#noticias{

    height: auto;
    background: #fffefe;
}

.contenedorNoticias{
	width: 100%;
	height: 100%;
	padding-bottom: 40px;
	
}

.titleNoticias{
	padding-top: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: 100;

}

#noticias h2{
	
	color: #777777;
}

.containerNoticias{
	width: 100%;
	max-width: 1200px;
	height: 450px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: auto;
}

.containerNoticias .card{
	width: 320px;
	height: 550px;
	border-radius: 9px;
	box-shadow: 0 2px 2px rgba(0,0,0, 0.5);
	overflow: hidden;
	margin: 20px;
	text-align: center;
	transition: all ease-in 0.30s;
	background: rgb(252, 252, 251);
}

.containerNoticias .card:hover{
	transform: translateY(-15px);
	box-shadow: 0 12px 16px rgba(0,0,0, 0.5);
}

.containerNoticias .card img{
	width: 300px;
	height: 220px;
}


.containerNoticias .card h4{
	font-weight: 600;
	margin-bottom: 10px;
}

.containerNoticias .card p{
	padding: 0 1rem;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}

.containerNoticias .card a{
	font-weight: 500;
	text-decoration: none;
	color: #009045;

}



/*-----------------------------------*/
@media (min-width:426px){
   
}

@media (min-width:600px){
    
}

@media (min-width:766px){
   
}
@media (min-width:1024px){
   
}

@media (min-width:1440px){
   
}