body {
    background-image: url("../img/bg-fortaleza.png");
    background-size: contain;
    background-size: contain;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100%;
    top: 0px !important;
    overflow-x: hidden;
  }
  
  .body1{
    overflow: hidden;
    background-image: url("../img/bg-fortaleza.png");
    background-size: contain;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100%;
    top: 0px !important;
  }
  
  #constellationel {
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
}

.bot{
    position: relative; 
    z-index: 9999;
}

.link{
    position: relative; 
    z-index: 2;
     -webkit-transition: width 1s, height 1s; /* For Safari 3.1 to 6.0 */
    transition: width 0.2s, height 0.2s;
}






  
#traducao{
    margin-top: 6px;
    padding: 10px;
    background-color:  #333;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px;
    position: absolute;
    right:-8px ;
    z-index: 9999; /* número máximo é 9999 */
}

#menu{
    position: absolute;
    width: 100%!important;
    z-index: 9999; /* número máximo é 9999 */
}


#patrocinadores {
    text-align: center!important;
    
}
canvas{
    width: 100%!important;
}





.sobre{
    position: absolute;
    width: 100%!important;
    z-index: 9999; /* número máximo é 9999 */
}



.texto{
  
    text-align: center;
    font-size: 30px;
}

#goog-gt-tt{
   display: none !important;
   z-index: 9999;
}

.skiptranslate{
   display: none !important;
   z-index: 9999;   
}





@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

.fadeIn {
-webkit-animation: fadeIn 1s ease-in-out;
-moz-animation: fadeIn 1s ease-in-out;
-o-animation: fadeIn 1s ease-in-out;
animation: fadeIn 1s ease-in-out;
}

div#loader{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
        background-color: #38B0DE;
        z-index: 90000;
	background-image: url('../img/Logo.png');
	background-position: center 160px;
	background-repeat: no-repeat;
	background-size: 200px 200px;
}



