@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');

@font-face {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    src: url(../font/Roboto.ttf);
}

*{
    padding: 0;
    margin: 0;  
    box-sizing: border-box;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    line-height: 35px;
}
.message {
    transition: .8s ease-in-out;
    z-index: 99999;
    border-radius: 5px;
    border: 3px solid #37b452;
    color: white;
    position: fixed;
    margin: 0 auto;
    justify-content: center;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    background-color: #4BD068;
    padding: 18px 20px;
    width: fit-content;
    height: 30px;
}
.message p {
    margin-bottom: 0;
}
.message.message-error {
    border: 3px solid #c53434;
    background-color: #D73D3D;
}
a{
    text-decoration: none;
    color: inherit;
}

.sticky-top{
    position: sticky;
    top: 0;
    z-index: 1020;
}

.container-full{
    width: 100%;
    padding: 0 15px;
}

.container-static{
    margin: 0 auto;
    max-width: 1366px;
    width: 100%;
}

.container-custom{
    margin: 0 auto;
    width: 100%;
}
/* '.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.' --[ START ]-- '.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.'.' */
/*-- Header --*/
.header .header-wrapper{
    background-color: #fff;
}
.header .header-wrapper .social-midia .social-midia-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: #e4e4e4;
}
.header .header-wrapper .social-midia .social-midia-wrapper .email i,
.header .header-wrapper .social-midia .social-midia-wrapper .phone i,
.header .header-wrapper .social-midia .social-midia-wrapper .facebook i,
.header .header-wrapper .social-midia .social-midia-wrapper .instagram i,
.header .header-wrapper .social-midia .social-midia-wrapper .whatsapp i{
    margin-right: 35px;
    font-size: 19px;
    color: #2f51a6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .header-wrapper .social-midia .social-midia-wrapper .email i:hover,
.header .header-wrapper .social-midia .social-midia-wrapper .phone i:hover,
.header .header-wrapper .social-midia .social-midia-wrapper .facebook i:hover,
.header .header-wrapper .social-midia .social-midia-wrapper .instagram i:hover,
.header .header-wrapper .social-midia .social-midia-wrapper .whatsapp i:hover{
    color: #70c2e8;
}
.header .header-wrapper .logo-area .logo-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    margin-bottom: 32px;
}
.header .header-wrapper .logo-area .logo-wrapper .logo figure img{
    width: 237px;
    height: 82px;
}
.header .header-wrapper .logo-area .logo-wrapper .whatsapp figure img{
    width: 100%;
    height: 88px;
    object-fit: contain;
}
/*-- End Header --*/

