:root {
/*     --theme-color: #384BFF;
    --theme-color2: #B42AF3; */
    --theme-color: #da262a;
    --theme-color2: #2b2937;
    --title-color: #17012C;
    --body-color: #726B7D;
    --smoke-color: #F6F5FD;
    --smoke-color2: #CFD3FC;
    --smoke-color3: #F7F7F7;
    --smoke-color4: #E0E0E0;
    --black-color: #000000;
    --gray-color: #F5F5F5;
    --white-color: #ffffff;
    --light-color: #BDBDBD;
    --border-color: #E5E5E5;
    --title-font: "Plus Jakarta Sans", sans-serif;
    --body-font: "Plus Jakarta Sans", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1185px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}

/*------------------- Geral inicio -------------------*/
.slick-slide:focus,
button:focus,
a:focus,
a:active {
    outline: none;
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

a:hover {
    color: var(--title-color);
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

button {
    transition: all ease 0.4s;
}

img {
    border: none;
    max-width: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.h1,
h1 {
    font-size: 64px;
    line-height: 1.167;
}

.h2,
h2 {
    font-size: 40px;
    line-height: 50px;
}

.h3,
h3 {
    font-size: 30px;
    line-height: 1.278;
}

.h4,
h4 {
    font-size: 24px;
    line-height: 34px;
}

.h5,
h5 {
    font-size: 20px;
    line-height: 30px;
}

.h6,
h6 {
    font-size: 18px;
    line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {

    .h1,
    h1 {
        font-size: 48px;
    }
}

/* Large devices */
@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3;
    }

    .h2,
    h2 {
        font-size: 40px;
        line-height: 1.25;
    }

    .h3,
    h3 {
        font-size: 30px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }
}

/* Small devices */
@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 40px;
    }

    .h2,
    h2 {
        font-size: 34px;
        line-height: 1.3;
    }

    .h3,
    h3 {
        font-size: 26px;
    }

    .h4,
    h4 {
        font-size: 22px;
    }

    .h5,
    h5 {
        font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {

    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.35;
    }

    .h2,
    h2 {
        font-size: 30px;
    }
}

/* Extra small devices */
@media (max-width: 375px) {

    .h1,
    h1 {
        font-size: 32px;
    }
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1300px;
    }
}

@media only screen and (min-width: 1300px) {
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }

    .container.px-0 {
        max-width: var(--main-container);
    }
}

@media (min-width: 1300px) {
    .row {
        --bs-gutter-x: 30px;
    }
}

.gy-20 {
    --bs-gutter-y: 20px;
}

.gy-25 {
    --bs-gutter-y: 25px;
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.gy-40 {
    --bs-gutter-y: 40px;
}

.gy-50 {
    --bs-gutter-y: 50px;
}

.gx-10 {
    --bs-gutter-x: 10px;
}

@media (min-width: 1500px) {
    .gx-60 {
        --bs-gutter-x: 60px;
    }
}

@media (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px;
    }

    .gx-25 {
        --bs-gutter-x: 25px;
    }

    .gx-40 {
        --bs-gutter-x: 40px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px;
    }
}

.gx-0 {
    --bs-gutter-x: 0px;
}

/*------------------- Geral Fim -------------------*/

/*------------------- Corpo do slider inicio -------------------*/

/* Hero Global ---------------------------------- */
.gt-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.gt-hero-bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Hero 1 ---------------------------------- */
.hero-1 {
    position: relative;
    z-index: 4;
    padding-bottom: 165px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%); */
    /* Large devices */
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 991px) {

    .hero-1 {
        margin-top: -165px;
        padding: 0px;
    }
}

.hero-1 .hero-slider1 {
    max-width: 100%;
    max-height: 100%;
    /* margin: auto; */
    transform: translate(0, 165px);
    margin-top: -165px;
}

