@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
}

@font-face{
	font-family:"Lost in Wild";
	src: url(../fontes/Lost_in_Wild.otf);
	
}

body, html{
	margin: 0px;
	width: 100%;
	height: auto;
}

div{display: block}

.corpo{
	width: 100%;
}
.container
{
	width: 100%;
	display: inline-flex;
	margin: 0px;
	padding-bottom: 10px;
}

.espaco{
	width: 100%;
	display: block;
	padding: 60px;
	display: block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic; 
}
.coluna_10{
	margin: 0px auto;
	margin: 0px;
	width: 10%;
	height: auto;	
}
.coluna_20{
	margin: 0px auto;
	margin: 0px;
	width: 20%;
	height: auto;	

}

.coluna_30{
	margin: 0px auto;
	margin: 0px;
	width: 30%;
	height: auto;	
}

.coluna_40{
	margin: 0px auto;
	margin: 0px;
	width: 40%;
	height: auto;	
}

.coluna_50{
	margin: 0px auto;
	margin: 0px;
	width: 50%;
	height: auto;	
}
.coluna_50 img{
	margin: 0px auto;
	margin: 0px;
	width: 100%;
	height: auto;	
}

.coluna_60{
	margin: 0px auto;
	margin: 0px;
	width: 60%;
	height: auto;	
}

.coluna_70{
	margin: 0px auto;
	margin: 0px;
	width: 70%;
	height: auto;	

}
.coluna_80{
	margin: 0px auto;
	margin: 0px;
	width: 70%;
	height: auto;	

}

.coluna_90{
	margin: 0px auto;
	margin: 0px;
	width: 90%;
	height: auto;	
}


 @media only screen and (max-width:480px){
	.coluna_60{
	margin: 0px auto;
	margin: 0px;
	width: 100%;
	height: auto;	

}

.coluna_40{
	margin: 0px auto;
	margin: 0px;
	width: 100%;
	height: auto;	

}

.coluna_50{
	margin: 0px auto;
	margin: 0px;
	width: 100%;
	height: auto;	

}

.espaco{
	width: 100%;
	display: block;
	padding: 60px;
	display: none;
	}
}

/* ----------------   TOPO   ------------------------------------------------------------------------------------------*/
 .header{
	position: fixed;
	z-index: 20;
	width: 100%;
	padding-bottom: 200px;
	margin-bottom: 200px;
}
.topo{
	width: 100%;
	height: auto;
	background-color: #0066ad;
	display: inline-flex;	
}
.topoInterno{
	width: 100%;
	height: auto;
	background-color: #0066ad;
	display: inline-flex;
}

.contemHeader
{
	width:48%;
}
.header_logo
{
	width: 100%;
	padding: 20px 0px 20px 20px;
}

.header_logoInterno
{
	width: 100%;
	padding: 10px 0px 5px 20px;
}


.contemNavegacao
{
	float: right !important;
	text-align: right;
	right: 0px;
	width:48%;
}
.contemNavegacao li
{
	list-style: none;
	display: inline-block;
}

.menu
{
	padding-top: 10px;
	width: 100%;
}
.menu a
{
	color: #fff;
	text-decoration: none;
	font-family: "Asap";
	font-size: 2em;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 2em;
	border-bottom: 1px solid #C5D3FB;
	display: block;
	padding: 10px;
	margin: 5px 10px 5px 10px;
}

.ultimo a{
	margin-right: 0px !important;
}

@keyframes menuHover{
	from{background-color: inherit; color: inherit;}
	to{color:darkorange; }
	
}

.menu a:hover
{
	animation: menuHover .5s ease-in;
	color:darkorange;
}

.contemMidiasSociais li
	{
		padding-top: 10px;
	}
.contemMidiasSociais li:last-child
	{
		padding-right: 10px;
	}
.botaoVoltar
{
	position: absolute;
	margin: 0px auto;
	margin-top: 100px;
	margin-left: -30px;
	display: none;
	border-radius: 40px;
	background-color: coral;
	
}

.voltarTopo{
	display: block;
	color: #fff;
	font-family: 'Asap';
	padding: 20px 20px;
	background-color: #1E2A62;
	width: 80px;
	float: right;
	border-radius: 40px;
	border: 2px solid #fff;
}

.voltarTopo a{
	color: #fff;
	text-decoration: none;
	padding: 40px 20px;
	top: 20px;
	
}




