/*
  NORMALIZE
*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

b, strong {
  font-weight: bold;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 80%;
}

img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul, li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

ol li {
  list-style-type: decimal;
}

p {
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

/*
  FUENTES
*/

@font-face {
  font-family: 'Marcin Ant B';
  src: url('/fonts/v2.x/v2.2/marcinAntB/marcinantb-extralight-webfont.woff2') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Marcin Ant B';
  src: url('/fonts/v2.x/v2.2/marcinAntB/marcinantb-light-webfont.woff2') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Marcin Ant B';
  src: url('/fonts/v2.x/v2.2/marcinAntB/marcinantb-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Marcin Ant B';
  src: url('/fonts/v2.x/v2.2/marcinAntB/marcinantb-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Majrit Text';
  src: url('/fonts/v2.x/v2.2/majrit/Majrit-Text/Majrit-Text-Extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Majrit Banner';
  src: url('/fonts/v2.x/v2.2/majrit/Majrit-Banner/Majrit-Banner-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Iconos Pais';
  src: url('/fonts/v2.x/v2.0/ico/iconos-pais.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/*
  MOVIL
*/

body {
  background: black;
  font-family: 'Marcin Ant B';
}

body.overflow {
  overflow: hidden;
}

.contenedor {
  position: relative;
  overflow: hidden;
}

.contenido {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bloque.cabecera {
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 13;
  opacity: 1;
  visibility: visible;
  transition: opacity 1.5s, visibility 1.5s;
}

.cintillo {
  display: block;
  font-weight: bold;
  color: white;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 9px;
}

.cabecera .cintillo {
  margin: 40px auto 10px;
}

.final .cintillo {
  margin: 0 auto 20px;
}

.logo-elpais {
  display: inline-block;
  vertical-align: middle;
}

.cabecera .logo-elpais {
  margin: auto auto 20px;
}

.final .logo-elpais {
  margin: 0 auto 20px;
}

.logo-elpais a span {
	display: block;
	width: 89px;
	height: 20px;
	background: url('/iconos/v2.x/v2.0/logos/el_pais_blanco.svg') no-repeat left top;
	background-size: contain;
	text-indent: -9999px;
  overflow: hidden;
}

.cabecera h1 {
  font-family: 'Majrit Text';
  font-weight: 800;
  color: white;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  width: calc(100% - 60px);
  max-width: 440px;
  margin: 0 auto 20px;
}

.contenedor-menores-embarazadas .cabecera h1 {
  width: calc(100% - 50px);
  max-width: 600px;
  font-size: 22px;
  line-height: 28px;
}

.cabecera h1 strong {
  font-weight: 800;
  display: block;
}

.cabecera .bloque_texto {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.alerta {
  max-width: 240px;
  margin: auto auto 0;
  padding-left: 40px;
  text-align: left;
  position: relative;
}

.alerta-sonido {
  display: block; 
}

.alerta:before {
  content: '';
  display: block;
  background: url('/especiales/2020/la-cara-detras-del-dato/img/rotar.svg') no-repeat center / contain;
  width: 22px;
  height: 30px;
  margin: 0 auto 10px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}

.alerta-sonido:before {
  background-image: url('/especiales/2020/la-cara-detras-del-dato/img/auriculares.svg');
}

.alerta p {
  font-weight: 200;
  font-size: 14px;
  line-height: 18px;
  color: white;
}

.empezar {
  display: block;
  height: 57px;
  width: 219px;
  margin: 0 auto 20px;
  font-family: 'Majrit Text';
  font-weight: 800;
  color: black;
  font-size: 15px;
  line-height: 17px;
  padding: 20px;
  background: white;
  border-radius: 30px;
}

.navegacion {
  position: relative;
  z-index: 13;
}

.navegacion a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 40px;
  text-align: left;
}

.navegacion a:nth-child(1) {
  right: 70px;
  background: rgba(0,0,0,0.35);
  border-radius: 20px;
  width: auto;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 17px;
  color: white;
  /*left: auto;
  right: 20px;
  background-image: url('/especiales/2020/la-cara-detras-del-dato/img/siguiente.svg');*/
}

.navegacion a.silenciar {
  background-image: url('/especiales/2020/la-cara-detras-del-dato/img/audio-encendido.svg');
  right: 20px;
  text-indent: -6666rem;
  overflow: hidden;
}

.navegacion a.silenciar.activo {
  background-image: url('/especiales/2020/la-cara-detras-del-dato/img/audio-apagado.svg');
}

.oculto {
  display: none !important;
}

.bloque {
  width: 100vw;
  height: 200vh;
  background: black;
  position: relative;
}

.bloque.cabecera {
  transition: opacity 1.5s, visibility 1.5s;
}

.bloque.cuerpo:nth-child(2) {
  transition: opacity 1s, visibility 1s;
  transition-delay: 1s;
}

.bloque .bloque_imagen {
  position: fixed;
}

.bloque.inactivo {
  opacity: 0;
  visibility: hidden;
}

.bloque.activo {
  z-index: 12;
}

.bloque_imagen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cuerpo:not(:nth-child(3)) .bloque_imagen {
  opacity: 0;
}

.bloque_imagen img {
  display: block;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.bloque_texto {
  position: relative;
  z-index: 2;
}

.bloque:not(.cabecera) .bloque_texto {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: left;
  padding: 20px;
  max-width: 320px;
  width: calc(100% - 40px);
  /*background: rgba(0,0,0,0.3);*/
}

.bloque:not(.cabecera) .bloque_texto > div {
  margin-bottom: 20px;
}

.bloque:not(.cabecera) .bloque_texto p {
  color: white;
  font-size: 20px;
  line-height: 33px;
  font-family: 'Majrit Banner';
  font-weight: 200;
  background: rgba(0,0,0,0.6);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding: 3px;
}

.bloque.cuerpo {
  background: transparent;
}

.listado-cintillo {
  display: block;
  text-align: center;
  font-family: "Marcin Ant B", serif;
  font-size: 15px;
  margin-bottom: 0;
  color:#fff;
}


.listado {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.listado li {
  font-family: 'Majrit Text';
  font-weight: 800;
  color: white;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}

.listado li a {
  color: white;
}

.creditos {
  text-align: center;
  margin: auto;
}

.creditos p {
  color: white;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.creditos li {
  color: white;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px;
}

.creditos li a {
  color: white;
  font-weight: bold;
}

.final {
  padding: 40px 20px;
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  z-index: 14;
}

.progreso {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 13;
}

.progreso span {
  display: block;
  height: 5px;
  width: 0;
  background: rgba(255, 255, 255, 0.83);
}

.suscribete {
  max-width: 600px;
  margin: 20px auto 0;
}

.suscribete p {
  font-size: 14px;
  line-height: 18px;
  color: white;
}

.suscribete .boton {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  padding: 14px 46px;
  text-transform: uppercase;
  background-color: #f9c825;
  color: black;
  border-radius: 21px;
  font-size: 12px;
  line-height: normal;
  font-weight: 900;
}

.firmas,
.descripcion {
  color: white;
  margin: 0 auto 20px;
  text-align: center;
}

.descripcion {
  max-width: calc(100% - 20px);
}

.contenedor-menores-embarazadas .bloque_texto .descripcion {
  width: 85%;
  max-width: 32rem;
}

.firmas li,
.descripcion {
  font-size: 14px;
  line-height: 18px;
}	

.barra_compartir {
  margin: 0 auto 50px;
  text-align: center;
}

.barra_compartir li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.barra_compartir a {
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  font-family: 'Iconos Pais';
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  position: relative;
  background: black;
  border-radius: 100%;
  border: 1px solid #fff;
}

.barra_compartir a:before {
  display: block;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.barra_compartir a.facebook:before {
  content: "\e902";
}

.barra_compartir a.googleplus:before,
.barra_compartir a.googlemas1:before {
  content: "\e904";
}

.barra_compartir a.twitter:before {
  content: "\e90a";
}

.barra_compartir a.whatsapp:before {
  content: "\e90b";
}

@media (max-width: 767px){
  
  .cintillo span {
    display: block;
  }
  
  .bloque.cabecera {
    padding-bottom: 120px;
  }
  
  .navegacion a.inicio {
    width: 40px;
    height: 40px;
    text-indent: -6666px;
    overflow: hidden;
    background: url('/especiales/2020/la-cara-detras-del-dato/img/portada.svg') no-repeat center rgba(0,0,0,0.35);
    background-size: 20px;
    top: 40px;
    right: 20px;
  }
  
  .navegacion a.silenciar {
    top: 90px;
  }
  
  /*.alerta-sonido:before {
    content: none;
    display: none;
  }*/
  
}

@media (min-width: 360px) {		
  
  .firmas li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
  }
  
  .firmas li:not(:first-child) {
    border-left: 1px solid white;
    padding-left: 10px;
    margin-left: 8px;
  }
  
}

@media (min-width: 768px){
  
  .cabecera .cintillo {
    margin-top: 60px;
  }
  
  .cabecera .logo-elpais {
    margin-bottom: 40px;
  }
  
  .cabecera h1 {
    margin-bottom: 40px;
  }
  
  .firmas,
  .descripcion {
    margin-bottom: 40px;
  }
  
  .firmas li {
    font-size: 15px;
  }
  
  .empezar {
    margin-bottom: 40px;
  }
  
  .creditos li,
  .descripcion {
    font-size: 15px;
    line-height: 20px;
  }
    
}

@media (min-width: 1024px) {
  
  .alerta {
    margin-bottom: 50px;
  }
  
  .alerta-sonido {
    display: block;
  }
  
  .alerta-rotar {
    display: none;
  }

  .navegacion a:nth-child(1) {
    right: 100px;
  }
  
  .navegacion a.silenciar {
    top: 40px;
    right: 40px;
  }
  
  .cabecera {
    padding-bottom: 0;
  }
  
  .logo-elpais a span {
  	width: 110px;
  	height: 25px;
  }
  
  .cintillo {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 13px;
  }
  
  .cabecera .logo-elpais {
    margin-bottom: 40px;
  }
  
  .cabecera h1,
  .contenedor-menores-embarazadas .cabecera h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
  }

  .bloque:not(.cabecera) .bloque_texto {
    max-width: 520px;
    padding: 40px;
    width: calc(100% - 80px);
    background: transparent;
  }
  
  .bloque:not(.cabecera) .bloque_texto p {
    font-size: 22px;
    line-height: 37px;
  }
  
  .listado {
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .listado li {
    font-size: 20px;
    line-height: 20px;
  }
  
  .barra_compartir {
    margin: auto;
  }
  
  .creditos {
    margin: auto auto 0;
  }
  
  .suscribete p {
    font-size: 16px;
    line-height: 22px;
  }

}

.hay-scroll {
    text-indent: -666rem;
    overflow: hidden;
    position: fixed;
    top: calc(100vh - 170px);
    right: 20px;
    transform: translateY(0rem);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 0.0625rem solid white;
    animation: hayScroll 1.35s infinite alternate;
    z-index: 19;
    opacity: 1;
    transition: opacity 0.25s;
}

.hay-scroll.invisible {
  opacity: 0;
}
.hay-scroll:before {
    content: '';
    width: 1rem;
    height: 1rem;
    border-top: 0.0625rem solid white;
    border-right: 0.0625rem solid white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-70%) rotate(135deg);
}
@keyframes hayScroll {
    100% { transform: translateY(10px); } 
}

@media (min-width: 1024px){
    .hay-scroll {
        top: calc(100vh - 70px);
        right: 40px;
    }
}
