
html,body {
	margin: 0;
	padding: 0;


}

body {
	background-color: #fff;
}


.navigation {
	background-color: #fff;
	color: #000000;
	height: 50px;
}




.navigation ul {
	margin-top: 0;
	list-style: none;
	padding-left: 0;
	text-align: right;
	height: 50px;

}

.navigation li {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 100;
}

.navigation a {
	color: black;
	text-decoration: none;
}

.navigation a:hover {
	color: red;
}

.navigation li.threeline-icon {
	display: none;
}

.navigation li.threeline-icon:hover {
	color: #0000FF;
	cursor: pointer;
}




.profile-pic img {
	width: 1280px;
	margin-left: 200px;
}



.main {
	padding: 20px 180px 80px 100px;

	animation-name: conteudo;
	animation-duration: 2s;

}


.main h1 {
	color: #000000;
	font-weight: normal;
}

.main h2 {
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 40px;
}

.main h3 {
	color: #0000FF;
	font-size: 18px;
	text-transform: uppercase;

}

.main p {
	color: #000000;
	font-size: 18px;
	font-weight: 100;
	line-height: 24px;
	text-align: justify;
}


.caminho {
	list-style: none;
	padding-left: 0;
	color: grey;
}

.caminho li {
	display: inline-block;

}

.caminho a {
	color: grey;
}

.social-img {
	width: 50px;
	margin-right: 10px;
}
.whatsapp-img {
	width: 50px;
	margin-right: 10px;
	margin-top: 10px;
}



.miniatura {
	width: 300px;
	height: 100px;
	display: inline-block;
	margin-right: 100px;
	margin-bottom: 50px;
	background-size: contain;
	overflow: hidden;
}

.miniatura a {
	text-decoration: none;
}


.minitura {
	width: 300px;
	height: 100px;
	display: inline-block;
	margin-right: 100px;
	margin-bottom: 50px;
	background-size: contain;
	overflow: hidden;
}

.minitura a {
	text-decoration: none;
}

.blackbox {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	padding-top: 120px;
	transition: 1s;
}


.blackbox:hover {
	opacity: 0.8;
	transition: 1s;

}

.blackbox-text {
	text-align: center;
}

.blackbox-text h1 {
	font-size: 16px;
	color: #f27609;
	text-transform: uppercase;
	margin-top: 0px;
}

.blackbox-text h2 {
	text-transform: none;
	font-weight: 100;
	margin-top: 0;
}


.img-works {
	width: 500px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.back-link {
	color: #f27609;
}

.back-list {
	color: yellow;
	text-decoration:none;
}

.back-contato {
	color: #ffffff;

}

.back-low {
	color: #40E0D0;
	text-decoration:none;
}

.back-curriculo {
	color: red;
	text-decoration:none;
}

.back-mad {
	color: white;
	text-decoration:none;
}

@keyframes profile-capa {
	0% {opacity: 0; transform: translate(0px,20px)}
	100% {opacity: 1; transform: translate(0px,0px)}
}

@keyframes titulo-capa {
	0% {opacity: 0; transform: translate(0px,-20px)}
	100% {opacity: 1; transform: translate(0px,0px)}
} 

@keyframes conteudo {
	0% {opacity: 0; transform: translate(-20px,0px)}
	100% {opacity: 1; transform: translate(0px,0px)}
} 

@keyframes navegacao {
	0% {opacity: 0;}
	50% {opacity: 0;}
	100% {opacity: 1}
} 




@media (max-width: 800px) {


.navigation li {
	display: none;
}

.navigation li.threeline-icon {
	display: inline-block;
}





.profile-pic img {
	.profile-pic img {
	max-width: 100%;
}


.main {
	padding: 10px 5% 40px 5%;


}

.main a{
	overflow-wrap: break-word;
  	word-wrap: break-word;


}

.main p {
	text-align: left;
	line-height: 30px;

}

.caminho li {
	font-size: 12px;
}





.menujs {
	height: auto;
}

.menujs ul {
	height: auto;
	text-align: center;
	padding-right: 15%;
	padding-left: 15%;

}

.menujs li {
	display: block;
	border-bottom: solid grey 1px;
	width: 100%;
	padding: 0;

}




}






