/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/routes-map/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.routes-map {
  position: relative;
  background-color: var(--azul, #253a52);
  padding: 8rem 0 0;
  --heightDesktop: 78.6rem;
}

.routes-map header {
  padding: 0 0 3rem;
}

.routes-map header h2 {
  color: var(--crema-fondo, #f1f1ea);
  font-style: normal;
  font-weight: var(--font-weight-light);
  font-size: 2.8rem;
  line-height: 121.429%;
  letter-spacing: -0.02em;
}

.routes-map .col-articles {
  padding-left: 2rem !important;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.routes-map .col-articles,
.routes-map .col-map {
  flex: 0 1 100%;
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.7s;
}

.routes-map .splide__list::-webkit-scrollbar {
  width: 3px;
}

.routes-map .splide__list::-webkit-scrollbar-track {
  background-color: var(--azul-grisado);
}

.routes-map .splide__list::-webkit-scrollbar-thumb {
  background-color: var(--azul-oscuro);
}

.routes-map .col-map {
  width: 100%;
  margin: 0;
  height: 35rem;
  padding: 0 !important;
}

.routes-map.show .col-articles,
.routes-map.show .col-map {
  opacity: 1;
}

.routes-map .col-map::before {
  content: "";
  position: absolute;
  z-index: var(--z-index-medium-low);
  display: inline-block;
  pointer-events: none;
}

.routes-map .col-map svg,
.routes-map .col-map img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center bottom !important;
     object-position: center bottom !important;
}

/* CARD */
.routes-map .card-highlight .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  row-gap: 0.8rem;
}

.routes-map .card-highlight figure,
.routes-map .card-highlight .bp-multimedia {
  width: 100%;
  height: 21.2rem;
  margin: 0;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.41), 0px 2px 4px -2px rgba(65, 75, 90, 0.2);
}

.routes-map .card-highlight time {
  color: var(--crema-fondo, #f1f1ea);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: var(--font-weight-semibold);
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.routes-map .card-highlight h3 {
  color: var(--crema-fondo, #f1f1ea);
  font-size: 2rem;
  font-style: normal;
  font-weight: var(--font-weight-regular);
  line-height: 130%;
  letter-spacing: -0.03em;
}

.routes-map .col-map .show-text [id*=tag-name] {
  opacity: 1 !important;
}

.routes-map .col-map .text,
.routes-map .col-map circle {
  transition: all 0.7s ease;
}

.routes-map .col-map svg [id*=tag-name] {
  opacity: 0;
}

.routes-map .col-map circle {
  fill: #f2f1df;
}

.routes-map .col-map svg .active [id*=tag-name] {
  opacity: 1;
  transform: translateX(0.25rem);
}

.routes-map .col-map .active circle {
  fill: var(--rojo);
}

@media only screen and (min-width: 961px) {
  .routes-map {
    padding: 5rem 0 0;
  }
  .routes-map .row {
    flex-wrap: nowrap;
  }
  .routes-map header {
    padding: 0 0 6rem;
  }
  .routes-map header h2 {
    font-size: 4.2rem;
    line-height: 123.81%;
    letter-spacing: -0.02em;
  }
  .routes-map .col-articles,
  .routes-map .col-map {
    height: var(--heightDesktop);
    padding: 0 !important;
  }
  .routes-map .splide__list {
    display: block;
    overflow: hidden;
    overflow-y: auto;
    height: var(--heightDesktop);
    border-left: 1px solid var(--azul-grisado, #606e83);
    padding-right: 1.5rem !important;
  }
  .routes-map .col-articles {
    flex: 0 0 28.4rem;
    max-width: 28.4rem;
    margin-right: 2.4rem;
    margin-left: calc((100vw - 120rem) / 2);
  }
  .routes-map .card-highlight:not(:last-child) {
    margin: 0 0 4.8rem;
  }
  .routes-map .card-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--rojo);
    display: inline-block;
    opacity: 0;
    transition: opacity 0.7s;
  }
  .routes-map .card-highlight figure,
  .routes-map .card-highlight .bp-multimedia {
    height: 14.5rem;
  }
  .routes-map .card-highlight .content {
    padding-left: 1.6rem;
  }
  .routes-map .col-map {
    flex: 1;
  }
  .routes-map .col-map::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: -1px;
    background: linear-gradient(90deg, #253a52 0%, rgba(37, 58, 82, 0) 10%);
  }
  .routes-map .col-map {
    position: relative;
    width: 100%;
    height: var(--heightDesktop);
    margin: 0;
  }
  /* HOVER */
  .routes-map .card-highlight:hover::before {
    opacity: 1;
  }
}
@media only screen and (min-width: 0) and (max-width: 960px) {
  .routes-map .row {
    padding-right: 0 !important;
  }
  .routes-map .col-map {
    order: -1;
    max-width: calc(100% + 2rem);
    width: calc(100% + 2rem);
    position: relative;
    left: -2rem;
  }
  .routes-map .col-map::before {
    width: 100%;
    height: 37.3rem;
    top: -1px;
    left: 0;
    background: linear-gradient(180deg, #253a52 0%, rgba(37, 58, 82, 0) 10%);
  }
  .routes-map .splide__track {
    padding-right: 4rem !important;
    padding-bottom: 2.1rem !important;
  }
  .routes-map .splide__list {
    align-items: flex-end;
  }
  .routes-map .card-highlight::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: var(--azul-grisado, #606e83);
    display: inline-block;
    z-index: 1;
  }
  .routes-map .card-highlight::before {
    content: "";
    position: absolute;
    bottom: calc(-2rem - 1px);
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--rojo);
    display: inline-block;
    transition: opacity 0.7s;
    opacity: 0;
    z-index: 2;
  }
  .routes-map .is-active.card-highlight::before {
    opacity: 1;
  }
}

/*# sourceMappingURL=style-index.css.map*/