:root {
    --color-aqua: #23dcd1;
}

/* .element.item_resultado {
    display: none;
} */

.fondo_publicidad {
    margin-top: 3rem !important;
    margin-bottom: 2.5rem !important;
}
#blockrpv {
    display: none;
}

/*------------ BLOQUE PREGUNTAS------------*/
.preguntas-container {
    font-family: "Archivo";
    margin: 6rem 0;
}

.preguntas-container h2 {
    font-family: "Anek Malayalam";
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 34px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    /* text-transform: capitalize; */
    color: #000;
    margin-bottom: 50px;
}

.pregunta-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: rgba(0, 0, 128, 0.1);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: background 0.3s;
}

.preguntas-container .pregunta-item:hover {
    background-color: rgba(0, 0, 128, 0.2);
}

.preguntas-container .letra {
    background-color: #002b7f;
    color: #ffcc00;
    font-size: 1.8rem;
    font-weight: bold;
    width: 8rem;
    text-align: center;
    padding: 20px 0;
    border-radius: 15px 0 0 15px;
}

.preguntas-container .texto {
    flex: 1;
    padding: 0 40px;
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

.preguntas-container .icono {
    color: #002b7f;
    font-size: 3.5rem;
    font-weight: bold;
    padding-right: 20px;
}

/* 📱 Versión Mobile (máx 767px) */
@media (max-width: 767px) {
    .pregunta-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 20px;
        position: relative;
        margin-bottom: 30px;
    }

    .preguntas-container h2 {
        margin-top: 40px;
        margin-bottom: 37px;
        font-size: 42px;
        line-height: 24px;
    }

    .preguntas-container .letra {
        width: 100%;
        border-radius: 20px 20px 0 0;
        padding: 10px 0;
        font-size: 2.5rem;
    }

    .preguntas-container .texto {
        padding: 30px 15px;
        font-size: 18px;
    }

    .preguntas-container .icono {
        font-size: 3.3rem;
        position: absolute;
        right: 14px;
        color: #fff;
        top: -1px;
    }
}

/*------------ BLOQUE PREGUNTAS------------*/

.iter-tabview-content .iter-state-active {
    display: none;
}

/* ******** INICIO - MENU ******** */
.ly-header-redy .new-menu-sticky,
.ly-header-redy {
    background-color: #011f29 !important;
}

#ly-header.container {
    margin-bottom: 0 !important;
}

/* .ly-ElecEc2025-v2 .item_resultado {
  display: none;
}  */

#asamblea,
#losbinomios,
#block006,
#block007,
#servicio {
    scroll-margin-top: 100px; /* Espacio de 30px */
}

.enVivoRedy,
.Layout-Breaking,
.navDesktop {
    display: none !important;
}

.b-portada .iconPlay,
.b-planes .iconPlay {
    display: none;
}

.b-header img {
    width: 100%;
    height: auto;
}

.header-el2025 a {
    padding-bottom: 4px;
    border-bottom: 4px solid transparent;
}

.header-el2025 a:hover {
    padding-bottom: 4px;
    border-bottom: 4px solid #ffffff;
}

.b-header .header-el2025 {
    position: relative;
}

.b-header .header-el2025 {
    position: relative;
}

.b-header .header-el2025 .menu-principal {
    position: absolute;
    bottom: -32px;
    right: 0px;
    left: 0px;
    background: #ffc200;
}

.b-header .title-principal h1 {
    font-family: "Anek Malayalam";
    font-style: normal;
    font-weight: 600;
    font-size: 100px;
    text-align: center;
    letter-spacing: -0.03em;
    /* text-transform: capitalize; */
    color: #000000;
}

