html, body, header, footer, div, img, ul, li, a, h1, h3, h4, p{
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}
/* general rules */
body{
	background-color: #FFFFFF;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	cursor: pointer;
}

img{
	/* width: 100%;
	margin: 0 auto; */
	display: block;
}



/* container */
.container{
	max-width: 1160px;
	margin: 0 auto;
}



/* header */
header{
	width: 100%;
	height: 75px;
	position: fixed;
	top: 0;
	background-color: #3B535D;
	z-index: 999;
}
header h3{
	max-width: 200px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #FFFFFF;
	float: left;
	display: block;
	padding:  5px 10px;
}
header .header-right{
	display: block;
	float: right;
	padding-top: 8px;
	padding-right: 10px;
}
header .header-right .mobile-button{
	width: 60px;
	height: 60px;
	background-color: transparent;
	background-image: url(../images/menu-open.svg);
	display: block;
}
@media only screen and (min-width: 481px) and (max-width: 799px){
	header h3{
		max-width: 360px;
		padding: 10px 20px;
	}
}
@media only screen and (min-width: 800px){
	header{
		width: 100%;
		height: 60px;
		position: fixed;
		top: 0;
		background-color: #3B535D;
	}
	header h3{
		max-width: 600px;
		font-size: 14px;
		line-height: 60px;
		padding: 0 20px;
	}
	header .header-right{
		display: none;
	}
}



/* left */
.left{
	width: 100%;
	height: 342px;
	position: fixed;
	top: 75px;
	background-color: #E4E5E6;
	display: none;
	z-index: 99;
}
.left .menu ul li{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding: 20px;
}
.left .menu ul li.active{
	background-color: #00B096;
}
.left .menu ul li.active a{
	font-weight: 300;
	color: #FFFFFF;
}
.left .menu ul li.active a:hover{
	font-weight: 300;
}
.left .menu ul li a{
	font-size: 14px;
	color: #4A4A4A;
	display: block;
}
.left .menu ul li a:hover{
	font-weight: 400;
}
.left .menu ul li a label{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
@media only screen and (min-width: 800px){
	.left{
		width: 300px;
		height: 100%;
		top: 0;
		display: block;
	}
	.left .menu{
		margin-top: 60px;
	}
}



/* rigth */
.right{
	width: 100%;
	position: absolute;
	margin-top: 75px;
	z-index: 98;
}
.right .right-container{
	display: block;
}
.right .right-container img{
	max-width: 100%;
}
@media only screen and (min-width: 800px){
	.right{
		margin-top: 60px;
	}
	.right .right-container h4{
		font-size: 16px;
		padding: 20px;
	}
}

/* one-half */
.right .right-container .one-half{
	width: 100%;
	display: block;
}
.right .right-container .one-half img{
	padding: 10px 10px 5px 10px;
	margin: 0 auto;
}
@media only screen and (min-width: 800px){
	.right .right-container .one-half{
		width: 33.333%;
		float: left;
	}
	.right .right-container .one-half img{
		padding: 0 20px;
		margin: 0;
	}
}

/* right-container */
.right .right-container h1{
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #3B535D;
	padding: 50px 20px 0 20px;
}
.right .right-container h1 label{
	display: inline-block;
	vertical-align: bottom;
}
.right .right-container h2{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #3B535D;
	padding: 20px;
}
.right .right-container h4{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.5;
	color: #A8A8A8;
	display: block;
	padding: 20px 20px 50px 20px;
}
.right .right-container p{
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 20px;
}
.right .right-container p.legenda{
	font-weight: 300;
	font-style: italic;
	color: #A8A8A8;
}
.right .right-container p i{
	font-weight: 300;
	color: #A8A8A8;
}

/* breadcrumbs documentos */
.right .right-container ul{
	width: 100%;
	height: 150px;
}
.right .right-container ul.buttons{
	margin-top: 10px;
}
.right .right-container ul.buttons li{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding: 5px 0;
	margin: 0 20px;
}
.right .right-container ul.buttons li label{
	display: inline-block;
	vertical-align: middle;
}
.right .right-container ul.buttons li a{
	color: #3B535D;
	display: block;
}
@media only screen and (min-width: 800px){
	.right .right-container ul{
		width: 100%;
		height: 50px;
	}
	.right .right-container ul.buttons li{
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		font-weight: 400;
		text-align: center;
		float: left;
		display: block;
		padding: 20px 0;
		margin: 0 20px;
	}
}

/* footer */
.right footer{
	width: 100%;
}
.right footer .footer-container .logos-container img{
	width: auto;
	height: 45px;
	padding: 20px 0;
	margin: 0 auto;
}
.right footer .footer-container .logos-container img#QREN{
	width: 300px;
}
@media only screen and (min-width: 481px) and (max-width: 799px){
	.right footer .footer-container .logos-container img{
		float: left;
		padding: 20px;
		margin: 0;
	}
}
@media only screen and (min-width: 800px){
	.right footer .footer-container{
		margin-left: 300px;
		margin-top: 50px;
	}
	.right footer .footer-container .logos-container{
		height: 50px;
		padding-top: 50px;
	}
	.right footer .footer-container .logos-container img{
		float: left;
		padding: 0 0 0 20px;
	}
}

