@import url("https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i|Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");


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

a.dotted_link {
    text-decoration: none;
    border-bottom: 1px dotted #000;
    color: #000;
}

.selector {
    margin: 30px auto;
    max-width: 575px;
    padding-left: 20px;
    padding-right: 20px;
}

.selector_text {
    display: inline-block;
    font-weight: 300;
    max-width: 340px;
    font-size: 16px;
    line-height: 25px;
}

.selector_selector {
    display: inline-block;
    margin-left: 0;
    font-size: 18px;
    line-height: 27px;
}

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

p.graphic_title {
    max-width: 315px;
    width: 100%;
}

body {
    background-color: #fff;
}

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

    .section_titulo {
        position: fixed;
        background: #8b0072;
        pointer-events: none;
        transition: background 3s, opacity .4s;
    }

header {
    position: relative;
    margin: 0 auto 10px 0;
    z-index: 1000;
    width: 100%;
    overflow: hidden;
    opacity: 1;
}

.mapa {
    width: 100%;
}

#g-vaping_use2-box, #g-vaping_use3-box,#g-vaping_use2EN-box, #g-vaping_use3EN-box {
    display: none;
}

.mainjuul,.mj_text {
    margin: 0 auto;
    z-index:8;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    padding-bottom: 20px;
    max-width: 100%;
    transition: opacity 1s;
}

.realpic {
    margin: 0 auto;
    width:100%;
    position: absolute;
    top:0;
    z-index:10;
    left: 0%;
    opacity: 1;
    transition: opacity 1s;
}


.finalpic, .finalpic2 {
    margin: 0 auto;
    width:100%;
    position: absolute;
    top:0;
    left: 0%;
    opacity: 0;
    transition: opacity 1s;
}


.fraseprin {
    opacity: 1;
    max-width: 86%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    font: 300 15px "Merriweather", serif;
    line-height: 21px;
    transition: opacity 1s;
}

.texto1, .texto2, .texto3 {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: Roboto, sans-serif;
    transition: opacity 1s;
    line-height: 19px;
}

.texto2, .texto3 {
    top: 53%;
}
.t1line1, .t2line1, .t3line1 {
    width: 100px;
    position: relative;
    top:0;
    left: -65px;
    border-bottom: 1px solid #000;
}

.t2line1, .t3line1 {
    top: 23px;
}

.t1text1, .t2text1, .t3text1 {
    color:#000;
    position: absolute;
    top:-8px;
    width: 130px;
    left:37px;;
}


.t2text1, .t3text1 {
    top: 16px;
}
.t1line2, .t2line2, .t3line2 {
    width: 100px;
    position: absolute;
    top:100px;
    left: -134px;
    border-bottom: 1px solid #000;
}

.t1text2, .t2text2, .t3text2 {
    color:#000;
    position: absolute;
    top:91px;
    left:-25px;;
}

.mj_text {
    opacity: 0;
    color:#000;
    position: absolute;
    top:50%;
    left:50%;
    transition: opacity 1s;
}
.toplogo {
    max-width: 160px;
    text-align: center;
    margin: 0px auto 0;
    padding-top: 15px;
    transition: opacity 1s;
}
.video_fijo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    background:transparent;
    overflow: hidden;
}

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

.cover {
    width: 100%;
    height: 100vh;
    background: #8b0072;
    position:fixed;
    top:0;
    left:0;
}

.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;
    display: none;
}

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

.articulo p.block {
    width: 80%;
    color: black;
    position: relative;
    z-index: 10;
    padding: 15px 15px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
    border-radius: 2px;
    font-weight: 300;
    max-width: 450px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin: 0vh auto 50vh;
    z-index: 2000;
    -webkit-transform: translateZ(0px);
}
.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 19px 'Roboto Slab', sans-serif;
    margin: 35px auto 10px auto;
}

section .articulo h4 {
    font: normal 26px/1.2 "Merriweather", serif;
    font-style: italic;
    text-align: center;
    margin: 40px 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: 575px;
    margin-left: auto;
    margin-right: auto;
}

