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

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

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

.puntitos a {
  display: block;
  width: 48px;
  height: 10px;
  opacity: 0.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: 0.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: 0.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: 0.2 !important;
}

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

.barra_superior .logo_univision {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

.barra_superior .logo_univision:after {
  content: "";
  height: 30px;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 10px;
  left: 50%;
}

.barra_superior .logo_univision img {
  width: 100%;
  display: inline-block;
  height: auto;
  max-width: 130px;
  margin: 0 10px;
}

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

.fondo_blanco .barra_superior .logo_univision{
  background: #000;
}

.c_especial {
  margin: 0 auto;
  background: #0e0607;
}

.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 0.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: 0.5;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0.5;
  }
}

.section_sticky {
  background: #0e0607;
}

.section_sticky1 {
  height: 100vh;
}

.section_sticky15 {
  height: 150vh;
}

.section_sticky2 {
  height: 200vh;
  background: #0e0607;
}

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

.section_firma {
  height: auto;
}

.logos-featuring {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-bottom: 50px;
  padding: 15px;
  text-align: center;
}

.logos-featuring img {
  display: inline-block;
  margin: 10px auto;
  vertical-align: middle;
  width: 130px;
}

.texto .c_texto .logos-featuring p {
  font: normal 15px/1.5 "Roboto Slab", sans-serif;
  color: #333;
  margin-bottom: 0;
  display: inline-block;
  width: 75%;
  text-align: left;
  padding-left: 30px;
  vertical-align: middle;
}

.section-text-left.texto .c_texto {
  max-width: 500px;
  left: 22%;
}

.section-text-left.texto .c_texto p {
  text-align: left;
}

.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;
  text-transform: uppercase;
}

.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 "Lato", sans-serif;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  opacity: 0.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: 0.9;
  position: absolute;
  bottom: 21vh;
  left: 0;
  width: 100%;
}

.titulo .otro_idioma {
  font: 300 14px "Lato", sans-serif;
  opacity: 0.8;
  position: absolute;
  top: -50px;
  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;
}

.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, 0.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: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  position: absolute;
  max-width: 950px;
}

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

.texto.section_elastica .c_texto {
  position: static;
  transform: none;
  left: auto;
  top: auto;
  padding: 15% 20px 15% 20px;
  margin: 0 auto;
}

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

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

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

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

.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: center;
  font: normal 21px/1.8 "Roboto Slab", sans-serif;
  margin-bottom: 1.8em;
  letter-spacing: -0.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: 0.8;
  margin-bottom: 20px;
}

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

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

.grafico {
  text-align: center;
  margin: 10% auto;
  max-width: 660px;
}

.grafico img {
  margin: 15px auto;
  max-width: 500px;
  width: 100%;
}

.grafico-inline {
  max-width: 800px;
  margin: 15% auto;
}

.grafico-inline img {
  display: inline-block;
  width: 46%;
  margin: 10px;
}

.blanco.texto p span {
  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;
}

.firma_foto {
  background: #fff;
  color: #000;
  font: normal 12px/1.8 "Roboto Slab", sans-serif;
  text-align: right;
  padding: 10px 50px 10px;
  position: relative;
  overflow: auto;
  z-index: 2;
}

.firma_foto_inner {
  max-width: 760px;
  margin: 0 auto;
  float: right;
}

.foto_creditos {
  text-align: right;
  padding-right: 2%;
}

.video_controls {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000000;
  opacity: 0;
  transition: all 0.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: 0.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 0.2s;
}

.video_controls a:active {
  transform: scale(0.7, 0.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%;
  }
}

.c_c_foto {
  height: 100vh;
}

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

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

.creditos .linea {
  text-align: center;
  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;
}

/*gallery*/

.section_gallery {
  background: #fff;
  height: auto;
}

.gallery-title {
  position: absolute;
  z-index: 8;
  color: #fff;
  font: bold 24px/1.2 "Roboto Slab", sans-serif;
  left: 20px;
  top: 55px;
}