/* pontos altar */
.right ul .ponto{
	position: absolute;
	border-radius: 50%;
}
.right ul .ponto .open{
	width: 30px;
	height: 30px;
	position: relative;
	background-color: #00B096;
	background-image: url(../images/more.svg);
	display: block;
	border-radius: inherit;
	box-shadow: 0 0 5px rgba(0,0,0, 0.5), inset 0 1px 0 rgba(255,255,255, 0.3);
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s
	transition: background-color 0.2s;
}
.right ul .ponto a:hover{
	background-color: #3B535D;
}

.right ul .ponto:nth-of-type(1){
	top: 60px;
	left: 150px;
}
.right ul .ponto:nth-of-type(2){
	top: 120px;
	left: 90px;
}
.right ul .ponto:nth-of-type(3){
	top: 120px;
	left: 220px;
}
.right ul .ponto:nth-of-type(4){
	top: 240px;
	left: 80px;
}
.right ul .ponto:nth-of-type(5){
	top: 390px;
	left: 140px;
}
.right ul .ponto:nth-of-type(6){
	top: 350px;
	left: 220px;
}
.right ul .ponto:nth-of-type(7){
	top: 360px;
	left: 50px;
}
.right ul .ponto:nth-of-type(8){
	top: 355px;
	left: 170px;
}
.right ul .ponto:nth-of-type(9){
	top: 290px;
	left: 175px;
}
.right ul .ponto:nth-of-type(10){
	top: 410px;
	left: 230px;
}
@media only screen and (min-width: 481px) and (max-width: 799px){
	.right ul .ponto:nth-of-type(1){
		top: 120px;
		left: 250px;
	}
	.right ul .ponto:nth-of-type(2){
		top: 210px;
		left: 160px;
	}
	.right ul .ponto:nth-of-type(3){
		top: 210px;
		left: 360px;
	}
	.right ul .ponto:nth-of-type(4){
		top: 400px;
		left: 140px;
	}
	.right ul .ponto:nth-of-type(5){
		top: 680px;
		left: 240px;
	}
	.right ul .ponto:nth-of-type(6){
		top: 600px;
		left: 380px;
	}
	.right ul .ponto:nth-of-type(7){
		top: 600px;
		left: 90px;
	}
	.right ul .ponto:nth-of-type(8){
		top: 600px;
		left: 300px;
	}
	.right ul .ponto:nth-of-type(9){
		top: 480px;
		left: 300px;
	}
	.right ul .ponto:nth-of-type(10){
		top: 690px;
		left: 400px;
	}
}
@media only screen and (min-width: 800px){	
	.right ul .ponto:nth-of-type(1){
		top: 120px;
		left: 550px;
	}
	.right ul .ponto:nth-of-type(2){
		top: 220px;
		left: 450px;
	}
	.right ul .ponto:nth-of-type(3){
		top: 220px;
		left: 670px;
	}
	.right ul .ponto:nth-of-type(4){
		top: 410px;
		left: 440px;
	}
	.right ul .ponto:nth-of-type(5){
		top: 670px;
		left: 540px;
	}
	.right ul .ponto:nth-of-type(6){
		top: 580px;
		left: 675px;
	}
	.right ul .ponto:nth-of-type(7){
		top: 600px;
		left: 390px;
	}
	.right ul .ponto:nth-of-type(8){
		top: 600px;
		left: 600px;
	}
	.right ul .ponto:nth-of-type(9){
		top: 480px;
		left: 600px;
	}
	.right ul .ponto:nth-of-type(10){
		top: 690px;
		left: 700px;
	}
}


