//Pagina del nodo componentes aeronauticos (Url ejemplo: /componentes/uh-60l-black-hawk)
.node-type-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;
		}
	}
}

.node-componente-aeronautico {
	text-align: center;

	.group-gallery {
		h2 {
			@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;
			}
		}
	}
	
	.field-name-field-image {
		.field-items {
			@include ib-grid;
			text-align: center;

			.field-item {
				@include inline-block(top);
				border: 1px solid shade($c-brand-whitesmoke, 10);
				box-shadow:  0px 2px 4px shade($c-brand-whitesmoke, 20);
				margin: 0 1% 1% 0;
				width: 24%;

				&:nth-child(4n) {
					margin-right: 0;
				}

				img {
					width: 100%;
				}
			}
		}
	}
	.group-rendimiento,
	.group-especificaciones {
		@include inline-block(top);
		padding: 2%;
		box-sizing: border-box;
		width: 40%;

		h3 {
			@include title-block($c-dimgray, 184%);
			font-weight: 100;	
			margin: 1em 0 0.3em;
			text-align: left;
			width: 100%;

			&:after {
				background: tint($c-dimgray, 30);
				width: 55px;
			}	
		}

		.field {
			.field-label {
				color: $c-dimgray;
			}

			.field-items {
				color: tint($c-dimgray, 30);
			}
		}
	}
	.group-especificaciones {
		margin-right: 2%;
	}
}
