@font-face {
	font-family: 'Lato';
	src: url('fonts/lato.eot');
	src: url('fonts/lato.ttf');
}
#interatividade .main{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
#interatividade .main .content{
  position: absolute;
  left: 0px;
	right: 0px;
	top: 50%;
	height: 500px;
	margin-top: -250px;
	overflow: hidden;
}

#pageGaleria .credito.grande {
  top: 55px;
  right: 100px;
  width: 276px;
  height: 95px;
  transform-origin: top right;
}

#pageInicial{
	background: #1A1A1A;
}
#pageInicial article{
	margin-top: 44px;
	height: 228px;
	overflow: hidden;
	position: relative;
}
#pageInicial footer{
	padding: 25px 20px;
	height: 180px;
}
#pageInicial footer p{
	font-family: 'Lato';
	font-size: 15px;
	color: #FFE4BD;
	max-width: 650px;
	margin: 0 auto;
}
#pageInicial footer p b{
	font-family: 'Lato';
	font-weight: normal;
	color: #DBAD4F;
}

#pageInicial article .steps{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform-origin: center center;
	background: #1A1A1A;
}
#pageInicial article .steps img{
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	transform-origin: 0 0;
}
#pageInicial article .steps label{
	position: absolute;
	left: 10px;
	bottom: 0px;
	font-family: 'font2B';
	font-size: 26px;
	color: #FFF;
}
#pageInicial article .btn-play{
	position: absolute;
	height: 59px;
	width: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-indent: -5000px;
	background: url(img/btn-play.png) no-repeat center center / contain;
}
.btn-calendario{
	position: absolute;
	height: 48px;
	width: 48px;
	top: 0;
	right: 0;
	text-indent: -5000px;
	background: url(img/btn-calendario.png) no-repeat center center / contain;
}
.btn-calendario.destaque{
	background: url(img/btn-calendario-destaque.png) no-repeat center center / contain;
  -webkit-animation: destaque 1s infinite;
  -mox-animation: destaque 1s infinite;
  animation: destaque 1s infinite;
}
@-webkit-keyframes destaque {
  0% { background: url(img/btn-calendario-destaque.png) no-repeat center center / contain; }
  50% { background: url(img/btn-calendario.png) no-repeat center center / contain; }
  100% { background: url(img/btn-calendario-destaque.png) no-repeat center center / contain;; }
}
@-moz-keyframes destaque {
  0% { background: url(img/btn-calendario-destaque.png) no-repeat center center / contain; }
  50% { background: url(img/btn-calendario.png) no-repeat center center / contain; }
  100% { background: url(img/btn-calendario-destaque.png) no-repeat center center / contain;; }
}
@keyframes destaque {
  0% { background: url(img/btn-calendario-destaque.png) no-repeat center center / contain; }
  50% { background: url(img/btn-calendario.png) no-repeat center center / contain; }
  100% { background: url(img/btn-calendario-destaque.png) no-repeat center center / contain;; }
}

.box-datas{
	position: absolute;
	height: 100%;
	width: 95px;
	background: #333333;
	top: 0;
	right: 0;
	-webkit-transition: right .2s linear;
	-moz-transition: right .2s linear;
	transition: right .2s linear;
}
.box-datas.closed{
	right: -95px;
}
.box-datas.opened{
	right: 0;
}
.box-datas ul{
	list-style-image: url('img/list-item.png');
	margin: 60px 0 0 50px;
}
.box-datas ul li{
	position: relative;
	margin-bottom: 14px;
}
.box-datas ul li hr{
	position: absolute;
	top: 12px;
	left: -13px;
	width: 2.5px;
	height: 30px;
	background: #FFE4BD;
	border: none;
}
.box-datas ul li:last-of-type hr{
	display: none;
}
.box-datas ul li button{
	background: none;
	font-family: 'font2';
	font-size: 15px;
	color: #FFE4BD;
}


#pageGaleria{
	background: #1A1A1A;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
#pageGaleria .btMaisMenos{
	position:absolute;
	bottom:0px;
	right:0px;
	background:#2a2a2a;
	display:block;
	width:142px;
	height:42px;
	cursor: pointer;
  border: none;
  text-indent: 12px;
	color: #fff;
	font-family: 'font2B';
	font-size:16px;
}
#pageGaleria .btMaisMenos::after{
	content: '';
	position:absolute;
	top: 6px;
    left: 8px;
	width:26px;
	height:26px;
	background: url(../../system/css/img/sprite.png) no-repeat;
}
#pageGaleria .btMaisMenos[data-status=mais]::after{
	background-position:-585px -72px;
}
#pageGaleria .btMaisMenos[data-status=fechar]::after{
	background-position:-585px -42px;
}
#pageGaleria .texto{
	position:absolute;
	top:0px;
	right:-295px;
	width:245px;
	height:460px;
	background:#ffffff;
	padding:20px 25px;
	color:#000;
	-webkit-transition: right .5s ease-in-out;
	-moz-transition: right .5s ease-in-out;
	transition: right .5s ease-in-out;
}
#pageGaleria .texto.anima{
	right:0px;
}

#pageGaleria .texto::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height:42px;
	background:#2a2a2a;
}

#pageGaleria .texto .viewport {
	height:calc(100% - 82px);
	width:calc(100% - 60px);
	overflow: hidden;
	position: absolute;
	left:25px;
	top:40px;
}
#pageGaleria .texto .overview {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#pageGaleria .texto .scrollbar{
	position:  absolute;
	width: 10px;
	top:20px;
	right:0px;
}
#pageGaleria .texto .track {
	width:10px;
	height:100%;
	position: relative;
	padding: 0;
	background:#4d4d4d;
}
#pageGaleria .texto .thumb {
	width: 10px;
	height:20px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background:#b3b3b3;
}
#pageGaleria .texto p{
	font-size:17px;
	padding:8px 0;
	font-family: 'font2';
}
#pageGaleria .texto p span {
  display: inline-block;
}
#pageGaleria .texto p.menor{
	font-size:15px;
}

#pageGaleria img{
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	transform: translate(-50%,-50%);
}
#pageGaleria .ampliacao img{
	top:50%;
	left:0;
	width:auto;
	height: 100%;
	transform: translate(0,-50%);
}
#pageGaleria .legenda {
  max-width: 350px;
}
#pageGaleria .legenda span{
  display: inline-block;
}