/*-----------------------Media de 1360px------------------*/

 @media only screen and (max-width:1360px){
.header{
	position: fixed;
	z-index: 20;
	width: 100%;
	padding-bottom: 200px;
	margin-bottom: 200px;
}
.topo{
	width: 100%;
	height: auto;
	background-color: #0066ad;
	display: inline-flex;	
}


.contemHeader
{
	width:20%;
}
.header_logo
{

	padding: 40px 0px 20px 20px;
	width: 100%;
}

.contemNavegacao
{
	float: right !important;
	text-align: right;
	right: 0px;
	width:80%;
}
.contemNavegacao li
{
	list-style: none;
	display: inline-block;
}

.menu
{
	padding-top: 0px;
	width: 100%;
}
.menu a
{
	color: #fff;
	text-decoration: none;
	font-family: "Asap";
	font-size: 2em;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 2em;
	border-bottom: 1px solid #C5D3FB;
	display: block;
	padding: 10px;
	margin: 5px 10px 5px 10px;
}

.ultimo a{
	margin-right: 0px !important;
}

@keyframes menuHover{
	from{background-color: inherit; color: inherit;}
	to{color:darkorange; }
	
}

.menu a:hover
{
	animation: menuHover .5s ease-in;
	color:darkorange;
}

.contemMidiasSociais li
	{
		padding-top: 10px;
	}
	
.contemMidiasSociais img
	{
		width: 80%;
		height: auto;
	}



}

/*-----------------------Media de 800px------------------*/
@media only screen and (max-width:1024px){
	.contemMidiasSociais img
	{
		width: 60%;
		height: auto;
	}
}

/*-----------------------Media de 480px------------------*/

