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

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

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

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

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

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

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

body {
    background-color: #fff;
}

body * {
    box-sizing: border-box;
    }

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

.video_fijo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.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('assets/compartir.svg') no-repeat center 12px / 24px auto;
    position: absolute;
    right: 0;
    top: 8px;
    cursor: pointer;
}

.barra_superior .compartir.opened {
    height: 198px;
    background: url('assets/up_arrow.svg') no-repeat center 10px / 16px auto;
}

.barra_superior .compartir a {
    position: relative;
    z-index: 2009;
    width: 48px;
    height: 48px;
    display: block;
    background: #000;
}

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

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

.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 {
    opacity: .2 !important;
}

.fondo_blanco .barra_superior {
    background: rgba(255, 255, 255, 1);
}

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

.barra_superior .logo_univision {
    width: 200px;
    height: 30px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
}

.barra_superior .logo_univision a {
    background: url(assets/uvn-white.svg) no-repeat center center / 100% auto;
    display: inline-block;
    width: 100%;
    height: 30px;
}

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

.fondo_blanco .barra_superior .logo_univision a {
    background-image: url(assets/uvn-black.svg);
}

.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 '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('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.texto {
    background-color: #fff;
}

section .articulo {
    background-color: #fff;
    font: normal 2px 'Roboto Slab', sans-serif;
    padding: 20px 0;
    margin: 10px auto 20px auto;
}

section .articulo header {
    margin-bottom: 10px;
}

section .articulo header p {
    font: normal 20px/1.3 'Roboto', sans-serif;
}

.c_foto {
    max-width: 740px;
    margin: 20px auto 20px auto;
}
.c_foto img {
    width: 100%;
    height: auto;
}
section  .c_foto p,
section .articulo .c_foto p {
   font: normal 15px/1.3 'Roboto', sans-serif;
   margin: 5px 0;
   color: #888;
}
.c_video_inline {
    max-width: 960px;
    margin: 0px auto 30px auto;
    background-color: #000;
}
.c_video_inline h4 {
    font: normal 18px 'Roboto Slab',serif;
    color: #fff;
    padding: 15px 20px;
}
.c_video_inline h4 span {
  font-size:14px;
text-transform: uppercase;
background-color:#fff;
color: #000;
padding: 0 6px;
border-radius: 15px;
  }
.c_video_inline video {

}
.video_inline {
    position: relative;
    padding-bottom: 56%;
}

.video_inline .dummy_video,
.video_inline iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    color: #fff;
}

.video_inline .dummy_video .dummy_title {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: .1;
    font: 300 40px 'Roboto', sans-serif;
    transform: translate(-50%, -50%);
}
section .note {
    border: 1px dashed #999;
    max-width: 740px;
    margin: 20px auto;
    padding: 20px;
}
section .articulo h3 {
    font: bold 22px 'Roboto Slab', sans-serif;
    margin: 0 auto 10px auto;
}

section .articulo .feature_title {
    font: normal 16px 'Cardo', serif;
    text-transform: uppercase;
    position: relative;
    height: 20px;
    margin-bottom: 5px;
    margin-top: 20px;
}

section .articulo .feature_title span {
    background: #fff;
    padding-right: 10px;
    display: inline-block;
    z-index: 100;
    position: absolute;
}

section .articulo .feature_title:after {
    width: 100%;
    left: 0;
    top: 14px;
    border-bottom: 1px solid #000;
    position: absolute;
    content: '';
}

section .articulo .feature_title b {
    font-weight: normal;
    font-size: 126%;
}

section .articulo h2 {
    font: bold 48px/1.1 'Roboto Slab', sans-serif;
    margin: 0 auto 10px auto;
    padding: 10px 0 0 0;
    letter-spacing: -1px;
}

section .author {
    font: normal 14px 'Roboto', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
}

section .articulo h2:after {
    width: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    display: block;
    border-bottom: 2px solid #000;
}

