@charset "UTF-8";
.promo-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
  padding: 0 10px;
  justify-items: center;
}

.promo-image-item {
  width: 100%;
  max-width: 100%;
}

.promo-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.promo-image:hover {
  transform: scale(1.05);
}

.resevationmobile {
  display: none !important;
}

.whatsapp-btn {
  position: fixed;
  bottom: 75px;
  right: 10px;
  /* Cambié 'left: 20px' por 'right: 20px' */
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  font-size: 24px;
  color: white;
  text-decoration: none;
}

.whatsapp-btn:focus,
.whatsapp-btn:active {
  outline: none;
  background-color: #25D366;
  color: white;
}

.whatsapp-btn i {
  color: white;
}

.whatsapp-btn:focus i,
.whatsapp-btn:active i {
  color: white;
}

.whatsapp-btn:hover {
  background-color: #1EBE5D;
}

@media (max-width: 1299px) {
  .right-section {
    display: none;
  }
  .promo-responsive-container {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .promo-image-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1300px) {
  .promo-responsive-container {
    display: none !important;
  }
}
@media (max-width: 430px) {
  .w-300px {
    width: 200px !important;
  }
  .active3 {
    font-size: 45px !important;
  }
  .section-title2 {
    font-size: 35px !important;
  }
  .social-links img {
    width: 150px !important;
  }
  .mail2 {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 332px) {
  .w-300px {
    width: 150px !important;
  }
  .active2 {
    font-size: 40px !important;
  }
}/*# sourceMappingURL=ajustes.css.map */