@media only screen and (max-width:480px){
	.container
	{
	width: 100%;
	display: block;
	margin: 0px;
	}
	.header{
	position: relative;
	z-index: 20;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	.contemHeader
	{
		width:100%;
	}

	.header_logo
	{
		width: 100%;
		margin: 0px auto;

	}
	
	.header_logoInterno
{
	width: 100%;
	margin: 0px auto;
}
	.header_logo p
		{
			text-align: center;
			margin-left: -40px;
		}
	
	.header_logoInterno p
		{
			text-align: center;
			margin-left: -40px;
		}


	.contemNavegacao
	{
		margin: 0px auto;
		width:100%;
		text-align: center;
	}
	.contemNavegacao ul li
	{
		list-style: none;
		display: block;
		text-align: center;
	}
	.menu
	{
		padding-top: 10px;
		width: 100%;
	}
	.menu a
	{
		color: #fff;
		text-decoration: none;
		font-family: "Asap";
		font-size: 2em;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 2em;

		display: block;
	}
	
	@keyframes menuHover{
	from{background-color: inherit; color: inherit;}
	to{background:#373F66; color:darkorange; }
	
}

	
	.menu a:hover
	{
		animation: menuHover .5s ease-in;
		background:#373F66
			
	}
	
	.menu a:touch
	{
		animation: menuHover .5s ease-in;
		background:#373F66
			
	}
	.contemMidiasSociais li
	{
		display:inline-flex !important;
		
	}
	
	.contemMidiasSociais img
	{
		width:80%;
		height: auto;
	}
	
	
	.menu a:active
{
	animation: menuHover .5s ease-in;
	color:darkorange;
}

.contemMidiasSociais li
	{
		padding-top: 10px;
	}
	
.contemMidiasSociais img
	{
		width: 80%;
		height: auto;
	}

@keyframes mostraBotao{
		0%{left: 0px;}
		100%{left:5px;}
	}
@keyframes escondeBotao{
		0%{left: 30px;}
		100%{left:-5px;}
	}
	
.botaoVoltar
{
	position: absolute;
	margin: 0px auto;
	margin-top: 20px;
	margin-left: -60px;
	padding-left: 40px;
	display: block;
	border-radius: 60px;
	background-color:#1E2A62;
	border: 2px solid #fff
}

.botaoVoltar:hover
{
	position: absolute;
	margin: 0px auto;
	margin-left: -60px;
	padding-left: 40px;
	border-radius: 40px;
	animation: mostraBotao 1s;
}


.botaoVoltar a
{
	display: block;
	padding: 20px;
	font-family: 'Asap';
	text-decoration: none;
	color: #fff;
}
	
	.voltarTopo{
	display: none;
	color: #fff;
	font-family: 'Asap';
	padding: 20px 20px;
	background-color: #1E2A62;
	width: 80px;
	float: right;
	border-radius: 40px;
	border: 2px solid #fff;
}

.voltarTopo a{
	color: #fff;
	text-decoration: none;
	padding: 40px 20px;
	top: 20px;
	
}


	
}

/* ----------------   Termina TOPO   ------------------------------------------------------------------------------------------*/



/* ----------------   Conteudo   ------------------------------------------------------------------------------------------*/

/* ---- Começa Home ----------------*/
#home{
	position: relative;
	background-color:#3399cc;
	width: 100%;
	padding-top: 260px;
}

.contemSaudacao{
	width: 40%;
	
}
.cabecalhoSaudacao{
	width: 100%;
	text-align: center;
	
}

.cabecalhoSaudacao h1{
	font-size: 8em;
	font-family:"Lost in Wild";
	color: aliceblue;
	line-height: 2em;
	
}
.textoSaudacao{
	font-size: 2em;
	font-family: 'Julius Sans One', sans-serif;
	color: aliceblue;
	width: 80%;
	text-align: center;
	margin: 0px auto;
}

.textoSaudacao a{
	font-family: 'Julius Sans One', sans-serif;
	color: aliceblue;
	text-align: center;
	margin: 0px auto;
}

.textoSaudacao a:hover{
	color:gold;

}
.contemAvatar{
	width: 60%;
}

.avatarApresentacao{
	width: 100%;
	position: relative;
	display: block;
}

.avatarApresentacao img{
	width: 40%;
	padding-right: 200px;
}

.avatarApresentacao p
{
	text-align: right;
}

/* ------- Animando Layers ---------*/
.imgParallax{
	position:absolute;
	width: 100%;
	height: 600px;
}

#layerMaoDesenhando
{ 
	width: 52%;
	margin-left: 140px;
	margin-top: -300px;
	position: absolute;
	top:0px;
	left: 100px;
}
	
	#layerMaoDesenhando img
{ 
	filter: blur(8px);
	width: 80%;
}
#layerAntebracoDesenhando
{ 
	width: 30%;
	position: absolute;
	top:0px;
	left: 100px;	
	margin-left: 350px;
	margin-top: -560px;
}

#layerAntebracoDesenhando img
	{
	filter: blur(5px);
	width: 80%;

	}

.magentaGrande_1{
	background-color: #BC00B3;
	border-radius: 100px;
	padding: 40px;
	width: 30%;
	height: 90px;
	position: absolute;
	top:200px;
	margin-top: 200px;
	margin-left: -150px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(12px);

}

.magentaGrande_2{
	background-color: #BC00B3;
	border-radius: 100px;
	padding: 60px;
	width: 60%;
	height: 90px;
	position: absolute;
	top:400px;
	margin-left: 600px;
	margin-top: 200px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(16px);

}

.branco_1{
	background-color: #fff;
	border-radius: 100px;
	padding: 5px;
	width: 20%;
	height: 20px;
	position: absolute;
	top:50px;
	margin-top: -150px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(2px);

}
.branco_2{
	background-color: #fff;
	border-radius: 120px;
	padding: 10px;
	width: 60%;
	height: 180px;
	position: absolute;
	top:0px;
	margin-top: 280px;
	margin-left: 400px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(18px);

}
.verde_1{
	background-color: #89BF00;
	border-radius: 60px;
	padding: 5px;
	width: 30%;
	height: 80px;
	position: absolute;
	top:50px;
	margin-top: 300px;
	margin-left: 400px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(20px);

}

.magentaGrandeTras_1{
	background-color: #BC00B3;
	border-radius: 60px;
	padding: 5px;
	width: 30%;
	height: 60px;
	position: absolute;
	top:200px;
	margin-top: -200px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(.5	px);
}

.amareloGrande_1{
	background-color:#E8FF00;
	border-radius: 100px;
	padding: 50px;
	width: 60%;
	height: 50px;
	position: absolute;
	top:0px;
	margin-left: 560px;
	margin-top: 120px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(10px);

}

.amareloGrandeTras_1{
	background-color:#E8FF00;
	border-radius: 100px;
	padding: 50px;
	width: 30%;
	height: 50px;
	position: absolute;
	top:0px;
	margin-left: 560px;
	margin-top: 120px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(0.5px);

}

/*-----------------------Media de 1360px------------------*/

@media only screen and (max-width:1360px){
	#home{
	position: relative;
	background-color:#3399cc;
	width: 100%;
	padding-top: 260px;
}

.contemSaudacao{
	width: 40%;
	
}
.cabecalhoSaudacao{
	width: 100%;
	text-align: center;
	
}

.cabecalhoSaudacao h1{
	font-size: 8em;
	font-family:"Lost in Wild";
	color: aliceblue;
	line-height: 2em;
}
.textoSaudacao{
	font-size: 2em;
	font-family: 'Julius Sans One', sans-serif;
	color: aliceblue;
	width: 80%;
	text-align: center;
	margin: 0px auto;
}
.contemAvatar{
	width: 60%;
}

.avatarApresentacao{
	width: 100%;
	position: relative;
	display: block;
}

.avatarApresentacao img{
	width: 40%;
	padding-right: 200px;
}

.avatarApresentacao p
{
	text-align: right;
}

/* ------- Animando Layers ---------*/
.imgParallax{
	position:absolute;
	width: 100%;
	height: 600px;
}




#layerMaoDesenhando
{ 
	width: 52%;
	margin-left: 140px;
	margin-top: -200px;
	position: absolute;
	top:0px;
	left: 100px;
}
	
	#layerMaoDesenhando img
{ 
	filter: blur(8px);
	width: 70%;
}
#layerAntebracoDesenhando
{ 
	width: 30%;
	position: absolute;
	top:0px;
	left: 50px;	
	margin-left:240px;
	margin-top: -420px;
}

#layerAntebracoDesenhando img
	{
	filter: blur(5px);
	width: 80%;

	}

.magentaGrande_1{
	background-color: #BC00B3;
	border-radius: 100px;
	padding: 40px;
	width: 30%;
	height: 90px;
	position: absolute;
	top:200px;
	margin-top: 200px;
	margin-left: -50px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(12px);

}

.magentaGrande_2{
	background-color: #BC00B3;
	border-radius: 100px;
	padding: 60px;
	width: 40%;
	height: 60px;
	position: absolute;
	top:400px;
	margin-left: 400px;
	margin-top: 200px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(16px);

}

.branco_1{
	background-color: #fff;
	border-radius: 100px;
	padding: 5px;
	width: 20%;
	height: 20px;
	position: absolute;
	top:50px;
	margin-top: -150px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(2px);

}
.branco_2{
	background-color: #fff;
	border-radius: 120px;
	padding: 10px;
	width: 60%;
	height: 100px;
	position: absolute;
	top:0px;
	margin-top: 280px;
	margin-left: 340px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(18px);

}
.verde_1{
	background-color: #89BF00;
	border-radius: 60px;
	padding: 5px;
	width: 30%;
	height: 80px;
	position: absolute;
	top:50px;
	margin-top: 200px;
	margin-left: 250px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(15px);

}

.magentaGrandeTras_1{
	background-color: #BC00B3;
	border-radius: 60px;
	padding: 5px;
	width: 30%;
	height: 60px;
	position: absolute;
	top:200px;
	margin-top: -100px;
	margin-left: 300px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(.5	px);
}

.amareloGrande_1{
	background-color:#E8FF00;
	border-radius: 100px;
	padding: 30px;
	width: 60%;
	height: 50px;
	position: absolute;
	top:0px;
	margin-left: 350px;
	margin-top: 120px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(10px);

}

.amareloGrandeTras_1{
	background-color:#E8FF00;
	border-radius: 100px;
	padding: 50px;
	width: 30%;
	height: 50px;
	position: absolute;
	top:0px;
	margin-left: 350px;
	margin-top: 220px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(0.5px);

}
}
/*-----------------------Media de 1024px------------------*/

