/* Principal */

.voz-news-container {
    max-width: 1200px;
    margin: auto;
    width: auto;
    margin-top: 56px;
    padding: 120px 20px;
}

.voz-news-header{
    display: flex;
    flex-direction: row;
}

.voz-news-header span{
    color: #3C8C8F;
    font-size: 16px;
    padding-bottom: 24px;
}

.voz-news__social{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
}

.voz-news__image{
    width: 75%;
    margin:  32px 150px;
}

.voz-news__social button{
    border: 1px solid #3C8C8F;
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 6px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.voz-news__social button:hover{
    box-shadow: #00000012 0 4px 8px 0;
}

.voz-news__date{
    font-size: 12px;
    color: #a4a4a4;
    text-align: left;
}

.voz-news-body {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}

.voz-news-p, .voz-news-date, .voz-news-second-titular, .voz-news-list {
    margin-left: 150px;
    margin-right: 150px;
}

.voz-news-container a {
    color: #3C8C8F;
    font-weight: 600;
}

.voz-news__line{
    height: 1px;
    width: 75%;
    background-color: #a4a4a4;
    opacity: 0.3;
}

@media (max-width: 1025px) {
    .voz-news__image {
        width: 68%;
    }

    .voz-news-header{
        flex-direction: column;
    }

    .voz-news-main-image img {
        width: 100% !important;
        height: auto !important;
        margin: 24px auto !important;
    }
}

@media (max-width: 770px) {
    .voz-news-second-titular__green {
        margin: 32px 50px !important;
    }

    .voz-news-p, .voz-news-date, .voz-news-second-titular, .voz-news-list {
        margin: 10px 50px;
    }

    .voz-news__image {
        width: 86%;
        margin: 32px 50px;
    }

    .voz-news__line {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .voz-news__image {
        width: auto;
        margin: 10px;
    }
    .voz-news-p, .voz-news-date, .voz-news-second-titular, .voz-news-list {
        margin: 10px;
    }

    .voz-news-second-titular__green {
        margin: 10px !important;
    }

    .voz-news-body {
        margin-top: 10px;
    }
}

/* Texto */

.voz-news-titular {
    color: #3C8C8F;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    font-stretch: extra-expanded;
    margin-right: 80px;
}

.voz-news-titular label {
    color: #1c3436;
}

.voz-news-second-titular {
    color: black;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 0;
}

.voz-news-second-titular__green {
    color: #3C8C8F;
    margin: 32px 150px;
}

.voz-news-main-image {
    text-align: center;
}

.voz-news-main-image img {
    width: 500px;
    object-fit: cover;
    height: 480px;
    margin: 20px auto;
    border-radius: 20px;
}

.voz-news-resume {
    color: black;
    font-size: 20px;
    font-weight: 500;
}

.voz-news-resume li {
    margin-bottom: 20px;
}

.voz-news-date {
    border-bottom: 1px solid #3C8C8F7d;
    font-size: 16px;
    font-weight: 500;
    color: #3C8C8F;
    margin-bottom: 0;
}

.voz-news-p {
    color: black;
    font-weight: 200;
    font-size: 18px;
    line-height: 28px;
}

.voz-news-list {
    color: black;
    font-size: 18px;

}

.voz-news-list li {
    padding-bottom: 10px;
}

.voz-news-p-salient {
    font-size: 28px;
    color: black;
    font-weight: 500;
    line-height: 32px;
    background-color: #f4feff;
    padding: 25px;
}

.voz-news-p-salient-footer {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 1400px) {
    .voz-news-titular {
        width: 100%;
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 768px) {
    .voz-news-titular {
        width: 100%;
        font-size: 24px;
        line-height: 30px;
    }

    .voz-news-main-image img {
        margin: 20px auto;
    }

    .voz-news-resume {
        padding-left: 25px;
    }

    .voz-news-p-salient {
        padding: 15px;
        font-size: 26px;
    }

    .voz-news-container {
        padding: 100px 20px;
    }
}

@media (max-width: 450px){
    .voz-news-titular {
        font-size: 16px;
        line-height: 20px;
        margin-right: 12px;
    }

    .voz-news-container {
        padding: 70px 20px;
    }
}
