@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);
*,
body {
  margin: 0;
  padding: 0;
}
.gif-background,
.video-background {
  z-index: 0;
  object-fit: cover;
}
.gif-background,
.overlay,
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.btn-primary-hero-section:hover,
.btn-primary-hero:hover {
  background: var(--color-fourth);
  box-shadow: 0 8px 20px rgba(74, 191, 174, 0.3);
  transform: translateY(-2px);
}
.btn-secondary,
.stats-card {
  backdrop-filter: blur(10px);
}
:root {
  --color-primary: #4abfae;
  --color-secondary: #00372c;
  --color-third: #cbf17c;
  --color-fourth: #00897a;
}
* {
  font-family: Inter, sans-serif;
  box-sizing: border-box;
}
#inicio {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 3rem 0;
}
@media (min-width: 1920px) {
  #inicio {
    padding: 10rem 0;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #inicio {
    padding: 8rem 0;
  }
}
.gif-background {
  display: none;
}
.overlay {
  background: linear-gradient(
    135deg,
    rgba(0, 55, 44, 0.75) 0,
    rgba(0, 55, 44, 0.55) 100%
  );
  z-index: 1;
}
.content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
.contact-text,
.hero-text {
  color: #fff;
}
.hero-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.gradient-text {
  color: #fff;
  font-weight: 700;
}
.gradient-text span {
  text-decoration: underline 3px solid white;
  text-underline-offset: 10px;
}
@media (min-width: 1920px) {
  .gradient-text span {
    text-decoration-thickness: 4px;
    text-underline-offset: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .gradient-text span {
    text-decoration-thickness: 3px;
    text-underline-offset: 10px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  #inicio {
    padding: 6.5rem 0;
  }
  .gradient-text span {
    text-decoration-thickness: 3px;
    text-underline-offset: 9px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #inicio {
    padding: 5.5rem 0;
  }
  .gradient-text span {
    text-decoration-thickness: 2.5px;
    text-underline-offset: 8px;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  #inicio {
    padding: 4rem 0;
  }
  .gradient-text span {
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
  }
}
@media (max-width: 719px) {
  #inicio {
    padding: 8rem 0;
  }
  .gradient-text span {
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
}
.hero-description {
  font-size: 0.95rem;
  color: #e5e7eb;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  max-width: 42rem;
}
.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 1.75rem;
}
.btn-primary-hero,
.btn-primary-hero-section,
.btn-secondary {
  padding: 0.65rem 1.3rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  font-size: 0.875rem;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}
