.elementor-kit-7{--e-global-color-primary:#011722;--e-global-color-secondary:#022C42;--e-global-color-text:#606B70;--e-global-color-accent:#FEB60A;--e-global-color-d311dc0:#FFFFFF;--e-global-typography-primary-font-family:"Merriweather";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Merriweather";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Merriweather";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Merriweather";--e-global-typography-accent-font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Contenedor de los botones en línea en escritorio */
.elementor-kit-7 .jet-form__fields-group.checkradio-wrap {
  display: flex;
  flex-wrap: nowrap; /* en escritorio siempre en línea */
  gap: 10px;
}

/* Cada "cuadro blanco" */
.elementor-kit-7 .jet-form__field-wrap {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Radio buttons */
.elementor-kit-7 .jet-form__field.checkradio-field {
  width: 22px;
  height: 22px;
}

.jet-form-message.jet-form-message--success,
.jet-form-message.jet-form-message--error {
  display: none;
}

.elementor-kit-7 button {
  cursor: pointer;
}

/* ✅ Para móvil: uno debajo del otro */
@media screen and (max-width:768px) {
  .elementor-kit-7 .jet-form__fields-group.checkradio-wrap {
    flex-wrap: wrap !important;
  }
  .elementor-kit-7 .jet-form__field-wrap {
    width: 100%;
  }
}/* End custom CSS */