/*!
Theme Name: Villa Irene
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Dive Marketing Pro
Author URI: https://divemarketingpro.com/
Description: Tema personalido para Villa Irene
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
-------------------------------------------------------------- */

/* Animaciones */

.text-focus-in{-webkit-animation:text-focus-in 1s ease-in .2s both;animation:text-focus-in 1s ease-in .2s both}
@-webkit-keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}

/* fin de animaciones */

.texto-muy-centrado {
    margin-left: 20% !important;
    margin-right: 20% !important;
}
span.kt-blocks-accordion-title-wrap span.kb-svg-icon-wrap {
    font-size: 24px;
    padding-right: .5em;
}

html[lang^="es"] .no-mostrar-español {
    display: none;
  }
html[lang^="en"] .no-mostrar-ingles {
    display: none;
  }

/* Responsive */

@media (max-width: 768px) {
    .texto-muy-centrado {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
}