body {
	margin: 0;
	background-color: #FAFFFD;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #5DA7D4;
	position: fixed;
	top: 0;
	width: 100%;
}

li {
	float: left;
}

#navbar-logo {
	float: left;
}

li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover:not(.active) {
	background-color: #95D5F6;
}

.active {
	background-color: #217DB5;
}

#navbar {
	margin: auto;
	/* width: 80%; */
	width: 90%;
}

#navbar-inner {
	/* height: 47px; */
	margin: auto;
	/* width: 80%; */
	width: 90%;
	z-index: 1;
}

#content {
	position: relative;
	/* width: 80%; */
	width: 90%;
	margin: auto;
	top: 47px;
}

#home {
	position: relative;
	/* overflow: hidden; */
}

#home::before {
	content: "";
	width: 100%;
	height: calc(100% + 75px);
	position: absolute;
	/* top: inherit; */
	/* top: -75px; */
	right: 0;
	background: #E8FFF5;
	transform: skewY(-8deg);
	/* translateY(-74px); */
	z-index: -1;
	display: block;
}

/*#home::after {
	content: "";
	width: 100%;
	height: 200px;
	position: absolute;
	top: 359px;
	right: 0;
	background: #F1FFE8;
	transform: skewY(-8deg);
	z-index: -1;
}*/

#home-inner {
	margin: 0;
	/* position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
	width: 80%; */
	overflow: auto;
}

#sobre {
	position: relative;
	margin-top: 75px;
	/* overflow: auto; */
	/* margin-top: 30px; */
	/* padding-top: 30px; */
}

#sobre-inner {
	text-align: center;
	/*width: 50%;*/
	margin: auto;
}

#sobre-inner::before {
	content: "";
	width: 100%;
	height: 70%;
	position: absolute;
	top: inherit;
	right: 0;
	background: #F1FFE8;
	/* transform: skewY(-8deg) translateY(-74px); */
	transform: skewY(-8deg);
	/* translateY(-16px); */
	z-index: -1;
	/* margin-top: 30px; */
}

#sobre-inner::after {
	content: "";
	width: 100%;
	height: 70%;
	position: absolute;
	top: inherit;
	right: 0;
	background: #F1FFE8;
	transform: translateY(-100%) scale(-1, 1) skewY(-8deg) translateY(75px);
	z-index: -1;
}

#games {
	position: relative;
	/* margin-top: 148px; */
	/* 178px; */
	/* padding-top: 30px; */
	margin-top: 75px;
}

#games-inner {
	/* overflow: auto; */
	/* transform: translateY(100px); */
	/* margin-top: 124px; */
	/* margin-bottom: 148px; */
}

#games-inner::before {
	content: "";
	width: 100%;
	height: calc(100% + 75px);
	position: absolute;
	top: inherit;
	right: 0;
	background: #e8fff5;
	transform: scale(-1, 1) skewY(-8deg);
	z-index: -1;
	display: inline-block;
	/* margin-top: 30px; */
}

#sobre {
	/* margin-bottom: 148px; */
}

/*#games::after {
	content: "";
	width: 100%;
	height: 500px;
	position: absolute;
	/top: 0px;/
	right: 0;
	background: #f1ffe8;
	transform: scale(-1, 1) skewY(-8deg);
	z-index: -1;
	width: 100%;
	margin-top: 100px;
}*/

#projetos {
	/* overflow: auto; */
	position: relative;
	/*margin-top: 118px;*/
	/* 148px; */
	/*padding-top: 30px;*/
	margin-top: 75px;
}

#projetos::before {
	content: "";
	width: 100%;
	height: calc(100% + 75px);
	position: absolute;
	top: inherit;
	right: 0;
	background: #f1ffe8;
	transform: scale(-1, 1) skewY(-8deg);
	/* translateY(-75px); */
	z-index: -1;
	/* margin-top: 30px; */
}

#contato-inner {
	overflow: auto;
}

#contato::before {
	content: "";
	width: 100%;
	height: 450px;
	position: absolute;
	top: inherit;
	right: 0;
	background: #e8fff5;
	;
	transform: scale(-1, 1) skewY(-8deg);
	z-index: -1;
	/* margin-top: 30px; */
}

#contato {
	margin-top: 75px;
}

.projeto {
	float: left;
	width: 48%;
	margin: 1%;
	background: #fafffd;
	border-radius: 10%;
}

#projetos-inner {
	/* margin-top: 196px; */
	overflow: auto;
	/* margin-bottom: 148px; */
	width: 80%;
	margin: auto;
}

#resumo {
	margin: 0;
	margin-left: 5vw;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #e8fff5cc;
	border: 6px solid #e8fff500;
}

#resumo>h1 {
	font-size: 6vw;
}

#resumo>h4 {
	font-size: 1vw;
}

#resumo>h5 {
	font-size: 0.8vw;
}

