.page-view-noticias .precontent {
    margin: 0;
    border: none;
}

@media screen and (max-width: 991px) {

    .page-view-noticias .views-exposed-form, .view-filters,
    .page-view-noticias .precontent {
        margin: 0 !important;
    }
}

.page-view-noticias .content .view-content.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.page-view-noticias .news-teaser__wrapper {
    display: flex;
    justify-content: center;
}

.page-view-noticias .news-teaser__wrapper .sticky-wrapper {
    position: sticky;
    top: 10px;
    height: fit-content;
    width: fit-content;
    margin-right: 64px;
}

.page-view-noticias .news-teaser__wrapper .sticky-wrapper .sticky h3 {
    background-color: var(--dark-blue);
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 26px;
    margin: 0;
}

.page-view-noticias .news-teaser__wrapper .sticky-wrapper .sticky h3>* {
    margin: 0;
}

.page-view-noticias .content .view-content.row .views-row {
    margin-bottom: 40px;
}

.page-view-noticias .news-teaser__wrapper .views-row__wrapper {
    margin: unset;
    width: 100%;
}

.page-view-noticias .news-teaser__wrapper .views-row__wrapper article {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--grey);
    border-radius: 20px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

.page-view-noticias .news-teaser__wrapper .views-row__wrapper article>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.001;
    z-index: 100;
}

.page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper {
    display: flex;
    width: 100%;
}

.page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-img__wrapper {
    margin-right: 45px;
    width: 30%;
    border-radius: 20px;
}

.page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-img__wrapper img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 250px;
}

.page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-img__wrapper .no-img {
    height: 250px;
    max-height: 300px;
    border-radius: 20px;
}

.page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper h2 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper .news__date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--grey);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.7;
}

.page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper .news__date p {
    margin: 0 !important;
    color: var(--dark-blue);
    font-size: 14px;
    line-height: 1;
}

.page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper .news__date p.month {
    font-size: 10px;
}

.page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper .news-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    color: var(--dark-blue);
}

/* - MEDIAS - */

@media screen and (max-width: 1439px) {
    .page-view-noticias .news-teaser__wrapper .sticky-wrapper {
        margin-right: 44px;
    }
}

@media screen and (max-width: 1279px) {
    .page-view-noticias .news-teaser__wrapper .sticky-wrapper {
        margin-right: 30px;
    }

    .page-view-noticias .news-teaser__wrapper .sticky-wrapper .sticky h3 {
        width: 75px;
        height: 75px;
        font-size: 21px;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-img__wrapper {
        margin-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper h2 {
        font-size: 24px;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper .news-desc {
        font-size: 14px;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper .news__date p {
        font-size: 12px;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper .news__date p.month {
        font-size: 8px;
    }

    .page-view-noticias .news-teaser__wrapper {
        display: block;
        padding: 0;
    }

    .page-view-noticias .news-teaser__wrapper .sticky-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
        top: 0;
        margin: 30px 0;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper {
        display: flex;
        justify-content: space-between;
        padding: 0;
        flex-wrap: wrap;
    }

    .page-view-noticias .content .view-content.row .views-row {
        flex: 0 0 50%;
        padding: 10px;
        margin-bottom: 0;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article {
        height: 500px;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper {
        flex-direction: column-reverse;
        height: 100%;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-img__wrapper {
        margin: 0;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-img__wrapper img {
        width: 100%;
        height: 150px;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article {
        padding: 20px;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper h2 {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-img__wrapper {
        width: 100%;
        flex-grow: 1;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-img__wrapper img,
    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-img__wrapper .no-img {
        min-height: 175px;
        height: 100%;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-img__wrapper.no-desc img {
        min-height: 250px;
        height: 100%;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .page-view-noticias .news-teaser__wrapper .views-row__wrapper {
        flex-wrap: wrap;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article {
        padding-bottom: 30px;
    }

    .page-view-noticias .content .view-content.row .views-row {
        flex: 0 0 100%;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper {
        position: relative;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper .news__date {
        position: absolute;
        right: 0;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article .news-card__wrapper .news-info__wrapper h2 {
        width: 80%;
    }

    .page-view-noticias .news-teaser__wrapper .views-row__wrapper article {
        height: 450px;
    }
}


/* reticula */

@media screen and (min-width: 1280px) {
    .news-teaser__wrapper {
        width: 87.15%;
    }
}

@media screen and (min-width: 1440px) {
    .news-teaser__wrapper {
        width: 87.63%;
    }
}

@media screen and (min-width: 1920px) {
    .news-teaser__wrapper {
        width: 76%;
    }
}

@media screen and (max-width: 991px) {
    .news-teaser__wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .page-view-noticias .views-exposed-form .form-row .form__wrapper> :not([hidden])~ :not([hidden]) {
        margin-left: 10px !important;
    }

    .page-view-noticias .views-exposed-form .form-control {
        font-size: 16px;
        padding: 4px 10px;
        width: 125px;
    }
}

@media screen and (max-width: 479px) {}