@font-face {
    font-family: 'sesion';
    src: url(../assets/fonts/Montserrat-Regular.ttf);
}

body{
    margin-bottom: 30px;
}

/*Cuadro de inicio de sesión*/

.sesion {
    background-color: rgba(37, 37, 37, 0.822);
    border-radius: 5px;
    font-family:'sesion';
}


/*boton iniciar sesion y campos*/

.btnsesion {
    border: none;
    border-radius: 15px;
    /* background-color: rgba(255, 255, 255, 0.8) */
}

.btnsesion:hover {
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.)
}


/*campos de inicio de sesión*/

.campsesion {
    border: none;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.863);
}


/*ancho del total*/

.total {
    width: 500px;
}


.fondo{
    /*background-color: rgb(59, 59, 59); 
    background-color: rgb(49, 49, 49);  */
    background-image: url('../assets/img/fondoITBM.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top left;
    background-size:cover;
}
hr{

    border-top: 5px solid rgb(248, 4, 4);
}


/*Botones demas*/

.anchobtn {
    width: 150px;
    margin: 8px;
}



@media (min-width:1000px) {
    .sesion {
        width: 400px;
    }
}

@media (min-width:768px) {
    .sesion {
        width: 400px;
    }
}


/* para chart */

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

input[type="number"] {
    min-width: 50px;
}
