.elementor-180 .elementor-element.elementor-element-3aba5a4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0b62aeb *//* FIX ELEMENTOR FORM OVERRIDE */
#contacto input,
#contacto textarea,
#contacto select {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* Placeholder */
#contacto input::placeholder,
#contacto textarea::placeholder {
  color: rgba(255,255,255,0.3) !important;
}

/* Focus */
#contacto input:focus,
#contacto textarea:focus {
  border-color: rgba(0,255,163,0.4) !important;
  outline: none !important;
}

/* Evitar fondo blanco en autofill (Chrome) */
#contacto input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(13,27,62,1) inset !important;
  -webkit-text-fill-color: #fff !important;
}/* End custom CSS */