@font-face {
  font-family: "dinproregular";
  src: url("../../fonts/dinpro_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dinprobold";
  src: url("../../fonts/dinpro_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bronicebold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("bronicebold"), url("../../fonts/Bronice_Bold.woff") format("woff");
}
@font-face {
  font-family: "broniceregular";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("broniceregular"), url("../../fonts/Bronice_Regular.woff") format("woff");
}
/** Media Queries **/
h1,
h2,
h3 {
  font-family: "bronicebold";
  line-height: 1.5;
}

#banner-home {
  margin-bottom: 0;
  position: relative;
}
#banner-home .slick-dots {
  bottom: 30px;
  color: #28a89d;
  position: absolute;
}
#banner-home .slick-dots li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}
#banner-home .slick-dots li.slick-active,
#banner-home .slick-dots li:hover {
  opacity: 1;
}
#banner-home .bannerHome {
  margin-bottom: 0;
}
#banner-home .bannerHome img {
  height: auto;
  width: 100%;
}
#banner-home .spotify {
  position: absolute;
  right: 20px;
  bottom: -80px;
}
#banner-home .spotify img {
  width: auto;
}

.home .seccion-top p a {
  background-color: #ff6900;
  border-radius: 18px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: "dinprobold";
  font-size: 15px;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin-inline: 15px;
  margin-top: 20px;
}

#contenido-home {
  overflow-x: hidden;
  position: relative;
}
#contenido-home .figure01,
#contenido-home .figure02 {
  padding-inline: 0;
  position: absolute;
  max-width: 180px;
  width: auto;
}
@media (max-width: 767px) {
  #contenido-home .figure01,
  #contenido-home .figure02 {
    display: none;
  }
}
#contenido-home .figure01 {
  right: -20px;
  top: 100px;
}
#contenido-home .figure02 {
  left: -20px;
  bottom: 100px;
}
#contenido-home h3 {
  font-size: 15px;
}

#locations-home {
  padding-block: 80px;
}
#locations-home .container {
  max-width: 1160px;
}
#locations-home h2 {
  color: #28a89d;
  font-size: 24px;
  margin-bottom: 3rem;
}
#locations-home h2::after {
  content: "";
  display: block;
  font-family: "Arial";
  background: #ff6900;
  height: 5px;
  width: 120px;
  margin-inline: auto;
  margin-block: 30px 0;
}
@media (max-width: 1200px) {
  #locations-home h2 {
    font-size: 22px;
  }
}
#locations-home h3 {
  color: #28a89d;
  font-size: 18px;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
#locations-home .items-locations {
  gap: 60px;
}
@media (max-width: 1200px) {
  #locations-home .items-locations {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
#locations-home .item-location .row_i {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-block: 30px 40px;
}
#locations-home .item-location .row_i a {
  background-color: #ff6900;
  border-radius: 18px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: "dinprobold";
  font-size: 15px;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  #locations-home .item-location .row_i {
    align-items: center;
    flex-direction: column;
  }
}

#testimonials-home {
  background-color: #f7f7f7;
  padding-block: 80px;
}
#testimonials-home .right-testimonials {
  position: relative;
}
#testimonials-home .estrellas-testimonial {
  display: flex;
  gap: 10px;
}
#testimonials-home .texto-testimonial {
  height: 170px;
  overflow-y: scroll;
}
#testimonials-home .btn-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#testimonials-home .btn-wrap button {
  background-color: transparent;
  border: none;
  width: 25px;
  height: 64px;
  gap: 0px;
  border-radius: 15px;
  opacity: 0px;
}
#testimonials-home .btn-wrap button i {
  color: #787878;
  font-size: 30px;
}

