#body{
    background-image: url(../images/fondo1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    font-family: 'Roboto', sans-serif;
}
#form-guardarPago{
    width: 100%;
}
#loginForm{
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 21%;
    height: 60%;
}
#logo{
    width: 100%;
    filter: drop-shadow(3px 5px 6px rgba(255, 255, 255));
}
#logoContainer{
    width: 50%;
}
#logoContainer1{
    width: 2.03%;
}
.titulo{
    color:white; 
    height: 90px; 
    background: #00000020; 
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}
.formulario{
    background: #6cabf7;
    border: 6px solid white;
}
.list{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 1%;
}
.row{
    justify-content: center;
}
.navbar.fixed-top{
    background: #6cabf7;
    border: 1px solid white;
}
.nav-link{
    font-size: 19px;
    color: white;
}
.nav-link:hover{
    transform: scale(1.01);
    transition: .03s;
    color: #02ff17;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #02ff17;
    border-bottom: 2px solid rgb(241, 59, 59);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #02ff17;
}
#offcanvasNavbar{
    background: #6baaf88f;
}
.navbar-toggler{
    border: 1px solid white;
}
.dropdown-menu{
    background: #346cb0;
}
.dropdown-item{
    color: white;
}
th{
    text-align: center;
}
td{
    text-align: center;
}
.btn-icon{
    padding: 0;
    line-height: calc(1.5em + .75rem + 2px);
    border-radius: 2.25rem;
    width: calc(1.5em + 0.75rem + 2px);
    height: calc(1.5em + 0.75rem + 2px);
    display: flex;
    justify-content: center;
    align-items: center;
}
#add{
    position: fixed;
    right: 3rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.7rem;
    line-height: 1;
    border-radius: 3rem;
    border: 0;
    z-index: 5;
    box-shadow: 0 3px 5px -1px rgba(20,20,31,.4), 0 6px 10px 0 rgba(20,20,31,.4), 0 1px 18px 0 rgba(20,20,31,.4);
}
#crearUsuario{
    position: fixed;
    left: 44rem;
    top : 3.8%;
    width: 22rem;
    height: 3.3rem;
    transform: translate(-50%, -50%);
    font-size: 1.7rem;
    line-height: 1;
    border-radius: 3rem;
    border: 0;
    z-index: 5;
    box-shadow: 0 3px 5px -1px rgba(20,20,31,.4), 0 6px 10px 0 rgba(20,20,31,.4), 0 1px 18px 0 rgba(20,20,31,.4);
}
#SuperUsuario{
    display: none;
    position: fixed;
    right: 5rem;
    top : 3%;
    width: 26rem;
    height: 6rem;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    line-height: 1;
    border-radius: 3rem;
    border: 0;
    z-index: 5;
    box-shadow: 0 3px 5px -1px rgba(20,20,31,.4), 0 6px 10px 0 rgba(20,20,31,.4), 0 1px 18px 0 rgba(20,20,31,.4);
}
#eliminarCarrera{
    position: fixed;
    left: 13%;
    top: 3.5%;
    width: 10rem;
    height: 3rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 3rem;
    border: 0;
    transform: translate(-50%, -50%);
    z-index: 5;
    box-shadow: 0 3px 5px -1px rgba(20,20,31,.4), 0 6px 10px 0 rgba(20,20,31,.4), 0 1px 18px 0 rgba(20,20,31,.4);
}
#eliminarConcepto{
    position: fixed;
    right: 13%;
    top: 3.5%;
    width: 10rem;
    height: 3rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 3rem;
    border: 0;
    transform: translate(-50%, -50%);
    z-index: 5;
    box-shadow: 0 3px 5px -1px rgba(20,20,31,.4), 0 6px 10px 0 rgba(20,20,31,.4), 0 1px 18px 0 rgba(20,20,31,.4);
}
#agregar_carrera{
    position: fixed;
    width: 15rem;
    bottom: 1.2rem;
    left: 1.2rem;
    height: 2.6rem;
    font-size: 1.6rem;
    line-height: 1;
    border-radius: 3rem;
    border: 0;
    z-index: 5;
    box-shadow: 0 3px 5px -1px rgba(20,20,31,.4), 0 6px 10px 0 rgba(20,20,31,.4), 0 1px 18px 0 rgba(20,20,31,.4);
}
#realizar_cobro{
    position: fixed;
    bottom: 3rem;
    width: 12rem;
    height: 3.5rem;
    font-size: 1.5rem;
    right: 1.5rem;
    line-height: 1;
    border-radius: 3rem;
    border: 0;
    z-index: 5;
    box-shadow: 0 3px 5px -1px rgba(20,20,31,.4), 0 6px 10px 0 rgba(20,20,31,.4), 0 1px 18px 0 rgba(20,20,31,.4);
}
#agregar_concepto{
    position: fixed;
    right: 3rem;
    width: 13rem;
    height: 4rem;
    font-size: 1.3rem;
    line-height: 1;
    border-radius: 3rem;
    border: 0;
    z-index: 5;
    box-shadow: 0 3px 5px -1px rgba(20,20,31,.4), 0 6px 10px 0 rgba(20,20,31,.4), 0 1px 18px 0 rgba(20,20,31,.4);
}
#corte_caja{
    position: fixed;
    right: 4.5rem;
    display: flex;
    width: 12rem;
    height: 2.8rem;
    font-size: 1.2rem;
    top: 6.5rem;
    line-height: 1;
    border-radius: 3rem;
    border: 0;
    z-index: 5;
    box-shadow: 0 3px 5px -1px rgba(20,20,31,.4), 0 6px 10px 0 rgba(20,20,31,.4), 0 1px 18px 0 rgba(20,20,31,.4);
}
.btn-floating{
    position: fixed;
    right: 3rem;
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 3rem;
    border: 0;
    z-index: 5;
    box-shadow: 0 3px 5px -1px rgba(20,20,31,.4), 0 6px 10px 0 rgba(20,20,31,.4), 0 1px 18px 0 rgba(20,20,31,.4);
}
#editAl{
    top: 5.5rem; 
    right: 30rem; 
    width: 10rem; 
    height: 3rem; 
    display: flex; 
    align-items:center; 
    justify-content: center;
}
#deleteAl{
    top: 5.5rem; 
    left: 30rem; 
    width: 10rem; 
    height: 3rem; 
    display: flex; 
    align-items:center; 
    justify-content: center;
}