@media only screen and (max-width:1024px){
	#home{
	position: relative;
	background-color:#3399cc;
	width: 100%;
	padding-top: 180px;
}

.contemSaudacao{
	width: 40%;	
}
.cabecalhoSaudacao{
	width: 100%;
	text-align: center;	
}

.cabecalhoSaudacao h1{
	font-size: 8em;
	font-family:"Lost in Wild";
	color: aliceblue;
	line-height: 2em;	
}
.textoSaudacao{
	font-size: 2em;
	font-family: 'Julius Sans One', sans-serif;
	color: aliceblue;
	width: 80%;
	text-align: center;
	margin: 0px auto;
}
.contemAvatar{
	width: 60%;
}

.avatarApresentacao{
	width: 100%;
	position: relative;
	display: block;
}

.avatarApresentacao img{
	width: 50%;
	padding-right: 100px;
}

.avatarApresentacao p
{
	text-align: right;
}

/* ------- Animando Layers ---------*/
.imgParallax{
	position:absolute;
	width: 100%;
	height: 900px;
}

#layerMaoDesenhando
{ 
	width: 52%;
	margin-left: 100px;
	margin-top: -140px;
	position: absolute;
	top:0px;
	left: 100px;
}
	
	#layerMaoDesenhando img
{ 
	filter: blur(8px);
	width: 70%;
}
#layerAntebracoDesenhando
{ 
	width: 35%;
	position: absolute;
	top:0px;
	left: 20px;	
	margin-left:160px;
	margin-top: -420px;
}

