@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --color-1: #271d65;
    --color-2: #D100B9;
    --color-3: #211855;
    --color-4: #005FFF;
    --color-5: #0050d6;
    --color-6: #160F41;
    --font:  "Montserrat", sans-serif;
}

html{
    overflow-x: hidden;
}

html.no-scroll{
    overflow: hidden;
}

body{
    font-family: var(--font);
    overflow-x: hidden;
}

a{
    text-decoration: none;
}

video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

video::-webkit-media-controls-panel {
    display: none !important;
}

video::-webkit-media-controls-overlay-play-button {
    display: none !important;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 32px;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Para garantir que o vídeo cubra toda a área da div */
}

.video-bg{
    background: linear-gradient(191deg, rgba(22, 15, 65, 0.22) 24.02%, #160F41 95.6%);
    width: 100%;
    height: 100%;
    border-radius: 32px;
    z-index: 1;
    position: absolute;
}

.galaxie.first::after{
    background: linear-gradient(191deg, rgba(22, 15, 65, 0.22) 24.02%, #160F41 95.6%);
    width: 100%;
    height: 100%;
    border-radius: 32px;
    z-index: 1;
    position: absolute;
} 

ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#005fff 94%,#0000) top/9px 9px no-repeat,
           conic-gradient(#0000 30%,#005fff);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
    animation: spinner-c7wet2 1s infinite linear;
 }
 
 @keyframes spinner-c7wet2 {
    100% {
       transform: rotate(1turn);
    }
 }

.loader{
    bottom: 0;
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100vh;
    background: #160f41;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
 
.header{
    background-color: var(--color-6);
    padding-top: 40px;
    transition: 0.6s all;
}

.header.page{
    background-color: #110C31;
    padding-bottom: 40px;
}

.header .nav-link{
    padding: 0 !important;
    margin-right: 23px;
    position: relative;
}

.header .nav-item:last-child .nav-link{
    margin-right: 0;
}

.header a {
    color: #ffffff;
    transition: all  0.3s;
    font-size: 18px;
    position: relative;
}

.header .nav-link:hover{
    color: #ffffff;
}

.header .nav-link.ativo::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 83%;
    height: 2px; 
    background-image: linear-gradient(to right, rgba(0, 95, 255, 1), rgba(209, 0, 185, 1));
    opacity: 1; 
}

.fixed{
    position: fixed;
    padding-top: 0;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(5.449999809265137px);
    background: rgba(17, 12, 49, 0.90);
}

.remove-margin{
    margin-right: 0 !important;
}

.header .nav-link:hover {
    opacity: 0.6; 
}

.header__social--mobile{
    padding-left: 35px;
    padding-top: 20px;
}

.header__social svg:hover path{
    transition: all  0.3s
}

.header__social svg:hover path {
    stroke: var(--color-2);
}

.header__social{
    position: relative;
    z-index: 1;
    margin-right: 200px;
}

.header.page .header__social{
    margin-right: 0;
}

.header__social a{
    margin-right: 25px;
}

.header__social a:last-child{
    margin-right: 0;
}

.nav-link:focus, .nav-link:hover{
    color: #ffffff;

}

.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}

.navbar-toggler{
    outline: none !important;
    border: none;
}

.border-gradient {
    background-image: linear-gradient(100.55deg, rgba(0, 95, 255, 1), rgba(209, 0, 185, 1));

    width: 100%;
    height: 1px;
}

.header.page .navbar-collapse{
    margin-left: 0;
    justify-content: center;
}

.navbar-collapse{
    margin-left: 124px;
}

.s-banner{
    background-color: var(--color-6);
}

.s-banner__vetor{
    position: absolute;
    top: 0;
    right: 0;
}

.s-banner__carrousel{
    position: relative;
    top: 26px;
}

.s-banner__carrousel .swiper-slide, .galaxie-mobile{
    height: 322px;
    width: 334px;
    position: relative;
}

.s-banner__carrousel .text{
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index: 2;
}

.text a{
    color: #ffffff;
    letter-spacing: 4px;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 20px;
    display: block;
    transition: 0.5s all;
}

.text a:hover{
    opacity: 0.5;
}

.s-banner__carrousel .text h3{
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #ffffff;
}

.s-banner__carrousel-img{
    width: 100%;
    height: 100%;
    border-radius: 16px;
}



.galaxies {
    position: relative;
    top: 70px;
}

#vimeo-player{
    border-radius: 32px;
}

