*{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*:link, *:visited, *:hover {
	text-decoration: none;
}
*:link, *:visited, *:active {
	color: rgba(255,255,255,1);
}

*::-webkit-scrollbar-track {
    background-color: black;
	border-radius: 10px;
}
*::-webkit-scrollbar {
    width: 5px;
	border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
    background: rgba(50, 50, 50, 1.00);
	border-radius: 10px;
}

.centralizar{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.show{
	opacity: 1;
}

.hide{
	opacity: 0 !important;
	max-height: 0;
}

.fade{
	transition: opacity 0.5s;
}

.destaque{
	color: rgba(205, 102, 0, 1.00);
}

.destaquelink{
	background-color: rgba(205, 102, 0, 1.00);
	color: rgba(255,255,255,1.00);
	position: relative;
	float: left;
	top: 10px;
	font-size: 1.5vw;
	line-height: 2.5vw;
	padding: 0.3vw;
	margin-right: 10px;
	border: 1px solid rgba(205, 102, 0, 1.00);
	border-radius: 15px;
	transition: background 0.5s;
	cursor: pointer;
}

.destaquelink:hover{
	background-color: white;
	border: 1px solid white;
	color: black;
}

body, html{
	height: 100%;
	width: 100%;
	min-height: 550px;
	min-width: 940px;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body{
	background-color: rgba(20, 20, 20, 1.00);
	font-family: arial narrow;
	letter-spacing: 0.1em;
}

#header{
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	height: 10%;
	width: 100%;
}

.anchor{
    display: block;
    position: relative;
	top: -15%;
}

#menu{
	background-color: black;
	height: 100%;
	width: 100%;
}

.navmenu{
	float: left;
	height: 100%;
	width: 100%;
	list-style-type: none;
}

.navmenu > li{
	height: auto;
	width: 20%;
	float: left;
	font-size: 20px;
	text-align: center;
}

.navmenu > li:nth-child(3) > a{
	background-image: none;
}

.navmenu > li:nth-child(3) > a:hover{
	background-image: none;
}

.navmenu > li > a{
	background-image: url("../imgs/bs.png");
	background-position: center bottom;
	background-size: 30% 1px;
	background-repeat: no-repeat;
	transition: background 0.5s;
	padding-bottom: 1px;
}

.navmenu > li > a:hover{
	background-image: url("../imgs/bs.png");
	background-position: center bottom;
	background-size: 100% 1px;
	background-repeat: no-repeat;
}

#sobre{
	position: relative;
	top: 10%;
}

#sobre, #atuacao, #contato, #falecomigo{	
	height: 90%;
	width: 100%;
	padding-left: 7.5%;
	padding-right: 7.5%;
}

#falecomigo{
	display: none;
}

#trabalhos{
	flex-direction: column;
	height: 90%;
	width: 100%;
}

#sobremim, #at{
	height: 100%;
	width: 100%;
}

#imgsobremim, #txtsobremim{
	float: left;
	height: 70%;
	width: auto;
	color: white;
}

#imgsobremim{
	width: auto;
	text-align: center;
}

#imgsobremim > img{
	height: 100%;
}

#txtsobremim{
	overflow: auto;
	padding-left: 70px;
	padding-right: 5px;
	line-height: 3.5vw;
	font-size: 2vw;
	text-align: justify;
	font-family: arial black;
	font-weight: bold;
}

#txtsobremim > p{
	max-height: 100%;
}

#atuacao1, #atuacao2, #infemail, #inftel{
	background-color: rgba(50, 50, 50, 1.00);
	float: left;
	height: 60%;
	width: 47%
}

#atuacao1, #atuacao2{
	flex-direction: column;
	font-size: 30px;
	color: rgba(255, 102, 0, 1.00);
}

#atuacao1, #infemail{
	margin-right: 3%;
}

#atuacao2, #inftel{
	margin-left: 3%;
}

#atuacao1 > img, #atuacao2 > img{
	width: 40%;
	margin-bottom: 20px;
}

#infcontato{
	height: 90%;
	width: 100%;
}

#titlecontato{
	float: left;
	height: 10%;
	width: 100%;
	color: white;
	padding-top: 5%;
	font-size: 3.2vw;
	font-weight: bold;
	text-align: center;
}

#infemail, #inftel{
	flex-direction: column;
	font-size: 3.2vw;
	color: rgba(255, 102, 0, 1.00);
}

#infemail > img{
	width: 25%;
	margin-bottom: 20px;
}

#inftel > img{
	width: 50%;
	margin-bottom: 20px;	
}

#carrosseis{
	height: auto;
	width: 100%;
}

#carrosseldesign, #carrosselweb, #carrosselcurso{
	overflow: hidden;
	height: auto;
	width: 100%;
}

#filtro{
	height: 15%;
	width: auto;
	margin: auto, 0;
	color: white;
	font-weight: bold;
}

#design, #web, #curso{
	float: left;
	height: auto;
	width: auto;
	margin-right: 30px;
}

#design > a, #web > a, #curso > a{
	border-bottom: 1px solid rgba(255, 102, 0, 1.00);
	cursor: pointer;
}

#carrosselweb > .item{
	background-color: transparent;
}

#carrosselweb > .item > img{
	height: 100%;
	margin-right: 10px;
}

.item{
	background-color: rgba(50, 50, 50, 1.00);
}

.owl-carousel > .item{
	height: 100%;
	width: auto;
}

.owl-carousel > .item > img{
	display: block;
	width: 100%;
	height: auto;
}

.owl-carousel{
	text-align: center;
	padding: 8px;
	color: white;
}

#carrosselweb img{
	cursor: pointer;
}

#imgfalecomigo, #formfalecomigo{
	float: left;
	width: 50%;
	height: 100%;
}

#imgfalecomigo{
	background-color: rgba(50, 50, 50, 1.00);
}

#imgfalecomigo > img{
	width: 90%;
}

#formfalecomigo{
	background-color: rgba(242, 242, 242, 1.00);
	padding: 20px;
}

#rodape{
	height: 90%;
	width: 100%;
	color: white;
}

#resumo{
	height: 90%;
	width: 100%;
	text-align: justify;
	font-size: 20px;
}

.titulo{
	height: 20%;
	width: 100%;
	margin-top: 125px;
	text-align: center;
	margin-bottom: 30px;
}

.titulo > h1{
	font-size: 40px;
	font-family: arial narrow;
	font-weight: bold;
}

.conteudo{
	height: 80%;
	width: auto;
}

#resumosobremim{
	flex-direction: column;
	float: left;
	height: 100%;
	width: 30%;
	padding-left: 3%;
	margin-right: 5%;
	line-height: 30px;
}

#resumocontato{
	flex-direction: column;
	float: left;
	height: 100%;
	width: 30%;
	margin-right: 5%;
}

#resumocontato > .conteudo > a{
	height: auto;
	width: 100%;
}

#resumocontato > .conteudo > a > img{
	float: left;
	clear: both;
	height: 70px;
	margin-bottom: 25px;
}

#duvidas{
	flex-direction: column;
	float: left;
	height: 100%;
	width: 30%;
	padding-right: 3%;
	font-size: 1.8vw;
}

#duvidas > .conteudo{
	flex-direction: column;
}

#duvidas > .conteudo > p{
	margin-bottom: 35px;
}

#duvidas > .conteudo > p > img{
	height: 20px;
	margin-right: 15px;
}

#copyright{
	background-color: black;
	flex-direction: column;
	height: 10%;
	width: 100%;
}

.credito{
	margin-top: 5px;
	width: 8%;
}