.lkslk {
    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: 15px 14px 0 14px;
}

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

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

/* SEÇÃO LINKS */

.links{
    padding-bottom: 5rem;
}

.links .col-lg-4:hover img{
    border-left: 8px solid #0044CC;
    transition: border-left 0.2s ease-in-out;
}

.links .col-lg-4:hover .title{
    color: #0044CC;
    transition: color 0.2s ease-in-out;
}

.links .top{
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
}

.links .topdate,.links .topinfs{
    display: grid;
}

.links .topdate{
    margin-right: 15px;
}

.links .topdate .date{
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    color: #00264D;
    height: 25px;
}

.links .topdate .month{
    color: #707070;
}

.links .topinfs{
    padding-top: 9px;
}

.links .topinfs .cat{
    color: #00264D;
    font-weight: 400;
    font-size: 16px;
    height: 16px;
    margin-bottom: 10px;
}

.links .topinfs .author{
    color: #707070;
    font-weight: 500;
}

.links img{
    margin-bottom: 18px;
}

.links .title{
    color: #00264D;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.links a{
    text-decoration: none;
}

.links .link{
    color: #707070;
}

.links .tags{
    color: #707070;
    font-size: 12px;
}

/* SEÇÃO LINKS ! */
