*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
}
@font-face {
    font-family: 'Glacial';
    font-weight: 400;
    font-style: italic;
    src: url('fonts/GlacialIndifference-Italic.otf') format('opentype');
}
@font-face {
  font-family: 'Glacial';
  font-weight: 400;
  src: url('fonts/GlacialIndifference-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Glacial';
  font-weight: 600;
  src: url('fonts/GlacialIndifference-Bold.otf') format('opentype');
}   

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon/icomoon.eot?6st4pj');
    src:  url('fonts/icomoon/icomoon.eot?6st4pj#iefix') format('embedded-opentype'),
      url('fonts/icomoon/icomoon.ttf?6st4pj') format('truetype'),
      url('fonts/icomoon/icomoon.woff?6st4pj') format('woff'),
      url('fonts/icomoon/icomoon.svg?6st4pj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  i {
    /* 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-check:before {
    content: "\e902";
  }
  .icon-envelope-solid:before {
    content: "\e90d";
  }
  .icon-instagram:before {
    content: "\e90c";
  }
  .icon-location-dot-solid:before {
    content: "\e903";
  }
  .icon-phone-solid:before {
    content: "\e904";
  }
  .icon-whatsapp:before {
    content: "\e900";
  }
  .icon-x:before {
    content: "\e901";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-checkmark:before {
    content: "\ea10";
  }
   
::-webkit-scrollbar {
    width: 8px; /* Largura da barra de rolagem vertical */
    height: 8px; /* Altura da barra de rolagem horizontal */
}
::-webkit-scrollbar-track {
    background: transparent; /* Cor de fundo semi-transparente */
    border-radius: 0; /* Bordas arredondadas */
}

::-webkit-scrollbar-thumb {
    background: var(--color_text); /* Cor do polegar semi-transparente */
}
::-webkit-scrollbar-corner {
    background: transparent; /* Fundo transparente */
}
[data-anime]{
    opacity: 0;
    transform: translate(0,0) scale(0.2);
    transition: all .8s ease-in-out;
}
[data-anime="left"]{
    transform-origin: left;
}
[data-anime].animate{
    opacity: 1;
    transform: translate(0px,0px);
} 
:root{
    --marrom: #b5a391;
    --color_text: #af9d8c;
}
body{
    color: var(--azul);
    font-family: 'Glacial';
}
a{
    color: inherit;
    text-decoration: none;
}
@keyframes pulse {to { box-shadow: 0px 0px 46px 5px rgba(1, 187, 1, 0.9);}}
@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}100%{transform:translateY(0)}}
.whats-float{
    z-index: 99;
    position: fixed;
    bottom: 150px;
    right: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 75px;
    background-color: #00BF22;
    border-radius: 50%;
    width: 105px;
    height: 105px;
    animation: pulse 1s ease-in-out infinite alternate, float 5s ease-in-out infinite;
}
.content{
    max-width: 1258px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
nav{
    background-color: var(--marrom);
    width: 100%;
}
nav .content{
    display: flex;
    height: 112px;
    align-items: center;
    justify-content: center;
}
nav .logo img{
    width: 213px;
    height: auto;
    object-fit: contain;
}
header {
    background-color: #fff;
}
header .content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
header .content ul{
    color: var(--color_text);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 30px;
}
header ul{
    list-style: none;
}
main{
    overflow: hidden;
    background-image: url("img/hero-1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
main .hero{
    height: 505px;
    position: relative;
}
main .hero:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(4);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.012) 30%, #000 100%);
    z-index: 1;
}
main .hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.5s ease-in-out;
}
main .hero .text{
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    padding: 0 26px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) scale(0.65);
    line-height: 1;
    letter-spacing: -0.4px;
    text-align: center;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
}
main .hero .text h1,
main .hero .text h2{
    text-wrap: nowrap;
    letter-spacing: -1px;
    line-height: 1.1;
    font-size: 59.13px;
}
main .hero .text h1 span,
main .hero .text h2 span,
main .hero .text p span{
    font-weight: 600;
}
main .hero .text p{
    font-size: 32.38px;
}
main .hero .button {
    margin-top: 30px;
    width: fit-content;
    text-align: center;
}
main .hero .button h3{
    background-color: var(--marrom);
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 18px;
}
.faixa.after-hero{
    background-color: var(--marrom)
}
.faixa.after-hero .content{
    color: #fff;
    text-wrap: nowrap;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 91px;
}
.faixa.after-hero .content h3{
    font-size: 37.93px;
    font-weight: 600;
}
section.topicos {
    padding: 55px 0;
}
section.topicos ul{
    display: flex;
    flex-direction: column;
    row-gap: 27px;
    list-style: none;
}
section.topicos ul li{
    display: flex;
    gap: 40px;
    text-transform: uppercase;
    font-size: 25px;
}
section.topicos ul li i{
    font-size: 35px;
    color: var(--color_text);
}
section.topicos ul li p{
    letter-spacing: -0.5px;
}
section.topicos ul li span{
    font-weight: 600;
}
section.tratamento {
    border-top: 17px solid var(--marrom);
    border-bottom: 17px solid var(--marrom);
    background-color: #fff;
    position: relative;
    height: auto;
}
section.tratamento:after{
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translatey(-50%);
    z-index: 1;
    width: 50%;
    height: 100%;
    background-color: var(--marrom);
}
section.tratamento .wrapper{
    padding-top: 80px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}
