-


/* Cabecera páginas */
.cabecera-titulo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .cabecera-titulo {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
}

/*BUSCADOR */

.input-group {
    justify-content: center;
}

.input-group-text {
    background-color: transparent;
}

.alineado-derecha {
    display: flex;
    justify-content: end;
    align-items: end;
}

@media (max-width: 768px) {
    .buscador .col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .alineado-derecha {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/* Glosario */
#letras {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0;
}

    #letras li {
        display: inline-block;
        margin: 5px 10px;
        padding: 10px;
        text-align: center;
        box-sizing: border-box;
        border: 2px solid transparent;
        border-radius: 8px;
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: linear-gradient(144deg, #fff, #fff), linear-gradient(321deg, #2C368C 0%, #FF55EC 94.99%, #1CE5E5 100%);
        cursor: pointer;
    }

}    






/* VIDEO */

p.descrip {
    font-weight: 700;
    border-bottom: 2px solid #FF55EC;
}


.vp-center {
    display: flex;
    align-items: baseline;
    justify-content: center;
}


.video-responsive {
    width: 100%;
    height: auto;
}

.video-grande {
    width: 100%;
    height: 360px;
   
}

@media (max-width: 768px) {
    .video-grande {
        height: auto;
    }
}
    

/*scroll*/
.scroll-container {
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 20px;
    height: 500px;
    /* Personalizar la barra de scroll */
    &::-webkit-scrollbar{
        width: 10px;
}
&::-webkit-scrollbar-track {
    background: #f1f1f1;
}

&::-webkit-scrollbar-thumb {
    background: #FF55EC;
}

}





.imagen-scroll {
    border-radius: 8px;
    min-height: 55px;
}



/* ***************************************************************************  Estilos generales  *********************************************************************************** */

.row {
    margin-bottom: 20px;
}
p {
    font-size: large;
}

h1 {
    font-weight: 600;
    font-size: 3rem;
    line-height: 3rem;
    color:#2C368C;
    padding: 25px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    color: #FF55EC;
}

h5 {
    font-size: 2.25rem;
}
button.btn.color-principal {
    font-weight: 500;
    font-size: larger;
}
p.card-text {
    font-size: large;
}

a {
    text-decoration: none;
    color: #2c368c;
}

.color-principal {
    color: #2C368C;
}

.color-resaltado {
    color: #FF55EC;
    font-weight: bold;
}

.boton-resaltado {
    background-color: #FF55EC;
    border-radius: 40px;
    font-size: x-large;
    font-weight: 500;
}

.texto-blanco {
    color: white;
}


.btn:focus {
    box-shadow: none !important;
}

.btn-primary {
    background-color: #2C368C;;
    border-color: #2C368C;;
    display: block;
    width: auto;
    margin: 10px 0;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    font-weight: bold;
    color: white;
    max-width: 400px;
}


    .btn-primary:hover {
        color: #fff;
        background-color: #2C368C;;
        border-color: #2C368C;;
    }

    .btn-primary:focus {
        box-shadow: none;
    }


    .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

.btn-danger {
    background-color: darkred;
    border-color: darkred;
    display: block;
    width: auto;
    margin: 20px auto;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    font-weight: bold;
    color: white;
    max-width: 400px;
}

.btn:hover {
    color: #2C368C;
}

.btn-control-video {
    background-color: #2C368C;
    border: none;
    width: auto;
    margin: 10px 0;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
    color: white;
}

#content {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



/*menu*/ 
button.boton-cerrar-sesion {
    color: #2C368C;
    border: 0;
    list-style-type: none;
    background-color: white;
    margin: 4px 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}



.sin-sombra {
    box-shadow: none;
}


button.btn.btn-toggle.align-items-center.rounded {
    color: #2C368C;;
    font-size: 12px;
    font-weight: 600;
}


ul.btn-toggle-nav.list-unstyled.fw-normal.pb-1.small {
    padding-left: 10px;
}

