.elementor-kit-6{--e-global-color-primary:#1E88E5;--e-global-color-secondary:#26C6DA;--e-global-color-text:#081D3A;--e-global-color-accent:#7ED957;--e-global-color-7477d7d:#E6E9EE;--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;}.elementor-kit-6 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){--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);}.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 *//* Estilo Base del Botón Global Biotervet */
.boton-biotervet .elementor-button {
    background: linear-gradient(135deg, #1E88E5 0%, #26C6DA 50%, #7ED957 100%) !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important; /* Necesario para que el destello no se salga del botón */
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2), 
                0px 4px 6px rgba(0, 0, 0, 0.1) !important; /* Sombra pronunciada */
    transition: all 0.3s ease !important;
}

/* Efecto Hover (Al pasar el mouse) */
.boton-biotervet .elementor-button:hover {
    transform: translateY(-2px) !important; /* Se eleva sutilmente */
    box-shadow: 0px 15px 20px rgba(38, 198, 218, 0.4) !important; /* Sombra con brillo cian */
}

/* El Destello Blanco (Brillo) */
.boton-biotervet .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg); /* Inclina el destello */
    transition: none;
}

/* Animación del destello al pasar el mouse (Hover) */
.boton-biotervet .elementor-button:hover::before {
    animation: brillo 0.8s forwards;
}

/* Definición de la animación */
@keyframes brillo {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

/* Fondo Degradado Global Biotervet para Contenedores */
.fondo-degradado-biotervet {
    background: linear-gradient(135deg, #1E88E5 0%, #26C6DA 50%, #7ED957 100%) !important;
    position: relative;
    box-shadow: 0px 10px 30px rgba(8, 29, 58, 0.15) !important; /* Sombra suave y profunda */
    /* Opcional: bordes ligeramente redondeados como en la identidad visual */
    z-index: 1;
}

/* Opcional: Variación para un degradado más sutil en bloques de texto grandes */
.fondo-degradado-suave {
    background: linear-gradient(135deg, rgba(30, 136, 229, 0.08) 0%, rgba(38, 198, 218, 0.08) 50%, rgba(126, 217, 87, 0.08) 100%) !important;
    border: 1px solid rgba(38, 198, 218, 0.2);

}/* End custom CSS */