.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#30D5C8;--e-global-color-text:#FFFFFF;--e-global-color-accent:#30D5C8;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat Alternates";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;color:#FFFFFF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#FFFFFF;}.elementor-kit-7 h1{color:#EECFCF;}.elementor-kit-7 h2{color:#FFFFFF;}.elementor-kit-7 h3{color:#FCC014;}.elementor-kit-7 h4{color:#FFFFFF;}.elementor-kit-7 h5{color:#FFFFFF;}.elementor-kit-7 h6{color:#FFFFFF;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;line-height:1.3px;letter-spacing:1px;word-spacing:3px;}.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;}@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 *//* Aplica a toda la página */
body {
    background-color: #000; /* Fondo negro */
    color: #fff; /* Texto blanco */
    font-family: 'Poppins', sans-serif; /* Tipografía Poppins */
    margin: 0;
    padding: 0;
}


}

button:hover, .btn:hover {
    background-color: #ffb300;
}

/* Formularios */
input, textarea {
    background-color: #222;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    margin: 10px 0;
}

/* Asegurar que Poppins se cargue */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');


#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: -1;
    top: 0;
    left: 0;
}

.site-header {
    display: none !important;
}

.site-info, .footer-text, .powered-by {
    display: none !important;
}/* End custom CSS */