/* CABEÇALHO */

.site-header {
	position: fixed;
	height: 150px;
	width: 100%;
	z-index: 999;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

@media screen and (min-width: 37.5em) {
	.site-header {
		
	}
}

.site-header-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 20px;
}

@media screen and (min-width: 37.5em) {
	.site-header-content {
		flex-direction: row;
	}
}


.site-title, .site-description {
	display: none;
}

.site-branding {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
}

.main-navigation {
	color: white;
	font-weight: 500;
	position: relative;
	text-transform: lowercase;
}

.main-navigation ul {
		display: flex;
		justify-content: space-around;
}

.main-navigation li {
	
}

.main-navigation a {
	color: white;
}

.main-navigation a:hover {
	color: #f49259;
	text-decoration: underline;
}

.menu-toggle {
	display: none;
}


/*

.main-navigation.toggled ul {
		background-color: rgba(0,0,0,0.5);
		border-right: #111 1px solid;
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 60px;
		right: 0;
		z-index: 999;
	}

	.main-navigation.toggled li {
		border-bottom: #111 1px solid;
		font-size: 1.2em;
		padding: 8px 16px;
	}	

	.main-navigation.toggled li:after {
		display: none;
	}	

	.menu-toggle {
			border: none;
			font-family: FontAwesome;
		font-size: 1.5em;
		background-color: transparent;
		color: #969696;
		padding: 8px;
		float: right;
	}

*/


/* 
 * Vitrine
 */

#vitrine {
	height: 640px;
	background-size: cover;
	background-position: top;
}

@media screen and (min-width: 37.5em) {
	#vitrine {
		
	}
}

.vitrine-conteudo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 0 30px;
}

.vitrine-texto {
	color: #fff;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1;
}

.vitrine-texto a {
	color: white;
	text-decoration: none;
}

.vitrine-chamada {
	font-size: 0.4em;
	font-weight: 300;
	margin-top: 12px;
}

.vitrine-chamada i {
	color: #f4925f;
	font-size: 2em;
	margin-left: 8px;
	vertical-align: middle;

}


@media screen and (min-width: 37.5em) {
	#vitrine {
		height: 640px;
	}
	
	.vitrine-texto {
		font-size: 3em;
		padding-right: 200px;
	}

}





/* 
 * Trabalhos na capa
 */

.trabalhos-lista-capa {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1170px;
	margin: 100px auto;
}

.trabalho-cartao-capa {
	height: 300px;
	width: 300px;
	margin-bottom: 10px;
	position: relative;
}

.trabalho-cartao-capa-imagem {
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.trabalho-cartao-capa-info {
	background-color:rgba(87,42,57,0.85);
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	height: 300px;
	width: 300px;
	padding: 30px;
	text-align: center;
}

@media screen and (min-width: 37.5em) {
	.trabalho-cartao-capa {
	height: 350px;
	width: 350px;
	margin-bottom: 50px;
	position: relative;
}
	.trabalho-cartao-capa-info {
		height: 350px;
	width: 350px;
	
	}
}

.trabalho-cartao-capa-info a {
	color: white;
	text-decoration: none;
}

.trabalho-cartao-capa-titulo {
	font-size: 1.5em;
	line-height: 1.2em;
}

.trabalho-cartao-capa-tipos {
	color: #f4925f;
	font-style: italic;
	list-style: none;
	margin: 15px;
	padding: 0;
}

.trabalho-cartao-capa-tipos li {
	font-size: 0.8em;
}

.trabalho-cartao-capa-tipos li:before {
	content: '+';
}

.trabalho-cartao-capa-url i {
	color: #b76879;
	font-size: 3em;
}

.trabalho-cartao-capa-info {
	display: flex;
	cursor: pointer;
}


@media screen and (min-width: 37.5em) {
	.trabalho-cartao-capa-info {
	display: none;
}
	.trabalho-cartao-capa-imagem:hover .trabalho-cartao-capa-info {
	display: flex;
	cursor: pointer;
}
}


/* 
 * Cabeçalho da página
 */

.entry-header {
	overflow: auto;
	padding: 20px;
}


@media screen and (min-width: 37.5em) {

	.entry-header {
		max-width: 1170px;
		margin: 0 auto;
		padding: 32px 0;
	}

	.pagina-titulo {
		max-width: 40%;
		float: left;
	}
	
	.pagina-titulo .entry-title {
		font-size: 48px;
		line-height: 1;
		margin-top: 0;
		padding: 0 30px;
		text-align: right;
		
	}

	.pagina-intro {
		float: left;
		margin: 10px;
		max-width: 46%;
	}

}


/* Conteúdo */

.entry-content {
	clear: both;
	margin: 0 auto;
	max-width: 1170px;
	padding: 20px;
}

/* Trabalho conteúdo */

.trabalho-tipos {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0 20px;
}

.trabalho-tipos li {
	border: 2px solid #f4925f;
	border-radius: 32px;
	color: #f4925f;
	margin: 4px;
	padding: 4px 8px;
	
}


/* Barra do rodapé */

.widget-area  {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 100px auto 50px;
	max-width: 920px;
}

@media screen and (min-width: 37.5em) {
	.widget-area  {
	flex-direction: row;
	justify-content: space-around;
	
}
	#nav_menu-2 {
	width: 40%;
}

	
}


.menu-social-container {
	height: 100%;
}

#menu-social {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-social li a {
	color: #f4925f;
	font-size: 2em;
	margin-right: 24px;
	text-decoration: none;
}


/* Rodapé */

.site-footer {
	margin: 0 auto 50px;
	max-width: 920px;
}
.site-info {
	float:right;
	margin-right: 24px;

}

/* SOBRE */

.clientes-lista {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin: 0 auto;
	max-width: 1170px;
}

.cliente-cartao {
	margin: 10px;
	width: 100px;
}

/* Sócios */

.socios-lista {
	background-color: #e96b00;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0;
}

.socio-cartao {
	background-repeat: no-repeat;
	background-size: contain;
	color: white;
	display: flex;
	height: 400px;
	width: 100%;
}



.socio-cartao-esq {
	background-size: auto 100%;
	background-position: left top;
	padding: 50px 10% 20px 40%;
}
	.socio-cartao-dir {
	background-size: auto 100%;
	background-position: right top;
	padding: 50px 40% 20px 10%;
}

@media screen and (min-width: 850px) {
	.socio-cartao {
		width: 50%;
	}
	.socio-cartao-esq {
	padding: 50px 10% 20px 20%;
}
	.socio-cartao-dir {
	padding: 50px 20% 20px 10%;
}
}

.socio-cartao-conteudo {
	
}

.socio-nome {
	font-size: 1.6em;
	text-transform: uppercase;
}

.socio-nome span {
	font-weight: 900;
}

.socio-email a {
	color: white;
	text-decoration: none;
}

.socio-email a:hover {
	color: #f4925f;
}

.socio-social {
	display: flex;
	align-items: center;
}

.socio-icone-social {
	font-size: 24px;
	padding-right: 16px;
}

.socio-icone-social a {
	color: white;

}

.socio-texto {
	font-size: 0.65em;
}

