@import 'bootstrap/dist/css/bootstrap.css';
@import 'dashboard.css';
@import 'header.css';
@import 'inicio.css';
@import 'canalesatencion.css';
@import 'datosper.css';
@import 'cursos.css';
@import 'pie.css';
@import 'certificado.css';
@import 'recuperar-contraseña.css';
@import 'crearusuario.css';
@import 'categoriasadmin.css';
@import 'cursosContenido.css';
@import 'archivo.css';
@import 'capacitacionesAdmin.css';
@import 'matriculaAdmin.css';
@import 'cursoContenido.css';
@import 'contenidoCapa.css';
@import 'programasBim.css';
@import 'mistramitesacademicos.css';
@import 'historialacademico.css';
@import 'contenidohistorial.css';

* {
    font-family: 'Rubik', sans-serif;
    /* Aplica la fuente a todos los elementos */
    margin: 0;
    /* Elimina márgenes por defecto */
    padding: 0;
    /* Elimina padding por defecto */
}

html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* evita scroll si no quieres que se pueda hacer */
}

/**/
.caja {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 30%;
    box-sizing: border-box;
    justify-content: center;
    background-color: #1c1c1c;
    border-left: 6px solid;
    border-image: linear-gradient(to bottom, rgba(204, 204, 204, 0) 0%,
            /* #cccccc con opacidad 0% en 0% */
            rgba(77, 77, 77, 1) 50%,
            /* #4d4d4d con opacidad 100% en 50% */
            rgba(77, 77, 77, 0) 100%
            /* #4d4d4d con opacidad 0% en 100% */
        ) 1;
}

.fondo {
    background-color: #000;
    width: 100%;
    height: 100vh;
    /* Ajusta la altura para que sea igual al 100% de la ventana */
    /*    background-image: url('/imagenes/login.webp'); */
    background-size: cover;
    /* Asegura que la imagen cubra todo el contenedor */
    background-position: center;
    /* Centra la imagen */
    display: flex;
    text-align: center;
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    display: flex;
    flex-direction: row;
}

.container-imagen-fondo {
    width: 70%;
    background-image: url(/imagenes/login.webp);
    background-size: cover;
    /* muestra toda la imagen */
    background-repeat: no-repeat;
    /* evita que se repita */
    background-position: center;
}


.login-admin-fondo {
    background-color: #000;
    width: 100%;
    height: 100vh;
    background-image: url(/imagenes/loginadmin.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    text-align: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
}


.cont24 {
    width: 25%;
    height: 100vh;
    display: flex;
    /* Activa Flexbox */
    justify-content: center;
    /* Centra horizontalmente */
    align-items: center;
    /* Centra verticalmente */
    background-image: url('/imagenes/fondocajalogo.webp');
    /* Fondo, si lo necesitas */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: -20px 0 30px -10px rgba(0, 0, 0, 0.5);

}


.logo-container {
    display: flex;
    justify-content: center;
    /* Centra la imagen horizontalmente */
    align-items: center;
    margin-bottom: 30px;
    margin-top: -20px;
}

.logo {
    width: 120px;
    height: 100px;
}

.container_form_inicio_sesionm {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
}


.bienvenido {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 550;
    margin-bottom: 15px;
}

.bueno {
    color: #B7B7B7;
    font-size: 13px;
    text-align: center;
    margin-top: 4px;
    font-weight: 300;
}

.bueno2 {
    color: #B7B7B7;
    font-size: 12px;
    text-align: center;
    margin-top: 4px;
    display: none;
}

.form-container {
    width: 335px;
    height: 600px;
    background-color: #1e1e1e;
    padding: 60px;
    position: relative;
    text-align: left;
    backdrop-filter: blur(5px);
    /* Efecto de difuminado en el fondo */
    margin-top: 50px;
    border-radius: 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    border: 1px solid #4f4f4f;
}

.email {
    color: #fff;
    font-weight: 450;
    font-size: 14px;
}

.inputs {
    width: 90%;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
    color: #828282;
    appearance: none;
    background-clip: padding-box;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 10px 0px;
    /* background: linear-gradient(135deg, #1f1f1f, #2c2c2c); */
    background-color: #55545424;
    border: 1px solid #444;
}

.inputs:focus {
    outline: none;
    /* quita el borde azul/blanco predeterminado */
    color: #c9c9c9;
}

.inputs:-webkit-autofill,
.inputs:-webkit-autofill:hover,
.inputs:-webkit-autofill:focus,
.inputs:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #55545424 inset !important;
    /* Forzar fondo */
    -webkit-text-fill-color: #828282 !important;
    /* Forzar color del texto */
    transition: background-color 5000s ease-in-out 0s;
    /* truco para que Chrome no lo sobrescriba */
    border: 1px solid #444;
}


