/* --- news cards - tarjetas newsrmativas y de contenido  --- */

/* barra de secciones*/
#news-sections {
	padding: 15px;
	margin: 20px 15px 0px;
	background-color:#fefefe;
	box-shadow: 0 0 2px #222;		
	font-size: 18px;
}

#news-sections i{	
	margin-right: 6px;
}

#news-sections a{	
	transition: 0.2s;
	color: #444 !important;
}

#news-sections a:hover{
	background-color:#1f2b52;
	color:#fafafa !important;
}

/* contenedor principal */
.news-container{    
    width:100% !important;
    padding-left:  0px !important;
    padding-right: 0px !important;
}

.news-container .row{
    background-color: #f0f0f0;
    margin-left: 0px;
    margin-right: 0px;
}

.news-container .row .news-card{
    border-radius:  0;
    box-shadow: 0 0 4px #222;
    background-color: #fafafa;
    padding-top:0px;
    padding-bottom:20px;
    margin: 20px 0;
}

.news-container .news-card-container,
.news-container .row .news-card{
    height: 100%;
}

/*control de la redimensi�n de la imagen del newscard*/
@media (min-width:768px) {
    .news-img{
        width: 100%;
        height: 350px;
    }
}

@media (max-width:768px) {
    .news-img{
        width: 100%;
        height: 100%;
        max-height: 350px;
    }
}

/* titulo del news card*/
.news-text h3{
    text-align: center;
    padding: 0 0 10px;
    border-bottom: solid 4px #e8570e;

}

/* cuerpo del texto del news card*/
.news-text p{
    text-align: justify;
    margin: 0 10px 30px;
}

/*boton del news card*/
.news-text a{
    position:absolute;
    bottom: 20px;
    left: 15px;
    font-size: 16px;
    border-radius:  0px;
}
