*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?dqmp7z');
  src:  url('../fonts/icomoon/icomoon.eot?dqmp7z#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?dqmp7z') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?dqmp7z') format('woff'),
    url('../fonts/icomoon/icomoon.svg?dqmp7z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[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-graph:before {
  content: "\e901";
}
.icon-linkedin2:before {
  content: "\e900";
}
.icon-envelope:before {
  content: "\e904";
}
.icon-line-chart:before {
  content: "\e905";
}
.icon-trophy:before {
  content: "\e906";
}
.icon-check-mark:before {
  content: "\e907";
}
.icon-whatsapp2:before {
  content: "\e908";
}
.icon-graduation-cap:before {
  content: "\e909";
}
.icon-instagram2:before {
  content: "\e90a";
}
.icon-search:before {
  content: "\e902";
}
.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";
}
  
/* PublicSans */
@font-face {
    font-family: 'PublicSans';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    src: url('../fonts/PublicSans.woff2') format('woff2');
}    

:root{
    --color_blue: #0077A3;
    --color_text: #003d52;
    --color_text_light: #eaeaea;
}
html {
  overflow-x: hidden;
}
body::-webkit-scrollbar {
    background-color: #FAF7EE;
    width: 12px;
}
body::-webkit-scrollbar-track {
    background: transparent;
}
body::-webkit-scrollbar-thumb {
    background-color: #003d52;
}
body{
    background-color: #ffff;
    color: var(--color_text);
    font-family: 'PublicSans' !important;
    font-weight: 400;
}
input,button,textarea,label{
    font-family: 'PublicSans' !important;
}
p{
    font-size: 17.5px;
    font-weight: 600;
}
a{
    color: inherit;
    text-decoration: none;
}
.image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.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: 8px 0px;
    padding-top: 15px !important;
    background-color: #ffff;
    border-radius: 0px;
    position: fixed;
    right: 70px;
    bottom: 200px;
    z-index: 999;    
}
.box-float ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    color: var(--color_text);
    list-style: none;
}
.box-float ul li a i{
    font-size: 55px;
}
.box-float ul li a i.icon-whatsapp2{
    font-size: 38px;
}
.box-float ul li a i.icon-instagram2{
    font-size: 60px;
}
.box-float ul li a i.icon-linkedin2{
    font-size: 45px;
}
.box-float ul li a i.icon-envelope{
    font-size: 50px;

}
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{
    padding-left: 0px;
    height: 122px;
    display: flex;
    align-items: center; 
    gap: 80px;
    position: relative;
}
header .wrapper .navigation-links{
    transition: all .3s ease-in-out;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}
