@charset "UTF-8";

html
{
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	
}

body
{	
	margin-left: 10px;
	margin-right: 10px;
	
	
}



#rodape{ /*needed to center bg */
	margin: 5px; 
	width: 100%; 
	min-height:100%;
	
	

	
}

.vertical-space {
	height: 50px;
	
}
/**********************  LINKS  ***********************/


h1
{
	
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color:#000000;
	font-style: normal;
	font-weight: 400;
	margin-top: -14px;
	line-height: 22px;
	text-rendering: optimizeLegibility;

	
	
	
}



h2
{
	
	font-family: 'Montserrat', sans-serif;
	font-size: 62px;
	color:#000;
	font-style: normal;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	/*max-width: 1024px;*/
	letter-spacing: -3px;
	line-height: 100%;
	float: left;
	margin-bottom:0px;
}





h3 
{
	
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color:#000000;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;



}

h4
{
	
	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	/*max-width: 1200px;*/
	margin-top:22px;
	margin-bottom:0px;
		
}

h5
{
	
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color:#000000;			/* cor do texto */
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	margin-bottom: 50px;

	

}

h6
{
	
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	color:#000;
	font-style: normal;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	/*max-width: 1024px;*/
	letter-spacing: -3px;
	line-height: 100%;
	float: left;
}

h3 a, h5 a, h2 a, h6 a
{
	color:#000;			/* cor do texto */
	font-style:italic;
	text-decoration:underline;
	font-weight: 400;
	
}

h3 a:visited, h3 a:hover, h5 a:visited, h5 a:hover, h2 a:visited, h2 a:hover, h6 a:visited, h6 a:hover
{
	font-weight: 700;
	color:#000000;	
	font-style:normal;
	
}




a, a:visited
{
	color:#8f8f8f;
	text-decoration:none;
}


a:hover
{
	color:#444444;
	
	
	
}


b 
{
	color:#000000;
	font-weight: 700;

}






/**********************  CABECALHO  ***********************/

.hifen
{
	
	float: left;
	width: 80px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	overflow: hidden;

}



.post
{

	float: left;
	width: 300px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	overflow: hidden;

}



.logo
{
	
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	color:#000;
	font-style: normal;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	/*max-width: 1024px;*/
	letter-spacing: -1px;
	line-height: 88%;
	float: left;
	
	width: 300px;
	height: 100px;
	margin-right: 5px;
	margin-top: -5px;
	margin-left: 5px;
	
	

}

.logo a
{

	color:#000;
	
}

.linguas
{
	
	float: left;
	font-size: 11px;
	width: 300px;
	font-weight: 400;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 5px;
	overflow: hidden;

}

.intro
{
	
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	/*margin-bottom: 125px;*/
	max-width: 800px;
	
	overflow: hidden;

}


div#menulink 
{
	

	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color:#aaaaaa;
	font-style: normal;
	font-weight: 400;
	margin-top:-5px;
	line-height: 150%;
	

}

div#menulink a
{
	

	/* background:#000000; */
	color:#aaaaaa;
	
	

}


div#menulink a:hover
{
	

	/* background:#000000; */
	color:#000000;

}


.espelho
{
	unicode-bidi:bidi-override;
	direction:rtl;
}


/**
div#logo
{
	

	font-family: 'Montserrat', sans-serif;
	font-size: 33px;
	color:#000000;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 32px;
	margin-top:-2px;
	

}

**/

/**********************  PORTFOLIO  ***********************/


.texto
{
	
	float: left;
	width: 610px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	overflow: hidden;

}



.tipo
{
	
	float: left;
	width: 200px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	overflow: hidden;

}



/**********************  SOBRE MIM  ***********************/

.about
{
	
	float: left;
	width: 300px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	overflow: hidden;

}


/**********************  REDES  ***********************/

facebook a{
	
	margin-top: -4px; 
	/** margin-left: 20px;***/
	width: 27px;
	height: 26px;
		
	background: url(img/facebook.png)no-repeat center center;
	
	display: block;
	position: absolute;
	opacity: .4;

	-moz-transition: all .3s ease; 
	-webkit-transition:  all .3s ease; 
	-o-transition:  all .3s ease; 
	-ms-transition: all .3s ease;
	transition:  all .3s ease;
	
}

facebook a:hover{
	background: url(img/facebook-over.png)no-repeat center center;
	opacity: 1;
}

facebook1 a{ margin-top: -4px; width: 27px; height: 26px; background: url(img/facebook.png)no-repeat center center; display: block; position: absolute; opacity: 1;}
facebook1 a:hover{ background: url(img/facebook-over.png)no-repeat center center;}
behance1 a{ margin-top: -4px; margin-left: 35px; width: 27px; height: 26px; background: url(img/behance.png)no-repeat center center; display: block; position: absolute; opacity: 1;}
behance1 a:hover{ background: url(img/behance-over.png)no-repeat center center;}
instagram1 a{ margin-top: -4px; margin-left: 70px; width: 27px; height: 26px; background: url(img/instagram.png)no-repeat center center; display: block; position: absolute; opacity: 1;}
instagram1 a:hover{ background: url(img/instagram-over.png)no-repeat center center;}

