	#conteudo{
		background:linear-gradient(#000 500px, transparent 1px, transparent);
	}
	#conteudo .area-conteudo{
		padding:0 0 0 0;
	}
		.area-textos{
			width:74%;
			text-align:left;
		}			
			.box-titulo-texto{
				width:88%;
				height:calc(500px - 12vh);
				padding:12vh 0 0 12%;
				text-align:left;
				background:url(../../imagens/sobre/quem-somos/bk-efeito.png) right bottom no-repeat, url(../../imagens/sobre/quem-somos/bk.jpg) left no-repeat;
				background-size:28%, auto;
			}
			.box-titulo-texto-aeronautico{
				width:88%;
				height:calc(500px - 12vh);
				padding:12vh 0 0 12%;
				text-align:left;
				background:url(../../imagens/sobre/quem-somos/bk-efeito.png) right bottom no-repeat, url(../../imagens/sobre/aeronautico/bk.jpg) left no-repeat;
				background-size:28%, auto;
			}	
				.box-titulo-texto h1, .box-titulo-texto-aeronautico h1{
					font-size:48px;
					color:#FFF;
					font-family:'Gotham-Book';
				}
				.box-titulo-texto .texto, .box-titulo-texto-aeronautico .texto{
					width:45%;
					padding:5px 0 0 0;
					font:15px;
					color:#FFF;
					line-height:22px;
					text-shadow:0 0 2px #000;
				}
			
			.box-frase{
				padding:100px 0 50px 12%;
				width:88%;
			}
				.box-frase h4{
					font-size:35px;
					color:#24364D;
					background:-webkit-linear-gradient(180deg, #101823, #436585);
					-webkit-background-clip:text;
					-webkit-text-fill-color:transparent;
				}
				.box-frase a{
					display:inline-block;
					width:auto;
					margin:35px 0 0 0;
					padding:20px 5% 20px 5%;
					font-size:20px;
					color:#436586;
					border:1px solid #436586;
				}
					.box-frase a span{
						font-size:20px;
						color:#436586;
						font-weight:bold;
						transition:0.5s;
					}
					.box-frase a:hover{
						color:#FFF;
						border:1px solid #FFF;
						background:#436586;
					}
						.box-frase a:hover span{
							color:#FFF;
						}
								
		.box-galeria{
			width:17%;
			padding:30px 4% 30px 4%;
			margin:-1px 0 0 -4px;
			background:#EFF1F3;
		}	
			.box-galeria .foto{
				position:relative;
				padding:5px 0 5px 0;
			}
				.box-galeria .foto .efeito{
					position:absolute;
					transition:0.5s;
				}
					.box-galeria .foto a:hover .efeito{
						opacity:0.3;
					}
				.box-galeria .foto .icone{
					position:absolute;
					width:0px;
					height:0px;
					background:url(../../imagens/sobre/quem-somos/icone-ampliar.png) center no-repeat;
					background-size:cover;
					left:calc(50%);
					top:calc(50%);
					transition:0.5s;
				}
					.box-galeria .foto a:hover .icone{
						width:25px;
						height:25px;
						left:calc(50% - 12px);
						top:calc(50% - 12px);
					}
		
		.box-mobile{
			display:none;
		}				
		
		
@media (max-width: 1250px)
{
	.box-titulo-texto h1{
		font-size:45px;
	}
}

@media (max-width: 1000px)
{
	#conteudo{
		background:none;		
	}
	#conteudo .area-conteudo{
		width:100%;
		padding:0 0 50px 0;
	}			
		.area-textos{
			width:100%;
			text-align:center;
		}
			.box-titulo-texto{
				width:80%;
				height:auto;
				padding:50px 10% 50px 10%;
				text-align:center;
				background:url(../../imagens/sobre/quem-somos/bk-efeito.png) right bottom no-repeat, url(../../imagens/sobre/quem-somos/bk.jpg) center no-repeat;
				background-size:28%, cover;
			}
			.box-titulo-texto-aeronautico{
				width:80%;
				height:auto;
				padding:50px 10% 50px 10%;
				text-align:center;
				background:url(../../imagens/sobre/quem-somos/bk-efeito.png) right bottom no-repeat, url(../../imagens/sobre/aeronautico/bk.jpg) center no-repeat;
				background-size:28%, cover;
			}		
				.box-titulo-texto h1, .box-titulo-texto-aeronautico h1{
					font-size:35px;
				}
				.box-titulo-texto .texto, .box-titulo-texto-aeronautico .texto{
					width:100%;
					padding:5px 0 0 0;
				}
			
			.area-textos .box-frase{
				display:none;
			}
				
		.box-galeria{
			width:80%;
			padding:50px 10% 50px 10%;
			margin:0 0 0 0;
		}	
			.box-galeria .foto{
				width:90% !important;
				margin:0 5% 0 5% !important;
			}
				.box-galeria .foto .efeito{
				}
				.box-galeria .foto .icone{
				}
					.box-galeria .foto a:hover .icone{
					}			
		
		.box-frase{
			padding:50px 5% 0 5%;
			width:90%;
			font-size:25px;
			text-align:left;
		}
			.box-frase h4{
				font-size:25px;
			}
			.box-frase a{
				margin:20px 0 0 0;
				padding:20px 5% 20px 5%;
				font-size:20px;
			}
				.box-frase a span{
					font-size:20px;
				}
				.box-frase a:hover{
				}
					.box-frase a:hover span{
					}
		.box-mobile{
			display:inline-block;
		}	
}