html,
body,
div,
span,
applet,
object,
iframe,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
label,
legend,
p,
blockquote,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

abbr,
acronym {
    border: 0;
}

body {
    background-color: #000;
}

header {
    position: relative;
    margin: 0 auto;
    z-index: 1000;
    overflow: hidden;
}

.video_fijo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.cover,
.video_fijo video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.video_fijo video {
    transition: all 2s;
}

.video_fijo video.oculto {
    opacity: 0;
}

.barra_superior .compartir {
    position: fixed;
    right: 0;
    top: 6px;
    transition: all 0.3s ease-out;
    z-index: 10000000;
    cursor: pointer;
}

ri {
    display: inline-block;
    width: 106px;
    height: 48px;
    cursor: pointer;
}

.puntitos {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    transition: all .5s;
}

.puntitos a {
    display: block;
    width: 48px;
    height: 14px;
    opacity: .5;
    position: relative;
    cursor: pointer;

}

.fondo_blanco .puntitos {
    filter: invert(1);
}

.puntitos a:after {
    content: '';
    width: 2px;
    position: absolute;
    height: 2px;
    left: 50%;
    top: 50%;
    display: inline-block;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    opacity: .3;
}

.puntitos a.activo:after {
    background-color: #fff;
    width: 3px;
    height: 3px;
    opacity: 1;
}

.barra_superior .compartir {
    height: auto;
    width: 48px;
    height: 0;
    overflow: hidden;
    padding-top: 48px;
    background: url('https://static.univision.com/especiales/noticias/2018/sobreviviendo-al-huracan-maria-puerto-rico/assets/compartir.svg') no-repeat center 12px / 24px auto;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
}

.barra_superior .compartir.opened {
    height: 148px;
    background: url('https://static.univision.com/especiales/noticias/2018/sobreviviendo-al-huracan-maria-puerto-rico/assets/up_arrow.svg') no-repeat center 10px / 16px auto;
}

.barra_superior .compartir a {
    position: relative;
    z-index: 1999;
    width: 48px;
    height: 48px;
    display: block;
}

.barra_superior .compartir a.compartir_whatsapp {
    display: none;
}



.c_especial.movil .barra_superior .compartir a.compartir_whatsapp {
    display: block;
}