.btnmaster {
    width: 100%;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 8px 50px 8px 50px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    background: linear-gradient(55deg, #fefce1, #BCBBA7, #fefce1);
    background-size: 200%;
    transition: background-position 0.5s ease, color 0.3s ease;
    background-position: right;
    border-radius: 8px;
    margin-top: 13px;
    font-weight: 550;
}

.btn-regresar {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 8px 30px 8px 30px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    background: linear-gradient(55deg, #fefce1, #BCBBA7, #fefce1);
    background-size: 200%;
    transition: background-position 0.5s ease, color 0.3s ease;
    background-position: right;
    border-radius: 8px;
    margin-top: 13px;
    font-weight: 550;
}

.btnmaster:hover,
.btn-regresar:hover {
    background-position: left;
    color: #000;
}



.icos {
    width: 20px;
    height: 20px;
}

.icos2 {
    width: 20px;
    height: 15px;
}

.pagina-inicio {
    width: 100%;
    display: flex;
}

.general1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

input#exampleInputEmail1,
input#exampleInputPassword1 {
    color: #fff;
}

.redes159 {
    width: 100%;
    display: flex;
    justify-content: center;
    /* Centra horizontalmente */
    align-items: center;
    /* Centra verticalmente */
    height: 100px;
    /* Ajusta la altura según lo necesites */
    gap: 30px;
    /* Ajusta el valor según el espaciado que desees */
}


.olvi {
    color: #c9c9c9;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.reg28 {
    background-color: #000;
    border-radius: 10px;
    padding: 5px 25px;
    color: #fff;
}



.brayan14 {
    color: #CFCEB8;
    font-size: 14px;
    font-weight: 600;
}

/*segunda caja del login*/

.estivem {
    width: 396px;
    height: 80px;
    margin-top: 15px;
    display: flex;
    padding: 40px 20px;
    background-color: #1e1e1e;
    text-align: left;
    backdrop-filter: blur(5px);
    /* Efecto de difuminado en el fondo */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 30px 30px;
    border: 1px solid #4f4f4f;

}

.img-logo-campus {
    width: 350px;
    height: 65px;
    /* margin-left: 30px; */
}

.img-logo-campus-felicidades {
    width: 290px;
    height: 60px;
}

.content-linea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}

.linea1 {
    width: 30px;
    height: 6px;
}

.cuenta {
    width: 100%;
    height: auto;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 23px;
    font-weight: 300;
}

.cuenta p {
    font-size: 12px;
    color: #C9C9C9;
}

.btn-regi {
    color: #fff;
    font-weight: 450;
    font-size: 11px;
    border: 0.5px solid rgba(244, 244, 244, 0.7);
    background-color: transparent;
    padding: 8px 13px;
    border-radius: 5px;
}

.btn-regi:hover {
    /*     background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
 */
    background-color: #353535;
    border: 1px solid #4f4f4f;
    color: #e0e0e0;
}


.cre {
    width: 100%;
    text-align: center;
    margin-top: 50px;

}

.cre2 {
    width: 80%;
    padding-left: 30px;
}

.go {
    color: #EAEAEA;
    font-size: 13px;
    text-align: left;
    margin-top: 5px;
}

.linea0 {
    margin-top: 10px;
    height: 50px;
    text-align: right;
}

.p1 {
    width: 20%;
    background-color: #191919;
    box-shadow: 8px 0 12px rgba(0, 0, 0, 0.5);

    /* para que se superponga */
    position: relative;
    z-index: 10;
}

.p2 {
    width: 80%;
    height: 100vh;
    background-color: #191919;
}

.p4 {
    width: 75%;
}

.p5 {
    width: 25%;
}

.pro {
    font-size: 12px;
    margin-left: -170px;
    margin-top: 40px;
}

.content_videos_curso {
    width: 100%;
    background-color: #282828;
}


/* login admin */
.conten_login_admin {
    width: 380px;
    height: 500px;
    background-color: #2c2c2c;
    padding: 30px;
    position: relative;
    text-align: left;
    backdrop-filter: blur(5px);
    clip-path: polygon(0% 13%, 100% -40%, 100% 100%, 0 100%);
}

.content_second_admin {
    width: 380px;
    height: 60px;
    margin-top: 20px;
    padding: 30px;
    display: flex;
    background-color: #2c2c2c;
    backdrop-filter: blur(5px);
    /* Efecto de difuminado en el fondo */
}

/* .container_footer{
    display: none;
} */

.container_footer {
    display: none;

}

