.px-xl-8 {
    padding-left: 3.5rem!important;
    padding-right: 3.5rem!important
}
.mx-xl-8 {
    margin-left: 3.5rem!important;
    margin-right: 3.5rem!important
}
.py-8 {
    padding-bottom: 3.5rem!important;
    padding-top: 3.5rem!important;
}
.me-xl-8 {
    margin-right: 3.5rem!important;
}
.pe-xl-8 {
    padding-right: 3.5rem!important;
}

.fw-bold {
    font-weight: 700!important;
}
.mt-8 {
    margin-top: 3.5rem!important;
}
.fs-4 {
    font-size: 1rem!important;
}
a {
    color: rgba(117,79,254),1;
    text-decoration: none
}


.display-4 {
    font-size:2.5rem;
}
.text-dark {

    color: #0f172a!important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 500;
}
.bg-light {
    --gk-bg-opacity: 1;
    background-color: #f1f5f9!important;
}
.form-label {
    color: #334155;
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
}

body{
    font-family: "Inter", sans-serif;
}

#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 58, 64, 0.8); /* Fondo oscurecido */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-container {
    text-align: center;
    background: rgba(52, 58, 64, 0.8);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
}

.loader-logo {
    width: 100px; /* Ajusta el tamaño del logo */
    margin-bottom: 10px;
}


@media (max-width: 768px) {
    .pe-xl-8 {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    .me-xl-8 {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .lead{
        text-align: center;
    }
}