/* pontos 3d */
.right ul .ponto3d{
	position: absolute;
	border-radius: 50%;
}
.right ul .ponto3d .open{
	width: 30px;
	height: 30px;
	position: relative;
	background-color: #DB4437;
	background-image: url(../images/more.svg);
	display: block;
	border-radius: inherit;
	box-shadow: 0 0 5px rgba(0,0,0, 0.5), inset 0 1px 0 rgba(255,255,255, 0.3);
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s
	transition: background-color 0.2s;
}
.right ul .ponto3d:nth-of-type(1){
	top: 410px;
	left: 50px;
}
.right ul .ponto3d:nth-of-type(2){
	top: 380px;
	left: 80px;
}
.right ul .ponto3d:nth-of-type(3){
	top: 410px;
	left: 260px;
}
.right ul .ponto3d:nth-of-type(4){
	top: 340px;
	left: 140px;
}
.right ul .ponto3d:nth-of-type(5){
	top: 410px;
	left: 210px;
}
.right ul .ponto3d:nth-of-type(6){
	top: 250px;
	left: 140px;
}
@media only screen and (min-width: 481px) and (max-width: 799px){
	.right ul .ponto3d:nth-of-type(1){
		top: 690px;
		left: 90px;
	}
	.right ul .ponto3d:nth-of-type(2){
		top: 650px;
		left: 140px;
	}
	.right ul .ponto3d:nth-of-type(3){
		top: 700px;
		left: 430px;
	}
	.right ul .ponto3d:nth-of-type(4){
		top: 570px;
		left: 240px;
	}
	.right ul .ponto3d:nth-of-type(5){
		top: 700px;
		left: 370px;
	}
	.right ul .ponto3d:nth-of-type(6){
		top: 430px;
		left: 240px;
	}
}
@media only screen and (min-width: 800px){
	.right .right-container{
		margin-left: 300px;
	}
	.right ul .ponto3d:nth-of-type(1){
		top: 690px;
		left: 390px;
	}
	.right ul .ponto3d:nth-of-type(2){
		top: 650px;
		left: 440px;
	}
	.right ul .ponto3d:nth-of-type(3){
		top: 690px;
		left: 730px;
	}
	.right ul .ponto3d:nth-of-type(4){
		top: 570px;
		left: 540px;
	}
	.right ul .ponto3d:nth-of-type(5){
		top: 690px;
		left: 670px;
	}
	.right ul .ponto3d:nth-of-type(6){
		top: 430px;
		left: 540px;
	}
}



