.bloco-texto {
	overflow-y: auto; max-height: 80vh; word-wrap: break-word;
}

.bloco-texto-completo {
	overflow-y: auto; max-height: 80vh; word-wrap: break-word;
}

.bloco-modal {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    max-width: 90%;
    margin-left: 5%;

}
.bloco-modal h3 {
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
}    


.esgotadas {
	color: #FF0000 !important;
	background-color: #f7e9ee !important;
}