#gente-brava {
  padding-block: 80px;
}
#gente-brava h2 {
  color: #28a89d;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  word-wrap: break-word;
  text-transform: uppercase;
}
#gente-brava .item-slider-gb {
  padding: 0 10px;
  position: relative;
  display: inline-flex !important;
  height: 270px;
  align-items: center;
  justify-content: center;
}
#gente-brava .item-slider-gb:hover {
  transform: scale(1.1);
}
#gente-brava .item-slider-gb img {
  border-radius: 15px;
  cursor: pointer;
}
#gente-brava .item-slider-gb .image-gente {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
#gente-brava .item-slider-gb .open-zoom {
  left: calc(50% - 25px);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: 0.5s all ease;
  top: calc(50% - 25px);
}
#gente-brava .item-slider-gb:hover .open-zoom {
  opacity: 1;
  transition: 0.5s all ease;
}
#gente-brava .btn-wrap button {
  background-color: #f7f7f7;
  border: none;
  width: 64px;
  height: 64px;
  gap: 0px;
  border-radius: 15px;
  opacity: 0px;
}
#gente-brava .btn-wrap button i {
  color: #787878;
  font-size: 30px;
}
#gente-brava .btn-wrap button:hover {
  background-color: #787878;
}
#gente-brava .btn-wrap button:hover i {
  color: #f7f7f7;
}
@media (max-width: 480px) {
  #gente-brava .btn-wrap {
    display: none;
  }
}
#gente-brava .slick-dots {
  bottom: -30px;
}
#gente-brava .slick-dots li.slick-active button:before {
  color: #ff6900;
}
#gente-brava .slick-dots li button:before {
  color: #b0b0b0;
  font-size: 16px;
  opacity: 1;
}

#promotions-home h2 {
  color: #28a89d;
  font-size: 24px;
  line-height: 2;
  margin-bottom: 3rem;
  word-wrap: break-word;
}
#promotions-home h2::after {
  content: "";
  display: block;
  font-family: "Arial";
  background: #ff6900;
  height: 5px;
  width: 120px;
  margin-block: 30px 0;
}
#promotions-home h3 {
  color: #28a89d;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  word-wrap: break-word;
  text-transform: uppercase;
}
#promotions-home .left-promotions {
  background-color: #f7f7f7;
  gap: 0px;
  border-radius: 15px;
  padding: 50px 35px;
}
#promotions-home .left-promotions p {
  font-size: 28px;
  margin-bottom: 2rem;
}
#promotions-home .left-promotions p:last-child {
  margin-bottom: 0;
}
#promotions-home .left-promotions a {
  background-color: #ff6900;
  border-radius: 18px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: "dinprobold";
  font-size: 15px;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1200px) {
  #promotions-home .items-promotions {
    flex-wrap: wrap;
  }
}
#promotions-home .item-promotion {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0 15px;
}
@media (max-width: 991px) {
  #promotions-home .item-promotion {
    margin-bottom: 30px;
  }
}
#promotions-home .item-promotion .row_i {
  align-items: center;
  display: flex;
  background-color: #f7f7f7;
  gap: 20px;
  padding: 25px;
}
#promotions-home .item-promotion .row_i a {
  background-color: #ff6900;
  border-radius: 18px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: "dinprobold";
  font-size: 15px;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  width: 110px;
}

#arte-bravo {
  padding-block: 80px;
}
#arte-bravo h2 {
  color: #28a89d;
  font-size: 24px;
  line-height: 2;
  margin-bottom: 3rem;
  word-wrap: break-word;
  position: relative;
}
#arte-bravo h2::after {
  background: #f7f7f7;
  border-radius: 20px;
  content: "";
  left: 0;
  width: calc(50% - 160px);
  height: 100%;
  position: absolute;
}
@media (max-width: 520px) {
  #arte-bravo h2::after {
    display: none;
  }
}
#arte-bravo h2::before {
  background: #f7f7f7;
  border-radius: 20px;
  content: "";
  right: 0;
  width: calc(50% - 160px);
  height: 100%;
  position: absolute;
}
@media (max-width: 520px) {
  #arte-bravo h2::before {
    display: none;
  }
}
#arte-bravo h3 {
  color: #28a89d;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  word-wrap: break-word;
  text-transform: uppercase;
}
#arte-bravo #carrusel-ab {
  padding-block: 40px;
}
@media (max-width: 480px) {
  #arte-bravo #carrusel-ab {
    padding-inline: 0;
  }
}
#arte-bravo #carrusel-ab .item-arte {
  padding-inline: 15px;
}
#arte-bravo #carrusel-ab .item-arte .content-item {
  background-color: #f5f5f5;
  border-radius: 15px;
}
#arte-bravo #carrusel-ab .item-arte .image-arte {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-inline: auto;
  max-width: 200px;
}
#arte-bravo .contenedor-cta a {
  background-color: #ff6900;
  border-radius: 18px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: "dinprobold";
  font-size: 15px;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
}
#arte-bravo .slick-dots {
  bottom: 0;
}
#arte-bravo .slick-dots li.slick-active button:before {
  color: #ff6900;
}
#arte-bravo .slick-dots li button:before {
  color: #b0b0b0;
  font-size: 16px;
  opacity: 1;
}

