/* Principal */

.news-container {
    max-width: 1200px;
    margin: auto;
    width: auto;
    padding: 120px 20px;
}

.news-body {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}

.news-p, .news-date, .news-second-titular, .news-list {
    margin-left: 350px;
}

.news-container a {
    color: #325D5F;
    font-weight: 600;
}

@media (max-width: 767px) {
    .news-p, .news-date, .news-second-titular, .news-list {
        margin-left: 0;
    }
}

/* Texto */

.news-titular {
    color: #325D5F;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    font-family: RUBIK, serif;
}

.news-titular label {
    color: #1c3436;
}

.news-second-titular {
    color: #325D5F;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 0;
    font-family: RUBIK, serif;
}

.news-main-image {
    text-align: center;
}

.news-main-image img {
    width: 100%;
    margin: 20px auto;
}

.news-resume {
    color: #325D5F;
    font-size: 20px;
    font-weight: 500;
}

.news-resume li {
    margin-bottom: 20px;
}

.news-date {
    border-bottom: 1px solid #325D5F7d;
    font-size: 16px;
    font-weight: 500;
    color: #325D5F;
    margin-bottom: 0;
}

.news-p {
    color: #325D5F;
    font-size: 18px;
    line-height: 1.3;
}

.news-list {
    color: #325D5F;
    font-size: 18px;

}

.news-list li {
    padding-bottom: 10px;
}

.news-p-salient {
    font-size: 28px;
    color: #325D5F;
    font-weight: 500;
    line-height: 32px;
    background-color: #f4feff;
    padding: 25px;
}

.news-p-salient-footer {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 1400px) {
    .news-titular {
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .news-main-image img {
        margin: 20px auto;
    }

    .news-resume {
        padding-left: 25px;
    }

    .news-p-salient {
        padding: 15px;
        font-size: 26px;
    }

    .news-container {
        padding: 100px 20px;
    }
}
