.submenu{
    display:none;
    background-color: white;
}

div#familias {
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;
}

div.display {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    margin-left: 5px;
}

div.coluna {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-right: 200px;
}

div.coluna div {
    width: 100%;
}

div.menu {
    background: white;
    color: black;
    top: 50%;
    display: inline-block;
    padding: 10px;
}

div.menu:hover, div.menu:active {
    background-color: black;
    color: white;
    cursor: pointer;
}

ol.breadcrumb > li + li:before {
    display: none;
}

.float,.float-comp {
    position: fixed;
	top:500px;
	right:100px;
    z-index:101;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#toggleButton {
    margin-right: 5px;
    cursor: pointer;
    width:50px; 
    height:50px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    border-radius:100%;
    background-color: #1e88e5;
    color: white;
    opacity: 0.7;
}

#toggleButton:hover, div#botoes button:hover {
    opacity: 1;
}

.altQtde {
    opacity:0.7; 
    padding: 10px; 
}

.float-comp div#botoes {
    visibility: none;
}


div.float-comp select{
    margin-right: 3px;
    display: inline-block;
    width: 50%;
    height: 100%;
    border-radius: 5px;
    color: white;
    background-color: #1e88e5;
    opacity: 0.7;
    float: left;
}


div.float-comp span:hover {
    opacity: 1;
}