section.tratamento .wrapper .left{
    transform: translateX(40px);
    text-align: center;
    width: 606px;
}
section.tratamento .wrapper .left h3{
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 1.1;
}
section.tratamento .wrapper .left .image{
    width: 100%;
    height: 453px;
}
section.tratamento .wrapper .left .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.tratamento .wrapper .right{
    width: 606px;
    padding: 0 50px;    
}
section.tratamento .wrapper .right h4{
    letter-spacing: -1px;
    text-wrap: nowrap;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
section.tratamento .wrapper .right h4 span{
    font-weight: 600;
}
section.tratamento .wrapper .right .button h3{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 18px;
    text-align: center;
    width: fit-content;
    background-color: var(--marrom);
    color: #fff;
    padding: 20px 60px;
    font-size: 25px;
    font-weight: 600;
    position: relative;
}
#btn-effect{
    overflow: hidden;
    position: relative;

}
#btn-effect:before{
    position: absolute;
    content: "";
    background-color: #ffffff34;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    animation: effect_button 2s ease infinite;
}
@keyframes effect_button {
    0% {
        left: 0;
    }
    100%{
        opacity: 0;
        left: 100%;
    }
}
.collapsible:first-child {
    padding-top: 0;
}
.collapsible {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    margin-bottom: 5px;
    letter-spacing: -1px;
    font-size: 25px;
    padding-top: 24px;
    padding-bottom: 10px;
}
.collapsible:hover,
.collapsible.active {
    -webkit-text-stroke: 0.6px #000;
}
.collapsible svg{
    width: 35px;
    height: 35px;
}
.collapsible.active svg {
    transform: rotate(90deg);
}
.content-collapse {
    padding: 0 22px;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0px;
    transition: max-height 0.2s ease-out;
    font-size: 18.83px;
    line-height: 1.2;
    letter-spacing: -1px;
}
.content-collapse p{
    font-size: 20px;
    padding-bottom: 24px;
}
section.cases{
    text-align: center;
    border-top: 10px solid #fff;
    background-color: var(--marrom);
    padding: 20px 0;
    padding-bottom: 50px;
}
section.cases h3{
    font-size: 31.56px;
    margin-bottom: 20px;
}
section.cases h3 span{
    font-weight: 600;
}
section.cases .swiper {
    width: 100%;
    height: 100%;
}
.swiper-button-next{
    transform: translateX(-70px);
}
.swiper-button-prev{
    transform: translateX(70px);
}
.swiper-button-next,
.swiper-button-prev{
    scale: 1.7;
    color: #000 !important;
}
section.cases .swiper .swiper-wrapper{
}
section.cases .swiper .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
section.cases .swiper .swiper-slide .image{
    width: 40%;
    height: 390px;
}
section.cases .swiper .swiper-slide .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.duvidas {
    padding: 40px 0;
}
section.duvidas h4{
    letter-spacing: -0.5px;
    font-size: 29.17px;
    margin-bottom: 35px;
}
section.duvidas h4 span{
    font-weight: 600;
}
section.duvidas .wrapper{
    display: flex;
    align-items: center;
    position: relative;
}
section.duvidas .wrapper .left{
    width: 50%;
}
section.duvidas .wrapper .left .button{
    display: flex;
    justify-content: center;
}
section.duvidas .wrapper .left .button h3{
    background-color: var(--marrom);
    color: #fff;
    width: fit-content;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding: 2px 60px;
    margin-top: 20px;
}
section.duvidas .wrapper .image{
    position: absolute;
    top: 200px;
    right: 0;
    transform: translateY(-50%);
    width: 561px;
    height: 422px;
    overflow: hidden;
    background-color: gray;
}
section.duvidas .wrapper .image iframe{
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}
section.sobre{
    background-color: var(--marrom);
    padding: 56px 0;
    padding-bottom: 20px;
    border-bottom: 20px solid #fff;
}
section.sobre .wrapper{
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 35px;
}
section.sobre .wrapper .image{
    width: 346px;
    height: 459px;
}
section.sobre .wrapper .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.sobre .wrapper .text{
    color: #fff;
    width: 690px;
}
section.sobre .wrapper .text h3{
    font-size: 29.17px;
    font-weight: 600;
    margin-bottom: 15px;
}
section.sobre .wrapper .text h4{
    font-size: 20.83px;
    font-weight: 600;
}
section.sobre .wrapper .text h6{
    font-size: 20.83px;
    margin-bottom: 36px;
}
section.sobre .wrapper .text p{
    margin-bottom: 25px;
    font-size: 20.83px;
    line-height: 1.2;
}
section.sobre .wrapper .text p span{
    font-weight: 600;
}
footer{
    padding: 44px 0;
    background-color: var(--marrom);
    color: #fff;
}
footer .top{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #ffffffc8;
    padding-bottom: 15px;
}
footer .top ul.links{
    margin: 5px 0;
    display: flex;
    list-style: none;
    gap: 30px;
}
footer .top ul.links li a{
    font-size: 17px;
}
footer .wrapper{
    padding: 15px 0;
    display: flex;
    justify-content: center;
    gap: 60px;
}
footer .wrapper .group{
    max-width: 285px;
    width: 100%;
}
footer .wrapper .group p{
    line-height: 1.5;
    font-size: 15px;
}
footer .wrapper .group h3{
    min-height: 36px;
}
footer .wrapper .group ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}
footer .wrapper .group ul li a{
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.byEngenho{
    background-color: #fff;
    width: 100%;
}
.byEngenho .wrapper{
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.byEngenho .wrapper h3{
    font-size: 14px;
}
@media(max-width: 1100px) {
    @keyframes scale_icon {
        to{
            transform: scale(1.1);
        }
    }
        .whats-float{
        transform: scale(0.7) !important;
        right: 0px;
        bottom: 50px;
    }
    nav .content{
        height: 80px;
    }
    nav .logo img{
        width: 150px;
    }
    main{
        background-size: cover;
        height: 530px;
    }
    main .hero{
        height: 530px;
    }
    main .hero .text h1{
        font-size: 29px;
    }
    main .hero .text p{
        font-size: 25px;
    }  
    .faixa.after-hero .content{
        padding: 15px ;
        text-wrap: wrap;
        height: auto;
    }
    .faixa.after-hero .content h3{
        font-size: 25px;
    }
    section.topicos ul li{
        gap: 15px;
    }
    section.tratamento{
        padding: 30px 0;
    }
    section.tratamento:after {
        top: 0;
        transform: none;
        z-index: 1;
        width: 100%;
        height: 280px;
    }
    section.tratamento .wrapper{
        padding: 0;
        flex-direction: column;
    }
    section.tratamento .wrapper .left{
        width: 100%;
        transform: none;
    }
    section.tratamento .wrapper .left .image{
        height: auto;
    }
    section.tratamento .wrapper .right{
        width: 100%;
        padding: 0;
    }
    section.tratamento .wrapper .right h4{
        margin-top: 40px;
        margin-bottom: 25px;
        text-wrap: wrap;
    }
    section.tratamento .wrapper .right .button h3{
        margin: 0;
    }
    section.cases h3{
        font-size: 25px;
    }
    section.cases .content{
        padding: 0;
    }
    section.cases .swiper .swiper-slide .image{
        width: 80%;
        height: auto;
    }
    section.cases .swiper .swiper-slide .image a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .swiper-button-next,
    .swiper-button-prev{
        scale: 0.8 !important;
    }
    .swiper-button-next{
        transform: translateX(0px);
    }
    .swiper-button-prev{
        transform: translateX(0px);
    }
    section.duvidas h4{
        font-size: 25px;
    }
    section.duvidas .wrapper{
        flex-direction: column-reverse;
        row-gap: 15px;
    }
    section.duvidas .wrapper .image{
        width: 100%;
        height: 250px;
        position: relative;
        transform: none;
        top: inherit;
    }
    section.duvidas .wrapper .left{
        width: 100%;
    }
    section.sobre .wrapper{
        flex-direction: column;
    }
    section.sobre .wrapper .image{
        width: 100%;
        height: 320px;
    }
    section.sobre .wrapper .text{
        width: 100%;
    }
    footer .wrapper{
        padding-top: 30px;
        flex-direction: column;
        gap: 30px;
    }
    footer .wrapper .group {
        max-width: 100%;
    }    
    .byEngenho .wrapper{
        padding: 10px 0;
        height: auto;
        gap: 10px;
        justify-content: center;
        flex-direction: column;
    }
}