@charset "UTF-8";

.bannerSEDIIB {
	margin-top: -17px !important;
}

@-moz-document url-prefix() {
    .bannerSEDIIB {
        margin-top: -18px !important;
    }
}

_::-webkit-full-page-media, _:future, :root .bannerSEDIIB {
	margin-top: -18px !important;
}

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

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

@media screen and (min-width: 386px) and (max-width: 810px) {
	.cintaPrincipal {
		font-size: 24px !important;
	}
}

@media screen and (min-width: 286px) and (max-width: 385px) {
	.cintaPrincipal {
		font-size: 22px !important;
	}
}

@media screen and (max-width: 285px) {
	.cintaPrincipal {
		font-size: 20px !important;
	}
}