body {
  background-image: url('imagens/fundo.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #ff9432;
}

.logo img{
  text-align: right;
  position: fixed;
  width: 377px;
  top: -40px;
  right: 0px;
}

.capas img{
  position: absolute;
  left: 12px;
  width: 20px;
  top: 53px;
  border: 0px solid black;
  padding: 2;
  transition: 0.5s;
  z-index: 0;
  visibility: hidden;
  
  }
  
  .capas3 img{
  position: absolute;
  left: 100px;
  width: 250px;
  top: 400px;
  border: 0px solid black;
  padding: 2;
  transition: 0.5s;
    z-index: 2;
   }
   
DESATIVADOcapas img:hover {
	background: white;
	transform: scale(1.2);
	transition: 0.5s;
	z-index: 1;
}

.capas2 img{
	
  position: fixed;
  left: -10px;
  top: -40px;
  width: 750px;
  //
  border: 0px solid black;
  padding: 2;
  transition: 0.5s;
  
  
  }
DESATIVADOcapas2 img:hover {
	background: ;
	transform: scale(1.2);
	transition: 0.5s;
}

.gdrive img{
  position: absolute;
  left: 375px;
  top: 450px;
  width: 300px;
  //
  border: 0px solid black;
  padding: 2;
  transition: 0.5s;
  
  
  }
.gdrive img:hover {
	background: ;
	transform: scale(1.2);
	transition: 0.5s;
}

.mediafire img{
  position: absolute;
  left: 375px;
  top: 600px;
  width: 300px;
  max-width:100px
  border: 0px solid black;
  padding: 2;
  transition: 0.5s;
  
  
  }
.mediafire img:hover {
	background: ;
	transform: scale(1.2);
	transition: 0.5s;
}

h2{
  position: absolute;
  left: 300px;
  top: 200px;
}

body::-webkit-scrollbar {
  width: 10px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(MidnightBlue, purple);
  outline: 1px solid;
}



.texto img{
  position: absolute;
  left: 400px;
  top: 400px;
  width: 250px;
  //
  border: 0px solid black;
  padding: 2;
  transition: 0.5s;

  
  
  
  }
.texto img:hover {
	background: ;
	transform: scale(1.2);
	transition: 0.5s;
  animation-name: animacao;
  animation-duration: 4s;
}




