@charset "UTF-8";
/* HEADER */
.mapa_header > div {
  max-width: 800px;
}
.mapa_header h1, .mapa_header p {
  color: white !important;
}
.mapa_header a {
  background: #FFAA27;
  padding: 11px 24px;
  display: block;
  width: fit-content;
  border-radius: 50px;
  color: black;
  font-size: 18px;
  margin-top: 16px;
}
.mapa_header:before {
  content: "";
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

/* END OF HEADER */
/* NAVBAR */
button.navMenu {
  display: none;
}

button.navRouting > span:before,
button.navPois > span:before {
  content: "" !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
button.navRouting > span.icon-routing:before,
button.navPois > span.icon-routing:before {
  background-image: url(../img/calcular-ruta.svg);
}
button.navRouting > span.icon-poi:before,
button.navPois > span.icon-poi:before {
  background-image: url(../img/puntos-interes.svg);
}

@media screen and (max-width: 480px) {
  .v-widgetrouting {
    min-width: unset !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
}
.v-widgetrouting .report.mdc-elevation--z4 {
  max-height: 400px !important;
}
.v-widgetrouting .top-actions.header button {
  display: none;
}

@media screen and (max-width: 880px) {
  .maplibregl-map .mapboxgl-ctrl-top-left {
    z-index: 15 !important;
  }
}
@media screen and (max-width: 480px) {
  .maplibregl-map .mapboxgl-ctrl-top-left {
    width: calc(100% - 20px);
    margin: auto;
    right: 0;
    left: 0;
    top: 10px;
  }
  .maplibregl-map .mapboxgl-ctrl-top-left > .v-navbar {
    top: 0;
    left: 0;
    width: 100%;
  }
}
/* END OF NAVBAR */
/* ICON MENU */
.control-interface-container .v-control-button {
  justify-content: center;
  display: flex;
}
.control-interface-container .v-control-button > span {
  margin: 0;
}
.control-interface-container .v-control-button.enabled {
  background: #d9e4f2;
  border: none;
}

@media screen and (min-width: 1165px) {
  .control-interface-container .v-control-button {
    width: 50px;
    height: 50px;
  }
  .control-interface-container .v-control-button.enabled {
    background: #d9e4f2;
    border: none;
  }
  .control-interface-container .v-control-button svg {
    width: 100%;
    height: 100%;
  }
  .maplibregl-ctrl-top-left > .v-navbar {
    height: 50px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 655px) and (max-width: 1165px) {
  .maplibregl-map .control-interface-container {
    top: 15px;
  }
}
/* END OF ICON MENU */
.page-template-dikka-page-map .from-to-container {
  height: 750px;
}
.page-template-dikka-page-map .from-to-container .from-to-map {
  height: 100%;
}
.page-template-dikka-page-map a {
  color: #1F77DC;
}
.page-template-dikka-page-map h3.title-left {
  text-align: left;
}
.page-template-dikka-page-map h3.title-left:after {
  left: 0 !important;
  margin-left: 15px !important;
}

/* MAP CARDS */
/* CARD GASOLINERAS */
.gas-station-info-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  flex-direction: column;
  max-width: 300px;
  display: none;
}
@media screen and (max-width: 880px) {
  .gas-station-info-wrapper {
    position: unset;
    max-width: 100%;
    margin-top: 15px;
    padding-bottom: 70px;
    margin-bottom: -70px;
  }
}
.gas-station-info-wrapper label.gas-name {
  background: #1F77DC;
  padding: 15px 30px;
  color: white;
  font-family: "DIN";
  font-weight: bold;
  width: fit-content;
  margin: 0;
}
.gas-station-info-wrapper section.gas-info-wrapper {
  background-color: white;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1490196078);
}
.gas-station-info-wrapper section.gas-info-wrapper span.close-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 10px;
}
.gas-station-info-wrapper section.gas-info-wrapper .banner-descuento {
  padding: 0 0 15px 0;
  text-align: center;
  position: relative;
  margin-bottom: 22px;
}
.gas-station-info-wrapper section.gas-info-wrapper .banner-descuento:after {
  content: "";
  width: 100%;
  max-width: 50px;
  height: 2px;
  background: black;
  bottom: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.gas-station-info-wrapper .gas-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  font-family: "DIN";
  line-height: 22px;
  font-weight: 400;
}
.gas-station-info-wrapper .gas-info label {
  font-weight: 400;
}
.gas-station-info-wrapper .gas-info .gas-price {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gas-station-info-wrapper .gas-info .gas-price > .row {
  position: relative;
  padding-left: 25px;
  margin: 0 !important;
}
.gas-station-info-wrapper .gas-info .gas-price > .row label {
  margin: 0;
}
.gas-station-info-wrapper .gas-info .gas-price > .row .price-name:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 20px;
}
.gas-station-info-wrapper .gas-info .gas-price .sin-plomo-plus .price-name::before {
  background-color: #1F77DC;
}
.gas-station-info-wrapper .gas-info .gas-price .sin-plomo .price-name::before {
  background-color: #FFAA27;
}
.gas-station-info-wrapper .gas-info .gas-price .gasoleo .price-name::before {
  background-color: #CF6E29;
}

.gas-error-message {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 10px;
  background: white;
  width: fit-content;
  padding: 16px 32px 16px 16px;
  border-left: 5px solid #1F77DC;
  font-size: 18px;
  line-height: 21px;
  font-family: "DIN";
  display: none;
}
@media screen and (max-width: 770px) {
  .gas-error-message {
    position: unset;
    margin: 15px auto;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1490196078);
  }
}
.gas-error-message label {
  margin-left: 10px;
}
.gas-error-message span.close-popup {
  cursor: pointer;
}

