	#conteudo{
		padding:55px 0 75px 0;
		background:#F6F6F6;
	}
	#conteudo .area-conteudo{
		padding:0 0 0 0;
	}
		.area-historia{
			width:85%;
		}
			.area-historia .historia-ano{
				width:90%;
			}
			.slick-slide {
				opacity:0.5 !important;
				outline:none !important;
			}
			.slick-current {
				opacity:1.0 !important;
			}
			.area-historia .imagem{
				position:relative;
				max-width:180px;
				margin:0 0 50px 0;
				opacity:0.0;
			}
				.area-historia .imagem a{
					cursor:auto;
				}
				.area-historia .imagem .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;
				}
					.area-historia .imagem a:hover .icone{
						width:25px;
						height:25px;
						left:calc(50% - 12px);
						top:calc(50% - 12px);
					}
			.slick-current .imagem{
				opacity:1.0 !important;
			}
				.slick-current .imagem a{
					cursor:pointer;
				}
			.area-historia .data{				
				background:url(../../imagens/sobre/historia/risco-data.png) center 55px repeat-x;
			}
			.area-historia .data-inicio{
				background:linear-gradient(90deg, #F6F6F6 50%, transparent 50%), url(../../imagens/sobre/historia/risco-data.png) center 55px repeat-x;
			}
			.area-historia .data-fim{
				background:linear-gradient(90deg, transparent 50%, #F6F6F6 50%), url(../../imagens/sobre/historia/risco-data.png) center 55px repeat-x;
			}
				.area-historia .data .ano{
					font-family:'Montserrat-UltraLight';
					font-size:35px;
					color:#436586;
				}
				.area-historia .data .icone{
					width:10px;
					height:10px;
					border:10px solid #436586;
					border-radius:50px;
					background:#F6F6F6;
				}
			.area-historia .texto{
				width:150%;
				margin-left:-25%;
				padding:70px 0 0 0;
				font-size:15px;
				color:#436585;
				line-height:22px;
				opacity:0;
			}
			
			.slick-current .texto{
				opacity:1.0 !important;
			}
			
			
		.box-frase{
			padding:100px 0 75px 0;
			width:100%;
			text-align:center;
		}
			.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;
					}
				
		
@media (max-width: 1250px)
{
	
}

@media (max-width: 1000px)
{
	#conteudo{		
	}
	#conteudo .area-conteudo{
		width:100%;
		padding:0 0 0 0;
	}	
			
		.area-historia{
			width:80%;
		}
			.area-historia .historia-ano{
				width:100%;
			}
				
				.area-historia .texto{
					width:100%;
					margin-left:0;
					padding:30px 0 0 0;
				}
		
		.box-frase{
			padding:50px 0 50px 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{
					}
}