*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon/icomoon.eot?ocqs7e');
    src:  url('../fonts/icomoon/icomoon.eot?ocqs7e#iefix') format('embedded-opentype'),
      url('../fonts/icomoon/icomoon.ttf?ocqs7e') format('truetype'),
      url('../fonts/icomoon/icomoon.woff?ocqs7e') format('woff'),
      url('../fonts/icomoon/icomoon.svg?ocqs7e#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-display: swap;
    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-tool:before {
    content: "\e905";
  }
  .icon-book:before {
    content: "\e903";
  }
  .icon-supervisao:before {
    content: "\e902";
  }
  .icon-ampla-experiencia:before {
    content: "\e900";
  }
  .icon-conexao:before {
    content: "\e901";
  }
  .icon-educacao:before {
    content: "\e90d";
  }
  .icon-email:before {
    content: "\e904";
  }
  .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";
  }
  
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-weight: 200;
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2');
}     
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-weight: 300;
    src: url('../fonts/Montserrat-Light.woff2') format('woff2');
}     
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-weight: 400;
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
}     
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-weight: 500;
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
}     
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-weight: 600;
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
}     

:root{
    --azul: #e1fff9;
    --roxo: #7c3a8b;
    --bege: #f9e8d9;
}
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: 507px;
    color: #fff;
}
section.lead .box-form{
    background-color: #431e4b85;
    float: right;
    width: 667px;
    min-height: 432px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(124,58,139,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(124,58,139,0.5);
    box-shadow: 0px 0px 15px 0px rgba(124,58,139,0.5);
}
section.lead .box-form h3{
    text-wrap: nowrap;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 27px;
}
section.lead .box-form .wrapper{
    width: 556px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
section.lead .box-form .group-link{
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}
section.lead .box-form .group-link label{
    font-size: 15.16px;
}
section.lead .box-form .group-link input{
    padding: 0 12px;
    color: var(--roxo);
    font-size: 16.67px;
    width: 100%;
    height: 42px;
    background-color: #fff;
    border-radius: 15px;
    outline: none;
    border: none;
}
section.lead .box-form .group-terms{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    text-align: center;
    margin: 12px 0 20px 0;
}
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{
    cursor: pointer;
    color: var(--roxo);
    background-color: #fff;
    border: none;
    font-size: 16.67px;
    border-radius: 15px;
    padding: 10px 70px;
    text-decoration: underline;
    outline: 1px solid #000;
    font-size: 16.67px;
    margin: 0 auto;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
section.link-footer{
    -webkit-box-shadow: 0px -5px 18px -5px rgba(124,58,139,0.6);
    -moz-box-shadow: 0px -5px 18px -5px rgba(124,58,139,0.6);
    box-shadow: 0px -5px 18px -5px rgba(124,58,139,0.6);
    background-color: var(--azul);
}
section.link-footer .wrapper{
    min-height: 186px;
    display: flex;
    gap: 130px;
    justify-content: center;
    align-items: center;
}
section.link-footer .wrapper h3{
    font-size: 30px;
    font-weight: 600;
    color: var(--roxo);
}
section.link-footer .wrapper p{
    font-size: 20.83px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 15px 59px;
    border-radius: 15px;
    height: auto;
    background-color: var(--roxo);
    color: #fff;
    transition: all .3s ease-in-out;
    animation: pulse_cta_hero 0.8s ease-in-out infinite alternate;
}
section.link-footer .wrapper p:hover{
    background-color: #fff;
    outline: 2px solid var(--roxo);
    color: var(--roxo);
}
footer{
    overflow: hidden;
    position: relative;
    background-color: var(--azul);
    flex-shrink: 0;
    height: auto;
    padding: 50px 0;
    min-height: 352px;
    display: flex;
    align-items: center;
}
footer .wrapper-footer{
    color: var(--roxo);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
footer .wrapper-footer .right{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
footer .wrapper-footer .group-link{
    width: 280px;
}
footer .wrapper-footer .group-link.explore{
    transform: translateX(60px);
}
footer .wrapper-footer .group-link.logo {
    transform: translateX(60px);
    width: 310px;
    height: auto;
}
footer .logo img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
footer .wrapper-footer .group-link.about p{
    text-align: left;
    line-height: 1.1;
}
footer .wrapper-footer .group-link h3{
    font-size: 25px;
    font-weight: 400;
    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{
    text-align: left;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    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: 500;
    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:before,
footer .wrapper-footer .group-link.explore ul li a.active:before{
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}
footer .wrapper-footer .group-link.explore ul li a:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
    transform-origin: left;
    transition: all .3s ease-in-out;
    background-color: var(--roxo);
    width: 100%;
    height: 3px;
    border-radius: 2px;
    z-index: 11;
    
}
footer .wrapper-footer .group-link.explore ul li a:hover::before{
    width: 100%;
}
.byEngenho{
    background-color: var(--bege);
    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: var(--roxo);
}
.byEngenho .content div h4{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.byEngenho .content div h4,
.byEngenho .content div h4 span{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12.5px;
}
.byEngenho img{
    width: 317px;
    height: auto;
    object-fit: contain;
}

@media(max-width: 1100px) {
    .box-float{
        right: 15px;
        bottom: 80px;
        transform: scale(0.7);
    }
    .content{
        padding: 0 20px;
    }
    .breadcrumb{
        padding-bottom: 40px;
    }
    .breadcrumb .wrapper{
        width: 100%;
        padding: 25px 0;
    }
    header{
        -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 nav {
        height: 30px !important;
    }
    header nav .content{
        padding: 0 !important;
    }
    header nav .socials {
        font-size: 25px !important;
    }
    header .wrapper{
        height: 70px !important;
    }
    header .logo img{
        transform: scale(0.7) !important;
    }
    header .wrapper .navigation-links li a{
        font-size: 18px;
    }
    header .logo img{
        height: 80px;
    }
    header .wrapper{
        padding: 10px 0;
        height: auto;
        justify-content: space-between;
    }
    header ul.navigation-links{
        display: flex;
        flex-direction: column;
        top: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: left;
        position: fixed;
        width: 80vw;
        height: 100dvh;
        background-color: var(--azul);
        color: #fff;
        padding-left: 40px;
        justify-content: center;
        pointer-events: none;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(124,58,139,0.5);
        -moz-box-shadow: 0px 0px 30px 0px rgba(124,58,139,0.5);
        box-shadow: 0px 0px 30px 0px rgba(124,58,139,0.5);
    }
    header.active .wrapper .navigation-links li a:before{
        background-color: transparent;
    }
    header .btnMobile{
        display: flex !important;
    }
    header ul.navigation-links li#home_link{
        display: flex !important;
    }
    .link-footer {
        padding: 30px 0;
    }
    section.link-footer .wrapper h3{
        text-align: center;
    }
    .link-footer .wrapper{
        padding: 15px 0;
        flex-direction: column;
        row-gap: 30px !important;
    }
    .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;
    }
    section.lead .box-form .group-terms{
        text-align: left;
        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;
    }
    .byEngenho .content div{
        padding: 0 20px;
        row-gap: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
@media(max-width: 468px){
    .breadcrumb{
        padding-bottom: 0;
    }
    .socials{
        transform: scale(0.7);
    }
    .box-float ul{
        row-gap: 17px;
    }
    section.lead .box-form {
        padding: 20px !important;
    }
    section.lead .box-form h3{
        transform: none !important;
    }
    section.lead .box-form h3 br{
        display: none;
    }
    footer .wrapper-footer .group-link.logo {
        transform: translateX(0px);
        width: 100%;
        height: auto;
    }
    .byEngenho .content div{
        padding: 10px;
    }
    .byEngenho .content div h4{
        row-gap: 10px;
    }
}
