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;
}

body * {
    box-sizing: border-box;

}

: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;
}

p a {
    color: #000;
    text-decoration: none;
    border-bottom: 4px solid #ccc;
}

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: 10px;
    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: 2px;
    height: 2px;
    opacity: 1;
}

.barra_superior .compartir {
    height: auto;
    width: 48px;
    height: 0;
    overflow: hidden;
    padding-top: 48px;
    background: url('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('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('assets/twitter.svg');
}

.barra_superior .compartir .compartir_facebook:after {
    background-image: url('assets/facebook.svg');
}

.barra_superior .compartir .compartir_whatsapp:after {
    background-image: url('assets/whatsapp.svg');
    background-size: 24px auto;
}

section {
    position: relative;
}

section.section_documental {
    height: 150vh;
}

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

.logo_univision.oculto {
    transform: translateY(-100px);
}

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


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

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

.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 'Roboto', 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('assets/rewind.svg') no-repeat center top / 40px auto;
    padding-top: 46px;
}

.replay.visible {
    display: block;
}

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

.titulo {
    height: 100vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section_frase.blanco {
    background: #fff;
}

.section_elastica {
    height: auto;
    min-height: 100vh;
}

.section_elastica.no_alto_minimo {
    min-height: unset;
}

.section_frase {
    height: 100vh;
}

.section_elastica {
    height: auto;
}

.ver_video {
    position: absolute;
    bottom: 0;
    padding: 40px 0;
    text-align: center;
    width: 100%;
    font: 300 12px 'Roboto', 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('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;
    }
}

.section_sticky1 {
    height: 100vh;
}

.section_sticky15 {
    height: 150vh;
}

.section_sticky2 {
    height: 200vh;
}

.section_sticky25 {
    height: 250vh;
}

.section_sticky3 {
    height: 300vh;
}

.section_sticky4 {
    height: 400vh;
}

.section_sticky5 {
    height: 500vh;
}

.section_sticky6 {
    height: 600vh;
}


.section_sticky7 {
    height: 700vh;
}

.section_sticky8 {
    height: 800vh;
}

.section_sticky9 {
    height: 900vh;
}

.section_sticky10 {
    height: 1000vh;
}

.section_sticky11 {
    height: 1000vh;
}

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

.titulo .titulo_autor h1 {
    font: 100 66px 'Lato', sans-serif;
    text-align: center;
    letter-spacing: -2px;
    text-shadow: rgba(0, 0, 0, .2) 0 1px 2px, rgba(0, 0, 0, .2) 0 -1px 2px, rgba(0, 0, 0, .2) -1px 0 2px, rgba(0, 0, 0, .2) 1px 0 2px;
}

.titulo p {
    font: 300 24px 'Lato', sans-serif;
    text-align: center;
    margin-top: 50px;
    max-width: 640px;
    margin: 30px auto 0 auto;
}

.titulo h2 {
    font: 300 22px 'Roboto', 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: 400 12px 'Lato', sans-serif;
    text-align: center;
    color: #fff;
    opacity: .9;
    position: absolute;
    bottom: 21vh;
    left: 0;
    width: 100%;
    text-shadow: rgba(0, 0, 0, .5) 0 1px 2px, rgba(0, 0, 0, .5) 0 -1px 2px, rgba(0, 0, 0, .5) 1px 0 2px, rgba(0, 0, 0, .5) -1px 0 0px;
}

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

.titulo .otro_idioma a {
    color: #fff;
    text-transform: none;
    position: relative;
    padding-left: 12px;
    padding: 5px 9px 5px 16px;
    text-decoration: none;
    cursor: pointer;
    background: rgba(0, 0, 0, .4);
}

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

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

.desliza span {
    background: rgba(255, 255, 255, .8);
    color: #333;
    padding: 5px
}

.desliza:after {
    content: '';
    width: 50px;
    height: 20px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -25px;
    animation: scroll_down 2s infinite;
    background: url('assets/down_arrow.svg') no-repeat top center / 22px auto;
    filter: invert(1);
}

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

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

.section_sticky.texto .c_texto,
.section_sticky2.texto .c_texto {
    padding: 0 30px;
}

.texto .pie_foto {
    font: normal 16px/1.3 'Roboto', sans-serif;
    font-style: italic;
}

.texto .pie_foto span {
    background: rgba(0, 0, 0, .5);
}

.texto.section_elastica .c_texto {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    padding: 66px 20px 30px 20px !important;
    margin: 0 auto;
}

.poco_texto.texto .c_texto {
    transform: translate(-50%, -50%);
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
}

.blanco.texto .c_texto {
    color: #000;
    padding: 20px;
}

.section_frase figure {
    margin: 0 auto 40px 0;
}

.section_frase figure img {
    width: 100%;
    height: auto;
}

.section_frase figure figcaption {
    font: normal 16px/1.3 'Roboto', sans-serif;
    display: block;
    font-style: italic;
    text-indent: 14px;
    position: relative;
    margin-top: 4px;
}

.section_frase figure figcaption:before {
    position: absolute;
    left: 3px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #fff;
    border: 1px solid #000;
    border-bottom: 0;
    border-right: 0;
    content: '';
    transform: rotate(45deg);
}

.texto_grafico {
    margin: 0 auto;
    padding-bottom: 1.8em;
}

.texto_grafico p {
    /* padding: 0 20px; */
}

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

.texto .c_texto p b {
    font-size: 115%;
    line-height: 1;
}

.texto .c_texto h3 {
    text-align: left;
    font: bold 34px/1.3 'Roboto', sans-serif;
    margin-bottom: 1.1em;
    color: #000;
    letter-spacing: -1px;
    margin-top: 2em;
}

.section_infografia.texto .c_texto h3 {
    font-family: 'Roboto', serif;
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 0;
}

.section_infografia.texto .c_texto p {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
    line-height: 1.5;
    opacity: .8;
    margin-bottom: 20px;
}

.grafico .fila {
    padding: 10px 0;
    position: relative;

}

.grafico.grafico_aprehensiones .fila {
    padding: 15px 0;
}

.grafico .etiqueta {
    font: normal 19px 'Roboto', sans-serif;
    width: 200px;
    /* margin-bottom: 10px; */
    position: absolute;
    text-align: right;
    top: 12px;
    padding: 0;
    /* color: #fff; */
    filter: invert(1);
    font-weight: bold;
}

.grafico.grafico_aprehensiones .etiqueta {
    padding: 20px 20px 20px 0;
    top: 17px;
    width: 300px;

    background: url(assets/family.svg) no-repeat right center / auto 36px;
    padding-right: 60px;

}



.grafico .leyenda {
    position: relative;
    margin-top: 30px;
    /* text-align: center; */
    margin-bottom: 10px;
}

.grafico .leyenda .barra {}

.grafico.grafico_aprehensiones .barra_leyenda,
.grafico.grafico_aprehensiones .fuente {
    margin-left: 315px;
}

.grafico .leyenda .leyenda_etiqueta,
.grafico .fuente {
    font: normal 14px 'Roboto', sans-serif;
    padding: 5px;
    color: #fff;
}

.grafico .fuente {
    margin-top: 20px;
    opacity: .5;
}

.grafico .leyenda .recuadro {
    /* position: absolute; */
    width: 30px;
    height: 10px;

    display: inline-block;
}

.grafico.grafico_aprehensiones .fila2 .etiqueta {
    background-image: url(assets/child.svg);
}

.grafico.grafico_aprehensiones .fila3 .etiqueta {
    background-image: url(assets/adult.svg);
}

.grafico.grafico_aprehensiones .fila4 .etiqueta {
    background-image: none;
    padding-right: 0;
}

.grafico .valor {
    font: bold 18px 'Roboto', sans-serif;
}



.grafico .barra {
    width: calc(100% - 340px);
    /* background: #eee; */
    /* position: absolute; */
    margin-left: 220px;
}

.grafico.grafico_aprehensiones .barra {
    width: calc(100% - 440px);

    margin-left: 320px;
}

.grafico .barra,
.grafico .relleno {
    height: 30px;
}

.grafico .barra.total,
.grafico .barra.total .relleno {
    height: 30px;
}

.grafico .barra .relleno {
    transition-property: width;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}

.grafico .barra .valor {
    transition-property: all;
    transition-duration: 1s;

    transition-timing-function: ease-out;
}

.grafico .fila1 .barra .valor {
    transition-delay: .7s;
}

.grafico .fila2 .barra .relleno {
    transition-delay: .5s;
}

.grafico .fila2 .barra .valor {
    transition-delay: 1.3s;
}

.grafico .fila3 .barra .relleno {
    transition-delay: 1s;
}

.grafico .fila3 .barra .valor {
    transition-delay: 1.8s;
}

.grafico .fila4 .barra .relleno {
    transition-delay: 1.5s;
}

.grafico .fila4 .barra .valor {
    transition-delay: 2.3s;
}

.grafico .fila5 .barra .relleno {
    transition-delay: 2s;
}

.grafico .fila5 .barra .valor {
    transition-delay: 2.8s;
}

.grafico .fila6 .barra .relleno {
    transition-delay: 2.5s;
}

.grafico .fila6 .barra .valor {
    transition-delay: 3.2s;
}

.desactivado .grafico .barra .relleno {
    width: 0 !important;
}

.desactivado .grafico .barra .valor {
    opacity: 0;
    transform: translateX(-10px);
}

.grafico .barra.total .valor {
    font-size: 16px;
    top: 6px;
}

.grafico .barra.total .valor {
    /* font-weight: bold; */
    font-weight: normal;
}


.grafico .relleno {
    position: relative;

}

.grafico .relleno .valor {
    position: absolute;
    right: -80px;
    width: 70px;
    top: 5px;
    color: #fff;
    font-weight: bold;
}

.grafico .relleno,
.grafico .leyenda .barra_leyenda .recuadro {
    background: #de3a49;
}

.grafico .barra.valle .relleno,
.grafico .leyenda .barra_leyenda.valle .recuadro {
    background: #fff;
}

.grafico .barra.total .relleno,
.grafico .leyenda .barra_leyenda.total .recuadro {
    background: #de3a49;
}


.texto h3 span,
.texto p span {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
}

.texto p span a {
    color: #fff;
}

.blanco.texto p span {
    background-color: rgba(255, 255, 255, .7);
    color: #000;
}

.blanco.texto p span a {
    color: #000;
}

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

.foto .firma_foto {
    position: absolute;
    bottom: 14px;
    right: 22px;
    color: #fff;
    font: normal 11px/1.8 'Roboto', sans-serif;
    text-transform: uppercase;
    opacity: 1;
}

.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 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    background: url('assets/tipbg.svg');
    background-size: 100% auto;
    height: 42px;
    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;
    padding-top: 30px;
}

