/* General styles */
html, body {padding:0; margin:0; width:100%; min-height:100%; background-color: #5d7031;}
body { font-family: "HelveticaNeue","Helvetica-Neue", "Helvetica", "Arial", sans-serif; min-width: 800px; min-height: 600px;}
.wrapper {width:100%; height:100%;}
.page {width:100%; max-width:800px; margin:0 auto; background-color:#fff; padding: 20px 0; outline: #262626 solid medium;
        outline-offset: -5px;}
h1,h3,h4,p {margin:0; padding:3px 0;}
h1, h2 { margin: 0; color: #5d7031;}
p.subtitulo{color: #5d7031; text-align: center;}

/* Image map styles */
.imageMap {width:100%; position:relative; margin-bottom:200px; margin: 0 auto;}
.imageMap img {display:block; width:100%;}
.imageMap .hotspots {width:100%; height:100%; position:absolute; left:0; top:0;}
.imageMap a {display:block; position:absolute; background-size: 100%;}



.carrinho{background-image: url("../images/carrinho-dir.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 125%;
    width: 10%;
    margin-left: 5%;
    margin-top: 24%;
    z-index: 3;
    }


.imageMap a.p1 {background-image:url(../images/catedral.png); background-position: center; z-index: 5; background-size: 100%; height: 38%; left: 12%; top: 42%; width: 17%;}
.imageMap a.p2 {background-image:url(../images/congresso.png); background-size: 100%; background-position: center; z-index: 5;left:61%; top:17%; width:20%; height:32%;}
.imageMap a.p3 {background-image:url(../images/planalto.png); background-size: 100%; background-position: center; z-index: 1!important; height: 28%; left: 72%; top: 0%; width: 22%;}
.imageMap a.p4 {background-image:url(../images/itamaraty.png); background-size: 100%; background-position: center; z-index: 5; height: 35%; left: 41%; top: 47%; width: 28%;}


.imageMap a:hover:disabled{
    
}

.imageMap a.p1.active {
    background-image:url(../images/catedral.gif)!important;
}

.imageMap a.p1[disabled]:hover{
    background-image:url(../images/catedral.png)!important;
}

.imageMap a.p1:hover {
    background-image:url(../images/catedral-hover.png)!important;
}

.imageMap a.p2.active {
    background-image:url(../images/congresso.gif)!important;
}

.imageMap a.p2:hover {
    background-image:url(../images/congresso-hover.png)!important;
}

.imageMap a.p2[disabled]:hover{
    background-image:url(../images/congresso.png)!important;
}

.imageMap a.p3.active {
    background-image:url(../images/planalto.gif)!important;
}

.imageMap a.p3:hover {
    background-image:url(../images/planalto-hover.png)!important;
}

.imageMap a.p3[disabled]:hover{
    background-image:url(../images/planalto.png)!important;
}

.imageMap a.p4.active {
    background-image:url(../images/itamaraty.gif)!important;
}

.imageMap a.p4:hover {
    background-image:url(../images/itamaraty-hover.png)!important;
}

.imageMap a.p4[disabled]:hover{
    background-image:url(../images/itamaraty.png)!important;
}

.inactive{
    pointer-events: none;
}

.imageMap a + p {position:absolute; left:0%; top:102%; width:100%; color:#000; display:none;}

/*.imageMap:hover .hotspots {visibility:visible;} */
.imageMap p strong {display:block; padding:0; margin:0 0 2% 0; color:#000;}
.imageMap p {padding:0; margin:0; font: normal 18px/22px 'Arial',serif; color:#444;}

.imageMap b {display:block; position:absolute; background:url(trans.gif); z-index:200; opacity:0.2; filter: alpha(opacity=20); padding:1px;
-webkit-transition:0.75s;
-moz-transition:0.75s;
-o-transition:0.75s;
transition:0.75s;
}
.imageMap b.b1 {left:11%; top:5%; width:25%; height:34%;}
.imageMap b.b2 {left:76%; top:13%; width:21%; height:30%;}
.imageMap b.b3 {left:5%; top:44%; width:22%; height:42%;}
.imageMap b.b4 {left:28%; top:41%; width:26.5%; height:43%;}
.imageMap b.b5 {left:55%; top:64%; width:15%; height:26%;}


.imageMap .hotspots div:hover b {width:0; padding:0;}
/*.imageMap .hotspots div:hover p {display:block;}
.imageMap .hotspots div:hover a {background:#fff; z-index:100; opacity:0.3; filter: alpha(opacity=30); border:1px solid #000;} */



			

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed;
        min-height: 300px;
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 2%; 
		left: 50%;
		margin-left: -38%;
		width: 65%;
        min-height: 300px;
		outline: #3f3f3e solid thin;
        outline-offset: -10px;
        background: #fff url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		/*-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px; */
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
        font-size: 12px;
        font-family: "HelveticaNeue","Helvetica-Neue", "Helvetica", "Arial", sans-serif;
		right: 11px;
		color: #aaa;
		font-weight: bold;
		cursor: pointer;
		}

    .reveal-modal img{ display:block; width:50%; margin: 0 0 0 3% ; float: right;}
    .reveal-modal p strong{ color: #5d7031;}
    .reveal-modal p {font-family: "HelveticaNeue","Helvetica-Neue", "Helvetica", "Arial", sans-serif; font-size: 15px; line-height: 1.3; color:#6f6f6d; float: left; text-align:justify;}

    .reveal-modal p span {background-color: #f7f6f4;
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    margin: 4% 0;
    padding: 0 0 0 3%;
    text-align: right;}

    a.anterior{
        color: #b17534;
        text-decoration: none;
        bottom: 20px;
        left: 40px;
   
    }

    a.proximo{
        color: #b17534;
        bottom: 20px;
        right: 40px;
    }

    a.proximo:hover,a.anterior:hover{
        opacity: 0.7!important;
        filter: alpha(opacity=70)!important;
    }
  
	
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	


    .close-reveal-modal {
       font-size: 30px;
        font-family: "HelveticaNeue","Helvetica-Neue", "Helvetica", "Arial", sans-serif;
		position: absolute;
		top: 9px;
		right: 17px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
        }


/* Responsive Youtube iframe */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-top: 3%;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Fecha Responsive Youtube iframe */

/* Timeline */
#timeline{
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
}

#timeline ul{
    width: 660px;
    margin: 0 auto;
    background-image:url('../images/timeline-bg.png');
    background-repeat:no-repeat;
    background-position: top center;
    padding:0;
}

#timeline ul li{
    z-index: 10;
    width:150px;
    height: 100px;
    margin:0 7px;
    padding: 5px 0;
    list-style: none;
    display:  inline-block;
    text-align: center;
    background-image:url('../images/bolinha_branca.png');
    cursor: pointer;
    
    -webkit-backface-visibility: hidden;
	
	-webkit-transition: 
		opacity 0.4s linear, 
		-webkit-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-moz-transition: 
		opacity 0.4s linear, 
		-moz-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-o-transition: 
		opacity 0.4s linear, 
		-o-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-ms-transition: 
		opacity 0.4s linear, 
		-ms-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	transition: 
		opacity 0.4s linear, 
		transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
}

#timeline ul li a{
    width:150px;
    height: 150px;
    margin: 60px 0;
    padding:0;
    /*background-image:url('../images/bolinha_branca.png'); */
    background-repeat:no-repeat;
    background-position: top center;
    text-decoration: none;
    font-family: "HelveticaNeue","Helvetica-Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    line-height: 1.2;
    color: #b17534;
}



#timeline ul li a span{
    font-size: 15px;
    line-height: 1 !important;
    padding-top: 10px;
    color: #414140;
}

#timeline ul li#timelineItamaraty{
    margin: 0;
}


/* Fecha Foto Slider */




/* Hover Style for all the items: blur, scale down*/
#timeline ul li.blur{
	//box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.7;
    pointer-events: none;
}
#timeline ul li.blur a{
	//text-shadow: 0px 0px 10px rgba(122, 155, 48, 0.9);
    text-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
	color: rgba(0, 0, 0, 0);
	opacity: 0.5;
    pointer-events: none;
}
#timeline ul li.blur header span{
	text-shadow: 0px 0px 10px rgba(255, 210, 82, 0.9);
	color: rgba(255, 210, 82, 0);
	opacity: 0.5;
}
#timeline ul li.blur  p{
	text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
	color: rgba(51, 51, 51, 0);
	opacity: 0.5;
}

/* Hover Style for single item: scale up */
#timeline ul li.active{
	/*-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 11px 15px 10px rgba(0,0,0,0.4);*/
	z-index: 15;	
	opacity: 1;
    background-image:url('../images/bolinha_preta.png');
    pointer-events: none;
}


#timeline ul li.active a span{
    color: #414140 !important;
}


/* Hover Style for single item: scale up */
#timeline ul li.acesa{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	/*box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 11px 15px 10px rgba(0,0,0,0.4);*/
	z-index: 15;	
	opacity: 1;
    background-image:url('../images/bolinha_acesa.png');
    font-weight: bold;
    pointer-events: auto;
}


#timeline ul li.active h3 a,
#timeline ul li.active header span,
#timeline ul li.active p{
	opacity; 1;
}


.drive-viewer-embed .drive-viewer-v2-toolstrip,
drive-viewer-v2-toolstrip-rgt-panel,
drive-viewer-v2-popout-button drive-viewer-dark-button goog-inline-block drive-viewer-button{
    display: none!important;
}



.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/carregando.gif') 50% 50% no-repeat rgb(93,112,49);
}