section .articulo h4 {
    max-width: 290px;
    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 {
    width: 100%;
    left: 50%;
    top: 5%;
    transform: translate(-50%, -50%);
    color: #fff;
    position: absolute;
}

.ta {
    width: 100%;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    color: #fff;
    position: absolute;
}
.titulo .ta h1 {
    font: bold 30px "Merriweather", serif;
    text-align: center;
    /* text-shadow: rgba(0, 0, 0, .2) 0 2px 2px, rgba(0, 0, 0, .2) 0 -2px 2px; */
    line-height: 36px;
    transition: opacity 1s;
}

.titulo .ta 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);
    transition: opacity 1s;
}

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

#g-vaping_cig-box {
    opacity: 0;
  
    position:absolute;
    top:0;
    left: -25%;
    transition: opacity 1s;
}
.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;
    transition: opacity 1s;
    text-transform: uppercase;
}

.desliza:after {
    content: '';
    width: 50px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    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;
}

.spacer {
    height:calc(100vh + 1500px);
    pointer-events: none;
}

div.g-vaping_use-box p {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div.ad_infographics {
    margin: 30px 0px !important;
}


/* DROP DOWN MENU */

.selector {
    margin: 40px auto;
    max-width: 455px;
    padding: 0 0 0 10px;
}

.selector_text {
    display: inline-block;
    font-weight: 300;
    max-width: 300px;
    font-size: 16px;
    line-height: 23px;
}

.selector_selector {
    display: inline-block;
}

div.drops span {
    vertical-align: top;
    padding-right: 5px;
}

.estado {
    cursor: pointer;
}

.estado text {
    pointer-events: none;
}

span.comp_nom {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comp_nom {
    pointer-events: none;
    color: #000;
}

span.comp_nom span {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 15px;
}
.drop_down {

    height: 40px;
    overflow: hidden;
    overflow-x: hidden !important;
    position: relative;
}

.options {
    position: absolute;
    top: 0;
    left: 0;
}

.drops {
    height: 40px;
}

.drop_down.active .options {
    top:0 !important;
}
.drops.active {
    padding-left: 0;
}

/* DROP DOWN */

.drop_down,
.fec_drop_down {
    position: absolute;
    max-width: 800px;
    margin: 10px auto 0 auto;
    height: 25px;
    background: #fff;
    overflow: hidden;
}

.drop_down.active {
    /* box-shadow: 0px 25px 30px -20px rgba(0, 0, 0, 0.2); */
    box-shadow: 0px 42px 74px -48px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.options,
.fec_options {
    position: absolute;
    top: 0px;
}

.drops,
.boton,
.fec_drops,
.fec_boton {
    height: 37px;
    cursor: pointer;
    text-align: left;
    padding-top: 2px;
    padding-left: 0px;
    min-width: 225px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
}

.boton {
    padding-left: 0;
}

.fec_drops span {
    text-transform: capitalize;
}

.comp_nom {
    font-weight: 700;
}

.arrow,
.fec_arrow {
    content: '';
    position: absolute;
    right: 12px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: transform .3s;
    border-top: 10px solid #4C99D3;
}

.dd,
.fec_dd {
    position: relative;
    width: 215px;
    margin-left: 4px;
    margin-bottom: -13px;
    border-bottom: 1px dotted #4C99D3;
    padding-bottom: 45px;
}

/* FIN DE DROP DOWN MENU */

     .container_metodologiab {
        position: relative;
        max-width: 575px;
        margin: 0 auto;
        margin-top: 30px;
        padding: 6px 20px 6px 20px;
        font: normal 14px/1.4 ‘Roboto’, sans-serif;
        color: #85858A;
     }
     .container_metodologiab:after {
         content:'';
         width: 200px;
    position: absolute;
    top: -14px;
    left: 20px;
    border-top: 1px solid #85858A;
     }

img#classic {
    width: 250px;
    margin-top: 10px;
}

img#compare {
    width: 220px;
    margin-top: 5px;
}

img#thc {
    width: 220px;
    margin-top: 10px;
    margin: 10px 12% 0px;
}

