* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
	font-family: 'Poppins', sans-serif;
	outline: none;
}

html, body {
	height: 100%;
}

.center {
	max-width: 960px;
	margin: 0 auto;

}


.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.topo {
	width: 100%;
	position: relative;
	height: 100%;
	background-image: url("../img/bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0 auto;
}

.topo .menu-desktop {
	display: inline-block;
	background-color: #000;
	padding: 10px 25px;
	z-index: 100000000;
	position: fixed;
	user-select: none;
}

.topo .menu-desktop ul li {
	color: #fff;
	font-size: 28px;
	letter-spacing: .2em;
	font-weight: 300;
	margin-left: 3px;
}

.topo .menu-desktop ul li span.icones {
	color: #fff;
	font-size: 20px;
	position: relative;
    bottom: 3px;
}

.topo .menu-desktop ul li i {
	color: #cc005f;
	font-size: 28px;
	width: 30px;
}

.topo .menu-desktop ul li i.code {
	color: #fff;
	font-size: 18px;
}

.topo .menu-desktop ul li i.menu-fechado {
	display: none;
	font-size: 30px;
}

.topo .menu-desktop ul li ul {
	display: none;
	padding: 10px 0;
}

.topo .menu-desktop ul li ul li {
	font-size: 15px;
	margin: 20px 0;
}

.topo .menu-desktop ul li ul li a {
	text-decoration: none;
	color: #fff;
	padding: 20px 0;
}

.topo .titulo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}

.topo .titulo p:nth-of-type(1) {
	font-size: 30px;
	font-weight: bold;
	color: #cc005f;
}

.topo .titulo h1 {
	font-size: 65px;
	color: #fff;
}

.topo .titulo p:nth-of-type(2) {
	font-size: 18px;
	color: #fff;
	margin-bottom: 50px;
}

.topo .titulo p:nth-of-type(2):before, .topo .titulo p:nth-of-type(2):after {
	content: "";
	width: 2px;
	height: 20px;
	display: inline-block;
	background-color: #545454;
	margin: 0 10px;
}

.topo .titulo a {
	color: #fff;
	padding: 17px 40px;
	border: 3px solid #313131;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.topo .titulo a i {
	margin-left: 5px;
}

.topo .titulo a:hover {
	border-color: #cc005f;
	transition-property: all;
	transition-duration: 0.3s;
}

.topo .redes-sociais {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}

.topo .redes-sociais a {
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin: 0 15px;
}

.topo .redes-sociais a:hover {
	color: #cc005f;
	transition-property: all;
	transition-duration: 0.3s;
}

.sobre {
	padding: 50px 0;
	text-align: center;
}

.sobre .flex {
	display: flex;
	width: 80%;
	margin: 0 auto;
}

.sobre h2 {
	font-size: 20px;
	letter-spacing: .2em;
	font-weight: medium;
	color: #cc005f;
}

.sobre p {
	font-size: 40px;
	color: #313131;
	font-weight: 600;
	padding: 10px 0;
}

.sobre .imagem-redonda {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-image: url("../img/foto.png");
	background-position: center;
	background-size: contain;
	margin-top: 40px;
}


.sobre .minha-descricao {
	width: 90%;
}

.sobre .minha-descricao p {
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	text-align: justify;
	padding: 30px 0 10px 40px;
	color: #666;
}

.sobre .perfil, .sobre .habilidades {
	padding: 40px 60px;
}

.sobre .perfil h3, .sobre .habilidades h3 {
	color: #313131;
	letter-spacing: .2em;
	text-align: left;
	font-size: 20px;

}

.sobre .perfil p, .sobre .habilidades p {
	font-size: 15px;
	font-weight: 300;
	color: #666;
	padding-bottom: 20px;
	text-align: left;
}

.sobre .perfil ul {
	text-align: left;
}

.sobre .perfil ul li {
	margin-bottom: 20px;
}

.sobre .perfil ul li p {
	padding: 0;
	color: #313131;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.sobre .perfil ul li span {
	color: #666;
	font-size: 15px;
}

.sobre .habilidades .barra-de-progresso {
  width: 100%;
  background-color: #A1A1A1;

}

.sobre .habilidades .barra-de-progresso .html5{
  width: 80%;
  height: 7px;
  background-color: #313131;
}

.sobre .habilidades .barra-de-progresso .css3{
  width: 80%;
  height: 7px;
  background-color: #313131;
}

.sobre .habilidades .barra-de-progresso .jquery{
  width: 40%;
  height: 7px;
  background-color: #313131;
}

.sobre .habilidades .barra-de-progresso .php{
  width: 30%;
  height: 7px;
  background-color: #313131;
}

.sobre .habilidades .barra-de-progresso .wordpress{
  width: 50%;
  height: 7px;
  background-color: #313131;
}

.sobre .habilidades .barra-de-progresso .barra {
	position: relative;
}