.item-arte img {
  cursor: pointer;
}

#slider-testimonials .slick-prev:before,
#slider-testimonials .slick-next:before {
  color: #787878;
  font-size: 30px;
}

.item-slider-testimonial {
  padding: 0 15px;
}
.item-slider-testimonial .content-item {
  background-color: #ffffff;
  padding: 20px;
  position: relative;
}
.item-slider-testimonial h3 {
  font-family: "dinprobold";
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 0;
}
.item-slider-testimonial .row_1 {
  display: flex;
}
.item-slider-testimonial .row_1 img {
  height: 44px;
  width: 44px;
}
.item-slider-testimonial .row_1 img.google-icon {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 20px;
  height: auto;
}
.item-slider-testimonial .row_1 div {
  margin-left: 15px;
}
.item-slider-testimonial .row_1 div .fecha-testimonial {
  color: #787878;
  font-size: 16px;
}

#testimonials-home .left-testimonials {
  width: 270px;
  text-align: center;
}
@media (max-width: 1200px) {
  #testimonials-home .left-testimonials {
    width: 100%;
  }
}
#testimonials-home .left-testimonials h2 {
  font-family: "dinprobold";
}
#testimonials-home .left-testimonials h3 {
  font-size: 1.2rem;
  font-family: "dinproregular";
}
#testimonials-home .left-testimonials h3 b {
  font-family: "dinprobold";
}
#testimonials-home .right-testimonials {
  width: calc(100% - 300px);
}
@media (max-width: 1200px) {
  #testimonials-home .right-testimonials {
    width: 100%;
  }
}
#testimonials-home .slick-dots {
  margin-top: 1.5rem;
}
#testimonials-home .slick-dots li.slick-active button:before {
  color: #ff6900;
}
#testimonials-home .slick-dots li button:before {
  color: #787878;
  font-size: 15px;
}

#carouselGenteBrava .carousel-control-next,
#carouselGenteBrava .carousel-control-prev,
#carouselExample .carousel-control-next,
#carouselExample .carousel-control-prev {
  opacity: 1;
  font-size: 2rem;
}
#carouselGenteBrava .carousel-indicators [data-bs-target],
#carouselExample .carousel-indicators [data-bs-target] {
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #787878;
}
#carouselGenteBrava .carousel-indicators .active,
#carouselExample .carousel-indicators .active {
  background-color: #ff6900;
}

.modal-dialog {
  max-width: 650px;
}
@media (max-width: 1366px) {
  .modal-dialog {
    max-width: 500px;
  }
}

.modal-content {
  border: none;
  border-radius: 20px;
}
.modal-content .modal-body {
  border-radius: 20px 20px 0 0;
  padding: 0;
}
.modal-content .modal-body .carousel-inner {
  background-color: #e6e6e6;
  border-radius: 20px 20px 0 0;
}
.modal-content .modal-body .carousel-inner .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 700px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .modal-content .modal-body .carousel-inner .carousel-item img {
    max-height: 450px;
  }
}
.modal-content .modal-body .modal-footer {
  background-color: #f7f7f7;
  border: none;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content .modal-body .modal-footer .cta {
  background-color: #ff6900;
  border-radius: 18px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: "dinprobold";
  font-size: 15px;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
}

#modalArteBravo .modal-content .modal-body .carousel-inner .carousel-item img {
  max-width: 100%;
  width: auto !important;
}

