body{
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}


/* -------------------------------------------------------------------------- */
/*                         Contenido vistas backoffice                        */
/* -------------------------------------------------------------------------- */
.contenidoBackoffice{
    padding: 50px 0 0 15%;
}

.containerContenido{
    width: 98%;
    margin: 0 auto;
    margin-top: 20px;
}
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*                              Estilos graficas                              */
/* -------------------------------------------------------------------------- */
.sombra1{
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 20%);
}

.styleGraficas1{
    text-align: center;
    color: #808080;
    padding: 20px;
}

.styleGraficas2{
    width: 60%;
    margin: 0 auto;
}

.containerChart1{
    text-align: center;
}

.containerChart1 i{
    font-size: 50px;
    color: #a3a3a356;
}
/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */
/*                                Menu lateral                                */
/* -------------------------------------------------------------------------- */
.btnMenulateral{
    width: 45px;
    height: 45px;
    background: #fff;
    cursor: pointer;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    padding-top: 7px;
}

.btnMenulateral:active{
    border-bottom: none;
    border-right: none;
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
}
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*                        Banner 1 parametros graficas                        */
/* -------------------------------------------------------------------------- */
.containerParametros1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

.parametros11{
    border-radius: 5px;
    padding: 20px;
    background: #808080;
    text-align: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
}

.parametros11 div select{
    color: #808080;
    border-radius: 5px;
    background: #fff;
    font-weight: 600;
    padding: 5px;
}

.parametros12{
    border-radius: 5px;
    background: #264d59;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.parametros12 h3{
    font-weight: 600;
    margin: 0;
}

.btnFindReport{
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background: #264d59;
    color: #fff;
    font-size: 20px;
}

.btnFindReport:hover{
    background: #264d5986;
}

.btnFindReport:active{
    border-top: 1px solid #264d59;
    border-left: 1px solid #264d59;
}
/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */
/*                                 Responsive                                 */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1230px){
    .contenidoBackoffice{padding: 50px 0 0 0;}
    .btnMenulateral{display: block;}
    .btnMenulateral{width: 55px;height: 55px;font-size: 25px;padding-top: 8px;}
}

@media only screen and (max-width: 1180px){
    .btnMenulateral{width: 55px;height: 55px;font-size: 25px;padding-top: 8px;}
}

@media only screen and (max-width: 1080px){
    .btnMenulateral{width: 50px;height: 50px;font-size: 22px;padding-top: 8px;}
}

@media only screen and (max-width: 910px){
    .btnMenulateral{width: 45px;height: 45px;font-size: 20px;padding-top: 7px;}
}

@media only screen and (max-width: 900px){
    .menuLateral{width: 230px;}
    .menuLateral ul li a{font-size: 14px;}
}
/* -------------------------------------------------------------------------- */