footer {
	background-color: #2A0A41;
}

@media (max-width: 992px) {
	.nota-gran-titular {
	    background: linear-gradient(135deg, #3F1DB9 0%, #B91D69 100%);
	}
	.notita .titular {
	    background: linear-gradient(135deg, #3F1DB9 0%, #B91D69 100%);
	}
}

@media (min-width: 992px) {
	.contenedor-titular .fondito {
	    background: linear-gradient(90deg, rgba(63,29,185,0.8) 0%, rgba(185,29,105,0.8) 100%);
	}
}