/* eleminamos el tipo mumner en todo los select */
/* Para navegadores WebKit (Chrome, Safari, Edge) */
/* Para navegadores WebKit (Chrome, Safari, Edge) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.container-footer-2025 {
    display: none;
}

.logo-footer-2025 {
    width: auto;
    height: 45px;

}

.cuenta p a {
    font-size: 12px;
    color: #C9C9C9 !important;
    text-decoration: none !important;
}

.form-container-contra {
    width: 318px;
    height: 510px;
    background-color: #1e1e1e;
    padding: 60px;
    position: relative;
    text-align: left;
    backdrop-filter: blur(5px);
    margin-top: 50px;
    border-radius: 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    border: 1px solid #4f4f4f;
    background-image: url(../imagenes/fondo-caja.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cuenta a {
    font-size: 12px;
    color: #fff !important;
    text-decoration: none !important;
}

.felicidades {
    width: 280px;
    height: 370px !important;
}

.felicidades2 {
    width: 361px;
}

form#restablecerForm {
    display: flex;
    flex-direction: column;
    gap: 13px;
}



.imput-restablecer {
    padding: 8px;
    border: none;
    border-radius: 5px;
    background-color: #55545424;
    /* background-color: #444; */
    color: #828282;
    font-size: 12px;
    font-weight: 200;
    border: 1px solid #444;
}

.imput-restablecer:focus {
    outline: none;
    /* quita el borde azul/blanco predeterminado */
    color: #c9c9c9;
}

.container-recuperar-contra {
    width: auto;
}