img#cartuchos {
    width: 220px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin: 20px 12% 10px;
}

span.small_txt {
    font-size: 14px;
    line-height: 18px;
}

.articulo {
    position: relative;
}
.secpic {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.secpic img {
    width: 100%;
     
}

.nota {
    color: #585e64;
    font-size: 15px !important;
}


div.autores {
    max-width: 240px;
    margin: auto;
    padding-top: 24px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}


footer {
    border-top: 1px solid #85858A;
    padding: 40px 0;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
    position: relative;
}

footer .logo {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-100%);
    width: 140px;
}

footer .logo img {
    width: 120px;
    height: auto;
}

footer ul,
footer h6 {
    margin: 0 auto;
    padding-left: 50%;
}

footer .copyright {
    padding-top: 20px;
    text-align: center;
}

footer h6 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
    margin-top: 1px;
}

footer ul {
    margin: 10px auto;
    list-style: none;
}

footer ul li {
    margin-bottom: 6px;
}

footer ul li a {
    text-decoration:none;
    color: #333;
}

footer .copyright {
    color: #999;
    font-size: 12px;

}


/* desktop */
@media screen and (min-width: 768px) {


    img#cartuchos {
        margin: 15px 25% 5px;
    }
    

    img#thc {
        margin: 10px 25% 0px;
    }
    
    img#classic {
        margin: 10px 20% 0px;
    }

    .container_metodologiab {
        padding: 6px 0;
    }
    
.container_metodologiab:after {
    left: 0;
}

.ta {
    width: 60%;
    max-width: 833px;
    top: 72%;
} 

.titulo .ta h1 {
    max-width: 100%;
    font-size: 50px;
    line-height: 56px;
}  


.t1line1 {
    top:7px;
    left: -90px;
    width:120px;
}

.t2line1, .t3line1 {
    top: 24px;
    left: -78px;
}

.t2text1,.t3text1 {
    left: 27px;
}

.t1text2, .t2text2, .t3text2 {
    top: 149px;
    left: -85px;
}

.t1text1 {
    top:-3px;
}

.t1line2, .t2line2, .t3line2 {
    top:156px;
    left: -191px;
}

.selector {
    padding-left: 0;
    padding-right: 0;
}

.selector_selector {
    margin-left: 0;
}

.fraseprin {
    max-width: 100%;
    padding-top: 20px;
    font: 300 19px "Merriweather", serif;
}  

div.autores {
    padding-top: 35px;
    font-size: 13px;
    max-width: 100%;
}

.desliza {
    bottom: 40px;
}
.mainjuul, .realpic, .finalpic, .finalpic2,.mj_text, .secpic {
    width:550px;
    max-width:550px;
    left: 27%;   
}
    
.articulo p.block {
    padding: 20px 30px;
}

    .toplogo {
        max-width: 190px;
    }

    section .articulo {
        padding: 30px 0px 5px;
    }

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

.uvn-graficos-format-styles {
    padding-bottom: 20px;
}
  section .note p {
    
    font-size: 17px;
}

img#classic {
    max-width: 350px;
    margin: 5px 4% 10px;
}

section .articulo h4 {
    max-width: 400px;
}

section .articulo h4 {
    font: normal 28px/1.2 "Merriweather", serif;
}

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

    .ta {
        width: 80%;
        max-width: 833px;
    } 
}
/* 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, .titulo .ta {
        width: 100%;
    }

  /*   .titulo .ta h1 {
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
        font-size: 38px;
        line-height: 45px;
        font-weight: 400;
    } */

    .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 .parrafo
     {
        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: 64px;
    }

    .desliza:after {
        bottom: 0px;
    }

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

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


    div.autores {
        padding-top: 0px;
        font-size: 14px;
        line-height: 18px
    }
    .t1line2 {
        top: 90px;
        left: -119px;
    }

    .t1text2 {
        top: 80px;
        left: -15px;
    }
    img#thc {
        margin: 10px 0 0px;
    }
    
    img#cartuchos {
        margin: 5px 0 10px;
    }
    
}
@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;
}

