/*ESTILOS BÁSICOS PARA APERTURA DE TAG VITAMINADO Y PREMIUM*/
/*meter background image que se quiera*/

.aperturatag {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  margin: 0 auto 0;
  background-image: url(/estaticos/2018/11/el-prado/img/apertura-fondo-1.png);
  z-index: 9;
  overflow: hidden;
  min-height: 768px;
  background-size: cover;
}

.aperturatag::before {
  content: " ";
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
}

.salida_articulo_especial .contenedor {
  padding: 0;
}

/*retocar estilos imagen y tamaño del título*/
.aperturatag-intro {
  position: absolute;
  left: 3%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.aperturatag-intro .aperturatag-titulo {
  font-family: 'MarcinAntB', sans-serif;
  font-weight: 200;
  font-size: 4em;
  color: #fff;
  line-height: 1.1em;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0.1em;
  -webkit-filter: drop-shadow(0 0 11px #000000);
  filter: drop-shadow(0 0 11px #000000);
}
.aperturatag-intro .aperturatag-titulo span:first-of-type {
  display: block;
  font-size: 1.05em;
  font-weight: 700;
}
.aperturatag-intro p {
  font-family: 'MarcinAntB', sans-serif;
  font-weight: 100;
  color: #fff;
  max-width: 50%;
}
.aperturatag-intro .coordinacion {
  margin-top: 0.5em;
}

.aperturatag-intro {
  position: absolute;
  left: 3%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  -webkit-font-smoothing: antialiased;
  /* bottom: 0px; */
  -moz-osx-font-smoothing: grayscale;
}

.aperturatag-bajar {
  display: block;
  background: url(/estaticos/2018/11/el-prado/icons/bajar.svg) no-repeat center;
  text-indent: -9999px;
  height: 48px;
  width: 48px;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 4.4em;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.fotogaleria {
  background: url(/estaticos/2018/11/el-prado/icons/fotogaleria.svg) no-repeat
    center;
  width: 50px;
  height: 50px;
  background-size: contain;
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 10px;
}

.autor-foto {
  font-weight: 200;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-top: 1.2em;
  position: absolute;
  right: 3%;
  bottom: 2%;
  color: #fff;
}

/*mapa de puntos*/
.apertura_especial-body {
  width: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 100%;
}

/*POINTS*/
.point {
  position: absolute;
  width: 200px;
}
.point-1 {
  bottom: 53.2%;
  left: 95%;
}
.point-2 {
  top: 58%;
  left: -12%;
}
.point-3 {
  top: 68.1%;
  right: 63.2%;
}
.point-4 {
  top: 57%;
  right: 36%;
}
.point-5 {
  top: 64%;
  left: 65.3%;
}

.point > a {
  text-decoration: none;
  border-bottom: none !important;
}
.point h4 {
  position: relative;
  font-family: 'MarcinAntB', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
}
.point h4:hover span:last-of-type {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.point h4 span:last-of-type {
  opacity: 0;
}

.point h4 span:first-of-type {
  content: "";
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  border: 2px solid #fff;
  margin: 0 auto 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.point h4:hover span:first-of-type {
  background-color: #fff;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  opacity: 1;
}

.point h4 .aficion {
  background-image: url(/estaticos/2018/11/el-prado/icons/bubucela.svg);
  background-size: 50px;
}
.point h4:hover .aficion {
  background-image: url(/estaticos/2018/11/el-prado/icons/bubucelah.svg);
  background-size: 50px;
}

.point h4 .estadio {
  background-image: url(/estaticos/2018/11/el-prado/icons/estadio1.svg);
  background-size: 50px;
}
.point h4:hover .estadio {
  background-image: url(/estaticos/2018/11/el-prado/icons/estadio1h.svg);
  background-size: 50px;
}

.point h4 .camiseta {
  background-image: url(/estaticos/2018/11/el-prado/icons/camiseta.svg);
  background-size: 40px;
}
.point h4:hover .camiseta {
  background-image: url(/estaticos/2018/11/el-prado/icons/camisetah.svg);
  background-size: 40px;
}

.point h4 .conciertos {
  background-image: url(/estaticos/2018/11/el-prado/icons/entradas2.svg);
  background-size: 50px;
}
.point h4:hover .conciertos {
  background-image: url(/estaticos/2018/11/el-prado/icons/entradas2h.svg);
  background-size: 50px;
}

.point h4 .celebraciones {
  background-image: url(/estaticos/2018/11/el-prado/icons/copa.svg);
  background-size: 36px;
}
.point h4:hover .celebraciones {
  background-image: url(/estaticos/2018/11/el-prado/icons/copah.svg);
  background-size: 36px;
}

.point h4 .siglos {
  background-image: url(/estaticos/2018/11/el-prado/icons/siglos.svg);
  background-size: 36px;
}
.point h4:hover .siglos {
  background-image: url(/estaticos/2018/11/el-prado/icons/siglosh.svg);
  background-size: 36px;
}

.point__button {
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9;
}
.point__button svg,
.point__button .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.point__button svg.close {
  opacity: 0;
  visibility: hidden;
  top: 17.5px;
  left: 17.5px;
}

/*MODAL*/
.modal {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5%;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  height: 100%;
  overflow-y: overlay;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.modal--alt {
  background: #222222;
}
.modal__close {
  position: absolute;
  top: 60px;
  right: 60px;
  background: url("/estaticos/2018/11/el-prado/icons/close.svg") no-repeat
    center;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 1000000;
}
.modal--alt .modal__close {
  background-image: url("/estaticos/2018/11/el-prado/icons/close-white.svg");
}
.modal__scroll {
  width: 95%;
  display: table;
  text-align: center;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.modal .modal__video {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  height: auto;
}
.modal a {
  border-bottom: none;
}
.modal .modal__text {
  clear: both;
  width: 100%;
  text-align: left;
  margin: 3em 0 1em;
}
.modal .modal__text h5 {
  font-family: 'MarcinAntB', sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 1.2em;
  line-height: 1em;
}
.modal .modal__text h5 a {
  color: inherit;
  font-weight: inherit;
}

.modal .flexslider h4 {
  text-transform: uppercase;
  font-family: 'MarcinAntB', sans-serif;
  font-weight: 200;
  font-size: 2.6em;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 0.3em;
}
.modal .flexslider h4 a {
  color: inherit;
}
.modal .flexslider figcaption {
  font-family: 'MarcinAntB', sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 1.2em;
  text-align: left;
}
.modal .flexslider figcaption a {
  color: inherit;
  font-weight: inherit;
}
.modal .flexslider figcaption .fotografo {
  text-transform: uppercase;
  margin-left: 0.5em;
}
.modal .flexslider figcaption .fotografo strong {
  font-weight: 600;
}
.modal .flexslider figcaption .vermas {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  line-height: 1.6em;
}
.modal .flexslider figcaption .vermas span {
  border-bottom: 1px solid #fff;
}
.modal .flexslider figcaption .vermas:before {
  content: "";
  background: url(/estaticos/2018/11/el-prado/icons/vermas.svg) no-repeat center;
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  top: 8px;
}

.caption-title {
  font-family: majerit;
  font-size: 26px;
  line-height: 2;
  font-weight: 800;
}

.caption-title-video {
font-family: majerit;
    font-size: 30px;
    line-height: 2;
}

.fuente {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 3;
  font-weight: 800;
}

.caption {
  font-size: 15px;
  max-width: 70%;
  margin: 0 auto;
  line-height: 1.3;
}

@media (min-width: 81.26em) {
  /*1300px*/
  .aperturatag-intro {
    left: 7%;
    top: 35%;
  }
}
@media (max-width: 81.25em) {
  /*1300px*/
  .aperturatag-intro .aperturatag-titulo {
    font-size: 3.5em;
  }
  .aperturatag-intro {
    width: 100%;
    top: auto;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
  .apertura_especial-body {
    left: auto;
    right: 0;
    -webkit-transform: none;
    transform: none;
    width: 870px;
  }
  .point-1 {
    bottom: 53.2%;
    left: 76%;
  }
  .point-2 {
    top: 58%;
    left: -12%;
  }
  .point-3 {
    top: 68.1%;
    right: 63.2%;
  }
  .point-4 {
    top: 57%;
    right: 36%;
  }
  .point-5 {
    top: 64%;
    left: 65.3%;
  }

  .modal {
    padding: 30px 5% 0;
  }
  .modal .flexslider h4 {
    font-size: 2.1em;
    margin-bottom: 0.1em;
  }
  .modal .flexslider figcaption {
    margin-top: 0.5em;
  }
  .fotogaleria {
    width: 40px;
    height: 40px;
    top: 8px;
  }
}

@media (max-width: 62.438em) {
  .caption {
    max-width: 90%;
  }
  /*999px*/
  .aperturatag-intro {
    width: 100%;
    top: auto;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    margin: 0 5%;
    left: auto;
  }
  .apertura_especial-body {
    width: 100%;
  }
  .point-1 {
    bottom: 53.2%;
    left: 74%;
  }
  .point-2 {
    top: 58%;
    left: 5%;
  }
  .point-3 {
    top: 68.1%;
    right: 63.2%;
  }
  .point-4 {
    top: 57%;
    right: 36%;
  }
  .point-5 {
    top: 64%;
    left: 65.3%;
  }

  .modal {
    padding: 30px 70px 0;
  }
}

@media (max-width: 47.9375em) {
  .aperturatag {
    min-height: 667px;
  }
  .aperturatag-intro {
    position: relative;
    -webkit-transform: none;
    transform: none;
    margin-top: 4em;
    top: auto;
    bottom: auto;
  }
  .aperturatag-intro .aperturatag-titulo {
    margin-top: 5rem;
    margin-bottom: 0;
    font-size: 2.3em;
  }
  .aperturatag-intro p {
    font-size: 0.95em;
    line-height: 1.3em;
    max-width: 95%;
  }
  .apertura_especial-body {
    position: relative;
    height: auto;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    width: 90%;
    margin: 1em 5%;
  }
  .point {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    margin-bottom: 0.1em;
  }
  .point__button {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .point h4 {
    text-align: left;
  }
  .point h4 span:first-of-type {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 25px;
    border-width: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
  }
  .point h4 span:last-of-type {
    display: inline-grid;
    opacity: 1;
    vertical-align: middle;
    display: flex;
    position: relative;
    top: -36px;
    margin-left: 50px;
  }
  .colaborador-logo a {
    display: block;
    background: url(/estaticos/2018/11/el-prado/img/museo-nacional-del-prado.svg)
      no-repeat center;
    background-size: contain;
    width: 7rem;
    height: 2.75rem;
  }
}

.point h4:hover .celebraciones {
  background-size: 25px;
}
.point h4:hover .siglos {
  background-size: 25px;
}
.point h4:hover .aficion {
  background-size: 25px;
}
.point h4:hover .estadio {
  background-size: 25px;
}
.point h4:hover .camiseta {
  background-size: 25px;
}
.point h4:hover .conciertos {
  background-size: 25px;
}
.aperturatag-bajar {
  display: none;
}
.autor-foto {
  font-size: 0.65em;
  bottom: 1%;
}

.modal {
  padding: 30px 40px 0;
}
.modal .flexslider h4 {
  font-size: 1.6em;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
}
.flex-direction-nav .flex-prev {
  left: -40px;
}
.flex-direction-nav .flex-next {
  right: -40px;
}
.modal__close {
  top: 60px;
  right: 60px;
  width: 25px;
  height: 25px;
  z-index: 1000000;
}

h4 {
  text-transform: uppercase;
  font-family: 'MarcinAntB', sans-serif;
  font-weight: 200;
  font-size: 2.6em;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 0.3em;
  text-align: center;
}

/* FIN DE MAX WIDTH CONTENEDOR */

.apertura .agrupador-compartir,
.seccion {
  display: none;
  /* ocultamos la cabecera por defecto */
}

.apertura {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: calc(100% + 1.25rem);
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  background-color: black;
}

.apertura_cabecera {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.eslaliga-logo {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: all;
}

.eslaliga-logo a {
  display: block;
  background: url("/estaticos/2018/11/el-prado/img/eslaliga-b.svg") no-repeat
    center;
  background-size: contain;
  width: 7rem;
  height: 1.625rem;
  text-align: left;
  text-indent: -666rem;
  overflow: hidden;
  cursor: default;
  pointer-events: none;
}

.colaborador-logo {
  position: relative;
  display: block;
  margin: 2.5rem 0.625rem 0 0;
  float: right;
  padding-left: 8.65rem;
}

.colaborador-logo a {
  display: block;
  background: url("/estaticos/2018/11/el-prado/img/museo-nacional-del-prado.svg")
    no-repeat center;
  background-size: contain;
  width: 5rem;
  height: 2rem;
  text-align: left;
  text-indent: -666rem;
  overflow: hidden;
}

.colaborador-logo:before {
  content: " ";
  display: block;
  line-height: 120%;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.65rem;
  position: absolute;
  left: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
}

.apertura .elpais-logo {
  display: none;
}

.apertura_contenedor {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

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

.apertura_video-movil {
  display: block;
}

.apertura_video-escritorio {
  display: none;
}

/* 768PX */

.principal:not(.principal--fijo) .cabecera {
  display: none;
  /* ocultamos la cabecera por defecto */
}

.apertura {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.apertura_cabecera {
  height: 6.25rem;
}

.apertura .elpais-logo {
  display: block;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  z-index: 1;
}

.apertura .elpais-logo a span {
  display: block;
  width: 8.625rem;
  height: 1.875rem;
  background: url("/iconos/v2.x/v2.0/logos/el_pais_blanco.svg") no-repeat left
    top;
  background-size: contain;
  text-indent: -666rem;
  overflow: hidden;
}

.eslaliga-logo {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.eslaliga-logo a {
  width: 11rem;
  height: 3.25rem;
}

.colaborador-logo {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
}

.colaborador-logo a {
  display: block;
  background: url("/estaticos/2018/11/el-prado/img/museo-nacional-del-prado.svg")
    no-repeat center;
  background-size: contain;
  width: 12rem;
  height: 2.75rem;
}

@media screen and (min-width: 64rem) {
  .caption {
    max-width: 70%;
  }
  /* 1024PX */

  .eslaliga-logo a {
    width: 14.8125rem;
  }

  .apertura_video-movil {
    display: none;
  }

  .apertura_video-escritorio {
    display: block;
  }

  .apertura .elpais-logo {
    left: 2.5rem;
  }

  .colaborador-logo {
    right: 2.5rem;
  }
}

.alertas {
  max-width: 61.25rem;
  margin: 0 auto;
  padding-bottom: 0.625rem;
  background-color: #fff;
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 576px;
  max-width: 1024px;
  margin: 0 auto;
}

.flex-control-paging li a.flex-active {
  background-color: #0000005e;
  border: 2px solid white;
  cursor: default;
}

.modal--alt {
  background: rgba(34, 34, 34, 1);
}

.caption {
  color: #ffffff;
}

.captionVideo {
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 37.4375em) {

  .footer {
    bottom: -1271px;
  }
  
  .modal {
    padding: 30px 5px 0;
  }
  .modal .flexslider h4 {
    font-size: 1.1em;
    line-height: 2.4em;
  }
  .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 0.4;
  }
  .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 0.4;
  }
  .fotogaleria {
    top: 13px;
  }

  .colaborador-logo a {
    width: 9rem;
    height: 2.75rem;
  }

  
}

.aperturatag-bajar {
  display: block;
  background: url(/estaticos/2018/10/es-la-liga/icons/bajar.svg) no-repeat center;
  text-indent: -9999px;
  height: 48px;
  width: 48px;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 2em;
  transform: translate(-50%, 0);
}
