/*!
Theme Name: Abad Energy
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: JMFM
Author URI: https://juanfiorillo.es/
Description: Tema personalizado para Abad Energy.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.elemento-muy-centrado {
    max-width: 60%;
    margin: 0 auto !important;
}

.fade-in {
	-webkit-animation: fade-in 1.6s ease-in-out 0.5s both;
	        animation: fade-in 1.6s ease-in-out 0.5s both;
}

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Responsive */

@media (max-width: 768px) {
    .elemento-muy-centrado {
        max-width: 95%;
        margin: 0 auto !important;
    }
}