/*! Generated by Live LESS Theme Customizer */
/* HIGHLIGHT MENU*/
.where-are-we__item-menu {
  background-color: #333333;
  color: white;
  border-radius: 4px;
}
.where-are-we__list {
  margin-top: 50px;
  margin-bottom: 50px;
}
.where-are-we__list__item {
  cursor: pointer;
  text-transform: uppercase;
  padding: 60px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}
.where-are-we__list__item--valencia {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/reserva/giner-seleccion-valencia.jpg ") center center;
  background-size: cover;
}
.where-are-we__list__item--valencia:hover,
.where-are-we__list__item--valencia.active {
  background: linear-gradient(rgba(255, 239, 68, 0.8), rgba(255, 239, 68, 0.8)), url("../img/reserva/giner-seleccion-valencia.jpg ") center center;
  background-size: cover;
}
.where-are-we__list__item--benissa {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/reserva/giner-seleccion-benissa.jpg ") center center;
  background-size: cover;
}
.where-are-we__list__item--benissa:hover,
.where-are-we__list__item--benissa.active {
  background: linear-gradient(rgba(255, 239, 68, 0.8), rgba(255, 239, 68, 0.8)), url("../img/reserva/giner-seleccion-benissa.jpg ") center center;
  background-size: cover;
}
.where-are-we__list__item--alicante {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/reserva/giner-seleccion-alicante.jpg ") center center;
  background-size: cover;
}
.where-are-we__list__item--alicante:hover,
.where-are-we__list__item--alicante.active {
  background: linear-gradient(rgba(255, 239, 68, 0.8), rgba(255, 239, 68, 0.8)), url("../img/reserva/giner-seleccion-alicante.jpg ") center center;
  background-size: cover;
}
.where-are-we__list__item h3,
.where-are-we__list__item p {
  line-height: 120%;
  font-size: 21px;
  font-weight: lighter;
}
.where-are-we__list__item p {
  font-weight: bold;
}
.where-are-we__location__content {
  padding-left: 0;
  padding-right: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.where-are-we__location__content__text h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.where-are-we__location__content__text p {
  color: inherit;
}
.where-are-we__location__content__text__action-zone {
  margin: 40px 0;
}
.where-are-we__location__content__text__action-zone h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #999999;
}
.where-are-we__location__content__text .button-no-border {
  text-transform: uppercase;
  background-color: #ffef44;
  color: #333333;
  border: 2px solid #ffffff;
  border-radius: 6px;
  padding: 0;
  display: inline-block;
}
.where-are-we__location__content__text .button-no-border span {
  display: inline-block;
}
.where-are-we__location__content__text .button-no-border .text {
  padding: 15px 30px;
  font-weight: 500;
}
.where-are-we__location__content__text .button-no-border span.icon {
  border-left: 2px solid #ffffff;
  padding: 15px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .where-are-we__location__content__text .button-no-border {
    /***** MEDIUM *****/
  }
  .where-are-we__location__content__text .button-no-border footer button span.text {
    padding: 15px 9px;
  }
}
@media (max-width: 767px) {
  .where-are-we__location__content__text .button-no-border {
    /***** MOBILE *****/
  }
  .where-are-we__location__content__text .button-no-border footer button span.text {
    padding: 15px 20px;
  }
}
.where-are-we__location__content__text .button-no-border .text {
  width: 160px;
}
@media (max-width: 991px) {
  .where-are-we .col-md-4 {
    padding-bottom: 20px;
  }
  .where-are-we__location__content__text {
    text-align: center;
  }
  .where-are-we__location__content__text h3 {
    margin-top: 40px;
  }
}