/* END OF CARD GASOLINERAS */
/* CARD RADARES */
.radar-info-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: none;
  flex-direction: column;
  max-width: 300px;
}
@media screen and (max-width: 880px) {
  .radar-info-wrapper {
    position: unset;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: -70px;
    padding-bottom: 70px;
  }
}
.radar-info-wrapper label.radar-name {
  background: #1F77DC;
  padding: 15px 30px;
  color: white;
  font-family: "DIN";
  font-weight: bold;
  width: fit-content;
  margin: 0;
}
.radar-info-wrapper section.radar-info-container {
  background-color: white;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1490196078);
}
.radar-info-wrapper section.radar-info-container span.close-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 10px;
}
.radar-info-wrapper section.radar-info-container .banner-descuento {
  padding: 0 0 15px 0;
  text-align: center;
  position: relative;
  margin-bottom: 22px;
}
.radar-info-wrapper section.radar-info-container .banner-descuento:after {
  content: "";
  width: 100%;
  max-width: 50px;
  height: 2px;
  background: black;
  bottom: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.radar-info-wrapper .radar-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  font-family: "DIN";
  line-height: 22px;
}
.radar-info-wrapper .radar-info .radar-price {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.radar-info-wrapper .radar-info .radar-price > .row {
  position: relative;
  padding-left: 25px;
}
.radar-info-wrapper .radar-info .radar-price > .row:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 20px;
}

/* END OF CARD RADARES */
/* CARD ELECTROLINERAS */
.electrolinera-info-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: none;
  flex-direction: column;
  max-width: 300px;
}
@media screen and (max-width: 880px) {
  .electrolinera-info-wrapper {
    position: unset;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: -70px;
    padding-bottom: 70px;
  }
}
.electrolinera-info-wrapper label.electrolinera-name {
  background: #1F77DC;
  padding: 15px 30px;
  color: white;
  font-family: "DIN";
  font-weight: bold;
  width: fit-content;
  margin: 0;
}
.electrolinera-info-wrapper section.electrolinera-info-container {
  background-color: white;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1490196078);
}
.electrolinera-info-wrapper section.electrolinera-info-container span.close-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 10px;
}
.electrolinera-info-wrapper section.electrolinera-info-container .banner-descuento {
  padding: 0 0 15px 0;
  text-align: center;
  position: relative;
  margin-bottom: 22px;
}
.electrolinera-info-wrapper section.electrolinera-info-container .banner-descuento:after {
  content: "";
  width: 100%;
  max-width: 50px;
  height: 2px;
  background: black;
  bottom: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.electrolinera-info-wrapper .electrolinera-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  font-family: "DIN";
  line-height: 22px;
}
.electrolinera-info-wrapper .electrolinera-info .electrolinera-price {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.electrolinera-info-wrapper .electrolinera-info .electrolinera-price > .row {
  position: relative;
  padding-left: 25px;
}
.electrolinera-info-wrapper .electrolinera-info .electrolinera-price > .row:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 20px;
}

/* END OF CARD ELECTROLINERAS */
@media screen and (max-width: 880px) {
  .v-widgetrouting .summary {
    display: none !important;
  }
}

.route-options {
  display: none;
}
@media screen and (max-width: 880px) {
  .route-options {
    display: block;
  }
  .route-options .summary-routes {
    padding-bottom: 72px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
  }
  .route-options .summary-routes .routes-card {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    padding: 10px 15px;
    border-left: 5px solid;
  }
  .route-options .summary-routes .routes-card.active {
    border-left-color: #f5a623;
  }
  .route-options .summary-routes .routes-card.active .more-details {
    display: block;
  }
  .route-options .summary-routes .routes-card .traffic-time.secondary {
    font-size: 14px;
    font-weight: 500;
  }
  .route-options .summary-routes .routes-card .costs.secondary {
    font-size: 15px;
  }
  .route-options .summary-routes .routes-card i.icon.icon-motorway {
    margin: 0;
  }
  .route-options .summary-routes .routes-card i.icon.icon-motorway:before {
    content: "\ea29";
    font-family: "icomoon" !important;
    font-style: normal;
  }
  .route-options .summary-routes .routes-card .route-mode {
    font-size: 19px;
  }
  .route-options .summary-routes .routes-card .more-details {
    background: black;
    text-align: center;
    color: white;
    padding: 3px;
    border-radius: 20px;
    margin-top: 10px;
    display: none;
  }
  .route-options .summary-routes .routes-card .realtime {
    font-size: 17px;
  }
  .route-options .summary-routes .routes-card .dist.secondary {
    text-align: right;
  }
}