#layerAntebracoDesenhando img
	{
	filter: blur(5px);
	width: 80%;

	}

.magentaGrande_1{
	background-color: #BC00B3;
	border-radius: 100px;
	padding: 30px;
	width: 30%;
	height: 90px;
	position: absolute;
	top:200px;
	margin-top: 380px;
	margin-left: -50px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(12px);

}

.magentaGrande_2{
	background-color: #BC00B3;
	border-radius: 100px;
	padding: 60px;
	width: 40%;
	height: 40px;
	position: absolute;
	top:400px;
	margin-left: 180px;
	margin-top: 450px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(16px);

}

.branco_1{
	background-color: #fff;
	border-radius: 100px;
	padding: 5px;
	width: 40%;
	height: 20px;
	position: absolute;
	top:50px;
	margin-top: -150px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(2px);

}
.branco_2{
	background-color: #fff;
	border-radius: 120px;
	padding: 10px;
	width: 60%;
	height: 100px;
	position: absolute;
	top:0px;
	margin-top: 480px;
	margin-left: 240px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(18px);

}
.verde_1{
	background-color: #89BF00;
	border-radius: 60px;
	padding: 5px;
	width: 30%;
	height: 80px;
	position: absolute;
	top:50px;
	margin-top: 200px;
	margin-left: 250px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(15px);

}

.magentaGrandeTras_1{
	background-color: #BC00B3;
	border-radius: 60px;
	padding: 5px;
	width: 30%;
	height: 60px;
	position: absolute;
	top:200px;
	margin-top: 100px;
	margin-left: 20px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(.5	px);
}

.amareloGrande_1{
	background-color:#E8FF00;
	border-radius: 100px;
	padding: 30px;
	width: 60%;
	height: 50px;
	position: absolute;
	top:0px;
	margin-left: 200px;
	margin-top: 320px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(10px);

}

.amareloGrandeTras_1{
	background-color:#E8FF00;
	border-radius: 100px;
	padding: 50px;
	width: 50%;
	height: 30px;
	position: absolute;
	top:0px;
	margin-left: 60px;
	margin-top: 300px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(0.5px);

}
	
}


/*-----------------------Media de 480px------------------*/

@media only screen and (max-width:480px){

	#home{
		position: relative;
		background-color:#3399cc;
		width: 100%;
		height: auto;
		padding-top: 60px;
	}

	.contemSaudacao{
		width: 100%;
		

	}
	.cabecalhoSaudacao{
		width: 100%;
		
	}
	
	.cabecalhoSaudacao h1{
	font-size: 4em;
	font-family:"Lost in Wild"!important;
	color: aliceblue;
	line-height: 2em;	
}
	.textoSaudacao{
	font-size: 1em;
	font-family: 'Julius Sans One', sans-serif;
	color: aliceblue;
	width: 80%;
	text-align: center;
	margin: 0px auto;

	}
	.contemAvatar{
		background: transparent;
		width: 100%

	}

	.avatarApresentacao{
		width: 100%;

	}	
	
	.avatarApresentacao img{
		width: 40%;
		padding-right: 10px;
		padding-top: 20px;
	}
	
	.imgParallax{
	position:absolute;
	width: 100%;
	height: 300px;
}
	#layerMaoDesenhando{ 
	width: 50%;
	margin-left: 95px;
	margin-top: -75px;
	position: absolute;
	top:0px;
	left: 100px;
}
	
	
	#layerMaoDesenhando img{ 
	filter: blur(5px);
	width: 80%;
}
#layerAntebracoDesenhando{ 
	filter: blur(2px);
	width: 30%;
	position: absolute;
	top:0px;
	left: 100px;
	margin-left: 170px;
	margin-top: -190px;
}

