.elementor-905 .elementor-element.elementor-element-0d9705c{--display:flex;--min-height:209px;}.elementor-905 .elementor-element.elementor-element-0d9705c:not(.elementor-motion-effects-element-type-background), .elementor-905 .elementor-element.elementor-element-0d9705c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F5F2;}.elementor-905 .elementor-element.elementor-element-9d60d84 > .elementor-widget-container{margin:43px 43px 43px 43px;}#elementor-popup-modal-905{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-905 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-905 .dialog-close-button{display:flex;}#elementor-popup-modal-905 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-905 .elementor-element.elementor-element-0d9705c{--content-width:941px;}}/* Start custom CSS for html, class: .elementor-element-9d60d84 *//* Layout a dos columnas */
.two-columns {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  
}

.column {
  flex: 1;
}

/* Estilo de etiquetas */
.wpcf7-form label {
  display: block;
  font-weight: 600;
  margin: 20px 0 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #233A24;
  font-size: 20px;
}

/* Inputs, select y textarea con línea inferior */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  padding: 10px 5px;
  font-size: 16px;
  background: transparent;
  transition: border-color 0.3s;
  font-family: 'Lato', sans-serif;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-bottom: 2px solid #8A9E97;
  outline: none;
}

/* Estilo select */
.wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}

/* Botón enviar */
.submit-button input[type="submit"] {
  margin-top: 30px;
  background-color: #233A24;
  color: white;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-button input[type="submit"]:hover {
  background-color: #8A9E97;
  color:#233A24;
}

/* Campo de aceptación (checkbox) */
.wpcf7-acceptance {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #233A24;
}

.wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #233A24;
  cursor: pointer;
  margin: 0;
}/* End custom CSS */