.elementor-kit-11{--e-global-color-primary:#000000;--e-global-color-secondary:#373737;--e-global-color-text:#9A9999;--e-global-color-accent:#9C9D9C8A;--e-global-typography-primary-font-family:"Bree Serif";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-weight:500;--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;}.elementor-kit-11 h1{font-family:"Montserrat", 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);}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.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 *//* Versión Forzada */
body .elementor-element.dcap-card {
    transition: all 0.4s ease-in-out !important;
    cursor: pointer !important;
}

body .elementor-element.dcap-card:hover {
    transform: translateY(-10px) !important;
    border-color: #ffffff !important;
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.15) !important;
    z-index: 10;
}

body .elementor-element.dcap-card img {
    transition: transform 0.5s ease !important;
}

body .elementor-element.dcap-card:hover img {
    transform: scale(1.1) rotate(-3deg) !important;
}
/* Efecto Glitch para Barbas Hats */
.glitch-title {
    position: relative;
    display: inline-block;
}

/* El efecto se activa al pasar el mouse */
.glitch-title:hover::before,
.glitch-title:hover::after {
    content: attr(data-widget_type); /* Esto es un truco técnico, mejor usa el texto manual si prefieres */
    content: "TU TITULO AQUÍ"; /* Escribe aquí el mismo texto de tu encabezado */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}/* End custom CSS */