/* GERAL ========================================================== */

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #292c2f;
	box-sizing: border-box;
	overflow-x: hidden;
}

div, header, article, section, footer, h1, h2, h3, h4, h5, h6, p, ul, ul li {
	position: relative;
	box-sizing: border-box;
}

table, input, textarea, select {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	font-weight: 300;
	box-sizing: border-box;
}

.bold {
	font-weight: 400;
}

.none {
	display: none;
}

.total {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1 {
	margin: 0 0 40px 0;
	font-size: 5em;
	font-weight: 700;
	color: white;
	text-align: right;
	text-transform: uppercase;
}

input, select, textarea {
	margin-bottom: 40px;
	padding: 10px 20px;
	font-size: 1.25em;
	color: white;
	background-color: #424244;
	border: none;
}

input:focus, select:focus, textarea:focus {
	outline-color: #9813ca;
}

.botao {
	display: inline-block;
	padding: 8px 30px;
	font-size: 1.25em;
	color: white;
	text-transform: uppercase;
	background-color: #9813ca;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.botao:hover {
	background-color: #be4aea;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

::placeholder {
	color: #c2c2c2;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #c2c2c2;
}

::-ms-input-placeholder {
	color: #c2c2c2;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
}


/* HEADER ========================================================== */

#cabecalho {
	position: fixed;
	top: 0;
	Left: 0;
	width: 100%;
	padding: 30px 2%;
	background-color: transparent;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	z-index: 2;
}

#cabecalho.fixo {
	padding: 10px 3%;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#cabecalho .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#cabecalho .container-fluid .logo {
	width: 194px;
	height: 40px;
	pointer-events: none;
	flex-basis: 194px;
}

#cabecalho .container-fluid .menu {
	margin-right: 2%;
	flex-grow: 2;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#cabecalho .container-fluid .menu.aberto {
	margin-right: 2%;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#cabecalho .container-fluid .menu ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

#cabecalho .container-fluid .menu ul li {
	display: inline-block;
	margin: 10px 16px;
	font-size: 1.25em;
	font-weight: 400;
	text-align: right;
	text-transform: uppercase;
}

#cabecalho .container-fluid .menu ul li a {
	color: #bfc6ca;
	text-decoration: none;
}

#cabecalho .container-fluid .menu ul li.ativo a, #cabecalho .container-fluid .menu ul li a:hover {
	color: white;
}

#cabecalho .container-fluid .burger {
	text-align: right;
	flex-basis: 36px;
}

.hamburger.is-active, .hamburger {
	padding: 18px 15px 12px 15px;
	opacity: 0.6;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	height: 3px;
	background-color: white;
}

.hamburger.is-active:hover, .hamburger:hover {
	opacity: 1;
}

.hamburger-inner:before, .hamburger-inner:after {
	width: 28px;
}

.hamburger.is-active .hamburger-inner:before, .hamburger.is-active .hamburger-inner:after {
	width: 40px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
	background-color: white;
}

.nav-link {
	padding: 0;
}


/* BANNERS ========================================================== */

#banners {
	width: 100%;
	height: 820px;
}

#banners .banner {
	background-position: center center;
	background-repeat: no-repeat;
}

#banners .container {
	height: 100%;
	height: 100%;
}

#banners .container h1 {
	position: absolute;
	top: 40%;
	right: 0;
	font-size: 5em;
	font-weight: 700;
	color: white;
	text-align: right;
	text-transform: uppercase;
}

#banners .container h1 br, #banners .container h1 .vm {
	display: none;
}

#banners .container .texto {
	position: absolute;
	top: 51%;
	right: 0;
	width: 480px;
	padding-top: 24px;
	font-size: 1.88em;
	font-weight: 400;
	color: white;
	text-align: right;
	text-transform: uppercase;
}


/* QUEM SOMOS ========================================================== */

#quemsou {
	width: 100%;
	padding: 100px 0 200px 0;
	background-color: #292c2f;
}