.seccion-top {
  padding-block: 80px 40px;
}
.seccion-top .row {
  max-width: 1160px;
  margin-inline: auto;
}
.seccion-top h2 {
  color: #28a89d;
  font-size: 24px;
  margin-bottom: 3rem;
}
.seccion-top h2::after {
  content: "";
  display: block;
  font-family: "Arial";
  background: #ff6900;
  height: 5px;
  width: 120px;
  margin-inline: auto;
  margin-block: 30px 0;
}
@media (max-width: 991px) {
  .seccion-top h2 {
    font-size: 22px;
  }
}
.seccion-top h3 {
  color: #28a89d;
  font-size: 18px;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.item-location .picture-item {
  display: block;
  margin-bottom: 25px;
}
.item-location .picture-item img {
  width: 100%;
}
.item-location .description-item {
  background-color: #f7f7f7;
  padding: 40px;
  text-align: center;
}
.item-location .description-item h2 {
  color: #28a89d;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .item-location .description-item h2 {
    font-size: 20px;
  }
}
.item-location .description-item h3 {
  font-family: "dinproregular";
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .item-location .description-item h3 {
    font-size: 19px;
  }
}
.item-location .description-item h4 {
  font-family: "dinprobold";
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 991px) {
  .item-location .description-item h4 {
    font-size: 17px;
  }
}
.item-location .description-item ul {
  font-weight: 600;
  list-style: none;
  margin-bottom: 40px;
  min-height: 90px;
  padding: 0;
}
.item-location .description-item a {
  background-color: #ff6900;
  border-radius: 25px;
  color: #ffffff;
  padding: 10px 25px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .item-location .description-item a {
    display: inline-flex;
    margin: 0.5rem 0;
  }
}
.item-location .location-item iframe {
  border-radius: 0 0 25px 25px;
  width: 100%;
}

.seccion-bottom {
  margin-bottom: 80px;
}
.seccion-bottom .hashtag-section {
  background-color: #f7f7f7;
  border-radius: 15px;
  color: #28a89d;
  font-size: 22px;
  font-weight: 700;
  padding: 35px 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .seccion-bottom .hashtag-section {
    font-size: 20px;
  }
}
.seccion-bottom .hashtag-section p {
  word-wrap: break-word;
  margin-bottom: 0;
}
.seccion-bottom .button-seccion-bottom {
  text-align: center;
}
.seccion-bottom .button-seccion-bottom span {
  background-color: #ffffff;
  border-radius: 5px;
  color: #ff6900;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 1px 1px 15px #d7c8c8;
  padding: 0.5rem 1.5rem;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .seccion-bottom .button-seccion-bottom span {
    font-size: 18px;
  }
}

body.page-template-about-us {
  background: url("../../images/fondo-about.png");
  background-position-y: -70px;
  background-repeat: no-repeat;
  background-size: cover;
}

.galeria-page {
  margin-block: 40px 80px;
}
@media (max-width: 991px) {
  .galeria-page .item-galeria {
    margin-bottom: 1rem;
  }
}

.item-promotion {
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 25px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0;
}
.item-promotion .text-item {
  padding: 50px;
}
.item-promotion .text-item h3 {
  color: #28a89d;
  font-size: 24px;
  margin-bottom: 40px;
}
.item-promotion .text-item p {
  font-size: 20px;
}
.item-promotion .text-item h4 {
  font-size: 18px;
}
.item-promotion .image-item {
  padding: 0;
}
@media (max-width: 991px) {
  .item-promotion {
    flex-direction: column-reverse;
  }
  .item-promotion .picture-item {
    border-radius: 25px 25px 0 0;
  }
  .item-promotion .picture-item img {
    border-radius: 25px 25px 0 0;
  }
}

#promotions-list .item-promotion:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  #promotions-list {
    padding-inline: 15px;
  }
  #promotions-list .item-promotion:nth-child(2n) {
    flex-direction: column-reverse;
  }
}

.form-page {
  background-color: #f7f7f7;
  border-radius: 25px;
  margin-bottom: 30px;
  padding: 30px 40px;
}
.form-page form p label {
  width: 100%;
}
.form-page form p label .wpcf7-form-control-wrap {
  width: 100%;
}
.form-page form p label .wpcf7-form-control-wrap input,
.form-page form p label .wpcf7-form-control-wrap textarea {
  border: none;
  border-radius: 18px;
  color: #232323;
  padding: 5px 10px;
  width: 100%;
}
.form-page form p label .wpcf7-form-control-wrap input::-moz-placeholder, .form-page form p label .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #232323;
}
.form-page form p label .wpcf7-form-control-wrap input::placeholder,
.form-page form p label .wpcf7-form-control-wrap textarea::placeholder {
  color: #232323;
}
.form-page form p label .wpcf7-form-control-wrap textarea {
  max-height: 85px;
}
.form-page form p:last-child {
  margin-bottom: 0;
}
.form-page form input[type=submit] {
  background-color: #ff6900;
  border-color: transparent;
  border-radius: 18px;
  color: #ffffff;
  display: inline-flex;
  font-family: "dinprobold";
  font-size: 16px;
  padding: 5px 25px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .form-page form input[type=submit] {
    width: 100%;
  }
}

