/*!
Theme Name: The Ocean Explorers
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: JMFM
Author URI: https://juanfiorillo.es/
Description: Tema personalizado para The Ocean Explorers.
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% !important;
   margin: 0 auto !important;
}

.text-focus-in{-webkit-animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both;animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) 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}}
.kt-tab-title h3.kt-title-text {
   margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

figure.imagen-ondas {
  position: relative;
  overflow: hidden;
}

figure.imagen-ondas img {
  display: block;
  width: 100%;
  height: auto;
  filter: url(#water-distortion);
  transition: filter 0.3s ease;
}


/* Responsive */

@media (max-width: 768px) {
    .elemento-muy-centrado {
        max-width: 95% !important;
    }
}