#layerAntebracoDesenhando img	{
	filter: blur(2px);
	width: 80%;

	}
	
.magentaGrande_1{
	background-color: #BC00B3;
	border-radius: 60px;
	padding: 5px;
	width: 30%;
	height: 60px;
	position: absolute;
	top:200px;
	margin-top: 200px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(6px);

}
.magentaGrandeTras_1{
	background-color: #BC00B3;
	border-radius: 60px;
	padding: 5px;
	width: 30%;
	height: 60px;
	position: absolute;
	top:200px;
	margin-top: -200px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(6px);
	z-index: 1;
}
.branco_1{
	background-color: #fff;
	border-radius: 60px;
	padding: 5px;
	width: 20%;
	height: 20px;
	position: absolute;
	top:50px;
	margin-top: 50px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(2px);

}
.branco_2{
	background-color: #fff;
	border-radius: 60px;
	padding: 10px;
	width: 60%;
	height: 40px;
	position: absolute;
	top:0px;
	margin-top: 200px;
	margin-left: 60px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(10px);

}
.verde_1{
	background-color: #89BF00;
	border-radius: 60px;
	padding: 5px;
	width: 30%;
	height: 20px;
	position: absolute;
	top:50px;
	margin-top: 100px;
	margin-left: 60px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(2px);

}


.magentaGrande_2{
	background-color: #BC00B3;
	border-radius: 100px;
	padding: 30px;
	width: 40%;
	height: 50px;
	position: absolute;
	top:400px;
	margin-left: 160px;
	margin-top: 120px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(10px);

}	
.amareloGrande_1{
	background-color:#E8FF00;
	border-radius: 100px;
	padding: 50px;
	width: 60%;
	height: 50px;
	position: absolute;
	top:400px;
	margin-left: 100px;
	margin-top: 120px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(10px);
}

	.amareloGrandeTras_1{
	background-color:#E8FF00;
	border-radius: 100px;
	padding: 10px;
	width: 30%;
	height: 30px;
	position: absolute;
	top:0px;
	margin-left: 250px;
	margin-top: 320px;
	transform: rotate(-45deg)!important;
	-webkit-transform: rotate(-45deg);
	filter: blur(0.5px);

}
	
}
/* ---- Termina Home ----------------*/


/* ---- Começa Sobre Mim ----------------*/
#sobreMim{
	position: relative;
	background-color:#fff;
	width: 100%;
	padding-top: 200px;
	margin-top: -180px;
}

.tituloSobreMim h1{
	font-family: 'Cinzel Decorative', cursive;
	font-size: 3em;
	color: #3399cc;
	text-align: center; 
	width: 80%;
	margin: 0px auto;
}

.paragrafoSobreMim{
	font-size:1.2em;
	font-family: 'Asap';
	margin: 0px auto;
	text-align: justify;
	width: 80%;
	color: #666666;
}

.foto{
	width: 90%;
	margin: 5px auto;
	text-align: center;
	border-radius: 100px;
}


.foto img{
	width: 60%;
	border-radius: 200px;
}

.contemDepoimento{
	width: 50%;
	float: right;
	margin-top: 50px;
	display: none;
	
}

.depoimento{
	display: inline;
	border-bottom: 1px solid coral;
	border-top: 1px solid coral;
	text-align: right;
	
}

.depoimento img{
	float: left;
	padding: 5px;
	margin: 5px;
}

.depoimento p{
	display: block;
}
.fotoDepoimento{
	width: 20%;
	padding: 5px;
	margin: 5px;
}

.textoDepoimento{
	font-family: 'Asap';
	font-style: italic;
	width: 80%;
	word-wrap: break-word;
	text-align: right;
	margin-left: 120px;

}

.aspas{
	font-size:2em;
	line-height: 1em;
}