@media screen and (max-width: 1440px) {
    #agregar_carrera{
        width: 15rem;
        left: 1.2rem;
        height: 2.6rem;
        font-size: 1.6rem;
    }
    #crearUsuario{
        left: 45rem;
        height: 3rem;
    }
    #realizar_cobro{
        width: 12rem;
        height: 3.5rem;
        font-size: 1.5rem;
        right: 1.5rem;
    }
    #editAl{
        right: 12rem;
        font-size: 1rem;
        height: 2.2rem;
    }
    #infoPagosAl{
        font-size: 22px;
    }
    #deleteAl{
        left: 12rem;
        font-size: 1rem;
        height: 2.2rem;
    }
    #agregar_concepto{
        width: 12rem;
        height: 3.2rem;
        font-size: 1.2rem;
    }
    #corte_caja{
        width: 12rem;
        height: 2.8rem;
        font-size: 1.2rem;
        bottom: 37rem;
    }
    #loginForm{
        width: 26%;
        height: 65%;
    }
    #loginForm h1{
        font-size: 2rem;
    }
    #logoContainer{
        width: 40%;
    }
    .nav-link{
        font-size: 19px;
    }
    .dropdown-item{
        font-size: 15px;
    }
    #offcanvasNavbar{
        width: 30%;
    }
    form.card.p-4.col-5.bg-secondary{
        width: 52%;
    }
    td{
        font-size: 14px;
    }
    th{
        font-size: 15px;
    }
    .titulo{
        font-size: 43px;
        height: 73px;   
    }
}
@media screen and (max-width: 1366px) {
    #agregar_carrera{
        width: 15rem;
        left: 1.2rem;
        height: 2.5rem;
        font-size: 1.5rem;
    }
    #crearUsuario{
        left: 40rem;
        height: 3rem;
    }
    #realizar_cobro{
        width: 12rem;
        height: 3.5rem;
        font-size: 1.5rem;
        right: 1.5rem;
    }
    #editAl{
        right: 12rem;
        font-size: 1rem;
        height: 2.2rem;
    }
    #infoPagosAl{
        font-size: 22px;
    }
    #deleteAl{
        left: 12rem;
        font-size: 1rem;
        height: 2.2rem;
    }
    #agregar_concepto{
        width: 12rem;
        height: 3.2rem;
        font-size: 1.2rem;
    }
    #corte_caja{
        width: 12rem;
        height: 2.8rem;
        font-size: 1.2rem;
        bottom: 37rem;
    }
    #loginForm{
        width: 28%;
        height: 65%;
    }
    #loginForm h1{
        font-size: 2rem;
    }
    #logoContainer{
        width: 40%;
    }
    .nav-link{
        font-size: 18px;
    }
    .dropdown-item{
        font-size: 14px;
    }
    #offcanvasNavbar{
        width: 30%;
    }
    form.card.p-4.col-5.bg-secondary{
        width: 52%;
    }
    td{
        font-size: 14px;
    }
    th{
        font-size: 15px;
    }
    .titulo{
        font-size: 40px;
        height: 70px;   
    }
}
@media screen and (max-width: 1280px) {
    #body{
        font-size: 12px;
    }
    #agregar_carrera{
        width: 9rem;
        left: 1.2rem;
        height: 2rem;
        font-size: 1rem;
    }
    #crearUsuario{
        left: 40rem;
        height: 3rem;
    }
    #realizar_cobro{
        width: 8rem;
        height: 2.5rem;
        font-size: 1rem;
        right: 1rem;
    }
    #editAl{
        right: 10rem;
        font-size: .8rem;
        height: 1.8rem;
    }
    #infoPagosAl{
        font-size: 18px;
    }
    #deleteAl{
        left: 10rem;
        font-size: .8rem;
        height: 1.8rem;
    }
    #agregar_concepto{
        width: 10rem;
        height: 2.5rem;
        font-size: 1rem;
    }
    #corte_caja{
        width: 10rem;
        height: 2.5rem;
        font-size: 1rem;
        bottom: 37rem;
    }
    #loginForm{
        width: 25%;
        height: 65%;
    }
    #loginForm h1{
        font-size: 1.5rem;
    }
    #loginForm .form-floating{
        font-size: 13px;
    }
    #loginForm .form-floating input{
        font-size: 13px;
    }
    #logoContainer{
        width: 30%;
    }
    .nav-link{
        font-size: 15px;
    }
    .dropdown-item{
        font-size: 12px;
    }
    #offcanvasNavbar{
        width: 30%;
    }
    form.card.p-4.col-5.bg-secondary{
        width: 52%;
    }
    td{
        font-size: 10px;
    }
    th{
        font-size: 10px;
    }
    .titulo{
        font-size: 30px;
        height: 60px;   
    }
}
@media screen and (max-width: 920px) and (orientation: landscape) {
    #body {
        background-repeat: no-repeat;
        background-size: 350%;
        background-position: center;
        background-attachment: fixed;
    }
    #loginForm {
        width: 600px;
        max-width: 100%;
        height: 350px;
        padding: 1.5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
    }
    #loginForm h1 {
        font-size: 30;
        text-align: center;
    }
    #loginForm label {
        font-size: 18;
    }
    input#floatingPassword.form-control {
        font-size: 20;
        height: 40;
    }
    input#floatingInput.form-control {
        font-size: 20;
        height: 40;
    }
    #loginForm .form-floating.mb-3 {
        height: 50;
    }
    .btn.btn-warning {
        font-size: 16;
        height: 35;
        width: 100%;
    }
    #logoContainer img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto 1rem;
    }
    .titulo {
        font-size: 35px;
        height: 55px;
        padding: 1rem;
        text-align: center;
    }
    .col-10.list{
        margin-top: 4%;
        width: 90%;
        font-size: 15px;
        overflow-x: auto;
        white-space: nowrap;
    }
    .col-11.list{
        margin-top: 4%;
        width: 90%;
        font-size: 15px;
        overflow-x: auto;
        white-space: nowrap;
    }
    #anuncios th{   
        font-size: 15;
    }
    #anuncios td{   
        font-size: 13;
    }
    #btn-accionesAlumnos{
        display: none;
    }
    #btnGuardarAlumno{
        font-size: 1rem;
    }
    #select-guardarAlumno{
        height: 65px;
    }
    #form-guadrarAlumno{
        font-size: 1rem;
    }
    #agregar_carrera{
        width: 12rem;
        height: 2rem;
        font-size: 1.3rem;
    }
    #btn-editarAlumno{
        font-size: 1rem;
    }
    #btn-exportarAlumnos{
        font-size: 1rem;
    }
    #tituloAlumnos{
        font-size: 1.5rem;
    }
    #empleados th{   
        font-size: 15;
    }
    #empleados td{   
        font-size: 13;
    }
    #deleteAl{
        top: 7rem;
        left: 7rem; 
        font-size: 1rem;
        width: 10rem; 
        height: 2rem;
    }
    #editAl{
        top: 7rem;
        right: 7rem; 
        font-size: 1rem;
        width: 10rem; 
        height: 2rem;
    }
    #btn-enviarCorreo{
        font-size: 1rem;
    }
    #btn-noenviarCorreo{
        font-size: 1rem;
    }
    #btn-cerrarCancelacion{
        font-size: 1rem;
    }
    #btn-cancelarPago{
        font-size: 1rem;
    }
    #btn-siCorreo{
        font-size: 1rem;
    }
    #btn-noCorreo{
        font-size: 1rem;
    }
    #btn-seleccionarPago{
        font-size: 1rem;
    }
    #realizar_cobro{
        width: 12rem;
        height: 2.2rem;
        font-size: 1.2rem;
    }
    #form-guardarPago{
       font-size: 0.9rem; 
    }
    #form-crearPago{
        font-size: 1.2rem; 
    }
    #select-crearPago{
        height: 70px;
    }
    #btn-crearPago{
        font-size: 1rem;
    }
    #btn-Cobrar{
        font-size: 1rem;
    }
    #btn-exportarIngresos{
        font-size: 1rem;
    }
    #btn-editarPago{
        font-size: 1rem;
    }
    #btn-eliminarPago{
        font-size: 1rem;
    }
    #corte_caja{
        width: 15rem;
        height: 2rem;
        right: 3.5rem;
        bottom: 36.5rem;
        font-size: 1.2rem;
    }
    #agregar_concepto{
        width: 16rem;
        height: 2rem;
        font-size: 1.1rem;
    }
    #ingresos th{   
        font-size: 15;
    }
    #ingresos td{   
        font-size: 13;
    }
    #add{
        font-size: 2rem;
        width: 3.5rem;
        height: 3.5rem;
    }

    /*Menuuuuuu*/
    #crearUsuario, #eliminarCarrera, #eliminarConcepto{
        display: none;
    }
    #logoContainer1{
    width: 4.5%;
    }
    #SuperUsuario{
        display: block;
        top: 2rem;
        left: 26rem;
        width: 23rem;
        font-size: 1.5rem;
        height: 45;
    }
    #btn-eliminarCarrera{
        font-size: 1rem;
    }
    #btn-eliminarConcepto{
        font-size: 1rem;
    }
    .bi.bi-list{
        font-size: 25px;
    }
    .nav-link{
        font-size: 20px;
    }
    .dropdown-item{
        font-size: 18px;
    }
    #offcanvasNavbar{
        width: 55%;
    }
    form.card.p-4.col-5.bg-secondary{
        width: 52%;
    }
    td{
        font-size: 15px;
    }
    th{
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
    #body {
        background-repeat: no-repeat;
        background-size: 350%;
        background-position: center;
        background-attachment: fixed;
    }
    #loginForm {
        width: 350px;
        max-width: 100%;
        height: 500px;
        padding: 1rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
    }
    #loginForm h1 {
        font-size: 30;
        text-align: center;
    }
    #loginForm label {
        font-size: 18;
        margin-bottom: 1rem;
    }
    input#floatingPassword.form-control {
        font-size: 20;
        height: 65;
    }
    input#floatingInput.form-control {
        font-size: 20;
        height: 65;
    }
    #loginForm .form-floating.mb-3 {
        height: 80;
    }
    .btn.btn-warning {
        font-size: 22;
        height: 45;
        width: 100%;
    }
    #logoContainer img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto 1rem;
    }
    .titulo {
        font-size: 30px;
        height: 100px;
        padding: 1rem;
        text-align: center;
    }
    .col-10.list{
        margin-top: 8%;
        width: 90%;
        font-size: 15px;
        overflow-x: auto;
        white-space: nowrap;
    }
    .col-11.list{
        margin-top: 8%;
        width: 90%;
        font-size: 15px;
        overflow-x: auto;
        white-space: nowrap;
    }
    #activos th{   
        font-size: 15;
    }
    #activos td{   
        font-size: 12;
    }
    #bajatemp th{   
        font-size: 15;
    }
    #bajatemp td{   
        font-size: 12;
    }
    #bajadef th{   
        font-size: 15;
    }
    #bajadef td{   
        font-size: 12;
    }
    #egresados th{   
        font-size: 15;
    }
    #egresados td{   
        font-size: 12;
    }
    #btn-accionesAlumnos{
        display: none;
    }
    #btnGuardarAlumno{
        font-size: .9rem;
    }
    #select-guardarAlumno{
        height: 80px;
    }
    #form-guadrarAlumno{
        font-size: .9rem;
    }
    #agregar_carrera{
        width: 10rem;
        height: 2.3rem;
        bottom: 3.5rem;
        font-size: 1.2rem;
    }
    #btn-editarAlumno{
        font-size: 1rem;
    }
    #btn-exportarAlumnos{
        font-size: 1rem;
    }
    #tituloAlumnos{
        font-size: 1.2rem;
    }
    #empleados th{   
        font-size: 15;
    }
    #empleados td{   
        font-size: 12;
    }
    #deleteAl{
        top: 4.5rem;
        left: 1.8rem; 
        font-size: 1rem;
        width: 10rem; 
        height: 2rem;
    }
    #editAl{
        top: 4.5rem;
        right: 1.8rem; 
        font-size: 1rem;
        width: 10rem; 
        height: 2rem;
    }
    #btn-enviarCorreo{
        font-size: 1rem;
    }
    #btn-noenviarCorreo{
        font-size: 1rem;
    }
    #btn-cerrarCancelacion{
        font-size: 1rem;
    }
    #btn-cancelarPago{
        font-size: 1rem;
    }
    #btn-siCorreo{
        font-size: 1rem;
    }
    #btn-noCorreo{
        font-size: 1rem;
    }
    #btn-seleccionarPago{
        font-size: 1rem;
    }
    #realizar_cobro{
        width: 10rem;
        height: 2.2rem;
        font-size: 1rem;
    }
    #form-guardarPago{
       font-size: 1rem; 
    }
    #form-crearPago{
        font-size: 1rem; 
    }
    #select-crearPago{
        height: 80px;
    }
    #btn-crearPago{
        font-size: 1rem;
    }
    #btn-Cobrar{
        font-size: 1rem;
    }
    #btn-exportarIngresos{
        font-size: 1rem;
    }
    #btn-editarPago{
        font-size: 1rem;
    }
    #btn-eliminarPago{
        font-size: 1rem;
    }
    #corte_caja{
        width: 12rem;
        height: 2.2rem;
        right: 2.1rem;
        bottom: 35.5rem;
        font-size: 1rem;
    }
    #agregar_concepto{
        width: 14rem;
        height: 2.2rem;
        font-size: 1rem;
    }
    #ingresos th{   
        font-size: 15;
    }
    #ingresos td{   
        font-size: 12;
    }
    #add{
        font-size: 1.8rem;
        width: 3.2rem;
        height: 3.2rem;
    }

    /*Menuuuuuu*/
    #crearUsuario, #eliminarCarrera, #eliminarConcepto{
        display: none;
    }
    #logoContainer1{
    width: 8%;
    }
    #SuperUsuario{
        display: block;
        font-size: 1rem;
        height: 2.8rem;
        left: 11rem;
        top: 2rem;
        width: 12.5rem;
    }
    #btn-eliminarCarrera{
        font-size: 1rem;
    }
    #btn-eliminarConcepto{
        font-size: 1rem;
    }
    .navbar-toggler{
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bi.bi-list{
        font-size: 40px;
    }
    .nav-link{
        font-size: 20px;
    }
    .dropdown-item{
        font-size: 15px;
    }
    #offcanvasNavbar{
        width: 70%;
    }
    form.card.p-4.col-5.bg-secondary{
        width: 52%;
    }
    td{
        font-size: 30px;
    }
    th{
        font-size: 30px;
    }
}