.b-header .menu-principal .menu-grandson {
    overflow: scroll;
    white-space: nowrap;
    display: flex;
    align-items: flex-start;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 100px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.b-header .menu-principal .menu-grandson::-webkit-scrollbar {
    height: 6px;
}

.b-header .menu-principal .menu-grandson::-webkit-scrollbar:hover {
    height: 10px;
    padding-top: 10px;
}

.b-header .menu-principal .menu-grandson::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.b-header .menu-principal .menu-grandson::-webkit-scrollbar-thumb {
    height: 6px;
    background-color: #00000094;
}

.b-header .menu-principal .menu-grandson::-webkit-scrollbar-thumb:hover {
    background-color: #000;
    height: 10px;
}

.b-header .menu-principal .menu-grandson::-webkit-scrollbar:vertical {
    display: none;
}

.b-header .menu-principal a {
    font-family: "Anek Malayalam";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #002b8c;
}

/* .b-header .menu-principal a::after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  margin-top: 5px;
  background: #000;
  transition: width .3s;
}

.b-header .menu-principal a:hover::after {
  width: 100%;
} */

.b-header .title-principal h1 span {
    color: var(--color-aqua);
}

@media (max-width: 1200px) {
    .b-header .title-principal h1 {
        font-size: 90px;
    }
}

@media (max-width: 991px) {
    .b-header .title-principal h1 {
        font-size: 65px;
    }

    .b-header .menu-principal .menu-grandson {
        gap: 45px;
    }
}

@media (max-width: 767px) {
    .b-header .title-principal h1 {
        font-size: 55px;
    }

    .b-header .menu-principal a {
        font-size: 22px;
        padding-bottom: 0;
    }

    .b-header .menu-principal .menu-grandson {
        justify-content: space-between;
    }

    .b-header .header-el2025 .menu-principal {
        position: initial;
    }
}

/* ******** FIN - MENU ******** */

/* ******** INICIO - PORTADA ******** */

.b-portada .button_container,
.segunda_vuelta .button_container {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ly-ElecEc2025-v2 .segunda_vuelta .button_container .sp_button {
    color: black;
}

.segunda_vuelta .button_container .sp_button,
.b-portada .button_container .sp_button {
    border-radius: 2px;
    background-color: transparent;
    color: #fff;
    width: auto;
    font-weight: 700;
    font-style: normal;
    box-shadow: none;
    border-color: transparent;
    padding: 11px 0;
    display: block;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    font-family: "Mattone 150";
    font-size: 14px;
    margin-bottom: 30px;
}

.b-portada .button_container .sp_button:after,
.segunda_vuelta .button_container .sp_button:after {
    content: url("https://estadisticas.ecuavisa.com/sites/gestor/Newsletter%2FbotonNews.svg");
}

.b-portada .bloque1x1 {
    padding: 90px 0;
    padding: 90px 0 0;
}

.b-portada .bloque1x1 .iconPlay,
.b-portada .bloque1x1 .noticias .article .text_block .section {
    display: none;
}

.b-portada .bloque1x1 .noticias .article .text_block .headline h2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 20px;
}

.b-portada .bloque1x1 .noticias .article .text_block .inf2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: var(--color-aqua);
}

.segunda_vuelta.bloques3x1 {
    margin-top: 3rem;
}

.b-portada .bloques3x1 .noticias,
.segunda_vuelta.bloques3x1 .noticias {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 26px;
}

.b-portada .bloques3x1 .noticias .article .text_block .headline h3,
.segunda_vuelta.bloques3x1 .noticias .article .text_block .headline h3 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 8px 0;
    padding-top: 20px;
}

.b-portada .bloques3x1 .noticias .article .text_block .inf2,
.segunda_vuelta.bloques3x1 .noticias .article .text_block .inf2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #002b8c;
}

.b-portada .bloque2x2 .noticias,
.segunda_vuelta.bloque2x2 .noticias {
    margin-top: 45px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
}

.b-portada .bloque2x2 .noticias .article .text_block .inf2,
.segunda_vuelta.bloque2x2 .noticias .article .text_block .inf2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #002b8c;
}

.b-portada .bloque2x2 .noticias .article,
.segunda_vuelta.bloque2x2 .noticias .article {
    border-top: 1px solid var(--color-aqua);
    padding: 27px 0;
}

.b-portada .bloque2x2 .noticias .article .text_block .headline h2,
.segunda_vuelta.bloque2x2 .noticias .article .text_block .headline h2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin: 8px 0;
}

.segunda_vuelta.bloques3x1 .noticias .article .text_block .headline h3,
.segunda_vuelta.bloque2x2 .noticias .article .text_block .headline h2 {
    color: black;
}

