.elementor-kit-9{--e-global-color-primary:#0A0F1A;--e-global-color-secondary:#F5F3EE;--e-global-color-text:#F5F3EE99;--e-global-color-accent:#2B4FF0;--e-global-color-e5c7776:#FFFFFF20;--e-global-color-1f34731:#00000000;--e-global-color-1b62863:#F5F3EE99;--e-global-color-3eeb559:#2B4FF020;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 */html, body{
    overflow-x: hidden!important;
}

.azul{
    color: #2B4FF0;
}

b, strong {
    font-weight: bold;
}

.elementor-kit-9 .botaum .elementor-button {

    box-shadow: inset 0px 0px 5px 5px #ffffff25, 0px 5px 0px 0px #0db214 !important;
    background: linear-gradient(45deg, #a8f702, #0db214, #a8f702, #f6ff84, #0db214, #a8f702);
    background-size: 200% 200%;
    animation: shine 5s ease-in-out infinite;
    transform-origin: center;
  }
  
  
.elementor-kit-9 .botaum .elementor-button:hover {
    transform: scale(1.05);
  }
  @keyframes shine {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}

.elementor-kit-9 .botaum .elementor-button:active {
  box-shadow: inset 0px 0px 5px 5px #ffffff25, 0px 5px 0px 0px #2B55A1 !important;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
    transition: all 0.1s ease-in;
  transform: scale(1);
}


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

::-webkit-scrollbar-track {
  background: #0e1633;
}

::-webkit-scrollbar-thumb {
  background: #2B4FF0;
  border-radius: 20px;
  backdrop-filter: blur(8px);
}/* End custom CSS */