/*-- Main Area --*/
.main-area{
    background-image:url('../img/main.webp');
    background-size: cover;
    background-position: center;
    height: 766px;
}
.main-area .main-wrapper{
    display: flex;
}
.main-area .main-wrapper .left-side .left-wrapper .title{
    margin-top: 71px;
    position: relative;
    right: 35%;
}
.main-area .main-wrapper .left-side .left-wrapper{
    padding-left: 3%;
}
.main-area .main-wrapper .left-side .left-wrapper .title h1{
    background-color: #1AC3EA;
    width: 949px;
    height: 96px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding-left: 35%;
    padding-right: 43px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    text-shadow: 7px 2px 20px #66b1d4;
}
.main-area .main-wrapper .left-side .left-wrapper .subtitle{
    margin-top: 25px;
    margin-bottom: 43px;
}
.main-area .main-wrapper .left-side .left-wrapper .subtitle h2{
    font-size: 30px;
    color: #fff;
    width: 542px;
}
.main-area .main-wrapper .left-side .left-wrapper .list ul li{
    font-size: 20px;
    color: #fff;
}
.main-area .main-wrapper .right-side .right-wrapper{
    margin-top: 71px;
}
.main-area .main-wrapper .right-side .right-wrapper .form{
    width: 385px;
    height: 660px;
    border-radius: 25px;
    background-color: #1AC3EA;
    position: relative;
    right: 20px;
    padding: 20px 16px 21px 15px;
    color: #fff;
}
.main-area .main-wrapper .right-side .right-wrapper .form .form-title h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 21px;
}
.main-area .main-wrapper .right-side .right-wrapper .form .nome,
.main-area .main-wrapper .right-side .right-wrapper .form .email,
.main-area .main-wrapper .right-side .right-wrapper .form .text{
    display: flex;
    flex-direction: column;
}
.main-area .main-wrapper .right-side .right-wrapper .form .nome{
    margin-top: 19px;
}
.main-area .main-wrapper .right-side .right-wrapper .form .nome label,
.main-area .main-wrapper .right-side .right-wrapper .form .email label,
.main-area .main-wrapper .right-side .right-wrapper .form .embrulho label,
.main-area .main-wrapper .right-side .right-wrapper .form .text label{
    font-size: 20px;
}
.main-area .main-wrapper .right-side .right-wrapper .form .email label{
    margin-top: 25px;
}
.main-area .main-wrapper .right-side .right-wrapper .form .nome input,
.main-area .main-wrapper .right-side .right-wrapper .form .email input,
.main-area .main-wrapper .right-side .right-wrapper .form .wrapper input{
    padding: 14px 0  14px 7px;
}
.main-area .main-wrapper .right-side .right-wrapper .form .nome input,
.main-area .main-wrapper .right-side .right-wrapper .form .email input{
    width: 357px;
    height: 40px;
    border: none;
    border-radius: 8px;
}
.main-area .main-wrapper .right-side .right-wrapper .form .embrulho{
    margin-top: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-area .main-wrapper .right-side .right-wrapper .form .embrulho .telefone,
.main-area .main-wrapper .right-side .right-wrapper .form .embrulho .plano{
    display: flex;
    flex-direction: column;
}
.main-area .main-wrapper .right-side .right-wrapper .form .embrulho .telefone input{
    width: 183px;
    height: 40px;
    border-radius: 8px;
    border: none;
    padding: 14px 0  14px 7px;
}
.main-area .main-wrapper .right-side .right-wrapper .form .embrulho .plano select{
    width: 150px;
    height: 40px;
    border-radius: 8px;
    border: none;
    padding-left: 7px;
}
.main-area .main-wrapper .right-side .right-wrapper .form .text{
    margin-top: 20px;
}
.main-area .main-wrapper .right-side .right-wrapper .form .text textarea{
    width: 357px;
    height: 125px;
    border: none;
    border-radius: 8px;
    padding: 3px 0  3px 7px;
}
.main-area .main-wrapper .right-side .right-wrapper .form .checkbox{
    display: flex;
    margin-top: 15px;
}
.main-area .main-wrapper .right-side .right-wrapper .form .checkbox p{
    margin-left: 7px;
    margin-top: -11px;
    font-size: 15px;
}
.main-area .main-wrapper .right-side .right-wrapper .form .checkbox a{
    font-size: 15px;
    text-decoration: underline;
    font-weight: bold;
}
.main-area .main-wrapper .right-side .right-wrapper .form .checkbox strong{
    font-size: 15px;
    font-weight: bold;
}
.main-area .main-wrapper .right-side .right-wrapper .form .btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-area .main-wrapper .right-side .right-wrapper .form .btn button{ 
    background-color: #fff;
    width: 185px;
    height: 40px;
    border: none;
    border-radius: 8px;
    color: #1AC3EA;
    text-decoration: underline;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 6px 6px 8px 2px #4891bf;
}
.main-area .main-wrapper .right-side .right-wrapper .form .btn button::after{
    padding-left: 5px;
    font-size: 20px;
    content: "\e901";
    font-family: 'icomoon';
    text-decoration: underline;
}
/*-- End Main --*/

/*-- Oportunidade --*/
.oportunidade-area{
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 376px;
}
.oportunidade-area .oportunidade-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.oportunidade-area .oportunidade-wrapper .titulo h1{
    margin-top: 34px;
    color: #fff;
    font-size: 30px;
}
.oportunidade-area .oportunidade-wrapper .box-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 61px;
    margin-top: 28px;
}
.oportunidade-area .oportunidade-wrapper .box-wrapper .box01,
.oportunidade-area .oportunidade-wrapper .box-wrapper .box02,
.oportunidade-area .oportunidade-wrapper .box-wrapper .box03{
    background-color: #1AC3EA;
    width: 230px;
    height: 217px;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 35px 8px #4891bf;
    color: #fff;
    font-size: 20px;
}
.oportunidade-area .oportunidade-wrapper .box-wrapper .box01 .image-area figure,
.oportunidade-area .oportunidade-wrapper .box-wrapper .box02 .image-area figure,
.oportunidade-area .oportunidade-wrapper .box-wrapper .box03 .image-area figure{
    display: flex;
    justify-content: center;
    align-items: center;
}
.oportunidade-area .oportunidade-wrapper .box-wrapper .box01,
.oportunidade-area .oportunidade-wrapper .box-wrapper .box02{
    margin-right: 213px;
}
/*-- End Oportunidade --*/