.barra_superior .compartir:after,
.barra_superior .compartir a:after {
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: center center;
    content: ' ';
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.barra_superior .compartir .compartir_twitter:after {
    background-image: url('https://static.univision.com/especiales/noticias/2018/sobreviviendo-al-huracan-maria-puerto-rico/assets/twitter.svg');
}

.barra_superior .compartir .compartir_facebook:after {
    background-image: url('https://static.univision.com/especiales/noticias/2018/sobreviviendo-al-huracan-maria-puerto-rico/assets/facebook.svg');
}

.barra_superior .compartir .compartir_whatsapp:after {
    background-image: url('https://static.univision.com/especiales/noticias/2018/sobreviviendo-al-huracan-maria-puerto-rico/assets/whatsapp.svg');
    background-size: 24px auto;
}

section {
    position: relative;
}

section.section_documental {
    /*  pointer-events: none; */
}

.barra_superior {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    transition: all 1s;
}

.faded .barra_superior {
    opacity: .2;
}

.faded .video_controls {
    opacity: 1;
}

.video_finalizado .video_controls {
    display: none;
}



.faded .video_controls .sonido.sonido_on,
.faded .video_controls .boton_play,
.faded .video_controls .boton_rewind,
.faded .video_controls .tiempo_total,
.faded .video_controls .tiempo_actual,
.faded .video_controls .slider_video {
    opacity: .2 !important;
}

.fondo_blanco .barra_superior {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.barra_superior .logo_univision,
.barra_superior .compartir {
    transition: all .5s;
}

.barra_superior .logo_univision {
    width: 190px;
    margin: 0 auto;
    margin-top: 15px;
}

.barra_superior .logo_univision img {
    width: 100%;
    height: auto;
}

.fondo_blanco .barra_superior .logo_univision,
.fondo_blanco .barra_superior .compartir {
    filter: invert(1);
}

.c_especial {
    margin: 0 auto;
    /* overflow: hidden; */
}

.replay {

    margin: 0 auto;
    cursor: pointer;
    padding-top: 48px;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    color: #fff !important;
    font: 300 10px 'Lato', sans-serif;
    text-transform: uppercase;
    display: none;
    transition: all .5s;
    z-index: 10000;
}

.replay a {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 200px;
    background: url('https://static.univision.com/especiales/noticias/2018/sobreviviendo-al-huracan-maria-puerto-rico/assets/rewind.svg') no-repeat center top / 40px auto;
    padding-top: 46px;
}

.replay.visible {
    display: block;
}

.replay .desliza {
    top: 88%;
    bottom: auto;
}

.titulo,
.texto_adicional,
.section_frase,
.slide_texto {
    width: 100%;
    height: 100vh;
    position: relative;
}

.section_frase {
    height: 100vh;
}

.ver_video {
    position: absolute;
    bottom: 0;
    padding: 40px 0;
    text-align: center;
    width: 100%;
    font: 300 12px 'Lato', sans-serif;
    color: #000;
    text-transform: uppercase;
}

.ver_video:after {
    content: '';
    width: 50px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    animation: scroll_down 2s infinite;
    background: url('https://static.univision.com/especiales/noticias/2018/sobreviviendo-al-huracan-maria-puerto-rico/assets/down_arrow.svg') no-repeat top center / 18px auto;
}

@keyframes scroll_down {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }

    40% {
        transform: translateY(-10px);
        opacity: .5;
    }

    100% {
        transform: translateY(-10px);
        opacity: .5;
    }
}

.slide_texto {
    height: 100vh;
    position: absolute;
    background: white;
}

.slide_texto1 {
    top: 0;
}

.slide_texto2 {
    top: 100vh;
}

.section_sticky2 {
    height: 200vh;
}

.section_sticky3 {
    height: 300vh;
}

.section_sticky4 {
    height: 700vh;
}

.section_sticky6 {
    height: 1100vh;
}

.titulo .titulo_autor {
    max-width: 740px;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    position: absolute;
}

.titulo .titulo_autor h1 {
    font: 100 70px 'Lato', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.titulo h2 {
    font: 300 22px 'Lato', sans-serif;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    opacity: .5;
    text-transform: uppercase;
    max-width: 330px;
    margin: 20px auto 0 auto;
}

.titulo .autor {
    font: 300 12px 'Lato', sans-serif;
    text-align: center;
    color: #fff;
    opacity: .7;
    position: absolute;
    bottom: 21vh;
    left: 0;
    width: 100%;
}

.titulo .otro_idioma {
    font: 300 12px 'Lato', sans-serif;
    opacity: .8;
    position: absolute;
    top: 21vh;
    text-align: center;
    color: #fff;
    width: 100%;
}

.titulo .otro_idioma a {
    color: #fff;
    text-transform: none;
    position: relative;
    padding-left: 12px;
    padding: 12px;
    text-decoration: none;
    cursor: pointer;
}

.otro_idioma a:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 17px;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

.desliza {
    font: 300 10px 'Lato', sans-serif;
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.desliza:after {
    content: '';
    width: 50px;
    height: 20px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -25px;
    animation: scroll_down 2s infinite;
    background: url('https://static.univision.com/especiales/noticias/2018/sobreviviendo-al-huracan-maria-puerto-rico/assets/down_arrow.svg') no-repeat top center / 18px auto;
    filter: invert(1);
}

.texto .c_texto {
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    position: absolute;
    max-width: 660px;
}

.c_mapa {
    max-width: 520px;
    margin: 0 auto;
}

.c_mapa img {
    width: 100%;
    height: auto;
}

.texto_grafico {
    margin: 0 auto;
}

.texto_grafico p,
.texto .c_texto p,
.c_infografia p {
    text-align: center;
    font: normal 21px/1.8 'Roboto Slab', sans-serif;
    margin-bottom: 2em;
}

.texto p span {
    background-color: rgba(255, 255, 255, .9);
    color: #000;
    padding: 1px 10px;
}

.foto_cover {
    background: #000;
}

.video_documental {
    width: 100%;
    height: 100vh;
}

.sticky {
    width: 100%;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.foto .firma_foto {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font: normal 12px/1.8 'Roboto Slab', sans-serif;
    text-shadow: rgba(0, 0, 0, .8) 0 1px 0, rgba(0, 0, 0, .8) 0 -1px 0;
}

.video_controls {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000000;
    opacity: 0;
    transition: all .3s;
    transform: translateY(-60px);
    z-index: 10000;
    width: 100%;
    height: 60px;
}

.video_controls.visible {
    opacity: 1;
    transform: translateY(00);
}

.video_controls,
.video_controls div,
.video_controls a {
    vertical-align: middle;
}

.video_controls .tiempo {
    font: normal 15px 'Roboto', sans-serif;
    color: #fff;
    padding: 20px 10px;
    display: inline-block;
    z-index: 1000000;
}

.video_controls .tiempo_total {
    opacity: .5;
    margin-right: 10px;
}

.video_controls .boton_play {
    position: absolute;
    left: 10px;
}

.video_controls .boton_rewind {
    position: absolute;
    left: 75px;
}

.video_controls .tiempo_actual {
    position: absolute;
    left: 140px;
}


.video_controls .slider_video {
    position: absolute;
    left: 220px;

    width: calc(100% - 510px);
    top: 3px;
    cursor: pointer;
    z-index: 10000;
}

.video_controls .slider_video .uvslider {
    height: 50px;
    width: 100%;
    ;

}

.video_controls .slider_video:after {
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    position: absolute;
}


.video_controls .slider_video .uvdial {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 16px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.video_controls .tiempo_total {
    position: absolute;
    right: 200px;
}

.video_controls .sonido {
    position: absolute;
    left: auto;
    right: 100px;
}

.video_controls a,
.video_controls .sonido {
    display: inline-block;
    transition: all 1s;
    width: 60px;
    height: 60px;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: transform .2s;
}

.video_controls a:active {
    transform: scale(.7, .7);
}

.video_controls .boton_play {
    background-image: url('assets/pause.svg');
    background-size: 23px auto;
}

.video_controls .boton_play.paused {
    background-image: url('assets/play.svg');
}

.video_controls .boton_rewind {
    background-image: url('assets/back15.svg');
}

.video_controls .boton_sonido {
    background-image: url('assets/sound-off.svg');
    background-size: 23px auto;
}

.video_controls .sonido.sonido_on .boton_sonido {
    background-image: url('assets/sound-on.svg');
}

.tip_activar_sonido {
    position: absolute;
    left: -23px;
    top: 60px;
    font: 300 11px 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    background: url('https://static.univision.com/especiales/noticias/2018/sobreviviendo-al-huracan-maria-puerto-rico/assets/tipbg.svg');
    background-size: 100% auto;
    height: 22px;
    background-repeat: no-repeat;
    text-align: center;
    padding: 19px 13px 10px 13px;
    animation: fadeinout 1s infinite;
}

.video_controls .sonido.sonido_on .tip_activar_sonido {
    display: none;
}

@keyframes fadeinout {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

.section_album {
    background-color: #fff;
}

.section_album .titulo_album {
    max-width: 920px;
    padding: 3em;
    margin: 0 auto;
}

.section_album .foto {
    width: auto;
    height: 100vh;
}

.section_album .c_foto {
    width: 100%;
    height: 100vh;
}

.section_album .pie_foto,
.section_infografia_medicos p {
    font: normal 18px/1.8 'Roboto Slab', sans-serif;
    color: #000;
    position: relative;
    z-index: 10000;
}

.section_infografia_medicos p {
    max-width: 920px;
    margin: 0 auto;
    padding-top: 1em;
    text-align: center;
    margin-bottom: -30px;
}

.section_album .pie_foto {
    background-color: #fff;
    width: 30%;
    margin-top: 0;
    margin-left: 1em;
    margin-right: 2em;
    margin-bottom: 2em;
    padding: 1.3em;
    padding-top: 1em;
    display: inline-block;
    text-align: left;
}

.section_album .pie_foto span {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.3;
    display: inline-block;
}

.section_album .pie_foto blockquote {
    font: italic 22px 'Arapey', serif;
}

.derecha {
    width: 100%;
    outline: 1px solid red;
    text-align: right;
}

.section_infografia_medicos {
    background-color: #fff;
    padding-bottom: 5vh;
}

.texto_grafico {
    padding-top: 5vh;
}

.c_c_foto {
    height: 100vh;
}

.personas .personitas span.p {
    width: 6px;
    height: 18px;
    display: inline-block;
    margin: 0 3px 0 0;
    background: url('https://static.univision.com/especiales/noticias/2018/sobreviviendo-al-huracan-maria-puerto-rico/assets/person.svg') no-repeat center center / 14px auto;
    transition: all .5s;
    opacity: 1;
}

.anio2015 .personas .personitas span.p {
    opacity: .1;
}

.anio2015 .personas .personitas .anio2018 span.p {
    opacity: 1;
}

.personas {
    text-align: center;
    margin: 20px auto;
    position: relative;
    max-width: 480px;
}

.personas1 {
    margin-top: 0px;
}

.personitas {
    text-align: left;
    font-size: 0;
    margin-left: 32px;
}

.personas .nombre {
    font: normal 15px 'Roboto Slab', sans-serif;
    margin: 10px 0 4px 0;
    text-align: left;
    position: relative;
    padding-left: 32px;
    text-transform: uppercase;
}

.grafica {
    margin: 0 2em 2em 2em;
    position: relative;
}

.grafica .anos {
    text-align: center;
    font: normal 24px 'Roboto Slab', sans-serif;
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    background: #a2d5d8;
    z-index: 100;
    height: 80px;
    padding-top: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

.fuente {
    font: normal 12px 'Roboto Slab', sans-serif;
    margin-top: 3em;
    opacity: .5;
    text-align: center;
}

.grafica .anos a {
    display: inline-block;
    padding: 10px;
    position: relative;
    padding-bottom: 40px;
    cursor: pointer;
}

.grafica .anos a:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 12px;
    bottom: 20px;
    left: 50%;
    margin-left: -8px;
}

.grafica.anio2015 .anos a.anio2018:before,
.grafica.anio2018 .anos a.anio2015:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 12px;
    bottom: 23px;
    left: 50%;
    margin-left: -5px;
}

.grafica .nombre span {
    display: inline-block;
    width: 1em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    font-size: 22px;
    top: -6px;
}

.grafica.anio2015 .nombre .anio2015,
.grafica.anio2018 .nombre .anio2018 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    top: -6px;
}

.section_infografia.section_infografia_muertos {
    background: #fff;
    height: 100vh;
}

.c_infografia {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.c_infografia img {
    max-width: 360px;
    display: block;
    height: auto;
    margin: 0 auto;
}

.creditos {
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 100px;
}

.creditos h2 {
    color: #999;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.creditos .linea {
    text-align: center;
    font: 300 14px/1.2 'Lato', serif;
    color: #999;
    margin: 0 0 20px 0;
    vertical-align: top;
}

.creditos .que {
    font: 300 12px 'Lato', sans-serif;
    display: block;
    text-align: center;
    padding-right: 5px;
    color: #ccc;
    text-transform: uppercase;
}

.creditos .personas {
    display: block;
    text-align: center;
    vertical-align: top;
    margin-top: 6px;
    line-height: 1.3;
}

.grafica_muertes {
    /* border: 1px solid red; */
    color: #000;
    font: 300 16px 'Roboto Slab', sans-serif;
}

.grafica_muertes .c_barra {
    position: relative;
    height: 38px;
    opacity: 0;
    transition: opacity 1s;
}

.activado .grafica_muertes .c_barra {
    opacity: 1;
}

.grafica_muertes .c_barra.barra1 {
    transition-delay: .1s;
}

.grafica_muertes .c_barra.barra2 {
    transition-delay: .5s;
}

.grafica_muertes .c_barra.barra3 {
    transition-delay: 1s;
}

.grafica_muertes .c_barra.barra4 {
    transition-delay: 1.5s;
}

.grafica_muertes .c_barra.barra5 {
    transition-delay: 2s;
}

.grafica_muertes .nombre {
    position: absolute;
    width: 120px;
    text-align: right;
    font-size: 18px;
    top: 0px;
}

.grafica_muertes .nombre span {
    font-size: 70%;
    color: #999;
    /* display: block; */
    line-height: 1;
}

.grafica_muertes .valor {
    right: -10px;
    top: 5px;
    /* outline: 1px solid blue; */
    /* margin-left: 140px; */
    position: absolute;
    font: 300 18px 'Lato', sans-serif;
    width: 100px;
    text-align: left;
    opacity: 0;
    width: 0;
    transition-property: opacity;
    transition-duration: 1s;
}

.activado .grafica_muertes .valor {
    opacity: 1;
}

.grafica_muertes .valor span {
    font-size: 60%;
    padding-left: 5px;
}

.grafica_muertes .barra {
    width: calc(100%-120px);
    margin: 0 100px 0 130px;
}

.grafica_muertes .barra .relleno {
    background-color: #1717b7;
    height: 30px;
    position: relative;
    width: 0;
    transition-property: width;
    transition-duration: 1s;
}

.activado .grafica_muertes .barra1 .relleno {
    width: 2%;
}

.activado .grafica_muertes .barra2 .relleno {
    width: 4%;
}

.activado .grafica_muertes .barra3 .relleno {
    width: 5%;
}

.activado .grafica_muertes .barra4 .relleno {
    width: 62%;
}

.activado .grafica_muertes .barra5 .relleno {
    width: 100%;
}

.grafica_muertes .barra1 .relleno {
    transition-delay: .1s;
}

.grafica_muertes .barra2 .relleno {
    transition-delay: .5s;
}

.grafica_muertes .barra3 .relleno {
    transition-delay: 1s;
}

.grafica_muertes .barra4 .relleno {
    transition-delay: 1.5s;
}

.grafica_muertes .barra5 .relleno {
    transition-delay: 2s;
}

.grafica_muertes .barra1 .valor {
    transition-delay: .7s;
}

.grafica_muertes .barra2 .valor {
    transition-delay: 1s;
}

.grafica_muertes .barra3 .valor {
    transition-delay: 1.2s;
}

.grafica_muertes .barra4 .valor {
    transition-delay: 2.3s;
}

.grafica_muertes .barra5 .valor {
    transition-delay: 2.8s;
}

.cover.movil {
    display: none;
}


.vertical .cover.movil {
    display: block;
}

.vertical .cover.desktop {
    display: none;
}


@media screen and (max-width: 1024px) {
    /* mobile */


    .barra_superior .logo_univision {
        width: 150px;
        margin-top: 17px;
    }

    .titulo .titulo_autor {
        width: 100%;
    }

    .titulo .titulo_autor h1 {
        width: 90%;
        margin: 0 auto;
        font-size: 42px;
        font-weight: 300;
    }

    .titulo .autor {
        font-size: 12px;
        width: 100%;
        margin: 0 auto 0 auto;
        width: 100%;
    }

    .titulo .autor span {
        display: block;
        max-width: 200px;
        margin: 0 auto;
    }

    .texto_grafico,
    .texto .c_texto {
        width: 80%;
    }

    .texto .c_texto p,
    .section_frase p {
        font-size: 17px;
        line-height: 1.6;
    }


    .video_controls {
        right: auto;
        top: auto;
        bottom: 30px;
        left: 0;
        width: 100%;
        height: 55px;
    }

    .video_controls .sonido {
        right: 0;
        position: absolute;
        top: 0;
        height: 58px;
        width: 150px;
        text-align: right;
    }

    .video_controls .tiempo_total,
    .video_controls .tiempo_actual {
        font-size: 12px;
        padding-top: 23px;
        left: 102px;
    }

    .video_controls .tiempo_total {
        margin-left: 0px;
        right: auto;
        left: 144px;
    }

    .video_controls .slider_video {
        width: calc(100% - 40px);
        left: 20px;
        top: -30px;
    }

    .video_controls .boton_play,
    .video_controls .boton_rewind {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .video_controls .boton_rewind {
        left: 40px;
    }


    .tip_activar_sonido {
        top: 5px;
        background-image: none;
        width: 100px;
        height: auto;
        padding: 18px;
        text-align: left;
        left: -4px;
        animation: none;
    }

    .section_album p {
        font-size: 14px;
        width: auto;
        line-height: 1.5;
        margin: 1em;
    }

    .section_album .titulo_album h2 {
        font-size: 20px;
    }

    .section_album .pie_foto {
        width: auto;
    }

    .puntitos {
        display: none;
    }

    .puntitos a {
        width: 18px;
    }

    .puntitos a:after {
        width: 1px;
        height: 1px;
    }

    .puntitos a.activo:after {
        width: 2px;
        height: 2px;
    }

    .personas .nombre {
        font-size: 12px;
    }

    .grafica .nombre span {
        font-size: 18px;
    }

    .personas .nombre {
        padding-left: 27px;
    }

    .personas .personitas span.p {
        width: 4px;
        height: 13px;
        display: inline-block;
        background: url('https://static.univision.com/especiales/noticias/2018/sobreviviendo-al-huracan-maria-puerto-rico/assets/person.svg') no-repeat center center / 10px auto;
    }

    .personitas {
        margin-left: 27px;
    }

    .grafica_muertes .nombre {
        width: 90px;
        font-size: 16px;
        ;
    }

    .grafica_muertes .barra {
        margin: 0 80px 0 100px;
    }

    .grafica_muertes .valor {
        font-size: 15px;
        top: 6px;
    }
}

@media screen and (max-width: 350px) {

    /* small screens */
    .texto .c_texto p,
    .section_frase p {
        font-size: 15px;
    }

    .titulo .titulo_autor h1 {
        font-size: 35px;
    }

    .video_controls .tiempo_total {
        display: none;
    }

    .video_controls .tiempo_actual {
        margin-left: 110px;
    }
}