*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
}
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-lente_de_contato:before {
    content: "\e90d";
  }
  .icon-ortodontia:before {
    content: "\e90c";
  }
  .icon-periodontia:before {
    content: "\e90b";
  }
  .icon-odontologia_do_sono:before {
    content: "\e908";
  }
  .icon-laserterapia:before {
    content: "\e909";
  }
  .icon-primeira_consulta:before {
    content: "\e90a";
  }
  .icon-endodontia:before {
    content: "\e900";
  }
  .icon-implante:before {
    content: "\e901";
  }
  .icon-lentes_de_contato:before {
    content: "\e902";
  }
  .icon-odontologia_estetica:before {
    content: "\e904";
  }
  .icon-reabilitacao_e_protese:before {
    content: "\e905";
  }
  .icon-clareamento:before {
    content: "\e906";
  }
  .icon-dsd:before {
    content: "\e907";
  }
  .icon-phone:before {
    content: "\e942";
  }
  .icon-location:before {
    content: "\e947";
  }
  .icon-search:before {
    content: "\e986";
  }
  .icon-close:before {
    content: "\ea0f";
  }
  .icon-checkmark:before {
    content: "\ea10";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-email:before {
    content: "\e903";
  }

@keyframes animation_icon {
    to{
        transform: scale(1.04);
        top: -50px;
    }

}
@keyframes animation_icon_sections_invert {
    to{
        transform: translateY(80px);
    }
}
@keyframes animation_icon_sections {
    to{
        transform: translateY(-100px);
    }
}

:root{
    --verde: #487f87;
    --amarelo: #fff4a7;
}
body::-webkit-scrollbar {
    background-color: #FAF7EE;
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: transparent;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--verde);
}
body{
    color: var(--verde);
    background-color: #EEE3F0;
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
    font-family: 'Montserrat' !important;
}
input,button,textarea{
    font-family: 'Montserrat' !important;
}
a{
    color: inherit;
    text-decoration: none;
}
.content{
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.box-float {
    transform: scale(0.8);
    width: fit-content;
    height: fit-content;
    padding: 26px 28px;
    background: transparent;
    position: fixed;
    right: 30px;
    bottom: 170px;
    z-index: 999;
    overflow: hidden; /* Garante que o pseudo-elemento não ultrapasse */
}
@keyframes filter_box-float {
    0% {
        filter: contrast(1) saturate(1);
    }
    100% {
        filter: contrast(1.3) saturate(1.25);
    }
}
.box-float::before {
    animation: filter_box-float 2s infinite alternate ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/banner_flutuante.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90px 270px;
    z-index: -1; /* Coloca atrás do conteúdo */
}
.box-float::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-51%);
    width: 70%;
    border-radius: 33px 0;
    height: 93%;
    z-index: -1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.2);
}
.box-float ul{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    color: #c49141;
    list-style: none;
}
.box-float ul li a{
    font-size: 35px;
    transition: all .3s ease-in-out;
}
.box-float ul li a:hover{
    filter: contrast(1.3) saturate(1.25);
}
.box-float ul li a svg{
    fill: #c49141;
}
header.scrolled{
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, 0.155);
    -moz-box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, 0.155);
    box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, 0.155);
}
header.scrolled .wrapper{
    padding-bottom: 0 !important;
}
header.scrolled .logo img{
    width: auto;
    height: 70px !important;
}
header{
    position: fixed;   
    top: 0;
    z-index: 999;
    width: 100vw;
    max-width: 100%;
    margin-bottom: 90px;
    transition: all .3s ease-in-out;
    font-family: 'Montserrat' !important;

}
header:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 320px;
    z-index: -1;
    pointer-events: none;
}
header .wrapper{
    transition: all .3s ease;
    display: flex;
    align-items: center; 
    justify-content: space-between;
    padding: 20px 0px;
    position: relative;
}
header .logo img{
    transition: all .3s ease;
}
header .wrapper .navigation-links{
    transform: translateX(20px);
    transition: all .3s ease-in-out;
    list-style: none;
    display: flex;
    gap: 35px;
    padding-bottom: 12px;
}
header .wrapper .navigation-links li a{
    text-wrap: nowrap;
    text-transform: uppercase;
    font-size: 16.67px;
    font-weight: 400;
    position: relative;
    width: fit-content;
    color: var(--amarelo);
}
header .wrapper .navigation-links li a:hover:before,
header .wrapper .navigation-links li a.active:before{
    transform: translateX(-50%) scaleX(1);
}
header .wrapper .navigation-links li a:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: all .3s ease-in-out;
    background: rgb(202,147,62);
    background: linear-gradient(-270deg, rgba(202,147,62,1) 0%, rgba(255,244,165,1) 60%, rgba(72,127,135,1) 100%);
    width: 100%;
    height: 4px;
    z-index: 11;
}
header .wrapper #page_contact{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: auto;
    text-transform: uppercase;    
    padding: 4px;
    position: absolute;
    right: -20px;
    top: 0;
    background-image: url("../img/border-button-header.webp");
    background-position: center;
    background-size: cover;
    background-position-y: -18px;
    background-repeat: no-repeat;
    color: var(--amarelo);
    border-radius: 0 0px 15px 15px;
    overflow: hidden;
}
header .wrapper #page_contact:hover:before,
header .wrapper #page_contact.active:before{
    transform: translate(-50%,-50%) scaleX(1);
}
header .wrapper #page_contact:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scaleX(0);
    transform-origin: left;
    transition: all .3s ease-in-out;
    z-index: -1;
    background: rgba(202, 146, 62, 0.3);
    background: linear-gradient(270deg, rgba(202,147,62,0.3) 0%, rgba(255,244,165,0.3) 50%, rgba(202,147,62,0.3) 100%);
}
header .wrapper #page_contact a{
    height: 100%;
    width: 100%;
}
header .btnMobile {
    width: 30px;
    height: 25px;
    position: relative;
    cursor: pointer;
}
header .btnMobile span {
    transition: all .3s ease-in-out;
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: var(--amarelo);
    border-radius: 0px;
    opacity: 1;
    right: 0;
}
header .btnMobile span:nth-child(1) {
    top: 0;
}
header .btnMobile span:nth-child(2){
    top: 9px;
    width: 100%;
}
header .btnMobile span:nth-child(3) {
    top: 19px;
    width: 100%;
}
header.active .btnMobile span:nth-child(1) {
    width: 100%;
    transform: translateY(10px) rotate(45deg);
}
header.active .btnMobile span:nth-child(2) {
    width: 100%;
    opacity: 0;
}
header.active .btnMobile span:nth-child(3) {
    width: 100%;
    transform: translateY(-9px) rotate(-45deg);
}
header.active ul.navigation-links{
    transform: scaleX(1) translateX(0) !important;
    pointer-events: all;
    z-index: 99;
}
header.active .wrapper .navigation-links li a:before{
    background-color: #fff;
}
.breadcrumb{
    padding-top: 180px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.breadcrumb .content{
    max-width: 1350px;
}
.breadcrumb h3{
    font-size: 16.67px;
    color: var(--verde);
    display: flex;
    align-items: center;
    gap: 5px;
}
.breadcrumb a:hover{
    -webkit-text-stroke: 0.3px var(--verde);
    text-decoration: underline;
}
.content_video_lead{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
}
.content_video_lead .video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: auto;
}
.content_video_lead .video .video-js{
    width: 800px;
    height: 650px;
}
.content_video_lead .close_video{
    cursor: pointer;
    background-color: var(--amarelo);
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_video_lead .video video{
    width: 100%;
    height: 100%;
}
.content_video_lead .overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(55, 55, 55, 0.7);
}
section.lead{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 408px;
    color: var(--amarelo);
}
section.lead:before{
    height: 16px;
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(196,146,66);
    background: linear-gradient(270deg, rgba(196,146,66,1) 0%, rgba(251,235,159,1) 50%, rgba(196,146,66,1) 100%);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
section.lead .box-form{
    margin: 0 auto;
    width: 625px;
}
section.lead .box-form h3{
    text-wrap: nowrap;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 29.17px;
    margin-bottom: 25px;
}
section.lead .box-form h3 strong{
    font-weight: 600;
}
section.lead .box-form .wrapper{
    width: 556px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
section.lead .box-form .group-link{
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}
section.lead .box-form .group-link label{
    font-size: 16.67px;
}
section.lead .box-form .group-link input{
    padding: 0 12px;
    color: var(--verde);
    font-size: 20px;
    width: 100%;
    height: 40px;
    background-color: #d4d4d4;
    border-radius: 6px;
    outline: none;
    border: none;
}
section.lead .box-form .group-link input::placeholder{
    font-size: 14px;
}
section.lead .box-form .group-terms{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-align: center;
    margin-bottom: 20px;
}
section.lead .box-form .group-terms label {
    font-size: 11.33px;
}
section.lead .box-form .group-terms label a{
    text-decoration: underline;
}
section.lead .box-form .group-button{
    text-align: center;
}
section.lead .box-form .group-button button{
    position: relative;
    cursor: pointer;
    color: var(--amarelo);
    background: transparent;
    border: none;
    font-size: 16.67px;
    border-radius: 6px 0 6px 0;
    font-size: 16.67px;
    margin: 0 auto;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 35px;
    background-image: url("../img/border-button-tv.webp");
    background-position: center;
    background-size: 100% 35px;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
section.lead .box-form .group-button button:hover:after{
    transform: translate(-50%,-50%) scaleY(1);
}
section.lead .box-form .group-button button:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 35px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scaleY(0);
    transform-origin: center;
    border-radius: 12px 0px;
    transition: all .3s ease-in-out;
    z-index: 1;
    background: rgba(202, 146, 62, 0.3);
    background: linear-gradient(270deg, rgba(202,147,62,0.3) 0%, rgba(255,244,165,0.3) 50%, rgba(202,147,62,0.3) 100%);
}
section.link-footer{
    position: relative;
    background-image: url("../img/link-footer.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.link-footer:before{
    height: 16px;
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(196,146,66);
    background: linear-gradient(270deg, rgba(196,146,66,1) 0%, rgba(251,235,159,1) 50%, rgba(196,146,66,1) 100%);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
section.link-footer .wrapper{
    min-height: 223px;
    display: flex;
    row-gap: 25px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
}
section.link-footer .wrapper h3{
    font-size: 33.33px;
    font-weight: 600;
    color: var(--verde);
}

@keyframes pulse_button_link-footer {
    to{
        transform: scale(1.05);
    }
}
section.link-footer .wrapper p{
    font-size: 20.83px;
    font-weight: 600;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 20px;
    height: 43px;
    background-image: url("../img/border-button-link_footer.webp");
    background-position: center;
    background-size: 100% 43px;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    animation: pulse_button_link-footer .8s infinite alternate;
}
section.link-footer .wrapper p:hover{
    color: #c49141;
}
footer{
    overflow: hidden;
    position: relative;
    background-image: url("../img/banner-footer.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
    height: auto;
    padding: 50px 0;
}
footer .wrapper-footer{
    color: var(--amarelo);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
footer .wrapper-footer .right{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
footer .wrapper-footer .group-link{
    width: 280px;
}
footer .wrapper-footer .group-link.explore{
    transform: translateX(60px);
}
footer .wrapper-footer .group-link.about p{
    line-height: 1.1;
}
footer .wrapper-footer .group-link h3{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.2;
}
footer .wrapper-footer .group-link .wrapper-links{
    display: flex;
    align-items: start;
    gap: 45px;
}
footer .wrapper-footer .group-link ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    line-height: 0.9;
}
footer .wrapper-footer .group-link a{
    text-decoration: none;
}
footer .wrapper-footer .group-link p, footer .wrapper-footer .group-link ul li a{
    font-weight: 300;
    font-size: 16.67px;
    text-decoration: none;
}
footer .wrapper-footer .group-link ul li a{
    line-height: 1.2;
    white-space: nowrap;
    z-index: 2;
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: all .5s ease-in-out;
    padding: 3px 5px;
}
footer .wrapper-footer .group-link.explore ul li a:hover:before,
footer .wrapper-footer .group-link.explore ul li a.active:before{
    transform: translateX(-50%) scaleX(1);
}
footer .wrapper-footer .group-link.explore ul li a:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: all .3s ease-in-out;
    background: rgb(202,147,62);
    background: linear-gradient(-270deg, rgba(202,147,62,1) 0%, rgba(255,244,165,1) 60%, rgba(72,127,135,1) 100%);
    width: 100%;
    height: 4px;
    z-index: 11;
}
footer .wrapper-footer .group-link.explore ul li a:hover::before{
    width: 100%;
}
footer .wrapper-footer .group-link.contact ul li a i{
    transition: all .3s ease-in-out;
    font-size: 15px;
}
footer .wrapper-footer .group-link.contact ul li a.phone:hover i{
    transform: translateY(-5px) scaleX(-1) !important;
}
footer .wrapper-footer .group-link.contact ul li a:hover i{
    transform: translateY(-5px);
}
.byEngenho{
    background-color: #fff;
    color: #fff;
    display: flex;
}
.byEngenho .content{
    padding: 5px 0;
    text-align: center;
    max-width: 1004px;
}
.byEngenho .content div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    font-size: 10.42px;
    color: #c09450;
}
.byEngenho .content div h4{
    font-weight: 500;
    font-size: 14.58px;
}
.byEngenho img{
    width: 317px;
    height: auto;
    object-fit: contain;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .content,
    .breadcrumb .content{
        max-width: 1246px;
    }
    .box-float{
        bottom: 30px;
        right: 10px;
        transform: scale(0.8);

    }
}
@media(max-width: 1100px) {
    .content{
        max-width: 1246px;
        padding: 0 20px;
    }
    .breadcrumb{
        padding-bottom: 40px;
    }
    header .wrapper{
        padding: 15px 0;
        justify-content: space-between;
    }
    header .wrapper .navigation-links {
        transform: scaleX(0) translateX(-100%);
    }
    header ul.navigation-links{
        display: flex;
        flex-direction: column;
        top: 0;
        left: 0;
        transform: scaleX(0) translateX(-100%);
        transform-origin: left;
        position: fixed;
        width: 80vw;
        height: 100dvh;
        background-color: var(--verde);
        color: #fff;
        padding-left: 40px;
        justify-content: center;
        pointer-events: none;
        -webkit-box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.6);
        box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.6);
    }
    header .btnMobile{
        transform: translateY(5px);
        display: flex !important;
    }
    .link-footer {
        padding: 30px 0;
    }
    .link-footer .wrapper{
        padding: 15px 0;
        flex-direction: column;
        row-gap: 30px;
    }
    .link-footer .wrapper h3{
        width: 100%;
    }
    section.lead {
        padding: 40px 0;
    }
    section.lead .top h3{
        margin-bottom: 15px;
    }
    section.lead .top p{
        width: 100%;
    }
    section.lead .box-form h3{
        text-wrap: wrap;
    }
    section.lead .box-form,
    section.lead .box-form .wrapper{
        width: 100%;
    }
    section.lead form .wrapper{
        transform: none;
        flex-direction: column;
        row-gap: 20px;
    }
    section.lead form .wrapper .row{
        flex-direction: column;
    }
    section.lead form .wrapper .row .group{
        width: 100% !important;
    }
    section.lead form .wrapper .terms{
        text-align: left;
        align-items: start;
        margin-top: 20px;
        transform: none;
    }
    footer{
        padding: 30px 0;
    }
    footer .logo img {
        width: 90%;
        height: auto;
    }
    footer .wrapper{
        gap: 50px;
        flex-direction: column-reverse;
    }
    footer .wrapper-footer,
    footer .wrapper-footer .right{
        align-items: start;
        justify-content: start;
        flex-direction: column;
    }
    footer .wrapper .links{
        row-gap: 30px;
        flex-direction: column;
    }
    footer .wrapper-footer .group-link{
        width: 100% !important;
    }
    footer .wrapper-footer .group-link.explore{
        transform: none;
    }
    .byEngenho .content div{
        padding: 0 20px;
        row-gap: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
}
@media(max-width: 768px){
    .content_video_lead .video{
        width: 90%;
        height: 190px;
    }
    .content_video_lead .video .video-js {
        width: 100%;
    }
    section.link-footer .wrapper h3,
    section.lead .box-form h3 {
        font-size: 25px;
    }
    section.lead .box-form h3 br{
        display: none !important;
    }
}
@media(max-width: 468px){
    header:before{
        background-image: url("../img/gradient-header_mobile.webp");
    }
    .box-float{
        bottom: 0;
        right: 0;
        transform: scale(0.7);
    }
    section.lead {
        background-attachment: scroll !important;
    }
}