.elementor-1915 .elementor-element.elementor-element-37044bf{--display:flex;--min-height:100vh;--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-1915 .elementor-element.elementor-element-37044bf:not(.elementor-motion-effects-element-type-background), .elementor-1915 .elementor-element.elementor-element-37044bf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://maladecora.com/wp-content/uploads/2025/12/Ilustracion_sin_titulo.png");}/* Start custom CSS for shortcode, class: .elementor-element-2ab21b9 *//* CONTENEDOR GENERAL */
.form-rojo {
  max-width: 800px;
  margin: 0 auto;
  font-family: inherit;
}

/* LABELS */
.form-rojo label {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #ffffff;
}

/* CAMPOS */
.form-rojo input[type="text"],
.form-rojo input[type="email"],
.form-rojo select,
.form-rojo textarea {
  width: 100%;
  padding: 18px;
  margin-top: 8px;
  font-size: 18px;
  background-color: #D97A77; /* rojo más claro */
  border: none;
  border-radius: 6px;
  color: #ffffff;
}

/* PLACEHOLDER */
.form-rojo ::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

/* TEXTAREA */
.form-rojo textarea {
  min-height: 160px;
  resize: vertical;
}

/* SELECT */
.form-rojo select {
  appearance: none;
  cursor: pointer;
}

/* BOTÓN */
.form-rojo input[type="submit"] {
  background-color: #C35D5A;
  color: #ffffff;
  border: none;
  padding: 18px 40px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* HOVER BOTÓN */
.form-rojo input[type="submit"]:hover {
  background-color: #B24E4B;
}

/* ERRORES */
.wpcf7-not-valid-tip {
  color: #FFECEC;
  font-size: 14px;
  margin-top: 6px;
}/* End custom CSS */