header .wrapper .navigation-links li a{
    transition: all .3s ease-in-out;
    text-wrap: nowrap;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding: 2px 5px;
    color: var(--color_text);
    display: flex;
    align-items: center;
    justify-content: center;
}
header .wrapper .navigation-links li a:hover,
header .wrapper .navigation-links li a.active{
    color: #fff;
}
header .wrapper .navigation-links li a:hover:before,
header .wrapper .navigation-links li a.active:before{
    transform: scaleX(1);
}
header .wrapper .navigation-links li a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color_text);
    border-radius: 6px;
    z-index: -1;    
    transition: all .4s ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
}
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(--color_text);
    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{
    background-color: var(--color_blue);
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    padding-right: 150px;
}
.breadcrumb h3{
    display: flex;
    align-items: center;
    gap: 7px;
    float: right;
    font-size: 25px;
    font-weight: 500;
}
.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: 272px;
    color: #fff;
    z-index: 0;
}
section.lead .box-form{
    position: relative;
    margin: 0 auto;
}
section.lead .box-form .top{
    text-align: center;
    
}
section.lead .box-form .top i{
    font-size: 50px;
}
section.lead .box-form h3{
    text-align: center;
    text-wrap: nowrap;
    font-weight: 600;
    font-size: 20.83px;
    margin-top: 17px;
    margin-bottom: 17px;
}
section.lead .box-form h3 strong{
    font-weight: 600;
}
section.lead .box-form form{
    width: 438px;
    margin: 0 auto;
}
section.lead .box-form .wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
section.lead .box-form .wrapper .group.col-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
section.lead .box-form .group-link{
    flex-basis: 46%;
    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(--color_text);
    font-size: 16.67px;
    width: 100%;
    height: 26px;
    background-color: #f4f4f4;
    border-radius: 0px;
    outline: none;
    border: none;
}
section.lead .box-form .group-link input::placeholder{
    font-weight: 300;
}
section.lead .box-form .group-terms{
    display: flex;
    align-items: center;
    gap: 7px;
    text-align: center;
    margin: 0 auto;
}
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 {
    margin: 0 auto;
}
section.lead .box-form .group-button button{
    cursor: pointer;
    color: #fff;
    background-color: #1376a0;
    border: none;
    font-size: 12.5px;
    border-radius: 0px;
    width: fit-content;
    padding: 0 15px;
    text-align: center;
    height: 24px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
section.lead .box-form .group-button button:hover{
    filter: brightness(1.1)
}
section.link-footer{
    overflow: hidden;
    position: relative;
    background-color: var(--color_blue);
    color: #fff;
}
section.link-footer .wrapper{
    position: relative;
    height: 94px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    transform: translateX(50px);
}
section.link-footer .wrapper img{
    pointer-events: none;
    width: 298px;
    height: 196px;
    object-fit: cover;
}
section.link-footer .wrapper div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
section.link-footer .wrapper h3{
    text-wrap: nowrap;
    font-size: 33.33px;
    font-weight: 400;
}
section.link-footer .wrapper p{
    position: relative;
    font-size: 33.33px;
    font-style: normal;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    width: fit-content;
    height: 47px;
    background-color: #fff;
    color: var(--color_blue);
    border-radius: 3px;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}
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(--color_text);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scaleX(0);
    transform-origin: left;
    transition: all .3s ease-in-out;
}
footer{
    position: relative;
    background-image: url("../img/background_footer.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
    padding: 0;
    padding-top: 40px;
    color: var(--color_text_light);
}
footer .wrapper-footer{
    display: flex;
    justify-content: space-between;
    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;
    padding-bottom: 40px;
}
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;
    line-height: 1.5;
}
footer .wrapper-footer .group-link h3{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
    color: #faf7ef;
    margin-bottom: 10px;
}
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: 5px;
}
footer .wrapper-footer .group-link.contact ul{
    row-gap: 15px;
}
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: 150;
    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{
    text-decoration: underline;
}
.byEngenho{
    background-color: #EBEBEB;
    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;
    }
    header .wrapper{
        height: auto;
        padding: 15px 0;
        justify-content: space-between;
    }
    header .wrapper .logo.mobile{
        display: block !important;
    }
    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(--color_text);
        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.active,
    header .wrapper .navigation-links li a:hover{
        color: var(--color_text) !important;
    }
    header .wrapper .navigation-links li a:before{
        background-color: #fff !important;
    }
    header .btnMobile{
        display: flex !important;
    }
    .breadcrumb{
        padding-right: 0 !important;
    }
    .breadcrumb h3{
        font-size: 16.67px;
    }
    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{
        transform: scale(.8);
        right: 10px;
        bottom: 150px;
    }
    header .wrapper .logo{
        transform: none;
    }
    header .wrapper{
        transform: none;
    }
    .breadcrumb h3{
        float: inherit;
    }
    header .wrapper .logo a img{
        height: 50px;
    }
    section.link-footer .wrapper{
        min-height: 94px;
        height: 100%;
        transform: none;
        align-items: start;
        padding: 15px 0;
        flex-direction: column;
        row-gap: 15px;
    }
    section.link-footer .wrapper img{
        width: 100px;
        height: auto;
    }
    section.link-footer .wrapper div{
        flex-wrap: wrap;
        justify-content: start;
    }
    section.link-footer .wrapper h3{
        text-wrap: wrap;
    }
    section.lead .box-form form{
        width: 100%;
    }
    footer .wrapper-footer{
        row-gap: 30px;
    }
}