/* CARD CAMARAS */
.camara-info-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: none;
  flex-direction: column;
  max-width: 300px;
}
@media screen and (max-width: 880px) {
  .camara-info-wrapper {
    position: unset;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: -70px;
    padding-bottom: 70px;
  }
}
.camara-info-wrapper label.camara-name {
  background: #1F77DC;
  padding: 15px 30px;
  color: white;
  font-family: "DIN";
  font-weight: bold;
  width: fit-content;
  margin: 0;
}
.camara-info-wrapper section.camara-info-container {
  background-color: white;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1490196078);
}
.camara-info-wrapper section.camara-info-container span.close-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 10px;
}
.camara-info-wrapper section.camara-info-container .banner-descuento {
  padding: 0 0 15px 0;
  text-align: center;
  position: relative;
  margin-bottom: 22px;
}
.camara-info-wrapper section.camara-info-container .banner-descuento:after {
  content: "";
  width: 100%;
  max-width: 50px;
  height: 2px;
  background: black;
  bottom: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.camara-info-wrapper .camara-info {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-family: "DIN";
  line-height: 22px;
  position: relative;
}
.camara-info-wrapper .camara-info img.camara-img {
  height: 150px;
  width: 100%;
  min-width: 240px;
  position: relative;
}
.camara-info-wrapper .camara-info img.camara-img:before {
  content: ":( Error";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cfcfcf;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.camara-info-wrapper .camara-info .camara-address {
  margin-bottom: 15px;
}
.camara-info-wrapper .camara-info .camara-subinfo {
  font-size: 12px;
  font-style: italic;
}
.camara-info-wrapper .camara-info .camara-full-screen {
  position: absolute;
  bottom: 30px;
  right: 10px;
  background: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  padding: 7px;
}

.camara-full-screen-container {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
  margin: auto;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3019607843);
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 880px) {
  .camara-full-screen-container {
    padding: 0 10px;
    z-index: 18;
  }
}
.camara-full-screen-container .camara-full-screen-wrapper {
  padding: 15px;
  background: white;
  border-radius: 3px;
  position: relative;
  max-width: 950px;
  width: 100%;
}
.camara-full-screen-container .camara-full-screen-wrapper img {
  margin: auto;
  display: block;
}
.camara-full-screen-container span.close-popup-camara {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 50%;
  padding: 11px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1490196078);
  cursor: pointer;
}

/* END OF CARD CAMARAS */
/* CARD ELECTROLINERAS */
.eurekar-info-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: none;
  flex-direction: column;
  max-width: 300px;
}
@media screen and (max-width: 880px) {
  .eurekar-info-wrapper {
    position: unset;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: -70px;
    padding-bottom: 70px;
  }
}
.eurekar-info-wrapper label.eurekar-name {
  background: #1F77DC;
  padding: 15px 30px;
  color: white;
  font-family: "DIN";
  font-weight: bold;
  width: fit-content;
  margin: 0;
}
.eurekar-info-wrapper section.eurekar-info-container {
  background-color: white;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1490196078);
}
.eurekar-info-wrapper section.eurekar-info-container span.close-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 10px;
}
.eurekar-info-wrapper section.eurekar-info-container .banner-descuento {
  padding: 0 0 15px 0;
  text-align: center;
  position: relative;
  margin-bottom: 22px;
}
.eurekar-info-wrapper section.eurekar-info-container .banner-descuento:after {
  content: "";
  width: 100%;
  max-width: 50px;
  height: 2px;
  background: black;
  bottom: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.eurekar-info-wrapper .eurekar-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  font-family: "DIN";
  line-height: 22px;
}
.eurekar-info-wrapper .eurekar-info .eurekar-price {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.eurekar-info-wrapper .eurekar-info .eurekar-price > .row {
  position: relative;
  padding-left: 25px;
}
.eurekar-info-wrapper .eurekar-info .eurekar-price > .row:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 20px;
}

/* END OF CARD ELECTROLINERAS */
/* CARD ELECTROLINERAS */
.poi-info-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: none;
  flex-direction: column;
  max-width: 300px;
}
@media screen and (max-width: 880px) {
  .poi-info-wrapper {
    position: unset;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: -70px;
    padding-bottom: 70px;
  }
}
.poi-info-wrapper label.poi-name {
  background: #1F77DC;
  padding: 15px 30px;
  color: white;
  font-family: "DIN";
  font-weight: bold;
  width: fit-content;
  margin: 0;
}
.poi-info-wrapper section.poi-info-container {
  background-color: white;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1490196078);
}
.poi-info-wrapper section.poi-info-container span.close-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 10px;
}
.poi-info-wrapper section.poi-info-container .banner-descuento {
  padding: 0 0 15px 0;
  text-align: center;
  position: relative;
  margin-bottom: 22px;
}
.poi-info-wrapper section.poi-info-container .banner-descuento:after {
  content: "";
  width: 100%;
  max-width: 50px;
  height: 2px;
  background: black;
  bottom: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.poi-info-wrapper .poi-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  font-family: "DIN";
  line-height: 22px;
}
.poi-info-wrapper .poi-info .poi-price {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.poi-info-wrapper .poi-info .poi-price > .row {
  position: relative;
  padding-left: 25px;
}
.poi-info-wrapper .poi-info .poi-price > .row:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 20px;
}

