body{
	    background: #e6e7e9;
}

.barratopo-black {
    background: rgba(0, 0, 0, 0.90);
    position: fixed;
    width: 100%;
    z-index: 9;
    z-index: 99999999;
}

.barratopo-black .logotipoImpo{
	    position: relative;
    margin: 0 auto;
    max-width: 160px;
    padding: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    text-align: left;
}

.btn-white, .btn-white:hover{
	     color: white;
    text-transform: uppercase;
    line-height: 60px;
    float: right;
    font-family: 'SohoGothicProMedium';
}

#canvas {
  position: fixed;
    width: calc(100% - 230px);
    height: calc(100% - 88px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 88px;
    left: 80px;
   /* z-index: 9999999; */
}

#canvas img{
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
}


.exit{
    position: fixed;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
        z-index: 999999999999;
}

.menuWorld{
    max-width: 250px;
    position: fixed;
    right: 30px;
    text-align: center;
    top: 50%;
        z-index: 999999999999;
    transform: translateY(-50%);
}

[id^=cont] {
    cursor: pointer;
}

.menuWorld .mais-factos{
	font-family: 'SohoGothicProMedium';
	border-radius: 100%;
    width: 70px;
    height: 70px;
    background: white;
    text-align: center;
    padding: 16px 10px;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: pointer;
}

.menuWorld h4{
	    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #3a3a3a;
    cursor: pointer;
}


.menuWorld i, .exit{
	    margin: 5px 0px 15px;
    border: 5px solid #f79028;
    padding: 5px 5px 5px;
    border-radius: 100px;
    line-height: 14px;
    cursor: pointer;
}


.conteudo{
    text-align: center;
    position: fixed;
    /*top: calc(50% + 80px);*/
    top: calc(50%);
    left: 50%;
    z-index: 999999;
    width: calc(100% - 250px);
    transform: translate(-50%, -50%);
}

.conteudo .fechado h1{
	font-family: 'SohoGothicProRegular';
    font-size: 27px;
    color: #000;
    position: fixed;
    top: 70vh;
    width: 100%;
        text-transform: uppercase;
}

.conteudo .fechado .mapaGrande{
	min-height: 200px;
    margin-bottom: 20px;
   /* background: #333;*/
	}
.conteudo .fechado .mapaGrande img{
	/*max-height: 500px;*/
	    max-height: 60vh;
}

.conteudo, .conteudo .aberto{
	display: none;
}


.cont1{
	display: block;
}

.aberto ul li{
     margin-left: 0;
    padding-left: 0;
}

.aberto ul li i{
	display: none;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	color: #F79B36;
}

.gif{
	    margin-top: -30px;
}

.gif img{
	    max-width: 100%;
	    width: 420px;
}

.aberto ul li{
    cursor: pointer;
    text-align: left;
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    font-family: 'SohoGothicProMedium';
    font-size: 15px;
    line-height: 19px;
    padding: 10px;
    border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	position: relative;
	padding-right: 20px;
    text-transform: uppercase;

}

.aberto .ativo{
	border-top: 1px solid #F79B36;
	border-bottom: 1px solid #F79B36;
}

.aberto .ativo i{
	display: block;
}

.gif{
	display: none;
}

.item-1-1{
	display: block;
}

.onmobile{
	display: none;
}

@media only screen and (max-width: 768px){

.menuWorld {
	top: initial;
    top: 62%;
    /* transform: translateY(-10%); */
}

.conteudo {
    /* top: calc(50% + 20px); */
        top: 0;
    position: relative;
    padding-top: 25vh;
    transform: translate(-50%, 0%);
}


.conteudo .fechado{
height: 65vh;
	}

.conteudo .fechado .mapaGrande img {
    /* max-height: 500px; */
    max-height: 45vh;
}

.conteudo .fechado h1 {
       font-size: 15px;
    line-height: 19px;
    bottom: 5vh;
    top: inherit;
}




#canvas img {
	    position: absolute;
	    max-width: 34px;
	    display: none;
	}

.gif {
    margin-top: -30px;
}

.gif img {
    max-width: 100%;
    width: 420px;
    margin-top: 70%;
    transform: translateY(-50%);
}

