.backgroud-img {
	background-image: url(../img/examples/grafico.png);
    background-size: cover;
}


.footer-contact h1 {
	font-size: 16px;
	color: #b0274d;
	font-weight: bold;
}

.modal-aviso {
	margin-top: calc(50vh - 65px) !important;
}

@media (min-width: 700px) {
	.modal-aviso {
		margin-top: calc(50vh - 180px) !important;
	}
}