.artlk {
    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: 0 auto 43px auto;
}


/* SEÇÃO ARTIGOS */

.artigos {
    padding: 20px 0 5rem 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.artigos a,.relart a {
    text-decoration: none;
}

.artigos a:hover .hoverbtn,.relart a:hover .hoverbtn {
    background-color: #A1DAE6;
    transition: background-color 0.2s ease-in-out;
}

.artigos a:hover .card,.relart a:hover .card {
    background-size: 110% 250px;
    transition: background-size 0.2s ease-in-out;
}

.artigos .card,.relart .card {
    width: 100%;
    /* min-height: 429px; */
    border: none;
    border-radius: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 238px;
    display: flex;
    justify-content: end;
    margin-bottom: 24px;
}

@media(max-width: 992px) {
    .artigos .card,.relart .card {
        width: 323px;
    }
    .artigos .col-lg-4,.relart .col-lg-4 {
        display: flex;
        justify-content: center;
    }
}

@media(max-width: 425px) {
    .artigos .card,.relart .card {
        width: 100%;
    }
}

.artigos .card img,.relart .card img {
    width: 100%;
    max-height: 236px;
    margin-bottom: 25px;
}

@media(max-width: 425px) {
    .artigos .card img,.relart .card img {
        max-width: 100%;
        height: auto;
        max-height: auto;
    }
}

.artigos .card .card-body,.relart .card .card-body {
    position: relative;
    flex: none;
    min-height: 183px;
    padding: 21px 27px;
    background-color: #fff;
}

.artigos .card .card-body .tags,.relart .card .card-body .tags {
    min-height: 44px;
    width: 135px;
    padding: 8px 9px;
    font-weight: 200;
    letter-spacing: 0.5px;
    position: absolute;
    top: -33px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.artigos .card .card-body .date,.relart .card .card-body .date {
    min-width: 93px;
    height: 33px;
    background-color: #fff;
    color: #00264D;
    padding: 8px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: absolute;
    top: -33px;
    left: 162px;
    border-bottom: 1px solid #e6e6e6;
}

.artigos .card .card-body .title,.relart .card .card-body .title {
    color: #00264D;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 14px;
}

.artigos .card .card-body .text,.relart .card .card-body .text {
    color: #707070;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 21px;
}

/* SEÇÃO ARTIGOS ! */


/* SEÇÃO SINGLE ARTIGO */

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

.sbanner h1 {
    margin: 0;
    width: fit-content;
    min-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) {
    .sbanner h1 {
        margin: 0 auto;
        font-size: 25px;
    }
}

.sartigo {
    padding: 20px 0 4rem 0;
}

.sartigo .top {
    color: #707070;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 21px;
}

.sartigo .top strong {
    font-weight: 500;
    font-size: 14px;
    color: #707070;
}

.sartigo .texto {
    color: #707070;
    letter-spacing: 0.5px;
    line-height: 23px;
    margin-bottom: 25px;
}

.sartigo .texto span {
    padding-left: 14px;
    position: relative;
    display: block;
    color: #707070;
}

.sartigo .texto span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #EDEDED;
}

.sartigo .texto2 {
    color: #707070;
    letter-spacing: 0.5px;
    line-height: 23px;
    margin-bottom: 30px;
}

.sartigo .texto2 span {
    padding-left: 14px;
    position: relative;
    display: block;
    color: #707070;
}

.sartigo .texto2 span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #EDEDED;
}

.sartigo .imagem {
    margin-bottom: 25px;
}

.sartigo .tags {
    font-size: 14px;
    color: #707070;
    display: inline-flex;
    align-items: center;
}

.sartigo .tags span {
    width: fit-content;
    padding: 0 7px;
    height: 25px;
    background-color: #00264D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 300;
    margin-right: 7px;
    border-radius: 5px;
}


/* SEÇÃO SINGLE ARTIGO !*/

/* SEÇÃO ARTIGOS RELACIONADOS */

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

.relart .h2{
    margin-bottom: 58px;
    font-size: 35px;
}

/* SEÇÃO ARTIGOS RELACIONADOS ! */
