/*
	Site desenvolvido por Movila Design	
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
CORES

ROXO ESCURO: #272126;
ROXO: #57375b;
AMARELO: #efab1e;
BORDÔ: #981e2a;
CREME: #fffbd5;

*/



/*-------------------------------------------------------------

	GERAL

---------------------------------------------------------------*/


body,html{
	height: 100%;
	min-width: 990px;
	min-height: 600px;
	background: #ddd;
}

body{
}

.clearFix{
	clear: both;
}

.center-wrapper{
	margin: 0 auto;
	width: 990px;
	height: 100%;
}

strong{
	font-weight: 700;
}

#seta-conteudo{	
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99999;
	display: none;
	width: 40px;
	
}

#popup-bg{
	width: 100%;
	height: 100%;
	background: #57375b;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	opacity: 0.9;
}

#popup{
	position: fixed;
	width: 300px;
	height: 300px;
	display: block;
	top: 100px;
	left: 50%;
	margin-left: -150px;
	text-decoration: none;
	z-index: 999999;
}

#close-popup{
	position: fixed;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	top: 60px;
	left: 50%;
	margin-left: 135px;
	z-index: 99999999;
}

#close-popup:hover{
	color: #efab1e;
}

/*-------------------------------------------------------------

	HEADER

---------------------------------------------------------------*/

header{
	width: 100%;
	height: 100px;
	background: #111;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	
	min-width: 990px;
	font-size: 12px;
	text-align: center;
}



header #menu{
	width: 990px;
	height: 100px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background: #111;
}


header h1{
	width: 330px;
	float: left;
}

header h1 #logo{
	width: 330px;
	height: 90px;
	display: block;
	text-indent: -9999px;
	background: url('images/logo.png') center no-repeat;
}


header #contato-link{
	width: 330px;
	float: right;
	text-align: center;
}

header #sobre-link{
	width: 330px;
	float: left;
	text-align: center;
}

header #contato-link,
header #sobre-link{
	display: block;
	height:15px;
	overflow: hidden;
	line-height: 20px;
	margin-top: 43px;
}


header #contato-link a,
header #sobre-link a{
	width: 330px;
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

header #menu #sobre-link span,
header #menu #contato-link span{
	color: #efab1e;
}



/*-------------------------------------------------------------

	PORTAS

---------------------------------------------------------------*/

#portas{
	width: 100%;
	height: 466px;
	padding-top: 100px; /* ALTURA DO MENU */
	position: relative;
	float: left;
	background: #fff;
	overflow: hidden;
}

#voltar{
	width: 50px;
	height: 100%;
	display: block;
	position: fixed;
	background: url(images/voltar.png) no-repeat #111 center;
	left: -100px;
	bottom: 0;
	padding-left: 0px;
	cursor: pointer;
	z-index: 9999;
-webkit-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

#voltar:hover{
	
	padding-left: 10px;
}


#portas .section{
	height:100%;
	width: 330px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}


#portas .section .door{
	width: 330px;
	height: 486px;
	top: -58px;
	position: absolute;
	z-index: 99;
}

#portas .section .door-title{
	width: 100%;
	height: 700px;
	position: absolute;
	top: 428px;
	left: 0;
	padding: 14px 0;
	color: #fff;
	
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	text-align: center;
	overflow: hidden;
	z-index: 999;
}

#portas .section .description{
	width: 310px;
	height: 30px;
	padding: 8px 10px 10px 10px;
	line-height: 15px;
	position: absolute;
	top: -40px;
	left: 0;
	
	font-family: 'Raleway', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
	z-index: 999;
}

#portas .section .content{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;	
	font-family: 'Raleway', sans-serif;
	color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 999;
}

#portas .section .content .blocked{
	width: 540px;
	margin: 1200px 0 30px 100px;
	float: left;
}

#portas .section .content .blocked p{
	margin-bottom: 24px;
	line-height: 26px;
	font-size: 16px;
	opacity: 0.6;
}

#portas .section .content .blocked p.opening{
	font-size: 22px;
	line-height: 36px;
	opacity: 1;
	margin-top: 100px;
}

#portas .section .content .blocked p a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#portas .section .content .blocked p a:hover{
}

#portas .section .content h3{
	display: block;
	font-size: 14px;
	line-height: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	opacity: 0.4;
	float: left;
	width: 100%;
}

#portas .section .content .blocked .vitrine{
	width: 100%;
	padding-bottom: 50px;
	overflow: hidden;
}

/* 
 * 
 * 	TRABALHOS dentro das Portas 
 * 
 */


#portas .section .content .blocked .trabalho{
	display: block;
	float: left;
	overflow: hidden;
	width: 260px;
	height: 180px;
	margin: 5px;
	color: #fff;
	position: relative;
	text-decoration: none;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#portas .section .content .blocked .trabalho h4{
	font-weight: 700;
	position: absolute;
	padding: 15px;
	top: 0;
	left: 0;
	text-shadow: 0px 0px 15px #000;
	z-index: 1;
	