/* END OF CARD ELECTROLINERAS */
/* GRIDS */
/* RADAR GRID */
div#guardian-radars-container {
  max-width: 600px;
  padding: 0 15px;
  margin: auto;
  min-height: 455px;
  position: relative;
font-size:14px;
}

div#guardian-radars-container div#header-radar {
  display: flex;
  background: #1f77dc;
  color: white;
  justify-content: space-between;
}

div#guardian-radars-container div#header-radar span {
  padding: 8px 15px;
  width: 100%;
  text-align: center;
  font-size: 15px;
}

div#guardian-radars-container .radar-pagination .radar {
  display: none;
}

div#guardian-radars-container .radar-pagination .radar[data-pagination="0"] {
  display: flex;
}

div#guardian-radars-container .radar-pagination .radar > span {
  padding: 8px 15px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

span.locate-radar {
  max-width: 50px;
  cursor: pointer;
}

div#header-radar span:last-child {
  max-width: 50px;
}

div#guardian-radars-container .radar-pagination .radar:nth-child(even) {
  background: #ececec;
}

div#guardian-radars-container div#pagination-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 12px auto 0 auto;
  right: 0;
  left: 0;
}

div#guardian-radars-container div#pagination-wrapper .control-button {
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

div#guardian-radars-container div#pagination-wrapper .control-button:hover {
  color: #fbaa28;
}

.gas-journey .grid-gasolineas {
  max-width: 720px;
}
.gas-journey .grid-gasolineas .column {
  min-width: 185px;
}
.gas-journey .grid-gasolineas #destacado {
  min-width: unset !important;
}

@media screen and (max-width: 815px) {
  .gas-journey div#grid-gasolineras > .column {
    order: 1;
  }
}
.guardian-radars-container-custom {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  max-width: 800px;
  margin: auto;
font-size:14px;
}
.guardian-radars-container-custom div#header-radar {
  display: flex;
  justify-content: space-between;
  background: #1c74da;
}
.guardian-radars-container-custom div#header-radar span {
  padding: 7px 15px;
  max-width: unset;
  width: 25%;
  text-align: center;
  color: white;
}
.guardian-radars-container-custom .radar-pagination {
  display: flex;
  flex-direction: column;
}
.guardian-radars-container-custom .radar-pagination > .radar:nth-child(odd) {
  background: #f1f1f1;
}
.guardian-radars-container-custom .radar {
  display: flex;
  justify-content: space-between;
}
.guardian-radars-container-custom .radar span {
  width: 25%;
  text-align: center;
  padding: 5px;
}

/* END OF RADAR GRID */
#guardian-gas-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.destacado {
  flex-direction: row !important;
  min-width: 250px !important;
  position: relative;
}

.destacado > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 125px;
}

.destacado.one_column {
  min-width: 125px !important;
}

.destacado:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(26, 116, 218, 0.2);
  position: absolute;
  border: 3px solid #ffaa27;
	
}

.destacado:before {
  content: "RACE Unlimited";
  position: absolute;
  height: 44px;
  top: -44px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: black;
  color: #ffaa27;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	
}

.grid-gasolineas {
  display: flex;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  max-width: 850px;
  margin: 55px auto 32px auto;
  width: fit-content;
	font-size:14px;
}

.grid-gasolineas > div {
  display: flex;
  flex-direction: column;
  min-width: 125px;
}

.grid-gasolineas > div:nth-child(1) {
  width: 100%;
}

.grid-gasolineas span {
  padding: 0;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-gasolineas span.title {
  font-weight: bold;
}

.grid-gasolineas > div > span:nth-child(even), .grid-gasolineas > .destacado > div > span:nth-child(even) {
  background: #f4f4f4;
}

.column {
  text-align: center;
}

.column > span:nth-child(1) {
  font-weight: bold;
}

div#grid-gasolineras > div:first-child span {
  justify-content: start;
  padding: 0 22px;
}

span.destacado-row {
  position: relative;
  display: flex;
  height: 45px;
  align-items: center;
}

span.destacado-row .real-price {
  position: absolute;
  bottom: 4px;
  margin: 0 !important;
  font-size: 12px;
  text-decoration: line-through;
}

span.destacado-row .discount-price {
  font-size: 15px;
  font-weight: 400;
  color: #1c1c1c;
  margin: 0 !important;
  position: absolute;
  top: 4px;
}

