// Pagina informacion al turista (URL: /node/126210)
.page-node-126210 {

	@include banner-internal;

	#preface-third {
		background: $c-menu-observatory;

		.block-menu-menu-informaci-n-tur-stica {
			.menu {
				@include menu-pages($c-white, $c-white);	
				margin: 0.8em 0;
			}
		}
	}

	#main-inner {
		.section {
			@include reset-holder;
		}

		.view-secciones-items {
			> .view-content {
				> .views-row {
					@include holder;
					@include holder-small(90%);
				}

				> .views-row-1 {
					@include reset-holder;
					background: $c-brand-whitesmoke;
					margin-bottom: 1em;
					padding-bottom: 1em;

					.ver {
						@include holder;
						@include holder-small(90%);
					
						.view-header {
							@include title-block(tint($c-dimgray, 10), 234%);
							font-weight: 100;
							margin-bottom: 30px;
							margin-top: 40px;
							text-align: center;

							&:after {
								margin: 15px auto 0 auto;
								width: 75px;
							}							
						}

						.geofieldMap {
							box-shadow: 2px 2px 1px shade($c-brand-whitesmoke, 20);
							width: 100%!important;
						}
					}
				}

				> .views-row-2 {
					margin-bottom: 1.5em;
				}
			}
		}
	}

	.image-text {
		@include sections-image-text;

		> h2 {
			@include title-block(tint($c-dimgray, 10), 234%);
			font-weight: 100;
			margin-bottom: 30px;
			margin-top: 13px;
			text-align: center;

			&:after {
				margin: 15px auto 0 auto;
				width: 75px;
			}
		}
	}

	.ver {
		.viewreference-title {
			@include title-block(tint($c-dimgray, 10), 234%);
			font-weight: 100;
			margin-bottom: 30px;
			margin-top: 40px;
			text-align: center;

			&:after {
				margin: 15px auto 0 auto;
				width: 75px;
			}	
		}
	}

	.view-turismo {
		> .view-content {
			@include block-color($items-color-tourist);
		}
	}
}