.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5af1cea:#191970;--e-global-color-59f600a:#2F4F4F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-6 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 general (tarjeta negra) */
.nf-form-layout {
  background-color: #000;           /* Fondo negro */
  border-radius: 12px;                               /* Espaciado interior */
  box-shadow: 0 4px 20px rgba(0,0,0,0.6); /* Sombra suave */
  color: #fff;                      /* Texto blanco */
  max-width: 1200px;                 /* Ancho máximo */
                   /* Centrado horizontal */
}

/* Mensaje de campos requeridos */
.nf-form-fields-required {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #ccc;
}
.nf-form-fields-required .ninja-forms-req-symbol {
  color: #FF4B4B; /* Rojo vivo para el asterisco */
}

/* Etiquetas */
.nf-field-label label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* Inputs y textarea */
.nf-field-element .ninja-forms-field {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 6px;
  color: #eee;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.nf-field-element .ninja-forms-field::placeholder {
  color: #777;
}
.nf-field-element .ninja-forms-field:focus {
  outline: none;
  border-color: #FF4B4B;
  box-shadow: 0 0 6px rgba(229,9,20,0.6);
}

/* Área de texto */
.nf-field-element textarea.ninja-forms-field {
  min-height: 120px;
  resize: vertical;
}

/* Errores */
.nf-error-wrap {
  margin-top: 0.3rem;
  font-size: 0.85rem;
  color: #e50914;
}

/* Botón de envío */
.nf-field-element input[type="submit"].nf-element {
  background-color: #e50914;
  color: #fff;
  border: none;
  padding: 0.85rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}
.nf-field-element input[type="submit"].nf-element:hover {
  background-color: #c3070a;
}
.nf-field-element input[type="submit"].nf-element:active {
  transform: scale(0.98);
}

/* Espaciado entre campos */
.nf-fields-wrap > nf-field + nf-field {
  margin-top: 1.2rem;
}

/* Ajustes para el “honeypot” oculto */
.nf-form-hp {
  display: none !important;
}
/* FLEXBOX + !important PARA 2 COLUMNAS */
.nf-form-content > nf-fields-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: -0.6rem !important;
}

/* Campos: 50% ancho menos gaps */
.nf-form-content > nf-fields-wrap > nf-field {
  box-sizing: border-box !important;
  padding: 0.6rem !important;
  flex: 1 1 calc(50% - 1.2rem) !important;
  max-width: calc(50% - 1.2rem) !important;
}

/* Los dos últimos (Mensaje y Enviar): full width */
.nf-form-content > nf-fields-wrap > nf-field:nth-last-child(-n+2) {
  flex: 1 1 100% !important;
  max-width: 100% !important;
}

/* En móviles: todos full width */
@media (max-width: 600px) {
  .nf-form-content > nf-fields-wrap > nf-field {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}/* End custom CSS */