/*CONTENEDOR DE LA NAVEGACION*/
@import 'variablesGlobales.css';
.contenedornavboton{
    padding-top: 2%;
    display: flex;
    align-content: center;
    width: 8%;
}

.menubotones{
    background-color: white;
    min-width: 5.5rem;
    padding: 0;
    margin: 2px; 
}

.botonnav{
    margin-left: 20px;
    width: 150px;
    height: 50px;
}

.botonesnav{
    color: black;
    display: flex;
    align-content: center;
    width: 100%;
    height: 15%;
    margin: 1%;
}

.navicons:hover{
    color: blue;
}

.contenedornavegacion{
    display: flex;
    flex-direction: column;
    width: 98%;
    height: 98%;
}

.navegacionadmin{
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 15%;
    border-bottom: 1px solid white;
}

.urlnavegacion{
    margin-top: 15px;
    color: white;
}

.nombreusuarioadmin{
    color: white;
}

.contenedorbotones{
    display: flex;
    flex-direction: row;
    height: 50%;
    /* background-color: white; */
}

.contenedorlogo{
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 15%;
}

.contenedorlogo1{
    width: 100%;
    height: 55%;
    /* background-image: url('../image/ingetroniklogo.png'); */
    background-repeat: none;
    background-size: 100% 100%;
    padding: 10px 30px 10px 30px;
}

.botonesconte{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.ultimobotonconte{
    border-bottom: none;
}

.fontboton{
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
    width: 40%;
    height: 90%;
}

.botonesnav1{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: black;
}

.fonttext{
    display: flex;
    text-align: left;
    align-items: center;
    font-size: 20px;
    margin: 12px;
   
}

.nombretext{
    margin: 0;
    color: white;
}

.logoencuestar{
    background-image: url(../image/encuestarblanco.png);
    background-repeat: none;
    background-size: 100% 100%;
    width: 95%;
    height: 131%;
}

.faicon{ 
    color: #1D2A77;
}

.botonescontorno{
    background-color: #1D2A77;
}

.botonestxt{
    color: white;
}

.botonesfa{
    color: white;
}


.botonesconte:hover .nombretext{
    color: white;
}

.botonesconte:hover .faicon{ 
    color: white;
}

.botonReporteMonitorearUsuario{
    height: 65px;
}

.modalreporteusuarios{
    background-color: #C4C5CA;
}
/******************************************************************************/