.btn-primary-hero-section {
  background: #fff;
  border-radius: 0.5rem;
  color: #000;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.btn-primary-hero-section:hover {
  color: #fff;
}
.btn-primary-hero {
  background: var(--color-primary);
  border-radius: 0.5rem;
  color: #fff;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
  color: #fff;
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
.hero-stats {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
}
.stat-item,
.testimonials__cta {
  text-align: center;
}
.stat-number {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--color-primary);
}
.stat-label {
  font-size: 0.7rem;
  color: #d1d5db;
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero-image-wrapper {
  position: relative;
  margin-top: 1.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.hero-image-blur {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    rgba(74, 191, 174, 0.15),
    transparent
  );
  border-radius: 1.5rem;
  filter: blur(1.5rem);
}
.hero-image {
  position: relative;
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: auto;
  display: block;
}
.stats-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(74, 191, 174, 0.2);
  padding: 0.875rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  display: inline-block;
  margin: 0.5rem 0.25rem;
}
.stats-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.stats-card-number {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color-secondary);
}
.scroll-indicator span,
.stats-card-label {
  font-size: 0.7rem;
  text-transform: uppercase;
}
.stats-card-label {
  color: #4b5563;
  margin-top: 0.25rem;
  letter-spacing: 0.05em;
}
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  animation: 2s infinite bounce;
}
.scroll-indicator span {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.scroll-indicator svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  opacity: 0.8;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}
@media (min-width: 1920px) {
  .hero-container {
    max-width: 1600px;
    padding: 4rem 3rem;
  }
  .hero-grid {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 5rem;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-description {
    font-size: 1.15rem;
  }
  .hero-buttons {
    flex-direction: row;
    gap: 1rem;
  }
  .btn-primary-hero,
  .btn-secondary {
    padding: 0.75rem 1.75rem;
    font-size: 0.95rem;
  }
  .stat-number {
    font-size: 2rem;
  }
  .stat-label,
  .stats-card-label {
    font-size: 0.8rem;
  }
  .hero-image-wrapper {
    max-width: 600px;
  }
  .stats-card-number {
    font-size: 1.75rem;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .hero-container {
    max-width: 1400px;
    padding: 3.5rem 2.5rem;
  }
  .hero-grid {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
  }
  .hero-title {
    font-size: 2.25rem;
  }
  .hero-description {
    font-size: 1.05rem;
  }
  .hero-buttons {
    flex-direction: row;
    gap: 1rem;
  }
  .btn-primary-hero,
  .btn-secondary {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }
  .stat-number {
    font-size: 1.875rem;
  }
  .hero-image-wrapper {
    max-width: 550px;
  }
  .stats-card-number {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-container {
    max-width: 1280px;
    padding: 3rem 2rem;
  }
  .hero-grid {
    grid-template-columns: 1.3fr 0.7fr;
    gap: 3rem;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-buttons {
    flex-direction: row;
    gap: 0.875rem;
  }
  .stat-number {
    font-size: 1.75rem;
  }
  .hero-image-wrapper {
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hero-stats {
    justify-content: center;
  }
  .hero-image-wrapper {
    max-width: 600px;
  }
}
@media (max-width: 720px) {
  .hero-description,
  .hero-title {
    margin-bottom: 1rem;
    text-align: center;
  }
  #inicio {
    min-height: 100vh;
  }
  .video-background {
    display: none;
  }
  .gif-background {
    display: block;
  }
  .hero-container {
    padding: 2.5rem 1.25rem;
  }
  .hero-title {
    font-size: 1.5rem;
  }
  .hero-description {
    font-size: 0.875rem;
  }
  .hero-buttons {
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .btn-primary-hero,
  .btn-secondary {
    padding: 0.625rem 1.25rem;
    font-size: 0.8rem;
  }
  .hero-stats {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .stat-number {
    font-size: 1.5rem;
  }
  .scroll-indicator span,
  .stat-label,
  .stats-card-label {
    font-size: 0.65rem;
  }
  .hero-image-wrapper {
    margin-top: 1.5rem;
    text-align: center;
    max-width: 100%;
  }
  .stats-card {
    margin: 0.5rem;
    padding: 0.75rem 1rem;
  }
  .stats-card-number {
    font-size: 1.25rem;
  }
  .scroll-indicator {
    bottom: 1.5rem;
  }
  .scroll-indicator svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (max-width: 390px) {
  #inicio {
    padding: 7rem 0;
  }
  .gradient-text span {
    text-decoration-thickness: 1.5px;
    text-underline-offset: 5px;
  }
  .hero-container {
    padding: 2rem 1rem;
  }
  .hero-title,
  .stat-number {
    font-size: 1.3rem;
  }
  .hero-description {
    font-size: 0.8rem;
  }
  .btn-primary-hero,
  .btn-secondary {
    padding: 0.6rem 1.15rem;
    font-size: 0.75rem;
  }
  .hero-stats {
    gap: 1.25rem;
  }
  .stat-label,
  .stats-card-label {
    font-size: 0.6rem;
  }
  .stats-card {
    padding: 0.65rem 0.875rem;
    margin: 0.4rem 0.3rem;
  }
  .stats-card-number {
    font-size: 1.125rem;
  }
  .scroll-indicator {
    bottom: 1rem;
  }
}
.nosotros-title,
.section-title {
  font-size: 2rem;
  font-weight: 700;
}
#areas,
#galeria,
#nosotros,
.testimonials {
  padding: 5rem 0;
  background-color: #fff;
}
#certificaciones,
#oferta {
  padding: 5rem 0;
  background-color: #f9fafb;
}
.promociones-container,
.section-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.section-title {
  margin-bottom: 1rem;
  color: var(--color-secondary);
}
.areas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.features-grid,
.nosotros-grid,
.oferta-grid {
  grid-template-columns: 1fr;
}
.area-card {
  transition: 0.3s;
}
.area-card:hover {
  transform: translateY(-5px);
}
.area-card-image {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 1/1;
}
.area-card-image img,
.oferta-card-image img,
.promo-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.area-card:hover .area-card-image img,
.oferta-card:hover .oferta-card-image img,
.promo-card:hover .promo-card-image img {
  transform: scale(1.1);
}
.area-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.area-card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
}
.area-card-title h3 {
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
}
.feature-icon svg,
.feature-text h4,
.nosotros-title {
  color: var(--color-secondary);
}
.certification-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  margin: 0 auto;
}
.certification-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  background-color: #fff;
  width: 235px;
  height: 150px;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}
.certification-item:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.certification-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: filter 0.3s;
}
.nosotros-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}
.nosotros-image-wrapper {
  position: relative;
  order: 1;
}
.nosotros-image-blur {
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  filter: blur(2rem);
  opacity: 0.2;
  background-color: var(--color-primary);
}
.nosotros-image {
  position: relative;
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: auto;
}
.nosotros-content {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.nosotros-title {
  margin-bottom: 1.5rem;
}
.nosotros-description {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.features-grid {
  display: grid;
  gap: 1.5rem;
}
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.feature-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-third);
}
.feature-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.feature-text h4 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.feature-text p {
  font-size: 0.85rem;
  color: #4b5563;
}
.oferta-intro {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.oferta-intro p {
  font-size: 1rem;
  color: #4b5563;
}
.oferta-grid {
  display: grid;
  gap: 2rem;
}
.oferta-card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
}
.contact-form-wrapper,
.oferta-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.oferta-card-image {
  position: relative;
  height: 16rem;
  overflow: hidden;
}
.oferta-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.oferta-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
}
.contact-section,
.gallery-content {
  position: relative;
}
.badge-primary {
  background-color: var(--color-primary);
}
.badge-fourth {
  background-color: var(--color-fourth);
}
.badge-third {
  background-color: var(--color-third);
  color: var(--color-secondary);
}
.oferta-card-content,
.promo-card-content {
  padding: 1.5rem;
}
.oferta-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--color-secondary);
}
.oferta-card-description {
  font-size: 0.875rem;
  color: #4b5563;
  margin-bottom: 1rem;
}
.oferta-card-content button {
  width: 100%;
}
.gallery-tabs-wrapper {
  margin-bottom: 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.gallery-tabs {
  display: flex;
  gap: 0.5rem;
  min-width: max-content;
  justify-content: flex-start;
  padding-bottom: 1rem;
}
.gallery-tab {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
  background-color: #f3f4f6;
  color: #4b5563;
  border: none;
  cursor: pointer;
}
.bg-circle-1,
.bg-circle-2 {
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  filter: blur(3rem);
}
.gallery-tab:hover {
  background-color: #e5e7eb;
}
.gallery-tab.active {
  background-color: var(--color-primary);
  color: #fff;
}
.btn-loader.hidden,
.gallery-content.hidden,
.gallery-section {
  display: none;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.gallery-item img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  border-radius: 0.75rem;
}
.contact-section {
  padding: 5rem 0;
  overflow: hidden;
  background-color: var(--color-secondary);
}
.contact-bg-decoration {
  position: absolute;
  inset: 0;
  opacity: 0.1;
}
.bg-circle-1 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-primary);
}
.bg-circle-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--color-third);
}
.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
.contact-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.contact-description {
  font-size: 1rem;
  color: #d1d5db;
  margin-bottom: 1rem;
}
.contact-note {
  font-size: 0.875rem;
  color: #9ca3af;
}
.contact-form-wrapper {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--color-secondary);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  font-size: 0.875rem;
  transition: 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: 0;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(74, 191, 174, 0.1);
}
.form-group textarea {
  resize: vertical;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 55, 44, 0.8);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.btn-primary,
