.constlk{
    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: 978px !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 CONSTELAÇÕES */

.constelacoes{
    padding: 0 0 4rem 0;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width: 992px){
    .constelacoes .col-lg-6:first-child{
        margin-bottom: 50px;
    }
}

.constelacoes .p{
    color: #707070;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 23px;
}

.constelacoes .p span{
    width: 100%;
    display: flex;
    justify-content: end;
    color: #00264D;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.constelacoes .box{
    padding: 18px;
    background-color: #F0F0F0;
    font-weight: 400;
    color: #707070;
    margin-bottom: 38px;
    letter-spacing: 0.5px;
    line-height: 23px;
}

/* SEÇÃO CONSTELAÇÕES ! */