.elementor-174 .elementor-element.elementor-element-b628741{--display:flex;--min-height:100vh;--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;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-174 .elementor-element.elementor-element-44290d6 img{width:300px;max-width:100%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-174 .elementor-element.elementor-element-2799682{width:var( --container-widget-width, 631px );max-width:631px;--container-widget-width:631px;--container-widget-flex-grow:0;text-align:center;}.elementor-174 .elementor-element.elementor-element-2799682.elementor-element{--align-self:center;}.elementor-174 .elementor-element.elementor-element-2799682 .elementor-heading-title{font-family:"Roboto";font-size:40px;font-weight:600;color:var( --e-global-color-accent );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-174 .elementor-element.elementor-element-3ef16d0{width:var( --container-widget-width, 543px );max-width:543px;--container-widget-width:543px;--container-widget-flex-grow:0;text-align:center;}.elementor-174 .elementor-element.elementor-element-3ef16d0.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-b628741 */.contenedor__proximamente {
  min-height: 100dvh;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #061a12;
  background-image:
    radial-gradient(ellipse 70% 55% at 50% 100%, #0e4d35 0%, transparent 70%),
    radial-gradient(ellipse 45% 35% at 15% 85%, #0a3d6b 0%, transparent 60%),
    radial-gradient(ellipse 55% 40% at 85% 90%, #063d2c 0%, transparent 55%),
    linear-gradient(165deg, #061a12 0%, #0a2a1e 55%, #07213b 100%);
  position: relative;
  overflow: hidden;
}

.contenedor__proximamente > .e-con-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.5rem;
  padding: 3rem 2rem;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.contenedor__proximamente .elementor-widget-image {
  display: flex;
  justify-content: center;
}

.contenedor__proximamente .elementor-widget-image img {
  max-width: min(180px, 40vw);
  width: 100%;
  height: auto;
  filter: brightness(1.1) drop-shadow(0 0 24px rgba(94, 207, 170, 0.25));
}

.contenedor__proximamente .elementor-heading-title {
  color: #ffffff !important;
  font-size: clamp(1.5rem, 3.5vw + 0.5rem, 2.75rem) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 32px rgba(0, 0, 0, 0.4);
  margin: 0 !important;
}

.contenedor__proximamente .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: clamp(1rem, 1.5vw + 0.25rem, 1.125rem) !important;
  line-height: 1.7;
  margin: 0 !important;
}

.contenedor__proximamente .elementor-widget-text-editor strong {
  color: #5ecfaa !important;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.contenedor__proximamente .cs-waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  pointer-events: none;
  z-index: 0;
  display: block;
  line-height: 0;
}

.contenedor__proximamente .cs-waves svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .contenedor__proximamente > .e-con-inner {
    padding: 2rem 1.25rem;
    gap: 1.25rem;
  }

  .contenedor__proximamente .elementor-widget-image img {
    max-width: min(140px, 50vw);
  }
}

@media (max-width: 480px) {
  .contenedor__proximamente {
    min-height: 100svh;
  }
}/* End custom CSS */