@media (max-width: 767px) {
    .b-portada .bloques3x1 .noticias,
    .segunda_vuelta.bloques3x1 .noticias {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .b-portada .bloque1x1 .noticias .article .text_block .headline h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .b-portada .bloques3x1 .noticias .article .IMG_TIT_INF2,
    .segunda_vuelta.bloques3x1 .noticias .article .IMG_TIT_INF2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 17px;
        align-items: center;
    }

    .b-portada .bloques3x1 .noticias .article .text_block .headline h3,
    .segunda_vuelta.bloques3x1 .noticias .article .text_block .headline h3 {
        font-size: 18px;
        line-height: 20px;
        padding-top: 0px;
    }

    .b-portada .bloque2x2 .noticias,
    .segunda_vuelta.bloque2x2 .noticias {
        grid-template-columns: 1fr;
        margin-top: 15px;
    }

    .b-portada .bloque2x2 .noticias .article .text_block .headline h2,
    .segunda_vuelta.bloque2x2 .noticias .article .text_block .headline h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .b-portada .bloques3x1 .noticias .article,
    .segunda_vuelta.bloques3x1 .noticias .article {
        border-top: 1px solid var(--color-aqua);
        padding: 27px 0;
    }

    .b-portada .bloques3x1 .noticias .article:nth-child(1),
    .segunda_vuelta.bloques3x1 .noticias .article:nth-child(1) {
        border-top: 1px solid transparent;
    }

    .header-el2025 a:hover {
        padding-bottom: 4px;
        border-bottom: 4px solid transparent;
    }

    .bloque1x1
        .noticias
        .article
        .multimedia
        .multimediaIconMacroWrapper
        a
        div {
        height: 255px !important;
        object-fit: cover;
    }

    .bloque1x1
        .noticias
        .article
        .media_block
        .multimedia
        .multimediaIconMacroWrapper
        a
        img {
        height: 255px !important;
        object-fit: cover;
        border-radius: 4px;
    }

    .bloques3x1
        .noticias
        .article
        .media_block
        .multimedia
        .multimediaIconMacroWrapper
        a
        img,
    .segunda_vuelta.bloques3x1
        .noticias
        .article
        .media_block
        .multimedia
        .multimediaIconMacroWrapper
        a
        img {
        border-radius: 4px;
    }
    .ly-ElecEc2025-v2 .b-portada .bloque1x1,
    .ly-ElecEc2025-v2 .bloque1x1 {
        padding: 35px 0;
    }

    .b-portada .bloque1x1,
    .bloque1x1 {
        padding: 35px 0 5px;
    }
}

/* ******** PORTADA - FIN ******** */

/* - INICIO - Los Candidatos */
.b-candidatos .iconPlay {
    display: none;
}

.b-candidatos .slider-candidatos .noticias,
.b-candidatos .slider-candidatos .teaser-viewer-title {
    display: none;
}

.b-candidatos .slider-candidatos .title_candidatos {
    font-family: "Anek Malayalam";
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 60px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    /* text-transform: capitalize; */
    color: #000000;
    margin-top: 40px;
    margin-bottom: 50px;
}

.b-candidatos .slider-candidatos .noticias {
    margin-bottom: 50px;
}

.slider-candidatos:not(.swiper-initialized) .noticias {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
}

.slider-candidatos:not(.swiper-initialized) .noticias .article {
    flex: 1 1 min(200px, 100%);
    /* Ajusta el tamaño mínimo y máximo */
    min-width: 200px;
    /* Tamaño mínimo de los elementos */
    max-width: 100%;
}

.b-candidatos .slider-candidatos .noticias .article .text_block .inf2 {
    display: none;
}

.b-candidatos .slider-candidatos .noticias .article .text_block .headline h2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #23dcd1;
    margin-top: 21px;
}

.b-candidatos .slider-candidatos .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    background: #0040a0 !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.7) !important;
}

.b-candidatos .slider-candidatos .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
    background: #0040a0 !important;
}

@media (max-width: 767px) {
    .b-candidatos .slider-candidatos .title_candidatos {
        margin-top: 40px;
        margin-bottom: 37px;
        font-size: 45px;
        line-height: 24px;
    }

    /* .b-candidatos .slider-candidatos {
    margin-top: 2rem;
    padding: 0 1rem;
  } */

    .b-candidatos
        .slider-candidatos
        .noticias
        .article
        .text_block
        .headline
        h2 {
        font-size: 16px;
        line-height: 24px;
    }
}

/* - fin - Los Candidatos */

/* - INICIO - el lado b */

