#mm-0 {
  overflow-x: hidden;
}

/* MAP */

header .simple-gmap-address,
header .simple-gmap-link {
  display: none;
}

.simple-gmap-static-map {
  text-align: center;
}

/* STATION MAIN INFO */

.main-station-info {
  position: relative;
  width: 50%;
  background: #D32F30;
  color: white;
  padding: 12px;
  border-radius: 3px;
  margin: 0 auto 30px;
}

.main-station-info2 {
  position: relative;
  width: 30%;
  background: #000;
  color: white;
  padding: 12px;
  border-radius: 3px;
  margin: 0 auto 30px;
}

#contenedor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}



.main-station-info a {
  color: white;
}

.station-name {
  margin: 0;
  font-weight: 700;
}

.station-name > div, .station-field > div {
  display: inline-block;
}

.main-station-info .simple-gmap-link {
  margin: 0;
}

.main-station-info .simple-gmap-static-map,
.main-station-info .simple-gmap-address {
  display: none;
}

.station-field p {
  margin: 0;
}

.station-field {
  display: flex;
  margin: 6px 0;
}

.station-field:last-child {
  margin-bottom: 18px;
}

.station-field i {
  min-width: 50px;
  font-size: xx-large;
  text-align: center;
}

.simple-gmap-link a {
  position: absolute;
  border-radius: 3px;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  text-align: center;
  background: white;
  color: black;
  font-size: xx-large;
  font-weight: 700;
  box-shadow: 0px 0px 4px #00000070;
}

.simple-gmap-link a:after {
  content: '\f04b';
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 5px;
  font-size: 20px;
}

/* STATION PANELS */

.station-panels > div {
  flex: 1 1 215px;
  padding: 24px;
  border-left: 1px solid #d3002e;
}

.station-panels {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.station-panels h3 {
  font-weight: 700;
}

.station-panels h3,
.station-panels h4 {
  margin: 0;
  flex: 1 0 100%;
}

/* STATION PRICES */
.prices-flex {
  display: flex;
  flex-wrap: wrap;
}

.field-price {
  margin-right: 6px;
  flex: 1 1 161px;
}

.field-price > div > div:first-child {
  font-size: xx-small;
  margin-left: auto;
}

.field-price > div > div:last-child {
  font-size: large;
}
.field-price > div {
  display: flex;
  flex-direction: column-reverse;
  max-width: 120px;
  font-weight: 700;
  color: white;
  padding: 0 6px 2px;
  margin: 6px 0;
  border-radius: 3px;
}

.field-premium > div {
  background-color: rgb(244, 67, 54);
}

.field-magna > div{
  background-color: rgb(43, 195, 166);
}

.field-diesel > div {
  background-color: rgb(70, 64, 80);
}

/* STATION PAYMENT METHODS */
.has_illustration .field--name-name {
  display: none;
}

.field--name-field-pagina-promocional {
  text-align: center;
}

.station-paymethods .has_illustration {
  flex: 1 1 83px;
  margin: 24px 6px;
  order: 1;
}

.has_illustration > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.has_illustration > div > div:nth-child(3) {
  text-align: center;
  margin-bottom: 24px;
}

.station-paymethods .no_illustration {
  width: 100%;
}

.station-paymethods {
  display: flex;
  flex-wrap: wrap;
}

.station-paymethods i {
  font-size: xx-small;
  margin: 0 6px 0 12px;
  color: #d3002e;
}

.has_illustration > div > div:first-child {
  display: flex;
  /*height: 60px;*/
  align-items: center;
}

.has_illustration p {
  display: none;
}

/* STATION SERVICES */

.station-amenities > div > div:before {
  content: '\f111';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: xx-small;
  margin: 0 6px 0 12px;
  color: #d3002e;
}

.station-amenities h4 {
  margin-bottom: 24px;
}
@media only screen and (min-width:675px){
  .station-panels > div.station-prices {
    border-left: none;
  }
}
@media only screen and (max-width:425px){
  .field-price {
    flex: 1 1 74px;
  }
}
@media only screen and (min-width:321px){
  .field-price > div > div:last-child {
    font-size: x-large;
  }
}
@media only screen and (min-width:768px){
  
  #content,.contextual-region {
    position: unset;
  }
  
  /* MAP */
  header {
    /*position: relative;
    z-index: -1;
    margin-bottom: -115px;*/
    position: absolute;
    width: 100vw;
    left: 0;
  }
  
  .simple-gmap-static-map img {
    width: 100vw;
    max-height: 40vh;
    max-width: 1110px;
    object-fit: cover;
    /*max-width: 1920px;*/
        border-radius: 5px;
    box-shadow: 0 0 10px #00000052;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    
  }
  
  /*header:after {
    content: '';
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 6px;
    background: #d3002e;
    display: block;
  }*/
  
  /* STATION MAIN INFO */
  .main-station-info {
    width: 50%;
    /*margin-top: 30vw;*/
    margin-top: 350px;

  }

  .main-station-info2 {
    width: 30%;
    margin-top: 350px;
    text-align: center;
  }
}

header .field.field--name-field-direccion- {
    width: 100%;
    margin-top: 59px;
}

.has_illustration:nth-child(4) {
    display: none;
}
