.c-noticia {
    display: flex;
}

.c-paginator__link {
    color: var(--vino);
    min-width: 32px;
    height: 34px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 5px;
}

.c-paginator__link--active {
    background-color: var(--vino);
    color: #ffffff;
}

.c-paginator__link--hold {
    background-color: var(--vino);
    color: #ffffff;
    width: 120px;
}

.c-paginator__link:hover {
    background-color: var(--vino);
    color: #ffffff;
}

@media (max-width: 1024px) {
    .c-noticia {
        flex-direction: column;
        align-items: center;
    }
}

.c-noticia__img {
    margin: 15px;
    max-width: 571px;
    width: 100%;
    object-fit: initial;
}

@media (max-width: 1024px) {
    .c-noticia__img {
        height: auto;
    }
}

.c-noticia__desc {
    margin: 15px;
    width: 100%;
    margin-top: 3px;
}

.c-noticia__desc--s {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1024px) {
    .c-noticia__desc {
        max-width: 571px;
    }
}

.c-noticia__arrow {
    margin-left: 20px;
    display: block;
    max-width: 20px;
}

.c-noticia__title {
    color: var(--dorado);
    margin-top: 0;
    font-family: var(--bold);
}

.c-noticia__title--s {
    font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 0;
}

@media (min-width: 1920px) {
    .c-noticia__title--s {
        font-size: 40px;
    }
}

.c-noticia__p {
    margin-bottom: 0;
    min-height: 128px;
    overflow: hidden;
}

.c-noticia__p--s {
    min-height: auto;
}

.c-noticia__link {
    padding-top: 18px;
    border-top: 1px solid var(--dorado);
    color: var(--dorado);
    max-width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
    position: relative;
    line-height: 23px;
}

.l-newsDet {
    position: relative;
    top: -50px;
}

.l-newsDet__thumb img {
    object-fit: cover;
    width: 100%;
    height: 740px;
}

.l-newsDet__min img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 140px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.l-forma {
    background-image: url("../../dist/img/blog/blog-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}

.l-news {
    background-color: var(--crema);
    min-height: 350px;
}

.l-news__content {
    background-color: var(--blanco);
    min-height: 350px;
    position: relative;
    padding: 110px 20px !important;
}

.l-news__related_content {
    margin-top: 40px !important;
}

.l-news__btn {
    max-width: 210px;
    width: 100%;
    border: 1px solid var(--vino);
    text-align: center;
}

.l-news__textbox {
    max-width: 450px;
    padding: 0 20px;
}

.l-news__pic {
    object-fit: cover;
    width: 100%;
    max-width: 443px;
    height: 254px;
}

.l-news__line {
    border-bottom: 1px solid var(--gris);
    max-width: 690px;
    width: 100%;
    margin: auto;
}

.l-news__btn_down {
    width: 181px;
    padding: 10px 20px;
    background-color: var(--vino);
    color: var(--blanco);
}

.l-news__btn_outline {
    width: 181px;
    padding: 10px 20px;
    color: var(--vino);
    border: 1px solid var(--vino);
}

#jock .l-news__line {
    display: none;
}

#jock div.u-margin-30 {
    margin: 0;
    padding: 20px 0;
}

#media iframe {
    height: 550px;
}

@media (max-width: 550px) {
    #media iframe {
        height: 354px;
    }
}

.l-vino-back {
    background-color: var(--vino);
    min-height: 305px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-vino-last {
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.l-vino-last-obj {
    position: absolute;
    opacity: 1;
    mix-blend-mode: multiply;
    top: 51px;
    z-index: 0;
}

.l-vino-last img:nth-of-type(2),
p {
    z-index: 1;
}

.l-pic-vin {
    min-height: 305px;
    max-width: 453px;
    width: 100%;
    object-fit: cover;
}

.l-vino-last {
    margin: 10px 16px;
}

.l-box-outline {
    border-left: 1px solid var(--azul);
    border-right: 1px solid var(--azul);
    border-bottom: 1px solid var(--azul);
    max-width: 930px;
    margin: auto;
    min-height: 203px;
    padding-top: 30px;
}

.l-btn-box-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--vino);
    max-width: 216px;
    text-align: center;
    padding: 10px 5px;
    color: var(--blanco);
    margin: auto;
}

@media (min-width: 1200px) {
    .l-vino-back .c-flex-center {
        flex-wrap: nowrap;
    }
}

@media (max-width: 1200px) {
    .l-vino-back .c-flex-center {
        flex-wrap: wrap;
    }
    .l-vino-last {
        margin: 10px 16px;
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .l-newsDet__thumb img {
        height: 100%;
    }
}