behance a{
	
	margin-top: -4px; 
	margin-left: 35px;
	width: 27px;
	height: 26px;
		
	background: url(img/behance.png)no-repeat center center;
	
	display: block;
	position: absolute;
	opacity: .4;

	-moz-transition: all .3s ease; 
	-webkit-transition:  all .3s ease; 
	-o-transition:  all .3s ease; 
	-ms-transition: all .3s ease;
	transition:  all .3s ease;
	
}

behance a:hover{
	background: url(img/behance-over.png)no-repeat center center;
	opacity: 1;
}


instagram a{
	
	margin-top: -4px; 
	margin-left: 70px;
	width: 27px;
	height: 26px;
		
	background: url(img/instagram.png)no-repeat center center;
	
	display: block;
	position: absolute;
	opacity: .4;

	-moz-transition: all .3s ease; 
	-webkit-transition:  all .3s ease; 
	-o-transition:  all .3s ease; 
	-ms-transition: all .3s ease;
	transition:  all .3s ease;
	
}

instagram a:hover{
	background: url(img/instagram-over.png)no-repeat center center;
	opacity: 1;
}


.contactos {
	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color:#000000;
	font-weight: normal;
	width: 290px;
	height: 100%;
	margin-right: 5px;
	margin-bottom: 50px;
	overflow:hidden;		
	position:relative;
	float:left;
	

	
}

.contactos a:hover {
	

	font-weight: bold;
	
}





/**********************    ***********************/




.logo img 
{
	border: 0px;
	
}




.post img 
{
	
	margin-bottom: 8px;
 	margin-top: 20px;
	border: 0px;
	
}





div#portfoliotitulo 
{
	

	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color:#000000;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 15px;
	line-height: 17px;

}











/**********************  PORTFOLIO  ***********************/




.item 
	{
		width:300px;
		/* height:260px; */
		/*background:url('ajax-loader.gif') no-repeat;*/
			
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 16px;	
		overflow:hidden;		
		position:relative;
		float:left;
			
	}





.item .caption 
	{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color:#ffffff;			/* cor do texto */
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	
		width:300px;
		height:230px;
		background:#000000;
		position:absolute;
		left:0;
		display:none;
		filter:alpha(opacity=100); 	
	  	-moz-opacity:1; 
		-khtml-opacity: 1;  
		opacity: 1;  

	}






.item .caption a 
	{
		text-decoration:none;
		color:#ffffff;
		font-size:18px;
		padding: 10px;			
		display:block;
		width:300px;
		height:230px;
		line-height: 19px;
		
	}

	
.item .portfoliotitulo, .item .portfoliotitulo a
	{
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		color:#000;
		font-weight: 400;
		margin-top: 240px;
		line-height: 11px;
		width:300px;
		height: 30px;
		position:relative;

	}

.item .caption p 

	{
	
		padding:5px;
		margin:0;
		font-size:10px;

	}

.item span
{
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:34px;
	font-style:normal;
	font-weight:400;
}

.item img 
	{
	
		border:0px;
		position:absolute;
		widht: 100%;
		margin-left: -13px;
		
	
		
	
}




.clear 
	{
		clear:both;
		
	}





/**********************  PROJECTOS PAGE  ***********************/





.projecto
{
	
	float: left;
	width: 800px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	background:url('ajax-loader.gif') no-repeat;

}

.projecto img
{
	width: 100%;
}

.descricao
{
	
	float: left;
	width: 150px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	overflow: hidden;

}















/**********************  LINHAS  ***********************/

#linha
{
	background-color:#444444;
	margin-top:0px;
	margin-left:0px;
	width:350px;
	height:1px;
	
}

#linha2
{
	background-color:#000000;
	margin-top:0px;
	margin-left:0px;
	margin-bottom: 30px;
	width:100%;
	height:4px;
	
}


/**********************  RESPONSIVE  ***********************/



@media (max-width: 820px) {
	
	html {
	font-size: 14px;
	}
			
	h1, h3 {
		font-size: 16px;
	}
	
	h2, h6 {
		font-size: 30px;
		letter-spacing: -1px;
		line-height:32px;
	}

	.projecto
	{
		float: right;
		width: 100%;
	}
	
	
}



@media (max-width: 656px) {
	
	html {
	margin-top: 10px;
	font-size: 12px;
	}
	div#menulink {
		font-size: 14px;
	}
		
	.intro {
	margin-top:-20px;
	}
	
	.texto {
	width: 100%;
	}
	
	.vertical-space {
	height: 10px;
	
	}
	
	h1, h3 {
		font-size: 14px;
	}
	h2, h6 {
		font-size: 30px;
		letter-spacing: -1px;
		line-height:32px;
	}

	h4 {
		font-size: 50px;
		margin-top:14px;
	}


	
	.logo
{
	height: 70px;

}

}













