@charset "utf-8";
/* CSS Document */

.n-wrap{
    margin: 100px 0 0 0;
}
h1, h2, h3 , h4, h5, h6, p{
	text-align: left !important;
	width: 100%;
	margin: 0 0 30px 0 !important;
	line-height: 100%;
}
h6{
    font-size: 18px;
    font-weight: 600;
}
small {
    font-size: 15px;
}
h1.card-title{
	font-family: 'Roboto Slab', sans-serif;
	font-size: 300%;
}
.bg-primary {
    background-color: #1fa9ed !important;
}
.list-group-item{transition: all 0.3s ease;}
.list-group-item:hover{
	background-color: #eeeeee;
	
}
.list-group-item a img{
	margin: 0 20px 0 0 !important;
	width: 30%;
}
.m-b-small{
	margin-bottom: 20px;
}
.fecha{
	    font-size: 15px;
}
.text-bold{font-weight: 700;}
.link{
    color: #1fa9ed;
    font-weight: 600;
}
p{
    line-height: 117%;
}