.hero-1 .hero-slider1 .swiper-slide {
    max-height: 640px !important;
    z-index: 5;
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 767px) {
    .hero-1 .hero-slider1 .swiper-slide {
        max-height: 320px !important;
        z-index: 5;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-slider1 .swiper-slide {
        max-height: 375px !important;
        z-index: 5;
    }
}

.hero-1 .hero-slider1 .hero-inner .hero-style1 {
    position: relative;
    /* padding: 225px 0 390px 0; */
    padding-top: 255px;
    /* Espaçamento superior */
    padding-right: 0;
    /* Espaçamento à direita */
    padding-bottom: 170px;
    /* Espaçamento inferior */
    padding-left: 0;
    /* Espaçamento à esquerda */
    z-index: 9;
    margin-left: 25px;
    /* Small devices */
    /* Extra small devices */
}

.hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-sub-title {
    color: var(--white-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    
}

.hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title {
    margin-bottom: 24px;
    margin-top: -0.2em;
    /* Medium devices */
}

.hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title span {
    display: block;
}

.hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title .title1,
.hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title .title2 {
    display: block;
    color: var(--white-color);
    font-family: "Plus Jakarta Sans";
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 90px;
    z-index: 999;
}

@media (max-width: 991px) {

    .hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title .title1,
    .hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title .title2 {
        display: block;
        color: var(--white-color);
        font-family: "Plus Jakarta Sans";
        font-size: 60px;
        font-style: normal;
        font-weight: 800;
        line-height: 70px;
        z-index: 999;
        margin-top: 0;
    }
}

.hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-text {
    color: var(--white-color);
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* margin-bottom: 55px; */
    max-width: 675px;
}

@media (max-width: 767px) {
    .hero-1 .hero-slider1 .hero-inner .hero-style1 {
        position: relative;
        padding: 110px 0 90px 0;
        z-index: 9;
    }
    .hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title .title1,
    .hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title .title2 {
        display: block;
        color: var(--white-color);
        font-family: "Plus Jakarta Sans";
        font-size: 25px;
        font-style: normal;
        font-weight: 800;
        line-height: 30px;
        z-index: 999;
        margin-top: 0;
    }
    .hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-text {
        color: var(--white-color);
        font-family: "Plus Jakarta Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* margin-bottom: 55px; */
        max-width: 675px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-slider1 .hero-inner .hero-style1 {
        padding: 110px 0 110px 0;
    }
}

.hero-1 .hero-slider1 .hero-inner .gt-hero-bg {
    animation: scalein 20s infinite;
    -webkit-animation: scalein 20s infinite;
}

.hero-1 .hero-slider1 .hero-inner .gt-hero-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(270deg, #2b2937 10.58%, #2b2937 72.3%);
    /* Aqui controla a cor do fundo do slider */
    z-index: -1;
}

@media (max-width: 767px) {
    .hero-1 {
        clip-path: none;
    }

    .hero-1 .swiper-slide {
        height: 780px !important;
        z-index: 5;
    }
}

/*------------------- Corpo do slider fim -------------------*/

/*------------------- Efeitos do slider Inicio-------------------*/


.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
    --animation-name: fadein;
}

.swiper-slide-active .scalein {
    --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scalein {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(180px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(120px) translateY(120px);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

/*------------------- Efeitos do slider Fim-------------------*/


/*------------------- Slider Botao Inicio -------------------*/
.gt-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(90deg, #da262a 0%, #da262a 123.82%);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 16px 20px 25px;
    min-width: 160px;
    cursor: pointer;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.gt-btn:before {
    top: 0;
    right: 0;
    border: 0 solid;
    /* border-color: transparent transparent transparent var(--title-color); */
    transform: rotate(360deg);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    transition: 0.7s ease;
    z-index: -1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.gt-btn:before {
    bottom: 0;
    left: 0;
    right: auto;
    bottom: auto;
    border-color: var(--title-color) transparent transparent transparent;
}

.gt-btn:hover,
.gt-btn.active {
    color: var(--white-color);
}

.gt-btn:hover:before,
.gt-btn:hover:after,
.gt-btn.active:before,
.gt-btn.active:after {
    border-width: 200px 130px;
}

.gt-btn:hover.gt-btn-icon:after,
.gt-btn.active.gt-btn-icon:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.gt-btn-icon:after {
    display: inline-block;
    content: "";
    position: relative;
    background-image: url(../img/icon/icon2.png);
    background-size: 100% 100%;
    width: 19px;
    height: 19px;
    line-height: 1;
    margin-bottom: -0.3em;
    text-align: center;
    margin-left: 15px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

/*------------------- Slider Botao Fim -------------------*/

/*------------------- Slider Arrow Inicio -------------------*/
.hero-1 .slider-arrow.style2 {
    position: absolute;
    top: 53%;
    right: 95%;
    width: 56px;
    height: 56px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    color: var(--black-color);
    border: 1px solid var(--theme-color);
    z-index: 3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.hero-1 .slider-arrow.style2.slider-next {
    position: absolute;
    top: 53%;
    right: 2%;
    z-index: 3;
}

.hero-1 .slider-arrow:hover {
    background: linear-gradient(90deg, #2b2937 0%, #2b2937 83.46%);
    border: 1px solid var(--theme-color);
}

@media (max-width: 1199px) {
    .hero-1 .slider-arrow.style2 {
        top: 53%;
        right: 94%;
    }

    .hero-1 .slider-arrow.style2.slider-next {
        top: 53%;
        right: 0.5%;
    }
}

@media (max-width: 991px) {
    .hero-1 {
        padding-top: 110px;
    }

    .hero-1 .slider-arrow.style2 {
        display: none;
    }

    .hero-1 .slider-arrow.style2.slider-next {
        display: none;
    }
}

/*------------------- Slider Arrow Fim -------------------*/