.elementor-kit-6{--e-global-color-primary:#0D1A2E;--e-global-color-secondary:#191919;--e-global-color-text:#FFFFFF;--e-global-color-accent:#1D267D;--e-global-color-5d80883:#F5F5F5;--e-global-color-4ac65fa:#0015DC;--e-global-color-616c26e:#04A3EC;--e-global-color-59bc47a:#050B2F;--e-global-color-83e00f5:#0A1E29;--e-global-color-d26aa10:#164457;--e-global-color-3ca5d37:#6FABCF;--e-global-color-6bd2f67:#365FFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;}.elementor-kit-6 e-page-transition{background-color:#365FFF00;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */body::-webkit-scrollbar {
    width: 7px;
    background-color: #212529;
    }

    body::-webkit-scrollbar-thumb{
        background-color: #00b0ff;
        border-radius: 10px;
        border-right: 2px solid #212529;
    }
    



@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Aplica la animación a la imagen */
.flotar {
  animation: floating 3s ease-in-out infinite;
}

.pswp__ui .pswp__ui--hidden{
    display: none;
}/* End custom CSS */