.inner-conteudo{
	padding-top: 10px;
}
.bloco-interno{
	padding-top: 50px;
}
.tit-pagina{
	max-width: 710px;
	font-size: 35px;
	color:#616163;
	text-align: center;
	margin: 0px auto 25px auto;
	line-height: 1;
}
.tit-pagina span{
	width: 100%;
	color: #b0b0b0;
	font-size: 22px;
	display: inline-block;
	text-align: center;
}
.div-txt-pagina{
	width: 100%;
	max-width: 710px;
	height: auto;
	color:#5c5c5c;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin: 0px auto 80px auto;
}
.div-txt-pagina p{
	margin: 0px auto 15px auto;
}
.cont-empresa{
	width: 100%;
	max-width: 855px;
	display: table;
	margin: 0px auto 100px;
}
.coluna-1{
	width: 100%;
	max-width: 390px;
	display: table;
	float: left;
	height: auto;
}
.tit-empresa2{
	color: #5c5c5c;
	font-size: 16px;
	line-height: 1.1;
	margin: 0px auto 13px auto;
	text-align: left;
	text-transform: uppercase;
}
.texto-empresa{
	width: 100%;
	height: auto;
	display: table;
	text-align: left;
	line-height: 1.4;
	font-size: 16px;
	color: #5c5c5c;
}
.texto-empresa p{
	margin: 0px auto 10px auto;
}
.texto-empresa a{
	color: #5c5c5c;
}
.texto-empresa a:hover{
	text-decoration: underline;
}
.coluna-2{
	width: 100%;
	max-width: 436px;
	display: table;
	float: right;
	padding-top: 5px;
}
.carrossel-empresa{
	display: table;
	height: auto;
	width: 100%;
	max-width: 390px;
	margin: 0px auto;
}
.carr-empresa{
	width: 100%;
	max-width: 326px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0px auto 15px auto;
}
.slide-empresa{
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background-color: #ededed;
}
.slide-empresa img{
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.carr-thumb{
	width: 100%;
	max-width: 376px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
.thumb{
	width: 25%;
	height: auto;
	display: block;
	float: left;
	padding: 0px 2px;
	background-color: #ededed;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.thumb img{
	width: 100%;
	height: auto;
	display: block;
	float: left;
}
.bloco-timeline{
	display: table;
	height: auto;
	width: 100%;
	padding:15px 35px 0px 35px;
	margin:0px auto 95px auto; 
}
.carrossel-timeline{
	display: table;
	width: 100%;
	height: auto;
	margin:0px auto; 
}
.line{
	width: 100%;
	height: 9px;
	display: block;
	position: absolute;
	left: 0px;
	top: 116px;
	background-color: #454545;
}
.carr-timeline{
	width: 100%;
	height: 242px;
	display: block;
	overflow: hidden;
}
.slide-timeline{
	width: 190px;
	height:242px;
	display: block;
	float: left; 
}
.inner-slide{
	width: 100%;
	height: 117px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.ano-slide{
	position: absolute;
	left: 7px;
	bottom: 0px;
	margin:0px;
	line-height: 1;
	color: #616163;
	font-size: 36px;
}
.linha-empresa{
	height: 135px;
	width: 2px;
	display: block;
	position: absolute;
	top: -9px;
	right:90px;
	background-color: #454545; 
}
.img-timeline{
	width: 83px;
	height: auto;
	display: block;
	position: absolute;
	top: 0px ;
	right: 0px;
}
.img-timeline img{
	width: 100%;
	height: auto;
	display: block;
}
.slide-timeline:nth-child(even) .inner-slide{
	bottom: 0px;
	top: auto;
}
.slide-timeline:nth-child(even) .ano-slide{
	top: 2px;
	bottom: auto;
}
.slide-timeline:nth-child(even) .img-timeline{
	top: auto;
	bottom: 0px;
}
.slide-timeline:nth-child(even){

}
.seta-time{
	display: inline-block;
	width: 23px;
	height: 28px;
	border: none;
	box-shadow: none;
	vertical-align: middle;
	border-radius: 0px;
	background-color: transparent;
	padding:0px;
	position: absolute;
	top: 43%;
	margin-top: -14px;
}
.time-esq{
	left: 4px;
}
.time-dir{
	right: 4px;
}
.seta-time:before{
	content: '';
	width: 19px;
	height: 1px;
	display: block;
	position: absolute;
	top:13px;
	background-color: #616163;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.seta-time:after{
	content: '';
	width: 19px;
	height: 1px;
	display: block;
	position: absolute;
	bottom:13px;
	background-color: #616163;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.time-esq:before, .time-esq:after{
	left: 0px;
}
.time-esq:before{
	-webkit-transform: rotate(49deg);
	transform: rotate(49deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.time-esq:after{
	-webkit-transform: rotate(-49deg);
	transform: rotate(-49deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.time-dir:before, .time-dir:after{
	right: 0px;
}
.time-dir:before{
	-webkit-transform: rotate(49deg);
	transform: rotate(49deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.time-dir:after{
	-webkit-transform: rotate(-49deg);
	transform: rotate(-49deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}



.seta-emp{
	display: inline-block;
	width: 23px;
	height: 28px;
	border: none;
	box-shadow: none;
	vertical-align: middle;
	border-radius: 0px;
	background-color: transparent;
	padding:0px;
	position: absolute;
	top: 122px;
}
.emp-esq{
	left: 4px;
}
.emp-dir{
	right: 4px;
}
.seta-emp:before{
	content: '';
	width: 19px;
	height: 1px;
	display: block;
	position: absolute;
	top:13px;
	background-color: #616163;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.seta-emp:after{
	content: '';
	width: 19px;
	height: 1px;
	display: block;
	position: absolute;
	bottom:13px;
	background-color: #616163;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.emp-esq:before, .emp-esq:after{
	left: 0px;
}
.emp-esq:before{
	-webkit-transform: rotate(49deg);
	transform: rotate(49deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.emp-esq:after{
	-webkit-transform: rotate(-49deg);
	transform: rotate(-49deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.emp-dir:before, .emp-dir:after{
	right: 0px;
}
.emp-dir:before{
	-webkit-transform: rotate(49deg);
	transform: rotate(49deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.emp-dir:after{
	-webkit-transform: rotate(-49deg);
	transform: rotate(-49deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}







@media only screen and (max-width: 320px){
.tit-pagina {
  font-size: 20px;
}
.tit-pagina span {
  font-size: 16px;
}
.div-txt-pagina {
  text-align: justify;
  margin: 0px auto 45px auto;
}
.cont-empresa {
  max-width: 376px;
}
.coluna-1 {
  max-width: 376px;
  margin-bottom: 35px;
}
.texto-empresa {
  text-align: justify;
}
.coluna-2 {
  max-width: 376px;
}
.slide-timeline {
  width: 170px;
  height: 242px;
}
.ano-slide {
  font-size: 26px;
}
.seta-emp{
	display: none;
}
}
@media only screen and (min-width: 321px) and (max-width: 480px){
.tit-pagina {
  font-size: 20px;
}
.tit-pagina span {
  font-size: 16px;
}
.div-txt-pagina {
  text-align: justify;
  margin: 0px auto 45px auto;
}
.cont-empresa {
  max-width: 376px;
}
.coluna-1 {
  max-width: 376px;
  margin-bottom: 35px;
}
.texto-empresa {
  text-align: justify;
}
.coluna-2 {
  max-width: 376px;
}
.slide-timeline {
  width: 170px;
  height: 242px;
}
.ano-slide {
  font-size: 26px;
}
.seta-emp{
	display: none;
}
}
@media only screen and (min-width: 481px) and (max-width: 600px){
.tit-pagina {
  font-size: 20px;
}
.tit-pagina span {
  font-size: 16px;
}
.div-txt-pagina {
	max-width: 550px;
  text-align: justify;
  margin: 0px auto 45px auto;
}
.cont-empresa {
  max-width: 550px;
}
.coluna-1 {
  max-width: 550px;
  margin-bottom: 35px;
}
.texto-empresa {
  text-align: justify;
}
.coluna-2 {
  max-width: 550px;
}
.carrossel-empresa{
	width: 376px;
}
.slide-timeline {
  width: 170px;
  height: 242px;
}
.ano-slide {
  font-size: 26px;
}

}
@media only screen and (min-width: 601px) and (max-width: 767px){
.cont-empresa {
  max-width: 550px;
}
.coluna-1 {
  max-width: 550px;
  margin-bottom: 35px;
}
.texto-empresa {
  text-align: justify;
}
.coluna-2 {
  max-width: 550px;
}
.carrossel-empresa{
	width: 376px;
}
.slide-timeline {
  width: 170px;
  height: 242px;
}
.ano-slide {
  font-size: 26px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
.bloco-interno{
	padding-top: 85px;
}
.cont-empresa {
  max-width: 745px;
}
.coluna-1 {
  max-width: 300px;
}
.coluna-2 {
  max-width: 380px;
}
.slide-timeline {
  width: 170px;
  height: 242px;
}
.ano-slide {
  font-size: 26px;
}
.slide-timeline {
  width: 170px;
  height: 242px;
}
.ano-slide {
  font-size: 26px;
}
.carr-empresa {
  max-width: 326px;
}
}
@media only screen and (min-width: 1025px){
.slide-timeline {
  width: 170px;
  height: 242px;
}
.ano-slide {
  font-size: 26px;
}
.bloco-interno{
	padding-top: 85px;
}
.seta-time:hover:before {
  -webkit-transform: rotate(59deg);
  transform: rotate(59deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.seta-time:hover:after {
  -webkit-transform: rotate(-59deg);
  transform: rotate(-59deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.seta-emp:hover:before {
  -webkit-transform: rotate(59deg);
  transform: rotate(59deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.seta-emp:hover:after {
  -webkit-transform: rotate(-59deg);
  transform: rotate(-59deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.slide-empresa:hover img {
  opacity: 0.6;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.thumb:hover img {
  opacity: 0.6;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.slide-timeline:hover .ano-slide{
	opacity: 0.6;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.slide-timeline:hover .img-timeline img{
	opacity: 0.6;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
}