/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  padding: 8rem 0 0;
  --heightDesktop: 78.6rem;
}

.routes-map .row {
  max-width: 192rem;
}

.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: 5px;
}

.routes-map .splide__list::-webkit-scrollbar-track {
  background-color: var(--form-background);
  border-radius: 10px;
}

.routes-map .splide__list::-webkit-scrollbar-thumb {
  background-color: var(--marron-claro);
  border-radius: 10px;
}

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

.routes-map .card-highlight .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0.8rem;
}

.routes-map .card-highlight time {
  color: var(--marron-oscuro);
  font-size: 1rem;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  font-family: var(--sf-pro-bold);
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.routes-map .card-highlight .link {
  color: var(--marron-oscuro);
  font-size: 1rem;
  font-style: normal;
  font-family: var(--sf-pro-regular);
  font-weight: var(--font-weight-regular);
  line-height: normal;
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-transform: uppercase;
  margin-left: 1.2rem;
  padding-left: 1.2rem;
  border-left: 1px solid #8A6F4C;
}

.routes-map .card-highlight h3 {
  font-family: var(--scotch-deck-condensed);
  color: var(--marron-oscuro);
  font-size: 2.3rem;
  font-style: normal;
  font-weight: var(--font-weight-light);
  line-height: 134.7%;
}

.routes-map .col-map svg > g > g#fondo {
  opacity: 1 !important;
}

.routes-map .col-map svg > g > g:not([id=fondo]) {
  opacity: 0;
  transition: all 0.7s ease;
}

.routes-map .col-map svg .pin-active {
  opacity: 1 !important;
}

@media only screen and (min-width: 961px) {
  .routes-map {
    padding: 5rem 0 0;
  }
  .routes-map .row {
    flex-wrap: nowrap;
  }
  .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(--marron-oscuro);
    padding-right: 1.5rem !important;
    padding-left: 2.4rem !important;
  }
  .routes-map .col-articles {
    flex: 0 0 32.2rem;
    max-width: 32.2rem;
    margin-left: 2.4rem;
    margin-right: 4.1rem;
  }
  .routes-map .card-highlight:not(:last-child) {
    margin: 0 0 4.8rem;
  }
  .routes-map .card-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.4rem;
    width: 3px;
    height: 100%;
    background-color: var(--marron-oscuro);
    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 .col-map {
    flex: 1;
  }
  .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 {
    max-width: 100%;
    width: 100%;
    padding: 0 4rem !important;
  }
  .routes-map .col-articles {
    padding-right: 0;
  }
  .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(--marron-oscuro);
    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(--marron-oscuro);
    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*/