@media screen and (max-width: 815px) {
  div#grid-gasolineras {
    flex-direction: column;
  }
  div#grid-gasolineras > div:nth-child(1) {
    display: none;
  }
  div#destacado {
    flex-direction: column !important;
  }
  div#destacado > div {
    width: 100%;
  }
  .column {
    flex-direction: row !important;
  }
  .column > span {
    width: 100%;
    flex-direction: column;
    height: 65px;
  }
  .column > span:before {
    display: block;
    font-weight: bold;
    font-size: 13px;
  }
  .destacado .column > span:before {
    position: absolute;
    top: 4px;
  }
  .column > span:nth-child(1) {
    display: flex;
    align-items: center;
  }
  span.destacado-row .discount-price {
    top: unset;
  }
  .column > span:nth-child(2):before {
    content: "Gasolina 95:";
  }
  .column > span:nth-child(3):before {
    content: "Gasolina 98:";
  }
  .column > span:nth-child(4):before {
    content: "Diesel A:";
  }
  .column > span:nth-child(5):before {
    content: "Diesel Premium:";
  }
}
@media screen and (max-width: 550px) {
  .column {
    flex-wrap: wrap;
  }
  .column span:nth-child(1) {
    justify-content: center;
    padding-bottom: 0;
  }
  .column span:nth-child(n+2) {
    width: 50%;
    background: transparent !important;
  }
  .column span:nth-child(1) {
    margin-top: 12px;
    height: 34px;
  }
  #destacado .column:nth-child(even),
  #grid-gasolineras .column:nth-child(even) {
    background: #f4f4f4;
  }
}
@media screen and (max-width: 400px) {
  .column > span:before {
    font-size: 11px;
  }
}
.selector-ciudades-cercanas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .selector-ciudades-cercanas {
    grid-template-columns: repeat(1, 1fr);
  }
}
.selector-ciudades-cercanas a {
  font-size: 20px;
  color: #1F77DC;
  background: #e0f3ff;
  padding: 10px 24px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.selector-ciudades-cercanas a:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 15px;
  background: #ffaa27;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}
.selector-ciudades-cercanas a:hover:before {
  opacity: 1;
}

section#gas-list {
  display: flex;
  flex-direction: column;
}
section#gas-list #gas-list-container {
  border-radius: 0 0 10px 10px;
}
section#gas-list #gas-list-container card:nth-child(10n),
section#gas-list #gas-list-container card:last-child {
  border-radius: 0 0 10px 10px !important;
}
section#gas-list .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section#gas-list .pagination button {
  border: 2px solid #1c74da;
  background: white;
  width: 40px;
  height: 40px;
  margin: 5px;
  color: #1c74da;
  transition: 0.3s;
}
section#gas-list .pagination button.active-pagination, section#gas-list .pagination button:hover {
  background: #1c74da;
  color: white;
}
section#gas-list .hide-in-list {
  display: none;
}
section#gas-list card.gas-card {
  display: grid;
  grid-template-columns: 4fr 4fr 1fr;
  font-size: 12px;
  text-align: center;
  align-items: center;
  min-height: 65px;
  border: 1px solid rgb(196, 196, 196);
  margin: -1px 0;
}
section#gas-list card.gas-card.discount-card:nth-child(2n+1) {
  background-color: #f4f4f4;
}
section#gas-list card.gas-card.discount-card .gas-station-name {
  padding-right: 115px !important;
}
section#gas-list card.gas-card.discount-card .gas-station-name:before {
  content: "";
  position: absolute;
  width: 57px;
  height: 100%;
  right: 30px;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section#gas-list card.gas-card.discount-card .gas-station-name.bp:before {
  background-image: url(/wp-content/themes/astra-child/mapa-carreteras/img/descuento-tabla-bp-7.png);
}
section#gas-list card.gas-card.discount-card .gas-station-name.galp:before {
  background-image: url(/wp-content/themes/astra-child/mapa-carreteras/img/descuento-tabla-galp-12.png);
}
section#gas-list card.gas-card.descuento span.gas-station-name {
  position: relative;
}
section#gas-list card.gas-card > span {
  padding: 0 10px;
}
section#gas-list card.gas-card .prices {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
  border-top: 0;
  position: relative;
  width: 100%;
}
section#gas-list card.gas-card .prices label.price {
  font-size: 18px;
}
section#gas-list card.gas-card .prices span {
  width: 100%;
}
section#gas-list card.gas-card .prices span.tachado {
  color: #ED3834;
  text-decoration: line-through;
  font-weight: 300;
  display: block;
  font-size: 18px;
}
section#gas-list card.gas-card .prices > .row {
  margin: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #c4c4c4;
  display: flex;
}
section#gas-list card.gas-card .prices > .row:last-child {
  border-right: 1px solid #c4c4c4;
}
section#gas-list card.gas-card .prices > .row label {
  margin: 0;
}
section#gas-list card.gas-card .prices .price-name {
  position: relative;
}
section#gas-list card.gas-card .prices .price-name:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: -20px;
  top: 2px;
  border-radius: 20px;
}
section#gas-list card.gas-card .prices .sin-plomo-plus-list .price-name::before {
  background-color: #1F77DC;
}
section#gas-list card.gas-card .prices .sin-plomo-list .price-name::before {
  background-color: #FFAA27;
}
section#gas-list card.gas-card .prices .gasoleo-list .price-name::before {
  background-color: #CF6E29;
}
section#gas-list card.gas-card.header {
  background: #1f77dc;
  color: white;
  font-size: 16px;
  line-height: 17px;
  margin-top: 65px;
  border-radius: 10px 10px 0 0;
}
section#gas-list card.gas-card.header span {
  height: max-content;
  display: block;
}
section#gas-list card.gas-card.header span.prices {
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
section#gas-list card.gas-card.header span.prices:before {
  content: "RACE Unlimited";
  position: absolute;
  width: 100%;
  height: 65px;
  top: -66px;
  background: black;
  padding: 15px 15px;
  border-radius: 10px 10px 0 0;
  color: #fbaa28;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  section#gas-list card.gas-card.header span.prices:before {
    height: 75px;
    top: -76px;
  }
}
section#gas-list card.gas-card.header span.prices:after {
  content: "Disfruta de los descuentos en GALP y BP por ser socio del RACE";
  position: absolute;
  top: -28px;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  section#gas-list card.gas-card.header span.prices:after {
    top: -38px;
  }
}
section#gas-list card.gas-card.header span.prices > span {
  height: 100% !important;
  border-left: 1px solid #c4c4c4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
