*{
	padding: 0;
	margin: 0;
}

header {
	
	background-image: url("https://img.freepik.com/vetores-gratis/fundo-de-banner-de-tecnologia-com-formas-hexagonais-e-espaco-de-texto_1017-22589.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 1110 auto;
	
}
header img {
	width: 12%;
	padding: 5px;
	position: relative; left: 120px;
	box-shadow: 10px 10px 10px #000000;
}

body{
		
		height: 100%;		
}

.bg{
	background-image: url("https://img.freepik.com/free-vector/blue-data-technology-background-vector-with-binary-code_53876-110871.jpg");
	background-repeat: no-repeat;
	height: 100%;
	background-size: cover;
	
}

.box {
	position: relative;
	width: 900px;
	margin: 40 auto;
	
}




nav {
	position: absolute;
	top: 80px;
	right: 0;
}

nav li {
	display: inline;
	margin-right: 50px;
}

nav a {
	text-shadow: rgb(236, 236, 236) 0.1em 0.1em 0.2em;
	font-size: 30px;

  color: white;
  text-align: center;
  text-decoration: none;
  position: relative; bottom: 25px; left: 100px;

}

nav a:hover {

	color: #6495ED;
}

nav a:active {
	color: green;
}
.Titulo {
	text-shadow: rgb(236, 236, 236) 0.1em 0.1em 0.2em;
	text-align: center;
	font-size: 2em;
	margin: 0 0 1em;
	color: #f7f3f3
}
.Descricao {
	padding: 3em 0;
	width: 940px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	color: white;
	border-radius: 25px;
	border: 2px solid #e5e7e3;
	background-image: url("https://miro.medium.com/v2/resize:fit:1358/1*E0c4KMTdjgr--LSUNl--zg.gif");
}
.Descricao p {
	margin: 0 0 1em;
}
.Listagem {
	padding: 3em 0;

}
.conteudo-listagem {
	width: 940px;
	margin-left: 360px;
}
.atributo {
	font-size: 20px;
	font-weight: bold;
	color:white;
}
.listagem {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px
}



footer img {
	width: 7%;

}

footer {
	text-align: center;
	background-color: #030311;
}



.rd {
	background-color: #030311;
	padding: 20px;
}

.rdimg:hover{

	animation:
	rotacao2 300ms infinite linear;

}


@keyframes rotacao{
    from{
        transform: rotate3d(0, 1, 0, 0deg);
    }
    to{
        transform: rotate3d(0, 1, 0, 360deg);
    }

}

@keyframes rotacao2{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }

}

@keyframes mover{
	0%{
		transform: rotate(0deg);
	}

	25%{
		transform: rotate(20deg);
	}
	
	50%{
        transform: rotate(45deg);
    }

	75%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(-45deg);
	}
}
@keyframes rodacubo {
    100%{
		transform:rotateY(360deg);
	}
}
.fileira{
	font-size: 50px;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
	
	
  }

  .fileira i:hover{
	animation:
	 rotacao2 300ms linear !important;
  }

  .fileira svg:hover{
	animation:
	 rotacao2 300ms linear !important;
  }

  .atributo i:hover{
	animation:
	mover 200ms linear infinite;
  }

 .fa-solid{
	color: white;
 }
  .fa-brands{
	font-size: 30px;
	margin-left: 10px;
	color: white;
  }

  .Titulo i{
	text-shadow: none;
	animation: mover 200ms linear infinite;
  }

  .formulario #feedback{
	width: 100%;
	height: 150px;
	padding: 5px 5px;
	box-sizing: border-box;
	border: 10px solid #515155;
	border-radius: 4px;
	background-color: #a7a1a1;
	resize: none;
	background-image: url("https://i.stack.imgur.com/AZY1M.gif");
	position: relative; top: 50px;
	color:rgb(13, 218, 13);
	}

	.wrapper{
		height: 300px;
		width: 300px;
		position: relative;
		margin: auto;
		border: 1px solid black;
		left: 0;
		right: 0;
		top: 70px;
	}

	.container{
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		perspective: 800 px;
		perspective-origin: 50%;
	}

	.cubo-imagem{
		width: 300px;
		height: 300px;
		transform-style: preserve-3d;
		position: relative;
		transform: rotateY(0deg);
		animation: rodacubo 3s linear infinite;
	}

	.cubo-imagem div{
		background-color:#ccccd3;
		height: 300px;
		width: 300px;
		position: absolute;
		
	}

	.frente{
		transform: translateZ(150px);
	}

	.frente img .direita img .atras img .esquerda img{
		width: 100%;
	}

	.direita{
		transform: rotateY(-270deg) translateX(150px);
		transform-origin: 100% 0;
	}

	.atras{
		transform: translateZ(-150px) rotateY(180deg);
	}

	.esquerda{

		transform: rotateY(270deg) translateX(-150px);
		transform-origin: 0 50%;

	}

  
  