.form2 p {
  color: #28a89d;
  font-weight: 700;
}
.form2 form p label .wpcf7-form-control-wrap {
  width: auto;
}
.form2 form p label .wpcf7-form-control-wrap input {
  width: calc(100% - 130px);
}
@media (max-width: 767px) {
  .form2 form p label .wpcf7-form-control-wrap input {
    width: 100%;
    margin-bottom: 15px;
  }
}

.seccion-top .row-full {
  max-width: 100%;
}

.item-menu {
  border-bottom: 1px solid #ff6900;
  max-width: 1250px;
  margin-inline: auto;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  padding-inline: 15px;
  flex-wrap: wrap;
}
.item-menu .text-item {
  padding-right: 40px;
}
.item-menu .text-item h3 {
  color: #28a89d;
  font-size: 24px;
  margin-bottom: 40px;
}
.item-menu .text-item .item-list-menu {
  margin-bottom: 25px;
}
.item-menu .text-item .item-list-menu p {
  margin-bottom: 0;
}
.item-menu .text-item .item-list-menu p .title-row {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
}
.item-menu .text-item .item-list-menu p .price-row {
  background-color: #ffffff;
  color: #ff6900;
  font-size: 20px;
  font-weight: 600;
  z-index: 1;
}
.item-menu .text-item .item-list-menu p.first-row {
  display: flex;
  justify-content: space-between;
  overflow-x: hidden;
  position: relative;
}
.item-menu .text-item .item-list-menu p.first-row::after {
  content: "............................................................................................................................................................................................................................................................";
  color: #ff6900;
  position: absolute;
  left: 0;
  bottom: 3px;
}
@media (max-width: 520px) {
  .item-menu .text-item .item-list-menu p.first-row {
    flex-direction: column;
  }
  .item-menu .text-item .item-list-menu p.first-row span {
    width: 70%;
  }
  .item-menu .text-item .item-list-menu p.first-row::after {
    bottom: initial;
    top: 3px;
  }
}
.item-menu .text-item .item-list-menu p.second-row {
  font-size: 19px;
}
@media (max-width: 520px) {
  .item-menu .text-item {
    padding-right: 0;
  }

  .picture-item {
    display: block !important;
  }
}

#menu-list .item-menu:last-child {
  border-color: transparent;
}

body {
  font-family: "dinproregular";
  font-size: 18px;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
  }
}

.header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101;
}
.header .header-grid {
  justify-content: space-around;
  align-items: center;
  padding-block: 40px;
}
.header .header-grid #menu-menu-principal {
  align-items: center;
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin-bottom: 0;
  padding-left: 0;
}
.header .header-grid #menu-menu-principal li {
  border-radius: 25px;
  background-color: transparent;
}
.header .header-grid #menu-menu-principal li::marker {
  display: none;
}
.header .header-grid #menu-menu-principal li a {
  color: #ffffff;
  display: inline-flex;
  font-family: "dinprobold";
  font-size: 16px;
  padding: 10px 25px;
  text-transform: uppercase;
  text-decoration: none;
}
.header .header-grid #menu-menu-principal li.current-menu-item,
.header .header-grid #menu-menu-principal li:hover {
  background-color: #ff6900;
}
.header .header-grid .header_button {
  display: none;
}
@media (max-width: 991px) {
  .header .header-grid .header_nav-content {
    display: none;
  }
}
@media (max-width: 991px) {
  .header {
    background-color: #ffffff;
    position: relative;
  }
  .header .header-grid {
    align-items: center;
    text-align: center;
    padding-block: 20px;
  }
  .header .header-grid #menu-menu-principal {
    flex-direction: column;
  }
  .header .header-grid #menu-menu-principal li {
    margin-bottom: 15px;
  }
  .header .header-grid #menu-menu-principal li a {
    color: #28a89d;
  }
  .header .header-grid #menu-menu-principal li.current-menu-item a,
  .header .header-grid #menu-menu-principal li:hover a {
    color: #ffffff;
  }
  .header .header-grid .header_button {
    display: initial;
    position: absolute;
    left: 40px;
    top: 40px;
  }
  .header .header-grid .header_button button {
    border: none;
    background-color: transparent;
    color: #28a89d;
    font-size: 30px;
  }
  .header .header-grid .header_button i.aspa {
    display: none;
  }
  .header .header_button .toggle_menu.activo i.aspa {
    display: block;
  }
  .header .header_button .toggle_menu.activo i.hamburguer {
    display: none;
  }
  .header .header_nav-content.activo {
    display: block;
    margin-top: 25px;
  }
}