section#gas-list card.gas-card.header span.prices > span:last-child {
  border-right: 1px solid #c4c4c4;
}
section#gas-list card.gas-card .see-in-map img {
  cursor: pointer;
}
section#gas-list span.gas-station-name {
  padding: 15px 30px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
section#gas-list span.gas-station-name.bp .name, section#gas-list span.gas-station-name.galp .name {
  position: relative;
  padding-left: 30px;
}
section#gas-list span.gas-station-name.bp .name:before, section#gas-list span.gas-station-name.galp .name:before {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  left: -6px;
}
section#gas-list span.gas-station-name.bp .name {
  color: #009900;
}
section#gas-list span.gas-station-name.bp .name:before {
  background-image: url("/wp-content/themes/astra-child/mapa-carreteras/img/bp.png");
}
section#gas-list span.gas-station-name.galp .name {
  color: #ffaa27;
}
section#gas-list span.gas-station-name.galp .name:before {
  background-image: url("/wp-content/themes/astra-child/mapa-carreteras/img/galp.png");
}
section#gas-list span.gas-station-name div {
  font-size: 18px;
  text-align: left;
}
section#gas-list span.gas-station-name div.address {
  font-weight: 500;
  color: #1C1C1B;
}

@media screen and (max-width: 1200px) {
  section#gas-list * {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 615px) {
  #gas-list-container .gas-station-name {
    border-bottom: 1px solid #c4c4c4;
  }
  #gas-list .header .prices {
    height: 0px !important;
    z-index: -1;
    margin-bottom: 50px;
    position: absolute !important;
  }
  #gas-list .header .prices:before {
    height: 90px !important;
    top: -88px !important;
  }
  #gas-list .header .prices:after {
    padding: 0 15px;
    top: -50px !important;
  }
  section#gas-list card.gas-card {
    grid-template-columns: 1fr;
    position: relative;
  }
  section#gas-list card.gas-card.discount-card .gas-station-name {
    padding-right: 130px !important;
  }
  section#gas-list card.gas-card.discount-card .gas-station-name:before {
    right: 60px !important;
  }
  section#gas-list card.gas-card .prices > .row:last-child {
    border-right: 0;
  }
  section#gas-list card.gas-card .prices > .row:first-child {
    border-left: 0;
  }
  section#gas-list card.gas-card .prices > .row {
    padding: 34px 5px 5px 5px;
    position: relative;
  }
  section#gas-list card.gas-card .prices > .row:before {
    position: absolute;
    top: 0;
    width: 100%;
    background: #1f77dc;
    color: white;
    padding: 3px;
  }
  section#gas-list card.gas-card .prices > .row.sin-plomo-plus-list:before {
    content: "Sin plomo 95";
  }
  section#gas-list card.gas-card .prices > .row.sin-plomo-list:before {
    content: "Sin plomo 98";
  }
  section#gas-list card.gas-card .prices > .row.gasoleo-list:before {
    content: "Gasóleo A";
  }
  .see-in-map {
    position: absolute;
    top: 15px;
    right: 5px;
  }
  section#gas-list .address {
    font-size: 12px !important;
  }
  section#gas-list span.gas-station-name {
    padding: 15px 130px 15px 15px !important;
  }
}
.ballons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}
.ballons > div {
  height: fit-content;
  padding: 0 0 32px 0;
  border: 2px solid;
  border-radius: 15px;
}
.ballons .left {
  border-color: #259500;
}
.ballons .right {
  border-color: #fa7525;
}
@media screen and (max-width: 900px) {
  .ballons {
    grid-template-columns: 1fr;
  }
}