section .articulo p,
section .articulo h3,
section .articulo h2,
section .author,
section blockquote,
section .articulo .feature_title,
.creditos {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

section blockquote {
    font: normal 22px/1.5 'Roboto Slab', serif;
    padding: 0 0 0 20px;
    margin-top: 36px;
    margin-bottom: 32px;
    text-align: left;
    letter-spacing: -.5px;
    width: 50%;
    border-left: 4px solid #000;
    max-width: 540px;
}

section .articulo p {
    margin: 0 auto 20px auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}

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

.titulo .titulo_autor h1 {
    font: 400 80px/1 'Cardo', sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-shadow: rgba(0, 0, 0, .2) 0 2px 2px, rgba(0, 0, 0, .2) 0 -2px 2px;
    letter-spacing: -3px;
}

.titulo .titulo_autor h1 b {
    font-weight: normal;
    font-size: 120%;
}

.titulo .autor {
    font: 400 15px 'Roboto', sans-serif;
    text-align: center;
    color: #fff;
    opacity: .7;
    position: absolute;
    /* bottom: 28vh; */
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(160px);
}

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

.titulo .otro_idioma a {
    color: #fff;
    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: 400 10px 'Roboto', sans-serif;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

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

.texto p .capital {
    font-size: 56px;
    line-height: .6;
    margin-top: 10px;
    margin-right: 6px;
    font-weight: bold;
    float: left;
    font-family: 'Roboto Slab', serif;
}


.c_creditos {
    background-color: #000;
    padding: 20px;
}

.creditos {
    /* max-width: 730px; */
    margin: 0 auto;
}

.creditos .columnas {
    column-count: 2
}

.creditos h5 {
    color: #fff;
    font: normal 18px "Roboto Slab", sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.creditos h6 {
    color: #fff;
    font: normal 14px "Roboto Slab", sans-serif;
    text-transform: uppercase;
    /* text-align: center; */
    margin-bottom: 10px;
    /* margin-left: -11px; */
    /* background: #000; */
    z-index: 1000;
}

.creditos .creditos_grupo {
    padding-left: 10px;
    border-left: 1px dotted #ccc
}

.creditos p {
    color: #fff;
    font: 300 15px "Roboto", sans-serif;
    margin: 0 0 20px 0;
}

.creditos p b {
    display: block;
    font: normal 12px "Roboto Slab", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #999;
}

.creditos p span {
    display: block;
}


/* desktop */
@media screen and (min-width: 840px) {
    section .articulo {
        padding: 30px 0px;
    }

    section .articulo p {
        font-size: 18px;
        line-height: 1.5;
    }
}

.uvn-graficos-format-styles {
    padding-bottom: 20px;
}
  section .note p {
    
    font-size: 17px;
}
/* mobile */
@media screen and (max-width: 640px) {

    .uvn-graficos-title,
    .uvn-graficos-description,
    .uvn-graficos-source {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* mobile */
    .barra_superior {
        height: 44px;
    }

    .barra_superior .compartir {
        top: 0px;
    }

    .barra_superior .logo_univision {
        width: 150px;
        margin-top: 9px;
        height: 30px;
    }

    .titulo .titulo_autor {
        width: 100%;
    }

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

    .titulo .autor {
        font-size: 14px;
        width: 100%;
        margin: 0 auto 0 auto;
        width: 100%;
        transform: translateY(114px);
    }

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

    .puntitos {
        display: none;
    }

    section .articulo h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    section .articulo header p {
        font-size: 20px;
    }

    section blockquote {
        padding-left: 20px;
        width: 85%;
        font-size: 20px;
        line-height: 1.4;
        padding-left: 15px;
        border-width: 3px;
    }

    section .articulo .feature_title {
        font-size: 14px;
        margin-bottom: 0;
    }

    section .articulo p,
    section .articulo h3,
    section .articulo h2,
    section .author,
    section blockquote {
        padding-left: 20px;
        padding-right: 20px;
    }
section .articulo p {
    font-size: 18px;
}
    section .articulo .feature_title {
        margin-left: 20px;
    }

    section .articulo .feature_title:after {
        top: 11px;
    }

    .texto p .capital {
        font-size: 59px;
    }

    .desliza {
        bottom: 75px;
    }

    .desliza:after {
        bottom: -24px;
    }

    .creditos .columnas {
        column-count: unset;
    }
    section .note {
    
    padding: 15px 0;
    margin: 0 20px;
}
  section .note p {
    
    font-size: 16px;
}
}


@media (max-width: 500px) and (min-width: 280px) {

    .uvn-graficos-table-format thead th.column_table,
    .uvn-graficos-table-format td.column_table {
        display: table-cell !important;
    }
}

.uvn-graficos-format-styles .uvn-graficos-data {
    overflow: hidden;
}

