@charset "UTF-8";
:root {
  --color-blue: rgb(9, 59, 91);
  --color-grey: #f0f3f5;
  --color-purple: #65237B;
}
body {
  /* Reseteo de estilos */
  /* Cabecera de página */
  /* Cuerpo principal */
  /* Cita previa */
  /* Mapa */
  /* Cookies */
  /* Formularios */
}
body .elementor-widget-html {
  line-height: 0;
  font-size: 0;
}
body .elementor-widget-text-editor p:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  body .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 1023px) {
  body .hidden-desktop {
    display: none !important;
  }
}
body .elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  transition: all 0.25s ease;
}
body .elementor-location-header .main-logo {
  transition: all 0.25s ease;
}
body .elementor-location-header .main-logo svg [fill="white"], body .elementor-location-header .main-logo svg [fill="#fff"] {
  transition: all 0.25s ease;
}
body .elementor-location-header .elementor-icon-list-items span, body .elementor-location-header .elementor-icon-list-items a {
  transition: all 0.25s ease;
}
body .elementor-location-header .hamburger .hamburger-box {
  width: 24px;
  height: 24px;
  background-color: var(--color-grey);
  pointer-events: all;
  display: block;
  position: relative;
  margin: 0 0 0 auto;
  cursor: pointer;
  border-radius: 4px;
  padding: 0 4px;
}
body .elementor-location-header .hamburger .hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  width: 16px;
  height: 2px;
  background-color: var(--color-blue);
  position: absolute;
  transition: transform 0.15s ease;
}
body .elementor-location-header .hamburger .hamburger-box .hamburger-inner::before {
  content: "";
  display: block;
  height: 2px;
  background-color: var(--color-blue);
  position: absolute;
  right: 0;
  width: 16px;
  top: -5px;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
body .elementor-location-header .hamburger .hamburger-box .hamburger-inner::after {
  content: "";
  display: block;
  height: 2px;
  background-color: var(--color-blue);
  position: absolute;
  transition: transform 0.15s ease;
  bottom: -5px;
  width: 16px;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body .elementor-location-header .hamburger.active .hamburger-box .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body .elementor-location-header .hamburger.active .hamburger-box .hamburger-inner::before {
  top: 0;
  opacity: 0;
  width: 16px;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
body .elementor-location-header .hamburger.active .hamburger-box .hamburger-inner::after {
  bottom: 0;
  width: 16px;
  left: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body .main-menu {
  transition: all 0.25s ease;
  display: none;
  height: calc(100dvh - 52px);
}
body .main-menu .stations-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
body .main-menu .stations-list .marker {
  border-radius: 5px;
  aspect-ratio: 1.75;
  background-size: cover;
  background-position: center;
  padding: 5px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
body .main-menu .stations-list .marker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
body .main-menu .stations-list .marker span {
  z-index: 2;
  position: relative;
  display: block;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}
body .main-menu.active {
  display: flex;
}
body .posts-slider .swiper {
  overflow: visible;
}
body.scrolled .elementor-location-header, body.simple-page .elementor-location-header, body.opened .elementor-location-header {
  background-color: white !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15) !important;
}
@media (min-width: 1024px) {
  body.scrolled .elementor-location-header > div > div, body.simple-page .elementor-location-header > div > div, body.opened .elementor-location-header > div > div {
    padding: 20px 0 !important;
  }
}
@media (min-width: 1024px) {
  body.scrolled .elementor-location-header > div:first-child .main-logo, body.simple-page .elementor-location-header > div:first-child .main-logo, body.opened .elementor-location-header > div:first-child .main-logo {
    width: 200px !important;
  }
}
body.scrolled .elementor-location-header > div:first-child .main-logo svg, body.simple-page .elementor-location-header > div:first-child .main-logo svg, body.opened .elementor-location-header > div:first-child .main-logo svg {
  overflow: visible;
}
body.scrolled .elementor-location-header > div:first-child .main-logo svg [fill="white"], body.scrolled .elementor-location-header > div:first-child .main-logo svg [fill="#fff"], body.simple-page .elementor-location-header > div:first-child .main-logo svg [fill="white"], body.simple-page .elementor-location-header > div:first-child .main-logo svg [fill="#fff"], body.opened .elementor-location-header > div:first-child .main-logo svg [fill="white"], body.opened .elementor-location-header > div:first-child .main-logo svg [fill="#fff"] {
  fill: var(--color-purple) !important;
}
body.scrolled .elementor-location-header > div:first-child .main-logo svg [fill="white"].letter, body.scrolled .elementor-location-header > div:first-child .main-logo svg [fill="#fff"].letter, body.simple-page .elementor-location-header > div:first-child .main-logo svg [fill="white"].letter, body.simple-page .elementor-location-header > div:first-child .main-logo svg [fill="#fff"].letter, body.opened .elementor-location-header > div:first-child .main-logo svg [fill="white"].letter, body.opened .elementor-location-header > div:first-child .main-logo svg [fill="#fff"].letter {
  fill: white !important;
}
body.scrolled .elementor-location-header > div:first-child .main-logo svg [fill="white"].box, body.scrolled .elementor-location-header > div:first-child .main-logo svg [fill="#fff"].box, body.simple-page .elementor-location-header > div:first-child .main-logo svg [fill="white"].box, body.simple-page .elementor-location-header > div:first-child .main-logo svg [fill="#fff"].box, body.opened .elementor-location-header > div:first-child .main-logo svg [fill="white"].box, body.opened .elementor-location-header > div:first-child .main-logo svg [fill="#fff"].box {
  fill: var(--color-purple) !important;
}
body.scrolled .elementor-location-header > div:first-child .elementor-nav-menu span, body.scrolled .elementor-location-header > div:first-child .elementor-nav-menu a, body.simple-page .elementor-location-header > div:first-child .elementor-nav-menu span, body.simple-page .elementor-location-header > div:first-child .elementor-nav-menu a, body.opened .elementor-location-header > div:first-child .elementor-nav-menu span, body.opened .elementor-location-header > div:first-child .elementor-nav-menu a {
  color: var(--color-blue) !important;
}
body.scrolled .elementor-location-header > div:first-child .elementor-nav-menu svg, body.simple-page .elementor-location-header > div:first-child .elementor-nav-menu svg, body.opened .elementor-location-header > div:first-child .elementor-nav-menu svg {
  fill: var(--color-blue) !important;
}
body.scrolled .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button, body.simple-page .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button, body.opened .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button {
  background-color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;
}
body.scrolled .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button .elementor-button-text, body.simple-page .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button .elementor-button-text, body.opened .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button .elementor-button-text {
  color: white !important;
}
body.scrolled .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button .elementor-button-icon svg, body.simple-page .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button .elementor-button-icon svg, body.opened .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button .elementor-button-icon svg {
  fill: white !important;
}
body.scrolled .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button:hover, body.simple-page .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button:hover, body.opened .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button:hover {
  background-color: white !important;
}
body.scrolled .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button:hover .elementor-button-text, body.simple-page .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button:hover .elementor-button-text, body.opened .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button:hover .elementor-button-text {
  color: var(--color-blue) !important;
}
body.scrolled .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button:hover .elementor-button-icon svg, body.simple-page .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button:hover .elementor-button-icon svg, body.opened .elementor-location-header > div:first-child .elementor-widget-button:not(.social-button) .elementor-button:hover .elementor-button-icon svg {
  fill: var(--color-blue) !important;
}
body.scrolled .elementor-location-header > div:first-child .elementor-social-icons-wrapper svg, body.simple-page .elementor-location-header > div:first-child .elementor-social-icons-wrapper svg, body.opened .elementor-location-header > div:first-child .elementor-social-icons-wrapper svg {
  stroke: var(--color-blue) !important;
}
body #primary {
  overflow: hidden;
  padding-top: 0 !important;
}
body #primary .main-slider::before {
  animation: slider 1s ease-out 0s 1 forwards;
}
@media (max-width: 767px) {
  body #primary .main-slider::before {
    background-position: 58% 50% !important;
  }
}
body #primary .station-header::before {
  background-size: auto calc(100% - 70px) !important;
}
@media (max-width: 1023px) {
  body #primary .station-header::before {
    background-size: auto calc(100% - 8px) !important;
  }
}
body #primary .station-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(7, 59, 90, 0.5);
}
@media (max-width: 1023px) {
  body #primary .station-header::after {
    height: 8px;
  }
}
body .elementor-location-archive {
  overflow: hidden;
  padding-top: 0 !important;
}
body .elementor-location-archive .station-header::before {
  background-size: auto calc(100% - 70px) !important;
}
@media (max-width: 1023px) {
  body .elementor-location-archive .station-header::before {
    background-size: auto calc(100% - 8px) !important;
  }
}
body .elementor-location-archive .station-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(7, 59, 90, 0.5);
}
@media (max-width: 1023px) {
  body .elementor-location-archive .station-header::after {
    height: 8px;
  }
}
body .elementor-location-single {
  overflow: hidden;
  padding-top: 0 !important;
}
body .elementor-location-single .main-slider::before {
  animation: slider 1s ease-out 0s 1 forwards;
}
@media (max-width: 1023px) {
  body .elementor-location-single .main-slider::before {
    background-position: 58% -20px !important;
    background-size: auto calc(100% + 20px) !important;
  }
}
@media (max-width: 767px) {
  body .elementor-location-single .main-slider::before {
    background-position: 66% 100% !important;
    background-size: auto calc(100% - 26px) !important;
  }
}
body .elementor-location-single .station-gallery .swiper-wrapper .swiper-slide figure {
  line-height: 0;
  font-size: 0;
}
body .elementor-location-single .station-gallery .swiper-wrapper .swiper-slide figure img {
  aspect-ratio: calc(7 / 4);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
body .elementor-location-single .reviews-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  height: 100%;
  grid-auto-rows: 1fr;
}
@media (max-width: 1023px) {
  body .elementor-location-single .reviews-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  body .elementor-location-single .reviews-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .elementor-location-single .reviews-wrapper .review {
  border-radius: 10px;
  background-color: var(--color-grey);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body .elementor-location-single .reviews-wrapper .review .header {
  display: flex;
  gap: 10px;
  align-items: center;
}
body .elementor-location-single .reviews-wrapper .review .header img {
  width: 40px;
  border-radius: 3px;
}
body .elementor-location-single .reviews-wrapper .review .header div span {
  display: block;
}
body .elementor-location-single .reviews-wrapper .review .header div span.name {
  font-weight: bold;
}
body .elementor-location-single .reviews-wrapper .review .rating {
  display: flex;
  gap: 3px;
}
body .elementor-location-single .reviews-wrapper .review .rating svg {
  height: 13px;
}
body .itv-wrapper .e-grid > div {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease;
}
body .itv-wrapper .e-grid > div::before {
  transition: all 0.2s ease;
}
body .itv-wrapper .e-grid > div p {
  transition: all 0.2s ease;
}
body .itv-wrapper .e-grid > div:hover, body .itv-wrapper .e-grid > div.active {
  background-color: var(--color-purple) !important;
}
body .itv-wrapper .e-grid > div:hover::before, body .itv-wrapper .e-grid > div.active::before {
  transform: scale(1.3);
}
body .itv-wrapper .e-grid > div:hover p, body .itv-wrapper .e-grid > div.active p {
  color: white !important;
  font-weight: 500;
}
body .map-container {
  display: flex;
  gap: 14px;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 1023px) {
  body .map-container {
    gap: 6px;
  }
}
@media (max-width: 767px) {
  body .map-container {
    gap: 1px;
  }
}
@media (max-width: 1023px) {
  body .map-container .stations-container {
    margin: 0 -20px;
    width: calc(100% + 40px);
    height: 74px;
    overflow: hidden;
  }
}
body .map-container .stations-container .stations-list {
  display: flex;
  gap: 6px;
}
@media (max-width: 1023px) {
  body .map-container .stations-container .stations-list {
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
    padding-bottom: 40px;
    font-size: 0;
    line-height: 0;
  }
}
body .map-container .stations-container .stations-list > .marker {
  aspect-ratio: calc(7 / 4);
  position: relative;
  width: 100%;
  transition: all 0.2s ease;
}
@media (max-width: 1023px) {
  body .map-container .stations-container .stations-list > .marker:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 1023px) {
  body .map-container .stations-container .stations-list > .marker:last-child {
    margin-right: 20px;
  }
}
@media (max-width: 1023px) {
  body .map-container .stations-container .stations-list > .marker {
    width: 120px;
    display: inline-block;
    margin: 0 3px;
    font-size: 0;
    line-height: 0;
  }
}
body .map-container .stations-container .stations-list > .marker .back {
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.25s ease-out;
  z-index: 1;
}
body .map-container .stations-container .stations-list > .marker .back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
body .map-container .stations-container .stations-list > .marker span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: white;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  line-height: 1.2em;
  z-index: 2;
  transition: all 0.2s ease;
}
@media (max-width: 1023px) {
  body .map-container .stations-container .stations-list > .marker span {
    font-size: 12px;
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  body .map-container .stations-container .stations-list > .marker:hover .back {
    top: -8px;
    bottom: -8px;
  }
}
body .map-container .stations-container .stations-list > .marker.active {
  opacity: 1 !important;
}
@media (min-width: 1024px) {
  body .map-container .stations-container .stations-list > .marker.active .back {
    top: -8px;
    bottom: -8px;
  }
}
body .map-container .stations-container .stations-list:has(.active) .marker {
  opacity: 0.5;
}
body .map-container #map {
  border-radius: 10px;
}
@media (max-width: 767px) {
  body .map-container #map {
    height: 300px !important;
  }
}
body .map-container #map .mapboxgl-ctrl-bottom-right button {
  display: none;
}
body .map-container #map .mapboxgl-popup-content {
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  body .map-container #map .mapboxgl-popup-content {
    padding: 6px;
  }
}
body .map-container #map .mapboxgl-popup-content .bubble .thumb {
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  padding: 5px;
  aspect-ratio: 1.5;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
