.elementor-213 .elementor-element.elementor-element-01ecf86{--display:flex;--min-height:100vh;}.elementor-213 .elementor-element.elementor-element-0ccee51{--display:flex;--position:absolute;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;top:0px;}body:not(.rtl) .elementor-213 .elementor-element.elementor-element-0ccee51{left:0px;}body.rtl .elementor-213 .elementor-element.elementor-element-0ccee51{right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-213 .elementor-element.elementor-element-2202413 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-213 .elementor-element.elementor-element-2202413{z-index:0;}.elementor-213 .elementor-element.elementor-element-2202413 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:250px;font-weight:600;letter-spacing:-15px;word-spacing:90px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-astglobalcolor4 );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-213 .elementor-element.elementor-element-1f310c1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-213 .elementor-element.elementor-element-1f310c1 img{width:100%;max-width:100%;}.elementor-213 .elementor-element.elementor-element-49e97f0 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-213 .elementor-element.elementor-element-49e97f0{z-index:3;}.elementor-213 .elementor-element.elementor-element-49e97f0 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:100px;font-weight:600;word-spacing:0px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-astglobalcolor4 );}@media(max-width:1024px){.elementor-213 .elementor-element.elementor-element-2202413 .elementor-heading-title{font-size:174px;}.elementor-213 .elementor-element.elementor-element-1f310c1 img{width:100%;max-width:100%;}.elementor-213 .elementor-element.elementor-element-49e97f0 .elementor-heading-title{font-size:73px;}}@media(max-width:767px){.elementor-213 .elementor-element.elementor-element-01ecf86{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-213 .elementor-element.elementor-element-01ecf86.e-con{--align-self:center;}.elementor-213 .elementor-element.elementor-element-0ccee51{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-213 .elementor-element.elementor-element-2202413 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-213 .elementor-element.elementor-element-2202413 .elementor-heading-title{font-size:123px;letter-spacing:-5px;word-spacing:30px;}.elementor-213 .elementor-element.elementor-element-1f310c1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-213 .elementor-element.elementor-element-1f310c1 img{width:100%;max-width:100%;}.elementor-213 .elementor-element.elementor-element-49e97f0 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-213 .elementor-element.elementor-element-49e97f0 .elementor-heading-title{font-size:65px;}}/* Start custom CSS for heading, class: .elementor-element-2202413 */.elementor-213 .elementor-element.elementor-element-2202413 {
  position: absolute;
  top: 40%; /* Ajusta para subir o bajar */
  left: 50%;
  transform: translate(-52%, -15%);
  
  color: white;
  z-index: 0;
  text-align: center;
  white-space: nowrap; /* evita salto de línea */
  margin: 0;
  line-height: 1;
}

@media (max-width: 480px) {
  .elementor-213 .elementor-element.elementor-element-2202413 {
    transform: translate(-50%, 10%);
    /* Puedes bajar un poco más la posición o tamaño si es necesario */
  }
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-1f310c1 */.elementor-213 .elementor-element.elementor-element-1f310c1 {
  position: absolute;
  top: 60%;          /* Centrado vertical */
  left: 50%;         /* Centrado horizontal */
  transform: translate(-50%, -50%);
  
  width: clamp(180px, 25vw, 280px); /* Tamaño fluido entre 220px y 280px según el ancho de la ventana */
  
  z-index: 1;
  animation: flotacion-circular 6s linear infinite;
  transform-origin: center;
}

/* Animación circular suave */
@keyframes flotacion-circular {
  0%   { transform: translate(-50%, -50%) translate(0, 0); }
  25%  { transform: translate(-50%, -50%) translate(-10px, -15px); }
  50%  { transform: translate(-50%, -50%) translate(-20px, 0); }
  75%  { transform: translate(-50%, -50%) translate(-10px, 15px); }
  100% { transform: translate(-50%, -50%) translate(0, 0); }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-49e97f0 */.elementor-213 .elementor-element.elementor-element-49e97f0 {
  position: absolute;
  top: 70%; /* Ajusta para subir o bajar */
  left: 50%;
  transform: translate(-50%, -50%);
  
  color: white;
  z-index: 2;
  text-align: center;
  white-space: nowrap; /* evita salto de línea */
  margin: 0;
  line-height: 1;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0ccee51 *//* ============================= */
/* 🧱 WRAPPER CENTRAL           */
/* ============================= */
/* Este contenedor abarca todo el alto y ancho del padre.
   Es útil para agrupar y posicionar los elementos centrados. */

.elementor-213 .elementor-element.elementor-element-0ccee51 {
  width: 100%;
  height: 100%;
  position: relative;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-01ecf86 *//* ============================= */
/* 🌐 CONTENEDOR PRINCIPAL      */
/* ============================= */
/* Este contenedor ocupa toda la pantalla (ancho y alto completos).
   También oculta cualquier cosa que se salga del borde visual. */

.elementor-213 .elementor-element.elementor-element-01ecf86 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}/* End custom CSS */