.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Open Sans", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1280px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:960px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.kenburns-bg {
  overflow: hidden;
  position: relative;
}

.kenburns-bg::before {
  background-size: cover;
  background-position: center;
  transform: scale(1);
  animation: kenburnsZoom 20s ease-in-out infinite;
  z-index: 0;
}

@keyframes kenburnsZoom {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.2) translate(-5%, -5%);
  }
}

/* Aplica el efecto solo al <a> dentro del widget que tiene clase .boton-gradient */
.elementor-element.boton-gradient a.elementor-button {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #333;
  background: linear-gradient(to right, #333 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

.elementor-element.boton-gradient a.elementor-button:hover {
  background-position: left bottom;
  color: #fff;
}
/* Aplica el color blanco al ícono SVG en hover */
.elementor-element.boton-gradient a.elementor-button:hover .elementor-button-icon svg path {
  fill: #fff;
}
/*-breadcrumbs---*/
.breadcrum a {
    font-size: 12px;
}
.product-breadcrumbs {    line-height: 17px;
    font-size: 10px;
}
.titulo-cuadro h2{
    min-height: 30px;
}
#container-podcast {
	min-height: 80px;
}

.product-template-default .footer-ohana{
    display: none;
}
#formulario input[type="submit"] {
    font-family: 'Jost';
    background-color: #000000;
    font-size: 16px;
    margin: 15px 0px;
}

@media (max-width: 960px) {
.elementor-progress-bar {
    height: 15px;
    line-height: 15px;
}}/* End custom CSS */