.elementor-1832 .elementor-element.elementor-element-be19bf6{--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-1832 .elementor-element.elementor-element-52a753e .elementor-heading-title{font-family:"Arial", Sans-serif;}/* Start custom CSS for container, class: .elementor-element-be19bf6 *//* =========================================================
   Banner be19bf6 (SOLO esta sección) — Elementor
   Imagen + 2 headings superpuestos

   Ajustes:
   - Separación entre textos en PC aumentada +15px (solo PC)
   - Mantiene separación escalable en monitores grandes (PC)
   - Desplazamiento X: PC -130 / Tablet -80 / Móvil -45
   ========================================================= */

/* ===== Sección/Contenedor base ===== */
.elementor .elementor-element.elementor-element-be19bf6{
  position: relative !important;

  /* Variables base */
  --side-gap: 8px;
  --radius: 28px;

  /* Ancla del grupo de textos */
  --text-right: 6%;
  --text-shift-x: -130px; /* PC/base */
  --text-maxw: 90%;

  /* Separación vertical entre textos (base) */
  --title-separation-up: 44px;
  --title-separation-down: 22px;

  /* Tamaños (t2 siempre > t1) */
  --t1-size: clamp(34px, 3.6vw, 60px);
  --t2-size: clamp(64px, 6.6vw, 140px);

  /* Layout */
  width: calc(100% - (var(--side-gap) * 2)) !important;
  margin: 30px auto !important;

  overflow: hidden !important;
  padding: 0 !important;
  border-radius: var(--radius) !important;

  isolation: isolate !important;
}

/* ===== PC: SIEMPRE 40px de margen lateral ===== */
@media (min-width: 1025px){
  .elementor .elementor-element.elementor-element-be19bf6{
    --side-gap: 40px;
    --radius: 28px;

    width: calc(100% - (var(--side-gap) * 2)) !important;
    max-width: none !important;

    margin-top: 30px !important;
    margin-bottom: 30px !important;

    --text-right: 6%;
    --text-shift-x: -130px;

    /* Separación PC escalable + EXTRA +15px SOLO en PC */
    --title-separation-up:   calc(clamp(34px, calc(var(--t2-size) * 0.34), 78px) + 9px);
    --title-separation-down: calc(clamp(16px, calc(var(--t2-size) * 0.16), 40px) + 9px);
  }
}

/* Sin overlay oscuro */
.elementor .elementor-element.elementor-element-be19bf6::before{
  content: none !important;
  display: none !important;
}

/* Quita limitaciones/paddings internos (contenedor boxed de Elementor) */
.elementor .elementor-element.elementor-element-be19bf6.e-con-boxed > .e-con-inner{
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Evita márgenes/paddings heredados SOLO dentro del banner */
.elementor .elementor-element.elementor-element-be19bf6 .elementor-element,
.elementor .elementor-element.elementor-element-be19bf6 .elementor-widget-container{
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== Imagen 1534x553 (SIN recorte / sin zoom) ===== */
.elementor .elementor-element.elementor-element-be19bf6
.elementor-element.elementor-widget-image img{
  display: block !important;
  width: 100% !important;
  max-width: none !important;

  aspect-ratio: 1534 / 553 !important;
  height: auto !important;

  object-fit: contain !important;
  object-position: center !important;

  border-radius: var(--radius) !important;
  vertical-align: middle !important;
}

/* =========================================================
   Textos superpuestos
   ========================================================= */
.elementor .elementor-element.elementor-element-be19bf6
.elementor-element.elementor-element-5625e63,
.elementor .elementor-element.elementor-element-be19bf6
.elementor-element.elementor-element-52a753e{
  position: absolute !important;
  top: 50% !important;

  right: var(--text-right) !important;
  left: auto !important;

  z-index: 5 !important;
  pointer-events: none !important;

  width: max-content !important;
  max-width: var(--text-maxw) !important;

  text-align: center !important;
  white-space: nowrap !important;
}

/* Tipografía + color (ambos) */
.elementor .elementor-element.elementor-element-be19bf6
.elementor-element.elementor-element-5625e63 .elementor-heading-title,
.elementor .elementor-element.elementor-element-be19bf6
.elementor-element.elementor-element-52a753e .elementor-heading-title{
  color: #ffffff !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;

  text-shadow: 0 2px 10px rgba(0,0,0,.35) !important;

  display: inline-block !important;
}

/* Texto 1 */
.elementor .elementor-element.elementor-element-be19bf6
.elementor-element.elementor-element-5625e63 .elementor-heading-title{
  font-family: "Bebas Neue", sans-serif !important;
  font-size: var(--t1-size) !important;
  letter-spacing: 0.08em !important;
}

/* Texto 2 */
.elementor .elementor-element.elementor-element-be19bf6
.elementor-element.elementor-element-52a753e .elementor-heading-title{
  font-family: "Hatten", sans-serif !important;
  font-size: var(--t2-size) !important;
  letter-spacing: 0.02em !important;

  transform: scaleY(1.40) !important;
  transform-origin: center !important;
}

/* Posición final */
.elementor .elementor-element.elementor-element-be19bf6
.elementor-element.elementor-element-5625e63{
  transform: translate(calc(50% + var(--text-shift-x)),
                       calc(-50% - var(--title-separation-up))) !important;
}
.elementor .elementor-element.elementor-element-be19bf6
.elementor-element.elementor-element-52a753e{
  transform: translate(calc(50% + var(--text-shift-x)),
                       calc(-50% + var(--title-separation-down))) !important;
}

/* ===== Tablet ===== */
@media (max-width: 1024px){
  .elementor .elementor-element.elementor-element-be19bf6{
    --side-gap: 10px;
    --radius: 22px;

    margin-top: 20px !important;
    margin-bottom: 20px !important;

    --title-separation-up: 28px;
    --title-separation-down: 14px;

    --t1-size: clamp(24px, 3.4vw, 40px);
    --t2-size: clamp(40px, 6.2vw, 86px);

    --text-right: 16px;
    --text-maxw: 88%;

    --text-shift-x: -80px;
  }

  .elementor .elementor-element.elementor-element-be19bf6
  .elementor-element.elementor-widget-image img{
    border-radius: var(--radius) !important;
  }
}

/* ===== Teléfono ===== */
@media (max-width: 767px){
  .elementor .elementor-element.elementor-element-be19bf6{
    --side-gap: 8px;
    --radius: 16px;

    margin-top: 16px !important;
    margin-bottom: 16px !important;

    --title-separation-up: 18px;
    --title-separation-down: 10px;

    --t1-size: clamp(16px, 4.2vw, 24px);
    --t2-size: clamp(26px, 7.4vw, 50px);

    --text-right: 10px;
    --text-maxw: 85%;

    --text-shift-x: -45px;
  }

  .elementor .elementor-element.elementor-element-be19bf6
  .elementor-element.elementor-widget-image img{
    border-radius: var(--radius) !important;
  }
}/* End custom CSS */