.b-elladob .iconPlay {
    display: none;
}

.b-elladob .slider-elladob .title_elladob,
.segunda_vuelta.slider-elladob {
    font-family: "Anek Malayalam";
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 60px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    /* text-transform: capitalize; */
    color: #000000;
    margin-top: 90px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.b-elladob .slider-elladob .noticias,
.segunda_vuelta.slider-elladob {
    margin-bottom: 30px;
}

.slider-elladob:not(.swiper-initialized) .noticias {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
}

.slider-elladob:not(.swiper-initialized) .noticias .article {
    flex: 1 1 min(200px, 100%);
    /* Ajusta el tamaño mínimo y máximo */
    min-width: 200px;
    /* Tamaño mínimo de los elementos */
    max-width: 100%;
}

.b-elladob .slider-elladob .noticias .article .text_block .inf2,
.segunda_vuelta.slider-elladob .noticias .article .text_block .inf2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #2927b9;
}

.b-elladob .slider-elladob .noticias .article .text_block,
.segunda_vuelta.slider-elladob .noticias .article .text_block {
    display: flex;
    flex-direction: column-reverse;
}

.b-elladob .slider-elladob .noticias .article .text_block .headline h2,
.segunda_vuelta.slider-elladob .noticias .article .text_block .headline h2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    margin-top: 21px;
}

.b-elladob .slider-elladob .swiper-pagination-bullet,
.segunda_vuelta.slider-elladob .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    background: #0040a0 !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.7) !important;
}

.b-elladob .slider-elladob .swiper-pagination-bullet-active,
.segunda_vuelta.slider-elladob .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
    background: #0040a0 !important;
}

@media (max-width: 767px) {
    .b-elladob .slider-elladob .title_elladob,
    .segunda_vuelta.slider-elladob .title_elladob {
        margin-top: 40px;
        margin-bottom: 37px;
        font-size: 45px;
        line-height: 24px;
    }

    .b-elladob .slider-elladob,
    .segunda_vuelta.slider-elladob {
        margin-top: 1.5rem;
        padding: 0 1rem;
    }

    .b-elladob .slider-elladob .noticias .article .text_block .headline h2,
    .segunda_vuelta.slider-elladob .noticias .article .text_block .headline h2 {
        font-size: 20px;
        line-height: 25px;
    }
}

/* - fin - el lado b */

/* - INICIO - ASAMBLEA */

.b-asamblea .iconPlay {
    display: none;
}

.b-asamblea .an-principal .title_principal {
    font-family: "Anek Malayalam";
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 34px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    /* text-transform: capitalize; */
    color: #000000;
    margin-top: 90px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.b-asamblea .an-principal .noticias .article .media_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.b-asamblea .an-principal .noticias .article .text_block .headline h2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.025em;
    color: #000000;
}

.b-asamblea .an-principal .noticias .article .text_block .inf2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #2927b9;
}

.ly-ElecEc2025-v2
    .b-asamblea
    .an-principal
    .noticias
    .article
    .text_block
    .inf2 {
    color: #002b8c;
}

.b-asamblea .an-principal .noticias .article .text_block .subheadline h3 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.b-asamblea .an-listado .noticias {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    margin-top: 40px;
}

.b-asamblea .an-listado .noticias .article .IMG_TIT_INF2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 20px;
    align-items: center;
}

.b-asamblea .an-listado .noticias .article {
    padding: 25px 0;
    border-top: 1px solid #2927b9;
}

.b-asamblea .an-listado .noticias .article:nth-child(3),
.b-asamblea .an-listado .noticias .article:nth-child(4) {
    border-bottom: 1px solid #2927b9;
}

.b-asamblea .an-listado .noticias .article .text_block .headline h3 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
}

.b-asamblea .an-listado .noticias .article .text_block .inf2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #2927b9;
}
.ly-ElecEc2025-v2 .b-asamblea .an-listado .noticias .article .text_block .inf2 {
    color: #002b8c;
}

.b-asamblea .button_container {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}

.b-asamblea .button_container .sp_button {
    border-radius: 2px;
    background-color: transparent;
    color: #0040a0;
    width: auto;
    font-weight: 700;
    font-style: normal;
    box-shadow: none;
    border-color: transparent;
    padding: 11px 0;
    display: block;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    font-family: "Mattone 150";
    font-size: 14px;
}