.aberto ul li {
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
}

.aberto ul  {
	-webkit-padding-start: 0px;
}

.menuWorld h4{
        margin: 0;
}


.menuWorld i, .exit{
	   margin: 5px 0px 5px;
}

.menuWorld .mais-factos {
    margin-bottom: 5px;
}

}

@media only screen and (max-width: 414px){

.onmobile{
	display: inline-block;
}

.ondesktop{
	display: none;
}

.col-xs-12-phone{
	width: 100%
}


	.btn-white, .btn-white:hover {
	    line-height: 25px;
	    float: right;
	    text-align: right;
	    padding-top: 27px;
	}


	.menuWorld {
	    max-width: 100%;
	    position: fixed;
	    right: 0;
	    text-align: center;
	    top: calc(30vh - 85px);
	    transform: translateY(0%);
	    width: 100%;
	}

	.menuWorld .titulos{
		width: 33.333333%;
	    float: left;
	    /* background: #f79028; */
	    /* min-height: 35px; */
		}

	.menuWorld .mais-factos{
		    /* border-radius: 0%; */
    /* width: 33.333333%; */
    float: left;
    height: auto;
    background: white;
    /* text-align: center; */
    /* padding: 8px 10px; */
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
    min-height: 35px;
    margin-left: calc(16.33% - 35px);
    margin-right: calc(16.33% - 35px);
	}

	.menuWorld i {
	       /* margin: 0px; */
    /* border: 0px solid #f79028; */
    /* padding: 0px; */
    /* border-radius: 100px; */
    /* line-height: 30px; */
    /* float: right; */
    /* color: #ffffff; */
    /* padding-right: 10px; */
	}
	.menuWorld h4 {
	    /*text-transform: uppercase;
	    font-size: 11px;
	    font-weight: 700;
	        color: #ffffff;
	    float: left;
	    padding-left: 20px;*/
	}

	.menuWorld .fa-chevron-up, .menuWorld .fa-chevron-down{
		    transform: rotate(-90deg);
	}

	.conteudo {
	    
	        left: 10%;
    z-index: 999999;
    width: 80%;
    transform: translate(0, 0%);
    text-align: center;
	}

	#canvas {
	    width: calc(100% - 80px);
	    height: calc(100% - 88px);
	    top: 126px;
	    left: 0px;
	    right: 80px;
	     z-index: 10; 
	}

.conteudo .fechado h1 {
    font-size: 13px;
    line-height: 20px;
    position: fixed;
        top: inherit;
}

	.exit {
	    left: auto;
	    right: 10px;
	}

	.aberto ul{
		    margin-left: -5%;
    padding-left: 0px;
    width: 110%;
    margin-top: 7vh;
	}

	.barratopo-black .logotipoImpo {
	    max-width: 200px;
	    padding: 20px;
	    padding-top: 20px;
	    padding-bottom: 30px;
	}

	.conteudo .fechado .mapaGrande {
        position: absolute;
    top: 60%;
    transform: translate(-10%, -50%);
    left: 20%;
}
.gif {
    margin-top: 0px;
    padding-top: 0px;
}

.aberto ul li {
        font-size: 12px;
    line-height: 13px;
    padding: 6px;
    padding-right: 20px;

}

.gif img {
    max-width: 100%;
    width: 420px;
    margin-top: 30%;
    transform: translateY(-50%);
}

	
}

@media screen and (min-height: 432px)  and (max-height: 650px) and (width: 962px) {
         
	.conteudo .fechado .mapaGrande img {
		    max-height: 50vh;
		}

		.conteudo .fechado h1 {
    font-size: 17px;
    line-height: 19px;
    top: 54vh;
}

.logotipoImpo {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#canvas img {
   display: none;
}

.gif img {
    margin-top: 20%;
}

    }

 @media screen and (min-height: 750px) and (max-height: 970px) {
.col-xs-12-phone{
	width: 100%;
}

.menuWorld {
    top: initial;
    top: 50%;
    /* transform: translateY(-10%); */
}

.gif {
    margin-top: -10px;
}

 }