.footer .top-footer {
  position: relative;
  background-color: #28a89d;
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
}
.footer .top-footer::after {
  background-color: #ffffff;
  content: "";
  left: 0;
  height: 30px;
  top: 0;
  width: 100%;
  position: absolute;
}
.footer .top-footer .row {
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 520px) {
  .footer .top-footer .row {
    padding-block: 80px;
  }
  .footer .top-footer .row .fila-1 {
    bottom: 0;
    position: absolute;
  }
}
.footer .top-footer .col-top-footer {
  text-align: center;
  z-index: 1;
}
.footer .top-footer .col-top-footer a {
  background-color: #ff6900;
  border-radius: 18px;
  color: #ffffff;
  display: inline-flex;
  font-family: "dinprobold";
  font-size: 16px;
  padding: 10px 25px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .top-footer .col-center {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding-bottom: 20px;
}
.footer .top-footer .col-center p {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.65);
}
.footer .top-footer .col-center p span {
  font-weight: 700;
}
@media (max-width: 520px) {
  .footer .top-footer .col-center {
    justify-content: center;
    gap: 0;
  }
  .footer .top-footer .col-center img {
    width: 60px;
  }
  .footer .top-footer .col-center p {
    font-size: 20px;
    padding-inline: 10px;
  }
}
.footer .top-footer .col-last {
  padding-bottom: 35px;
}
.footer .bottom-footer {
  background: url("../../images/bg-footer.jpg");
  background-size: cover;
  color: #ffffff;
}
@media (max-width: 520px) {
  .footer .bottom-footer {
    background-image: url("../../images/bg-footer-mobile.png");
  }
}
.footer .bottom-footer .row1 {
  padding-block: 60px;
  justify-content: space-between;
}
@media (max-width: 520px) {
  .footer .bottom-footer .row1 {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
.footer .bottom-footer .col-locations {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 520px) {
  .footer .bottom-footer .col-locations {
    flex-direction: column;
  }
}
.footer .bottom-footer .col-locations .left-widget,
.footer .bottom-footer .col-locations .right-widget {
  display: flex;
  gap: 25px;
}
.footer .bottom-footer .col-locations .left-widget h4,
.footer .bottom-footer .col-locations .right-widget h4 {
  font-family: "dinprobold";
  font-size: 22px;
}
@media (max-width: 520px) {
  .footer .bottom-footer .col-locations .left-widget,
  .footer .bottom-footer .col-locations .right-widget {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .footer .bottom-footer .col-locations .left-widget div,
  .footer .bottom-footer .col-locations .right-widget div {
    width: 100%;
  }
}
.footer .bottom-footer .col-locations .right-widget {
  padding-left: 35px;
  margin-left: 35px;
  border-left: 2px solid #fff;
}
@media (max-width: 520px) {
  .footer .bottom-footer .col-locations .right-widget {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    padding-top: 35px;
    border-top: 2px solid #fff;
  }
}
.footer .bottom-footer .col-redes a {
  color: #ffffff;
  font-size: 26px;
  margin: 0 5px;
}
.footer .bottom-footer .row2 {
  margin-bottom: 40px;
}
.footer .bottom-footer .row2 .reservations-footer {
  font-family: "dinprobold";
  font-size: 22px;
  border: 6px solid #28a89d;
  border-radius: 6px;
  padding-block: 10px;
}
@media (max-width: 520px) {
  .footer .bottom-footer .row2 .reservations-footer {
    margin-inline: auto;
    max-width: 90%;
    font-size: 16px;
  }
}
.footer .bottom-footer .copyright {
  border-top: 1px solid #ffffff;
  padding-block: 20px;
}

.banner img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  .banner img {
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*# sourceMappingURL=app.css.map */
