.elementor-219 .elementor-element.elementor-element-3e74048{--display:flex;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-219 .elementor-element.elementor-element-3e74048:not(.elementor-motion-effects-element-type-background), .elementor-219 .elementor-element.elementor-element-3e74048 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-9cb9e47 );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-219 .elementor-element.elementor-element-1641321 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:30px;font-weight:600;color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-e8c987c */.mc4wp-form {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* INPUT + BOTÓN agrupados */
.mc4wp-form-fields {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 50px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 0 12px 0 !important;
  box-sizing: border-box;
}

/* INPUT */
.mc4wp-form input[type="email"] {
  flex: 1;
  padding: 12px 20px !important;
  font-size: 14px;
  border: none !important;
  border-radius: 50px 0 0 50px !important;
  outline: none !important;
  box-shadow: none !important;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.4 !important;
}

/* BOTÓN */
.mc4wp-form input[type="submit"] {
  background-color: #E43C2F !important;
  color: white !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 0 50px 50px 0 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  height: auto !important;
  display: inline-block !important;
  line-height: 1 !important;
}

.mc4wp-form input[type="submit"]:hover {
  background-color: #c73228 !important;
}

/* Eliminar el borde inferior fantasma */
.mc4wp-form input[type="submit"],
.mc4wp-form input[type="email"] {
  vertical-align: middle;
}

/* Checkbox */
.mc4wp-checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 6px;
  margin-top: 6px;
}

.mc4wp-checkbox input[type="checkbox"] {
  margin: 0;
}

.mc4wp-checkbox a {
  color: #E43C2F;
  font-weight: 600;
  text-decoration: none;
}

.mc4wp-checkbox a:hover {
  text-decoration: underline;
}

label:empty {
  display: none;
}
.mc4wp-form {
  border: none !important;
  box-shadow: none !important;
}

.mc4wp-form-fields {
  border: 1px solid #ccc !important;
  box-shadow: none !important;
}

.mc4wp-form input,
.mc4wp-form input[type="submit"] {
  border: none !important;
  box-shadow: none !important;
}

.mc4wp-form p {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}/* End custom CSS */