.elementor-kit-5{--e-global-color-primary:#E30614;--e-global-color-secondary:#FE0E1E;--e-global-color-text:#1C1919;--e-global-color-accent:#E30614;--e-global-color-e37f2ed:#FFFFFF;--e-global-color-67fdb91:#000000;--e-global-color-6eb6540:#252527;--e-global-color-dc48a0c:#BAB5B5;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-size:2rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:600;--e-global-typography-87c0d34-font-family:"Poppins";--e-global-typography-87c0d34-font-size:0.8rem;--e-global-typography-87c0d34-font-weight:700;--e-global-typography-87c0d34-text-transform:uppercase;--e-global-typography-3064888-font-family:"Bebas Neue";--e-global-typography-3064888-font-size:1.6rem;--e-global-typography-acac1b7-font-family:"Bebas Neue";--e-global-typography-acac1b7-font-size:1.2rem;--e-global-typography-3fe4b6a-font-family:"Bebas Neue";--e-global-typography-3fe4b6a-font-size:2rem;--e-global-typography-6bcb0d0-font-family:"Poppins";--e-global-typography-6bcb0d0-font-size:0.8rem;--e-global-typography-6bcb0d0-font-weight:400;background-color:var( --e-global-color-67fdb91 );color:var( --e-global-color-e37f2ed );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-primary );--e-preloader-size:40px;}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-67fdb91 );}.elementor-kit-5 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-5 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-5 h1{color:var( --e-global-color-e37f2ed );}.elementor-kit-5 h2{color:var( --e-global-color-e37f2ed );}.elementor-kit-5 h3{color:var( --e-global-color-e37f2ed );}.elementor-kit-5 h4{color:var( --e-global-color-e37f2ed );}.elementor-kit-5 h5{color:var( --e-global-color-e37f2ed );}.elementor-kit-5 h6{color:var( --e-global-color-e37f2ed );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:80px;--container-default-padding-right:20px;--container-default-padding-bottom:80px;--container-default-padding-left:20px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.e-con{--container-default-padding-top:80px;--container-default-padding-right:20px;--container-default-padding-bottom:80px;--container-default-padding-left:20px;}}@media(max-width:480px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Scrollbar general */
::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

/* Track (fondo del scroll) */
::-webkit-scrollbar-track {
  background: #1e1e1e;
}

/* Thumb (la parte que se mueve) */
::-webkit-scrollbar-thumb {
  background-color: #1c1919;
  border: 1px solid #4a4243; /* Borde interno */
  border-radius: 6px;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #1c1919 #000000; /* thumb | track */
}

a {
    font-family: inherit !important;
}

.woocommerce-notices-wrapper {
    max-width: 1480px;
    padding: 20px;
    margin: 10px auto;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-radius: 9px;
    background-color: #171717;
    color: #FFFFFF;
}

.woocommerce-error .button.wc-forward, .woocommerce-info .button.wc-forward, .woocommerce-message .button.wc-forward {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: -5px;
    background-color: #E30614;
    color: #FFFFFF;
}

.woocommerce-error .button.wc-forward:hover, .woocommerce-info .button.wc-forward:hover, .woocommerce-message .button.wc-forward:hover {
    background-color: #E30614;
    color: #FFFFFF;
}

ul {
    margin-bottom: 1em;
}/* End custom CSS */