:root {
    --gray: #D4D4D4;
    --red: #CC1114;
    --dark: #111;
    --light: #f5f3ee;
    --bone: #F3F2ED;
    --bg-gray: #F3F5F8;
}

div#iter-content-wrapper {
    margin-top: 0;
}

.sect-date {
    display: flex;
    gap: 8px;
    align-items: center;
}

.r_enumeration {
    list-style: none;
    position: relative;
    display: block;
    margin: 0 0 24px;
    padding: 0 0 0 46px;
    min-height: 34px;
    font-size: 16px;
    line-height: 1.5;
}

.r_enumeration::before {
    content: attr(data-num);
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: var(--red);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-date-preferida {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}


.sect-date .article-section .section {
    background: #111111;
    color: #fff;
    padding: 8px;
    font-size: 13px;
    margin-bottom: 24px;
    display: block;
}

.sect-date .date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.sect-date .date::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--red);
    /* rojo */
    border-radius: 50%;
    display: inline-block;
}


.R_SEC_DATE_TIT_SUB .headline {
    font-size: 40px;
    margin-bottom: 32px;
    margin-top: 16px;

}

.R_SEC_DATE_TIT_SUB .subheadline {
    /* padding-top: 16px; */
    padding-bottom: 16px;
    border-bottom: 1px solid var(--gray);
    border-top: 1px solid var(--gray);
    font-size: 18px !important;
    margin-bottom: 24px;
}

.r_relacionadas .teaser-related-list article a {
    font-family: 'Zalando Sans';
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    max-width: 100%;
    word-wrap: break-word;
    display: inline-flex;
    align-items: center;
    padding-left: 0;
}

.r_relacionadas h2 {
    padding: 0;
    margin: 0;
    font-size: 16px !important;
    font-weight: 500;
}

.r_relacionadas .relatedContent {
    padding: 16px;
    background: var(--bone);
    border-radius: 0;
    border-top: 2px solid var(--red);
}

.r_te-puede-interesar {
    font-family: 'Zalando Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin: 0 0 14px;
}

.r_relacionadas article {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.r_relacionadas .icon {
    width: 10px;
    height: 10px;
    min-width: 10px;
    background: var(--red);
    margin-right: 10px;
    flex-shrink: 0;
}

.byline.autordiv h2 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.image_author img {
    border-radius: 50%;
}


.subtitle_author {
    font-size: 12px;
    font-weight: 400;
}

.byline.autordiv a {
    display: flex;
    align-items: center;
    gap: 16px;
}


.autor-container {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-top: 32px;
    margin-bottom: 24px;
}

.byline.autordiv {
    position: relative;


}

.byline.autordiv:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -24px;
    width: 1px;
    height: 100%;
    background-color: #d3cfea;
}


.cutline-byline {
    margin-top: 12px;
    margin-bottom: 24px;
}

.cutline-text::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('https://codigomarret.online/upload/img/mayorquerojo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}

.r-social-icons {
    display: flex;
    gap: 12px;
}

.r-social-icons svg {
    width: 16px;
    height: 16px;
}

.r-social-icons .icon-circle {
    border: 1px solid #333333;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.r-social-icons .icon-circle:hover {
    background-color: #f0f0f0c0;
}

.autor-social-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 20px;
}

.canal_whatsapp_movil {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.vtz-wsp-card,
.vtz-google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    padding: 0 16px;
    border-radius: 30px;
    font-family: 'Zalando Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}

.vtz-wsp-card {
    background: #111;
    color: #fff;
}

.vtz-wsp-card:hover {
    background: #333;
    color: #fff;
}

.vtz-google-btn {
    background: #0a7aed;
    color: #fff;
}

.vtz-google-btn:hover {
    background: #0a5eb3;
    color: #fff;
}

.vtz-wsp-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.vtz-google-news-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    padding: 0 16px;
    border-radius: 30px;
    font-family: 'Zalando Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    background: #fff;
    color: #111;
    border: 1.5px solid #ccc;
    transition: border-color 0.15s, background 0.15s;
}

.vtz-google-news-btn:hover {
    border-color: #888;
    background: #f5f5f5;
    color: #111;
}

