


/* MENU BOTOES DA NAVE */

.GuebuMuiLP{
position:relative;
display:block;
width:auto;
height:auto;
margin-top:20px;
margin-bottom:20px;
}

.GuebuMuiLP > div:nth-child(1){
position:relative;
display:inline-block;
width:100%;
text-align:left;
}

.GuebuMuiLP > div:nth-child(1) > div{
position:relative;
display:inline-block;
margin-right:10px;
text-transform:uppercase;
font-size:15px;
padding:5px 10px;
color:var(--font-color-button);
background-color:var(--main-color);
border-radius:var(--radius-size);
box-shadow:var(--box-shadow);
cursor:pointer;
user-select:none;
}

.GuebuMuiLP > div:nth-child(1) > div:active{
background-color:#dc3545!important;
}