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

.ly-header-redy {
    background-color: #060222 !important;
}

.ly-header-redy .new-menu-sticky {
    background: #060222 !important;
}

.fondo_publicidad {
    margin-bottom: 0 !important;
}

.ly-header-redy svg.icon.icon-tabler.icon-tabler-menu-2 {
    stroke: #ffff;
}

.header__chiringuito{
    margin-top: 0 !important;
}

.header_chiringuito img,
.header__chiringuito img{
    width: 100%;
    height: auto;
}

.col-60-40{
    margin-top: 3rem;
}

/* Título */
.texto_chiringuito .title,
.texto_chiringuito .descripcion{
    color: white;
    font-family: 'Archivo';
    font-size: 40px;
}

.texto_chiringuito .title{
    font-size: 45px;
    font-weight: 600;
}

.texto_chiringuito .descripcion{
    font-size: 22px;
    font-weight: 300;
    margin-top: 0.7rem;
    margin-bottom: 3.5rem;
}

.video_principal .headline{
    margin-top: 2rem;
}

.video_principal .headline h3{
    font-family: 'Archivo';
    font-size: 40px;
    font-weight: bold;
    color: white;
}

.video_principal .subheadline{
    margin-top: 1rem;
}

.video_principal .subheadline h3{
    font-family: 'Archivo';
    font-size: 22px;
    font-weight: regular;
    color: #D3CFEA;
}

.video_principal .rd_date{
    text-align: right;
    margin-top: 3rem;
    font-size: 14px;
    font-family: 'Archivo';
    line-height: 13px;
    color: white;
}

.video_principal .iconPlay{
    background-image: url(https://services.ecuavisa.com/gestor/2025/Vector_play.svg);
    background-position: center;
    width: 70px;
    height: 70px;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.listado_videos .media_block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    grid-gap: 15px;
    margin: 1rem 0;
    padding-top: 10px;
}

.listado_videos .headline h2{
    font-family: archivo;
    font-size: 18px;
    line-height: 22px;
    color: white;
}

.listado_videos .inf2{
    color: #23DCD1;
    font-family: Archivo;
    font-size: 15px;
    line-height: 35px;
    font-weight: 600;
}

.listado_videos .subheadline{
    display: none;
}

.listado_videos .iconPlay{
    background-image: url(https://services.ecuavisa.com/gestor/2025/Vector_play.svg);
    background-position: center;
    width: 30px;
    height: 30px;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.categoria-ecuavisa {
    padding-top: 3rem;
}

.categoria-ecuavisa .cintillo-rd h2 {
    display: inline-block;
    font-family: 'Anek Malayalam';
    letter-spacing: -0.03em;
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 55px;
    color: white;
}

.c_azul_celeste_Mobile img, .c_azul_celeste_Desktop img {
    height: auto !important;
}

.c_azul_celeste_Mobile {
    display: none;
}

.ver_mas{
    margin-top: 3rem;
}

.ver_mas .button_container {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ver_mas .sp_button.cblanco {
    padding-bottom: 80px;
    color: white;
}

.ver_mas .button_container .sp_button {
    border-radius: 2px;
    background-color: transparent;
    color: white;
    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: 15px;
}

.button_container .sp_button:after {
    content: url('https://estadisticas.ecuavisa.com/sites/gestor/Newsletter%2FbotonNews.svg');
}

.banner_fijodesk{
    margin-top: 10.5rem;
}

@media (max-width: 767px) {
    .col-60-40 {
        margin-top: 3rem;
    } 

    .video_principal{
        margin-top: 3rem;
    }
    
    .texto_chiringuito .title {
        font-size: 38px;
        font-weight: 600;
        line-height: 40px;
        width: 70%;
        margin-bottom: 1.5rem;
    }

    .texto_chiringuito .descripcion{
        font-size: 18px;
        width: 240px;
    }

    .video_principal .headline h3{
        font-size: 22px;
    }
    .listado_videos .headline h2{
        font-size: 15px;
    }
    .listado_videos .inf2{
        font-size: 12px;
        line-height: 35px;
    }

    .categoria-ecuavisa .cintillo-rd h2 {
        font-size: 45px;
        line-height: 30px;
        display: flex;
        align-items: center;
        padding-bottom: 10px;
    }

    .c_azul_celeste_Desktop {
        display: none;
    }

    .c_azul_celeste_Mobile {
        display: block;
    }

    .video_principal .iconPlay{
        width: 50px;
        height: 50px;
    }
    .ver_mas .button_container .sp_button{
        font-size: 13px;
    }
}