.text_detail {
    margin-top: 70px;
}


.text_detail a[rel="nofollow"] {
    color: var(--red);
}

.text_detail a {
    color: var(--red);
}

.R_TABOOLA_TAGS {
    margin-top: 22px;
    margin-bottom: 22px;
}

.R_TABOOLA_TAGS .temas {
    display: flex;
    gap: 12px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.R_TABOOLA_TAGS .temas .item_tema a {
    background: var(--red);
    padding: 8px;
    font-size: 13px;
    display: ruby-text;
    color: #ffffff;
    border-radius: 4px;
}

.r_head_title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #111111;
}


.r_head_title .icon {
    width: 8px;
    height: 8px;
    background: var(--red);
    margin-right: 10px;

}

.r_head_title {
    padding-bottom: 11px;
    margin-bottom: 24px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}


.ultimas-noticias .media_block .text_block>div {
    display: flex;
    flex-direction: column-reverse;
}

.ultimas-noticias .media_block h2 {
    font-size: 16px;
}

.ultimas-noticias .date {
    font-size: 13px;
}

.ultimas-noticias .element:nth-child(1),
.ultimas-noticias .element:nth-child(2) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--gray);
}


/* LIVE BLOG POSTING */

.primer-bloque.patrocinado_ {
    background: #EDECE6;
    padding: 52px 0;
}

.con-pat {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    gap: 8px;
    padding: 0 12px;
}

.con-pat span {
    font-size: 13px;
    line-height: 16px;
    font-family: monospace;
}

.portlet-boundary.R_LIVE_BLOG_POST {
    font-family: Arial, sans-serif;
    color: #333;
    margin-bottom: 25px;

    /* padding-left: 40px !important;*/
    /* Espacio adicional para evitar superposición con la línea */
}

/* .ly-lbp .primer-bloque {
    max-width: 800px;
    margin: auto;
} */

/* bloque final de mas noticias LBP */

.am-lbp-footer {
    margin-bottom: 52px;
}