#player{
    height: 100% !important;
    max-width: 100% !important;
}

#player-container{
    height: 100%;
}

.galaxie__img{
    width: 100%;
    height: 100%;
    border-radius: 32px;
    object-fit: cover;
}

.galaxie{
    transition: width 1s;
    height: 618px;
    border-radius: 32px;
    position: relative;
    box-shadow: 0px 0.738px 2.752px 0px rgba(0, 0, 0, 0.05), 0px 3.207px 5.364px 0px rgba(0, 0, 0, 0.08), 0px 7.793px 9.656px 0px rgba(0, 0, 0, 0.11), 0px 14.88px 17.446px 0px rgba(0, 0, 0, 0.12), 0px 24.854px 30.554px 0px rgba(0, 0, 0, 0.15), 0px 38.099px 50.799px 0px rgba(0, 0, 0, 0.18), 0px 55px 80px 0px rgba(0, 0, 0, 0.23);
}

.galaxie-mobile {
    border-radius: 16px;
}

.s-banner__carrousel .swiper-slide .galaxie__img, .s-banner__carrousel  .video-bg, .s-banner__carrousel .swiper-slide video, .s-banner__carrousel .text {
    border-radius: 16px;
}

.galaxie:hover {
    width: 100%; 
}

.galaxie:not(:hover) {
    width: 50%; 
}

.galaxie.first {
    width: 100%;
}

.galaxie .text{
    position: absolute;
    bottom: 0;
    padding: 60px;
    display: none;
    z-index: 2;
}



.galaxie h3{
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    max-width: 506px;
}

.galaxie h1{
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    max-width: 506px;
}

.s-sobre{
    padding-bottom: 100px;
    padding-top: 60px;
}

.s-sobre__divider{
    height: 2px;
    background-color: rgba(226, 226, 226, 1);
    z-index: -1;
    position: absolute;
    right: 0;
    width: 126%;
}

.s-sobre__img{
    height: 601px;
    object-fit: contain;
}

.s-sobre__textos p{
    padding-top: 22px;
}

.s-sobre__textos{
    position: relative;
}

.s-sobre__textos h2{
    margin-bottom: 22px;
}

.s-sobre__textos  h2{
    color: var(--color-6);
    font-weight: 700;
    font-size: 35px;
    line-height: 130%;
}

.s-sobre__textos  p {
    margin-bottom: 26px;
    color: rgba(74, 74, 74, 1);
    font-size: 18px;
    line-height: 28px;
    width: 73%;
    margin-left: auto;
}

.s-sobre__textos a {
    color: var(--color-6);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    transition: 0.3s all;
}

.s-sobre__textos a:hover{
    opacity: 0.6;
    transition: 0.3s all;
}

.s-cta{
    position: relative;
}

.s-cta__textos{
    position: absolute;
    top: 18%;
    width: 100%;
}

.s-cta__textos h2{
    font-size: 45px;
    color: #ffffff;
    font-weight: bold;
}

.s-cta__textos p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-align: end;
}

.s-cta__subtitle{
    width: 33%;
}

.s-cta__elipse{
    position: absolute;
    bottom: 60px;
    z-index: -1;
}

.s-numeros{
    padding-bottom: 115px;
    position: relative;
}

.s-numeros__numero{
    font-size: 143px;
    font-weight: bold;
    color: var(--color-6);
}

.s-numeros__infos{
    padding-top: 130px;
}

.s-numeros__infos h3{
    text-align: center;
    font-size: 92px;
    color: #160F41;
    font-weight: 300;

}

.s-numeros__infos h3 strong{
    font-weight: 700;
}

.s-numeros__vetor-esquerdo{
    position: absolute;
    top: 30%;
    z-index: -1;
    left: 0;
}

.s-numeros__vetor-direito{
    position: absolute;
    top: 30%;
    z-index: -1;
    right: 0;
}

.s-numeros__vetor-esquerdo--mobile{
    position: absolute;
    right: 0;
}

.s-numeros__vetor-direito--mobile{
    position: absolute;
    right: 0;
    bottom: 250px;
}

.s-numeros__vetor-esquerdo--mobile{
    height: 134px;
    position: absolute;
    width: 134px;
    left: -47px;
    padding: 0;
    top: 35%;
}

.s-numeros__video iframe{
    height: 545px;
    width: 100%;
    border-radius: 30px;
}

