/* Add here all your css styles (customizations) */


	/*noticias home*/

@media (min-width: 769px){

	.tamaņo-noticias{
		height: 443px !important;
	}

}

@media (max-width: 768px){

	.tamaņo-noticias{
		height: 550px !important;
	}

}


@media (max-width: 500px ){
.tamaņo-noticias{
		height: 443px !important;
	}

}

	/*noticias/noticias*/

@media (min-width: 992px){

	.tamaņo-noticias2{
		height: 443px !important;
	}

}

@media (max-width: 991px){

	.tamaņo-noticias2{
		height: 600px !important;
	}

}

@media (max-width: 590px ){
.tamaņo-noticias2{
		height: 443px !important;
	}

}

