.elementor-29067 .elementor-element.elementor-element-be7f928{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29067 .elementor-element.elementor-element-08df237{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29067 .elementor-element.elementor-element-efe9ca1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29067 .elementor-element.elementor-element-ecae650 .gallery-item .gallery-caption{text-align:center;}.elementor-29067 .elementor-element.elementor-element-ea0cf4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f307200 *//* ===== SECCIÓN ===== */
.spa-section {
  position: relative;
  background: linear-gradient(135deg, #0f0f0f, #262626);
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}

/* overlay elegante */
.spa-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(200,169,106,0.08), transparent 70%);
  pointer-events: none;
}

/* contenedor */
.spa-container {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  z-index: 2;
}

/* ===== TÍTULO ===== */
.spa-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;

  background: linear-gradient(90deg, #ffffff, #e5c07b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 
    0 2px 10px rgba(0,0,0,0.7),
    0 0 20px rgba(200,169,106,0.3);
}

/* ===== LÍNEA ===== */
.line {
  width: 60px;
  height: 2px;
  margin: 0 auto 30px;
  background: linear-gradient(90deg, #c8a96a, #e5c07b);
  box-shadow: 0 0 10px rgba(200,169,106,0.6);
  animation: lineGrow 1.2s ease forwards;
}

/* ===== TEXTO ===== */
.spa-description {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #d6d6d6;
  transition: color 0.3s ease;
}

.spa-description:hover {
  color: #ffffff;
}

/* ===== ANIMACIÓN ===== */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1.2s ease forwards;
}

/* keyframes */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineGrow {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 60px;
    opacity: 1;
  }
}

/* ===== RESPONSIVE ===== */

/* tablet */
@media (max-width: 768px) {

  .spa-section {
    padding: 60px 15px;
  }

  .spa-title {
    font-size: 30px;
    letter-spacing: 2px;
  }

  .spa-description {
    font-size: 16px;
    line-height: 1.7;
  }

  .line {
    width: 50px;
    margin-bottom: 20px;
  }
}

/* celular */
@media (max-width: 480px) {

  .spa-section {
    padding: 50px 15px;
  }

  .spa-title {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .spa-description {
    font-size: 15px;
    line-height: 1.6;
  }

  .line {
    width: 40px;
  }

  .spa-container {
    max-width: 100%;
  }
}

/* evita scroll lateral */
body {
  overflow-x: hidden;
}/* End custom CSS */
/* Start custom CSS for image-gallery, class: .elementor-element-ecae650 */.elementor-29067 .elementor-element.elementor-element-ecae650 a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

/* borde base */
.elementor-29067 .elementor-element.elementor-element-ecae650 a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease;
  pointer-events: none;
}

/* hover dorado */
.elementor-29067 .elementor-element.elementor-element-ecae650 a:hover::before {
  border-color: #c8a96a;
}

/* imagen */
.elementor-29067 .elementor-element.elementor-element-ecae650 img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
}

/* zoom individual */
.elementor-29067 .elementor-element.elementor-element-ecae650 a:hover img {
  transform: scale(1.05);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-efe9ca1 */.elementor-29067 .elementor-element.elementor-element-efe9ca1 .elementor-gallery-item {
  overflow: hidden;
}

.elementor-29067 .elementor-element.elementor-element-efe9ca1 .elementor-gallery-item img {
  transition: transform 0.6s ease, filter 0.6s ease;
}

/* SOLO la imagen que estás tocando */
.elementor-29067 .elementor-element.elementor-element-efe9ca1 .elementor-gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(0.85);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f756c3e */.psh-footer {
  background: #0b0f14;
  color: rgba(255,255,255,.85);
  padding: 48px 20px 20px;
  font-size: 15px;
}

.psh-footer__container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  gap: 36px;
}

/* Desktop */
@media (min-width: 900px) {
  .psh-footer__container {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 48px;
  }
}

.psh-footer__title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

.psh-footer__subtitle {
  font-size: 16px;
  margin-bottom: 14px;
  color: #fff;
}

.psh-footer__text {
  color: rgba(255,255,255,.65);
  max-width: 42ch;
}

.psh-footer__item {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.psh-footer__item a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
}

.psh-footer__item a:hover {
  text-decoration: underline;
}

.psh-icon svg {
  width: 18px;
  height: 18px;
  color: #2dd4bf;
  flex-shrink: 0;
}

.psh-hours div {
  margin-bottom: 12px;
  color: rgba(255,255,255,.75);
}

.psh-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 36px;
  padding-top: 14px;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,.5);
}/* End custom CSS */