.elementor-kit-5{--e-global-color-primary:#048ABF;--e-global-color-secondary:#29B9F2;--e-global-color-text:#7A7A7A;--e-global-color-accent:#0511F2;--e-global-color-3cb5adf:#FFFFFF;--e-global-color-dc8f5de:#000000;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Playfair";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.mayusculas {
    text-transform: uppercase;
}

/* 1. Estilos base del elemento */
.grow-on-hover {
    transition: transform 0.3s ease-in-out; /* Esto es clave para la suavidad */
}

/* 2. El efecto al pasar el cursor */
.grow-on-hover:hover {
    transform: scale(1.05); /* El elemento crecerá un 5% (1.05) */
}/* End custom CSS */