//Estilos pagina componentes aeronauticos (Url: /aviacion/aeronaves)
.page-componente-aeronautico {
	@include fringe-green($c-menu-observatory);

	#preface-first {
		
		.block-bean  {
			bottom: 0;
			position: relative;

			> .content {
				h2 {
					background: none;
					padding: 0;
				}
			}
		}

		.menu-policia-unidad {
			@include menu-pages($c-white, $c-white);
			border-bottom: none;
			margin: 0.5em 0;
		}
	}

	.view-componente-aeronautico {

		.view-header {
			p {
				@include title-block($c-dimgray, 230%);
				font-weight: 100;
				margin: 1em 0;
				text-align: center;
				width: 100%;

				&:after {
					background: tint($c-dimgray, 30);
					margin: 30px auto;
					width: 55px;
				}
			}
		}

		.views-row {
			@include inline-block(top);
			border: 1px solid shade($c-brand-whitesmoke, 10);
			box-shadow:  0px 2px 4px shade($c-brand-whitesmoke, 20);
			margin: 1em 1% 1em 0;
			padding-bottom: 3em;
			text-align: center;
			width: 22.8%;

			&:nth-child(4n) {
				margin-right: 0;
			}
		
			.item-list {
				margin-bottom: 1em;

				ul {
					list-style: none;
					margin: 0;

					img {
						width: 100%;
					}
				}
			}

			> a {
				color: $c-brand-green-dark;
				font-size: 120%;
				font-weight: normal;
			}
		}
	}
}