	#conteudo{
		background-image: radial-gradient(500px at 40% -15%, #FFFFFF 10%, #F0F0F0);
	}
	#conteudo .area-conteudo{
		padding:75px 0 75px 0;
	}
		.box-imagem{
			width:30%;
		}
			.box-imagem .legenda{
				width:90%;
				padding:30px 5% 30px 5%;
				font-size:18px;
				color:#FFF;
				text-align:center;
				background:url(../../imagens/sobre/laboratorio/bk-imagem.jpg);
				background-size:cover;
				font-family:'Gotham-Book';
			}
		.box-texto{
			width:43%;
			padding:0 8% 0 12%;
			text-align:left;
			font-size:15px;
			color:#333333;
			line-height:22px;
		}
			.box-texto .titulo h1{
				display:inline-block;
				width:auto;
				padding:0 5% 10px 0;
				margin:0 0 25px 0;
				border-bottom:5px solid #436586;
				font-size:25px;
				color:#2A3952;
				background:-webkit-linear-gradient(180deg, #101823, #436585);
				-webkit-background-clip:text;
				-webkit-text-fill-color:transparent;
				font-family:'Gotham-Book';
				font-weight:normal;
			}
			.box-texto .texto-destaque{
				width:100%;
				padding:25px 8% 25px 8%;
				margin:30px -8% 0 -8%;
				font:15px;
				color:#333333;
				line-height:22px;
				background:#FFF;
			}
				.box-texto .texto-destaque a{
					font:15px;
					color:#333333;
					font-weight:bold;
				}
					.box-texto .texto-destaque a:hover{
						color:#436585;
					}
							
		#frase{
			padding:0 0 75px 0;
			border-top:1px solid #BDBDAE;
		}						
		.box-frase{
			padding:75px 0 0 0;
			width:91%;
		}
			.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%;
				text-align:left;
				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;
					}
		
@media (max-width: 1250px)
{
	
}

@media (max-width: 1000px)
{
	#conteudo{
		background:#F0F0F0;
	}
	#conteudo .area-conteudo{
		padding:50px 0 50px 0;
	}
		.box-imagem{
			width:100%;
			max-width:450px;
		}
			.box-imagem .legenda{
				padding:25px 5% 25px 5%;
				font-size:15px;
			}
		.box-texto{
			width:100%;
			padding:50px 0 0 0;
			text-align:center;
		}
			.box-texto .titulo h1{
				display:inline-block;
				width:auto;
				padding:0 5% 10px 5%;
				margin:0 0 25px 0;
				border-bottom:5px solid #436586;
			}
			.box-texto .texto-destaque{
				width:90%;
				padding:25px 5% 25px 5%;
				margin:25px 0 0 0;
			}
				.box-texto .texto-destaque a{
				}
					.box-texto .texto-destaque a:hover{
					}		
				
	#frase{
		padding:30px 0 50px 0;
	}		
	.box-frase{
		padding:20px 0 0 0;
		width:100%;
		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{
				}
}