body .map-container #map .mapboxgl-popup-content .bubble .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
}
body .map-container #map .mapboxgl-popup-content .bubble .thumb span {
  position: relative;
  color: white;
  font-weight: 600;
  z-index: 2;
}
body .map-container #map .mapboxgl-popup-content .mapboxgl-popup-close-button {
  background-color: transparent !important;
  right: -16px;
}
body .map-container .map-wrapper {
  position: relative;
}
body .map-container .map-wrapper .markers {
  display: flex;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  body .map-container .map-wrapper .markers {
    position: relative;
  }
}
body .map-container .map-wrapper .markers .station {
  background-color: var(--color-grey);
  padding: 30px;
  width: min(50%, 650px);
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: -100px;
  transition: all 0.25s ease-out;
  border-radius: 10px 0 0 10px;
  z-index: 10;
}
@media (max-width: 1023px) {
  body .map-container .map-wrapper .markers .station {
    padding: 20px 0 20px 20px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  body .map-container .map-wrapper .markers .station {
    padding: 0 20px 20px 20px;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}
body .map-container .map-wrapper .markers .station.active {
  opacity: 1;
  pointer-events: all;
  left: 0;
  height: 100%;
}
@media (max-width: 767px) {
  body .map-container .map-wrapper .markers .station.active {
    position: relative;
  }
}
body .map-container .map-wrapper .markers .station .arrow {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  body .map-container .map-wrapper .markers .station .arrow {
    left: 0;
    transform: rotate(-90deg) scaleX(0.75);
    transform-origin: top left;
    height: calc(100vw - 40px);
  }
}
body .map-container .map-wrapper .markers .station .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  body .map-container .map-wrapper .markers .station .wrapper {
    gap: 10px;
  }
}
body .map-container .map-wrapper .markers .station .wrapper .main {
  display: flex;
  gap: 40px;
}
@media (max-width: 1023px) {
  body .map-container .map-wrapper .markers .station .wrapper .main {
    gap: 20px;
    flex-direction: column;
  }
}
body .map-container .map-wrapper .markers .station .wrapper .main > div {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
body .map-container .map-wrapper .markers .station .wrapper .main > div .title {
  color: var(--color-blue);
  font-weight: 500;
  text-align: left;
  line-height: 1em;
  min-height: 2em;
  font-size: 30px;
  white-space: normal;
}
@media (max-width: 1023px) {
  body .map-container .map-wrapper .markers .station .wrapper .main > div .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body .map-container .map-wrapper .markers .station .wrapper .main > div .title {
    font-size: 20px;
    min-height: 1em;
  }
}
body .map-container .map-wrapper .markers .station .wrapper .main > div .icons {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}
@media (max-width: 1023px) {
  body .map-container .map-wrapper .markers .station .wrapper .main > div .icons {
    font-size: 12px;
    line-height: 1.2em;
  }
}
@media (max-width: 767px) {
  body .map-container .map-wrapper .markers .station .wrapper .main > div .icons {
    font-size: 11px;
  }
}
body .map-container .map-wrapper .markers .station .wrapper .main > div .icons > div {
  padding-left: 24px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left 3px;
}
body .map-container .map-wrapper .markers .station .wrapper .main > div .icons > div[data="address"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwOTNCNUIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLW1hcC1waW4iPjxwYXRoIGQ9Ik0yMCAxMGMwIDQuOTkzLTUuNTM5IDEwLjE5My03LjM5OSAxMS43OTlhMSAxIDAgMCAxLTEuMjAyIDBDOS41MzkgMjAuMTkzIDQgMTQuOTkzIDQgMTBhOCA4IDAgMCAxIDE2IDAiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjEwIiByPSIzIi8+PC9zdmc+);
}
body .map-container .map-wrapper .markers .station .wrapper .main > div .icons > div[data="timetables"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwOTNCNUIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNsb2NrIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxwb2x5bGluZSBwb2ludHM9IjEyIDYgMTIgMTIgMTYgMTQiLz48L3N2Zz4=);
}
body .map-container .map-wrapper .markers .station .wrapper .main > div a[href$="#cita-previa"] {
  background-color: var(--color-blue);
  padding: 5px 16px 4px 16px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
body .map-container .map-wrapper .markers .station .wrapper .main > div a[href$="#cita-previa"] svg {
  fill: white;
  width: 28px;
  height: 22px;
  vertical-align: bottom;
  margin: -1px 0 1px 10px;
}
@media (max-width: 767px) {
  body .map-container .map-wrapper .markers .station .wrapper .main > div a[href$="#cita-previa"] svg {
    width: 25px;
    height: 19px;
    margin: -1px 0 0 10px;
  }
}
@media (max-width: 767px) {
  body .map-container .map-wrapper .markers .station .wrapper .main > div a[href$="#cita-previa"] {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  body .map-container .map-wrapper .markers .station .wrapper .main > div a.thumb {
    display: none;
  }
}
body .map-container .map-wrapper .markers .station .wrapper .main > div a.thumb img {
  aspect-ratio: 1.6;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
body .map-container .map-wrapper .markers .station .wrapper .buttons {
  display: flex;
  gap: 10px;
}
@media (max-width: 1023px) {
  body .map-container .map-wrapper .markers .station .wrapper .buttons {
    flex-wrap: wrap;
  }
}
body .map-container .map-wrapper .markers .station .wrapper .buttons a {
  padding: 4px 10px;
  border-radius: 3px;
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  font-weight: 600;
  font-size: 13px;
  transition: all 0.25s ease-out;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  body .map-container .map-wrapper .markers .station .wrapper .buttons a {
    flex-grow: 0;
  }
}
@media (max-width: 767px) {
  body .map-container .map-wrapper .markers .station .wrapper .buttons a {
    font-size: 12px;
  }
}
body .map-container .map-wrapper .markers .station .wrapper .buttons a svg {
  width: 16px;
  margin: -1px 2px -1px 0;
  vertical-align: bottom;
  stroke-width: 2 !important;
  transition: all 0.25s ease-out;
}
@media (max-width: 767px) {
  body .map-container .map-wrapper .markers .station .wrapper .buttons a svg {
    width: 14px;
    margin: -4px 2px -2px 0;
  }
}
body .map-container .map-wrapper .markers .station .wrapper .buttons a:hover {
  background-color: var(--color-blue);
  color: var(--color-grey);
}
body .map-container .map-wrapper .markers .station .wrapper .buttons a:hover svg {
  stroke: var(--color-grey) !important;
}
body #cmplz-document {
  max-width: 100%;
  width: 100%;
}
body #cmplz-document h2 {
  font-size: initial;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
}
body #cmplz-document .cmplz-subtitle {
  font-weight: 600;
  margin: 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
}
body #cmplz-document h3, body #cmplz-document h4 {
  font-size: inherit !important;
  line-height: 1.4em !important;
}
body #cmplz-document .cmplz-service-description {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
body #cmplz-document .cmplz-sharing-data {
  padding-bottom: 0 !important;
}
body #cmplz-document a[target="_blank"]::after {
  filter: invert(100%);
}
body #cmplz-document .cmplz-banner-checkbox {
  position: relative;
}
body #cmplz-document .cmplz-dropdown .checkbox-wrapper::after {
  display: none;
}
body #cmplz-document .cmplz-dropdown .checkbox-wrapper::before {
  top: 0px;
}
body #cmplz-document .cmplz-dropdown .checkbox-wrapper input {
  visibility: visible;
}
body #cmplz-document .cookies-per-purpose {
  background: transparent !important;
  border: 0 !important;
}
body #cmplz-document .cookies-per-purpose * {
  background: transparent !important;
  border: 0 !important;
}
body #cmplz-document .cookies-per-purpose .purpose {
  padding: 0 !important;
}
body #cmplz-document .cookies-per-purpose .name, body #cmplz-document .cookies-per-purpose .name-header, body #cmplz-document .cookies-per-purpose .function, body #cmplz-document .cookies-per-purpose .function-header, body #cmplz-document .cookies-per-purpose .retention, body #cmplz-document .cookies-per-purpose .retention-header {
  padding: 0 0 0 15px !important;
}
body #cmplz-document summary {
  margin-bottom: 0 !important;
}
body #cmplz-document #cmplz-cookies-overview {
  margin-bottom: 10px;
}
body #cmplz-cookiebanner-container * {
  font-family: "Avant Garde" !important;
  font-size: 13px;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner {
  background-size: cover;
  background-position: center;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message, body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-description span {
  font-size: 13px;
  line-height: 1.4em;
  display: block;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message a, body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-description span a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-category-title, body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-always-active {
  line-height: 1.4em;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-category {
  background-color: rgba(255, 255, 255, 0.8);
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn {
  padding: 6px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  height: auto !important;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-open {
  display: none;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-always-active .checkbox-wrapper {
  display: none;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .checkbox-wrapper {
  background-color: #f6f6f6;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .checkbox-wrapper::before {
  background-color: white;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .checkbox-wrapper.checked {
  background-color: #a38b55;
}
body #cmplz-manage-consent {
  display: none !important;
}
body .cmplz-label {
  display: none;
}
body form input, body form textarea {
  padding: 0.5em 0;
  resize: none;
}
body form .invalid input, body form .invalid textarea {
  border-color: #e0091b !important;
  color: #e0091b !important;
}
body form .invalid label {
  color: #e0091b !important;
}
body form .invalid.elementor-field-type-acceptance .elementor-field-option input + label::before {
  background-color: #e0091b !important;
}
body form .elementor-field-type-acceptance:has(+ .elementor-field-type-acceptance) {
  margin: 0 !important;
}
body form .elementor-field-type-acceptance .elementor-field-option {
  display: block;
  line-height: 1em;
}
body form .elementor-field-type-acceptance .elementor-field-option input {
  display: none !important;
}
body form .elementor-field-type-acceptance .elementor-field-option input + label {
  display: block;
  padding-left: 30px;
  line-height: 1em;
  font-size: 13px !important;
  font-weight: 400 !important;
  position: relative;
}
body form .elementor-field-type-acceptance .elementor-field-option input + label::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
  left: 0;
  border-radius: 500px;
  top: calc(50% - 7px);
}
body form .elementor-field-type-acceptance .elementor-field-option input + label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f0f3f5;
  transition: all 0.25s ease;
}
body form .elementor-field-type-acceptance .elementor-field-option input + label a {
  text-decoration: underline;
}
body form .elementor-field-type-acceptance .elementor-field-option input:checked + label::before {
  background-color: #65237b;
}
body form .elementor-field-type-acceptance .elementor-field-option input:checked + label::after {
  left: 10px;
}
body form#itv input {
  padding: 0.25em;
  text-align: center;
  text-transform: uppercase;
}
body form#itv .elementor-field-type-submit svg {
  width: 34px;
  margin: -7px 0 -7px 10px;
}
body form#itv .elementor-message {
  line-height: 1.4em;
}
body form#itv .elementor-message::before {
  display: none !important;
}
body form#footer .elementor-field-type-acceptance .elementor-field-option input + label {
  font-size: 12px !important;
}
@keyframes slider {
  from {
    background-position: 80% 50%;
  }
  to {
    background-position: 54% 50%;
  }
  @media (max-width: 767) {
    to {
      background-position: 58% 50%;
    }
  }
}