-webkit-transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
   -moz-transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
     -o-transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */

-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */
}

#portas .section .content .blocked .trabalho:hover h4{
	
	opacity: 0;
}

#portas .section .content .blocked .trabalho .trabalho-thumb{
	width: 260px;
	height: 180px;
	border: none;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
-webkit-transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
   -moz-transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
     -o-transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */

-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */
}

/* hover */
#portas .section .content .blocked .trabalho:hover .trabalho-thumb{
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
}

#portas .section .content .blocked .trabalho .trabalho-descricao{
	padding: 15px;
	text-align: left;
	position: absolute;
	bottom: 10px;
	left: 0;
	opacity: 0;

-webkit-transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
   -moz-transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
     -o-transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */

-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */
}

#portas .section .content .blocked .trabalho:hover .trabalho-descricao{
	opacity: 1;
	bottom: 0;
}

#portas .section .content .blocked .trabalho .trabalho-descricao li{
	margin-top: 10px;
	line-height: 16px;
	font-size: 14px;
	
}

#portas .section .content .blocked .trabalho .trabalho-descricao li strong{
	text-transform: uppercase;
}

/* 
 * 
 * 	PRÊMIOS dentro das Portas 
 * 
 */

#portas .section .content .blocked .premio{
	float: left;
	margin-bottom: 30px;
}


#portas .section .content .blocked .premio h4{
	font-weight: 700;
	margin-bottom: 10px;
}

#portas .section .content .blocked .premio .premio-thumb{
	float: left;
	margin-right: 20px;
	width: 250px;
	border-radius: 5px;
}

#portas .section .content .blocked .premio ul{
	width: 270px;
	float: left;
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
}


/*********** SHOW ***********/

#portas #show{
}

#portas #show .door-title,
#portas #show .description{
	background: #981e2a	
}

#portas #show .door{
	background: url(images/portas/show.png) no-repeat;
	background-position: center 85px;
	right: 0;
}

/*********** CORPORATIVO ***********/

#portas #corporativo{
}

#portas #corporativo .door{
	background: url(images/portas/corporativo.png) no-repeat;
	background-position: center 85px;
	right: 0;
}


#portas #corporativo .door-title,
#portas #corporativo .description{
	background: #272126;
}

#portas #corporativo #clientes{
	margin-bottom: 40px;
}
/*********** social ***********/

#portas #social{
	
}

#portas #social .door{
	background: url(images/portas/social.png) no-repeat;
	background-position: center 85px;
	left: 0;
}

#portas #social .content .blocked{
	float: right;
	margin: 1020px 50px 20px 0px;
}

#portas #social .door-title,
#portas #social .description{
	background: #57375b;
}


/*-------------------------------------------------------------

	SOBRE

---------------------------------------------------------------*/

#sobre{
	width: 100%;
	position: absolute;
	left: 0;
	top: 100px;
	background: #57375b;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	display: none;
	overflow-y: hidden;
	overflow-x: hidden;
	z-index: 9999;
}

#sobre .center-wrapper{
	width: 930px;
	padding: 0 30px;
	overflow: visible;
	height: auto;
}

#sobre .center-wrapper h2{
	font-size: 120px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 100px;
	letter-spacing: -2px;
	margin-top: 40px;
	color: #fff;
}

#sobre .center-wrapper h2 span{
	color: #efab1e;

}


#sobre .center-wrapper h3{
	font-size: 14px;
	line-height: 40px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	opacity: 0.4;
	display: block;
	float: left;
	text-align: center;
}

#sobre .center-wrapper p{
	line-height: 30px;
	opacity: 0.6;
	margin-bottom: 20px;
	line-height: 24px;
}


#sobre .center-wrapper .half{
	width: 465px;
	float: left;
	margin-bottom: 40px;
	margin-top: 50px;
}

#sobre .center-wrapper .half.right{
	margin-top: 60px;
}

#sobre .center-wrapper p.opening{
	font-size: 24px;
	line-height: 40px;
	opacity: 1;
}

#sobre b{
	font-weight: 700;
	opacity: 1;
}




/* 
 * 
 * 	Sócios
 * 
 */
 
 
#sobre .center-wrapper #socios{
	width: 100%;
}

#sobre .center-wrapper .bio-trigger{
	width: 465px;
	height: 500px;
	float: left;
	display: block;
	margin-bottom: 40px;
	position: relative;
}

#sobre .center-wrapper .bio-trigger#gabriel{
	background: url('images/profile/gallo.jpg') center no-repeat;
	background-size: cover;
}


#sobre .center-wrapper .bio-trigger#natalia{
	background: url('images/profile/natalia.jpg') top center no-repeat;
	background-size: cover;
}