.grid-como-llegar {
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.1607843137);
}
.grid-como-llegar card {
  display: grid;
  grid-template-columns: 1fr 5fr;
}
@media screen and (max-width: 750px) {
  .grid-como-llegar card {
    display: flex;
    flex-direction: column;
  }
}
.grid-como-llegar card:nth-child(even) {
  background: #f4f4f4;
}
.grid-como-llegar card .from-col {
  background: rgba(178, 226, 255, 0.4);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.grid-como-llegar card .from-col .from {
  font-size: 18px;
  color: #1c1c1b;
}
.grid-como-llegar card .from-col button {
  text-align: left;
  border: none;
  background: transparent;
  padding: 0;
  color: #1F77DC;
  font-size: 16px;
  position: relative;
  line-height: 30px;
}
.grid-como-llegar card .info-col {
  padding: 16px;
}
.grid-como-llegar card .info-col p {
  font-size: 18px;
  line-height: 30px;
}
.grid-como-llegar card .info-col p:last-child {
  margin: 0 !important;
}

/* POPUP */
/* POPUP DESCUENTO */
.descuento-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  padding: 0 15px;
  display: none;
}
.descuento-popup-wrapper .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 27, 0.72);
}
.descuento-popup-wrapper .descuento-popup {
  position: absolute;
  max-width: 600px;
  width: 100%;
  min-height: 400px;
  background: white;
  z-index: 999;
  background-image: url(/wp-content/themes/astra-child/mapa-carreteras/img/popup-background-descuento.png);
  background-size: cover;
  position: relative;
}
.descuento-popup-wrapper .descuento-popup.gas-discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 40px 15px;
}
.descuento-popup-wrapper .descuento-popup span.popup-title-gasolineras {
  font-size: 32px;
  font-weight: bold;
  color: white;
  max-width: 522px;
  line-height: 37px;
  display: block;
  margin-bottom: 17px;
}
.descuento-popup-wrapper .descuento-popup span.popup-subtitle-gasolineras {
  color: white;
  font-size: 20px;
  margin-bottom: 22px;
}
.descuento-popup-wrapper .descuento-popup a.btn {
  background: #FFAA27;
  border-radius: 50px;
  font-size: 18px;
  color: black;
  padding: 9px 24px;
  margin-top: 12px;
}
.descuento-popup-wrapper .close-gas-popup {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
  right: 10px;
  z-index: 999;
  background-image: url(/wp-content/themes/astra-child/mapa-carreteras/img/close.png);
  cursor: pointer;
}
.descuento-popup-wrapper .popup-discount-cts-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 51px;
}
@media screen and (max-width: 485px) {
  .descuento-popup-wrapper .popup-discount-cts-wrapper {
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }
}
.descuento-popup-wrapper .popup-discount-cts-wrapper .popup-discount-ct {
  display: flex;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.descuento-popup-wrapper .popup-discount-cts-wrapper .popup-discount-ct:first-child:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 70px;
  background: #ffffff;
  right: -31px;
  top: 4px;
}
@media screen and (max-width: 485px) {
  .descuento-popup-wrapper .popup-discount-cts-wrapper .popup-discount-ct:first-child:before {
    display: none;
  }
}
.descuento-popup-wrapper .popup-discount-cts-wrapper .popup-discount-ct .col-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}
.descuento-popup-wrapper .popup-discount-cts-wrapper .popup-discount-ct .col-content label {
  margin: 0;
  font-weight: 300;
}
.descuento-popup-wrapper .popup-discount-cts-wrapper .popup-discount-ct .col-content span.big {
  font-size: 35px;
  line-height: 33px;
}
@media screen and (max-width: 485px) {
  .descuento-popup-wrapper .popup-discount-cts-wrapper .popup-discount-ct {
    width: 100%;
    max-width: 200px;
  }
}

/* END OF POPUP DESCUENTO */
/* SECTIONS */
.ciudades-cercanas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .ciudades-cercanas {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ciudades-cercanas a {
  font-size: 20px;
  color: #1F77DC;
  background: #e0f3ff;
  padding: 10px 24px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ciudades-cercanas a:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 15px;
  background: #ffaa27;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}
.ciudades-cercanas a :hover:before {
  opacity: 1;
}
.ciudades-cercanas.grid-tres {
  grid-template-columns: repeat(3, 1fr) !important;
}

.map-container {
  width: 100%;
  max-width: 1400px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 880px) {
  .map-container {
    padding: 0 15px;
  }
}

#mapa-carreteras-gl {
  width: 100%;
  height: 750px;
  font-size: 18px;
}
@media screen and (max-width: 880px) {
  #mapa-carreteras-gl {
    height: 700px;
  }
}

html:has(.page-template-dikka-page-map) {
  font-size: 18px;
}

#mapa-carreteras-gl .date {
  margin: 0;
}
#mapa-carreteras-gl.maplibregl-map .mdc-switch .mdc-switch__native-control {
  width: 48px !important;
  height: 32px !important;
}

.map-container-fade {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999;
  backdrop-filter: blur(10px);
  transition: 0.5s;
}

/* REMOVE BUGS */
.maplibregl-map .v-widgetpois .header .btn-close {
  top: 0;
  right: 0 !important;
}
.maplibregl-map .v-widgetpois .header .btn-close .mdc-icon-button {
  right: 0;
  top: 2px;
}
.maplibregl-map .v-widgetpois .content .groupcat.services {
  margin: 0;
  display: block;
}

