/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1740903648
Updated: 2025-03-02 08:20:48

*/
/*ICONOS ANIMADOS - VENTAJAS Y BENEFICIOS*/
.icono-animado {
	border-radius: 100px;
	max-width: fit-content;
	padding: 1em !important;
}
/*TIMELINE*/
.fade-in {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s ease 150ms, transform 1s ease 150ms;
}
.fade-in.visible {
  opacity: 1;
  transform: none;
}


/*BOTON FORMULARIO*/
.et_pb_contact_form .et_contact_bottom_container {
  width: 100%;
  padding: 0; /* opcional, por si hay padding lateral */
}

.et_pb_contact_form .et_pb_button.et_pb_contact_submit {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  text-align: center !important;
  box-sizing: border-box;
}

/*FORMULARIO*/
.et-pb-contact-message {
  color: #fc6;
}