.part {
	/* height: 100px; */
	float: left;
	width: calc(33.3% - 2% - 2vw);
	margin: 1%;
	background: #F0FFE8;
	border-radius: 10%;
	padding: 1vw;
	filter: drop-shadow(4px 4px 4px #C5D7BC);
}

.part svg {
	width: 60%;
}

.svg-par {
	top: 0px;
	position: relative;
	width: calc((100% / 3) - 10px);
}

.svg-impar {
	width: calc((100% / 3) - 10px);
}

.svg-par {
	padding-top: 0px;
	position: relative;
}

.invisivel {
	display: none;
}

.inativo {
	cursor: pointer;
	width: calc(30% - 20px);
	padding: 10px;
}

.inativo img {
	/* width: calc(30% - 10px); */
	/* width: calc(28% - 20px); */
	/* margin-top: 5%; */
	/* margin-bottom: 5%; */
	margin-top: 2.5%;
	margin-bottom: 2.5%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */
	transition: 1s opacity;
}

.inativo:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

.ativo {
	width: calc(40% - 30px);
	padding: 10px;
	border: 5px solid #5da7d4;
}

.ativo img {
	/* width: calc(40% - 10px); */
	/* width: calc(40% - 20px); */
	/* width: calc(36% - 20px); */
	/* border: 5px solid #ffe600; */
}

.mySlides {
	border-radius: 50%;
}

.mySlides img {
	/* cursor: pointer; */
	border-radius: 50%;
	/* border: 5px solid #7f9eb9; */
	/* padding: 19px; */
	width: 100%;
}

#slidegames {
	position: relative;
	width: 80%;
	margin: auto;
	padding: 10px;
}

.games {
	width: 100px;
	height: 100px;
}

.ativo>a>.play {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* z-index: 1; */
	font-size: 10vw;
	color: #5da7d4;
}

.ativo>a>i {
	cursor: pointer;
}

.inativo>a>.play {
	display: none;
}

.left {
	float: left;
	display: "block";
	transform: translateY(14%);
}

.center {
	display: inline-block;
	margin: 0 auto;
}

.right {
	float: right;
	display: "block";
	transform: translateY(14%);
}

#sobreGame {
	background: #f0ffe8;
	/* color: white; */
	margin: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	/* For IE8 and earlier */
	overflow: auto;
	padding: 10px;
	width: 80%;
	margin: auto;
	filter: drop-shadow(4px 4px 4px #C5D7BC);
	border-radius: 2%/10%;
	/* margin-bottom: 21.44px; */
	top: -30px;
	position: relative;
}

#sobreArtigo {
	background: #f0f8ff;
	/* color: white; */
	margin: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	/* For IE8 and earlier */
	overflow: auto;
	padding: 10px;
	width: 84%;
	margin: auto;
	filter: drop-shadow(4px 4px 4px #C5D7BC);
	border-radius: 2%/10%;
	margin-bottom: 21.44px;
	position: relative;
}

input[type=text],
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

input[type=submit] {
	background-color: #217DB5;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
}

input[type=submit]:hover {
	background-color: #45a049;
}

.container {
	border-radius: 5px;
	/* background-color: #f2f2f2; */
	/* padding: 20px; */
	padding: 40px;
	overflow: auto;
	margin: 40px;
	filter: drop-shadow(4px 4px 4px #C5D7BC);
	background: #E8FFF5;
	overflow: hidden;
}

a,
h1,
h2,
h3,
p,
label,
span>div {
	font-family: 'Roboto', sans-serif, italic;
}

.rotate {
	animation: rotation 8s infinite linear;
}

.rotateReverse {
	animation: rotationReverse 8s infinite linear;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

@keyframes rotationReverse {
	from {
		transform: rotate(359deg);
	}

	to {
		transform: rotate(0deg);
	}
}

#sobre,
#games,
#projetos,
#contato {
	padding-top: 30px;
}

#projetos {
	margin-top: 105px;
	/* 75 + 30 */
}

#contato {
	margin-top: 105px;
	/* 75 + 30 */
}

#home-inner {
	border-bottom-right-radius: 400px;
}

h1 {
	margin-top: 6vh;
}

h2 {
	/* margin-top: 4vh; */
}

h3 {
	/* margin-top: 2vh; */
}

#home-inner,
.container {
	background: #E8FFF5;
}

.picture {
	height: 0px;
}

.container>div {
	width: 100%;
	float: left;
}

#ball {
	height: 100%;
}

#ball>div {
	top: 0px;
	transform: translateY(0px);
}

@media screen and (min-width: 800px) {
	.projeto {
		width: 23%;
	}

	.container>div {
		width: 50%;
	}

	#ball {
		height: 406px;
	}

	#ball>div {
		top: 50%;
		transform: translateY(-50%);
	}

	.svg-par {
		top: -60px;
		position: relative;
		width: calc((100% / 6) - 10px);
		padding-top: 50px;
	}

	.svg-impar {
		width: calc((100% / 6) - 10px);
	}
}

#habilidades>div {
	width: 84%;
}

@media screen and (min-width: 1400px) {

	#slidegames,
	#sobreGame {
		width: 60%;
	}

	#habilidades>div {
		width: 68%;
	}
}

#home-inner>div>img {
	height: 100%;
}

@media screen and (max-width: 640px) {
	#home-inner>div>img {
		height: 50vh;
	}
}

#resumo>div>div>a {
	font-size: 2.5vw;
	padding: 0.2vw;
}

@media screen and (max-width: 640px) {
	#resumo>h1 {
		font-size: 8vw;
	}

	#resumo>h4 {
		font-size: 4vw;
	}

	#resumo>h5 {
		font-size: 3.2vw;
	}

	#resumo>div>div>a {
		font-size: 6vw;
		padding: 0.5vw;
	}
}

#hamburguer {
	display: none;
	width: 100px;
	float: right;
}

.myLinkDisabled {
	display: block;
}

.myLinkEnabled {
	display: block;
}

@media screen and (max-width: 588px) {
	#hamburguer {
		display: block;
	}

	.myLinkDisabled {
		display: none;
	}

	li {
		width: 100%;
	}
}

#myLinks {
	float: right;
	width: 100%;
}

@media screen and (min-width: 588px) {
	#myLinks {
		width: auto;
	}
}

#interesses {
	width: 80%;
}

@media screen and (max-width: 468px) {
	.container {
		margin: 12px;
		padding: 12px;
	}

	#interesses {
		width: 90%;
	}
}