.elementor-16859 .elementor-element.elementor-element-526ed6f{--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-16859 .elementor-element.elementor-element-2d2cb27 .houzez-spacer-inner{height:7px;}.elementor-16859 .elementor-element.elementor-element-305f9e4{--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;}@media(max-width:1024px){.elementor-16859 .elementor-element.elementor-element-2d2cb27 .houzez-spacer-inner{height:30px;}}@media(max-width:767px){.elementor-16859 .elementor-element.elementor-element-2d2cb27 .houzez-spacer-inner{height:3px;}}/* Start custom CSS for html, class: .elementor-element-5086f21 *//* ================================
   OCULTAR BREADCRUMB + TITULO H1
==================================*/
body .breadcrumb,
body ol.breadcrumb,
body .page-title,
body h1.page-title,
body h1.entry-title,
body .page-title-wrap {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ================================
   BANNER SANTA ÁNGELA – EXTRA FINO (DESKTOP)
==================================*/

.sa-banner-santaangela {
  background: linear-gradient(135deg, #08b2b1, #0f766e);
  padding: 16px 28px;
  border-radius: 20px;
  margin-bottom: 32px;
  color: #fff;
  box-shadow: 0 14px 40px rgba(0,0,0,0.12);
  animation: saBreath 1.3s ease-in-out infinite;
}

@keyframes saBreath {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.022); }
  100% { transform: scale(1); }
}

.sa-banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.sa-banner-text {
  max-width: 540px;
}

.sa-banner-kicker {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: .08em;
  margin-bottom: 6px;
  color: #111827;
  background: rgba(255,255,255,0.95);
  padding: 3px 10px;
  border-radius: 999px;
}

.sa-banner-title {
  font-size: 1.32rem;
  font-weight: 800;
  margin: 0 0 4px;
}

.sa-banner-desc {
  font-size: 0.86rem;
  opacity: 0.97;
  line-height: 1.35;
  margin-bottom: 4px;
}

.sa-banner-features {
  font-size: 0.88rem;
  font-weight: 700;
}

.sa-banner-btn {
  background: #ffffff;
  color: #0f766e;
  font-weight: 700;
  padding: 0.6rem 1.3rem;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(255,255,255,0.28);
  transition: 0.25s ease;
  white-space: nowrap;
}

.sa-banner-btn:hover {
  background: #e7fdfc;
  color: #085f5b;
}

/* ======================================================
   MOBILE – MÁS FINO, MÁS AIRE, UNA SOLA LÍNEA + EFECTO
======================================================*/
@media (max-width: 768px) {

  /* MÁS AIRE ARRIBA Y ABAJO */
  .sa-banner-santaangela {
    padding: 22px 16px 28px;   /* ← más aire */
    border-radius: 18px;
    margin-bottom: 28px;
    animation: saBreathMobile 1s ease-in-out infinite;
  }

  .sa-banner-inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 12px;
  }

  .sa-banner-text {
    max-width: 100%;
  }

  .sa-banner-kicker {
    font-size: 0.55rem;
    padding: 2px 7px;
    margin-bottom: 4px;
    opacity: 0.7;
    letter-spacing: .05em;
  }

  .sa-banner-title {
    font-size: 1.08rem;
    margin-bottom: 5px;
  }

  .sa-banner-desc {
    font-size: 0.8rem;
    line-height: 1.35;
    margin-bottom: 6px;
  }

  /* 👉 Una sola fila */
  .sa-banner-features.sa-servicios-linea {
    font-size: 0.8rem;
    white-space: nowrap !important;
  }

  /* Botón llamativo */
  .sa-banner-btn {
    padding: 0.55rem 1.2rem;
    font-size: 0.9rem;
    margin-top: 6px;
    animation: saBtnPulse 1.6s ease-in-out infinite;
  }
}

/* Respiración más fuerte en mobile */
@keyframes saBreathMobile {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.028); }
  100% { transform: scale(1); }
}

/* pulso botón */
@keyframes saBtnPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 6px 20px rgba(255,255,255,0.28);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 10px 26px rgba(255,255,255,0.45);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 6px 20px rgba(255,255,255,0.28);
  }
}

/* ===== Espacio arriba de la columna derecha (solo desktop) ===== */
@media (min-width: 992px) {
  /* Sidebar / widgets de la derecha en Houzez */
  .sidebar,
  .sidebar-wrap,
  .widget-area {
    padding-top: 20px;
  }

  /* Por las dudas, empujamos solo el primer widget si existe esta estructura */
  .sidebar .widget:first-child,
  .sidebar-wrap .widget:first-child,
  .widget-area .widget:first-child {
    margin-top: 10px;
  }
}/* End custom CSS */