.form-control{
    border-radius:8px;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {

    border-radius: 8px 0 0 8px;
}

.form-control:focus {
    box-shadow: none;
}

body {
    font-family: 'Poppins', sans-serif;
}


.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* *************************************************************************** 1  FOOTER  *********************************************************************************** */
.footer {
    background-color: #EDEDF1;
    padding:1%;
}
    .footer a {
        color: #7F7E83;
        text-decoration: none;
        margin: 0 20px 0 20px;
    }



/* ***************************************************************************   Página login    *********************************************************************************** */
.fondo-login {
    background: linear-gradient(180deg, #2C368C 46%, #FF55EC 99.99%, #1CE5E5 100%);
}

.logo-login {
    max-width: 430px;
}


.responsive {
    width: 100%;
    height: auto;
}

.barra-logo {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #555555;
}

    .barra-logo img {
        height: 100px;
    }

.contenedor-login {
    display: flex;
    margin: 3%;
}


.imagen-form-login {
    width: 200px;
}

img.logo-form-login {
    width: 30px;
    margin: 5px;
}
.btn-login {
    background-color: #FF55EC;
    border-color: #FF55EC;
}

.h1-login {
    color: #2C368C;
    text-align: left;
    font-size: 6rem;
    line-height: 6rem;
    margin: 61px;
}


.login-form {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: auto;
}

    .login-form .form-control {
        background: #F7F7F7;
        border: 1px solid #ECECEC;
        border-radius: 4px;
        margin-bottom: 20px;
    }

    .login-form .btn-primary {
        border-radius: 4px;
        padding: 10px 20px;
        width: 100%;
        color: white;
    }





/* Estilo para el checkbox de 'Recordar contraseña' */
.login-form .form-check-label {
    user-select: none;
}

.acceso {
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 5px;
    padding: 5px 8px;
}




@media (max-width: 768px) {
    .contenedor-login {
        display: flex;
        flex-direction: column;
    }

    .h1-login {
        color: #2C368C;;
        text-align: left;
        font-size: 3rem;
        line-height: 3rem;
        margin: 61px;
    }
}





/* ********************************************************************************  Barra lateral / Menu Lateral  **********************************************************  */
#sidebar {
    min-width: 328px;
    max-width: 328px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    margin-top: -80px;
}



    #sidebar.active {
        margin-left: -330px;
    }

    #sidebar ul li {
        font-size: 16px;
        list-style-type: none;
        margin: 10px 0px;      
    }


        #sidebar ul li a {
            color: white;
            text-decoration: none;
        }

            #sidebar ul li a:active {
                color: #FFBA00;
            }

    #sidebar .custom-menu {
        display: inline-block;
        position: sticky;
        top: 70px;
        left: 328px;
        margin-right: -20px;
        z-index: 9;
    }

        #sidebar .custom-menu .btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            position: relative;
            cursor: pointer;
        }

            #sidebar .custom-menu .btn i {
                margin-right: -40px;
                font-size: 14px;
            }

            #sidebar .custom-menu .btn.btn-primary {
                background: transparent;
                border-color: transparent;
            }

                #sidebar .custom-menu .btn.btn-primary:after {
                    z-index: -1;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    content: '';
                    width: 65px;
                    background: #2C368C;;
                    border-radius: 10px;
                }



#sidebarCollapse .fa-bars {
    color: white;
}


.p-pad {
    padding: 40px 0px 0px 30px;
}


div#menu {
    margin-left: 50px;
    background: none;
    color: white;
    font-size: 16px;
}

.contenedor-menu {
    position: fixed;
    width: 328px;
    height: 100%;
    background: linear-gradient(180deg, #2C368C 46%, #FF55EC 99.99%, #1CE5E5 100%);
}


#imagenlogo {
    text-align: center;
}


.boton-menu-lateral {
    background: white;
    border-radius: 8px 0 0 8px;
    width: 100%;
    text-align: left;
}

.botones-menu:active {
    color: #ff55ec;
}

button.btn.btn-toggle.collapsed.boton-menu-lateral.botones-menu:active {
    color: #ff55ec;
}

button.btn.btn-toggle.collapsed.boton-menu-lateral.botones-menu.color-resaltado {
    color: #ff55ec;
}

.btn-control-video-disabled {
    background-color: grey;
}

/* ******************************************* Modificación menu ****************************************************/

button.botones-menu {
    background: none;
    color: white;
}

    button.botones-menu:hover {
        color: #FF55EC;
    }


