.html, body{
    display: flex;
    min-height:100vh;
    margin: 0px;
    min-height: 500px;
}

.redondeado{
    border-radius: 30px;
    background-color: #448AFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 120px;
    padding-right: 120px;

    color: white;
    font-size: 16pt;

    margin-top: 25px;
    margin-bottom: 0px;
}


.div-login{
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #e9ecef;
    border-radius: 0.25rem;

    box-shadow: 0 3px 9px 0 rgba(169, 184, 200, 0.15);
    -webkit-box-shadow: 0 3px 9px 0 rgba(169, 184, 200, 0.15);
    -moz-box-shadow: 0 3px 9px 0 rgba(169, 184, 200, 0.15);

    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    
    width: 80%;
    min-width: 35%;
    height: 80%;
    min-height: 500px;
}

@media (max-width: 1200px) {
    .input-login{
        margin-left: 20px;
        margin-right: 20px;
    }

    .input-label{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 800px) {
    .div-login {
        max-width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .input-login{
        max-width: 50vw;
    }
    .imagen{
        max-width: 260px;
    }
    .redondeado{    
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 600px) {
    .imagen{
        max-width: 240px;
    }
    .input-login{
        max-width: 40vh;
    }
    .redondeado{    
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 400px) {
    .imagen{
        max-width: 220px;
    }
    .input-login{
        max-width: 30vh;
    }
    .redondeado{    
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-height: 650px) {
    .div-login {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .input-login{
        margin-top: 5px;
        margin-bottom: 5px;
    }
}


@media (max-height: 500px) {
    .div-login {
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .redondeado{
        font-size: 15pt;
    }
    .imagen{
        max-width: 220px;
    }
}

@media (max-height: 350px) {
    .imagen{
        max-width: 190px;
    }
    .redondeado{
        font-size: 14pt;
    }
}

.div-centrado{
    display: flex;
    justify-content: center;
    margin: 5px;
}

.bienvenido{
    font-size: 20pt;
    margin: 10px;
}

.input-login{
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 60vh;
}

.input-label{
    margin-bottom: 5px;
    font-size: 16pt;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Gilmer-Heavy',sans-serif;
}

.input-form{
    border-radius: 20px;
}

.titulo-tabla{
    color: #448AFF;
    font-family: 'Gilmer-Heavy',sans-serif;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.titulo-reportes{
    font-size: 1.6rem;
    padding-left: 10px;
}

.boton-exportar{
    color: #fff !important;
    background-color: #448AFF;
}
.boton-exportar:hover {
    color: #fff;
    background-color: #0b45e4;
    border-color: #0243ce; 
}
.boton-exportar:focus, .boton-exportar.focus {
    color: #fff !important;
    box-shadow: 0 0 0 0.2rem rgba(93, 131, 236, 0.5); 
}

.center {
    vertical-align: middle !important;
    align-items: center !important;
}

.boton-lista:active{
    color: #fff !important;
    background-color: #448AFF  !important;
}

.boton-lista:default{
    color: #448AFF !important;
    background-color: #fff  !important;
}

.boton-lista:active:hover {
    color: #fff  !important;
    background-color: #0b45e4  !important;
    border-color: #0243ce; 
}

.paginate_button:active {
    background-color: #448AFF;
    color: #fff;
}

.paginate_button {
    color: #448AFF;
    background-color: #fff;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
  
.page-link:hover {
    z-index: 2;
    color: #448AFF;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
  
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(93, 131, 236, 0.5);
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #448AFF;
    border-color: #448AFF;
}
  
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.texto-404-error{
    font-size: 30pt;
}

.texto-404-title{
    font-size: 60pt;
}