* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    width: 100%;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFF4ED;
    /* display: flex; */
    overflow-x: hidden;
}

body.menu-aberto {
    position: fixed;
    width: 100%;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    scroll-behavior: auto !important;
    
}

/* Quando o menu estiver aberto, adicione essa classe ao HTML e BODY via JS */
html.menu-active, 
body.menu-active {
    overflow: hidden;
    height: 100%;
    position: fixed; /* Garante que o fundo não role de jeito nenhum no iOS/Android */
    width: 100%;
}

.mainHeader{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: transform 0.4s ease;
    transform: translateY(0);
}

a{
    text-decoration: none;
    color: inherit;
}

.contact_list img{
    width: 24px;
    height: 24px;
}

.top-bar{
    display: flex;
    align-items: center;
    background-color: #985B4A;
    min-height:40px;
    width: 100%;

}

.contact_list {
    display: flex;
    list-style: none;
    flex-direction: row;
    margin: 0;
    padding: 0px 64px;
    gap: 32px;
    width: 100%;
    justify-content: end;
    
}

.contact-list-mobile{
    display: flex;
    list-style: none;
    margin: 0;
    display: none;
}

.top-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.top-contact span {
    font-size: 14px;
}

.navbar{        
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height:72px;
    background-color: #FFF4EDA6;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.navbar :is(.div-logo,.main-nav,.div-btn-menu){
width: 100%;
display: flex;
justify-content: center;
}

.div-logo{
    height: 100%;
}

.div-logo a {
    display: flex;
    align-items: center;
}
#Menu_logo{
    height: 80%;
}

.nav-list{
    display: flex;
    flex-direction: row;
    list-style: none;
    color: #211913;
    gap: 48px;
    
}

.btn-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-color: #00000026;
    height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #FFF4ED;
    font-weight: 500;
}

.menu-mobile-tablet{
    display: none;
    cursor: pointer;
}

.menu-mobile-tablet path{
    stroke: #211913;
    stroke-width: 2px;
    width: 40px;
    height: 40px;
}

/* Conteúdo Main */
.hero-banner{
    margin-top: 40px;
    width: 100%;
    height: 100vh;
    background-image: url('./img/banner/Mulher_sorrindo_feliz_Desktop.avif');
    background-size:cover;
    background-repeat: no-repeat;
    display: flex;
    align-items:center;
    justify-content:start;
    background-position: right;
    padding-left: 10vw;
    z-index: 1;
}

.hero-banner-mobile{
    display: none;
    margin-top: 40px;
    width: 100%;
    height:80vh;
    background-image: url('./img/banner/Mulher_sorrindo_feliz_Mobile.avif');
    background-size:cover;
    background-repeat: no-repeat;
    align-items:end ;
    justify-content:start;
    background-position: center;
    padding-left: 12px;
    padding-bottom: 12px;
    z-index: 1;
}
#banner-logo {
    width: 30vw;
    height: 100vh;
    z-index: 99;
    
}

.container-sobre{
    display: flex;
    flex-direction: column;
    background-color: #985B4A;
    padding: 96px 10%;
    position: relative;
    z-index: 2;
}
.conteiner-sobre-desktop{
    display: flex;
    flex-direction: row;
}

.conteiner-sobre-tablet{
        display: none;
    }

.div-luiz{
    display: flex;
    width: 50%;
    align-items:start;
}
.luiz-img{
    height: auto;
    width: 80%;
    min-width: 337px;
    max-width: 100%;
    display: block;
}

.div-sobre{
    display: flex;
    flex-direction: column;
    width: 50%;
    font-weight: 400;
    gap: 16px;

}

.div-titulo{
    display: flex;
    flex-direction: column;
}