.autorDepoimento{
	font-size: .7em;
	font-style: normal;
}
@media only screen and (max-width:1360){
	
	.depoimento{
	display: inline;
	border-bottom: 1px solid coral;
	border-top: 1px solid coral;
	text-align: right;
	
}

.depoimento img{
	float: left;
	padding: 5px;
	margin: 5px;
}

.depoimento p{
	display: block;
}
}

@media only screen and (max-width:480px){
	
#sobreMim{
position: relative;
background-color:#fff;
width: 100%;
padding-top: 0px;
}
.tituloSobreMim{
	
}
.paragrafoSobreMim{
	font-size:1em;
	font-family: 'Asap';
	margin: 0px auto;
	text-align: justify;
	width: 80%;
}
	
.tituloSobreMim h1{
	font-family: 'Cinzel Decorative', cursive;
	font-size: 1.5em;
	color: #3399cc;
	text-align: center; 
	width: 80%;
	margin: 0px auto;
}

.paragrafoSobreMim{
	font-size:1.2em;
	font-family: 'Asap';
	margin: 0px auto;
	text-align: justify;
	width: 80%;
	color: #666666;
}

.foto{
	width: 90%;
	margin: 5px auto;
	text-align: center;
	border-radius: 100px;
}

.foto img{
	width: 60%;
	border-radius: 100px;
}

.contemDepoimento{
	width: 100%;
	float: right;
	margin-top: 50px;
	
}

.depoimento{
	display: inline;
	border-bottom: 1px solid coral;
	border-top: 1px solid coral;
	text-align: right;
	
}

.depoimento img{
	float: left;
	padding: 5px;
	margin: 5px;
}

.depoimento p{
	display: block;
	}
.contemDepoimento p{
	text-align: right;
}
	
.fotoDepoimento{
		
	}
	
}




/* ---- termina Sobre Mim ----------------*/


/* ---- Começa Portfolio ----------------*/
#portfolio{
	position: relative;
	background-color:#F3F3F3;
	width: 100%;
	padding-top: 200px;
}

.slideshow {
	margin: auto;
	 }
.cabecalhoPortifolio{
	width: 100%;
	margin: 0px auto;
	text-align: center;
	display: block!important;
	margin-bottom: 10px;
}

.cabecalhoPortifolio h1{
	font-family: 'Cinzel Decorative', cursive;
	font-size: 3em;
	color: #3399cc;
	
}

.contemPortifolio{
	width:100%;
	margin: 0px auto;
}

.contemPortifolio ul li{
	width:25%;
	height: auto;
	float: left;
	display: inline-block;
}

.contemPortifolio img{
	width: 100%;
	height: auto;
}
#portfolioInterno{
	position: relative;
	background-color:#F3F3F3;
	width: 100%;
	padding-top: 20px;
}
@media only screen and (max-width:480px){
	
	#portfolio{
	position: relative;
	background-color:#F3F3F3;
	width: 100%;
	padding-top: 50px;
}
	
	#portfolioInterno{
	position: relative;
	background-color:#F3F3F3;
	width: 100%;
	padding-top: 20px;
	display: block!important;
}


.cabecalhoPortifolio{
	width: 100%;
	margin: 0px auto;
	text-align: center;
	display: block!important;
	margin-bottom: 10px;
}

.cabecalhoPortifolio h1{
	font-family: 'Cinzel Decorative', cursive;
	font-size: 1.5em;
	line-height: 2.5;
	color: #3399cc;
	line-height:normal;
	
}

.contemPortifolio{
	width:100%;
	margin: 0px auto;
}

.contemPortifolio ul li{
	width:100%;
	height: auto;
	float: none;
	display: block;
}

.contemPortifolio img{
	width: 100%;
	height: auto;
}
}
/* Efeitos da Galeria */

.view {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 1px #e6e6e6;
    cursor: default;
    background: #fff url(../img/bgimg.jpg) no-repeat center center;
}
.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
	font-family: 'Asap', sans-serif;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.5em;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 160px 0 0 0
}
.view p {
    font-family: 'Julius Sans One', sans-serif;
    font-style: italic;
    font-size: 0.8em;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background:#D97300;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
	border-radius: 12px;
}
.view a.info:hover {
    box-shadow: 0 0 5px #000;
	border-radius: 12px;
}

.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(0,100,173, 0.7); 
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}
.view-first:hover img { 
	transform: scale(1.5);
} 
.view-first:hover .mask { 
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}


