*{padding:0; margin:0;}

#fundo{
	width:560px;
	height:2460px;
	z-index:-1;
}
@media screen and (max-width: 480px) {
    #fundo {
      width: 480px;
      height:2109px;
    }
}
@media screen and (max-width: 360px) {
    #fundo {
      width: 360px;
      height:1581px;
    }
}
@media screen and (max-width: 320px) {
    #fundo {
      width: 320px;
      height:1406px;
    }
}

.fundooo{
	z-index:-1;
}
@media screen and (max-width: 480px) {
    .fundooo {
      width: 470px;
      height:2065px;
    }
}
@media screen and (max-width: 360px) {
    .fundooo {
      width: 350px;
      height:1538px;
    }
}
@media screen and (max-width: 320px) {
    .fundooo {
      width: 300px;
      height:1318px;
    }
}

#guindaste{
	position:absolute;
	top:270px;
	left:377px;
	z-index:10000;
}
@media screen and (max-width: 480px) {
    #guindaste {
      top:222px;
      left:311px;
    }
}
@media screen and (max-width: 360px) {
    #guindaste {
      top:166px;
      left:219px;
    }
}
@media screen and (max-width: 320px) {
    #guindaste {
      top:145px;
      left:181px;
    }
}

.clicar{
	background:url(../images/bola-bt.png) no-repeat;
	width:98px;
	height:107px;
	cursor:pointer;
	z-index:10000;
}


#guindaste_imagem{
	position:absolute;
	top:700px;
	left:227px;
	display:none;
	width:300px;
	height:300px;
	background:url(../images/empresas-gazelas.png) no-repeat;
}
@media screen and (max-width: 480px) {
    #guindaste_imagem {
      top:500px;
			left:-157px;
    }
}
@media screen and (max-width: 360px) {
    #guindaste_imagem {
      top:700px;
			left:227px;
    }
}
@media screen and (max-width: 320px) {
    #guindaste_imagem {
      top:600px;
			left:-27px;
    }
}

