*{
    margin: 0 0;
    padding: 0 0;
    box-sizing: border-box;
}

html{
    /* user-select: none; */
    font-size: 62.5%; scroll-behavior: smooth;  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}

:root{


  --gray-100: #F1F1F1;
  --gray-200: #dfdfdf;
  --gray-300: #aab3cc;
  --gray-400: #555f7d;
  --gray-500: #454f6a;
  --gray-600: #363d56; 
  --gray-700: #272f43;
  --gray-800: #181f2e;
  --gray-900: #0a0f1a;

  --primary-light: #014DC5;
  --primary: #00317E;
  --primary-dark: #001D4B;
  

  --seconday-light: #FFD89D;
  --secondary: #FBA41F;
  --secondary-dark: #9D5F00;


  --link-color: #FFEDD2;
  --link-hover: #fff5e6;


  --text-over-primary: #001D4B;
  --text-over-primary-dark: #2C2C2C;
  --text-over-primary-light: #001D4B;

  --maxWidth: 1382px;

} 

@font-face {
    font-family: 'Founders Grotesk';
    src: url('/src/font/FoundersGrotesk-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('/src/font/FoundersGrotesk-SemiboldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk X-Condensed';
    src: url('/src/font/FoundersGroteskXCond-Lt.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk Condensed';
    src: url('/src/font/FoundersGroteskCond-Lt.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('/src/font/FoundersGrotesk-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk X-Condensed';
    src: url('/src/font/FoundersGroteskXCond-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('/src/font/FoundersGrotesk-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('/src/font/FoundersGrotesk-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('/src/font/FoundersGrotesk-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('/src/font/FoundersGrotesk-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('/src/font/FoundersGrotesk-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk Regular';
    src: url('/src/font/FoundersGrotesk-RegularItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('/src/font/FoundersGrotesk-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



body{
    overflow-x: clip;
    font-size: 1.6rem; font-family: 'Founders Grotesk', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--gray-900);
    color: var(  --text-default);
   background-color: var(--gray-200);
   height: 100%;
   width: 100%;
    
}

p, ul, li{      
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
        display: block;
    list-style-type: disc;
    margin-block-start: 0!important;
    margin-block-end: 0!important;
    padding-inline-start: 0!important;
}

.max-width{
  
    max-width: var(--maxWidth);
}

.n-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px; 
    width: 95%; margin: 0 auto; 
    margin-top: 15px;
    background-color: var(--gray-100); border-radius: 16px;
}

.n-nav .nav-container{
    height: 80%;
    display: flex;
    align-items: center;
    width: 98.5%;
    margin: 0 auto;
    align-content: center;
    justify-content: space-between;
    position: relative;
}

.n-nav .nav-container> img, .nav-mobile > img{
    height: 40px;
    padding-left: 15px;
}

.n-nav .nav-container .n-menu, .n-menu .link{    
    flex-grow: 1;
    padding-top: 2px;
    list-style: none;
    display: flex;
    gap: 5%;
    font-weight: 500;
    font-style: normal;
    color: var(--primary-dark);
    align-content: center;
    align-items: center;
    justify-content: center;
    list-style: none;
    text-decoration: none;
}
.nav-mobile{display: none;}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 40 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 40 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 40 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}




.span-menu2{font-size: 10px; margin-bottom: -1px; margin-left: -2px;}

.menu2{
   display: flex;
    gap: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0.7%);
    justify-content: space-between;
    flex-wrap: wrap;
    width: 101%;
    max-width: 1382px;
    box-sizing: border-box;
    border-radius: 22px;
    background: linear-gradient(258deg, #001d4be0 23.86%, #00317ed9 141.97%);
    padding: 22px 28px 29px 28px;
    backdrop-filter: blur(6px);
    height: max-content;
}


.card-menu-hover img{
    width: 398px;
}
.imagem-card01{background-image: url(../img/menuHover/vcIMG01.png);}
.imagem-card02{background-image: url(../img/menuHover/vcIMG02.png);}
.imagem-card03{background-image: url(../img/menuHover/vcIMG03.png);}
.imagem-card04{background-image: url(../img/menuHover/vcIMG01.png);}

.imagem-card01, .imagem-card02, .imagem-card03, .imagem-card04{
    height: 135px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-position: center;
    object-fit: cover;
}

.menu-items{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menu-items svg{
    height: 40px;
}
.text-menu-items{
    margin-top: 20px;
    padding-bottom: 14px;
}
.text-menu-items-title{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: clamp(2.2rem, 15px, 25px);
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    width: 320px;
}
.text-menu-items-paragraf{
    color: #82ADF3;
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 8px;
}


/* CARD MENU HOVER ANIM */
.hover-card{
    width: 240px;
    height: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: 0.5s ease-in-out;
    &:hover{
           scale: 1.05;
            transition: 0.3s ease-in-out;
}
}

.group{display: contents;}
.group:hover .card1{

    filter: blur(0px);

    transition: 1.5s;

    opacity: 1 !important;

    transition-delay: 0.4s;

}

.group:hover .card2{

    filter: blur(0px);

    transition: 1.5s;

    opacity: 1 !important;

    transition-delay: 0.6s;

}

.group:hover .card3{

    filter: blur(0px);

    transition: 1.5s;

    opacity: 1 !important;

    transition-delay: 0.8s;

}

.group:hover .card4{

    filter: blur(0px);

    transition: 1.5s;

    opacity: 1 !important;

    transition-delay: 1s;

}

.card1, .card2, .card3, .card4 {
    filter: blur(15px);
    opacity: 0 !important;
    transition: 1.5s; /* mantém a transição */
    transition-delay: 0s; /* sem delay na saída */
}


.n-call {
    margin: 0;
    padding-top: 5px;
    width: fit-content;
    padding: 8px 24px 0 24px;
    height: 90%;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(263deg, #001D4B -47.14%, #0157E0 140.72%); text-decoration: none; color: var(--gray-100);
    text-transform: uppercase;
    font-size: 20px;
    line-height:inherit; /* mesmo valor */
    font-weight: 500;

}

/* swiper slider header */
header{
   margin-top: 20px;
   max-width: var(--maxWidth);
   margin: 15px auto;
   width: 95%;
}
 .swiper {


      height: 444px;
      border-radius: 12px;

    }

  
    .swiper-slide {
    padding-left: 57px;
    padding-bottom: 74px;
    row-gap: 22px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    width: 82%;
    justify-content: flex-end;
   
    }

    .swiper-slide:nth-child(2n) {
      width: 82%;
    }

    .swiper-slide:nth-child(3n) {
      width: 82%;
      position: relative;
      transition: all 0.5s ease-in-out;
      
  
    }

.slide1{
    background-image: url(../img/imgHeader/SLIDE01.png);
}
.slide2{
    background-image: url(../img/imgHeader/SLIDE02.png);
}
.slide3{
    background-image: url(../img/imgHeader/SLIDE03.png);
}
.slide4{
    background-image: url(../img/imgHeader/SLIDE04.png);
}
.slide5{
    background-image: url(../img/imgHeader/SLIDE05.png);
}

.slide-content{
    font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    text-align: left;
    width: 80%;
    max-width: 290px;
    color: var(--link-color);
}

.slide-content__span{font-weight: 500; color: var(--secondary);}


/* //////////////////// SECTION SERVICOS /////////////////// */
.s-services{margin: 128px auto 0 auto;}
.s-services h1{
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 52.2px;
    font-weight: 500;
    font-family: 'Founders Grotesk';
    color: #001d4b;
    display: inline-block;
}
 #title-sections{
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 52.2px;
    font-weight: 500;
    font-family: 'Founders Grotesk';
    color: #001d4b;
    display: inline-block;
    line-height: 44px;
    padding-bottom: 24px;
 }
 .s-unidades__text p{
    text-align: center;
 }
.s-services__cards{
    max-width: var(--maxWidth);
    width: fit-content;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    justify-content: center;
    row-gap: 6rem;
    flex-wrap: wrap;
    position: relative;
       
}

.s-services .span{
    color: #FFDBA4;
    font-style: normal;
    font-weight: 600;
}

.s-services__card{
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-start;
    padding: 0 px;
     display: flex;
    flex-direction: column;
    align-items: left;

}

.s-services__card svg{
    width: 84%;
    display: flex;
    align-content: center;
    flex-direction: row-reverse;
    padding-top: 17px;
}
.s-services__card-center{
    padding-top: 33px;
    display: flex;
    flex-direction: column;
    height: 260px;
    flex-basis: 1;
    justify-content: flex-end;
}

.s-services__cards h2{
    flex-grow: 1;
    text-align: left !important;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    width: 236px;
    flex-shrink: 0;
    
}

.s-services__cards p{
    flex-grow: 1;
    width: 197px;
    height: 73px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 112.1%;
    letter-spacing: 0.1px;

     
}
.s-services__card a{
    overflow: hidden;
    position: relative;
    padding-top: 5px;
    align-items: center;
    display: flex;
    width: 187px;
    height: 37px;
    border-radius: 8px;
    background: linear-gradient(96deg, #FFF -10.4%, #FFD699 94.09%);
    color: #001D4B;
    leading-trim: both;
    text-edge: cap;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: -0.18px;
    justify-content: center;
    transition: 0.2s ease-in-out;
    &:hover{
        transition: 0.2s ease-in-out;
        scale: 1.05;
    }
}

.s-services__card a::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -50px; /* começa fora do botão à direita */
    width: 50px;
    height: 160px;
    background-color: var(--link-hover);
    filter: blur(3px);
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
    z-index: 3;
    rotate: -25deg;
    filter: opacity(0.5);
   
}
.s-services__card a:hover::after{
    transform: translateX(-250px); /* atravessa o botão da direita para a esquerda */
}

.card{
       position: relative;
    background: linear-gradient(357deg, #0157E0 -40.31%, #001D4B 72.2%);
    box-shadow: 0px 0px 80.7px 8px #0042a9 inset;
    -webkit-mask-image: url(../svg/card-center.svg);
    mask-image: url(../svg/card-center.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    flex-shrink: 0;
    width: 278px;
    height: 373px;
    position: relative;
    display: flex;
    justify-content: flex-end;

}


/* Normal state for all cards (colorful) */
.s-services__cards .cards {
    transition: filter 0.5s ease-in-out, transform 0.8s ease-in-out; /* Transição suave para filtro e transform */
    filter: saturate(1); /* Todos os cards começam coloridos */
    transform: scale(1); /* Cards começam com o tamanho normal */
}

/* When hovering over any card */
.s-services__cards .cards:hover {
    filter: saturate(1); /* O card sobre o qual o mouse está continua colorido */
    transform: scale(1.03); /* Aumenta o tamanho do card */
}

/* When hovering over the card, all other cards are desaturated and blurred */
.s-services__cards:hover .cards {
    filter: saturate(0) blur(3px); /* Desatura e aplica o desfoque aos outros cards */
    transition: filter 0.6s ease-in-out, transform 0.5s ease-in-out; /* Transição suave para filtro e transform */
}

/* Ensure the hovered card remains colorful */
.s-services__cards .cards:hover {
    filter: saturate(1); /* O card hoverado se torna colorido */
}



.arrow-center{
    position: absolute;
    left: 100px;
    bottom: -40px;
    rotate: 251deg;
    height: 80px;
}


/* /////////////////////// ABOUT SECTION /////////////////// */
.s-about{
    margin-top: 250px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    max-width: var(--maxWidth);
    width: 93%;
    height: 100%;
    padding: 70px 12px;
    background: linear-gradient(275deg, #0157E0 -14.71%, #001D4B 79.06%);
    margin: 0 auto;
    border-radius: 24px;

}

.s-about .texts{
    width: 95%;
    max-width: 350px;
}
.s-about .texts h2{
    color: #FFD89D;
    leading-trim: both;
    text-edge: cap;
    font-family: "Founders Grotesk";
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2.16px;
}
.s-about .texts p{

    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0.244px;
}

.span-about{
    color: #FFD89D;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.756px;
}

.s-about form{
    width: 95%;
    max-width: 420px;
    height: 100%;
    padding: 40px 0;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--White, #FFF);
    display: flex;
    justify-content: center;

       & button{
        padding-top: 5px;
        border-radius: 5px;
        background: #014DC5;
        height: 50px;
        color: var(--White, #FFF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: "Founders Grotesk";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 4px;
        text-transform: uppercase;
    }
}

.form-container{
    width: 80%;
    display: flex; flex-direction: column; row-gap: 25px;
}
.s-about form p{
    color: var(--primary-light);
text-align: center;
font-family: "Founders Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 4px;
text-transform: uppercase;}

.input-field{
    display: flex;
    flex-direction: column;

    & label{color:var(--primary-light);
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 4px;
            text-transform: uppercase;
        }

    & input{
        padding-top: 5px;
        padding-left: 8px;
        display: flex;
        max-width: 314px;
        height: 46px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 4px;
        border: 2px solid #014DC5;
        background: var(--Prime-Secondary, #F5F4FF);

        
    }

    & ::placeholder{
        box-sizing: border-box;
        color: var(--primary-light);

        font-size: 18px;
        font-style: normal;
        font-weight: 400;
    
    }

    & textarea{
        padding-top: 5px;
        padding-left: 8px;
        border-radius: 4px;
        border: 2px solid #014DC5;
        background: var(--Prime-Secondary, #F5F4FF);

    }

 
}


/* ///////////// UNIDADES ///////////// */
.s-unidades{
    row-gap: 4rem;
    margin-top: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.05));
}
.unidades-tab{
    margin-top: 80px;
}
.unidade{
    position: relative;
   padding: 16px 16px 15px;
    max-width: var(--maxWidth);
    width: 93%;
    flex-shrink: 0;
    border-radius: 24px;
    background: #FFF;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.unidade-detail{
    position: absolute;
    top: -14px;
    left: 66px;
    background-color: var(--primary);
    color: var(--gray-100);
    padding: 7px 13px 4px 13px;
    border-radius: 8px;}
.unidade-infos{
    padding-left: 50px;
    padding-top: 1px;
   
}
.unidade-infos h3{
    color: #001D4B;
    leading-trim: both;
    text-edge: cap;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 92.772%; /* 37.851px */
}

.span-unidades{
    font-weight: 600;
}

.unidade-texts .email{
    padding-top: 18px;
    color: var(--gray-700);
    leading-trim: both;
    text-edge: cap;
    font-family: "Founders Grotesk";
    font-size: 22;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contacts-unidades{display: flex; gap: 12px; row-gap: 0px; flex-wrap: wrap; justify-content: left; width: 90%;}
.line{
    margin: 7px 0px 10px 0;
    height: 1px;
    width: 362px;
    max-width: 270px;
    background-color: var(--gray-200);
}
.linefinal-footer{
    margin: 0 auto;
    margin-top: 52px;
    height: 1px; 
    width: 95%;
    max-width: var(--maxWidth);
    background-color: var(--gray-500);
}

.endereco{
    color: #2C2C2C;
    leading-trim: both;
    text-edge: cap;
    font-family: "Founders Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 22px;
}

.phone, .whats{
    gap: 4px;
    display: flex;
    align-items: center;
}

.phone p{
    color: #2C2C2C;
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-block-start: 8px !important;
} 
.whats a{
    cursor: pointer;
    padding: 4px 8px 0px 8px;
    border-radius: 5px;
    color: var(--gray-100);
    leading-trim: both;
    text-edge: cap;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    /* margin-block-start: 8px !important; */
     background: linear-gradient(275deg, #0157E0 -14.71%, #001D4B 79.06%);
     &:hover{
        transition: all 0.4s ease-in-out;
        transform: scale(1.04);
        color: rgb(188, 229, 255);
     }
}
.map{
    display: flex;
    align-items: center;
    padding: 11px 14px 14px;
    width: 95%;
    max-width: 600px;
    justify-content: flex-end;
}
.map iframe{
    width: 95%;
    max-width: 600px;
    height: 300px;
    flex-shrink: 0;
    border-radius: 11px;
    border: 3px solid var(--gray-300);

}

.button-blue{
    display: flex;
    border-radius: 11.517px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(263deg, #001D4B -47.14%, #0157E0 140.72%);
    width: fit-content;
    padding: 0px 40px;
    height: 42px;
    flex-shrink: 0;
    color: #FFEDD2;
    leading-trim: both;
    text-edge: cap;
    font-family: "Founders Grotesk";
    font-size: 25.914px;
    font-style: normal;
    font-weight: 500;

    letter-spacing: -0.259px;

    & p{
            margin-block-start: 8px !important;
    }
}



footer{
    margin-top: 90px;
    background: var(--Background, #F5F4FF);
}

.footer-call-franqueado{
    width: 100%;
    height: 100%;
    padding: 60px 0;
    background: linear-gradient(275deg, #0157E0 -14.71%, #001D4B 79.06%);
    display: flex;
}

.footer-call-franqueado-container{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--maxWidth);
}

.footer-call-franqueado-container h3{
    width: 314px;
    color: var(--gray-300);
    leading-trim: both;
    text-edge: cap;
    font-size: 36.671px;
    font-style: normal;
    font-weight: 400;
    line-height: 103.6%; /* 47.315px */
    letter-spacing: -0.82px;
    text-transform: uppercase;
}

.footer-call-franqueado-container h3 span{
    color: var(--seconday-light);
    font-weight: 600;
}

.call-action-footer{display: flex; flex-direction: column; row-gap: 22px;}
.call-action-footer:nth-child(2){
    width: 250px;
    color: var(--gray-100);
    leading-trim: both;
    text-edge: cap;
    font-family: "Founders Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.btn-call{

    text-transform: uppercase;
    color: var(--primary-dark);
    leading-trim: both;
    text-edge: cap;
    font-family: "Founders Grotesk";
    font-size: 20.068px;
    font-style: normal;
    font-weight: 600;
    width: 203px;
    height: 30.875px;
    flex-shrink: 0;
    border-radius: 6.175px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    gap: 5px;
}

.btn-call span{font-weight: 400;}

.items-footer{
    padding: 90px 0 42px 0;
    height: 100%;
    background: var(--Background, #F5F4FF);
    max-width: var(--maxWidth);
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    row-gap: 4rem;
}

.photo{
        position: relative;
        width: 297px;
        height: 227px;
        flex-shrink: 0;
        border-radius: 8px;
        background: radial-gradient(85.8% 87.25% at 50.15% 50%, #0157E0 0%, #001D4B 100%);

        & img{
            position: absolute;
            width: 608px;
            scale: 1.2;
            top: -30px;
            right: 13px;
         
        }
}

.items-footer   h4{
        color: #001D4B;
        font-family: "Founders Grotesk";
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 4.114px;
        text-transform: uppercase;
}
.itens-acesso-footer{display: flex; flex-grow: 1; justify-content: space-between;}
.institucional ul, .contato ul{padding-top: 20px;}
.institucional li, .contato li{
    color: var(--primary-dark);
    font-family: "Founders Grotesk";
    font-size: 15.514px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 155.556% */
}

.contato ul li:nth-child(2){
  padding-top: 30px;
}
.contato ul li:nth-child(3){
  padding-top: 5px;
}

.credits-page{
    color: var(--primary-dark);
    height: 100%;
    padding: 38px 0 30px 0;
    display: flex;
    margin: 0 auto;
    width: 95%;
    max-width: var(--maxWidth);
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.final-credits{
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.credits-page h4{
    display: flex;
    flex-grow: 1;
    leading-trim: both;
    text-edge: cap;

    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4.114px;
    text-transform: uppercase;
}

.sociais-icons{display: flex;}

#tabs li a {background-color: var(--primary-dark) !important;
color: var(--gray-300);


&:focus{
    color: var(--gray-100);
}
}

.nav-mobile .logo-m2{display: none;}

.page{
    width: 95%;
    max-width: var(--maxWidth);
    margin: 10vh auto 20vh auto;
    background: var(--gray-100);
    padding: 50px 35px;
    height: 100%;
    border-radius: 16px;
}
    

.page article h1{
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -1px;
}

.page article p{
      font-size: 18px;
      max-width: 80ch; /* mais previsível para controle visual */
      padding-bottom: 10px;
}

.page > p{
    color: var(--gray-400);
    padding: 10px;
    max-width: 80ch; /* mais previsível para controle visual */
    border-top: 1px solid var(--gray-300);
}
/* RESPONSIVIDADE */
@media (max-width: 1150px){
    .s-services{
        max-width: 580px !important;
    }
}
@media (max-width: 750px) {
    .s-about{row-gap: 4.5rem;}
    .n-nav .nav-container .n-call{display: none;}
    .menu2{
        justify-content: space-around;
        width: 101%;
    }
    .card-menu-hover{
        padding-bottom: 25px;
        border-bottom: 1px solid white;
    }
}

@media (max-width: 630px) {
    
    .unidade {
    padding: 34px 0 34px;
    max-width: var(--maxWidth);
    width: 100%;
    flex-shrink: 0;
    border-radius: 24px;
    background: #FFF;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    }

    .footer-empty{display: none; opacity: 0;}
    .credits-page{flex-direction: column; align-items: center; row-gap: 3rem;}
    .credits-page h4{text-align: center; width: 220px;}
    .final-credits{
        flex-direction: column-reverse;
        flex-direction: row;
        gap: 2rem;
    }

    .s-services__cards .cards {
    filter: none !important; /* Remove a saturação e blur no mobile */
    transition: none !important; /* Desativa a transição de filtro */
    }

    /* Remove the hover effect entirely on mobile */
    .s-services__cards .cards:hover {
        filter: none !important; /* Remove qualquer filtro no hover no mobile */
    }

    /* Remove desaturação e blur no hover também */
    .s-services__cards:hover .cards {
        filter: none !important; /* Remove desaturação e blur no mobile */
    }

}

@media (max-width: 550px) {
    .s-about .texts{width: 75%;}
    .n-nav{display: none;}
    .nav-mobile{  
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        width: 95%;
        margin: 0 auto;
        margin-top: 15px;
        background-color: var(--gray-100);
        border-radius: 16px;
          opacity: 1;
            transition: opacity 0.4s ease; /* duração e suavidade */
        }
        .nav-mobile.on .logo-m{display: none;}
        .nav-mobile.on .logo-m2{display: initial; position:absolute; z-index: 21;  top:30px; left: 15px;}
        .nav-mobile.on .n-menu-mobile{ transition: opacity 10s ease-in-out; position: relative; position: absolute; right: 35px; top: 20px; z-index: 22;
        }

        .nav-mobile.on{
            content: '';
                overflow: hidden;
                justify-content: center;
                border-radius: 0;
                top: 0;
                left: 0;
                z-index: 2;
                position: absolute;
                height: 100vh;
                width: 100%;
          
                margin-top: 0;
                opacity: 1;
        }
        .nav-mobile::before{
              content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100vh;
                background-color: #001D4B;
                opacity: 0;
                pointer-events: none; /* não bloqueia cliques quando invisível */
                transition: opacity 0.5s ease-in;
                z-index: 2;
        }
        .nav-mobile.on::before{
                 content: '';
                overflow: hidden;
                justify-content: center;
                border-radius: 0;
                top: 0;
                left: 0;
                z-index: 2;
                position: absolute;
                height: 100vh;
                width: 100%;
                background-color: #001D4B;
                margin-top: 0;
                opacity: 1;
                transition: all 0.5s ease-in;

        }

        .nav-mobile.on .line{stroke: var(--secondary); transition: all 0.9s ease-in-out;}
        .nav-mobile ul{display: none;}
        .nav-mobile.on ul {display: flex; flex-direction: column; color: var(--gray-100); text-align: center;}
        .nav-mobile.on ul li{font-size: 30px; text-align: center; padding: 15px 5px 5px 2px; z-index: 21; &:hover{
    color: var(--secondary); background: var(--primary);}}
            .nav-mobile.on .n-call{z-index: 21; margin-top: 15px;}

    .unidade{width: 92%;}
    .unidade-infos{    
        padding-left: 37px;
        padding-top: 9px;}

    .s-about{padding: 70px 12px 23px 12px}
    .footer-call-franqueado-container{width: 64%; flex-wrap: wrap;}
    .itens-acesso-footer{flex-direction: column; width: 80%; flex-grow: initial;}
    .s-services__cards{margin-top: 8rem; row-gap: 19rem;}
    .cards{  position: sticky;
    top: 10rem; scale: 1.3;}
}