.s-numeros__info{
    font-size: 18px;
}

.s-solucoes{
    background-color: var(--color-6);
    padding-top: 53px;
    position: relative;
    height: 835px;
}

.circle{
    position: absolute;
}

.s-solucoes__text h2{
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
}

.s-solucoes__text p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 26px;
}

.s-solucoes .line{
    background-color: rgba(226, 226, 226, 0.15);
    width: 122%;
    margin-bottom: 35px;
    margin-top: 27px;
    height: 1px;
}

.s-solucoes__text mark{
    padding: 0;
    font-weight: 700;
    background-color: unset;
    color: var(--color-4);
}


.s-solucoes__item{
    padding: 35px;
    border-radius: 36px;
    background-color: #ffffff;
    height: 100%;
    transition: background-color 0.5s ease, color 0.5s ease; 

}

.s-solucoes__item h3{
    font-size: 22px;
    padding-top: 34px;
    padding-bottom: 25px;
    font-weight: 700;
    color: var(--color-6);
}

.s-solucoes__item p{
    font-size: 16px;
    color: rgba(74, 74, 74, 1);
    font-weight: 400;
}

.s-solucoes__vetor {
    position: absolute;
    top: 0;
    right: 0;
    width: 800px;
}

.s-solucoes__vetor-mobile{
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-solucoes .swiper-slide{
    width: 317px;
    margin: 0 auto;
}

.s-solucoes__items{
    position: relative;
    z-index: 10;
}

.s-clientes{
    background-color: var(--color-6);
    position: relative;
    padding-top: 130px;
}

.s-clientes__content{
    position: relative;
    z-index: 10;
}

.s-clientes h2{
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
}

.s-clientes p{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.gradient{
    background: linear-gradient(rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}

.s-clientes__items{
    padding-top: 40px;
}

.s-clientes__carrousel .swiper-wrapper{
    align-items: end;
}

.s-clientes__carrousel .swiper-button-prev {
    background-image: url("../img/prev.svg") !important;
    background-repeat: no-repeat;
}

.s-clientes__carrousel .swiper-button-next {
    background-image: url("../img/next.svg") !important;
    background-repeat: no-repeat;
}

.s-clientes__carrousel .swiper-button-next::after, .s-clientes__carrousel .swiper-button-prev::after{
    content: "";
}

.cliente{
    position: relative;
    transition: 0.5s all;
}

.cliente__img{
    filter: grayscale(1);
    transition: 0.5s all;
    height: 334px;
    object-fit: scale-down;
}

.cliente__img:nth-child(4) {
    position: relative;
    bottom: -18px;
}

.cliente:hover .cliente__bg{
    transform: scale(1.1);
}

.cliente:hover .circle{
    transform: scale(1);
}

.cliente:hover .cliente__img{
    filter: grayscale(0);
}

.cliente__bg{
    position: absolute;
    z-index: -1;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.5s all;
}

.cliente .circle{
    background-color: rgba(255, 255, 255, 0.11);
    width: 300px;
    border-radius: 50%;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    transition: 0.5s all;
    transform: scale(1.1);
}

.cliente__info h3{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.cliente__posicao{
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(100.55deg, #005FFF -8.91%, #D100B9 98.06%);
    padding: 2px;
    letter-spacing: 1.9px;
    text-transform: uppercase;
}

.cliente__time{
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}

.cliente__info{
    position: absolute;
    right: 0;
    text-align: start;
}

.contact-form{
    padding-top: 130px;
    background-color: #160F41;
    padding-bottom: 170px;
}

.contact-form h1{
    color: #F3F0EC;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 41px;
}

.contact__sub{
    color: #F3F0EC;
    font-weight: 400;
    font-size: 18px;
}

.contact-form__title{
    position: relative;
    z-index: 1;
}

.contact-form__title a{
    color: #fff;
    font-weight: 400;
}

.input-contact{
    width: 100%;
    border: none;
    outline: none;  
    background: transparent;
    border-bottom: 1px solid  #005FFF;
    padding-top: 32px;
    padding-bottom: 24px;
    font-size: 20px;
    color: #ffffff;
    font-family: var(--main-font);
    border-bottom: 1px solid transparent;
    border-image:  linear-gradient(90deg, #005FFF -233.85%, rgba(0, 95, 255, 0.18) 149.36%, rgba(234, 207, 134, 0.17) 149.4%);
    border-image-slice: 1;
}

.nome-input {
    padding-top: 0;
}

.input-contact::placeholder{
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
}

.input-msg{
    height: 176px;
}

.wpcf7-not-valid-tip{
    font-family: var(--main-font);
    color: #d100b9 !important;
    position: relative;
    top: 12px;
}

.button-pages{
    border-radius: 4px;
    background: linear-gradient(101deg, #005FFF -8.91%, #D100B9 98.06%);
    box-shadow: 0px 5px 31px 2px rgba(0, 0, 0, 0.45);
    font: normal 400 16px/normal var(--main-font);
    color: #ffffff;
    text-transform: uppercase;
    width: 100% !important;
    border: none;
    padding: 16px 24px 15px 24px;
    text-align: start;
    text-decoration: none;
    display: block;
    width: fit-content;
    transition: 0.3s all;
    height: 56px;
}

.button-pages:hover{
    color: #fff !important;
}

.button-pages:active{
    color: #fff !important;
}

.button-pages img{
    margin-left: 24px;
    position: relative;
    top: 6px;
}

.btn-submit img{
    position: absolute;
    right: 23px;
    top: 23px;
}

.button-form{
    margin-top: 26px;
    width: 100%;
    cursor: pointer;
    height: 56px;
    padding-top: 16px;
    position: relative;
}

.btn-submit {
    position: relative;
}

.politic-info{
    opacity: 0.7;
    color: #FFF;
}

.politic-info a{
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}

.wpcf7 form .wpcf7-response-output{
    padding: 0 !important;
    margin: 0 !important;
    border-color: unset !important;
    border:  unset !important;
    color: #fff !important;
    position: relative;
    top: -17px;
}


.sobre{
    padding-top: 120px;
}

.sobre h1{
    font-size: 56px;
    font-weight: 700;
    color: var(--color-6);
    border-bottom: 1px solid rgba(161, 161, 161, 0.40);
    padding-bottom: 15px;
}



.sobre__subtitle{
    font-size: 35px;
    color: var(--color-6);
    font-weight: 700;
    padding-top: 48px;
    line-height: 130%; /* 46.159px */
}

.sobre__content{
    font-size: 18px;
    color: #4A4A4A;
    font-weight: 400;
    padding-top: 24px;
    padding-bottom: 24px;
}

.sobre__info-1{
    border-image: linear-gradient(to right, rgba(0, 95, 255, 1), rgba(209, 0, 185, 1)) 1;
    border: 1px solid;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(0, 95, 255, 1), rgba(209, 0, 185, 1)) 1; /* Para navegadores WebKit */
    border-image-slice: 1;
    padding: 20px;
}

.sobre__info-1 p{
    margin-bottom: 0;
}

.sobre__info-2{
    padding-bottom: 15px;
    font-size: 18px;
    padding-top: 36px;
    font-weight: 700;
    color: #4A4A4A;
}

.footer__bot-2 p {
    line-height: 189%;
    font-size: 10px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0px;
}

.footer__bot-2{
    margin-bottom: 37px;
}

.footer__bot-2 p a{
    color: #005FFF;
}

.principios{
    background: linear-gradient(95deg, #EEE 39.43%, rgba(238, 238, 238, 0.00) 95.44%);
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
}

.principios__img{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    bottom: 0;
    object-fit: cover;
}

.principios__img-vetor{
    position: absolute;
    bottom: -112px;
    right: 0;
}

.principios h2{
    font-weight: 700;
    font-size: 35px;
    color: var(--color-6);
}

.principios__items{
    padding-top: 25px;
}

.principio__item h3{
    color: var(--color-4);
    font-weight: 700;
    font-size: 21px;
    font-style: italic;
}

.principio__item p{
    color: #4A4A4A;
    margin-bottom: 0;
    font-size: 18px;
}

.principio__item p:last-child{
    width: 900px;
    position: relative;
    z-index: 1;
}

.principio__item{
    margin-bottom: 30px;
}

.principio__item:last-child{
    margin-bottom: 0;
}

.socios{
    padding-top: 74px;
    padding-bottom: 100px;
}

.socios .line{
    background: linear-gradient(to right, rgba(0, 95, 255, 1), rgba(209, 0, 185, 1));
    width: 125px;
    height: 1px;
}

.socios h2{
    font-size: 35px;
    font-weight: 700;
    color: var(--color-6);
}

.socios__items{
    padding-top: 57px;
}

.socios__img{
    position: relative;
    width: 256px;
    margin: 0 auto;
}

.socios__img svg{
    position: absolute;
    top: 0;
    left: 15px;
}

.socios__img img{
    width: 256px;
    height: 256px;
    border-radius: 50%;
    object-fit: cover;
}

.socios__items h3{
    color: #4A4A4A;
    font-weight: 700;
    font-size: 24px;
    padding-top: 21px;
    margin-bottom: 0;
}

.socios__items .cargo{
    font-weight: 400;
    font-size: 18px;
    color: var(--color-4);
}

.parceiros{
    padding-bottom: 130px;
}

.parceiros h2{
    font-size: 45px;
    font-weight: 700;
    color: var(--color-6);
}

.parceiros__items{
    padding-top: 70px;
}

.servicos__header{
    position: relative;
    background-color: var(--color-6);
}

.servicos__header--img{
    width: 100%;
    height: 365px;
    object-fit: cover;
}

.servicos__texts{
    padding-top: 77px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.servicos__texts h1{
    font-size: 53px;
    color: #ffff;
    font-weight: 700;
}

.servicos__texts p {
    font-size: 27px;
    color: #ffff;
    font-weight: 300;

}

.servicos__img{
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.servicos__items{
    padding-bottom: 90px;
    position: relative;
}

.servicos__item{
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.servicos__item h3{
    color: var(--color-6);
    font-weight: 700;
    font-size: 26px;
    padding-top: 30px;
    margin-bottom: 16px;
}

.servicos__item p {
    color: #4A4A4A;
    font-weight: 400;
    font-size: 16px;
}

.servicos__item a{
    color: var(--color-6);
    font-size: 15px;
    font-weight: 500;
    transition: 0.4s all;
}

.servicos__item a:hover{
    opacity: 0.6;
}

.servicos__items-img{
    position: absolute;
    right: 0;
    top: -273px;
}

.item {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.item:after{
    content: "";
    position: absolute;
    top: -24px;
    height: 180px;
    right: 0;
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, rgba(0, 95, 255, 0), rgba(0, 95, 255, 1), rgba(0, 95, 255, 0)) 1;
}


.last-col:after{
   border: none;
}

.parceiros__items .row > .col-md-3:last-child {
    margin-bottom: 0;
}

.row-border 
{
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(0, 95, 255, 0), rgba(0, 95, 255, 1), rgba(0, 95, 255, 1), rgba(0, 95, 255, 0)) 1;
}

.row-border:last-child{
    border-bottom: none !important; /* Remova a borda inferior */
}

.error{
    height: 40vh;
    display: flex;
    align-items: center;
}

.error h1{
    font-size: 35px;
    color: var(--color-6);
}

@media (min-width: 992px) {
    .parceiros__items .row:nth-child(4n + 1) {
        clear: both;
    }
}

.parceiros--servicos{
    background-color: var(--color-6);
}

.parceiros--servicos h2{
    color: #fff;
}

.arrow span{
    display: block;
    width: 22px;
    height: 22px;
    border-bottom: 5px solid var(--color-4);
    border-right: 5px solid var(--color-4);
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2){
    animation-delay: -0.2s;
}

.arrow span:nth-child(3){
    animation-delay: -0.4s;
}

.footer{
    background-color: var(--color-1);
}

.footer__top{
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 300;
    color: white;
}

.footer__cnpj {
    padding-left: 60px;
    font-size: 14px;
}

.footer__cnpj .number{
    margin-left: 20px;
    position: relative;
}

.footer__cnpj .number:before{
    position: absolute;
    content: "";
    background-color: var(--color-2);
    width: 1px;
    height: 18px;
    left: -10px;
}

.footer__divider{
    background-color: #ffffff;
    height: 1px;
    width: 100%;
}

.footer__social a{
    margin-right: 27px;
}

.footer__social a:last-child{
    margin-right: 0;
}

.footer__bot{
    padding-bottom: 23px;
    padding-top: 30px;
}

.footer__menus a{
    color: #ffffff;
    font-weight: 400;
}

.footer a:hover {
    opacity: 0.5;
    transition: 0.3s all;
}

.footer__menus li{
    margin-bottom: 10px;
}

#menu-footer-col-2{
    margin-left: 74px;
}

.footer__contato a, .footer__contato{
    color: #ffffff;
}

.footer__copy{
    background-color: var(--color-3);
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 12px;
    color: #ffffff;
}

.footer__copy p{
    margin-bottom: 0;
}

.hover{
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 10.12%, rgba(153, 153, 153, 0.2) 87.26%);
}


.last-col{
    border: none;
}

@media(min-width:0px) and (max-width:566px) {
    .s-banner{
        height: unset;
        padding-top: 100px;
    }

    .sobre{
        padding-top: 155px;
    }

    .contact-form{
        padding-top: 190px;
    }
    
}
@media(max-width:556px) {

    .servicos__header--img{
        height: 500px;
    }
    

    .s-numeros__infos h3{
        font-size: 40px;
    }

    .s-numeros__infos{
        padding-top: 70px;
    }

    .s-numeros{
        padding-bottom: 70px;
    }

    .s-sobre__img{
        height: auto;
    }

    .servicos__items{
        bottom: 150px;
        padding-bottom: 1px;
    }

    .navbar-brand img{
        max-width: 178px;
    }

    .s-sobre{
        padding-bottom: 35px;
    }

    .s-numeros__video iframe{
        height: 300px;
    }

    .s-solucoes__text h2{
        font-size: 30px;
    }

    .s-solucoes__text p{
        font-size: 18px;
        width: 212px;
        margin-left: auto;
        border-bottom: none;
    }

    .s-solucoes__items{
        padding-top: 0;
    }

    .s-solucoes__text, .s-solucoes__items{
        position: relative;
        z-index: 1;
    }
    
    .s-solucoes__items{
        padding-top: 47px;
    }

    .s-solucoes__text mark{
        color: #ffffff;
    }

    .s-solucoes__item h3{
        font-size: 22px;
        margin-bottom: 0;
    }

    .s-solucoes__item{
        width: 317px;
        height: 325px;
        padding: 31px;
        overflow: hidden;
    }



    .cliente__info{
        left: 0;
    }
    .s-clientes__items{
        padding-top: 20px;
    }

    .s-clientes h2{
        font-size: 30px;
    }
    .s-clientes p{
        width: 214px;
    }

    .cliente .circle{
        width: 260px;
        height: 260px
    }

    .cliente__bg{
        width: 240px;
        height: 240px;
    }

    .s-clientes__carrousel .swiper-button-prev {
        background-image: url("../img/prev-mobile.svg") !important;
    }
    
    .s-clientes__carrousel .swiper-button-next {
        background-image: url("../img/next-mobile.svg") !important;
    }

    .s-clientes__carrousel .swiper-button-prev{
        left: 0px;
    }

    .s-clientes__carrousel .swiper-button-next{
        right: -9px;
    }

    .cliente__img{
        width: 100%;
    }

    .sobre h1, .socios h2, .principios h2, .parceiros h2{
        font-size: 30px;
    }

    .sobre__subtitle{
        font-size: 27px;
    }

    .contact-form h1{
        font-size: 32px;
    }
    .contact-form h1 br{
        display: none;
    }

    .contact__sub br{
        display: none;
    }

    .contact-form{
        padding-bottom: 100px;
    }

    .socios .line{
        width: 55px;
    }
    
    .servicos__texts h1{
        font-size: 35px;
    }
    /*
    .fixed-header{
        position: fixed;
        width: 100%;
        z-index: 100;
    }

    .s-sobre{
        padding-top: 500px !important;
    }

    */
}

@media(max-width:991px) {
    .servicos__texts{
        padding-top: 152px;
    }

    .footer__bot-2 p a{
        color: #fff;
        text-decoration: underline;
    }

    .servicos__img{
        top: 319px !important;
    }

    .navbar {
        padding-bottom: 22px;
    }

    .header a{
        font-size: 20px;
    }

    .s-sobre{
        padding-top: 101px;
    }

    .navbar-collapse{
        margin-left: 0;
        padding-top: 20px;
        position: absolute;
        top: 83px;
        z-index: 10;
        background: var(--color-6);
        padding-bottom: 35px;
        left: 0;
        width: 100%;
    }

    .header.page .navbar-collapse{
        background-color: #110C31;
    }

    .navbar-nav{
        padding-left: 35px;
        padding-right: 35px;
    }

    .s-sobre__textos h2{
        font-size: 30px;
    }

    .s-cta__textos{
      position: absolute;
      height: 100%;
      top: 0;
    }

    .s-cta__subtitle{
        width: 100%;
        padding-bottom: 33px;
        margin-right: 0;
    }

    .s-cta__flex{
        height: 100%;
        flex-direction: column;
    }

    .s-cta__img--mobile{
        width: 100%;
    }

    .s-cta__textos p{
        text-align: start;
        width: 92%;
    }

    .s-cta__textos h2{
        font-size: 30px;
        padding-top: 46px;
    }

    .s-clientes{
        padding-top: 45px;
    }

    .s-numeros{
        padding-top: 50px;
    }

    .gradient{
        background: unset;
    }

    .footer__top{
        padding-bottom: 23px;
    }

    .footer__divider{
        opacity: 0.3;
    }

    .footer__menus{
        padding-bottom: 17px;
    }

    .footer__contato {
        padding-top: 27px;
    }

    .footer__social--mobile {
        padding-top: 27px;
    }

    .footer__cnpj{
        padding-left: 0;
    }

    #menu-footer-col-2{
        margin-left: 0;
    }
    
    .container{
        padding-left: 35px;
        padding-right: 35px;
    }
}

.footer__bot-2{

}

.animated-element {
    will-change: transform; /* Otimiza as animações */
    transform: translateX(-100%); /* Inicialmente escondido para a esquerda */
    transition: transform 0.3s ease-out; /* Suaviza a transição, opcional dependendo do efeito desejado */
  }

@media(max-width:1024px) {
    .s-sobre__textos p br {
        display: none;
    }

    .s-sobre__divider{
        left: 0;
    }
}

@media(min-width:566px) and (max-width:1024px) {
    .sobre{
        padding-top: 185px;
    }

    .sobre h1{
        font-size: 35px;
    }

    .principios h2, .socios h2, .parceiros h2{
        font-size: 32px;
    }

    .sobre__subtitle{
        font-size: 30px;
    }
}

@media(max-width:1200px) {
    .s-solucoes {
        height: auto;
        padding-bottom: 40px;
    }
}

@media(min-width:900px) and (max-width:1200px) {
    .servicos__texts{
        padding-top: 131px;
    }

    .servicos__items{
        padding-top: 150px;
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .s-cta__textos{
        top: 9%;
    }

    .swiper-solucoes{
        position: relative;
        bottom: -55px;
    }

    .border-gradient{
        margin-top: 15px !important;
    }
}

@media(max-width:996px) {
    
    .principio__item p:last-child{
        width: 100%;
    }
}

@media(min-width:996px) and (max-width:1024px) {
    .header{
        padding-top: 11px;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
    }

    .s-banner{
        padding-top: 102px;
    }

    .navbar-collapse{
        margin-left: 0;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .header__social--mobile{
        padding-left: 0;
    }
}

@media(min-width:1200px) and (max-width:1400px) {
    .header__social{
        margin-right: 143px;
    }

}

@media(min-width:1400px) and (max-width:1919px) {
    .s-solucoes{
        height: 900px;
    }

}

@media(min-width:1200px) {
    .servicos__items{
        bottom: 92px;
        padding-bottom: 1px;
    }

}

@media(max-width:1200px) {
    .header{
        padding-top: 11px;
        width: 100%;
        z-index: 1000;
        position: fixed;
    }

    .nav-item{
        margin-bottom: 10px;
    }

    .header .nav-link{
        display: inline-block;
    }

    .s-banner__vetor{
        display: none;
    }
    .header__social{
        margin-right: 0;
    }
    .header.page{
        padding-bottom: 0;
    }

    .servicos__img{
        top: 260px;
    }
}

@media(max-width:1023px) {
    .row-border{
        border: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .item{
        border: none;
        
    }
    .item:after{
        border: none;
    }
}

@media(max-width:1920px) {
    .s-sobre__textos h2 br{
        display: none;
    }

    .s-sobre__textos p{
        width: 100%;
    }
}

@media(min-width:1920px) {
    .container{
        max-width: 1440px;
    }
    .container--alt{
        max-width: 1320px;
    }
    .header.page .navbar-collapse{
        margin-right: 140px;
    }
    .s-cta__subtitle{
        margin-right: 100px;
    }
    .principios__img-vetor{
        position: absolute;
        bottom: -88px;
        right: 150px;
    }
}


@media(min-width:1921px) {
    .s-cta__img{
        width: 100%;
    }
}

@media(min-width:2560px) {
    .principios__img{
        height: 100%;
    }
}