.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#00E6FF;--e-global-color-text:#000000;--e-global-color-accent:#1D4994;--e-global-color-85093d4:#81FFD9;--e-global-color-f76fc35:#FFFFFF;--e-global-color-0ed1772:#0034EB;--e-global-color-9ec140f:#9E9E9E;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:2.9rem;--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:"Sora";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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 */html, body {
    overflow-x: hidden;
}

/* BUTTON GRADIENT*/
#gradientButton a.elementor-button.elementor-button-link.elementor-size-sm {
   background: rgb(0,0,0);
background: linear-gradient(208deg, rgba(0,0,0,1) 0%, rgba(10,52,205,1) 47%, rgba(0,243,249,1) 88%);
    color: white !important; /* Asegura que el texto sea visible */
    border: none;
        border-radius: 55px 55px 55px 55px;
    padding: 29px 50px 29px 50px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

#gradientButton a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    filter: brightness(1.2);
}

.blueText {
    color: #00E6FF;
}

/* BG HEADER LANDING INDIVIDUAL */
#bg-gradient {
    background: rgb(0,0,0);
background: linear-gradient(196deg, rgba(0,0,0,1) 0%, rgba(0,52,235,1) 66%, rgba(0,230,255,1) 98%);
}

/* BG TALKS*/
.bg-gradient-talks {
    background: rgb(129,255,217);
background: linear-gradient(208deg, rgba(129,255,217,1) 0%, rgba(0,243,249,1) 47%, rgba(129,255,217,1) 88%);
}

/* NEXT EVENT BUTTON */
.boton-blur {
    position: relative;
    display: inline-block;
    background: transparent;
    border: none;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.boton-blur::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 150px;
    background: white; 
    filter: blur(1.5rem);
    -webkit-filter: blur(1.9rem);
    border-radius: 50%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; 
    transition: all 0.3s ease-in-out;
}

.boton-blur:hover::after {
    background: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.2);
}

/* SCROLL BAR */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #0034EB;
}

::-webkit-scrollbar-thumb:hover {
    background: #81FFD9;
}

::selection {
    background: #1D4994;
    color: white;
}/* End custom CSS */