@charset "UTF-8";

.cintaPrincipal {
	background-color: #611232 !important;
	text-align: center;
	color: white;
	height: auto !important;
	border: none;
	font-size: 27px;
	--margin-top: -10px !important;
}

@media screen and (max-width: 428px) {
	.cintaPrincipal {
		margin-top: -1px !important;
	}

}
