
.noticias .noticias-banner .text, .prensa .noticias-banner .text, .contactanos .noticias-banner .text{
	padding-top: 22em;
	position: absolute;
	width: 100%;
	z-index: 99;
	color: #fff;
    text-align: center;
    margin-top: 0;
    text-shadow: 1px 2px 3px #666;
}
@media screen and (max-width: 1440px){
	.noticias .noticias-banner .text, .prensa .noticias-banner .text, .contactanos .noticias-banner .text{
		padding-top: 15em;
	}
}
@media screen and (max-width: 1280px){
	.noticias .noticias-banner .text, .prensa .noticias-banner .text, .contactanos .noticias-banner .text{
		padding-top: 13em;
	}
}
@media screen and (max-width: 1024px){
	.noticias .noticias-banner .text, .prensa .noticias-banner .text, .contactanos .noticias-banner .text{
		padding-top: 10em;
	}
}
@media screen and (max-width: 768px){
	.noticias .noticias-banner .text, .prensa .noticias-banner .text, .contactanos .noticias-banner .text{
		padding-top: 18em;
	}
}
@media screen and (max-width: 568px){
	.noticias .noticias-banner .text, .prensa .noticias-banner .text, .contactanos .noticias-banner .text{
		padding-top: 14em;

	}
	.noticias .noticias-banner .text h2, .prensa .noticias-banner .text h2, .contactanos .noticias-banner .text h2{
		font-size: 22px;
	}
}

@media screen and (max-width: 420px){
	.noticias .noticias-banner .text, .prensa .noticias-banner .text, .contactanos .noticias-banner .text{
		padding-top: 10em;
	}
}

@media screen and (max-width: 375px){
	.noticias .noticias-banner .text, .prensa .noticias-banner .text, .contactanos .noticias-banner .text{
		padding-top: 9em;

	}
}

@media screen and (max-width: 320px){
	.noticias .noticias-banner .text, .prensa .noticias-banner .text, .contactanos .noticias-banner .text{
		padding-top: 8em;

	}
}