/* Fim de efeitos da Galeria */
.contemInformacaoCliente{
	background-color: #3399cc;
}
.gridTrabalhos{
	width: 80%;
	float: left;
	display: inline-flex;
	margin: 0px auto;
	
}
.gridTrabalhos ul li img{
	float: left;
	display: inline-flex;
}
.gridTrabalhos img{
	width: 31.3%;
	height: auto;
	margin: 5px;
	
}
/* Pagina Interna */
@media only screen and (max-width:480px){
.contemInformacaoCliente{
	background-color: #3399cc;
}
.gridTrabalhos{
	width: 100%;
	float: left;
	display: inline-flex;
	margin: 0px auto;
	
}
.gridTrabalhos ul li img{
	float: left;
	display: inline-flex;
}
.gridTrabalhos img{
	width: 45%;
	height: auto;
	margin: 5px;
	}
.espacoVideo{
	padding: 10px;
	position: relative;
	display: block;
	width: 100%;
}
.video{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding-bottom:56.25%
}
.video iframe{
	padding-bottom: 20px;
}
.video p{
		text-align: center;
	}
}
/* ---- Termina Portfolio ----------------*/


/* ---- Começa Contato ----------------*/
#contato{
	background-color: #000;
	width: 100%;
	padding-top: 100px;
	position: relative;
}
#contato-2{
	background-color: #000;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
}

.contemGridContato
{
	margin: 0px auto;
	width: 70%;
	z-index: 100 !important;
}
.saudacaoContato{
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}

.saudacaoContato h1{
	font-size: 3em;
	font-family: 'Cinzel Decorative', cursive;
	color: #006699;
	line-height: 2em;
	padding-top: 150px;
	}

.saudacaoContato p{
	font-size: 1em;
	font-family: 'Cinzel Decorative', cursive;
	color: #fff;
	padding-left: 10px;
	width: 100%;
}


.formulario{
	width: 50% !important;
	font-family: 'Cinzel Decorative', cursive;
	z-index: 1000!important;
}

#itemForm{
	color: #fff;
	margin: 5px 5px 5px 0px;
}


.formulario input{
	width: 180% !important;
	border-radius: 10px;
	height: 30px; 
	border: 1px solid darkorange;
}
.formulario textarea{
	width: 180% !important;
	border-radius: 10px;
	height: 150px; 
	border: 1px solid darkorange;
}
.inputsEnviar{	
	width: 100%;
	position: relative;
	display: block;
}

.inputsEnviar div{
	width: 100%;
	height:auto;
	display:inline-block;
	float: left;
}

.inputsEnviar input{
	width: 60% !important;
	height: auto;
	border: none;
}

.informacoesContato{
	font-family: 'Asap', sans-serif;
	color: #fff;
}

.informacoesContato h2{
	font-size: 2em;	
	color: #fff;
}

.detalheInformacao{
	color: darkorange;	
}

.informacoesContato span{
	color: coral;
}

.informacoesContato img{
	width: 50% !important;
}

.informacoesContato a{
	color:white;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}
.informacoesContato a:hover{
	animation: menuHover .5s ease-in;
	color:darkorange;
}
@media only screen and (max-width:480px){
	#contato{
	background-color: #000;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
	display: block;
	margin-top: 1400px;
}
	#contato-2{
	background-color: #000;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
}
.contemGridContato
{
	margin: 0px auto;
	width: 70%;
	z-index: 100 !important;
}
	
	.saudacaoContato h1{
	font-size: 1.5em;
	font-family: 'Cinzel Decorative', cursive;
	color: #006699;
	line-height: 2em;
	padding-top: 20px;
	/*border: 1px solid #000;*/
}
	/*    width: 100% !important;
    }
    .formulario input, .formulario textarea {
        width: 100% !important;
    }*/
	
}


/* ---- Termina Contato ----------------*/

/* ----------------   Termina Conteudo   ------------------------------------------------------------------------------------------*/



/* ----------------   Rodapé   ------------------------------------------------------------------------------------------*/
.rodape{
	margin: 0px auto;
	padding: 20px 5px;
	text-align: center;
	width: 100%;
	font-family: "Asap";
	font-size: 0.8em;
	color: #fff;
	background-color: #000;
}
/* ----------------   Termina Rodapé   ------------------------------------------------------------------------------------------*/