*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body{
	height: 100%;
	user-select: none;
}
::-webkit-scrollbar{
	width: 8px;
}
::-webkit-scrollbar-track{
	background-color: #14121d;
}
::-webkit-scrollbar-thumb{
	background-color: #4e49fb;
	border-radius: 5px;
}
.principal{
	width: 100%;
	height: 100%;
	background-image: url(../imagens/1.png);
	background-position: center;
	background-size: cover;
}
.menu-bar{
	width: 80%;
	max-width: 1280px;
	margin: auto;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	z-index: 111;
	background-color: #14121de9;
	clip-path: polygon(5% 4%, 100% 0%, 95% 100%, 0% 100%);
	border-bottom: 3px solid #4e49fb;

}
.logo{
	width: 40%;
	text-align: center;
	font-family: 'Uncial Antiqua', cursive;
	font-size: 1rem;
}
.logo a{
	text-decoration: none;
	color: #fcfcfc;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo img{
	height: 50px;
}
.menu-bar .list{
	width: 60%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: right;
}
.menu-bar .list li{
	list-style-type: none;
	margin-right: 40px;
	cursor: pointer;
	text-align: center;
	position: relative;
}
.menu-bar .list a::before{
	content: '';
	width: 0%;
	height: 2px;
	background-color: #4e49fb;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.menu-bar .list a::after{
	content: '';
	width: 0%;
	height: 2px;
	background-color: #4e49fb;
	position: absolute;
	bottom: 0;
	left: 0;
}
.menu-bar .list a{
	display: block;
	text-decoration: none;
	color: #fcfcfc;
	font-family: 'Acme', sans-serif;
	padding: 5px 30px;
	font-size: 1.1rem;
}
.menu-bar .list a:hover::after{
	width: 100%;
	transition: 1s;
}
.menu-bar .list a:hover::before{
	width: 100%;
	transition: 1s;
}
.menu-mobile{
	display: none;
}
.list img{
	height: 40px;
	display: none;
	transition: 650ms;
}
/*Animações na tela inicial*/
.astronauta{
	width: 100px;
}
.astronauta img{
	position: absolute;
	top: 50%;
	left: -100px;
	width: 80px;
	z-index: 111;
}
.foguete{
	position: absolute;
	top: 85px;
	left: -107px;
	z-index: 111;
}
.foguete img{
	width: 90px;
}
.AstronautaDeitado{
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 110;
	opacity: 0;
	transition: 650ms;
}
.AstronautaDeitado img{
	width: 200px;
}
/*efeito Click*/
.click{
	width: 18px;
	height: 18px;
	background-color: rgb(159, 156, 255);
	border-radius: 10px;
	cursor: pointer;
	position: absolute;
	top: 90%;
	left: 100px;
	border: 1px solid rgba(255, 255, 255, 0.216);
	-webkit-box-shadow: 0px 0px 26px 4px rgba(255,255,255,0.68); 
	box-shadow: 0px 0px 26px 4px rgba(255,255,255,0.68);
	z-index: 1111;
}
.click2{
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background-color: #4f49fb6a;
	position: absolute;
	top: 20%;
	left: 40%;
	cursor: pointer;
}
/*texto inicial*/
.texto{
	width: 30%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fcfcfc;
	text-align: center;
}
.texto h1{
	font-size: 3rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;	
	border-radius: 2px;
}
.texto h1::after{
	content: '';
	width: 100%;
	height: 4px;
	background-color: #4e49fb;
	display: block;
	border-radius: 10px;
	text-align: center;
}
.texto p{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
}
.VerMais{
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 160px;
	padding: 9px;
	background-color: #4e49fb;
	border-radius: 5px;
	cursor: pointer;
	color: #fcfcfc;
	-webkit-box-shadow: 2px 6px 9px 2px rgba(0,0,0,0.66); 
	box-shadow: 2px 6px 9px 2px rgba(0,0,0,0.66);
	overflow: hidden;
}
.VerMais P{
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-family: 'Acme', sans-serif;
}
.VerMais:hover{
	background-color: #4f49fb79;
}
.easter-egg{
	color: white;
	position: absolute;
	top: 96%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	opacity: 0;
}
.informacaoGeral{
	display: none;
}
/*Perfil*/
.Perfil{
	width: 100%;
	min-height: 30%;
	background-image: url(../imagens/htmlback2.png);
	background-position: bottom;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 4%;
}
.PerfilInicial{
	width: 70%;
	text-align: center;
	margin: auto;
	padding: 0 12%;
}
.PerfilInicial h2{
	font-size: 1.8rem;
	color: #4e49fb;
	font-family: 'Open Sans', sans-serif;
}
.PerfilInicial p{
	padding-top: 15px;
	font-size: 1.4rem;
	font-family: 'Acme', sans-serif;
	color: #fcfcfc;
	padding-bottom: 20px;
}
/*skills*/
.skills{
	width: 100%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
}
.skills-img{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	color: white;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1% 0;
}
.skill-box{
	width: 13%;
	height: 100%;
	margin-right: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.skill-box:last-child{
	margin-right: 0;
}
.skill-img-div{
	height: 80%;
	padding: 15px;
	border-radius: 100%;
	border: 2px solid white;
	outline-offset: 4px;
}
.skills-img img{
	padding: 5px;
	width: 100%;
	height: 100%;
}
.skill-box p{
	margin-top: 5px;
}
.skills-img h5{
	margin-top: 10px;
}
/*Projetos*/
.Projetos{
	width: 100%;
	min-height: 30vh;
	background-color: #ffffff;
}
.ProjetosTitulo{
	width: 200px;
	margin: auto;
	border-bottom: 3px solid #14121d;
}
.Projetos h1{
	text-align: center;
	margin-top: 20px;
	font-size: 2rem;
	color: #4e49fb;
	border-bottom: 2px solid #fcfcfc;
	padding-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
}
.carrossel{
	width: 100%;
	height: auto;
}
.ProjetosContainer{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2%;
}
.ProjetosSingle{
	width: 31%;
	height: 230px;
	margin: 1% 0;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.52); 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.52);
	position: relative;
}
.ProjetosSingle-info{
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 2%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	font-family: 'Open Sans', sans-serif;
}
.ProjetosSingle-info h4{
	font-size: 23px;
	color: #4e49fb;
	border-bottom: 2px solid rgba(255, 255, 255, 0.377);
	padding-bottom: 5px;
}
.ProjetosSingle-info p{
	margin: 15px 0;
}
.ProjetosSingle-info a{
	border: 1px solid #4e49fb;
	padding: 5px 12px;
	color: white;
	text-decoration: none;
	border-radius: 7px;
	background-color: #4e49fb;

}
.ProjetosSingle-info a:hover{
	transition: 300ms;
	background-color: #2e27fd;
}
.ProjetosSingle:hover .ProjetosSingle-info{
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.59); 
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.59);
	transition: 300ms;
	opacity: 1;
}
.ProjetosSingle:hover{
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.59); 
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.59);
	transform:scale(102%);
	transition: 300ms;
}
.ProjetosSingle img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
footer{
	width: 100%;
	min-height: auto;
	background-image: url(../imagens/footer.png);
	background-position: top;
	background-size: cover;
	position: relative;
}
#Contato{
	padding-top: 2%;
	background-image: url(../imagens/footer.png);
	background-position: top;
	background-size: cover;
}
footer h1{
	text-align: center;
	font-size: 2rem;
	color: #4e49fb;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 2px solid #fcfcfc;
	padding-bottom: 8px;
}
.ContactText{
	color: #fcfcfc;
	text-align: center;
	font-size: 14px;
	padding: 2% 0;
	font-family: 'Open Sans', sans-serif;
}
.ContactText p {
	padding-bottom: 5px;
}
.RedesSociais{
	width: 100%;
	text-align: center;
	padding: 2% 0;
}
.RedesSociais img{
	padding: 0 1%;
}
.RedesSociais img:hover{
	transform: scale(1.1,1.1);
	transition: 650ms;
}
.direitos{
	color: #fcfcfc;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	background-color: #14121dc0;
	font-family: 'Open Sans', sans-serif;
}
/*Animacion*/
@keyframes fogueteanimate{
	0%{
		opacity: 1;
	}
	50%{
		opacity: 1;
	}
	80%{
		opacity: 1;
	}
	100%{
		transform: translateX(1190px);
		opacity: 0;
	}
}
@keyframes animate{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
@keyframes movendo{
	0%{
		position: absolute;
		top: 50%;
		left: -100px;
		transform: scale(2.0,2.0);
		opacity: 1;
	}
	20%{
		transform: translate(300px, 0px) scale(1.5, 1.5) rotate(45deg);
		opacity: 1;
	}
	40%{
		transform: translate(600px, 60px) scale(1.3, 1.3) rotate(90deg);
		opacity: 1;
	}
	60%{
		transform: translate(900px, 80px) scale(1.0, 1.0) rotate(120deg);
		opacity: 1;

	}
	80%{
		transform: translate(1199px, 60px) scale(0.4, 0.4) rotate(150deg);
		opacity: 0;
;
	}
	90%{
		transform: translate(1199px, 30px) scale(0.1, 0.1) rotate(180deg);
		opacity: 0;
	}
	100%{
		transform: translate(1199px, 10px) scale(0, 0) rotate(180deg);
		opacity: 0;
	}
}
@-webkit-keyframes flip-scale-up-diag-2 {
	0% {
	  -webkit-transform: scale(1) rotate3d(-1, 1, 0, 0deg);
			  transform: scale(1) rotate3d(-1, 1, 0, 0deg);
	}
	50% {
	  -webkit-transform: scale(2.5) rotate3d(-1, 1, 0, 90deg);
			  transform: scale(2.5) rotate3d(-1, 1, 0, 90deg);
	}
	100% {
	  -webkit-transform: scale(1) rotate3d(-1, 1, 0, 180deg);
			  transform: scale(1) rotate3d(-1, 1, 0, 180deg);
	}
}
@keyframes flip-scale-up-diag-2 {
	0% {
	  -webkit-transform: scale(1) rotate3d(-1, 1, 0, 0deg);
			  transform: scale(1) rotate3d(-1, 1, 0, 0deg);
	}
	50% {
	  -webkit-transform: scale(2.5) rotate3d(-1, 1, 0, 90deg);
			  transform: scale(2.5) rotate3d(-1, 1, 0, 90deg);
	}
	100% {
	  -webkit-transform: scale(1) rotate3d(-1, 1, 0, 180deg);
			  transform: scale(1) rotate3d(-1, 1, 0, 180deg);
	}
} 
/*Medias*/
@media screen and (max-width: 1310px){
	.texto{
		width: 40%;
	}
	.ProjetosContainer{
		justify-content: center;
	}
	.ProjetosSingle{
		margin-right: 20px;
		height: 250px;

	}
}
@media screen and (max-width: 1200px){
	.texto{
		width: 40%;
	}
	.click{
		display: none;
	}
}
@media screen and (max-width: 1100px){
	.texto{
		width: 50%;
	}
	.PerfilInicial{
		width: 100%;
	}
	.Perfil{
		padding-bottom: 8%;
	}
	.menu-bar{
		width: 100%;
		flex-direction: row;
		padding: 0 3%;
		border: 0;
		clip-path: none;
	}
	.logo{
		width: 50%;
		justify-content: left;
	}
	.menu-bar .list{
		width: 50%;
		justify-content: right;
	}
	.list img{
		display: block;
		cursor: pointer;	
	}
	.menu-bar .list li{
		display: none;
	}
	.menu-mobile{
		width: 30%;
		height: 100%;
		background-color: #14121df7;
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 999;
		text-align: center;
		transition: 1s;
	}
	.menu-mobile li{
		list-style-type: none;
		cursor: pointer;
		height: 25%;
	}
	.menu-mobile li:hover{
		background-color: #4f49fbbc;
	}
	.menu-mobile a{
		text-decoration: none;
		color: #fcfcfc;
		font-family: 'Acme', sans-serif;
		display: block;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.list img:hover{
		transform: scale(1.1,1.1);
	}
	.show{
        display: block;
    }
    .hide{
        display: none;
    }
	.ProjetosSingle{
		width: 40%;
		height: 230px;

	}
}
@media screen and (max-width: 926px){
	.skills-container{
		width: 100%;
		padding: 0 2%;
	}
	.ProjetosSingle{
		margin-right: 0px;
		width: 90%;
		height: 350px;
		margin-bottom: 15px;

	}
}
@media screen and (max-width: 800px){
	.texto{
		width: 70%;
	}
	.astronauta{
		display: none;
	}
	.AstronautaDeitado{
		display: none;
	}
	.click2{
		display: none;
	}
	.menu-bar{
		clip-path: none;
	}

}
@media screen and (max-width: 670px){
	.PerfilInicial{
		width: 100%;
	}
	.valor-ball-html{
		left: 76%;
	}
	.ProjetosSingle{
		width: 90%;
		height: 260px;
	}
	.skill-box{
		width: 15%;
	}
	.skill-img-div{
		padding: 7px;
	}
	.skills-img img{
		padding: 8px;
	}
}
@media screen and (max-width: 600px){
	.texto{
		width: 80%;
	}
}
@media screen and (max-width: 500px){
	.Perfil{
		padding-bottom: 10%;
	}
	.logo{
		width: 90%;
	}
}


