//Estilos de la pagina de noticias (Url: /noticias)
.page-noticias {
	@include banner-internal;

	#preface {
		.block-seed-tools-seed-title {
			margin: 1em 0;
			position: relative;
			text-align: center; 
			
			> .content {
				.title {
					@include title-block(tint($c-dimgray, 10), 234%);
					background: none;
					font-weight: 100;
					padding: 0;
					width: 100%;
					
					&:after {
						margin: 20px auto 0;
						width: 60px;
					}	
				}
			}
		}
	}

	#preface-third {
		.section {
			@include reset-holder;
		}
	}

	#block-menu-menu-resultados-de-noticias {
		background: $c-menu-observatory;
		padding: 12px 0;
		
		.menu {
			@include menu-pages($c-white, $c-white);	
			@include holder;
			margin: 0 auto!important;	
		}
	}

	.all-items-news {

		.views-row {
			@include block-category-box;
			@include inline-block(top);
			margin: 1em 1% 1em 0;
			position: relative;
			width: 23.7%;

			&:nth-child(4n) {
				margin-right: 0;
			}
 				
 			@media (min-width: 768px) {
 				padding-bottom: 70px;

 				.views-field-field-seccion {
					bottom: 0;
					left: 0;
					position: absolute;
					width: 100%;
				}	

				.views-field-created {
					position: absolute;
					bottom: 50px
				}

				.views-field-field-noticia-ciudad {
					display: block;
					width: 80%;
    				bottom: 70px;
					position: absolute;
 				}
			}
		}

		.item-list {
			text-align: center;

			.view-footer {
				@include inline-block(middle);
				color: tint($c-dimgray, 40);
				font-size: 126%;
    			font-weight: 100;
   				margin-right: 1%;
				
				span {
					color: tint($c-dimgray, 20);
					font-weight: normal;
				}
			}
			.pager {
				@include inline-block(middle);
			}
		}
	}

	.block-views-solr-noticias-block-1 {
		> .content {
			@include block-category-box-big;

			.views-row {
				height: auto!important;

				.grouping-field {
					padding-bottom: 70px;
				}
			}
		}
	}
}