.movil .section_album {
    height: 1200vh;
}

.section_album h3 {
    text-align: left;
    font: bold 34px/1.2 'Roboto', sans-serif;
    position: relative;
    margin-bottom: 1.1em;
    color: #000;
    letter-spacing: -1px;
    max-width: 780px;
    margin: 0 auto;
    text-align: left;

}

.section_album h3:before {
    position: absolute;
    top: -20px;
    width: 50px;
    border-top: 4px solid #000;
    content: '';

}

.section_album>p {
    font: normal 20px/1.6 'Roboto', sans-serif;

    color: #000;

    max-width: 780px;
    margin: 10px auto 20px auto;
    text-align: left;

}

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

.section_album .titulo_album h2 {
    font: bold 30px 'Roboto', serif;
    position: relative;
    padding-left: 90px;
    letter-spacing: -.5px;
}

.section_album .titulo_album h2 span {
    display: inline-block;
    background: #000;
    font: normal 15px 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}

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

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

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

.section_infografia p {
    max-width: 762px;
    margin: 0 auto;
    padding-top: 1em;
    color: #555;
    min-height: unset;
    /* padding: 0 30px; */
}

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

.section_album .izquierda .pie_foto {
    display: block;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
}

.section_album .pie_foto span {
    font-size: 18px;
    line-height: 1.3;
    display: inline-block;
}

