*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon/icomoon.eot?39vdw5');
    src:  url('../fonts/icomoon/icomoon.eot?39vdw5#iefix') format('embedded-opentype'),
        url('../fonts/icomoon/icomoon.ttf?39vdw5') format('truetype'),
        url('../fonts/icomoon/icomoon.woff?39vdw5') format('woff'),
        url('../fonts/icomoon/icomoon.svg?39vdw5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[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-search:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-close:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-email:before {
  content: "\e903";
}

/* ROBOTO */
@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Roboto-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Roboto-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Roboto-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Roboto-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Roboto-Black.woff2') format('woff2');
}

/* LATO */
@font-face {
    font-family: 'Lato';
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Lato-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Lato-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Lato-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Lato-Black.woff2') format('woff2');
}

:root{
    --color_text: #666666;
    --roxo: #6c2840;
}
body::-webkit-scrollbar {
    background-color: #FAF7EE;
    width: 12px;
}
body::-webkit-scrollbar-track {
    background: transparent;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--roxo);
}
body{
    background-color: #ffff;
    color: var(--color_text);
    font-family: 'Roboto' !important;
    font-weight: 400;
}
input,button,textarea,label{
    font-family: 'Roboto' !important;
}
a{
    color: inherit;
    text-decoration: none;
}
.content{
    max-width: 1242px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.box-float{
    -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 10px -4px rgba(0,0,0,0.6);
    padding: 13px;
    background-color: #cecece;
    border-radius: 0px;
    position: fixed;
    right: 70px;
    bottom: 200px;
    z-index: 999;
}
.box-float ul{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    color: var(--roxo);
    list-style: none;
}
.box-float ul li a{
    font-size: 28px;
}
header.scrolled{
    -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{
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100vw;
    max-width: 100%;
    transition: all .3s ease-in-out;
    background-color: #f2f2f2;
}
header .wrapper{
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
header .wrapper .navigation-links{
    transition: all .3s ease-in-out;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 38px;
    justify-content: center;
}
header .wrapper .navigation-links li a{
    transition: all .3s ease-in-out;
    text-wrap: nowrap;
    text-transform: uppercase;
    font-size: 20.83px;
    font-weight: 400;
    position: relative;
    color: var(--color_text);
}
header .wrapper .logo{
    transform: translateX(-100px);
}
header .wrapper .navigation-links li a:hover,
header .wrapper .navigation-links li a.active{
    color: var(--roxo);
}
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(--roxo);
    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);
    pointer-events: all;
    z-index: 99;
}
.breadcrumb{
    overflow-x: hidden;
    color: var(--roxo);
    font-family: 'Lato';
    margin-bottom: 50px;
}
.breadcrumb h3{
    padding-top: 37px;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-size: 16.67px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.breadcrumb h4{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    width: fit-content;
}
.breadcrumb h4:before{
    content: "";
    position: absolute;
    right: calc(100% + 15px);
    width: 100vw;
    height: 2px;
    background-color: var(--roxo);
}
.breadcrumb h4:after{
    content: "";
    position: absolute;
    left: calc(100% + 15px);
    width: 100vw;
    height: 2px;
    background-color: var(--roxo);
}
.breadcrumb .wrapper{
    padding-left: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.breadcrumb .wrapper h2{
    font-size: 29.17px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--verde);
}
section.lead{
    position: relative;
    background-image: url("../img/leads/home.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 392px;
    color: #fff;
    z-index: 0;
}
section.lead .box-form{
    padding: 40px 36px;
    position: relative;
    float: left;
    width: 576px;
    overflow: hidden;
}
section.lead .box-form:before{
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6c2840;
    mix-blend-mode: multiply;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
section.lead .box-form h3{
    text-wrap: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Lato';
    font-size: 20.83px;
    margin-bottom: 17px;
}
section.lead .box-form h3 strong{
    font-weight: 600;
}
section.lead .box-form .wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
section.lead .box-form .group-link{
    width: 100%;
    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(--roxo);
    font-size: 12.5px;
    width: 100%;
    height: 33px;
    background-color: #cec7c8;
    border-radius: 0px;
    outline: none;
    border: none;
}
section.lead .box-form .group-link input::placeholder{
    font-style: italic;
    font-weight: 300;
    color: #6c2840e4;
}
section.lead .box-form .group-terms{
    display: flex;
    align-items: center;
    gap: 7px;
    text-align: center;
}
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 button{
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 12.5px;
    border-radius: 0px;
    width: fit-content;
    padding-right: 50px;
    height: 24px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2;
}
section.lead .box-form .group-button button:hover{
    color: var(--roxo);
    font-weight: 500;
}
section.lead .box-form .group-button button:hover:before{
    height: 100%;
}
section.lead .box-form .group-button button:before{
    color: #fff;
    z-index: -1;
    transition: all .3s ease-in-out;
    content: "";
    position: absolute;
    font-weight: 300;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: #fff;
    transform: scaleX(1);
    transform-origin: left;
}
section.link-footer{
    position: relative;
    background-color: #6d6f71;
    font-family: 'Lato';
    color: #fff;
}
section.link-footer .wrapper{
    min-height: 68px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
section.link-footer .wrapper h3{
    text-wrap: nowrap;
    font-size: 25px;
    font-weight: 400;
}
section.link-footer .wrapper p{
    position: relative;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    width: fit-content;
    height: 47px;
    background-color: #fff;
    color: var(--roxo);
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
section.link-footer .wrapper p:hover{
    color: #fff;
}
section.link-footer .wrapper p:hover:before{
    transform: translate(-50%,-50%) scaleX(1);
}
section.link-footer .wrapper p:before{
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--roxo);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scaleX(0);
    transform-origin: left;
    transition: all .3s ease-in-out;
}
footer{
    position: relative;
    background-color: #cecece;
    color: var(--roxo);
    flex-shrink: 0;
    height: auto;
    padding: 40px 0;
}
footer .wrapper-footer{
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 75px;
}
footer .wrapper-footer p{
    font-size: 16.67px;
}
footer .wrapper-footer .right{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
footer .wrapper-footer .group-link{
    width: 280px;
}
footer .wrapper-footer .group-link.explore{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 440px;
    border-left: 3px solid var(--roxo);
    border-right: 3px solid var(--roxo);
    padding-bottom: 40px;
}
footer .wrapper-footer .group-link.logo {
    width: 174px;
    height: 100%;
    display: inline-flex;
}
footer .wrapper-footer .group-link.logo img{
    width: 100%;
    height: 136px;
    object-fit: cover;
}
footer .logo img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
footer .wrapper-footer .group-link.about p{
    text-align: left;
}
footer .wrapper-footer .group-link h3{
    text-transform: uppercase;
    color: var(--roxo);
    font-size: 20.83px;
    font-weight: 600;
    margin-bottom: 5px;
}
footer .wrapper-footer .group-link .wrapper-links{
    display: flex;
    align-items: start;
    gap: 45px;
}
footer .wrapper-footer .group-link ul{
    text-align: left;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
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: 400;
    font-size: 16.67px;
    text-decoration: none;
}
footer .wrapper-footer .group-link ul li a{
    white-space: nowrap;
    z-index: 2;
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: all .5s ease-in-out;
}
footer .wrapper-footer .group-link.explore ul li a:hover,
footer .wrapper-footer .group-link.explore ul li a.active{
    color: var(--dourado);
}
.byEngenho{
    background-color: #CECECE;
    color: #fff;
    display: flex;
}
.byEngenho .content{
    padding: 5px 0;
    text-align: center;
    max-width: 1004px;
}
.byEngenho img{
    width: 317px;
    height: auto;
    object-fit: contain;
}
@media(max-width: 1100px) {
    .content{
        padding: 0 20px;
    }
    .breadcrumb{
        padding-bottom: 40px;
    }
    header .wrapper{
        height: auto;
        padding: 15px 0;
        justify-content: space-between;
    }
    header .wrapper .logo.mobile{
        display: block !important;
    }
    header .wrapper .logo{
        transform: translateX(0px);
    }
    header ul.navigation-links{
        display: flex;
        flex-direction: column;
        top: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: left;
        position: fixed;
        width: 80% !important;
        row-gap: 30px !important;
        justify-content: center !important;
        align-items: start !important;
        height: 100dvh;
        background-color: var(--roxo);
        color: #fff;
        padding-left: 60px;
        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 .wrapper .navigation-links li a{
        color: #fff;
    }
    header .wrapper .navigation-links li a:hover, header .wrapper .navigation-links li a.active{
        background-color: #fff !important;
        padding: 15px !important;
        color: var(--roxo) !important;
    }
    header .btnMobile{
        display: flex !important;
    }
    .breadcrumb {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .breadcrumb h4:before{
        display: none;
    }
    .link-footer {
        padding: 30px 0;
    }
    .link-footer .wrapper{
        padding: 15px 0;
        flex-direction: column;
        row-gap: 30px;
    }
    .link-footer .wrapper h3{
        text-wrap: wrap !important;
        width: 100%;
    }
    section.lead .arrows{
        left: 50%;
        top: inherit;
        bottom: 0 !important;
        transform: translateX(-50%) scale(2) !important;
        opacity: 0.4;
    }
    section.lead .arrows img{

        width: 100%;
    }
    section.lead {
        padding: 40px 0;
    }
    section.lead .top h3{
        margin-bottom: 15px;
    }
    section.lead .top p{
        width: 100%;
    }
    section.lead .box-form {
        padding: 40px 20px;
    }
    section.lead .box-form h3{
        display: block;
        text-wrap: wrap;
    }
    section.lead .box-form h3 img{
        transform: translateY(10px);
    }
    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;
    }
    section.lead .box-form .group-terms label{
        text-align: left;
    }
    section.lead .box-form .group-terms{
        align-items: start;
    }
    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;
        width: 100%;
        border: none;
        align-items: start;
    }
    .byEngenho .content div{
        padding: 0 20px;
        row-gap: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
}
@media(max-width: 768px){
    .box-float{
        right: 10px;
    }
    header .wrapper .logo{
        transform: none;
    }
    header .wrapper{
        transform: none;
    }
    .whats-float{
        right: 10px;
        width: 55px;
        height: 55px;
        font-size: 32px;
    }
    header .wrapper .logo a img{
        height: 50px;
    }
    .breadcrumb h3{
        align-items: start;
    }
    section.link-footer .wrapper{
        align-items: start;
    }
    footer .wrapper-footer{
        row-gap: 30px;
    }
}
