html {
    scroll-behavior: smooth;
}
ul{
    padding:0;
}
li{
    list-style:none;
}
a{
    text-decoration: none;
}

/*cabecera SER*/
#cnt_logo_ser {
    width: 100%;
    text-align: center;
    background: #22273d;
    padding: 15px 0;
    z-index: 9999;
    position: relative;
}

#cnt_logo_ser a {
    display: inline-block;
    width: 90px;
    height: 29px;
    background: transparent url("https://cadenaser.com/estaticos/recursosgraficos/responsive/especiales/cinco-horas-dos-hermanos-y-un-rinon/img/logoser.png") no-repeat 50%;
        background-size: auto;
    background-size: 100%;
    text-indent: -9999px;
}
/*Cabecera*/
.cabecera {
    position: relative;
    width: 100%;
    transition: opacity 1.5s, visibility 1.5s;
    background: url("https://cadenaser.com/estaticos/recursosgraficos/responsive/especiales/8m/2023/img/header_428.jpg") no-repeat center;
    background-size: auto;
    background-size: cover;
    height: 100vh;
    z-index: 30;
}

.cabecera .cabecera_texto{
    position: relative;
    z-index: 2;
    padding: 50px 10px 24px;
}

.cabecera h1{
    font: 600 40px/48px 'Noto Sans TC', sans-serif;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    padding: 16px;
    margin: 0 auto;
    max-width: 450px;
}

.cabecera .primer-parrafo{
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 40px;

}

.cabecera .firma{
    font: 16px/22px 'Lato', sans-serif;
    color: #FFFFFF;
    text-align: center;
    display: block;
    margin-top: 16px;
}

.cabecera p{
    font: 18px/22px 'Lato', sans-serif;
    color: #FFFFFF;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    padding: 10px;
    margin: 53px auto 40px;
    max-width: 420px;
}

