//Estilos de la pagina saludo del director (Url ejemplo: /amazonas/comandante)
.page-unidades-director  {
	
	#preface-first  {
		.block-seed-tools-seed-title {
			margin: 3em 0 2em;
		}
	}
	
	#preface {
		padding-top: 0!important;
	}

	#main-inner {
		> .section {
			padding: 0;
			max-width: 100%;
		}
	}	

	.field-name-menu-unidad  {
		@include holder;
		 margin-bottom: 55px;
	}

	.group-grupo-1 {
		background: $c-brand-whitesmoke;
		margin-bottom: 2em;
		padding-top: 3em;
		padding-bottom: 15px;
	}

	.group-director {
		@include holder;
		max-width: 660px;
		text-align: center;

		.field-name-field-fotografia {
			display: inline-block;
			border-radius: 100%;
			border: 3px solid $c-silver;

			img {
				border-radius: 100%;
			}

			.galeria-title-image {
				@include element-invisible;
				display: none;
			}
		}

		.field-name-field-rango {
    		border-top: 1px solid tint($c-dimgray, 50);
    		color: $c-dimgray;
    		font-size: 109%;
    		font-weight: bold;
    		padding-top: 20px;
    		margin: 20px auto 10px;
    		width: 40%;
		}

		.field-name-field-nombre {
   		 	color: $c-dimgray;
    		font-size: 180%;
    		font-weight: 100;
		}

		.field-name-field-cargo-director {
   		 	color: tint($c-dimgray, 10);
    		font-size: 105%;
    		font-weight: 100;
    		margin-top: 25px;
		}
	}


	.group-grupo-2 {
		@include holder;
		max-width: 660px;
	}

	.group-saludo {
		margin-top: 20px;

		h3 {
			@include title-block($c-dimgray, 172%);
			font-weight: 100;
			margin-bottom: 20px;
			text-align: center;

			&:after {
				background: tint($c-dimgray, 50);
				margin: 20px auto;
				width: 45px;
			}
		}
		
		.field-name-field-saludo {
			border-left: 1px solid $c-dimgray;
			color: $c-dimgray;
			font-size: 115%;
    		font-weight: 100;	
			padding-left: 1em;
		}
	}

	.field-group-div {
		h3 {
			@include title-block($c-dimgray, 172%);
			font-weight: 100;
			text-align: center;
			margin-bottom: 20px;

			&:after {
				background: tint($c-dimgray, 50);
				margin: 20px auto;
				width: 30px;
			}
		}

		.field-name-field-body {
			font-size: 114%!important;
			line-height: 1.3;
			p {
    			color: $c-dimgray;
    			font-weight: 100;				
    		}	
		}
	}

	.field-name-sharethis {
	    max-width: 660px;
	    margin: 0 auto;
	    text-align: center;
	}
}