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

.header .c1{
    display: none;
}

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

.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-left: 34px;
    padding-top: 15px;
}

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

/* SEÇÃO BANNER ! */

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

/* SEÇÃO QUEM SOU */

.quemsou{
    padding-bottom: 5rem;
}

.quemsou .col-lg-5{
    padding: 0;
    position: relative;
}

@media(max-width: 992px){
    .quemsou .col-lg-5{
        padding: 0 calc(var(--bs-gutter-x)/ 2);
    }
}

.quemsou .h2{
    color: #00264D;
    font-size: 35px;
    margin-bottom: 40px;
}

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

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

.quemsou .foto{
    display: inline-flex;
    margin-bottom: 22px;
    align-items: end;
}

.quemsou .foto img{
    width: 209px;
    height: 234px;
}

@media(max-width: 992px){
    .quemsou .foto img{
        margin-bottom: 22px;
    }
}

@media(max-width: 768px){
    .quemsou .foto{
        display: grid;
    }
}

.quemsou .p{
    color: #707070;
    margin-left: 22px;
    width: 50%;
    padding-top: 20px;
}

.quemsou .p strong{
    font-weight: 500;
}

@media(max-width: 992px){
    .quemsou .p{
        padding-top: 70px;
        width: 100%;
    }
}

@media(max-width: 768px){
    .quemsou .p{
        padding-top: 0;
        margin: 0;
    }
}

.quemsou .p span{
    font-weight: 500;
    color: #707070;
}

.quemsou .textoesq{
    color: #707070;
    width: 92%;
}

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

.quemsou .textodir{
    color: #707070;
    margin-bottom: 350px;
}

.quemsou .box{
    position: absolute;
    left: 0;
    top: 577px;
    width: 490px;
    min-height: 198px;
    background-color: #F0F0F0;
    padding: 18px;
    margin-bottom: 30px;
}

@media(max-width: 1200px){
    .quemsou .textodir{
        margin-bottom: 50px;
    }
    .quemsou .box{
        position: initial !important;
        width: 100%;
    }
}

.quemsou .box .texto{
    color: #00264D;
    font-weight: 500;
}

/* SEÇÃO QUEM SOU ! */

/* SEÇÃO MINHA HISTÓRIA */

.minhahistoria{
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1000px;
    padding: 30vw 0 7rem 0;
}

@media(max-width: 992px){
    .minhahistoria{
        background-size: auto;
        padding-top: 81vh;
    }
    .minhahistoria .c1{
        margin-bottom: 50px;
    }
}

.minhahistoria .h2{
    color: #00264D;
    font-size: 35px;
    margin-bottom: 40px;
}

@media(max-width: 375px){
    .minhahistoria .h2{
        font-size: 32px;
    }
}

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

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

.minhahistoria .p{
    color: #707070;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.minhahistoria .p strong{
    font-weight: 500;
}

.minhahistoria .box{
    background-color: #F0F0F0;
    padding: 19px;
    color: #707070;
    font-weight: 400;
}

/* SEÇÃO MINHA HISTÓRIA ! */