.contenedor-enviar {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.text-contra {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.inputs-contra {
    width: 100% !important;
}

.btn-contra-restablecer {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 13px;
    text-decoration: none;
    padding: 8px 50px 8px 50px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    background: linear-gradient(55deg, #fefce1, #BCBBA7, #fefce1);
    background-size: 200%;
    transition: background-position 0.5s ease, color 0.3s ease;
    background-position: right;
}

.btn-contra-restablecer:hover {
    background-position: left;
    color: #000;
}



.container-restablecer {
    height: 390px !important;
}


.bueno-text-exito {
    color: #B7B7B7;
    font-size: 12px;
    text-align: center;
    margin-top: 4px;
    font-weight: 300;
}

.container-regresar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.btnmastervolver {
    width: 70%;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 50px 8px 50px;
    border-radius: 8px;
    margin-top: 13px;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    background: linear-gradient(55deg, #fefce1, #BCBBA7, #fefce1);
    background-size: 200%;
    transition: background-position 0.5s ease, color 0.3s ease;
    background-position: right;
}

.btnmastervolver:hover {
    background-position: left;
    color: #000;
}

.contra2025 {
    height: 540px;
}

.logo_restablecer {
    width: 110px;
    height: 85px;
}

.form-container-admin {
    height: 440px !important;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .fondo {
        height: auto;
        /* Ajustar automáticamente */
    }

    .p1 {
        width: 28%;
        /* Ancho para pantallas medianas */
    }

    .p2 {
        width: 72%;
        /* Ancho para pantallas medianas */
    }

    .estivem {
        padding: 20px;
        margin-bottom: 50px;
    }

}

/* Para laptops grandes (1280px a 1400px) */
@media (min-width: 1281px) and (max-width: 1440px) {
    .fondo {
        height: auto;
        /* Ajustar automáticamente */
    }

    .container-imagen-fondo {
        width: 65%;
    }

    .caja {
        width: 40%;
    }

    .form-container {
        width: 365px;
        height: 610px;
        margin-top: 0px;
        padding: 40px;
    }

    .logo {
        width: 100px;
        height: 81px;
        margin-top: 25px;
    }


    .p1 {
        width: 20%;
        /* Ancho para pantallas grandes */
    }

    .p2 {
        width: 80%;
        /* Ancho para pantallas grandes */
    }

    .estivem {
        padding: 20px;
        margin-bottom: 50px;

    }

    .container-restablecer {
        height: 380px !important;
    }
}

/* Ajuste para escalado al 125% (pantallas de 1920px) */
@media (min-width: 1728px) and (max-width: 1920px) {

    .p1 {
        width: calc(15% * 1.25);
        /* Ancho ajustado para escalado al 125% */
    }

    .p2 {
        width: calc(85% * 1.25);
        /* Ancho ajustado para escalado al 125% */
    }

    .container-imagen-fondo {
        width: 65%;
    }

    .caja {
        width: 37%;
    }

}

@media (min-width: 1920px) {
    .p1 {
        width: 16%;
    }

    .p2 {
        width: 85%;
    }

     .container-imagen-fondo {
        width: 65%;
    }

    .caja {
        width: 37%;
    }
}

/* Estilos cuando el zoom es al 125% */
body.zoom-125 .p1 {
    width: 18% !important;
    /* Ajusta el ancho para el zoom al 125% */
}

body.zoom-125 .p2 {
    width: 85% !important;
    /* Ajusta el ancho para el zoom al 125% */
}


body.zoom-125 .bienvenido {
    font-size: 16px;
}

body.zoom-125 .bueno {
    font-size: 12px;
}

body.zoom-125 .inputs {
    font-size: 10px;
    border-radius: 5px;
}

body.zoom-125 .logo,
body.zoom-125 .logo_restablecer {
    width: 75px;
    height: 60px;
}


body.zoom-125 .logo-container {
    margin-bottom: 30px;
}

body.zoom-125 .form-container {
    width: 320px;
    height: 390px;
    margin-top: 10px;
    padding: 45px;
}



body.zoom-125 .email {
    font-size: 10px;
}

body.zoom-125 .btnmaster {
    font-size: 10px;
    margin-top: 10px;
}

body.zoom-125 .cuenta p {
    font-size: 10px;
}

body.zoom-125 .btn-regi {
    font-size: 10px;
}


body.zoom-125 .cuenta {
    margin-top: 15px;
}


body.zoom-125 .estivem {
    width: 380px;
    height: 80px;
    margin-top: 20px;
    padding: 15px;
}

body.zoom-125 .go {
    font-size: 10px;
    margin-top: -20px;
    margin-right: 10px;
}

body.zoom-125 .container_form_inicio_sesionm {
    margin-top: 20px;
}


body.zoom-125 .form-container-contra {
    width: 288px;
    height: 310px;
}

body.zoom-125 .btnmastervolver {
    width: 63%;
}

body.zoom-125 .felicidades {
    height: 210px !important;
}


body.zoom-125 .contra2025 {
    height: 370px;
}



/* modo responsive celular */
@media (max-width: 500px) {

    .fondo {
        background-color: #242424;
        background-image: none;
        height: 100vh;
        overflow-y: auto;
    }

    .fondo-login {
        padding-top: 100px;
    }

    .caja {
        width: 100%;
        margin-top: 30px;
        margin-right: 0px;
    }

    .bienvenido {
        font-size: 18px;
    }

    .bueno {
        font-size: 13px;
    }

    .container_form_inicio_sesionm {
        margin-top: 20px;
    }

    /* caja logo  */
    .cont24 {
        display: none;
    }

    .logo {
        width: 80px;
        height: 62px;
    }

    .form-container {
        width: 68%;
        height: 470px;
        padding: 40px;
    }

    .form-container-contra {
        width: 260px;
        height: 400px;
        padding: 40px;
    }


    .estivem {
        width: 260px;
        height: 30px;
        padding: 40px;
        margin-bottom: 50px;
    }

    .email {
        font-size: 12px;
    }

    .inputs {
        font-size: 12px;
    }

    .btnmaster,
    .go {
        font-size: 12px;
    }

    .cuenta {
        gap: 8px;
    }

    .pie-caja {
        display: none;
    }

    .container_footer {
        width: 100%;
        display: block;
        margin: 30px 0px 50px 48px;
        flex-direction: column;
        width: auto;
        color: #fff;
        justify-content: center;
        align-items: center;
    }

    .content_logo_instituto {
        background-color: #303031;
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: center;
        padding: 15px;
        align-items: center;
    }

    .instituto {
        font-size: 10px;
        text-align: left;
    }

    .content_copyright {
        background-color: #272727;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 300;
        padding: 15px;
    }

    .content_redes {
        background-color: #222323;
        flex-direction: row;
        gap: 15px;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo2 {
        width: 120px;
        height: 32px;
        margin-left: 30px;
    }

    .lineapie {
        height: 40px;
        margin-top: 5px;
    }

    .p1 {
        display: none;
    }

    .p2 {
        width: 100%;
        min-height: 100vh;
        height: auto;
    }

    .jorge {
        width: 80%;
        padding: 40px 3px;
    }

    .dozer {
        width: 70px;
    }

    .chiquito {
        line-height: 14px;
        font-weight: 300;
    }

    .vis {
        font-size: 16px;
    }

    .cuer {
        font-size: 14px;
    }

    .img-logo-campus {
        width: 290px;
        height: 56px;
        margin-left: -5px;
    }

    .cuenta p {
        text-align: center;
    }

    .bueno {
        display: none;
    }

    .bueno2 {
        display: block;
    }

    .container-footer-2025 {
        display: block;
        flex-direction: column;
        width: 100%;

    }

    .container-logo-footer {
        background-color: #303031;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-copyraiten {
        background-color: #272727;
        height: 60px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        color: #fff;
        font-size: 12px;
    }

    .container-redes-footer-2025 {
        background-color: #222323;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .pagina-inicio {
        overflow-y: auto;
    }

    .cuenta a {
        font-size: 11px;
    }

    .btnmastervolver {
        width: 60%;
    }


}