.b-asamblea .button_container .sp_button:after {
    content: url("https://estadisticas.ecuavisa.com/sites/gestor/assets-rd%2FVectorAzul.png");
}

@media (max-width: 767px) {
    .b-asamblea .an-principal .title_principal {
        margin-top: 40px;
        margin-bottom: 37px;
        font-size: 45px;
        line-height: 36px;
    }
    .b-asamblea .an-listado .noticias .article .text_block .headline h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .b-asamblea .an-listado .noticias .article .IMG_TIT_INF2 {
        grid-template-columns: 1fr 1fr;
    }

    .b-asamblea .an-listado .noticias .article:nth-child(3),
    .b-asamblea .an-listado .noticias .article:nth-child(4) {
        border-bottom: none;
    }

    .b-asamblea .an-listado .noticias .article:nth-child(4) {
        border-bottom: 1px solid #2927b9;
    }

    .b-asamblea .an-listado .noticias {
        grid-template-columns: none;
    }

    .b-asamblea .an-principal .noticias .article .text_block .subheadline h3 {
        display: none;
    }

    .b-asamblea .an-principal .noticias .article .text_block .headline h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .b-asamblea .an-principal .noticias .article .media_block {
        grid-template-columns: none;
        gap: 10px;
    }
}

/* - FIN - ASAMBLEA */

/* - INICIO - PLANES DE GOBIERNO */
.b-planes {
    background-color: #060127;
    padding-bottom: 40px;
    margin-top: 50px;
}

.b-planes .slider-planes .noticias {
    padding-bottom: 40px;
}

.b-planes .slider-planes .noticias .article .text_block .inf2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #23dcd1;
}

.b-planes .slider-planes .noticias .article .text_block .headline h3 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    margin-top: 21px;
}

.slider-planes:not(.swiper-initialized) .noticias {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
}

.slider-planes:not(.swiper-initialized) .noticias .article {
    flex: 1 1 min(200px, 100%);
    /* Ajusta el tamaño mínimo y máximo */
    min-width: 200px;
    /* Tamaño mínimo de los elementos */
    max-width: 100%;
}

.b-planes .slider-planes .title_principal {
    font-family: "Anek Malayalam";
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 60px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    /* text-transform: capitalize; */
    color: #fff;
    margin-bottom: 50px;
    margin-top: 50px;
}

.b-planes .slider-planes .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    background: #fff !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.7) !important;
}

.b-planes .slider-planes .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
    background: #fff !important;
}

@media (max-width: 767px) {
    .b-planes .slider-planes .noticias .article .text_block .headline h3 {
        font-size: 16px;
        line-height: 20px;
        padding-top: 0px;
    }

    .b-planes {
        margin-top: 50px;
    }

    .b-planes .slider-planes {
        margin-top: 2rem;
        padding: 0 1rem;
    }

    .b-planes .slider-planes .title_principal {
        margin-top: 40px;
        margin-bottom: 37px;
        font-size: 45px;
        line-height: 36px;
    }
}

/* - FIN - PLANES DE GOBIERNO */

/* - INICIO - PLANES DE GOBIERNO 2da */
.ly-ElecEc2025-v2 .b-planes {
    background-color: transparent;
    padding-bottom: 40px;
    margin-top: 50px;
}

.ly-ElecEc2025-v2 .b-planes .slider-planes-2 .noticias {
    padding-bottom: 40px;
}

.ly-ElecEc2025-v2
    .b-planes
    .slider-planes-2
    .noticias
    .article
    .text_block
    .inf2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #23dcd1;
}

.ly-ElecEc2025-v2
    .b-planes
    .slider-planes-2
    .noticias
    .article
    .text_block
    .headline
    h3 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    margin-top: 21px;
}

.slider-planes-2:not(.swiper-initialized) .noticias {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
}

.slider-planes-2:not(.swiper-initialized) .noticias .article {
    flex: 1 1 min(200px, 100%);
    /* Ajusta el tamaño mínimo y máximo */
    min-width: 200px;
    /* Tamaño mínimo de los elementos */
    max-width: 100%;
}

.ly-ElecEc2025-v2 .b-planes .slider-planes-2 .title_principal {
    font-family: "Anek Malayalam";
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 60px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    /* text-transform: capitalize; */
    color: #000;
    margin-bottom: 50px;
    margin-top: 50px;
}

