@charset "utf-8";
/* CSS Document */
/*carrusel slide portada*/

/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap*/
#noticias h1{
    font-size:1.2rem;
    }
#noticias h2{
        font-size:1rem;
        color:#000;
    }

/*columna de filtro hasta 992 y tablet horizontal en movil sale otra*/
#noticias header{
    width: 100%;
    margin-left: 1.25rem;

}
#noticias .card-body{
    padding:0;
}
#noticias .card-title {
    background-color:#993333;
    padding: 1.25rem;
}
#noticias h2 a{
    color:white;
    text-decoration: none;
}
#noticias h2 a:hover{
    color:white;
    text-decoration: underline;
}
#noticias{
padding-top:3.75em;
	padding-bottom: 3em;
}
#noticias .card-text{
    padding: 1.25rem;

}
#noticias .card-time{
color:#000;
font-size: 0.8em;
padding: 1em 1.25rem ;
font-style: italic;
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
    #noticias h1{
        font-size:2.375rem;
        }
    #noticias h2{
            font-size:1.7rem;
            color:#000;
        }
}