/* ESTILO para painéis flutuantes */
.float-container {
    padding: 20px;
	display: flex;
	justify-content: center;
}

.float-child {
	border-radius: 0px;
	text-align: center;
	padding: 10px;
}  

.float-empty-child {
	padding: 40px;
}

/* ESTILO para botão "ver mais" */
.btn-ver-mais {
	border-radius: 5px;
	border: 1px solid LightGray;
}


ul.quadrados {
  list-style-type: square;
}