/*-- Slide Area --*/
.slide-area{
    background-image: url('../img/BG2.webp');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 451px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-area .slide-wrapper{
    overflow: hidden;
}
.slide-area .slide-wrapper .slide .swiper-wrapper .swiper-slide{
    height: 153px;
    background-color: #fff;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-area .slide-wrapper .slide .swiper-wrapper .swiper-slide .image figure img{
    width: auto;
    height: 57px;
    object-fit: cover;
    background-color: #fff;
}
.swiper-button-next,
.swiper-button-prev{
    position: relative;
    display: none;
}
/*-- End Slide Area --*/

/*-- Lead Area --*/
.lead-area{
    background-image: url('../img/lead.webp');
    background-position: center;
    background-size: contain;
    height: 331px;
}
.lead-area .lead-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.lead-area .lead-wrapper .texto{
    margin-top: 32px;
    
}
.lead-area .lead-wrapper .texto h1,
.lead-area .lead-wrapper .texto h2,
.lead-area .lead-wrapper .texto h3{
    font-size: 30px;
    color: #174580;
    font-weight: bold;
    text-shadow: 1px 3px 3px #b2c8cd;
}
.lead-area .lead-wrapper .texto h2,
.lead-area .lead-wrapper .texto h3{
    margin-top: 28px;
}
.lead-area .lead-wrapper .form-wrapper{
    margin-top: 27px;
}
.lead-area .lead-wrapper .form-wrapper .nome{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.lead-area .lead-wrapper .form-wrapper .nome label{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.lead-area .lead-wrapper .form-wrapper .nome input{
    width: 372px;
    height: 41px;
    border-radius: 8px;
    border: none;
    padding: 20px 16px 20px 16px;
}
.lead-area .lead-wrapper .form-wrapper .whats{
    display: flex;
    align-items: center;
}
.lead-area .lead-wrapper .form-wrapper .whats .field{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.lead-area .lead-wrapper .form-wrapper .whats .field label{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 9px;
}
.lead-area .lead-wrapper .form-wrapper .whats .field input{
    width: 372px;
    height: 41px;
    border-radius: 8px;
    border: none;
    padding: 20px 16px 20px 16px;
}
.lead-area .lead-wrapper .form-wrapper .whats .btn button{
    width: 48.46px;
    height: 48.46px;
    border-radius: 10px;
    background-color: #fff;
    border: none;
    margin-left: 10px;
    margin-top: 37px;
    cursor: pointer;
}
.lead-area .lead-wrapper .form-wrapper .whats .btn button i{
    font-size: 19px;
    color: #fff;
}
.lead-area .lead-wrapper .form-wrapper .whats .btn button i:hover{
    text-decoration: underline;
}
.lead-area .lead-wrapper .checkbox{
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.lead-area .lead-wrapper .checkbox input{
    position: relative;
    top: 5px;
    left: -1%;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.lead-area .lead-wrapper .checkbox input::before{
    position: absolute;
    content: "";
    /* background-color: #b8cfd1; */
    border: 1px solid #fff;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    left: -2px;
    top: -2px;
}
.lead-area .lead-wrapper .checkbox p{
    margin-left: 9px;
    margin-top: -7px;
    color: #fff;
}
.lead-area .lead-wrapper .checkbox strong{
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}
.lead-area .lead-wrapper .checkbox a:hover{
    text-decoration: underline;
}
.lead-area .lead-wrapper .btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lead-area .lead-wrapper .btn button{
    width: 193px;
    height: 41px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1AC3EA;
    text-decoration: underline;
    border: none;
    margin-top: 9px;
    cursor: pointer;
}
.lead-area .lead-wrapper .btn button::after{
    content: "\e901";
    font-family: 'icomoon';
    padding-left: 7px;
}
/*-- End Lead Area --*/

/*-- Footer --*/
.footer .footer-wrapper{
    margin-top: 39px;
    display: flex;
    justify-content: space-between;
}
.footer .footer-wrapper .linha{
    position: absolute;
    content: "";
    width: 1261px;
    height: 6px;
    background-color: #1AC3EA;
}
.footer .footer-wrapper .left-side{
    padding-top: 30px;
}
.footer .footer-wrapper .left-side .image figure img{
    margin-bottom: 53px;
}
.footer .footer-wrapper .left-side .texto h1{
    font-size: 17px;
    width: 591px;
    color: #88868b;
    margin-bottom: 57px;
    line-height: 24px;
}
.footer .footer-wrapper .left-side .texto strong{
    color: #174580;
    font-weight: bold;
}
.footer .footer-wrapper .right-side{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    margin-right: 155px;
}
.footer .footer-wrapper .right-side .title h1{
    color: #2f51a6;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 49px;
}
.footer .footer-wrapper .right-side .midia .insta,
.footer .footer-wrapper .right-side .midia .number{
    color: #88868b;
    margin-bottom: 41px;
}
.footer .footer-wrapper .right-side .midia .insta a::before{
    content: "\ea92";
    font-family: 'icomoon';
    padding-right: 12px;
    color: #2f51a6;
    font-weight: bold;
}
.footer .footer-wrapper .right-side .midia .number a::before{
    content: "\e902";
    font-family: 'icomoon';
    padding-right: 12px;
    color: #2f51a6;
    font-weight: bold;
}
/*-- End Footer --*/

/*-- Engenho Area --*/
.engenho-area .engenho-wrapper{
    background-color: #e4e4e4;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.engenho-area .engenho-wrapper img{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*-- End engenho area --*/

/*Lgpd*/
#popup{position:fixed; display:flex; justify-content:center; align-items:center; width:100%; min-height: 50px; background: #1AC3EA;bottom:100px; z-index:9999;}
#popup .wrapper{width:100%; display:flex; justify-content: space-evenly; align-items: center;}
#popup .wrapper .text span{color:#fff; font-size:18px;}
#popup .wrapper ul{padding-top:10px;padding-bottom:10px;}
#popup .wrapper ul li{color:#fff;}
#popup .wrapper .btn{background-color: var(--white) !important; margin-left:20px; margin-top:2px; display: flex; justify-content: center; align-items: center; background-color: #1AC3EA; width: 200px; height: 30px; border-radius: 10px;}
#popup .wrapper .btn a{color: var(--blue) !important; font-weight: bold;}
#privacy-ok{color: #174580;}
@media(max-width:992px){#popup .wrapper{flex-direction: column; width:auto;}}
.check-privacy{display: flex; justify-content: center; margin: 15px 0;}
.check-privacy #privacy{ height: auto; width: fit-content; margin-top: 3px; margin-right: 5px; }
.pop-up-cookie{position: fixed; bottom: 0; display: none; justify-content: center;align-items: center; flex-direction: column; width: 100%; min-height: 100px; z-index: 9999; padding: 14px; box-sizing: border-box;} .pop-up-cookie .content-wrapper{display: flex; background-color: #1AC3EA; justify-content: space-evenly; width: 100%; align-items: center; margin-bottom: 15px;} .pop-up-cookie .content-wrapper p{margin-bottom: 0 !important; color: #fff; font-family: 'Open Sans', sans-serif; font-size: 14px;text-align: center;} .pop-up-cookie .content-wrapper p a{text-decoration: none; font-weight: bold; color: #fff; font-size: 14px;} .pop-up-cookie .content-wrapper .btn-privacy{display: flex; justify-content: center; align-items: center; max-width: 80px; width: 100%; height: 20px; text-transform: uppercase; color: var(--green); background-color: #fff; margin: 15px 0; font-weight: bold;} @media(max-width: 992px){.pop-up-cookie .content-wrapper{flex-direction: column; padding: 15px;}}
.whats-fixo-area{position:fixed;bottom:208px;right:30px;display:flex;z-index:9}.whats-fixo-area .whats-icon i{width:67px;height:67px;font-size:40px;color:#fff;border-radius:50px;background-color:var(--green);display:flex;justify-content:center;align-items:center}.whats-fixo-area .whats-message{height:70px;width:0;padding:10px;background-color:#f6f7f9;margin-right:20px;border-radius:10px;position:relative;animation:largura forwards 1s}.whats-fixo-area .whats-message label{opacity:0;animation:larguraText forwards 1s;animation-delay:.8s}@keyframes largura{100%{width:165px}}@keyframes larguraText{100%{opacity:1}}.whats-fixo-area .whats-message label,.whats-fixo-area .whats-message label strong{cursor:pointer}.whats-fixo-area .whats-message::before{content:"";position:absolute;width:0;right:-10px;z-index:-1;height:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:25px solid #f6f7f9}
/*-- End Lgpd --*/

@media(max-width: 992px){
    .main-area{
        height: auto;
    }
    .main-area .main-wrapper{
        display: flex;
        flex-direction: column;
    }
    .main-area .main-wrapper .left-side .left-wrapper .title h1{
        width: 461px;
        font-size: 22px;
    }
    .main-area .main-wrapper .left-side .left-wrapper .subtitle h2{
        width: 350px;
    }
    .main-area .main-wrapper .right-side .right-wrapper{
        margin-bottom: 30px;
    }
    .oportunidade-area{
        height: auto;
    }
    .oportunidade-area .oportunidade-wrapper .box-wrapper{
        flex-direction: column;
    }
    .oportunidade-area .oportunidade-wrapper .box-wrapper .box01,
    .oportunidade-area .oportunidade-wrapper .box-wrapper .box02,
    .oportunidade-area .oportunidade-wrapper .box-wrapper .box02{
        margin: 0 0 43px 0;
    }
    .lead-area{
        height: auto;
    }
    .lead-area .lead-wrapper{
        flex-direction: column;
    }
    .lead-area .lead-wrapper .form-wrapper .nome input,
    .lead-area .lead-wrapper .form-wrapper .whats .field input{
        width: 100%;
    }
    .lead-area .lead-wrapper .form-wrapper .whats .field{
        display: block
    }
    .lead-area .lead-wrapper .checkbox p,
    .lead-area .lead-wrapper .checkbox strong{
        font-size: 14px;
    }
    .lead-area .lead-wrapper .btn button{
        margin-bottom: 14px;
    }
    .footer .footer-wrapper{
        flex-direction: column;
    }
    .footer .footer-wrapper .linha{
        width: 92%;
    }
    .footer .footer-wrapper .left-side .texto h1{
        width: 100%;
    }
}