/* SEÇÃO BANNERS */

.banner .owl-carousel .item{
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 662px;
    display: flex;
    align-items: center;
}

.banner .title{
    display: flex;
    justify-content: end;
    padding-top: 12vh;
    text-align: start;
    font-size: 58px;
    color: #fff;
    margin-bottom: 23px;
}

@media(max-width: 992px){
    .banner .title{
        margin: 0 auto 23px auto;
        text-align: center;
    }
    .banner .title br{
        display: none;
    }
}

@media(max-width: 768px){
    .banner .title{
        font-size: 50px;
    }
}

.banner .banbtn{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 20px;
    background-color: #0080FF;
    color: #fff;
    width: 370px;
    height: 43px;
    font-size: 16px;
    margin-left: auto;
    border-radius: 20px;
    transition: .3s ease-in-out;
}

.banner .banbtn:hover{
    background-color: #004080;
    transition: background-color .3s ease-in-out;
}

@media(max-width: 992px){
    .banner .banbtn{
        margin: 0 auto;
    }
}

@media(max-width: 425px){
    .banner .banbtn{
        width: 100%;
        font-size: 13px;
    }
}

.banner .banbtn svg{
    margin-right: 22px;
}

.banner .owl-nav{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.banner .owl-nav .owl-prev,.banner .owl-nav .owl-next{
    height: 30px;
    width: 15px;
    position: absolute;
    bottom: 30vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.banner .owl-nav .owl-prev span,.banner .owl-nav .owl-next span{
    display: none;
}

.banner .owl-nav .owl-prev{
    background-image: url(../../assets/img/arrow.png) !important;
    left: 40px;
}

.banner .owl-nav .owl-next{
    background-image: url(../../assets/img/arrow.png) !important;
    transform: rotateY(180deg);
    right: 40px;
}

/* SEÇÃO BANNERS ! */

/* SEÇÃO IMPACTOS DIRETOS NA GESTÃO */

.impacto{
    padding: 41px 0 56px 0;
}

.impacto .content{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 45px;
}

@media(max-width: 992px){
    .impacto .content{
        display: grid;
    }
}

.impacto .sectitle{
    width: 33%;
}

@media(max-width: 992px){
    .impacto .sectitle{
        width: 100%;
        margin-bottom: 20px;
    }
}

.impacto .sectitle::before{
    top: 8px;
}

.impacto .p{
    color: #8FAECC;
    width: 32vw;
}

@media(max-width: 992px){
    .impacto .p{
        width: 100%;
    }
}

.impacto .owl-carousel{
    display: none;
}

@media(max-width: 992px){
    .impacto .row{
        display: none;
    }
    .impacto .owl-carousel{
        display: block;
    }
}

.impacto .row .col-lg-4{
    padding: 0 calc(1.5rem/ 2);
}

.impacto a{
    text-decoration: none;
}

.impacto a:hover .box{
    background-color: #0080FF;
    transition: background-color .3s ease-in-out;
}

@media(max-width: 992px){
    .impacto .owl-carousel .item{
        display: flex;
        justify-content: center;
    }
}

.impacto .box{
    height: 122px;
    width: 100%;
    background-color: #fff;
    display: inline-flex;
    justify-content: space-between;
    transition: .3s ease-in-out;
}

@media(max-width: 992px){
    .impacto .box{
        width: 322px;
    }
}

.impacto .box .left svg path{
    transition: .3s ease-in-out;
}

.impacto a:hover .left svg path{
    fill: #fff;
    transition: fill .3s ease-in-out;
}

.impacto .box .left{
    padding: 22px 0 17px 26px;
}

.impacto a:hover .left .title{
    color: #fff;
    transition: color .3s ease-in-out;
}

.impacto .box .left .title{
    color: #004080;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 25px;
    transition: .3s ease-in-out;
}

.impacto .box .right img{
    max-width: 162px;
    max-height: 122px;
}

@media(max-width: 992px){
    .impacto .box .right img{
        max-width: 224px;
        max-height: 170px;
    }
}

@media(max-width: 375px){
    .impacto .box .right img{
        max-width: 44vh;
        max-height: 34vh;
    }
}

/* SEÇÃO IMPACTOS DIRETOS NA GESTÃO ! */

/* SEÇÃO SOBRE NÓS */

.aboutus{
    position: relative;
    padding: 80px 0 38px 0;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1380px;
}

@media(max-width: 992px){
    .aboutus{
        max-height: fit-content;
    }
}

.aboutus .container{
    padding: 0;
}

@media(max-width: 992px){
    .aboutus .container{
        padding: 0 var(--bs-gutter-x,.75rem);
    }
}

.aboutus .title{
    background-color: #0080FF;
    padding: 21px 215px 26px 0;
    width: 50%;
    min-height: 220px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    top: 80px;
    left: 0;
    display: grid;
    justify-content: end;
}

@media(max-width: 992px){
    .aboutus .title{
        position: initial;
        width: 100%;
        justify-content: start;
        padding: 21px;
    }
}

@media(max-width: 375px){
    .aboutus .title .text{
        font-size: 30px;
    }
}

.aboutus .title .text{
    width: 290px;
    font-weight: 800;
    line-height: 50px;
}

@media(max-width: 992px){
    .aboutus .title .text,.aboutus .title .sectitle{
        width: 100%;
    }
}

.aboutus .ctexto{
    padding-top: 258px;
    font-size: 15px;
    color: #5B6E82;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 38px;
}

@media(max-width: 992px){
    .aboutus .ctexto{
        padding-top: 27px;
        margin-bottom: 50px;
    }
}

.aboutus .col-lg-7{
    padding: 48px 0 0 6vw;
}

@media(max-width: 992px){
    .aboutus .col-lg-7{
        padding: 0;
        display: flex;
        justify-content: center;
    }
    .aboutus .col-lg-7 img{
        max-width: 100% !important;
        height: auto;
        margin-bottom: 50px;
    }
}

.aboutus .col-lg-7 img{
    max-width: 520px;
}

.aboutus .c2 .owl-carousel{
    display: none;
}

.aboutus .c2 .owl-carousel .item{
    padding-top: 40px;
}

@media(max-width: 992px){
    .aboutus .c2 .row{
        display: none;
    }
    .aboutus .c2 .owl-carousel{
        display: block;
    }
}

.aboutus .c2{
    border-top: 2px solid #87A5C4;
}

.aboutus .c2 .col-lg-4{
    padding: 40px calc(1.5rem/ 2) 50px calc(1.5rem/ 2);
    position: relative;
}

.aboutus .c2 .col-lg-4::after{
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #CCD4DB;
    bottom: 0;
}

.aboutus .c2 .mvvtitle{
    color: #004080;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 25px;
}

.aboutus .c2 .mvvtext{
    color: #596C80;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.aboutus .c3{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

.aboutus .c3 .box{
    width: 100%;
    min-height: 398px;
    position: relative;
    padding: 85px 60px 35px 45px;
    margin-top: 35px;
}

.aboutus .c3 .btitle{
    position: absolute;
    top: 30px;
    left: 0;
    height: 28px;
    width: 640px;
    display: flex;
    justify-content: end;
    color: #fff;
    padding-right: 50px;
}

.aboutus .c3 .sectitle::before{
    top: 8px;
}

@media(max-width: 768px){
    .aboutus .c3 .btitle{
        width: 100%;
        height: 50px;
    }
}

@media(max-width: 320px){
    .aboutus .c3 .btitle{
        width: 100%;
        height: 80px;
    }
    .aboutus .c3 .box{
        padding-top: 130px;
    }
}

/* SEÇÃO SOBRE NÓS ! */

/* SEÇÃO COMPROMISSOS */

.compromissos{
    padding: 12rem 0 6rem 0;
}

@media(max-width: 992px){
    .compromissos{
        padding: 3rem 0;
    }
}

.compromissos .container{
    padding: 0;
}

.compromissos .row .col-lg-3{
    padding-right: calc(1.5rem/ 2);
}

.compromissos .row .col-lg-3:last-child{
    padding-right: 0;
}

@media(max-width: 992px){
    .compromissos .row .col-lg-3:last-child{
        padding-right: calc(1.5rem/ 2);
    }
}

.compromissos .box{
    background-color: #E4EDF5;
    width: 100%;
    min-height: 300px;
    padding: 41px 19px 39px 28px;
    border-bottom: 6px solid #004080;
}

@media(max-width: 992px){
    .compromissos .box{
        margin-bottom: 50px;
    }
    .compromissos .col-lg-3:last-child .box{
        margin-bottom: 0;
    }
}

.compromissos .title{
    color: #004080;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 32px;
    line-height: 26px;
}

.compromissos .text{
    color: #596C80;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

/* SEÇÃO COMPROMISSOS ! */

/* SEÇÃO GESTÃO OPERACIONAL */

.gestao{
    padding-bottom: 10rem;
}

@media(max-width: 992px){
    .gestao{
        padding-bottom: 3rem;
    }
}

.gestao .row{
    margin-bottom: 70px;
}

.gestao .sectitle{
    margin-bottom: 32px;
}

.gestao .sectitle::before{
    background-color: #0080FF;
}

.gestao .title{
    color: #004080;
    font-size: 42px;
    line-height: 48px;
}

@media(max-width: 992px){
    .gestao .title{
        margin-bottom: 50px;
    }
}

@media(max-width: 425px){
    .gestao .title{
        font-size: 30px;
    }
}

.gestao .sidetext{
    color: #596C80;
    font-size: 14.28px;
    font-weight: 500;
    line-height: 26px;
    border-top: 2px solid #EEF1F3;
    padding-top: 31px;
}

.gestao .sidetext strong{
    font-weight: 800;
}

.gestao .img{
    position: relative;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
}

.gestao .img img{
    max-width: 180px;
    height: auto;
}

.gestao .img::after{
    content: '';
    position: absolute;
    width: 169px;
    height: 2px;
    top: 88px;
    left: 242px;
    background-image: url(../../assets/img/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width: 992px){
    .gestao .img::after{
        display: none;
    }
}

.gestao .owl-item:last-child .img::after{
    display: none;
}

.gestao .octitle{
    font-size: 15px;
    font-weight: 800;
    width: 79%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 32px;
}

.gestao .octext{
    color: #596C80;
    font-size: 14.28px;
    font-weight: 500;
    line-height: 28px;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

.gestao .owl-carousel .owl-nav{
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media(max-width: 992px){
    .gestao .owl-carousel .owl-nav{
        display: none;
    }
}

.gestao .owl-carousel .owl-prev,.gestao .owl-carousel .owl-next{
    width: 52px;
    height: 52px;
    position: absolute;
    bottom: 170px;
    background-repeat: no-repeat !important;
    background-position: 18px !important;
    background-size: 13px 21px !important;
    background-color: #004080 !important;
    border-radius: 50%;
}

.gestao .owl-carousel .owl-prev span,.gestao .owl-carousel .owl-next span{
    display: none;
}

.gestao .owl-carousel .owl-prev{
    background-image: url(../../assets/img/arrow.png) !important;
    left: -4vw;
}

.gestao .owl-carousel .owl-prev.disabled{
    background-color: #E4EDF5 !important;
}

.gestao .owl-carousel .owl-next{
    background-image: url(../../assets/img/arrow.png) !important;
    transform: rotateY(180deg);
    right: -4vw;
}

.gestao .owl-carousel .owl-next.disabled{
    background-color: #E4EDF5 !important;
}

/* SEÇÃO GESTÃO OPERACIONAL ! */

/* SEÇÃO METODOLOGIA OPERACIONAL */

.metodologia{
    padding-bottom: 1rem;
}

@media(max-width: 992px){
    .metodologia{
        padding-bottom: 3rem;
    }
}

.metodologia .row{
    margin-bottom: 70px;
}

.metodologia .sectitle{
    margin-bottom: 32px;
}

.metodologia .sectitle::before{
    background-color: #0080FF;
}

.metodologia .title{
    color: #004080;
    font-size: 45px;
    line-height: 48px;
    width: 80%;
    letter-spacing: 0;
}

@media(max-width: 992px){
    .metodologia .title{
        width: 100%;
    }
}

@media(max-width: 425px){
    .metodologia .title{
        font-size: 30px;
    }
}

.metodologia .sidetext{
    color: #596C80;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 31px;
    letter-spacing: 0;
    width: 99%;
}

@media(max-width: 992px){
    .metodologia .sidetext{
        width: 100%;
    }
}

.metodologia .sidetext strong{
    font-weight: 800;
}

.metodologia .r1,.metodologia .r2,.metodologia .r3,.metodologia .r4{
    margin-bottom: 0;
}

.metodologia .r1 .col-lg-4{
    padding: 0;
    display: flex;
    justify-content: center;
}

.metodologia .box,.metodologia .r2 .bbox{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 103px;
}

.metodologia .box{
    width: 100%;
    max-width: 314px;
}

.metodologia .box img{
    max-height: 53px;
    margin-right: 10px;
}

.metodologia .gtitle{
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0;
}

.metodologia .dr1,.metodologia .dr2,.metodologia .dr3{
    display: none;
}

@media(max-width: 992px){
    .metodologia .dr1,.metodologia .dr2,.metodologia .dr3{
        display: block;
        padding: 0;
        width: 2px;
        height: 34px;
        margin: 0 auto;
    }
    .metodologia .dr1{
        background-color: #FF6A00;
    }
    .metodologia .dr2{
        background-color: #004080;
    }
    .metodologia .dr3{
        background-color: #3DCC55;
    }
}

.metodologia .d1{
    height: 34px;
    width: 690px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../assets/img/d1.png);
    margin: 0 auto;
}

@media(max-width: 992px){
    .metodologia .d1,.metodologia .d4{
        width: 2px !important;
        background-image: none !important;
    }
    .metodologia .d1{
        background-color: #3DCC55;
    }
    .metodologia .d4{
        background-color: #3DCC55;
    }
}

.metodologia .r2 .bbox{
    width: 100%;
    max-width: 990px;
}

.metodologia .d2{
    height: 34px;
    width: 2px;
    margin: 0 auto;
    background-color: #FE8B65;
}

.metodologia .d3{
    height: 34px;
    width: 2px;
    margin: 0 auto;
    background-color: #3DCC55;
    padding: 0;
}

.metodologia .r3 .bbox{
    width: 100%;
    max-width: 990px;
    min-height: 458px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

@media(max-width: 425px){
    .metodologia .r3 .bbox{
        padding: 40px 0;
    }
}

.metodologia .r3 .bbox .row{
    margin-bottom: 0;
}

.metodologia .r3 .bbox .gtitle{
    margin-bottom: 40px;
}

.metodologia .r3 .ctitle{
    position: relative;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
}

@media(max-width: 768px){
    .metodologia .r3 .ctitle{
        width: fit-content;
    }
}

.metodologia .r3 .ctitle svg{
    margin-right: 13px;
}

.metodologia .r4 .img{
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    min-height: 366px;
    padding-left: 56px;
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 42px;
}

.metodologia .d4{
    height: 34px;
    width: 690px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../assets/img/d4.png);
    margin: 0 auto;
    padding: 0;
}

.metodologia .r5 .col-lg-4{
    padding: 0 calc(1.5rem/2);
}

@media(max-width: 992px){
    .metodologia .r5 .col-lg-4{
        display: grid;
        justify-content: center;
        margin-bottom: 30px;
    }
}

.metodologia .r5 .img{
    margin: 0 auto 43px auto;
    max-width: 100%;
    height: auto;
    min-height: 153px;
}

.metodologia .r5 .mtitle{
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    color: #0080FF;
    margin-bottom: 20px;
}

.metodologia .r5 .subtitle{
    color: #004080;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 30px;
}

.metodologia .r5 .pcs{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    color: #596C80;
    margin-bottom: 10px;
    padding-left: 29px;
    position: relative;
}

.metodologia .r5 .pcs::before{
    content: url(../../assets/img/ccb.png);
    position: absolute;
    left: 0;
    top: 4px;
}

.metodologia .r5 .ss{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    color: #596C80;
    margin-bottom: 10px;
    padding-left: 29px;
    position: relative;
}

.metodologia .r5 .ss::before{
    content: url(../../assets/img/check-square.png);
    position: absolute;
    left: 0;
    top: 1px;
}

/* SEÇÃO METODOLOGIA OPERACIONAL ! */

/* SEÇÃO PORQUE ESCOLHER A KAMMAK */

.pqkmk{
    padding-bottom: 8rem;
}

.pqkmk .title{
    color: #004080;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    width: 41vw;
    margin: 0 auto;
    line-height: 60px;
}

@media(max-width: 992px){
    .pqkmk .title{
        width: 100%;
    }
}

@media(max-width: 768px){
    .pqkmk .title{
        font-size: 30px;
        line-height: 40px;
    }
}

.pqkmk .subtitle{
    font-size: 15px;
    color: #596C80;
    font-weight: 500;
    margin-bottom: 62px;
    text-align: center;
    letter-spacing: 0;
}

.pqkmk .col-lg-4{
    border-right: 2px solid #ECEFF1;
}

@media(max-width: 992px){
    .pqkmk .col-lg-4{
        padding: 0 calc(1.5rem/2) !important;
        margin-bottom: 20px;
        border: none;
    }
}

.pqkmk .c1{
    padding-right: 53px;
}

.pqkmk .c2{
    padding: 0 30px;
}

.pqkmk .c3{
    padding-left: 53px;
}

.pqkmk .row .col-lg-4:last-child{
    border-right: none;
}

.pqkmk .number{
    margin-bottom: 22px;
    font-size: 20px;
    color: #A0A9B2;
    font-weight: 400;
}

.pqkmk .mtitle{
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    color: #0080FF;
    margin-bottom: 12px;
}

.pqkmk .text{
    font-size: 14.28px;
    color: #596C80;
    font-weight: 500;
    line-height: 28px;
}

/* SEÇÃO PORQUE ESCOLHER A KAMMAK ! */

/* SEÇÃO CURRICULUM VITAE */

.curriculum{
    padding-bottom: 3rem;
    /* border-bottom: 7px solid #004080; */
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.curriculum .dv{
    width: 100%;
    height: 7px;
    background-color: #004080;
    margin-bottom: 58px;
}

.curriculum .row{
    margin-bottom: 4rem;
}

.curriculum .col-lg-7{
	padding-right: calc(2.5rem/2);
}

@media(max-width: 992px){
    .curriculum .col-lg-7{
        order: 2;
        display: flex;
        justify-content: center;
    }
    .curriculum .col-lg-5{
        order: 1;
        margin-bottom: 20px;
    }
}

.curriculum .sectitle{
    margin-bottom: 30px;
}

.curriculum .sectitle::before{
    background-color: #0080FF;
}

.curriculum .name{
    margin-bottom: 45px;
    color: #004080;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 52px;
}

.curriculum .prof{
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 12px;
    letter-spacing: 0;
    color: #004080;
}

.curriculum .text{
    font-size: 14.28px;
    color: #596C80;
    font-weight: 500;
    line-height: 28px;
}

.curriculum .owl-carousel .item{
    padding: 15px 25px;
    background-color: #fff;
    min-height: 98.27px;
    max-height: 98.27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 768px){
    .curriculum .owl-carousel .item img{
        max-width: 150px;
    }
}

/* SEÇÃO CURRICULUM VITAE ! */

/* SEÇÃO VIDEO */

.video{
    width: 100%;
    height: 573px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media(max-width: 992px){
    .video{
        height: 56vw;
    }
}

.video video{
    min-height: 57vw;
    cursor: pointer;
}

/* SEÇÃO VIDEO ! */

/* SEÇÃO NOSSO OBJETIVO */

.ourobj{
    padding-top: 4rem;
}

.ourobj .container{
    padding: 0;
}

@media(max-width: 992px){
    .ourobj .container{
        padding: 0 var(--bs-gutter-x,.75rem);
    }
}

.ourobj .title{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    color: #596C80;
    padding-bottom: 55px;
    margin-bottom: 50px;
    border-bottom: 1px solid #CCD4DB;
    text-align: center;
}

.ourobj .col-lg-6:first-child{
    padding-right: calc(1.5rem/2);
}

.ourobj .col-lg-6:last-child{
    padding-left: calc(1.5rem/2);
}

.ourobj .box{
    padding: 41px 48px;
    background-color: #fff;
    box-shadow: 0 10px 20px 1px rgba(224,236,240,100%);
    margin-bottom: 50px;
}

.ourobj .box img{
    max-width: 33px;
    margin-bottom: 30px;
}

.ourobj .text{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 50px;
}

.ourobj .author{
    width: fit-content;
    min-height: 27px;
    padding: 0 27px 0 15px;
    border-radius: 16px;
    background-color: #E4EDF5;
    text-transform: uppercase;
    color: #596C80;
    font-weight: 400;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: start;
}

/* SEÇÃO NOSSO OBJETIVO ! */

/* SEÇÃO CONTATO */

.contact{
    position: relative;
    padding-bottom: 46px;
}

.contact .ln{
/*     border-top: 1px solid #E5E5E5; */
    padding-top: 60px;
}

.contact .sectitle{
    margin-bottom: 32px;
}

.contact .sectitle::before{
    background-color: #0080FF;
}

.contact .title{
    color: #004080;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 50px;
}

@media(max-width: 768px){
    .contact .title{
        font-size: 30px;
    }
}

.contact .text{
    font-size: 14.28px;
    color: #596C80;
    font-weight: 500;
    line-height: 28px;
    width: 40vw;
}

@media(max-width: 992px){
    .contact .text{
        width: 100%;
    }
}

.contact .ret{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 61px;
    background-color: #004080;
    width: 20vw;
}

@media(max-width: 768px){
    .contact .ret{
        display: none;
    }
}

/* SEÇÃO CONTATO ! */

/* SEÇÃO FORMULÁRIO DE CONTATO */

.contactform{
    background-color: #E4EDF5;
    padding: 70px 0 90px 0;
    max-height: 750px;
}

@media(max-width: 992px){
    .contactform{
        max-height: fit-content;
    }
}

.contactform .col-lg-6{
    position: relative;
}

.contactform .col-lg-6:first-child::before{
    content: url(../../assets/img/grade.png);
    position: absolute;
    top: -11px;
    left: -83px;
    z-index: 0;
}

@media(max-width: 992px){
    .contactform .col-lg-6:first-child::before{
        display: none;
    }
}

.contactform .box{
    display: inline-flex;
    position: relative;
    width: 100%;
    margin-bottom: 55px;
}

.contactform .img{
    width: 48px;
    height: 49px;
    background-color: #0080FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.contactform .img svg{
    width: 25px;
    height: 25px;
}

.contactform .box:first-child{
    padding-left: 68px;
}

.contactform .box:first-child .img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 48px;
    height: 49px;
    background-color: #0080FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactform .title{
    font-size: 19px;
    color: #004080;
    letter-spacing: 0;
    font-weight: 800;
    margin-bottom: 12px;
}

.contactform .inf{
    color: #596C80;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
}

.contactform .inf strong{
    font-weight: 800;
    color: #004080;
}

.contactform .form{
    position: absolute;
    top: 0;
    left: 0;
    width: 489px;
    min-height: 630px;
    padding: 43px 52px;
    background-color: #fff;
}

@media(max-width: 992px){
    .contactform .form{
        position: initial !important;
        margin: 0 auto;
    }
}

@media(max-width: 768px){
    .contactform .form{
        width: 100%;
    }
}

.contactform .form .lb{
    margin-bottom: 13px;
    color: #004080;
    font-weight: 800;
    letter-spacing: 0;
}

.contactform .form .ipts{
    width: 100%;
    height: 43px;
    background-color: #fff;
    padding: 0 14px;
    border: 1px solid #8FADCC;
    margin-bottom: 21px;
    font-size: 12px;
    color: #000;
}

.contactform .form .ipts:focus-visible{
    outline: none;
}

.contactform .form .ipts::placeholder{
    color: #8FADCC;
}

.contactform .form .txta{
    width: 100%;
    resize: none;
    height: 128px;
    border: 1px solid #8FADCC;
    margin-bottom: 17px;
    color: #000;
    background-color: #fff;
    padding: 14px;
}

.contactform .form input[type="submit"]{
    width: 100%;
    height: 43px;
    background-color: #0080FF;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    border: none;
}

.contactform .form .chk{
    display: inline-flex;
    margin-bottom: 20px;
}

.contactform .form .wpcf7-form-control-wrap.chk{
    margin-right: 13px;
}

.contactform .form .chk .wpcf7-list-item-label{
    display: none;
}

.contactform .form .chk .terms{
    color: #596C80;
    font-size: 10px;
    font-weight: 500;
}

/* SEÇÃO FORMULÁRIO DE CONTATO ! */