.conslk{
    font-weight: 500 !important;
    border-top: 2px solid #A1DAE6;
    color: #A1DAE6 !important;
}

.header .c1{
    display: none;
}

.header .c2{
    height: 60px;
    background-color: #00264D;
}

.header3 .c2{
    max-width: 980px !important;
}

.header .header3 .navbar{
    padding: 0;
}

/* SEÇÃO BANNER */

.banner{
    height: 244px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    margin-top: 58px;
}

.banner h1{
    margin: 0;
    width: 262px;
    height: 61px;
    background-color: #00264D;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    display: flex;
    justify-content: start;
    padding: 15px 14px 0 14px;
}

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

.back{
    margin: 20px auto 43px auto;
}

/* SEÇÃO BANNER ! */

/* SEÇÃO CONSULTORIA */

.consultoria{
    padding-bottom: 10rem;
}

.consultoria .col-lg-4{
    padding-left: 70px;
    position: relative;
}

.consultoria .col-lg-8{
    position: relative;
    padding: 0;
}

@media(max-width: 992px){
    .consultoria .col-lg-8{
        order: 2;
        padding: 0 calc(var(--bs-gutter-x)/ 2);
        display: grid;
        justify-content: center;
    }
    .consultoria .col-lg-4{
        padding-left: calc(var(--bs-gutter-x)/ 2);
        order: 1;
        margin-bottom: 50px;
    }
}

.consultoria .box{
    width: 319px;
    min-height: 262px;
    padding: 23px 26px 23px 21px;
    position: absolute;
    bottom: -54px;
    left: 47px;
    background-color: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,0.095);
}

@media(max-width: 992px){
    .consultoria .box{
        width: 100%;
        position: initial !important;
        margin-top: 50px;
        margin-top: 50px;
    }
}

.consultoria .box .d-inline-flex{
    color: #707070;
    margin-bottom: 18px;
    font-weight: 300;
    font-size: 14px;
}

.consultoria .box .d-inline-flex svg{
    margin-right: 13px;
}

.consultoria .box .title{
    font-weight: 600;
    color: #000;
    margin-bottom: 19px;
    font-size: 14px;
}

.consultoria .h2{
    color: #00264D;
    margin-bottom: 37px;
    font-size: 35px;
    position: absolute;
    width: 100%;
}

.consultoria .h2 svg{
    width: 45px;
    height: auto;
    margin-right: 14px;
}

.consultoria .h2:hover{
    color: #A1DAE6;
    transition: color 0.2s ease-in-out;
}

.consultoria .h2:hover svg path{
    fill: #A1DAE6;
    transition: fill 0.2s ease-in-out;
}

.consultoria a{
    position: absolute;
    bottom: 0;
}

.consultoria .p{
    color: #707070;
    margin-bottom: 42px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 22px;
    position: absolute;
    width: calc(19vw);
    top: 80px;
}

@media(max-width: 992px){
    .consultoria a{
        position: initial !important;
    }
    .consultoria .h2{
        margin-bottom: 36px;
        position: initial !important;
    }
    .consultoria .p{
        position: initial !important;
        width: 100%;
    }
}

/* SEÇÃO CONSULTORIA ! */