/* dialog */
.dialog{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	display: none;
}
.dialog-box{
	max-width: 500px;
	height: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background-color: rgba(255,255,255, .95);
	font-family: 'Roboto', sans-serif;
}
.dialog-box iframe{
	width: 100%;
}
.dialog-box img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.dialog-box label{
	font-size: 16px;
	color: #00B096;
	padding: 5px 0;
}
.dialog-box p{
	font-weight: 300;
	line-height: 1.5;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.dialog-box p blockquote{
	font-weight: 400;
	color: #A3A3A3;
}
.dialog-box .close{
	width: 60px;
	height: 60px;
	background-image: url(../images/close.svg);
	display: block;
	cursor: pointer;
	margin: 0 auto;
}
/* dialog2 */
.dialog1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
/* dialog3 */
.dialog2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
/* dialog4 */
.dialog3{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
/* dialog5 */
.dialog4{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
/* dialog6 */
.dialog5{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
/* dialog7 */
.dialog6{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
/* dialog8 */
.dialog7{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
/* dialog9 */
.dialog8{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
/* dialog10 */
.dialog9{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
@media only screen and (min-width: 481px) and (max-width: 799px){
	.dialog-box{
		max-width: 500px;
		height: auto;
		box-shadow: 0 0 20px rgba(0,0,0, .5);
		border-radius: 5px;
		border: 10px solid #FFFFFF;
		margin: 100px auto;
	}
} 
@media only screen and (min-width: 800px){
	.dialog-box{
		max-width: 500px;
		height: auto;
		box-shadow: 0 0 20px rgba(0,0,0, .5);
		border-radius: 5px;
		border: 10px solid #FFFFFF;
		display: block;
		margin: 100px auto 0 auto;
	}
}



/* bibliografia */
#bibliografia{
	margin: 30px 10px;
}
#bibliografia td{
	font-size: 14px;
	font-weight: 300;
	padding: 10px;
}
#bibliografia td.background{
	background-color: #F2F2F2;
}
#bibliografia td label{
	font-weight: 400;
	color: #00B096;
}
#bibliografia td a{
	font-weight: 300;
	color: #00B096;
}
@media only screen and (min-width: 800px){
	#bibliografia{
		margin: 30px 20px;
	}
	#bibliografia td{
		font-size: 14px;
		font-weight: 300;
		padding: 10px 20px;
	}
}

/* creditos */
#creditos{
	margin: 50px 20px;
}
#creditos td{
	font-size: 14px;
	padding: 10px 20px;
}
#creditos td.nome{
	color: #00B096;
}
#creditos td.nome i{
	font-size: 12px;
	font-weight: 400;
	color: #A8A8A8;
}
#creditos td.work{
	font-size: 14px;
	font-weight: 300;
	color: #3B535D;
}
#creditos td#background{
	background-color: #F2F2F2;
}
@media only screen and (min-width: 800px){
	#creditos td.work{
		font-size: 18px;
		font-weight: 300;
		color: #3B535D;
	}
}

/* visitas comentários */
.right .right-container .comentario{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	color: #A8A8A8;
	padding: 20px 50px 10px 50px;
}
.right .right-container .comentario span{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #00B096;
}

/* visitas formulário */
.right .right-container .visitas-form{
	font-size: 16px;
	font-weight: 300;
	margin: 50px;
}
.right .right-container .visitas-form h2{
	font-weight: 400;
	color: #00B096;
	padding: 10px 0;
}
.right .right-container .visitas-form #visitas input{
	width: 250px;
	height: 30px;
	letter-spacing: 1px;
	background-color: transparent;
	border: 1px solid #00B096;
	display: block;
	padding: 0 10px;
	margin: 10px 0;
}
.right .right-container .visitas-form #visitas #texto{
	height: 100px;
}
.right .right-container .visitas-form #visitas #submit{
	width: 150px;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	background-color: #00B096;
	border: none;
	cursor: pointer;
}
.right .right-container .visitas-form #visitas #submit:hover{
	background-color: #007A78;
}
@media only screen and (min-width: 481px){
	.right .right-container .visitas-form #visitas input{
		width: 400px;
		height: 30px;
		letter-spacing: 1px;
		background-color: transparent;
		border: 1px solid #00B096;
		display: block;
		padding: 0 10px;
		margin: 10px 0;
	}
}

/* timeline */
.right .right-container #timeline{
	display: none;
}
.right .right-container #timeline-mobile{
	max-width: 360px;
	padding-top: 50px;
	padding-left: 10px;
	padding-bottom: 50px;
}
@media only screen and (min-width: 800px){
	.right .right-container #timeline{
		max-width: 2200px;
		height: 650px;
		display: block;
	}
	.right .right-container #timeline-mobile{
		display: none;
	}
}