:root {
    --primario-5: #013654;
    --primario-7: #025787;
    --secondario-5: #DAAC53;
}

.col50.news {
    margin: 0 3% 116px 0;
	width: 48.5%;
}

.col50.news:last-child {
    margin: 0 0 116px;
}

.box-news h2 {
    color: var(--primario-5);
    font-weight: 700;
    margin: 0 0 48px;
}

.s-news {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 24px;
}

.img-news {
    width: 208px;
    min-width: 208px;
    height: 146px;
    position: relative;
}

.data-news {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--secondario-5);
    padding: 2px 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-bottom: 0;
}

.cont-news {
    padding: 16px 0 0 0;
    border: 0;
}

.cont-news .tit-news {
    font-weight: 600;
    color: var(--primario-5);
    margin: 0 0 8px;
    letter-spacing: 0.5px;
}

/*.cont-news a {
    float: right;
    background-image: linear-gradient(var(--primario-7), var(--primario-7));
    background-size: 100% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 22px;
    color: var(--primario-7);
    padding-bottom: 6px;
}*/

.box-news h3 {
    padding: 0 40px;
    margin: 0 0 16px;
	text-align: center;
}

.box-news .link, .box-news .link:hover, .box-news .link:active, .box-news .link:focus {
    display: block;
    text-align: center;
    color: #190004;
    font-size: 18px;
    font-weight: 700;
}

.box-news .link:hover, .box-news .link:active, .box-news .link:focus {
    color: #8C0A1F;
}

.link i {
    margin-left: 16px;
    font-weight: bold;
    font-size: 18px;
}

@media all and (min-width: 768px) {
    .s-news {
        flex-direction: row;
    }
    .box-news {
        padding-right: 32px;
    }
    .cont-news {
        padding: 0 0 0 32px;
    }
}

@media all and (max-width: 767px) {
    .img-news {
        width: 100%;
    }
}