.cabecera .empezar{
    height: 40px;
    width: 260px;
    border-radius: 20px;
    background-color: #FFFFFF;
    font: 14px/20px 'Lato', sans-serif;
    text-align: center;
    color: #000000;
    margin: 0 auto 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cabecera .cabecera_imagen{
    /*position: fixed;*/
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cabecera .cabecera_imagen img{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}

.seccion-contenido{
    background: #FFFFFF;
}

.compartir{
    padding: 24px 16px;
}

.compartir h2{
    font: 600 14px/18px Montserrat, sans-serif;
    color: #000000;
    text-align: center;
}

.compartir ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 125px;
    margin: 16px auto 0;
}

.contenido-articulo{
    max-width: 647px;
    margin: 0 auto;
    padding: 20px 16px;
}

.articulo-entreparallax{
    padding: 50px 16px;
}

.contenido-articulo h2{
    font: 600 14px/18px Montserrat, sans-serif;
    color: #000000;
    font-family: Montserrat;
    text-align: center;
}

.compartir img{
    width: 34px;
}

.contenido-articulo .primer-parrafo{
    font: 20px/26px 'Lato', sans-serif;
    padding-bottom: 40px;

}

.contenido-articulo p{
    font: 16px/20px 'Lato', sans-serif;
    color: #000000;
}

.contenido-articulo p:last-child{
    padding-bottom: 0;
}

.contenido-articulo .cita{
    margin: 24px auto 32px;
}

.contenido-articulo .cita p{
    font: 20px/24px 'Noto Sans TC', sans-serif;
    color: #000000;
    padding: 0 29px;
    max-width: 470px;
    position: relative;
}

.contenido-articulo .cita span{
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-top: 8px;
}

.contenido-articulo .cita p:before{
    content: '“';
    color: #CCCCCC;
    font: 60px/45px 'Noto Sans TC', sans-serif;
    line-height: 45px;
    position: absolute;
    left: -38px;
}

.imagen-articulo{
    margin: 15px 0;
    position: relative;
}

.imagen-articulo-cita{
    margin: 0 auto 30px;
}

.imagen-articulo img{
    width: 100%;
}

.pie-imagen{
    font: 12px/16px 'Lato', sans-serif;
    color: #000000;
    margin: 10px 15px 0;
    display: block;
}

.span-block{
    display: block;
}

/*parallax*/
.parallax{
    position: relative;
    margin-bottom: 40px;
}

.parallax-window {
    height: 150vh;
    width: 100%;
    background: transparent;
    position: relative;
}

.contenedor-texto-parallax{
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.texto-parallax{
    max-width: 980px;
    width: 100%;
    margin-bottom: 70px;   
}

.texto-parallax p{
    font: 16px/20px "Noto Sans TC", sans-serif;
    color: #FFFFFF;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    max-width: 500px;
}

.audio-parallax{
    position: sticky;
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    margin-bottom: 20px;
    top:0;
    z-index:10;
}

.player-parallax{
    width: 50px;
    position:absolute;
    top:40px;
    right: 20px;
}

.audio-parallax-texto{
    height: 50px;
    width: 220px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position:absolute;
    top:40px;
    right:80px;
}
.audio-parallax span{
    font: 600 14px/18px "Lato", sans-serif;
    color: #FFFFFF;
    margin-left: 10px;
}

.creditos{
    background: #fbfbfb;
    padding: 20px 0 40px;
    text-align: center;
    position: relative;
    z-index:30;
}

.creditos p {
    font: 16px/22px Montserrat;
    color: #000;
    padding: 10px 20px 0;
}

.audio-ultimo{
    margin: 10px 0 30px;
}

.texto-block{
    display: block;
    padding-bottom: 15px;
}

.ocultar-img{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    color: #fff;
    font: 600 14px/18px "Lato", sans-serif;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
}

.ocultar-img span{
    padding: 0 20px;
}

.ocultar-img-button{
    height: 40px;
    width: 260px;
    border-radius: 20px;
    background-color: #FFFFFF;
    font: 14px/20px 'Lato', sans-serif;
    text-align: center;
    color: #000000;
    margin: 0 auto 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
}

.padding-bottom50{
    padding-bottom: 50px;
}

@media (min-width: 720px) {
    .cabecera{
        height: calc(100vh - 59px);
        min-height: 600px;
    }

    .cabecera .bloque_texto{
        max-width: 800px;
        margin: 0 auto;
    }

    .cabecera .cabecera_texto{
        padding: 100px 10px 40px;
    }

    .cabecera h1{
        font: 600 70px/80px 'Noto Sans TC', sans-serif;
        max-width: 980px;
    }

    .cabecera .firma{
        font: 20px/22px 'Lato', sans-serif;
    }

    .cabecera p {
        max-width: 469px;
        font: 20px/24px 'Lato', sans-serif;
        margin: 16px auto 40px;
        padding: 20px;
    }

    .compartir{
        padding: 40px auto 43px;
    }

    .contenido-articulo h2{
        font-size: 16px;
        line-height: 18px;
    }

    .contenido-articulo .primer-parrafo{
        font: 24px/30px 'Lato', sans-serif;
        padding-bottom: 40px;
    
    }

    .contenido-articulo p{
        font-size: 20px;
        line-height: 26px;
    }

    .cita{
        max-width: 470px;
    }

    .contenido-articulo .cita p{
        font: 26px/32px 'Noto Sans TC', sans-serif;
        padding: 0 0 0 29px;
    }

    .contenido-articulo .cita span{
        margin-top: 14px;
        font-size: 16px;
    }
    
    .contenido-articulo .cita p:before{
        left: -50px;
    }

    .imagen-articulo{
        max-width: 980px;
        margin: 30px auto;
    }

    .imagen-articulo-cita{
        margin: 0 auto 30px;
    }

    .pie-imagen{
        max-width: 647px;
        font-size: 14px;
        line-height: 20px;
        margin: 8px auto 0;
        padding: 0 16px;
    }

    .bloque .bloque_texto{
        padding: 0;
        left: 100px;
    }

    .bloque .bloque_texto p{
        font: 20px/24px "Noto Sans TC", sans-serif;
    }

    .audio-parallax{
        justify-content: end;
        margin-right: 30px;
    }

    .texto-parallax p{
        font-size: 22px;
        line-height: 30px;
        padding: 20px;
    }
}

@media (max-width: 418px) {
    .cabecera p{
        margin: 53px 20px 40px;
    }
}

@media (min-width: 428px){
    .cabecera {
        background: url(https://cadenaser.com/estaticos/recursosgraficos/responsive/especiales/8m/2023/img/header_768.jpg) no-repeat center;
        background-size: cover;
    }
}

@media (min-width: 1024px){
    .cabecera {
        background: url(https://cadenaser.com/estaticos/recursosgraficos/responsive/especiales/8m/2023/img/header_1024.jpg) no-repeat center;
        background-size: cover;
    }
}

@media (min-width: 1250px){
    .parallax{
        margin-bottom: 0;
    }
}

@media (min-width: 1920px){
    .cabecera {
        background: url(https://cadenaser.com/estaticos/recursosgraficos/responsive/especiales/8m/2023/img/header_1920.jpg) no-repeat center;
        background-size: cover;
    }
}

/*audios*/
.audio{
    height: 50px;
}

.audio-general{
    height: 50px;
}

.audio-principal{
    width: 100%;
    max-width: 980px;
    position: fixed;
    z-index: 100;
    bottom: 15px;
    padding: 0 15px;
}

.audio-entretexto{
    margin-bottom: 20px;
}

.mm_player.filete {
    width: 100%;
    border-radius: 50px;
    height: 50px;
    border: 1px solid #181c2f;
    background: #181c2f;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden
}

/*body:not(.not_v3) .mm_player.filete {
    position: absolute;
    bottom: 20px;
    left: 2%
}*/

.mm_player.filete:after {
    content: " ";
    position: absolute;
    right: 16px;
    height: 48px;
    top: 0;
    width: 54px;
    display: block;
    z-index: 10;
    background: #181c2f;
    background: -moz-linear-gradient(left, rgba(24,28,47,0) 0%, #181c2f 50%, #181c2f 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(24,28,47,0)), color-stop(50%, #181c2f), color-stop(100%, #181c2f));
    background: -webkit-linear-gradient(left, rgba(24,28,47,0) 0%, #181c2f 50%, #181c2f 100%);
    background: -o-linear-gradient(left, rgba(24,28,47,0) 0%, #181c2f 50%, #181c2f 100%);
    background: -ms-linear-gradient(left, rgba(24,28,47,0) 0%, #181c2f 50%, #181c2f 100%);
    background: linear-gradient(to right, rgba(24,28,47,0) 0%, #181c2f 50%, #181c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181c2f', endColorstr='#181c2f', GradientType=1 )
}

.mm_player.filete.sonando:after {
    display: none
}

.filete .mm_play,.filete .mm_pause {
    display: inline-block;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #22273d;
    z-index: 11;
    margin: 0;
    text-indent: -9999px;
    text-align: left;
    border: 1px solid #22273d;
    position: relative;
    cursor: pointer;
    left: 5px
}

.filete .mm_play:focus,.filete .mm_pause:focus {
    outline: 0
}

.filete .mm_play:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-left: 11px solid #ffd156;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-left: 2px
}

.filete .mm_pause:after,.filete .mm_pause:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 13px;
    width: 3px;
    height: 12px;
    background: #ffd156;
    left: calc(50% - 5px)
}

.filete .mm_pause:before {
    left: auto;
    right: calc(50% - 5px)
}

.filete .mm_duracion {
    display: inline-block;
    color: #fff;
    font: 400 12px/12px 'Noto Sans TC', sans-serif;
    border-right: 1px solid #fff;
    padding: 9px 15px;
    position: relative;
    top: 1px
}

.filete .mm_duracion:after {
    content: " ";
    position: absolute;
    left: calc(100% + 1px);
    height: 100%;
    top: 0;
    width: 15px;
    display: block;
    z-index: 10;
    background: #181c2f;
    background: -moz-linear-gradient(left, #181c2f 0%, #181c2f 20%, rgba(24,28,47,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #181c2f), color-stop(20%, #181c2f), color-stop(100%, rgba(24,28,47,0)));
    background: -webkit-linear-gradient(left, #181c2f 0%, #181c2f 20%, rgba(24,28,47,0) 100%);
    background: -o-linear-gradient(left, #181c2f 0%, #181c2f 20%, rgba(24,28,47,0) 100%);
    background: -ms-linear-gradient(left, #181c2f 0%, #181c2f 20%, rgba(24,28,47,0) 100%);
    background: linear-gradient(to right, #181c2f 0%, #181c2f 20%, rgba(24,28,47,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181c2f', endColorstr='#181c2f', GradientType=1 )
}

.filete.sonando .mm_duracion:after {
    display: none
}

.filete .cnt_titulo_audio {
    min-width: calc(100% - 150px);
    max-width: calc(100% - 150px);
    height: 100%;
    overflow: hidden;
    position: relative
}

.filete.sonando .cnt_titulo_audio {
    min-width: calc(100% - 190px);
    max-width: calc(100% - 190px);
    overflow: initial
}

.filete.sonando .mm_audio {
    width: 98%;
    height: 100%;
    position: relative
}

.filete.sonando .cnt_titulo_audio:before {
    content: " ";
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 98%
}

.filete .cnt_titulo_audio .mm_slider_area {
    height: 30px;
    position: absolute;
    top: -12px;
    width: 100%;
    cursor: pointer
}

.filete .cnt_titulo_audio .ui-slider-range-min {
    height: 3px;
    width: 100%;
    position: absolute;
    background: #ffd156;
    border: none;
    outline: none;
    top: 50%;
    transform: translateY(-50%)
}

.filete .cnt_titulo_audio .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #FFF;
    position: absolute;
    margin-left: -8px;
    cursor: pointer;
    outline: none;
    box-shadow: rgba(0,0,0,0.5) 0 2px 4px;
    top: 50%;
    transform: translateY(-50%)
}

.filete .mm_titulo {
    font: 400 14px/47px 'Noto Sans TC', sans-serif;
    color: #fff;
    display: block;
    animation: marquee 20s linear infinite;
    animation-delay: .7s;
    padding: 0 20px 0 10px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden
}

.filete .mm_redes {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    position: relative;
    right: 1px;
    z-index: 100
}

.filete .mm_redes button {
    display: block;
    width: 50px;
    height: 50px;
    background: #181c2f url("https://cadenaser.com/estaticos/recursosgraficos/responsive/especiales/cinco-horas-dos-hermanos-y-un-rinon/img/compartir-ser-amarillo.svg") 50% no-repeat;
    background-size: 16px;
    border-radius: 50%;
    z-index: 11;
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    position: relative;
    right: 6px
}

.filete .mm_redes.activo button {
    background-image: url("../https://cadenaser.com/estaticos/recursosgraficos/responsive/especiales/cinco-horas-dos-hermanos-y-un-rinon/img/cancel-amarillo.svg")
}

.filete .mm_redes.activo button {
    border-radius: 0
}

.filete .mm_redes ul {
    position: absolute;
    right: -300%;
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
    border-radius: 50px 0 0 50px;
    padding: 0 5px;
    background: #181c2f
}

.filete .mm_redes.activo ul {
    right: 46px
}

.filete .mm_redes li {
    margin: 0 5px;
    border: 5px solid #22273d;
    border-radius: 50px;
    height: 34px;
    min-width: 34px;
    max-width: 34px;
    text-indent: -9999px
}

.filete .mm_redes li:first-child {
    background: #fff url(//cadenaser00.epimg.net/estaticos/recursosgraficos/responsive/img/facebook-logo-button-azul.svg) 50% no-repeat;
    background-size: 27px
}

.filete .mm_redes li:nth-child(2) {
    background: #fff url(//cadenaser00.epimg.net/estaticos/recursosgraficos/responsive/img/twitter-logo-button-azul.svg) 50% no-repeat;
    background-size: 27px
}

.filete .mm_redes li:nth-child(3) {
    background: #fff url(//cadenaser00.epimg.net/estaticos/recursosgraficos/responsive/img/whatsapp-logo-button-azul.svg) 50% no-repeat;
    background-size: 18px;
    display: none
}

.mm_player.filete.sonando .mm_duracion {
    display: flex;
    padding: 9px 5px;
    border: 0;
    min-width: 100px
}

.mm_player.filete.sonando .mm_duracion span {
    padding: 0 5px;
    min-width: 50%;
    max-width: 50%;
    text-align: right
}

.mm_player.filete.sonando .mm_duracion span:last-child {
    border-left: 1px solid #e2e3ec;
    max-width: calc(50% - 1px);
    min-width: calc(50% - 1px)
}

@media (max-width: 768px) {
    .filete .mm_redes li:nth-child(3) {
        display:initial
    }
}

@media (min-width: 980px) {
    .audio-principal{
        left: calc((100% - 980px) / 2);
    }
}

.cnt-player-permanente{
    display:none;
}
.video-responsive{
    width:100%;
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
}
     
.video-responsive iframe,
.video-responsive object,
.video-responsive embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}