.ly-ElecEc2025-v2 .b-planes .slider-planes-2 .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    background: #000 !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.7) !important;
}

.ly-ElecEc2025-v2 .b-planes .slider-planes-2 .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
    background: #000 !important;
}

@media (max-width: 767px) {
    .ly-ElecEc2025-v2
        .b-planes
        .slider-planes-2
        .noticias
        .article
        .text_block
        .headline
        h3 {
        font-size: 16px;
        line-height: 20px;
        padding-top: 0px;
    }

    .slider-planes-2:not(.swiper-initialized) .noticias {
        display: flex;
        flex-direction: column;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 20px;
    }

    .ly-ElecEc2025-v2 .b-planes {
        margin-top: 50px;
    }

    .ly-ElecEc2025-v2 .b-planes .slider-planes-2 {
        margin-top: 2rem;
        padding: 0 1rem;
    }

    .ly-ElecEc2025-v2 .b-planes .slider-planes-2 .title_principal {
        margin-top: 40px;
        margin-bottom: 37px;
        font-size: 45px;
        line-height: 36px;
    }
}

/* - FIN - PLANES DE GOBIERNO 2da */

/* - INICIO - REPORTAJES */

.b-reportajes {
    margin-top: 90px;
    margin-top: 35px;
}

.b-reportajes .iconPlay,
.slider-reportajes-2 .iconPlay {
    background-image: url("https://ecuavisadev.netlify.app/home-rd/assets/iconplayrd.svg");
    background-position: center;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ly-ElecEc2025-v2 .b-reportajes .iconPlay,
.ly-ElecEc2025-v2 .slider-reportajes-2 .iconPlay {
    background-image: url("https://ecuavisadev.netlify.app/home-rd/assets/iconplayrd.svg");
    background-position: center;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    top: 10px !important;
    left: auto !important;
    right: 10px !important;
    transform: none;
}

.b-reportajes
    .slider-reportajes
    .element
    .media_block
    .multimedia
    .multimediaIconMacroWrapper
    a
    div
    img {
    border-radius: 15px;
}

.slider-reportajes-2 .noticias,
.b-reportajes .slider-reportajes .noticias {
    padding-bottom: 40px;
}

.slider-reportajes-2 .noticias .article .text_block .inf2,
.b-reportajes .slider-reportajes .noticias .article .text_block .inf2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #2927b9;
}

.segunda_vuelta.slider-reportajes-2 .noticias .article .text_block .inf2,
.slider-reportajes .noticias .article .text_block .inf2 {
    color: #002b8c;
}

.slider-reportajes-2 .noticias .article .text_block .section,
.b-reportajes .slider-reportajes .noticias .article .text_block .section {
    display: none;
}

.slider-reportajes-2 .noticias .article .text_block .headline h3,
.b-reportajes .slider-reportajes .noticias .article .text_block .headline h3 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-top: 21px;
}

.slider-reportajes-2:not(.swiper-initialized) .noticias,
.slider-reportajes:not(.swiper-initialized) .noticias {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
}

.slider-reportajes-2:not(.swiper-initialized) .noticias .article,
.slider-reportajes:not(.swiper-initialized) .noticias .article {
    flex: 1 1 min(200px, 100%);
    /* Ajusta el tamaño mínimo y máximo */
    min-width: 200px;
    /* Tamaño mínimo de los elementos */
    max-width: 100%;
}

.slider-reportajes-2 .title_principal,
.b-reportajes .slider-reportajes .title_principal {
    font-family: "Anek Malayalam";
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
        line-height: 34px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    /* text-transform: capitalize; */
    color: #000;
    margin-bottom: 50px;
}

.slider-reportajes-2 .swiper-pagination-bullet,
.b-reportajes .slider-reportajes .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    background: #000 !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.7) !important;
}

.slider-reportajes-2
    .swiper-pagination-bullet-active
    .b-reportajes
    .slider-reportajes
    .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
    background: #000 !important;
}