@media screen and (max-width: 880px) {
  .fullscreen-active {
    padding: 0 !important;
  }
  .fullscreen-active .gas-station-info-wrapper,
  .fullscreen-active .radar-info-wrapper,
  .fullscreen-active .electrolinera-info-wrapper,
  .fullscreen-active .camara-info-wrapper {
    position: absolute;
    margin: 0 15px;
    padding-bottom: 40px;
    z-index: 99;
    max-width: 100%;
    left: 0;
  }
}

.gas-alternate .maplibregl-ctrl-top-left.mapboxgl-ctrl-top-left {
  display: none;
}
.gas-alternate section#gas-alternate-container {
  z-index: 999;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  max-width: 600px;
}
@media screen and (max-width: 740px) {
  .gas-alternate section#gas-alternate-container {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 480px) {
  .gas-alternate section#gas-alternate-container {
    max-width: 100%;
  }
}
.gas-alternate section#gas-alternate-container section.gas-alternate-header {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 500px) {
  .gas-alternate section#gas-alternate-container section.gas-alternate-header {
    justify-content: flex-end;
  }
}
.gas-alternate section#gas-alternate-container section.gas-alternate-header button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  color: white;
}
.gas-alternate section#gas-alternate-container section.gas-alternate-header button:nth-child(1) {
  background: #ffaa27;
}
.gas-alternate section#gas-alternate-container section.gas-alternate-header button:nth-child(2) {
  background: #1f77dc;
}
.gas-alternate section#gas-alternate-container .close-alternate-btn {
  width: fit-content;
  position: absolute;
  top: 10px;
  right: 10px;
}

section.gas-alternate-content {
  margin-top: 20px;
  padding: 40px 15px 35px 15px;
  background: white;
  position: relative;
  display: none;
}
section.gas-alternate-content .search-container {
  display: none;
  flex-direction: column;
  gap: 12px;
}
section.gas-alternate-content .search-container button#search-in-my-location {
  border: none;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  background: none;
  color: #959595;
  padding: 0;
}
section.gas-alternate-content .search-container button#search-in-my-location svg {
  color: #fbaa28;
}
section.gas-alternate-content .search-container div#autocomplete,
section.gas-alternate-content .search-container div#autocomplete > label,
section.gas-alternate-content .search-container div#autocomplete > .suggestions {
  width: 100% !important;
}
section.gas-alternate-content .list-container {
  position: relative;
  display: none;
  flex-direction: column;
  gap: 25px;
  height: 100%;
  overflow-y: scroll;
  max-height: 300px;
}
section.gas-alternate-content .list-container .gas-station-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  section.gas-alternate-content .list-container .gas-station-card:has(.discount) .prices {
    padding-bottom: 12px;
  }
}
section.gas-alternate-content .list-container .gas-station-card:not(:last-child):after {
  content: "";
  width: 100%;
  height: 1px;
  background: lightgray;
  position: absolute;
  bottom: -9px;
}
section.gas-alternate-content .list-container .gas-station-card span.gas-station-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
section.gas-alternate-content .list-container .gas-station-card span.street,
section.gas-alternate-content .list-container .gas-station-card span.discount {
  font-size: 14px;
  line-height: 16px;
}
section.gas-alternate-content .list-container .gas-station-card span.discount {
  font-weight: bold;
}
section.gas-alternate-content .list-container .gas-station-card span.discount.bp {
  color: #1f77dc;
}
section.gas-alternate-content .list-container .gas-station-card span.discount.galp {
  color: #ffaa27;
}
section.gas-alternate-content .list-container .gas-station-card .prices {
  display: flex;
  gap: 15px;
  font-size: 11px;
}
@media screen and (max-width: 380px) {
  section.gas-alternate-content .list-container .gas-station-card .prices {
    font-size: 10px;
    line-height: 15px;
  }
}
section.gas-alternate-content .list-container .gas-station-card .prices span.tachado {
  text-decoration: line-through;
  margin-left: 6px;
  color: gray;
}
@media screen and (max-width: 600px) {
  section.gas-alternate-content .list-container .gas-station-card .prices span.tachado {
    position: absolute;
    top: 15px;
    width: 100%;
    text-align: center;
    left: 0;
    margin: 0;
    padding-left: 15px;
  }
}
section.gas-alternate-content .list-container .gas-station-card .prices .row {
  width: fit-content;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
section.gas-alternate-content .list-container .gas-station-card .prices .row label {
  margin: 0;
}
section.gas-alternate-content .list-container .gas-station-card .price-name {
  margin-right: 3px;
}
section.gas-alternate-content .list-container .gas-station-card .price-name:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 20px;
}
section.gas-alternate-content .list-container .gas-station-card .sin-plomo-plus-list .price-name::before {
  background-color: #1F77DC;
}
section.gas-alternate-content .list-container .gas-station-card .sin-plomo-list .price-name::before {
  background-color: #FFAA27;
}
section.gas-alternate-content .list-container .gas-station-card .gasoleo-list .price-name::before {
  background-color: #CF6E29;
}

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