.success-icon {
  align-items: center;
  display: flex;
}
.modal-overlay.active,
.promo-popup.active {
  opacity: 1;
  visibility: visible;
}
.modal-overlay.hidden,
.promo-popup {
  opacity: 0;
  visibility: hidden;
}
.modal-content {
  background: #fff;
  border-radius: 1.5rem;
  max-width: 500px;
  width: 90%;
  padding: 2.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transform: scale(0.9) translateY(20px);
  transition: 0.3s;
  position: relative;
}
.modal-overlay.active .modal-content {
  transform: scale(1) translateY(0);
}
.modal-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.success-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--color-primary),
    var(--color-fourth)
  );
  border-radius: 50%;
  justify-content: center;
  margin: 0 auto;
  animation: 0.5s scaleIn;
}
.success-icon svg {
  width: 48px;
  height: 48px;
  color: #fff;
  stroke-width: 3;
}
.modal-description strong,
.promo-detail svg,
.promociones-title span {
  color: var(--color-primary);
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.modal-body {
  text-align: center;
  margin-bottom: 2rem;
}
.modal-title,
.popup-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 1rem;
}
.modal-description {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.modal-description strong {
  font-weight: 600;
}
.modal-info {
  font-size: 0.875rem;
  color: #6b7280;
  background-color: #f9fafb;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border-left: 4px solid var(--color-third);
}
.modal-footer {
  display: flex;
  justify-content: center;
}
.btn-modal-close {
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 0.875rem 2.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 6px rgba(74, 191, 174, 0.2);
}
.btn-modal-close:hover {
  background: var(--color-fourth);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(74, 191, 174, 0.3);
}
.btn-primary {
  position: relative;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
.btn-primary.loading {
  pointer-events: none;
  opacity: 0.7;
}
.btn-primary .btn-text {
  background: var(--color-primary);
  width: 100%;
  color: #fff;
  padding: 1rem 0;
  border-radius: 12px;
  font-weight: 600;
  transition: opacity 0.2s;
}
.btn-loader {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary.loading .btn-loader {
  display: flex;
}
.spinner {
  animation: 2s linear infinite rotate;
  width: 24px;
  height: 24px;
}
.spinner .path {
  stroke: white;
  stroke-linecap: round;
  animation: 1.5s ease-in-out infinite dash;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@media (min-width: 640px) {
  .gallery-tabs {
    justify-content: center;
  }
  .modal-content {
    padding: 2rem 1.5rem;
  }
  .modal-title {
    font-size: 1.5rem;
  }
  .success-icon {
    width: 64px;
    height: 64px;
  }
  .success-icon svg {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 768px) {
  .areas-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid,
  .oferta-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .stat-item {
    flex: 1;
  }
  .hero-image-wrapper {
    display: block;
    margin-top: 0;
  }
  .contact-grid,
  .nosotros-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nosotros-content,
  .nosotros-image-wrapper {
    order: 0;
  }
  .contact-title,
  .nosotros-title {
    font-size: 2.25rem;
  }
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1280px) {
  .contact-title,
  .nosotros-title,
  .section-title {
    font-size: 2.5rem;
  }
}
.gallery-section.active {
  display: block;
}
body.modal-open {
  overflow: hidden;
}
.promociones-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f9fafb 0, #fff 100%);
}
.promociones-header,
.testimonials__header {
  text-align: center;
  margin-bottom: 3rem;
}
.promo-card-title,
.promociones-title {
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.promociones-title {
  font-size: 2rem;
  color: var(--color-secondary);
}
.promociones-subtitle {
  font-size: 1rem;
  color: #6b7280;
}
.carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
}
.carousel-container {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 1rem;
}
.carousel-container::-webkit-scrollbar {
  display: none;
}
.promo-card {
  min-width: 320px;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
  position: relative;
}
.promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.promo-card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--color-primary);
  color: #fff;
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.promo-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.promo-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 55, 44, 0.7), transparent);
}
.promo-card-title {
  font-size: 1.25rem;
  color: var(--color-secondary);
}
.promo-card-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.promo-card-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.promo-detail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #4b5563;
}
.promo-detail svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.promo-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
.promo-price {
  display: flex;
  flex-direction: column;
}
.price-old {
  font-size: 0.875rem;
  color: #9ca3af;
  text-decoration: line-through;
}
.price-new {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
}
.promo-card-cta {
  background: var(--color-primary);
  color: #fff;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.carousel-btn,
.carousel-btn:disabled:hover {
  background: #fff;
  color: var(--color-primary);
}
.promo-card-cta:hover {
  background: var(--color-fourth);
  transform: translateY(-2px);
}
.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.carousel-btn,
.promo-popup {
  align-items: center;
  transition: 0.3s;
  display: flex;
}
.carousel-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  cursor: pointer;
  justify-content: center;
}
.carousel-btn:hover {
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.1);
}
.carousel-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.carousel-btn:disabled:hover {
  transform: none;
}
.promo-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 55, 44, 0.85);
  backdrop-filter: blur(8px);
  justify-content: center;
  z-index: 10000;
}
.popup-content {
  background: #fff;
  border-radius: 1.5rem;
  max-width: 600px;
  width: 90%;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s;
  position: relative;
}
.promo-popup.active .popup-content {
  transform: scale(1);
}
.popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.popup-badge,
.popup-close:hover {
  background: var(--color-primary);
  color: #fff;
}
.popup-close:hover {
  transform: rotate(90deg);
}
.popup-image {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 0.875rem;
}
.popup-body {
  padding: 2rem;
  text-align: center;
}
.popup-description {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.popup-cta {
  background: linear-gradient(
    135deg,
    var(--color-primary) 0,
    var(--color-fourth) 100%
  );
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  transition: 0.3s;
  box-shadow: 0 4px 6px rgba(74, 191, 174, 0.3);
}
.popup-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 12px rgba(74, 191, 174, 0.4);
}
@media (min-width: 1980px) {
  .popup-content {
    max-width: 700px;
  }
  .popup-image {
    height: 350px;
  }
  .popup-body {
    padding: 2.5rem;
  }
  .popup-title {
    font-size: 2rem;
  }
  .popup-cta,
  .popup-description {
    font-size: 1.125rem;
  }
  .popup-cta {
    padding: 1.25rem 2.5rem;
  }
  .promo-card {
    min-width: 400px;
  }
}
@media (min-width: 1440px) and (max-width: 1979px) {
  .popup-content {
    max-width: 650px;
  }
  .popup-image {
    height: 320px;
  }
  .popup-body {
    padding: 2.25rem;
  }
  .popup-title {
    font-size: 1.9rem;
  }
  .popup-cta,
  .popup-description {
    font-size: 1.0625rem;
  }
  .popup-cta {
    padding: 1.125rem 2.25rem;
  }
  .promo-card {
    min-width: 380px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .popup-content {
    max-width: 600px;
  }
  .popup-image {
    height: 280px;
  }
  .popup-body {
    padding: 1.75rem;
  }
  .popup-title {
    font-size: 1.625rem;
  }
  .popup-cta,
  .popup-description {
    font-size: 0.9375rem;
  }
  .popup-cta {
    padding: 0.875rem 1.75rem;
  }
  .promo-card {
    min-width: 340px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .popup-content {
    max-width: 500px;
    width: 85%;
  }
  .popup-image {
    height: 240px;
  }
  .popup-body {
    padding: 1.5rem;
  }
  .popup-title {
    font-size: 1.375rem;
  }
  .popup-cta,
  .popup-description {
    font-size: 0.875rem;
  }
  .popup-cta {
    padding: 0.75rem 1.5rem;
  }
  .promo-card {
    min-width: 320px;
  }
}
@media (max-width: 639px) {
  .popup-content {
    max-width: 95%;
    width: 95%;
    border-radius: 1rem;
  }
  .popup-close {
    width: 32px;
    height: 32px;
    top: 0.75rem;
    right: 0.75rem;
  }
  .popup-image {
    height: 200px;
  }
  .popup-badge {
    font-size: 0.75rem;
    padding: 0.375rem 1rem;
    top: 0.75rem;
    left: 0.75rem;
  }
  .popup-body {
    padding: 1.25rem;
  }
  .popup-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .popup-description {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
  }
  .popup-cta {
    padding: 0.6875rem 1.25rem;
    font-size: 0.8125rem;
    width: 100%;
  }
  .promo-card {
    min-width: 280px;
  }
}
@media (max-width: 720px) {
  .features-grid {
    gap: 1.5rem;
    display: flex;
    align-items: flex-start;
    flex-flow: column wrap;
    justify-content: center;
    gap: 0.75rem;
  }
  .feature-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0.55rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 4px 4px #f0f0f0;
    width: 95%;
    margin: 0 auto;
  }
}
.testimonials__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 1rem;
}
.testimonials__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.testimonials__score {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--color-primary);
}
.testimonials__stars {
  display: flex;
  font-size: 1.5rem;
  color: var(--color-primary);
}
.testimonials__count {
  font-size: 0.875rem;
  color: #6b7280;
}
.testimonials__grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .testimonials__title {
    font-size: 2.25rem;
  }
  .testimonials__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.testimonial-card {
  background-color: #f9fafb;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.testimonial-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.testimonial-card__avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-card__user {
  flex: 1;
}
.testimonial-card__name {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--color-secondary);
  margin-bottom: 0.25rem;
}
.testimonial-card__stars {
  display: flex;
  color: #fbbf24;
  font-size: 0.75rem;
}
.testimonial-card__text {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.testimonial-card__date {
  font-size: 0.75rem;
  color: #9ca3af;
}
.btn__icon {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
}
.container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.google-review-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  place-content: center;
}
.google-review-container img {
  width: 100%;
  max-width: 155px;
  margin: 1rem;
}
@media (max-widht: 720px) {
  .hero-text {
    margin-top: 2rem;
    padding-top: 10rem;
  }
}