//Estilos pagina Entidades y Agremiaciones (Url: /entidades-y-agremiaciones)
.page-entidades-y-agremiaciones{
	#preface{
		#preface-third{
			#page-title{
				@include title-block($c-dimgray, 265%);
				font-weight: 300;
	    		margin: 0 auto 28px auto;
	    		max-width: 660px;
				text-align: center;

	    		&:after {
	    			background: tint($c-dimgray, 40);
	    			margin: 15px auto 0 auto;
	    			width: 60px;
	    		}
	    	}
		}
	}

	#main{
		.section{
			#content{
				.view-content{
					.views-row{
						float: left;
						width: 100%;
						max-width: 1150px;
						background: $c-white;
					    border: 1px solid $c-t-gray;
					    box-shadow: 2px 2px 1px $c-d-gray;
						margin-bottom: 10px;
						text-align: center;
						color: $c-b-gray;
						padding: 2%;

						.views-fieldset{
							float: left;
							width: 31.94%;
							margin-right: 2%;
							text-align: left;
							font-weight: lighter;

							&:nth-child(3n){
								margin-right: 0;
							}

							.views-field-field-siglas{
								font-weight: bold;
							}

							.views-field-field-noticia-ciudad{
								margin-top: 3%;
							}
						}

						.group-1, .group-2{
							position: relative;

							&:after{
				    			position: absolute;
				    			top: 13px;
				    			right: 7px;
				    			content: '';
				    			float: right;
							    display: block;
								height: 80px;
								width: 1px;
								background-color: tint($c-dimgray, 40); 
				    		}
						}
					}
				}
			}
		}
	}
}