#quemsou:before {
	content: "";
	position: absolute;
	top: -117px;
	left: 0;
	width: 100%;
	height: 117px;
	background-image: url(../img/bloco1.webp);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
}

#quemsou.alt:before {
	top: -136px;
	height: 136px;
	background-image: url(../img/bloco1a.webp);
}

#quemsou .texto {
	width: 90%;
	margin-left: 10%;
	font-size: 1.25em;
	color: white;
	text-align: right;
}

#quemsou .texto p {
	margin-bottom: 20px;
	line-height: 1.6em;
}

#quemsou .texto .link {
	display: inline-block;
	margin: 10px 0 20px 0;
	font-size: 1.2em;
	font-weight: 400;
	color: #9813ca;
	text-transform: uppercase;
	cursor: pointer;
}

#quemsou .texto .link:hover {
	color: #be4aea;
}


/* SERVIÇOS ========================================================== */

#servicos {
	width: 100%;
	padding: 100px 0 140px 0;
	background-color: #020513;
}

#servicos:before {
	content: "";
	position: absolute;
	top: -117px;
	left: 0;
	width: 100%;
	height: 117px;
	background-image: url(../img/bloco2.webp);
	background-repeat: no-repeat;
	background-position: top center;
}

#servicos.alt:before {
	top: -136px;
	height: 136px;
	background-image: url(../img/bloco2a.webp);
}

#servicos .texto {
	width: 90%;
	margin-left: 10%;
	font-size: 1.25em;
	color: white;
	text-align: right;
}

#servicos .row {
	padding-top: 20px;
}

#servicos .row .bloco {
	margin-bottom: 60px;
	text-align: right;
	background-position: 96% 0;
	background-repeat: no-repeat;
}

#servicos .row .bloco.desenvolvimento {
	background-image: url(../img/ico-desenvolvimento.webp);
}

#servicos .row .bloco.design {
	background-image: url(../img/ico-design.webp);
}

#servicos .row .bloco.games {
	background-image: url(../img/ico-games.webp);
}

#servicos .row .bloco.solucoes {
	background-image: url(../img/ico-solucoes.webp);
}

#servicos .row .bloco.suporte {
	background-image: url(../img/ico-suporte.webp);
}

#servicos .row .bloco.avancado {
	background-image: url(../img/ico-avancado.webp);
}

#servicos .row .bloco h2 {
	margin-top: 72px;
	font-size: 1.25em;
	font-weight: 400;
	color: white;
	text-transform: uppercase;
}

#servicos .row .bloco .texto {
	margin-top: 4px;
	font-size: 1.12em;
	color: #c2c2c2;
}


/* PROJETOS ========================================================== */

#projetos {
	width: 100%;
	padding: 100px 0 200px 0;
	background-color: #15161e;
}

#projetos:before {
	content: "";
	position: absolute;
	top: -117px;
	left: 0;
	width: 100%;
	height: 117px;
	background-image: url(../img/bloco3.webp);
	background-repeat: no-repeat;
	background-position: top center;
}

#projetos.alt:before {
	top: -136px;
	height: 136px;
	background-image: url(../img/bloco3a.webp);
}

#projetos .texto {
	font-size: 1.25em;
	color: white;
	text-align: right;
}

#projetos .row {
	padding-top: 80px;
}

#projetos .row .projeto {
	margin-bottom: 60px;
	padding-right: 30px;
	text-align: right;
	cursor: pointer;
}

#projetos .row .projeto .imagem {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#projetos .row .projeto .imgmobile {
	position: absolute;
	top: 220px;
	right: 100px;
	width: 60px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#projetos .row .projeto:hover .imgmobile {
	top: 180px;
	right: 0;
	width: 120px;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#projetos .row .projeto h2 {
	margin-top: 16px;
	font-size: 1.25em;
	font-weight: 400;
	color: white;
	text-transform: uppercase;
}

#projetos .row .projeto .texto {
	margin-top: 4px;
	font-size: 1.12em;
	color: #c2c2c2;
}