#sobre .center-wrapper .bio-trigger h5{
	position: absolute;
	width: 100%;
	bottom: 35px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	z-index: 3;
	display: block;
	opacity: 0.6;
	
-webkit-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
   -moz-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
     -o-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */

-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */
}

#sobre .center-wrapper .bio-trigger:hover h5{
	opacity: 1;
}


#sobre .center-wrapper .bio{
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
	display: none;
}

#sobre .center-wrapper .bio p{
	margin-bottom: 10px;
}

#sobre .center-wrapper .bio .bio-text{
	
	width: 100%;
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
}

#sobre .center-wrapper .bio h4{

	margin-top: 30px;
	font-weight: 700;
	font-size: 30px;
	float: right;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}


/* 
 * 
 * 	Parceiros
 * 
 */


#sobre .center-wrapper #parceiros{
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}


#sobre .center-wrapper #parceiros .parceiro{
	width: 280px;
	padding: 0 15px;
	float: left;
	min-height: 550px;
}


#sobre .center-wrapper #parceiros .parceiro h4{
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

#sobre .center-wrapper #parceiros .parceiro img{
	width: 280px;
	height: 280px;
	background: #eee;
}

#sobre .center-wrapper #parceiros .parceiro p{
	font-size: 14px;
	line-height: 18px;
}

/*-------------------------------------------------------------

	CONTATO

---------------------------------------------------------------*/

#contato{
	width: 100%;
	height: 1000px;
	position: absolute;
	left: 0;
	top: 100px;
	background: #efab1e;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	display: none;
	overflow: hidden;
	z-index: 9999;
}

#contato .center-wrapper{

	width: 930px;
	padding: 0 30px;
	overflow: visible;
	height: auto;
}

#contato .center-wrapper h2{
	font-size: 120px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 100px;
	letter-spacing: -2px;
	margin-top: 40px;
	color: #fff;
}

#contato .center-wrapper h2 span{
	color: #981e2a;
}

#contato .center-wrapper h3{
	font-size: 14px;
	line-height: 40px;
	width: 500px;
	margin-bottom: 20px;
	margin-top: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	opacity: 0.4;
}



#contato .center-wrapper a{
	color: #fff;
	text-decoration: none;
}

#contato .center-wrapper #contact-text{

	margin-top: 100px;
}


#contato .center-wrapper p{
	line-height: 30px;
	opacity: 0.6;
	margin-bottom: 20px;
	line-height: 24px;
}

#contato .center-wrapper p.opening{
	
	font-size: 22px;
	line-height: 36px;
	opacity: 1;
}



#contato .center-wrapper #contact-text .rede-social{
	float: left;
	display: block;
	margin: 0 10px;
	margin-top: 30px;
	opacity: 0.8;
}

#contato .center-wrapper #contact-text .rede-social:hover{
	opacity: 1;	
}

#contato .center-wrapper .half{
	width: 465px;
	float: left;
	margin-top: 50px;
}


#contato #contact-info{
	width: 930px;
	margin-top: 40px;
	overflow: hidden;
	float: left;
}

#contato .center-wrapper .telefone,
#contato .center-wrapper .email{
	text-align: center;
	font-weight: bold;
	position: relative;
}

#contato .center-wrapper .telefone a{
	width: 465px;
	float: left;
	font-size: 38px;
	text-align: center;
	margin-top: 10px;
	
}

#contato .center-wrapper .telefone #telefone-gancho{
	position: absolute;
	z-index: 1;
}

#contato .center-wrapper .telefone #telefone-base{
	position: relative;
	z-index: 2;	
}

#contato .center-wrapper .telefone:hover #telefone-gancho{
	top: -10px;
	-webkit-transform: rotate(-5deg);	
	-moz-transform: rotate(-5deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

#contato .center-wrapper .email span{
	width: 465px;
	float: left;
	font-size: 26px;
	line-height: 44px;
	margin-top: 40px;
	text-align: center;
}


#contato .center-wrapper .email img:hover{
	-webkit-transform: rotate(5deg);	
	-moz-transform: rotate(5deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/*-------------------------------------------------------------

	DOODLES

---------------------------------------------------------------*/

#storydoodles{
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	overflow: hidden;
	display: none;
}

#storydoodles .doodle{
	width: 100%;
	height: auto;
	float: left;
}


/*-------------------------------------------------------------

	FOOTER

---------------------------------------------------------------*/


footer{
	width: 100%;
	float: left;
	background: #ddd;
	overflow: hidden;
}

footer #porao{
	display: block;
	width: 500px;
	height: 163px;
	margin: 30px auto;
	position: relative;
}

footer #porao img{
	width: 100%;
	height: auto;
	background: #ddd;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */

-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */
}

footer #porao #porao-desligado{
	z-index: 1;
}

footer #porao:hover #porao-desligado{
	opacity: 0;
}

