a{
	text-decoration: none !important;	
}

ul{
    list-style-type: none;
	
}
.notc1home{
	position: relative;
}
.notc1home p a{
	color: #e4b301;
}
.mosaico_noticias p a{
	color: #e4b301;
}
.notc1home>h2{
	position: absolute;
	font-size: 20px;
	color: #ffffff;
	width: 100%;
	padding: 2%;
	bottom: 10%;
	background-color: rgba(0,0,0,0.7);
	
	
}
.notc1home img{
	width: 100%;
}
.noticias li{
	margin-bottom: 25px;
	
}
.mosaico_noticias p{
	text-align: justify;
}

.mosaico_noticias h2{
	font-size: 24px;
}

@media screen and (max-width: 767px) {

.notc1home>h2{
	
	font-size: 24px;
	position: relative;
	color: #000;
	width: 100%;
	padding: 0;
	bottom: 0;
	background-color: transparent;
	
	
	
}
	
}

