.elementor-kit-5{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#F6EBDA;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FCB950;--e-global-color-23c3473:#1A1A1A;--e-global-color-02260f3:#F7F2EB;--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;--e-global-typography-e59f309-font-family:"Playfair Display";--e-global-typography-171d7a2-font-family:"Vidaloka";font-family:"Playfair Display", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Playfair Display", Sans-serif;}.elementor-kit-5 h1{font-family:var( --e-global-typography-171d7a2-font-family ), Sans-serif;}.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 */.hover-overlay {
    position: relative;
    display: inline-block;

}
.hover-overlay .elementor-heading-title {
    position: relative;
    z-index: 2;
}

.hover-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.7); /* Negro con 70% de opacidad */
    transition: opacity 0.3s ease-in-out;
}

.hover-overlay:hover::before {
    opacity: 0; /* Desaparece la capa al hacer hover */
}/* End custom CSS */