.div-titulo h1{
    font-size: clamp(32px, 3.33vw, 64px);
    font-weight:500;
}
.div-valores{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.container-icone-escrita{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.container-icone-escrita img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.container-icone-escrita span {
    font-weight: 800;
}

.div-btn-sobre{
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.btn-sobre{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-color: #ffffff26;
    height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #FFF4ED;
    font-weight: 500;
    font-size: 20px;
    width: auto;
}

.container-especialidades{
    z-index: 10;
    padding: 96px 10%;
    background-image: url('./img/Background_especialidades.avif');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

#Especialidades_mobile {
    display: none;
}
.titulo-especialidade{
    color: #211913;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 96px;
}


.div-3cards{
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
    margin-bottom: 4%;
    width: 100%;
}

.card{
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 400px;
    flex: 1 1 22%;
    min-width: 260px;
    max-width: 350px;
    box-shadow: 0 0 20px 2px #444444d8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-image: linear-gradient(rgba(0, 49, 63, 0.45), rgba(156, 103, 68, 0.45)),var(--card-img);
}

#card-dentistica{
    --card-img: url('./img/card/Dentisca.avif');
    /* background-image: url('./img/card/Dentisca.avif'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* margin: 20px 0 0 20px; */
}

#card_periodontia{
    --card-img: url('./img/card/Periodontia.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#card_estetica{
    --card-img: url('./img/card/Estetica.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#card-endodontia{
    --card-img: url('./img/card/Endodontia.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#card_ortodontia{
    --card-img: url('./img/card/Ortodontia.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#card_implantodontia{
    --card-img: url('./img/card/Implantodontia.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#card-harmonizacao{
    --card-img: url('./img/card/Harmonizacao_Facial.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#card_odontopediatria{
    --card-img: url('./img/card/Odonto_Pediatria.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#card_protese{
    --card-img: url('./img/card/Protese.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.card-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    background-color: #00313fd8;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    transition: all 0.2s ease-in-out;
    align-items: center;
    justify-content: center;
}
.card:hover{
    transform: scale(1.05);
}

.card:hover .card-title{
    /* margin-bottom: 12px; */
}

.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    overflow: hidden;
    
}

.card-description {
    margin-top: 12px;
    margin-bottom: 52px;
    overflow: hidden;
    transition: 0.2s;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

/* #card_protese .card-information .card-description {
    margin-top: 6px;
    margin-bottom: 24px;
} */

#card_protese .card-information {
    padding: 6px 30px;
}

.card:hover .card-description {
    max-height: 400px;
    opacity: 1;
    transition: 1s;
}


.card-saiba-mais{
    display: flex;
    position: absolute;
    padding-bottom: 12px;
}

.card-saiba-mais a {
    margin-top: 16px;
    padding: 12px 24px;
    background-color: #00313fee;
}

.div-btn-especialidade{
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.btn-especialidade{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-color: #00000026;
    color: #211913;
    height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #211913;
    font-weight: 500;
    font-size: 20px;
    width: auto;
}

.btn-especialidade svg {
    color: #211913; 
}

.section-unidades{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.unidade1,.unidade2{
    display: flex;
    flex-direction: row;
    
}

.unidade2{
    flex-direction: row-reverse;
}

.unidade-foto{
    width: 43%;
    background-size: cover;
    background-position: center;
    

}

.foto-unidade1 {
    background-image: url('./img/Unidade-1.avif');
}

.foto-unidade2 {
    background-image: url('./img/Unidade-2.avif');
}


.div-unidade-info{
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 57%;
    padding: 4.5% 4.5% 5% 6.5%;
}

.fundo-unidade-1{
    background-color: #00313F;
}

.fundo-unidade-2{
    background-color: #985B4A;
}
.titulo-unidade{
    font-size: 36px;
    font-weight: 600;
}

.div-unidade-titulo{
    display: flex;
    align-items: center;
    gap: 10px;
}

.crocl-unidade {
    font-size: 24px;
    font-weight: 500;
}

.container-unidade-elementos {
    gap: 36px;
    margin-left: 3%;
}
.container-unidade-elementos hr {
    width: 50%;
    margin: 80px 0px 10px 0px;

}

.div-endereco-phone{
    display: flex;
    flex-direction: column;
    gap: 36px;
    
}

.div-icon-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.div-icon-info svg{
    width: 46px;
    height: 46px;
}

.unidade-phone-icon {
    stroke-width: 1px;
    stroke: #FFF4ED;
}

.div-info-endereco{
    display: flex;
    flex-direction: column;
}

.div-nome-cro{
    display: flex;
    flex-direction: column;
}

.div-btn-rotas {
    display: flex;
    width: 100%;
    align-items: end;
    justify-content: end;
    margin-top: 15px;
}   

.btn-rotas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-color: #FFF4ED;
    color: #211913;
    padding: 10px 30px;
    border-bottom: 1px solid #211913;
    font-weight: 500;
    font-size: 20px;
    
}

.section-profissionais{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #00313F;
    padding: 96px 4%;
    justify-content: center;
    align-items: center;
}

.section-profis.titulo{
    display: flex;
}

.titulo-profissionais{
    color: #FFF4ED;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 96px;
}

.div-cards-profissionais{
    display: flex;
    gap: 48px;
    justify-content: center;
    width: 100%;
}

.prof-cards{
    max-width: 320px;
    min-width: 156px;
    padding: 8px;
    background-color: #985B4A;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform-style: preserve-3d
}

.div-prof-picture{
    width: 100%;
    height: 80%;
}

.prof-picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(20px)
}

.prof-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    transform: translateZ(20px)
}

.prof-name{
    font-size: 16px;
    font-weight: 500;
}

.prof-crosp{
    font-size: 14px;
    font-weight: 300;

}

.logos-carousel{
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.logos-track {
    display: flex ;
    width: 100%;
}

.logos-track img {
    flex: 1;
    width: 0;
    object-fit: cover;
}

.section-contato {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-image: url('./img/BackgroundFomulárioa.avif');
    background-size: cover;
    background-repeat: no-repeat;
    align-items: stretch;
    padding-bottom: 120px;
}

.container-formulario,
.container-contato{
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
}

.container-formulario{
    margin-right: 140px;
    align-items: end;
}

.container-contato{
    margin-left: 120px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}

.back-formulario{
    width: 480px;
    background-color: #FFF4ED;
    padding: 28px;
}

.div-titulo-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #211913;
    padding-bottom: 20px;
}

.formulario {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titulo-form{
    font-weight: 400;
    font-size: 32px;
}

.subtitulo-form{
    font-weight: 300;
    font-size: 20px;
}

.hr-form{
    color: #211913;
}

.div-label-input{
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 8px 0 8px 0;
    width: 100%;
}

.div-label-input input{
    border: 1px solid #211913;
    border-radius: 4px;
    padding: 12px;
    background-color: transparent;
}

.div-espci-moda{
    display: flex;
    flex-direction: row; 
    gap: 10px;
    width: 100%;
}

.especialidade, .modalidade {
    width: 50%;
}
.formulario div label{
    color: #211913;
}

.form-mensagem{
    height: 100px;
}

.btn-formulario {
    all: unset;
    margin-top: 20px;
    color: #211913;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-color: #00000026;
    height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #211913;
    font-weight: 500;
    width: fit-content;
}

.div-elementos-contato{
    display: inline-flex;
    flex-direction: column;
    gap: 32px;
    margin: 120px 8px;
    justify-content: center;
    align-items: center;
}

.div-elementos-contato img {
    width: 326px;
}

.div-contato {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.span-contato{
    font-weight: 500;
    font-size: 32px; 
}

.span-contato-mobile{
    display:none ;
}

.div-btn-contatos{
    display: flex;
    flex-direction: column; 
    margin: 0 42px 0 42px; 
    gap: 18px;
}

.btn-contato{
    display: flex;
    flex-direction: row;
    width: 350px;
    align-items: center;
    justify-content: start;
    gap: 24px;
    padding: 18px 24px;
    background-color: #00000033;
    border-bottom: 1px solid #FFF4ED;
    border-radius: 4px;
}


.btn-contato svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.contato-info{
    display: flex;
    flex-direction: column;
}

.titulo-btn-contato{
    font-weight: 600;
}

.info-btn-contato{
    font-weight: 400;
}

.section-footer{
    background-color: #985B4A;
    display: flex;
    flex-direction: column;
    padding: 110px 220px;
    gap: 40px;
}
.div-info-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.div-info-footer-tablet{
    display: none;
}

.card-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: auto;

}

.logo-footer {
    width: 268px;
    height: auto;
    cursor: pointer;
}


#div-logo-footer{
    gap: 12px;
    
}

.div-link-instagram{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
}

.insta-icon-footer{
    size: 24px;
}

.div-card-info{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    gap: 10px;
}

#gap-contatos {
    gap: 0;
}

.titulo-card-footer{
    font-weight: 600;
}

.subtitulo-logo-footer{
    font-weight: 300;
}

.div-info-icon-contato{
    display: flex;
    gap: 12px;
    padding: 10px;
    justify-content: center;
}

.div-info-icon-contato svg{
    width: 24px;
    height: auto;
    stroke-width: 2px;

}

.icon-nav-footer {
    stroke-width: 4px; 
}

.last-line-footer{
    display: flex;
    width: 100%;
    height: 12px;
    background-color: #FFF4ED;
}

#Especialidades {
    scroll-margin-top: 200px;
}

.containerMenuLateral{
    display: none;
}

/* Media Queries */
@media (max-width: 1500px){
    .conteiner-sobre-desktop .div-sobre .div-valores,.div-btn-sobre{
        display: none;
    }

    .conteiner-sobre-tablet {
        margin-top: 48px;
        display: flex;
        width: 100%;
    }

    .conteiner-sobre-tablet .div-sobre {
        width: 100%;
    }

    .conteiner-sobre-tablet .div-sobre .div-btn-sobre{
        display: flex   ;
    }

    .conteiner-sobre-tablet .div-sobre .container-icone-escrita{
        align-items: center;
    }


    .luiz-img{
    height: auto;
    width: 70%;
    max-width: 100%;
    display: block;
    }

    .div-info-footer {
        flex-wrap: wrap;
    }

    .section-footer{
    padding: 10% 8%;
}

    
}

@media (max-width: 1300px){
    .div-info-footer{
        display: none;
    }

    .div-info-footer-tablet{
        display: flex;
        flex-direction: column;
        gap: 64px;
    }
    .div2cards-footer{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
    }
    .card-footer{
        width: 100%;
        display: flex;
        /* justify-content: center;
        align-items: center; */
    }   

    .div-card-info{
        display: flex;
        width: auto;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1200px){
    .navbar :is(.div-logo){
        width: 70%;
    }
    .nav-list {
        gap: 20px;
    }

    .container-formulario{
    margin-right: 0;
    }

    .container-contato{
    margin-left: 0px;
    align-items: center;
    }

    .hero-banner {
        padding-left: 4vw;
    }
    #banner-logo {
        width: 25vw;
    }

    .section-profissionais {
        padding: 96px 8px;

    }
    .div-cards-profissionais{
        flex-wrap: wrap;
    }

    .prof-cards{
    max-width: 100%;
    min-width: 156px;
    }

} 

@media (max-width: 1000px){
    .section-contato {
        flex-direction: column;
    }

    .container-formulario{
        justify-content: center;
        align-items: center;
        padding: 0 20px 0 20px;
    }

    .titulo-form{
        text-align: center;
    }

    .btn-formulario {
        text-align: center;
    }

    
}

@media (max-width: 950px){
    .navbar .div-btn-menu {
        display: none;
    }
    .menu-mobile-tablet{
        display: flex;
    }
    .nav-list {
        display: none;
    }

    .navbar{
        justify-content: space-between;
        padding: 0 4%;
    }
    .navbar :is(.div-logo,.main-nav){
        width: fit-content;
    }

    .conteiner-sobre-desktop {
        flex-direction: column;
        align-items: center;
    }

    .div-luiz, .div-sobre {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .div-sobre{
        margin-top:32px;
    }   

    .div-titulo{
        align-items: center;
    }

    #Especialidades {
        display: none;
    }

    .slider {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 340px;
        justify-content: center;
        margin-bottom: 36px;

    }

    .container-especialidades {
        padding: 36px;
    }

    .titulo-especialidade{
        margin-bottom: 36px;
        text-align: center;
    }

    .card {
        position: absolute;
        transition: 0.5s;
        box-shadow: 0 0 0 0 #444444d8;
        width: 260px;
        height: 340px;
        
    }

    .divButtonNextPrev {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #next, #prev {
        all: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background-color: #985B4A;
        color: #FFF4ED;
        font-family: monospace;
        font-size: 56px;
        width: 56px;
        height: 56px;
        border-radius: 50%;


        
    }

    #next {
        transform: scaleX(-1);
    }
    



    .Unidades {
        width:100% ;
    }
    .unidade1, .unidade2 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

    .unidade-foto {
        height: 430px;
        width: 100%;
    }

    .div-unidade-info {
        width: 100%;
    }

    .backgroundEscuroMenu{
        background-color: #0000009a;
        position: fixed;
        height: 100vh;
        width: 100vw;
        z-index: 1000;
        display: none;
        opacity: 0;
        transition: 
            opacity 0.3s ease-in-out,
            display 0.3s ease-in-out allow-discrete;
    }

    @starting-style {
        .background-escuro-menu {
            opacity: 0;
        }
    }

    .containerMenuLateral {
        transform: translatex(110%);
        position: fixed;
        top: 0px;
        right: 0;
        background-color: #00313F;
        display: flex;
        flex-direction: column;
        height: calc(var(--vh, 1vh) * 100);
        gap: 10px;
        padding: 24px;
        width: 80%;
        box-shadow:-9px 0px 10px 0px #000000a1;
        z-index: 99999;
        transition: 0.5s ease-in-out;
    }

    .main-nav-mobile{
        padding-top: 12px;
    }


    .div-logo-mobile{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 120px;
        margin-bottom: 12px;
    }

    .logo-mobile-menu {
        width: auto;
        height: auto;
    }

    .div-menu-mobile {
        display: flex;
        flex-direction:column;
        width: 100%;
    }

    .div-titulo-mobile{
        display: flex;
        width: 100%;
        justify-content: end;
        padding: 0 0 4px 0;
        border-bottom: 1px solid #FFF4ED;
    }

    .titulo-mobile{
        font-family: "Inter", sans-serif;
    }

    .div-content-mobile{
        width: 100%;
        padding: 12px 0 0 0 ;
    }

    .listMenuMobile{
        display: flex;
        flex-direction: column;
        gap: 12px;
        list-style: none;
    }

    .link-contato-mobile{
        display: flex;
        gap: 8px;
    }

    .div-insta-mobile {
        height: 60px;
        display: flex;
        justify-content: end;
        align-items: end;
    }

}

@media (max-width: 767px){
    .container-sobre {  
        padding: 20px 32px 36px 32px;
        align-items: center;
        justify-content: center;
    }   

    .conteiner-sobre-tablet .div-sobre  .div-valores{
        flex-direction: column;
    }

    .descricao-valores-mobile {
        text-align: center;
    }

    .contact_list{
        justify-content: center;
        padding: 0px;

    }

    .top-bar {
        padding: 6px;
        flex-direction: column ;
        gap: 6px;
    }

    .top-email-contact-desktop{
        display: none;
    }

    .contact-list-mobile {
        display: flex;
    }

    .hero-banner {
        display: none;
    }

    .hero-banner-mobile {
        display: flex;
    }
    #banner-logo {
        display: flex;
        justify-content: end;
        align-items: end;
        height: auto;
        width: 18vh;
    }

    .div-info-footer-tablet {
        display: none;
    }

    .div-info-footer{
        display: flex;
    }

    .div-card-info{
        gap: 6px;
    }

    .div-info-footer{
        gap: 64px;
    }

    .div-unidade-titulo{
        justify-content: center;
    }

    .crocl-unidade{
        font-size: 20px;
    }

    .div-unidade-info{
        gap: 36px;
    }

    .section-profissionais{
        padding: 20px 36px;
    }

    .titulo-profissionais{
        text-align: center;
        margin-bottom: 32px;
    }

    .section-contato{
        padding-bottom: 32px;
    }

    .conteiner-contato{
        padding: 20px;
        height: auto;
    }
    .div-elementos-contato{
        padding: 20px;
        width: 100%;
    }

    .div-elementos-contato img {
        width: 60%;
    }

    .div-contato {
        width: 100%;
    }

    .span-contato{
        width: 100%;
        text-align: center;
    }
    
    .div-btn-contatos {
        align-items: center;
        justify-content: center ;
        width: 100%;
    }

    .btn-contato {
        max-width: 350px;
        width: 100%;
        min-width: 200px;
    }

    .back-formulario,.vetor-fim-form {
        width: 100%;
    }
    
    .div-elementos-contato{
        margin: 0;
        margin-top: 64px;
    }


}

@media (max-width: 356px) {
    .info-btn-contato{
        display: none;
    }
}
@media (max-width: 300px) {
    .btn-formulario {
        font-size: 12px;
    }
}