/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled { position: relative;}
.flickity-enabled:focus { outline: none; }
.flickity-viewport { overflow: hidden; position: relative; height: 100%;}
.flickity-slider { position: absolute; width: 100%; height: 100%;}


/* draggable */

.flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; }
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing; }


/* ---- flickity-button ---- */

.flickity-button { position: absolute; background: hsla(0, 0%, 100%, 0.75); border: none; color: #333; }
.flickity-button:hover { background: white; cursor: pointer; }
.flickity-button:focus { outline: none; box-shadow: 0 0 0 5px #19F; }
.flickity-button:active { opacity: 0.6; }
.flickity-button:disabled { opacity: 0.3; cursor: auto; pointer-events: none; }
.flickity-button-icon { fill: currentColor; }


/* ---- previous/next buttons ---- */

.flickity-prev-next-button { top: 50%; width: 44px; height: 44px; border-radius: 50%; transform: translateY(-50%);}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous { left: auto; right: 10px;}
.flickity-rtl .flickity-prev-next-button.next { right: auto; left: 10px;}
.flickity-prev-next-button .flickity-button-icon { position: absolute; left: 20%; top: 20%; width: 60%; height: 60%;}


/* ---- page dots ---- */

.flickity-page-dots { position: absolute; width: 100%; bottom: -25px; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1;}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot { display: inline-block; width: 10px; height: 10px; margin: 0 8px; background: #333; border-radius: 50%; opacity: 0.25; cursor: pointer;}
.flickity-page-dots .dot.is-selected { opacity: 1;}


/* CAMBIOS */

.flickity-prev-next-button { background-color: transparent;}
.flickity-prev-next-button svg { display: none;}


@charset "UTF-8";

* { margin: 0; padding: 0; border: 0; outline: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-text-size-adjust: none; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display:block;}
audio, canvas, video { display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]) { display:none;height:0;}
[hidden] { display:none;}
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
a:focus { outline:none;}
a:active, a:hover { outline:0;}
h1, h2, h3, h4, h5, h6, p { font-weight: 400; font-style: normal;}
h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, address { font-size: 100%;}
b, strong { font-weight: 700;}
i, em { font-style: italic;}
address { font-style: normal;}
abbr[title] { border-bottom: 1px dotted;}
blockquote { margin: 1rem;}
dfn { font-style: italic;}
mark { background: #ff0; color: #000;}
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 100%;}
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
q { quotes: none;}
q:before, q:after { content:''; content:none;}
small { font-size: 80%;}
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup { top: -0.5em;}
sub { bottom: -0.25em;}
dl, menu, ol, ul, li { margin: 0;}
dd { margin: 0 0 0 1em;}
menu, ol, ul, li { padding: 0;}
nav ul, nav ol { list-style: none; list-style-image: none;}
img { border: 0; -ms-interpolation-mode: bicubic;}
svg:not(:root) { overflow: hidden;}
figure { margin: 0;}
form { margin: 0;}
form, textarea, input, select { outline: none; text-indent: 0; margin: 0; padding: 0; border: 0; white-space: normal;}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: .35em .625em .75em;}
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px;}
button, input, select, textarea { font-size: 100%; margin: 0; appearance: none; -webkit-appearance: none; border-radius: 0; background-color: transparent;}
button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; *overflow: visible;}
button[disabled], input[disabled] { cursor: default;}
input[type="checkbox"], input[type="radio"] { display: inline-block; padding: 0; border: 1px solid #000; height: 1.6rem; width: 1.6rem; cursor: pointer;}
input[type="radio"] { border-radius: 50%;}
input[type="checkbox"]:checked, input[type="radio"]:checked { background-color: #000;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { /* -webkit-appearance: none;  EDITAR ICONO, PONER ASPA */}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}
textarea { overflow: auto; vertical-align: top; resize: vertical; -moz-resize: vertical;}
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
select { -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: '';}


/* Txt  */

.txt-align-l { text-align: left;}
.txt-align-c { text-align: center;}
.txt-align-r { text-align: right;}

.txt-line { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


/* Flex */

.row-flex, .col-flex { display: flex; display: -webkit-flex;}
.row-flex { flex-direction: row; -webkit-flex-direction: row;}
.col-flex { flex-direction: column; -webkit-flex-direction: column;}

.flex-wrap { flex-wrap: wrap; -webkit-flex-wrap: wrap;}

.flex-just-start { justify-content: flex-start; -webkit-justify-content: flex-start;}
.flex-just-end { justify-content: flex-end; -webkit-justify-content: flex-end;}
.flex-just-center { justify-content: center; -webkit-justify-content: center;}
.flex-just-between { justify-content: space-between; -webkit-justify-content: space-between;}
.flex-just-around { justify-content: space-around; -webkit-justify-content: space-around;}

.flex-align-start { align-items: flex-start; -webkit-align-items: flex-start;}
.flex-align-end { align-items: flex-end; -webkit-align-items: flex-end;}
.flex-align-center { align-items: center; -webkit-align-items: center;}
.flex-align-baseline { align-items: baseline; -webkit-align-items: baseline;}
.flex-align-stretch { align-items: stretch; -webkit-align-items: stretch;}

.flex-align-cont-start 		{ align-content: flex-start; -webkit-align-content: flex-start;}
.flex-align-cont-end 		{ align-content: flex-end; -webkit-align-content: flex-end;}
.flex-align-cont-center 	{ align-content: center; -webkit-align-content: center;}
.flex-align-cont-stretch 	{ align-content: stretch; -webkit-align-content: stretch;}
.flex-align-cont-between 	{ align-content: space-between; -webkit-align-content: space-between;}
.flex-align-cont-around 	{ align-content: space-around; -webkit-align-content: space-around;}

.item-flex-grow-0 { flex-grow: 0;}
.item-flex-grow-1 { flex-grow: 1;}
.item-flex-grow-2 { flex-grow: 2;}
.item-flex-grow-3 { flex-grow: 3;}
.item-flex-grow-4 { flex-grow: 4;}
.item-flex-shrink-0 { flex-shrink: 0;}
.item-flex-shrink-1 { flex-shrink: 1;}
.item-flex-shrink-2 { flex-shrink: 2;}
.item-flex-shrink-3 { flex-shrink: 3;}
.item-flex-shrink-4 { flex-shrink: 4;}


/* In line */

.row-inline { font-size: 0px;}
.col-inline { position: relative; display: inline-block; letter-spacing: normal;}
.col-inline.top { vertical-align: top;}
.col-inline.middle { vertical-align: middle;}
.col-inline.bottom { vertical-align: bottom;}


/* Float elemtens / Row / Center */

.row { width: 100%;}
.center { margin: auto;}
.center:before, .center:after, .row:after, .row:before { display: block; content: ''; clear: both;}

.col { position: relative; float: left;}
.col img, .row img { display: block; max-width: 100%;}

.l { float: left;}
.r { float: right;}


/* Grids */

.col1-12  { width: 8.333%; }
.col2-12  { width: 16.666%;}
.col3-12  { width: 25%;    }
.col4-12  { width: 33.333%;}
.col5-12  { width: 41.666%;}
.col6-12  { width: 50%;    }
.col7-12  { width: 58.333%;}
.col8-12  { width: 66.666%;}
.col9-12  { width: 75%;    }
.col10-12 { width: 83.333%;}
.col11-12 { width: 91.333%;}
.col12-12 { width: 100%;} 

.col1-10  { width: 10%;}
.col2-10  { width: 20%;}
.col3-10  { width: 30%;}
.col4-10  { width: 40%;}
.col5-10  { width: 50%;}
.col6-10  { width: 60%;}
.col7-10  { width: 70%;}
.col8-10  { width: 80%;}
.col9-10  { width: 90%;}
.col10-10 { width: 100%;}


@charset "UTF-8";
::selection {
  background: #EEEEEE;
  color: #000;
}
::-moz-selection {
  background: #EEEEEE;
  color: #000;
}
::-webkit-selection {
  background: #EEEEEE;
  color: #000;
}
::scrollbar {
  width: 9px;
}
::scrollbar-track {
  background: transparent;
}
::scrollbar-thumb {
  border-radius: 6px;
  background: url(../img/bg-scroll.png) repeat-y center;
}
::scrollbar:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: url(../img/bg-scroll.png) repeat-y center;
}
::-webkit-scrollbar:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover polygon,
a.active polygon {
  fill: #8eedfb;
}
a polygon {
  fill: #0055a0;
}
a,
a *,
.pop-up,
.agradecimientos {
  transition: all 0.4s ease;
}
h1,
h2 {
  font-family: 'HelveticaNeueLTStd-Blk';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
h1 span,
h2 span {
  font-family: 'HelveticaNeueLTStd-Bd';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: 'HelveticaNeueLTStd-Bd';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  height: 100%;
}
html {
  font-size: 10px;
}
body {
  font-size: 1.8rem;
  line-height: 1.222em;
  color: #FFF;
}
@media (max-width: 900px) {
  body {
    font-size: 1.4rem;
  }
}
main {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  main:before {
    content: '';
    display: block;
    width: 100%;
    background-color: #0055a0;
    height: 10rem;
    transform: skewY(-2deg);
    position: absolute;
    top: -2rem;
    left: 0;
    z-index: 2;
  }
}
main .header,
main .menu,
main .idiomas,
main .footer {
  position: absolute;
  z-index: 2;
}
main .header {
  top: 2.5rem;
  right: 7rem;
  cursor: pointer;
}
@media (max-width: 900px) {
  main .header {
    left: 1rem;
    top: 1rem;
  }
}
main .header img {
  width: 30rem;
  height: auto;
}
@media (max-width: 900px) {
  main .header img {
    width: 14rem;
  }
}
main .idiomas {
  top: 2.5rem;
  left: 2.5rem;
}
@media (max-width: 900px) {
  main .idiomas {
    left: 2rem;
    top: 2rem;
  }
}
main .idiomas .idioma {
  padding: 0.6rem 1.3rem;
  margin-right: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  background-image: url(../img/fondo.jpg);
  background-repeat: no-repeat;
  background-position: -70px -160px;
  background-size: 500%;
}
@media (max-width: 900px) {
  main .idiomas .idioma {
    display: none;
  }
}
main .idiomas .idioma a {
  margin: 0 0.5rem;
}
main .idiomas .idioma a.active,
main .idiomas .idioma a:hover {
  color: #8eedfb;
}
main .idiomas ul {
  display: flex;
  align-items: center;
}
main .menu {
  top: 17.4rem;
  right: 7rem;
  width: 30rem;
}
@media (max-width: 900px) {
  main .menu {
    top: 3rem;
    right: 1.5rem;
    width: auto;
  }
}
main .menu ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 900px) {
  main .menu ul {
    gap: 1.5rem;
  }
}
main .menu ul li:first-child {
  flex: 1;
}
main .menu a[data-layer] {
  font-family: 'HelveticaNeueLTStd-Blk';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  font-size: 2.2rem;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/fondo.jpg);
  background-repeat: no-repeat;
  background-position: -179px -140px;
  background-size: 550px;
  padding: 1.5rem 2rem;
}
@media (max-width: 900px) {
  main .menu a[data-layer] {
    background: none;
    padding: 0;
    font-size: 1.3rem;
    display: block;
  }
}
@media (max-width: 900px) {
  main .menu a[data-layer].active {
    color: #000;
  }
}
main .menu a[data-layer].active,
main .menu a[data-layer]:hover {
  color: #8eedfb;
}
main .footer {
  bottom: 4rem;
  left: 4rem;
  right: 4rem;
  pointer-events: none;
}
@media (max-width: 900px) {
  main .footer {
    bottom: 30px;
    left: 0;
    right: 0;
    height: 7rem;
    padding: 0 1.5rem 0 1.5rem;
  }
}
@media (max-width: 900px) {
  main .footer:before {
    content: '';
    display: block;
    width: 100%;
    background-color: #0055a0;
    height: 12rem;
    transform: skewY(2deg);
    position: absolute;
    top: -1rem;
    left: 0;
    z-index: -1;
  }
}
main .footer a {
  pointer-events: all;
}
main .footer nav {
  font-size: 1.6rem;
  font-weight: 700;
  display: none;
}
@media (max-width: 900px) {
  main .footer nav {
    display: block;
    font-size: 1.3rem;
  }
}
main .footer nav a {
  margin: 0 0.5rem;
}
main .footer nav a.active {
  color: #8eedfb;
}
main .footer .link-film-d {
  padding: 2.5rem;
}
@media (max-width: 900px) {
  main .footer .link-film-d {
    display: none;
  }
}
main .footer .link-film-m {
  display: none;
  padding: 0;
}
@media (max-width: 900px) {
  main .footer .link-film-m {
    display: block;
  }
}
@media (max-width: 900px) {
  main .footer .link-film-m img {
    width: 3rem;
    height: auto;
  }
}
main .footer > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 900px) {
  main .footer > div {
    flex-direction: row;
  }
}
@media (max-width: 900px) {
  main .footer > div .link-metro {
    padding-bottom: 0.5rem;
  }
}
main .footer > div .link-metro img {
  width: 10rem;
}
@media (max-width: 900px) {
  main .footer > div .link-metro img {
    width: 5rem;
    height: auto;
  }
}
main .footer > div .link-cm {
  padding: 0 3rem;
}
@media (max-width: 900px) {
  main .footer > div .link-cm {
    padding: 0;
  }
}
@media (max-width: 900px) {
  main .footer > div .link-cm img {
    width: 3rem;
    height: auto;
  }
}
main .txt img {
  max-width: 100%;
  margin: 1.222em 0;
}
main .txt p {
  margin-bottom: 1.222em;
}
main .txt h1,
main .txt h2 {
  font-size: 3.6rem;
  line-height: 1.1em;
  margin-bottom: 1.1em;
}
@media (max-width: 900px) {
  main .txt h1,
  main .txt h2 {
    font-size: 2.2rem;
  }
}
main .txt ul {
  list-style: none;
}
.pop-up {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: calc(100% - 4rem);
  max-width: 72rem;
  right: 4rem;
  top: calc(100% + 4rem);
}
.pop-up[data-layer=rutas] {
  max-width: 85rem;
}
@media (max-width: 900px) {
  .pop-up {
    height: calc(100% - 6rem);
    right: 0;
    top: calc(100% + 8rem);
  }
}
.pop-up:after {
  content: '';
  display: block;
  width: 100%;
  height: 110%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transform: skewY(-2deg);
  transform-origin: top right;
}
@media (max-width: 900px) {
  .pop-up:after {
    box-shadow: 0 0 8rem 0 #000 !important;
  }
}
.pop-up.active {
  top: 4rem;
}
@media (max-width: 900px) {
  .pop-up.active {
    top: 6rem;
    z-index: 30;
  }
}
.pop-up .btn-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 20;
}
@media (max-width: 900px) {
  .pop-up .btn-close {
    top: 2rem;
    right: 2rem;
  }
}
@media (max-width: 900px) {
  .pop-up .btn-close img {
    width: 1.75rem;
  }
}
.pop-up .pop-up-in {
  position: absolute;
  top: 8rem;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 4rem 8rem 4rem;
  z-index: 10;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
@media (max-width: 900px) {
  .pop-up .pop-up-in {
    top: 6rem;
    padding: 0 2rem 6rem 2rem;
  }
}
.pop-up[data-layer=punto] {
  right: auto;
  left: 4rem;
  color: #000000;
}
@media (max-width: 900px) {
  .pop-up[data-layer=punto] {
    left: 0;
    font-size: 2rem;
    line-height: 1.5em;
  }
}
.pop-up[data-layer=punto] a {
  color: #000;
}
.pop-up[data-layer=punto] a:hover {
  opacity: 0.5;
}
.pop-up[data-layer=punto] a.link-ruta {
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.pop-up[data-layer=punto] a.link-ruta:before {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  text-transform: uppercase;
  border-radius: 50%;
  background-color: #000;
}
@media (max-width: 900px) {
  .pop-up[data-layer=punto] a.link-ruta:before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.pop-up[data-layer=punto] a.link-ruta:after {
  content: '→';
  font-size: 1.8rem;
  margin-left: 0.5rem;
}
.pop-up[data-layer=punto] h1 {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.6em;
}
.pop-up[data-layer=punto] h1 a:nth-child(1) {
  margin-left: 1rem;
}
.pop-up[data-layer=punto] h1 a span {
  font-family: 'HelveticaNeueLTStd-Bd';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  display: inline-block;
  line-height: 2rem;
  font-size: 2.5rem;
  text-align: center;
  padding: 0.5rem 0.8rem;
  vertical-align: 0.1em;
  color: #ffffff;
}
.pop-up[data-layer=punto] h1 a span.linea-r {
  color: #0055a0;
  text-transform: uppercase;
  background-color: #ffffff !important;
  -webkit-box-shadow: inset 0px 0px 0px 3px #0055a0;
  -moz-box-shadow: inset 0px 0px 0px 3px #0055a0;
  box-shadow: inset 0px 0px 0px 3px #0055a0;
}
.pop-up[data-layer=punto] h1 a span.linea-3 {
  color: #255E9C;
}
.pop-up[data-layer=punto] h1 a span.linea-10 {
  padding: 0.5rem;
}
.pop-up[data-layer=punto] .box-peliculas,
.pop-up[data-layer=punto] .box-series {
  margin: 4rem 0;
}
.pop-up[data-layer=punto] .box-peliculas p,
.pop-up[data-layer=punto] .box-series p {
  margin-bottom: 1rem;
}
.pop-up[data-layer=punto] .box-peliculas ul,
.pop-up[data-layer=punto] .box-series ul {
  font-size: 2.2rem;
  line-height: 1.222em;
}
@media (max-width: 900px) {
  .pop-up[data-layer=punto] .box-peliculas ul,
  .pop-up[data-layer=punto] .box-series ul {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}
.pop-up[data-layer=punto] .box-peliculas ul li,
.pop-up[data-layer=punto] .box-series ul li {
  margin-bottom: 1rem;
}
.pop-up[data-layer=punto] .box-peliculas ul li span,
.pop-up[data-layer=punto] .box-series ul li span {
  display: inline-block;
}
.pop-up[data-layer=punto] .box-peliculas ul li span i,
.pop-up[data-layer=punto] .box-series ul li span i {
  display: inline;
  font-size: 1.5rem;
}
.pop-up[data-layer=punto] .box-peliculas ul li a,
.pop-up[data-layer=punto] .box-series ul li a {
  vertical-align: top;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 1.4rem;
  padding: 0.6rem 0.6rem 0.4rem 0.6rem;
  background-image: url(../img/bg-tag.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pop-up[data-layer=punto] .box-peliculas ul li i,
.pop-up[data-layer=punto] .box-series ul li i {
  font-family: 'HelveticaNeueLTStd-Md';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: block;
}
.pop-up[data-layer=rutas]:after {
  background-color: #0055a0;
}
.pop-up[data-layer=rutas] h2 {
  margin-bottom: 0;
}
.pop-up[data-layer=rutas] nav {
  margin-bottom: 5rem;
}
@media (max-width: 900px) {
  .pop-up[data-layer=rutas] nav {
    margin-bottom: 3rem;
  }
}
.pop-up[data-layer=rutas] ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .pop-up[data-layer=rutas] ul {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.pop-up[data-layer=rutas] ul li {
  margin-bottom: 0.5rem;
  flex: 0 0 50%;
}
@media (max-width: 900px) {
  .pop-up[data-layer=rutas] ul li {
    flex: 0 0 100%;
  }
}
.pop-up[data-layer=rutas] ul li a {
  white-space: nowrap;
  position: relative;
  padding-left: 1.8rem;
}
@media (max-width: 900px) {
  .pop-up[data-layer=rutas] ul li a {
    padding-left: 1.2rem;
  }
}
.pop-up[data-layer=rutas] ul li a:before {
  content: '';
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 0.5em;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 900px) {
  .pop-up[data-layer=rutas] ul li a:before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.pop-up[data-layer=rutas] ul li a:after {
  content: '→';
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 1.8rem;
}
.pop-up[data-layer=rutas] ul li a:hover {
  opacity: 0.5;
}
.pop-up.punto0:after,
.pop-up.punto1:after {
  background: #cbe5e4;
  box-shadow: 0 0 0.5rem 0 #cbe5e4;
}
.pop-up[data-layer=info]:after {
  background-color: #0055a0;
}
.pop-up[data-layer=info] h3 {
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 10px;
}
.pop-up[data-layer=info] h3:first-of-type {
  display: none;
}
.pop-up[data-layer=info] figure {
  display: block;
  margin-bottom: 1.222em;
}
.pop-up[data-layer=info] figure img {
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.pop-up[data-layer=info] figure figcaption {
  font-size: 85%;
  font-style: italic !important;
  text-align: center;
  font-family: 'HelveticaNeueLTStd-Md';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.pop-up .slider {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.pop-up .slider .flickity-viewport {
  overflow: visible;
}
.pop-up .slider button {
  position: absolute;
  top: auto;
  bottom: 0;
  transform: translateY(0);
}
.pop-up .slider button:hover {
  opacity: 0.5;
}
.pop-up .slider button[disabled] {
  opacity: 0.25;
}
.pop-up .slider .flickity-prev-next-button.previous {
  left: 0;
  background: url(../img/icon-l.svg) no-repeat center left;
}
.pop-up .slider .flickity-prev-next-button.next {
  right: 0;
  background: url(../img/icon-r.svg) no-repeat center right;
}
.pop-up .slider-item {
  display: block;
  margin-right: 2rem;
  width: min-content;
}
.pop-up .slider-item i {
  display: none;
}
.pop-up .slider-item img {
  height: 20rem;
  width: auto;
}
@media (max-width: 900px) {
  .pop-up .slider-item img {
    height: 16rem;
  }
}
.pop-up .slider-item p {
  font-size: 0.8em;
  line-height: 1em;
  font-family: 'HelveticaNeueLTStd-Md';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
#map {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#map .mapboxgl-marker {
  cursor: pointer;
  color: #0055a0;
  transition: width 0.4s ease, height 0.4s ease, background-color 0.4s ease;
}
@media (max-width: 900px) {
  #map .mapboxgl-marker {
    width: 1.6rem;
    height: 1.6rem;
  }
}
#map .mapboxgl-marker.punto0 {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.5rem solid transparent;
  background: #0055a0;
}
#map .mapboxgl-marker.punto0:hover {
  width: 3rem;
  height: 3rem;
  background: #ffffff;
  border-color: #0055a0;
}
#map .mapboxgl-marker.punto1 {
  width: 4rem;
  height: 2rem;
  background-image: url(../img/rombo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#map .mapboxgl-marker.punto1:hover {
  width: 5rem;
  height: 3rem;
}
#map .mapboxgl-marker.punto1:hover:before {
  background-color: #ffffff;
  width: 2rem;
  height: 1rem;
}
#map .mapboxgl-marker.punto1.active {
  background-image: url(../img/rombo-active.svg);
  width: 5rem;
  height: 3rem;
}
#map .mapboxgl-marker.punto1.active:before {
  background-color: #ffffff;
  width: 2rem;
  height: 1rem;
}
#map .mapboxgl-marker.punto1:before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 0.6rem;
  background-color: #0055a0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0.2rem;
  transition: width 0.4s ease, height 0.4s ease, background-color 0.4s ease;
}
#map .mapboxgl-marker:hover {
  cursor: pointer;
  z-index: 3;
}
#map .mapboxgl-marker:hover span {
  display: block;
}
#map .mapboxgl-marker span {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.3rem 1rem;
  border-radius: 1rem;
}
.agradecimientos {
  position: absolute;
  right: 28rem;
  bottom: 0;
  z-index: 20;
  background-image: url(../img/fondo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1rem 2rem 3rem;
  border-radius: 1rem;
  cursor: pointer;
  width: 29rem;
  margin: auto;
  -webkit-transform: translate(0, calc(100% - 40px)) scale(1);
  -moz-transform: translate(0, calc(100% - 40px)) scale(1);
  -ms-transform: translate(0, calc(100% - 40px)) scale(1);
  -o-transform: translate(0, calc(100% - 40px)) scale(1);
  transform: translate(0, calc(100% - 40px)) scale(1);
}
@media (max-width: 900px) {
  .agradecimientos {
    left: 0;
    right: 0;
    width: 22rem;
    -webkit-transform: translate(0, calc(100% - 35px)) scale(1);
    -moz-transform: translate(0, calc(100% - 35px)) scale(1);
    -ms-transform: translate(0, calc(100% - 35px)) scale(1);
    -o-transform: translate(0, calc(100% - 35px)) scale(1);
    transform: translate(0, calc(100% - 35px)) scale(1);
  }
}
.agradecimientos.active {
  -webkit-transform: translate(0, 20px) scale(1);
  -moz-transform: translate(0, 20px) scale(1);
  -ms-transform: translate(0, 20px) scale(1);
  -o-transform: translate(0, 20px) scale(1);
  transform: translate(0, 20px) scale(1);
}
.agradecimientos strong {
  font-family: 'HelveticaNeueLTStd-Blk';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  text-align: center;
  display: block;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 900px) {
  .agradecimientos strong {
    font-size: 1.6rem;
  }
}
.agradecimientos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
}
.agradecimientos ul li {
  flex: 0 0 33.33%;
  padding: 0 10px;
}
.agradecimientos ul li img {
  width: 100%;
  display: block;
}
.HelveticaNeueLTStd-Bd {
  font-family: 'HelveticaNeueLTStd-Bd';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.HelveticaNeueLTStd-Blk {
  font-family: 'HelveticaNeueLTStd-Blk';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.HelveticaNeueLTStd-Md {
  font-family: 'HelveticaNeueLTStd-Md';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Bd';
  src: url('../font/HelveticaNeueLTStd-Bd.woff2') format('woff2'), url('../font/HelveticaNeueLTStd-Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Blk';
  src: url('../font/HelveticaNeueLTStd-Blk.woff2') format('woff2'), url('../font/HelveticaNeueLTStd-Blk.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Md';
  src: url('../font/HelveticaNeueLTStd-Md.woff2') format('woff2'), url('../font/HelveticaNeueLTStd-Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