.am-lbp-footer .col-60-40-top-one-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.masnoticias-derecha .noticias article:nth-child(1),
.masnoticias-derecha .noticias article:nth-child(2),
.masnoticias-derecha .noticias article:nth-child(3) {
    border-bottom: 1px solid var(--gray);
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.masnoticias-izq-dos .noticias article:nth-child(1),
.masnoticias-izq-dos .noticias article:nth-child(2),
.masnoticias-izq-dos .noticias article:nth-child(3) {
    border-bottom: 1px solid var(--gray);
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.masnoticias-izq .headline h2 {
    font-size: 24px;
}

.ly-lbp .R_SEC_DATE_TIT_SUB .subheadline {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.ly-lbp .R_SEC_DATE_TIT_SUB .headline {
    margin-bottom: 20px;
    border-bottom: 4px solid #CC1114;
    padding-bottom: 20px;
}

.masnoticias-derecha .headline h2,
.masnoticias-izq-dos .headline h2 {
    font-size: 16px;
}


.mn-lbp {
    margin-top: 52px;

}

.mn-lbp .section-title {
    position: relative;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid var(--gray);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 36px;
}

.mn-lbp .section-title .mas_ {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mn-lbp .section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(60%);
    height: 4px;
    width: 30px;
    background: var(--red);
}


.masnoticias-derecha .date,
.masnoticias-izq-dos .date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.masnoticias-derecha .date::before,
.masnoticias-izq-dos .date::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--red);
    border-radius: 50%;
    display: inline-block;
}


@media (min-width: 767px) {

    .masnoticias-izq-dos,
    .masnoticias-izq {
        border-right: 1px solid #D4D4D4;
        padding-right: 24px;
    }


    .masnoticias-derecha .noticias {
        counter-reset: noticia;
    }

    .masnoticias-derecha .noticias article {
        counter-increment: noticia;
        display: flex;
        gap: 0px;
        position: relative;
    }

    .masnoticias-derecha .noticias article::before {
        content: counter(noticia);
        min-width: 35px;
        font-size: 28px;
        font-weight: 700;
        color: #111;
        line-height: 1;
    }

}


.ly-lbp .masrecientesforce .section-title {
    margin-top: 70px;
}

.ly-lbp .tag_envivo {
    background: transparent !important;
    color: var(--red) !important;
}



/* .ly-lbp .first-block:before {
    content: "";
    pointer-events: none;
    width: 200%;
    height: 800px;
    background: #F3F2ED;
    position: absolute;
    top: -80px;
    padding: 0;
    left: -100%;
    z-index: -1;
} */

.ly-lbp .v3 {
    background: #fff !important;
    padding: 20px !important;
    position: relative !important;
    /* Posicionamiento relativo para la línea general */
}

.ly-lbp .r_item_post {
    position: relative !important;
    /* Importante para el posicionamiento de la línea */
    padding-left: 20px !important;
    /* Espacio para la línea y punto */
    margin-left: 10px !important;
    /* Asegurar espacio para la línea vertical */
}


.r_point_post {
    position: absolute !important;
    left: -22px !important;
    top: 0px !important;
    width: 24px;
    height: 24px;
    background-image: url(https://codigomarret.online/upload/img/puntorojo1321320192.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.r_item_line {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
}


.r_vertical-line {
    position: absolute !important;
    width: 2px !important;
    background-color: #CC1114 !important;
    left: -11px !important;
    top: 8px !important;
    bottom: 0px !important;
    height: calc(100% + 20px) !important;
}


.r_item_content {
    margin-left: 15px !important;
    padding-top: 0 !important;
}

.r_date_post {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    padding: 0;
    color: inherit;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 13px;
}


.ly-lbp .r_date_post {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ly-lbp .r_date_post .r_hora_post {
    background: #CC1114;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
}

.ly-lbp .r_date_post .r_fecha_post {
    background: #F3F5F8;
    padding: 4px 8px;
    border-radius: 4px;
}

.r_time_post {
    background: var(--red);
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
}

.r_dateonly_post {
    background: #f0f0f0;
    color: #444;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
}

.r_content_post {
    margin-top: 6px;
}

.r_headline_post {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}

.r_text_post p {
    margin-top: 18px !important;
}

.r_social-icons {
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 5px;

}

.r_linea_hr {
    border-top: 1px solid #ccc;
    /* Estilo de la línea */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    /* Agrega sombra debajo de la línea */
}

.r_social-icons a img {
    width: 24px;
    /* O el tamaño que prefieras */
    height: auto;
    cursor: pointer;
    margin-right: 10px;
    background-color: var(--red);
    padding: 5px;
    border-radius: 50%;
    margin-top: 5px;
}

.r_item_post.p_4 {
    background: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
}

.r_image_post {
    width: 100%;
    /* Asegura que el contenedor de la imagen ocupe todo el ancho disponible de su contenedor padre */
    overflow: hidden;
    /* Oculta cualquier parte de la imagen que se desborde del contenedor */
}

.r_image_post img {
    width: 100%;
    /* Hace que la imagen ocupe el 100% del ancho de su contenedor */
    height: auto;
    /* Mantiene la relación de aspecto de la imagen */
    display: block;
    /* Elimina cualquier espacio extra alrededor de la imagen */
}

.R_LIVE_BLOG_POST p a {
    color: var(--red);
    /* Color del enlace */
    text-decoration: none;
    /* Elimina el subrayado del enlace */
    font-weight: bold;
    /* Hace el texto en negrita */
}

.R_LIVE_BLOG_POST p a:hover {
    color: var(--red);
    /* Color del enlace al pasar el mouse */
    text-decoration: underline;
    /* Subraya el enlace al pasar el mouse */
}

.R_LIVE_BLOG_POST .r_item_post:last-of-type .r_vertical-line {
    opacity: 0;
}


.r_bulletvistazo {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
}

.r_bulletvistazo::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--red);
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    margin-top: 6px;
}

.r_citavistazo {
    position: relative;
    padding-left: 40px;
    font-size: 28px;
    font-family: serif;
    margin: 24px 0;
}

.r_citavistazo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background-image: url(https://codigomarret.online/upload/img/comillasvtz.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


/* NOTA ESPECIAL */

.nota-especial:before {
    content: "";
    pointer-events: none;
    width: 200%;
    height: 800px;
    background: #111111;
    position: absolute;
    top: -80px;
    padding: 0;
    left: -100%;
    z-index: -1;
}

.bloque-detalle .text::first-letter {
    color: #c00000;
    font-size: 70px;
    font-family: Georgia, serif;
    font-weight: bold;
    line-height: 0.8;
    margin-right: 6px;
    margin-top: 4px;
}


.nota-especial .left-block .date {
    display: none;
}

.nota-especial .R_SEC_DATE_TIT_SUB .headline {
    color: #fff;
}

.nota-especial .R_SEC_DATE_TIT_SUB .subheadline {
    color: #fff;

}

.nota-especial .sect-date .date {
    color: #fff;
}

.R_AUTOR_IMG_REDES .autor-container {
    justify-content: space-between;
}

.R_AUTOR_IMG_REDES .autor-container .content_info_author {
    display: flex;
    gap: 48px;
}

.nota-especial .R_SEC_DATE_TIT_SUB .subheadline {
    border-bottom: none;
    border-top: none;
}




.styles_contentLayout2__R_In6:before {
    content: "";
    position: absolute;
    background-color: white;
    width: calc(100% + 70px);
    margin: 0 auto;
    top: 0;
    height: 100%;
    z-index: -1;
    left: -36px;
    border-radius: 12px;
}

@keyframes parpadeo {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media (max-width: 1279px) {
    .headline.titulo_nota {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .second-block .autor-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .autor-container {
        gap: 18px;
    }

    .section-date-preferida {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media (max-width: 767px) {
    .autor-social-footer {
        flex-direction: column;
        align-items: normal;
    }

    .bloque-detalle .mas-recientes.v2 {
        display: none;
    }

    .portlet-boundary.portlet-static-end.menu-portlet.v2 {
        display: none;
    }

    .ly-lbp .first-block:before {
        background: transparent;

    }

    .ly-lbp .footer-right {
        margin: auto;
    }

    .masnoticias-izq {
        border-bottom: 1px solid var(--gray);
        padding-bottom: 16px;
    }

    .masnoticias-izq-dos .noticias article:nth-child(4) {
        border-bottom: 1px solid var(--gray);
        margin-bottom: 16px;
        padding-bottom: 16px;
    }


    .am-lbp-footer .col-60-40-top-one-col {
        grid-template-columns: 1fr;
    }

    .R_AUTOR_IMG_REDES .autor-container .content_info_author {
        gap: 16px;
        flex-direction: column;
    }

    .R_AUTOR_IMG_REDES .byline.autordiv:nth-child(2)::before {
        opacity: 0;
    }

    .nota-especial .R_SEC_DATE_TIT_SUB .headline {
        margin-bottom: 16px;
    }

    .canal_whatsapp_movil {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: stretch;
    }

    .vtz-wsp-card,
    .vtz-google-btn {
        width: 100%;
        justify-content: center;
    }

    .canal_whatsapp_movil>a:not(.vtz-wsp-card):not(.vtz-google-btn) {
        width: 100%;
        justify-content: center;
    }

    .R_AUTOR_IMG_REDES_ESPECIALES .autor-container {
        flex-direction: column;
        gap: 22px;
        align-items: flex-start;
    }

    .vtz-wsp-card {
        justify-content: center;
        width: auto;
    }

    .r-social-icons {
        justify-content: center;
    }

    .R_SEC_DATE_TIT_SUB .headline {
        font-size: 20px;
    }

    .R_SEC_DATE_TIT_SUB .subheadline {
        font-size: 14px !important;
    }

    .r_relacionadas h2 {
        font-size: 14px !important;
    }

    .r_html_post iframe {
        width: 100% !important;
        min-width: auto !important;
    }

    .cutline-byline {
        margin-top: 12px;
        margin-bottom: 24px;
        font-size: 13px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .vtz-wsp-text {
        font-size: 12px;
    }

    .second-block .vtz-google-btn span {
        font-size: 12px;
    }
}


@media (max-width: 480px) {
    .primer-bloque.patrocinado_ {
        margin-right: -16px;
        margin-left: -16px;
    }
}