#noticias-container{
	display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    margin-top: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#noticias-container .title{
	flex: 0 0 100%;
	text-align: center;
	font-size: 40px !important;
	font-weight: normal;
	letter-spacing: 4px;
}

#search-form-c{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

#search-form-c>div{
	width: 350px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #E5E5E5;
	padding: 15px;
	border-radius: 25px;
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
	overflow: hidden;
}

#search-form-c>div>span{
	width: 50px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #B2B2B2;
}

#search-form-c>div>input{
	width: 300px;
	height: 30px;
	border: none;
	margin-left: 10px;
	font-size: 14px;
	font-family: 'lato medium';
	color: #B2B2B2;
}

span.button_buscador {
    cursor: pointer;
}

#search-form-c>div>input::placeholder{
	font-family: 'lato medium';
	color: #B2B2B2;
}

#noticias{
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.noticia-item{
	display: flex;
	flex-direction: column;
	/* flex-wrap: wrap; */
	justify-content: space-around;
	align-items: center;
	margin: 15px 0;
	font-size: 14px;
}

.noticia-item img, .noticia-item .descripcion{
	flex: 0 0 90%;
}

.noticia-item img{
	width: 90vw;
	margin: 0 auto;
	border-radius: 20px;
}

.noticia-item .titulo {
    font-size: 16px;
    color: #747474;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: 'lato Bold';
}
.noticia-item .fecha{
	font-size: 14px;
	color: #747474
}

.noticia-item .resumen {
    margin: 20px 0px;
    font-size: 14px;
    color: #606060;
    font-weight: bold;
    line-height: 23px;
}

.descripcion {
	margin-bottom: 30px !important;
}

.btn-leer-mas{
	font-size: 14px !important;
    border: 1px solid #7C7C7C;
    color: #7C7C7C;
    border-radius: 20px;
    padding: 2px 10px;
    transition: ease all 0.3s;
}

.btn-leer-mas:hover{
	transform: scale(1.1);
}
	
.noticia-item .descripcion{
	padding: 20px 0px;
}

/* .paginationjs{
	display: flex;
	justify-content: center;
}
.paginationjs .paginationjs-pages li.active>a,.paginationjs .paginationjs-pages li{
	background: transparent !important;
	color: #000 !important;
}
.paginationjs .paginationjs-pages li>a{
	color: #ACACAC !important;
}

.paginationjs .paginationjs-pages li.active>a{
	font-weight: bold !important;
}
.paginationjs .paginationjs-pages li{
	border: none !important;
} */


@media screen and (min-width: 992px){
	.noticia-item .resumen {
		margin: 20px 0px;
		font-size: 14px;
		color: #606060;
		font-weight: bold;
		line-height: 34px;
	}

	.noticia-item .fecha{
		font-size: 14px;
	}

	.noticia-item img, .noticia-item .descripcion{
		flex: 0 0 45%;
	}
	.noticia-item{
		flex-direction: row;
	}
	.noticia-item img{
		width: 40%;
	}
	.noticia-item img{
		border-radius: 25px;
	}
	
	.noticia-item .descripcion{
		padding: 20px 10px;
	}

	#noticias-container{
		margin-top: 180px;
	}

	#search-form-c{	
		margin: 40px 0px 60px;
	}
	

	.noticia-item .titulo {
		font-size: 16px;
	}

	.btn-leer-mas{
		font-size: 16px !important;
	}

	#search-form-c>div>input{
		font-size: 16px;
	}
	
	.noticia-item .resumen {
		line-height: 22px;
	}

	.noticia-item{
		margin: 70px 0;
	}
}
