@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.listaEqp{
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin-bottom: 150px;
    margin-right: 350px;
    overflow-y: auto;
}

.total_quantitativo__titulo{
    font-size: 25px;
    color: rgb(16, 33, 227);
    font-family: 'Roboto';
    padding-bottom: 15px;
}

.listaEqp{
    height: 600px;
    overflow-y: auto;
}

.listaEqp table {
    width: 1000px; /* Largura fixa para suportar todas as colunas */
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.listaEqp tbody{
    
}

.quantitativoConteudo__head th {
    background-color: #ccc;
    padding: 10px;
    border: 1px solid #999;
    font-weight: 500;
}

.listaEqp td {
    padding: 8px;
    border: 1px solid #ccc;
}

.listaEqp tr:nth-child(even) {
    background-color: #f9f9f9;
}

.listaEqp tr:hover {
    background-color: #f1f1f1;
}



@media screen and (max-device-width: 500px) 
{

.formCliente{
    display: flex;
    flex-direction: row;
    height: 70vh;
    position: absolute;
    margin-left: 100px;
    margin-top: -900px;
    width: 90%;
}

}