.elementor-629 .elementor-element.elementor-element-347c7742{--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-629 .elementor-element.elementor-element-b93de78{--display:flex;}.elementor-629 .elementor-element.elementor-element-5c84dcbf{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:50px;--padding-bottom:40px;--padding-left:6px;--padding-right:6px;}.elementor-629 .elementor-element.elementor-element-5c84dcbf:not(.elementor-motion-effects-element-type-background), .elementor-629 .elementor-element.elementor-element-5c84dcbf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-0acf708 );background-image:url("https://invitacion.site/mariachi-corona/wp-content/uploads/sites/395/2025/12/768-1.jpg");background-size:100% auto;}.elementor-629 .elementor-element.elementor-element-a57398d{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family );font-size:var( --e-global-typography-primary-font-size );color:var( --e-global-color-primary );}.elementor-629 .elementor-element.elementor-element-2569f2f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;text-align:center;}.elementor-629 .elementor-element.elementor-element-2569f2f .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family );font-size:var( --e-global-typography-primary-font-size );color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-629 .elementor-element.elementor-element-fc998c5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 38px) 0px;}.elementor-629 .elementor-element.elementor-element-fc998c5 img{width:173px;}.elementor-629 .elementor-element.elementor-element-56a4e6d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 28px) 0px;}.elementor-629 .elementor-element.elementor-element-3a4f4b9e{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}@media(max-width:991px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-629 .elementor-element.elementor-element-2569f2f .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-629 .elementor-element.elementor-element-2569f2f .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-629 .elementor-element.elementor-element-56a4e6d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 32px) 0px;}}/* Start custom CSS *//* La sección ocupa pantalla menos el footer fijo de 80px */
#rsvp-section {
  min-height: 100dvh;
  min-height: calc(100dvh - 81px);
  display: flex;
  flex-direction: column;
}

/* El contenedor interno se estira para llenar la sección */
#rsvp-section > .e-con {
  /* anula el inline 'height:100%' de Elementor, si lo hubiera */
  height: auto !important;
  flex: 1 1 auto;          /* <- clave: se estira */
  min-height: 0;           /* evita overflow en layouts flex */
  display: flex;           /* si dentro quieres otro layout, ajusta aquí */
  flex-direction: column;  /* opcional */
}/* End custom CSS */