@media (max-width: 767px) {
    .b-reportajes
        .slider-reportajes
        .noticias
        .article
        .text_block
        .headline
        h3,
    .slider-reportajes-2 .noticias .article .text_block .headline h3 {
        font-size: 18px;
        line-height: 20px;
        padding-top: 0px;
    }

    .b-reportajes {
        margin-top: 40px;
    }

    .b-reportajes .slider-reportajes,
    .slider-reportajes-2 {
        margin-top: 2rem;
        padding: 0 1rem;
    }

    .b-reportajes .slider-reportajes .title_principal,
    .slider-reportajes-2 .title_principal {
        margin-top: 40px;
        margin-bottom: 37px;
        font-size: 45px;
        line-height: 36px;
    }
}

/* - FINAL - REPORTAJES */

/* - INICIO - ASAMBLEA */

.b-servicio .iconPlay {
    display: none;
}

.b-servicio .an-principal .title_principal {
    font-family: "Anek Malayalam";
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 60px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    /* text-transform: capitalize;  */
    color: #000000;
    margin-top: 90px;
    margin-bottom: 50px;
}

.b-servicio .an-principal .noticias .article .media_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.b-servicio .an-principal .noticias .article .text_block .headline h2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.025em;
    color: #000000;
}

.b-servicio .an-principal .noticias .article .text_block .inf2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #2927b9;
}

.b-servicio .an-principal .noticias .article .text_block .subheadline h3 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.b-servicio .an-listado .noticias {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    margin-top: 40px;
}

.b-servicio .an-listado .noticias .article .IMG_TIT_INF2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 20px;
    align-items: center;
}

.b-servicio .an-listado .noticias .article {
    padding: 25px 0;
    border-top: 1px solid #2927b9;
}

.b-servicio .an-listado .noticias .article:nth-child(3),
.b-servicio .an-listado .noticias .article:nth-child(4) {
    border-bottom: 1px solid #2927b9;
}

.b-servicio .an-listado .noticias .article .text_block .headline h3 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
}

.b-servicio .an-listado .noticias .article .text_block .inf2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #2927b9;
}

.b-servicio .button_container {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}

.b-servicio .button_container .sp_button {
    border-radius: 2px;
    background-color: transparent;
    color: #0040a0;
    width: auto;
    font-weight: 700;
    font-style: normal;
    box-shadow: none;
    border-color: transparent;
    padding: 11px 0;
    display: block;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    font-family: "Mattone 150";
    font-size: 14px;
}

.b-servicio .button_container .sp_button:after {
    content: url("https://estadisticas.ecuavisa.com/sites/gestor/assets-rd%2FVectorAzul.png");
}

@media (max-width: 767px) {
    .b-servicio .an-principal .title_principal {
        margin-top: 40px;
        margin-bottom: 37px;
        font-size: 45px;
        line-height: 36px;
    }
    .b-servicio .an-listado .noticias .article .IMG_TIT_INF2 {
        grid-template-columns: 1fr 1fr;
    }

    .b-servicio .an-listado .noticias .article:nth-child(3),
    .b-servicio .an-listado .noticias .article:nth-child(4) {
        border-bottom: none;
    }

    .b-servicio .an-listado .noticias .article:nth-child(4) {
        border-bottom: 1px solid #2927b9;
    }

    .b-servicio .an-listado .noticias {
        grid-template-columns: none;
    }

    .b-servicio .an-principal .noticias .article .text_block .subheadline h3 {
        display: none;
    }

    .b-servicio .an-principal .noticias .article .text_block .headline h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .b-servicio .an-principal .noticias .article .media_block {
        grid-template-columns: none;
        gap: 10px;
    }
}

@media (max-width: 400px) {
    .b-header img {
        height: 250px;
        object-fit: cover;
    }
}

/* - FIN - ASAMBLEA */

/*bloque fondo oscuro - 2da vuelta*/

.ly-ElecEc2025-v2 .b-result-prim-vuelta {
    background: #060222;
}

.ly-ElecEc2025-v2 .b-result-prim-vuelta .seg-vuelta .title_principal {
    font-family: "Anek Malayalam";
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 60px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    /* text-transform: capitalize; */
    color: #fff;
    /* margin-bottom: 50px; */
    margin-top: 50px;

    padding: 50px 0;
}

#iter-footer-wrapper {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .ly-ElecEc2025-v2 .b-result-prim-vuelta .seg-vuelta .title_principal {
        margin-top: 40px;
        margin-bottom: 37px;
        font-size: 45px;
        line-height: 36px;
    }
}