.derecha {
    width: 100%;
    text-align: right;
}

.section_infografia {
    background-color: #2b2a2a;
    padding-bottom: 5vh;
    min-height: unset;
    overflow: hidden;
}

.section_infografia .grafica {
    border: 1px dashed #999;
    max-width: 840px;
    margin: 0 auto;
    padding: 30px 0;
}

.c_c_foto {
    height: 100vh;
}

.creditos {
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 560px;
    margin: 0 auto;
}

.creditos h2 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font: 300 24px 'Roboto', sans-serif;
    margin-bottom: 30px;
}

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

.creditos .que {
    font: 300 12px 'Roboto', sans-serif;
    display: block;
    padding-right: 5px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.creditos .personas {
    display: block;
    vertical-align: top;
    margin-top: 0;
    line-height: 1.3;
}

.cover.movil {
    display: none;
}

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

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

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

    /* mobile */


    .grafico .etiqueta {
        position: static;
        text-align: left;
        padding: 0;
        margin-bottom: 6px;
        background-position: left top !important;
        padding: 6px 0 0px 0px !important;
        background-size: auto 26px !important;
    }

    .grafico.grafico_aprehensiones .fila1 .etiqueta {
        padding-left: 40px !important;
    }

    .grafico.grafico_aprehensiones .fila2 .etiqueta {
        padding-left: 25px !important;
        background-position: -6px 3px !important;
    }

    .grafico.grafico_aprehensiones .fila3 .etiqueta {
        padding-left: 30px !important;
    }

    .grafico.grafico_aprehensiones .fila4 .etiqueta {
        padding-left: 0px !important;
    }

    .grafico.grafico_aprehensiones .etiqueta {
        padding: 0;
    }

    .grafico .fila {
        height: auto;
    }

    .grafico .barra {

        margin-left: 0;
        width: calc(100% - 40px);
    }

    .grafico.grafico_aprehensiones .barra {
        margin-left: 0;
        width: calc(100% - 80px);
    }

    .grafico.grafico_aprehensiones .barra_leyenda,
    .grafico.grafico_aprehensiones .fuente,
    .grafico .barra_leyenda,
    .grafico .fuente {
        margin-left: 0;
    }

    .grafico .barra,
    .grafico .relleno {
        height: 20px;

    }


    .grafico .barra,
    .grafico .relleno {
        height: 24px;
    }

    .grafico .barra.total,
    .grafico .barra.total .relleno {
        height: 26px;
    }

    .grafico .barra .valor {
        font-size: 15px;
        top: 3px;
        font-weight: normal;
        right: -77px;
        font-weight: bold;
    }

    .grafico .barra.total .valor {
        font-size: 13px;
        top: 6px;
        /* font-weight: bold; */
        right: -76px;
    }




    .section_infografia p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section_infografia .grafica {
        border: 0;
    }

    .section_elastica {
        min-height: unset;
    }

    .poco_texto.texto .c_texto {
        position: static;
        transform: none;
        padding-left: 24px;
        padding-right: 24px;
    }

    .titulo .otro_idioma {
        left: 0;
        margin: 0 auto;
        top: -50px;
    }

    .texto .c_texto h3 {
        font-size: 26px;
    }

    .foto .firma_foto {
        transform: rotate(270deg);
        transform-origin: left bottom;
        right: auto;
        opacity: .5;
        left: 22px;
        bottom: 10px;
        text-align: right;
    }

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

    .logo_univision.oculto {
        transform: translateY(-150px);
    }

    .titulo .titulo_autor {
        width: 100%;
    }

    .titulo .titulo_autor h1 {
        width: 80%;
        margin: 0 auto;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.3;
    }

    .titulo .titulo_autor h1 span {
        background: rgba(0, 0, 0, .3);
        line-height: 1;
    }

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

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

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

    .texto .c_texto p,
    .section_frase p {
        font-size: 18px;
        line-height: 1.7;
        padding: 0 !important;
    }

    .texto .c_texto p,
    .section_frase h3 {
        padding: 0 0px;
    }

    .section_sticky .texto .c_texto p,
    .section_sticky .section_frase h3 {
        padding: 0 30px;
    }

    .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: 24px;
    }

    .section_album .pie_foto {
        width: auto;
    }

    .puntitos a {
        width: 20px;
        opacity: .3;
    }

    .section_album .titulo_album {
        padding: 3em 2em 2em 2em;
        margin: 0 auto;
    }

    .section_album .titulo_album h2 {
        padding-left: 0;
        padding-top: 1.8em;
    }
}

@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;
    }
}