#projetos .centro {
	margin-top: 20px;
	text-align: center;
}


/* CONTATO ========================================================== */

#contato {
	width: 100%;
	padding: 100px 0 200px 0;
	background-color: #292c2f;
}

#contato:before {
	content: "";
	position: absolute;
	top: -117px;
	left: 0;
	width: 100%;
	height: 117px;
	background-image: url(../img/bloco1.webp);
	background-repeat: no-repeat;
	background-position: top center;
}

#contato.alt:before {
	top: -136px;
	height: 136px;
	background-image: url(../img/bloco1a.webp);
}

#contato .email {
	font-size: 1.5em;
	font-weight: 400;
	text-align: right;
}

#contato .telefone {
	margin-bottom: 40px;
	font-size: 1.5em;
	font-weight: 300;
	text-align: right;
}

#contato .telefone img {
	margin-right: 10px;
	height: 20px;
	transform: translateY(-1px);
}

#contato a {
	color: #bfc6ca;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#contato a:hover {
	color: white;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#contato .texto {
	font-size: 1.25em;
	color: white;
	text-align: right;
}

#contato .row {
	padding-top: 80px;
}

#contato form input, #contato form textarea {
	width: 100%;
	text-align: right;
}

#contato form textarea {
	height: 200px;
	resize: none;
}

#contato .direita {
	text-align: right;
}


/* FOOTER ========================================================== */

#rodape {
	padding: 40px 0;
	color: #bfc6ca;
	text-align: right;
	background-color: #020513;
}

#rodape .email {
	font-size: 1.5em;
	font-weight: 400;
}

#rodape .telefone {
	font-size: 1.5em;
	font-weight: 300;
}

#rodape .telefone img {
	margin-right: 10px;
	height: 20px;
	transform: translateY(-1px);
}

#rodape a {
	color: #bfc6ca;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#rodape a:hover {
	color: white;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#rodape .social {
	margin-top: 10px;
}

#rodape .social .github, #rodape .social .geekhunter, #rodape .social .linkedin, #rodape .social .instagram {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#rodape .social .github {
	margin-right: 0;
	background-image: url(../img/social-github.webp);
}

#rodape .social .geekhunter {
	background-image: url(../img/social-geekhunter.webp);
}

#rodape .social .linkedin {
	background-image: url(../img/social-linkedin.webp);
}

#rodape .social .instagram {
	background-image: url(../img/social-instagram.webp);
}

#rodape .social .github:hover, #rodape .social .geekhunter:hover, #rodape .social .linkedin:hover, #rodape .social .instagram:hover {
	background-position: bottom center;
}


/* MEDIA QUERIES ========================================================== */

@media screen and (max-width: 940px) {
	h1, #banners .container h1 {
		font-size: 4em;
	}
	#cabecalho .container-fluid .menu {
		position: absolute;
		top: 70px;
		right: -10px;
		margin-right: -40%;
		padding: 0 10px 10px 60px;
		background-color: rgba(0, 0, 0, 0.8);
		filter: alpha(opacity=0);
		opacity: 0;
	}
	#cabecalho .container-fluid .menu.aberto {
		margin-right: 0;
	}
	#cabecalho .container-fluid .menu ul li {
		display: block;
		margin: 10px 16px;
		font-size: 1.48em;
	}
	.hamburger.is-active, .hamburger {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-o-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	#banners .container .texto {
		top: 50%;
		font-size: 1.48em;
	}
}

@media screen and (max-width: 500px) {
	h1, #banners .container h1 {
		font-size: 3em;
	}
	#banners .container h1 {
		width: 80%;
		right: 10%;
		line-height: 1.2em;
	}
	#banners .container h1 br, #banners .container h1 .vm {
		display: inline;
	}
	#banners .container h1 .nvm {
		display: none;
	}
	#banners .container .texto {
		width: 80%;
		top: 53%;
		right: 10%;
		font-size: 1.24em;
	}
}