.sobre .habilidades .barra-de-progresso .barra span {
	position: absolute;
	top: -30px;
	right: 0;
	text-align: right;
	margin: 0;
	color: #fff;
	background-color: #313131;
	font-size: 12px;
	border-radius: 4px;
	padding: 2px 4px;
	font-weight: normal;
}

.sobre .habilidades .barra-de-progresso .barra span:after{ /*Triangulo*/
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    /*Faz seta "apontar para baixo. Definir o valor como 'top' fará ela "apontar para cima" */
    /*Aqui entra a cor da "aba" do balão */
    border-top: 8px solid #313131;
    top: 19px; /*localização. Experimente alterar para 'bottom'*/
    left: 27%;
}


.sobre .habilidades span {
	text-align: left;
	display: block;
	color: #313131;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 5px;
}

.sobre .habilidades span.mrg0 {
	margin-top: 0; 
}

.sobre a {
	color: #313131;
	padding: 17px 40px;
	border: 3px solid #313131;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
}

.sobre div.w100 {
	margin-top: 20px;
}

.sobre a:hover {
	border-color: #cc005f;
	transition-property: all;
	transition-duration: 0.3s;
	color: #cc005f
}

.portfolio {
	width: 100%;
}

.portfolio {
	padding: 50px 0;
	text-align: center;
}

.portfolio h2 {
	font-size: 20px;
	letter-spacing: .2em;
	font-weight: medium;
	color: #cc005f;
}

.portfolio p {
	font-size: 40px;
	color: #313131;
	font-weight: 600;
	padding: 10px 0;
}

.portfolio p:nth-of-type(2) {
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	text-align: justify;
	padding: 30px 240px 10px 240px;
	color: #666;
	margin-bottom: 20px;
}

.portfolio .slide {
	width: 80%;
	height: 400px;
	margin: 30px auto;
	overflow: hidden;
	position: relative;
}

.contato {
	width: 100%;
	background-color: #151515;
	padding: 50px 0;
	text-align: center;
}


.contato h2 {
	font-size: 20px;
	letter-spacing: .2em;
	font-weight: medium;
	color: #cc005f;
}

.contato p {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	padding: 10px 0;
}

.contato p:nth-of-type(2) {
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	text-align: justify;
	padding: 30px 240px 10px 240px;
	color: #666;
	margin-bottom: 20px;
}

.contato .formulario {
	width: 70%;
	margin: 0 auto;
}

.contato .formulario input, .contato .formulario textarea  {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #6e6e6e;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 5px;
	background-color: transparent;
	color: #fff;
	font-size: 15px;
}

.contato .formulario textarea {
	height: 200px;
	resize: none;
}

.contato .formulario input[type=submit] {
	background-color: #FF0077;
	border: none;
	color: #fff;
	font-size: 20px;
	padding: 20px 0;
	cursor: pointer;
	margin-top: 40px;
	font-weight: bold;

}
.rodape {
	width: 100%;
	padding: 30px 0;
	background-color: #181818;
}

.rodape a span {
	text-align: right;
	color: #999;
	font-size: 25px;
	margin: 0 10px;
}

.rodape a span:hover {
	color: #cc005f;
	transition-property: all;
	transition-duration: 0.3s;
}

.rodape span {
	color: #FF0077;
}

/*Responsivo -------*/

@media screen and (max-width: 960px) {
	.topo .titulo h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 835px){
	.sobre .flex {
		flex-direction: column;
		text-align: center;
	}

	.sobre .imagem-redonda {
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 0;
	}

	.sobre p {
		font-size: 30px;
	}

	.portfolio p {
		font-size: 30px;
	}

	.contato p {
		font-size: 30px;
	}

	.sobre .perfil, .sobre .habilidades {
		float: none;
		display: block;
		width: 100%;
	}

	.sobre .minha-descricao {
		width: 100%;
	}

	.sobre .minha-descricao p {
		padding-left: 0;
	}

	.portfolio p:nth-of-type(2) {
		padding: 0 30px;
	}
	.contato p:nth-of-type(2) {
		padding: 0 30px;
	}
}


@media screen and (max-width: 768px) {
	.topo .titulo h1 {
		font-size: 30px;
		padding: 20px 0;
	}

	.topo .titulo p:nth-of-type(1) {
		font-size: 20px;
		font-weight: bold;
		color: #cc005f;
	}

	.rodape {
		padding-left: 20px;
		padding-right: 20px;
	}

	.rodape span {
		font-size: 12px;
		position: relative;
		top: 4px;
	}

	.rodape a span {
		font-size: 18px;
	}
}

@media screen and (max-width: 375px) {
	.rodape span {
		font-size: 10px;
		position: relative;
		top: 4px;
	}

	.rodape a span {
		font-size: 14px;
		margin: 0 5px;
	}

	.rodape {
		padding: 10px 5px;
	}
}