/*    OCULTAR EL BOTÓN PARA ESCONDER EL MENÚ  */
/*.custom-menu {
    display: none !important;
}*/

/*    OCULTAR EL BOTÓN PARA ESCONDER EL MENÚ EN MOVIL */
/*
@media only screen and (min-width: 600px) {
    .custom-menu {
        display: none !important;
    }
}*/
    





/* **************************************************************************** Contenido app  *********************************************************************************** */




.cabecera-inputs {
    margin: 0;
    background-color: #E5E7EB;
    padding: 8px;
    border-radius: 8px 8px 0 0;
    position: relative;
}
.bloque-inputs {
    padding: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.caja-formulario {
    border-radius: 8px;
    margin-top: 10px;
    position: relative;
}


.card-container {
    display: flex; 
    flex-wrap: wrap; 
    width: 100%; 
}

.card {
    width: 23%;
    margin: 1%;
    border: none;
}

.card-glosario {
    width: 100%;
    margin: 1% 0 1% 0;
    border: 1px solid #ccc;
    border-radius: 20px 20px 20px 20px;
}

.card-glosario-texto {
    padding: 3%;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    text-align: center;
    background-color: #2C368C;
    color: white;
    border-radius: 20px 20px 0 0;
}

.card-admin {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    text-align: center;
    border-radius: 20px 20px 0 0;
}



.imagen-card {
    border-radius: 0 0 20px 20px;
}


@media (max-width: 900px) {
    .imagen-esquina {
        display: none;
    }
    .card {
        width: 98%;
        margin: 5% 1%;
        border: none;
    }
}

button.resetear-filtros {
    color: white;
    background-color: #FF55EC;
    margin-right: 7px;
    border: 1px solid #ced4da;
}

a.btn-control-video {
    color: white;
}

a.btn-control-video.texto-blanco {
    color: white;
}

button.btn.btn-primary.form-control {
    color: white;
}



/* **************************************************************************     Formulario inputs   **************************************************************************** */
form * {
    box-sizing: border-box;
}

textarea, .custom-select {
    width: 100%;
    margin-bottom: 10px;
}

select {
    width: 32%;
}

.dropdown-row {
    display: flex;
    gap: 10px;
}

.form-group label {
    color: #9E9E9E;
    font-weight: bold;
}


.custom-select {
    width: 95%;
    margin: 10px;
    padding: 0px;
    border: none;
    border-radius: 4px;
    background: white;
}

.form-text-area {
    margin: 10px;
}


.contenedor-botones {
    display: flex;
}

.botones-columnas {
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 10px;
}

.boton-full {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 10px;
}

button#dropdownMenuButton {
    width: 100%;
    text-align: left;
}


.botones-columnas-input {
    width: 50%;
    margin: 10px;
}

.input-full {
    width: 100%;
}


@media (max-width: 768px) {
    .header-curricular h1 {
        font-size: 24px;
    }
}

form.formulario-buscador {
    width: 80%;
}

.formulario-buscador input.form-control {
    border-radius: 0px 8px 8px 0;
}




/* ******************************************* resultados filtrado *************************  */
label.form-check-label {
    padding: 6px;
}

.form-check .form-check-input {
    margin-top: 10px;
}


.dropdown-menu.show {
    padding: 10px;
}

input#SearchBarSub {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}



/* ******************************************* Páginas back ****************************************************/


td {
    border: none;
}


/* HOVER EN TODA LA LINEA*/
/*th:hover {
    background-color: rgba(20, 20, 20, 90);
}

tr:hover {
    background-color: rgba(15, 25, 25, 90);
}*/


.table-bordered th {
    border-style: none;
}

.table-bordered td {
    border-style: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(0 165 81 / 6%);
    color: var(--bs-table-striped-color);
}

.icono-acciones-editar {
    margin: 10px;
    color: #ccc;
    text-decoration: none;
}

    .icono-acciones-editar:hover {
        color: #2C368C;
    }

.icono-acciones-cerrar {
    margin: 10px;
    color: #ccc;
    text-decoration: none;
}

    .icono-acciones-cerrar:hover {
        color: red;
    }


label.ms-2 {
    color: black;
}

.img-icono {
    max-width: 60px;
}
