.elementor-98441 .elementor-element.elementor-element-301f548{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-98441 .elementor-element.elementor-element-1696d7e{--display:flex;}.elementor-98441 .elementor-element.elementor-element-5495464{width:initial;max-width:initial;}/* Start custom CSS for wpforms, class: .elementor-element-5495464 *//* Contenedor del formulario */
#wpforms-98434 {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

/* Título */
#wpforms-98434 .wpforms-title {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
  text-align: center;
}

/* Separación entre campos */
#wpforms-98434 .wpforms-field {
  padding: 0;
  margin-bottom: 18px;
}

/* Labels */
#wpforms-98434 .wpforms-field-label,
#wpforms-98434 legend.wpforms-field-label {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

/* Sublabels */
#wpforms-98434 .wpforms-field-sublabel {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

/* Inputs y selects */
#wpforms-98434 input[type="text"],
#wpforms-98434 input[type="email"],
#wpforms-98434 input[type="tel"],
#wpforms-98434 select,
#wpforms-98434 textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: 15px;
  box-shadow: none;
  transition: all 0.2s ease;
}

/* Focus */
#wpforms-98434 input:focus,
#wpforms-98434 select:focus,
#wpforms-98434 textarea:focus {
  outline: none;
  border-color: #ff0030;
  box-shadow: 0 0 0 3px rgba(255, 0, 48, 0.12);
}

/* Placeholder */
#wpforms-98434 input::placeholder,
#wpforms-98434 textarea::placeholder {
  color: #999;
}

/* Campo teléfono con bandera */
#wpforms-98434 .iti {
  width: 100%;
}

#wpforms-98434 .iti input {
  padding-left: 52px !important;
}

/* Filas dobles */
#wpforms-98434 .wpforms-field-row {
  max-width: 100%;
}

#wpforms-98434 .wpforms-field-row-block {
  padding: 0 8px;
}

#wpforms-98434 .wpforms-field-row-block:first-child {
  padding-left: 0;
}

#wpforms-98434 .wpforms-field-row-block:last-child {
  padding-right: 0;
}

/* Botón */
#wpforms-98434 button[type="submit"],
#wpforms-98434 .wpforms-submit {
  width: 100%;
  min-height: 48px;
  border: none;
  border-radius: 12px;
  background: #ff0030;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

#wpforms-98434 button[type="submit"]:hover,
#wpforms-98434 .wpforms-submit:hover {
  background: #d90029;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(255, 0, 48, 0.25);
}

/* Errores */
#wpforms-98434 .wpforms-error {
  color: #d63637;
  font-size: 13px;
  margin-top: 6px;
}

/* Responsive */
@media (max-width: 767px) {
  #wpforms-98434 {
    padding: 22px;
    border-radius: 14px;
  }

  #wpforms-98434 .wpforms-title {
    font-size: 23px;
  }

  #wpforms-98434 .wpforms-field-row-block {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 14px;
  }
}
/* Formulario ocupando todo el ancho disponible */
#wpforms-98434 {
  width: 100%;
  max-width: none;
}

/* El widget de WPForms también al 100% */
.elementor-element-5495464,
.elementor-element-5495464 .elementor-widget-container,
.elementor-element-5495464 .wpforms-container {
  width: 100%;
  max-width: 100%;
}

/* Todos los campos al ancho completo */
#wpforms-98434 .wpforms-field,
#wpforms-98434 .wpforms-field-container,
#wpforms-98434 .wpforms-field-row,
#wpforms-98434 .wpforms-field-row-block {
  width: 100% !important;
  max-width: 100% !important;
}

/* Romper columnas: Nombre / Apellidos, Ciudad / Provincia, CP / País */
#wpforms-98434 .wpforms-field-row {
  display: block !important;
}

#wpforms-98434 .wpforms-field-row-block {
  display: block !important;
  float: none !important;
  clear: both !important;
  padding: 0 !important;
  margin-bottom: 14px;
}

/* Inputs, selects y textarea al 100% */
#wpforms-98434 input[type="text"],
#wpforms-98434 input[type="email"],
#wpforms-98434 input[type="tel"],
#wpforms-98434 input[type="number"],
#wpforms-98434 input[type="url"],
#wpforms-98434 input[type="date"],
#wpforms-98434 select,
#wpforms-98434 textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Campos de WPForms que vienen con clase medium/large */
#wpforms-98434 .wpforms-field-medium,
#wpforms-98434 .wpforms-field-large {
  width: 100% !important;
  max-width: 100% !important;
}

/* Campo teléfono internacional */
#wpforms-98434 .iti {
  width: 100% !important;
}/* End custom CSS */