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 {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.video_fijo video {
    object-fit: cover;
    height: 100%;
    min-height: 500px;
    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;
    font-family: Roboto, sans-serif;
    /* 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;
}

.section_frase_small {
    width: 100%;
    height: 100vh;
    position: relative;
}


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

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

.section_fixed_1,
.text_fixed_1 {
    padding: 65px 10px;
    background: #fff;
}

.dropcap {
    font-size: 121px;
    font-weight: normal;
    float: left;
    line-height: 92px;
    padding: 0px 25px 11px 0;
}

.section_fixed_black {
    padding: 15vh 0;
    background: #000;
}

.section_fixed_2,
.text_fixed_2 {
    min-height: 2700px;
    height: 2700px;
    background: #fff;
}

.slide_texto_long {
    width: 100%;
    position: relative;
    text-align: left;
}

.slide_extra_texto_long {
    width: 100%;
    height: 345vh;
    position: relative;
    text-align: left;
    background: #fff;
}

.section_frase {
    height: 250vh;
}

.section_small_text {
    height: 100vh;
}  

.section_small_plus_text {
    height: 120vh;
}  

.section_small_plus_text .slide_texto{
    height: 120vh;
}  

.section_small_text .slide_texto {
    height: 100vh;
}

.section_medium_text {
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
}

.section_medium_text .slide_texto1 {
    margin: 0 auto;
}

.section_medium_text .slide_texto{
    height: 250vh;
}

.section_extra_long_text {
    height: 300vh;
}

.section_long_text {
    height: 270vh;
}

.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: 250vh;
    position: absolute;
    background: white;
}

.slide_texto_extra_long {
    height: 300vh;
    position: absolute;
    background: white;
}

.slide_texto_long {
    height: auto;
    min-height: 270vh;
    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: 300 51px '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_white {
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 660px;
    padding: 10px;
    text-align: center;
    font: normal 21px/1.3 'Roboto', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 1px  #000;
}

.texto .c_texto {
    width: 70%;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 660px;
    padding: 10px;
    text-align: center;
    font: normal 21px/1.8 'Roboto', sans-serif;
    color: #000;
    background: #ffffffdb;
    background-color: rgba(255, 255, 255, 0.66);
    box-shadow: 0px 0px 1px #000;
}

.texto .l_texto {
    width: 100%;
    color: #fff;
    position: relative;
    max-width: 660px;
    margin: 0 auto;
}

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

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

.texto_grafico {
    margin: 0 auto;
}

.texto .bg_texto {
    position: relative;
    width: 29%;
    color: #fff;
    font: 300 70px 'Lato', sans-serif;
    margin-bottom: 0;
    text-align: left;
    line-height: 37px;
    padding: 29px;
    margin: 0 55px;
    font-size: 27px;
    z-index: 999;
}

.texto .bg_texto_alternative {
    position: relative;
    width: 100%;
    max-width: 460px;
    color: #fff;
    font: 300 70px 'Lato', sans-serif;
    margin-left: auto;
    margin-right: 75px;
    margin-bottom: 0;
    text-align: left;
    line-height: 37px;
    padding: 29px;
    font-size: 27px;
    z-index: 999;
}

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

.texto_grafico p,
.texto .l_texto p,
.l_infografia p {
    text-align: left;
    font: normal 16px/1.6 'Roboto', sans-serif;
    margin-bottom: 2em;
}

.texto p span.quote {
    background-color: rgba(255, 255, 255, .9);
    color: #232e2a;
}

.texto p span {
    background-color: rgba(255, 255, 255, .9);
    color: #232e2a;
}

.texto p a {
    color: #000;
}

.foto_cover {
    background: #000;
}

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

.sticky-bg {
    width: 58%;
    height: 65vh;
    min-height: 620px;
    margin: 15vh 45px 15vh auto;
    position: -webkit-sticky;
    position: sticky;
    top: 15vh;
    overflow: hidden;
}

.sticky-bg-alternative {
    width: 55%;
    height: 55vh;
    min-height: 500px;
    max-width: 750px;
    margin: 15vh auto 15vh 45px;
    position: -webkit-sticky;
    position: sticky;
    top: 15vh;
    overflow: hidden;
}

.sticky-bg-vertical {
    width: 30%;
    min-width: 500px;
    max-width: 500px;
    height: 80vh;
    min-height: 750px;
    margin: 15vh 45px 15vh 50%;
    position: -webkit-sticky;
    position: sticky;
    top: 15vh;
    overflow: hidden;
}

.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', sans-serif;
    text-shadow: rgb(0 0 0 / 80%) 0 1px 0, rgb(0 0 0 / 80%) 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('pause.svg');
    background-size: 23px auto;
}

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

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

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

.video_controls .sonido.sonido_on .boton_sonido {
    background-image: url('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: #000;
}

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

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

.section_album .c_foto {
    width: 65%;
    height: 100vh;
    margin: 10vh auto;
}

.foto_section_1 .foto {
    width: 420px;
    height: 700px;
}

.foto_section_1.c_foto {
    top: 35px;
    width: 620px;
    height: 100vh;
    margin: 35px;
}

.foto_section_2 .foto {
    width: 420px;
    height: 320px;
}

.foto_section_2.c_foto {
    top: 35px;
    width: 620px;
    height: 320px;
    margin: 35px 35px 35px auto;
}


.section_album .pie_foto,
.section_infografia_medicos p {
    font: normal 18px/1.8 'Roboto', 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', 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', 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', 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: 35px;
}

.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', 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;
    }
}

.inline-video video {
    width: 100%;
    height: 400px;
}

.inline-video.full video {
    width: 140%;
    left: -20%;
    position: relative;
    height: auto;
    margin-bottom: 25px;
}

.inline-image {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}

.inline-image.mobile {
    display: none;
}

.inline-image.full {
    width: 140%;
    left: -20%;
    position: relative;
}

.inline-image .desc{
    margin-top: 5px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 1.2em;
    font-style: italic;
    color: #737373;
}

.inline-image.left {
    float: left;
    left: -55px;
    max-width: 320px;
}

.inline-image.right {
    float: right;
    right: -75px;
    max-width: 360px;
}

.inline-image img {
    width: 100%;
}


@media screen and (max-width: 1261px) {
    .sticky-bg {
        width: 75%;
        height: 65vh;
        margin: 15vh 45px 15vh 15%;
        position: -webkit-sticky;
        position: sticky;
        top: 15vh;
        overflow: hidden;
    }

    .sticky-bg .bg_texto {
        position: relative;
        width: 30%;
        margin: 0 auto;
        color: #fff;
        font-size: 21px !important;
        line-height: 31px;
        z-index: 999;
        background: #000000b3;
    }

    .sticky-bg-vertical {
        margin: 0 0 0 auto !important;
        padding: 35px 0;
    }

    .sticky-bg-vertical .bg_texto {
        position: relative;
        width: 30%;
        margin: 0 auto;
        color: #fff;
        font-size: 21px !important;
        line-height: 31px;
        z-index: 999;
        background: #000000b3;
    }

    .sticky-bg-alternative {
        width: 55%;
        height: 55vh;
        min-height: 400px;
        margin: 15vh auto 15vh 45px;
        position: -webkit-sticky;
        position: sticky;
        top: 15vh;
        overflow: hidden;
    }

    .texto .bg_texto_alternative {
        position: relative;
        width: 100%;
        max-width: 350px;
        color: #fff;
        font: 300 70px 'Lato', sans-serif;
        margin-left: auto;
        margin-right: 40px;
        margin-bottom: 0;
        text-align: left;
        line-height: 37px;
        padding: 29px;
        font-size: 27px;
        z-index: 999;
    }

}

@media screen and (max-width: 931px) {
    .inline-image.full {
        width: 110%;
        left: -5%;
    }

    .inline-image.desktop {
        display: none;
    }

    .inline-image.mobile {
        display: block;
    }

    .inline-image.right {
        float: right;
        width: 100%;
        right: -5%;
        max-width: 320px;
    }
    .inline-image.left {
        float: left;
        width: 100%;
        right: -5%;
        max-width: 320px;
    }
}

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

    .video_fijo video.horizontal {
        object-fit: contain;
        height: 100%;
        min-height: 500px;
        width: 100%;
    }
    

    .inline-video video {
        width: 100%;
        height: 290px;
    }

    .inline-video.full video {
        width: 110%;
        left: -5%;
        position: relative;
        height: auto;
        margin-bottom: 25px;
    }

    .texto .c_texto_white {
        font-size: 18px;
        line-height: 1.2em;
    }

    .texto .l_texto {
        width: 90%;
    }

    .inline-image.full {
        width: 110%;
        left: -5%;
    }

    .inline-image.left {
        float: none;
        width: 80%;
        left: 10%;
        max-width: 560px;
        min-width: 320px;
    }
    
    .inline-image.right {
        float: none;
        width: 100%;
        left: 0%;
        max-width: 560px;
    }

    .inline-image.left {
        float: none;
        width: 100%;
        left: 0%;
        max-width: 560px;
    }

    .sticky-bg-alternative {
        width: 100%;
        height: 31vh;
        min-height: 290px;
        margin: 15vh auto 35px 0;
        position: -webkit-sticky;
        position: sticky;
        top: 15vh;
        overflow: hidden;
    }

    .sticky-bg-alternative.calwayne {
        min-height: 270px;
    }
    .sticky-bg {
        width: 100%;
        height: 31vh;
        min-height: 275px !important;
        margin: 15vh auto 25px auto;
        position: -webkit-sticky;
        position: sticky;
        top: 15vh;
        overflow: hidden;
    }

    .sticky-bg.latonya {
        min-height: 255px !important;
    }

    .texto .bg_texto_alternative {
        position: relative;
        width: 80%;
        color: #fff;
        background: #000000ed;
        font: 300 21px 'Lato', sans-serif !important;
        margin: 0 auto;
        text-align: center;
        line-height: 55px;
        font-size: 37px;
        z-index: 999;
    }

    .texto .bg_texto {
        position: relative;
        width: 90%;
        color: #fff;
        background: #000000ed;
        font: 300 21px 'Lato', sans-serif;
        margin-bottom: 0;
        text-align: center;
        line-height: 37px;
        padding: 5px;
        margin: 0 auto;
        z-index: 999;
    }

    .section_mobile_wayne {
        height: 460vh !important;
    }

    .section_mobile_wayne .slide_texto_long {
        height: 460vh !important;
    }

    .section_polaroid {
        height: 145vh !important;
    }

    .section_polaroid_2 {
        height: 265vh !important;
    }

    .section_polaroid_3 {
        height: 125vh;
    }

    .sticky-bg-vertical {
        width: 30%;
        min-width: 90%;
        max-width: 500px;
        height: 80vh;
        min-height: 590px;
        margin: 0 auto !important;
        position: -webkit-sticky;
        position: sticky;
        top: 15vh;
        overflow: hidden;
    }
}

@media (min-height: 650px) and (max-height: 790px) {
    .video_fijo video {
        object-fit: contain;
    }
}