body{
    background: rgb(24, 62, 98);
    font: normal 17pt Comic Sans MS;
}

.container{
    text-align: center;
    justify-items: center;
    align-items: center;
    background-color: rgb(207, 207, 207);
    margin: 34px;
}

.hidden{
    display: none;
}
div#paineis{
    align-items:start;

    width: 100%;
    background-color: rgb(231, 227, 227);

}
.cliente{
    display: inline-block;
    top: 0;
    min-height: 100%; 
    color: white;
    background-color: rgb(33, 33, 75);
    border-radius: 3%;
    margin: 17px;
    padding: 16px;
}

.botao{
    color: black;
    background-color: white;
    display:inline-block;
    width: 40px;
    border-radius: 5px;
    font-size: 0.7em;
    padding: 1px;

}

.botao:hover{
    color: white;
    background-color: rgb(71, 71, 71);
}

.botao:active{
    background-color: rgb(249, 62, 62);
}

.botaomenu{
    color: black;
    background-color: rgb(104, 122, 217);
    display:inline-block;
    width: 140px;
    height: 25px;;
    border-radius: 5px;
    font-size: 0.7em;
    padding: 1px;

}

.botaomenu:hover{
    color: white;
    background-color: rgb(243, 71, 18);
}


p{
    font-size: 0.7em;
}

h2{
    font-size: 1.1em;
}

.ambiente{
    display: flex;
    background-color:  rgb(136, 178, 132);
    display:inline-block; 
    width: 150px;
    border-radius: 5%;
}

.hidden2{
    display: none;
}