.elementor-572 .elementor-element.elementor-element-867114f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-572 .elementor-element.elementor-element-cbab25d{--display:flex;--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-572 .elementor-element.elementor-element-ba07f6a .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:23px;font-weight:500;color:#000000;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-572 .elementor-element.elementor-element-2829995 .elementor-button{background-color:#FFFFFF;}.elementor-572 .elementor-element.elementor-element-2829995 .elementor-button:hover, .elementor-572 .elementor-element.elementor-element-2829995 .elementor-button:focus{color:#523A3A;}.elementor-572 .elementor-element.elementor-element-2829995 .elementor-button:hover svg, .elementor-572 .elementor-element.elementor-element-2829995 .elementor-button:focus svg{fill:#523A3A;}.elementor-572 .elementor-element.elementor-element-f0b5483 .elementor-button{background-color:#FFFFFF;}.elementor-572 .elementor-element.elementor-element-f0b5483 .elementor-button:hover, .elementor-572 .elementor-element.elementor-element-f0b5483 .elementor-button:focus{color:#523A3A;}.elementor-572 .elementor-element.elementor-element-f0b5483 .elementor-button:hover svg, .elementor-572 .elementor-element.elementor-element-f0b5483 .elementor-button:focus svg{fill:#523A3A;}.elementor-572 .elementor-element.elementor-element-dc801ef{--display:flex;--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;}@media(min-width:768px){.elementor-572 .elementor-element.elementor-element-cbab25d{--width:33.3333%;}.elementor-572 .elementor-element.elementor-element-dc801ef{--width:66.6666%;}}/* Start custom CSS for html, class: .elementor-element-a4b5e96 *//* ============================= */
/* CF7 · MINIMAL · BLACK LINE */
/* ============================= */

.cf7-minimal-blackline,
.cf7-minimal-blackline * {
  font-family: "Poppins", sans-serif !important;
  font-size: 17px;
  box-sizing: border-box;
}

/* Contenedor */
.cf7-minimal-blackline {
  width: 100%;
  background: transparent;
}

/* Filas */
.cf7-minimal-blackline .cf7-row {
  margin-bottom: 24px;
}

/* Inputs y textarea */
.cf7-minimal-blackline input[type="text"],
.cf7-minimal-blackline input[type="email"],
.cf7-minimal-blackline textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  color: #000;
  padding: 10px 0;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  transition: border-color .25s ease;
}

/* Placeholder */
.cf7-minimal-blackline input::placeholder,
.cf7-minimal-blackline textarea::placeholder {
  color: rgba(0,0,0,0.5);
}

/* Focus */
.cf7-minimal-blackline input:focus,
.cf7-minimal-blackline textarea:focus {
  border-bottom-color: #000;
}

/* Textarea */
.cf7-minimal-blackline textarea {
  resize: none;
}

/* Botón */
.cf7-minimal-blackline input[type="submit"] {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 14px 32px;
  cursor: pointer;
  font-weight: 500;
  transition: all .25s ease;
}

/* Hover botón */
.cf7-minimal-blackline input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

/* Mensajes CF7 */
.cf7-minimal-blackline .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 14px;
  border: 1px solid rgba(0,0,0,0.3);
  color: #000;
  background: transparent;
}

/* Errores por campo */
.cf7-minimal-blackline .wpcf7-not-valid-tip {
  color: rgba(0,0,0,0.75);
  font-size: 14px;
  margin-top: 6px;
}

.cf7-minimal-blackline .cf7-privacy label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(0,0,0,0.8);
}

.cf7-minimal-blackline .cf7-privacy input[type="checkbox"] {
  margin-top: 3px;
  width: 15px;
  height: 15px;
  accent-color: #000;
}

.cf7-minimal-blackline .cf7-privacy a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
}/* End custom CSS */