.slick-initialized .slick-slide {
  position: relative;
}

.slick-slide .sticky {
  height: auto;
}

.pie_foto {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 1080px;
  margin: 0;
  padding: 1.3em 50px;
  padding-top: 1em;
  display: inline-block;
  text-align: right;
  font: normal 14px/1.2 "Roboto Slab", sans-serif;
  box-sizing: border-box;
  float: right;
}

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

.pie_foto blockquote {
  font: normal 12px/1.2 "Roboto Slab", sans-serif;
}

.slick-arrow {
  background: rgba(225, 225, 225, 0.3);
  cursor: pointer;
  font-size: 0;
  width: 50px;
  height: 40px;
  border: 0;
  position: absolute;
  top: 40%;
  z-index: 99999;
}

.slick-arrow:before {
  content: "";
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  background: url("assets/down_arrow.svg") no-repeat center / 18px auto;
  top: 0;
  bottom: 0;
  line-height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  filter: invert(1);
}

.slick-arrow.slick-prev {
  left: 20px;
  transform: rotate(90deg);
}

.slick-arrow.slick-next {
  right: 60px;
  transform: rotate(-90deg);
}

.disclaimer {
  background: #fff;
  padding: 5% 0;
  text-align: center;
}

.disclaimer img {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

.disclaimer .texto-final {
  color: #fff;
  font: normal 16px/1.8 "Roboto Slab", sans-serif;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px 100px;
}

.video-embed {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
  padding-top: 56.25%;
}

.video-embed iframe {
  min-height: 215px;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.full {
  height: 100%;
}

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

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

  .logo_univision.oculto {
    transform: translateY(-150px);
  }
  .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;
  }
  .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: 0.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;
  }
  .section-text-left.texto .c_texto {
    max-width: 500px;
    left: 50%;
  }
  .section-text-left.texto .c_texto p {
    text-align: center;
  }
  .section_gallery {
    height: auto;
  }
  .logos-featuring {
    text-align: center;
  }
  .logos-featuring img {
    display: block;
  }
  .texto .c_texto .logos-featuring p {
    width: 100%;
  }
  .section-text-left.texto .c_texto {
    max-width: 500px;
    left: 50%;
  }
  .section-text-left.texto .c_texto p {
    text-align: center;
  }
  .gallery-title {
    left: 105px;
    font: bold 20px/1.2 "Roboto Slab", sans-serif;
    display: block;
    top: 20px;
  }
  .pie_foto {
    position: inherit;
    left: 0;
    bottom: 0;
    max-width: 100%;
  }
  .slick-arrow {
    top: 17px;
  }
  .slick-arrow.slick-prev {
    left: 5px;
    transform: rotate(90deg);
  }
  .slick-arrow.slick-next {
    left: 50px;
    transform: rotate(-90deg);
  }
  .texto.section_elastica.no-video-top .c_texto {
    padding-top: 0;
  }
  .texto.section_elastica.no-video-bottom .c_texto {
    padding-bottom: 0;
  }
  .grafico-inline img {
    width: 100%;
  }
}

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

@media (min-width: 920px) {
  .section_gallery .gallery-desktop {
    max-width: 920px;
    margin: 0 auto;
  }
  .section_gallery .pie_foto {
    padding-right: 0;
    padding-left: 0;
  }
  .section_gallery .gallery-title-desktop {
    z-index: 8;
    color: #000;
    font: bold 21px/1.2 "Roboto Slab", sans-serif;
    margin-bottom: 20px;
    text-align: center;
  }
  .pre-gallery {
    height: auto;
    min-height: unset;
  }
  .pre-gallery .c_texto {
    padding: 6% 20px 5% 20px;
    position: inherit;
    top: 0;
    transform: none;
    left: 0;
    right: 0;
    margin: auto;
  }
  .c_especial .post-gallery .c_texto {
    padding: 6% 20px 8% 20px;
  }
  .slick-arrow.slick-next {
    right: 20px;
  }

  .display-mobile {
    display: none;
  }
}
