.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#191E23;--e-global-color-text:#191E23;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"AIRBOLT";--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;background-color:#191E23;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@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 */a {
    background-color: transparent;
    text-decoration: none;
    color: #098300;
}

a:hover{
    color:#fff;
}

#rc-anchor-container {
    display: flex; /* Establece el contenedor como un flex container */
    flex-direction: column; /* Organiza los hijos en columna */
    justify-content: center; /* Centra los hijos verticalmente dentro del contenedor */
    align-items: center; /* Centra los hijos horizontalmente dentro del contenedor */
    width: 300px; /* Establece un ancho fijo para ver el efecto de centralizado */
    padding: 20px; /* Añade algo de padding alrededor del contenido */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Opcional: añade sombra para mejor visualización */
    background-color: #000; /* Establece un color de fondo para el contenedor */
  }

  .rc-anchor-content {
    width: 100%; /* Asegura que el contenido use todo el ancho del contenedor */
  }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'AIRBOLT';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bitso10.com/wp-content/uploads/2023/01/Airbolt-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */