html,

/*tipo de letra sena para el año 2024*/
.letra-sena-2024 {
    font-family: 'Work Sans' , sans-serif;
}
/*fin tipo de letra sena para el año 2024*/

body {
    overflow-x: hidden;
    overflow-y: auto;


}

.fondo {
    opacity: 0.8;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    width: 100%;
    height: 100%;
}

#logo-sena {
    max-width: 120px;
}

.alert-info{
    background-color: #0b1124 !important;
    color: #eff1f2 !important;
    border-color: #0b1124 !important;
}

.table-primary {
    background-color: #7d8bb182 !important;
    color: #000 !important;
}
.bg-gradient-custom {
    background-color: #00304D;
    background-image: linear-gradient(180deg, #00304D 10%, #00304D 100%);
    background-size: cover;
}

.centro {
    padding-left: 30%;
}

.btn-success {
    background-color: #38a900 !important;
}

.scrollable-container {
    /*max-height: 75vh; */
    overflow-y: auto;
}

/* Estilos para spinner de carga */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* Fondo más oscuro */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}

.loader-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loader {
    width: 70px;
    height: 70px;
    position: relative;
}

.loader:before {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    /* Spinner blanco */
    position: absolute;
    top: 0;
    left: 0;
    animation: pulse 1s ease-in-out infinite;
}

.loader:after {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #ffffff;
    /* Spinner blanco */
    position: absolute;
    top: 0;
    left: 0;
    animation: spin 2s linear infinite;
}

.loader-text {
    font-size: 24px;
    margin-top: 20px;
    color: #ffffff;
    /* Texto blanco */
    font-family: Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

@keyframes pulse {
    0% {
        transform: scale(0.6);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(0.6);
        opacity: 1;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.content {
    display: none;
}

.loaded .loader-container {
    display: none;
}

.loaded .content {
    display: block;
}

.clock {
    font-size: 0.8rem;
}
/* Fin estilos para spinner de carga */

/* Estilos para el boton de whatsapp */
.button2 {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #090909;
    padding: 0.7em 3.3em 0.7em 1.7em;
    font-size: 18px;
    border-radius: 0.5em;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.button2>svg {
    height: 30px;
    position: absolute;
    padding: 0px 5px;
    margin-top: -4px;
}

.button2:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.button2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button2:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #009087;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button2:hover {
    color: #ffffff;
    border: 1px solid #009087;
}

.button2:hover:before {
    top: -35%;
    background-color: #009087;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
    top: -45%;
    background-color: #009087;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.whatsapp {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-right: 3%;
}
/* Fin estilos para el boton de whatsapp */


/* Estilos para asterisco de campo obligatorio */
.required:after {
    content: " *";
    color: red;
}
/* Fin estilos para asterisco de campo obligatorio */
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;

}

.main-content {
    flex: 1;
}

/* Tu footer existente */
.footer {
    text-align: center;
    background-color: #343a40;
    color: white;
    padding: 10px 0;
    font-size: 14px;
}

/*estilos para el login*/

#page-login {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #dbdbdc 0%, #49484b 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}*
 #page-login .contenedor {
    display: flex;
    width: 100%;
    max-width: 900px;
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
    background: white;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin: 40px;
    padding: 0; /* ⚠️ Asegúrate que no haya padding */
}

/* Panel izquierdo */
.panel-izquierdo {
    flex: 2;
    background: linear-gradient(135deg, #3D0073, #00304D);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #FFFFFF;
    text-align: center;
}

.contenedor-logos {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.logo-login,
.logo-tecno {
    max-width: 150px;
}

.logo-login img,
.logo-tecno img {
    width: 100%;
    height: auto;
}

.text-bienvenida {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.bienvenida-subtitulo {
    font-size: 16px;
    opacity: 0.95;
}

/* Panel derecho (formulario) */
.panel-derecho{
    flex: 1;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-input {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e1e8ed;
    border-radius: 10px;
    font-size: 16px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    outline: none;
}

.form-input:focus {
    border-color: #3D0073;
    background: white;
    box-shadow: 0 0 0 3px rgba(61, 0, 115, 0.1);
}

.form-input::placeholder {
    color: #adb5bd;
}

.submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #3d0073 0%, #00304d 100%);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(61, 0, 115, 0.3);
}

@media (max-width: 768px) {
    .contenedor {
        flex-direction: column;
        margin: 20px;
    }

    .panel-izquierdo {
        padding: 30px 20px;
    }

    .panel-derecho {
        padding: 40px 30px;
    }
}

.footer-login {
    padding: 20px;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #000000;
}