@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Roboto Condensed', sans-serif;
}
a, a:active, a:focus{
	outline: none;
}
#mobileVertical{
	z-index: 200;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	background-image: url("../images/mobile-rotate.gif");
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	opacity: 0.8;
}
.scrollAnchor{
	width: 100%;
	height: 0px;
}

/* LOADING */
.loading{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10000;
	background-image: url("../images/blackbg.png");
	display: none;
}
.lds-dual-ring {
	position: fixed;
	left: 50%;
	margin-left: -32px;
	top: 50%;
	margin-top: -32px;
	display: inline-block;
	width: 64px;
	height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#modalFeedback{
	line-height: 28px;
}
.oops{
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 15px;
	width: 100%;
	float: left;
}
#modalFeedback a:link, #modalFeedback a:visited{
	color: #FF931E;
}
#modalFeedback a:hover{
	color: #333;
}

/* HEADER */
header{
	position: fixed;
	top: 0;
	width: 1200px;
	height: 50px;
	left: 50%;
	margin-left: -600px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 10px 0;
	z-index: 100;
	background-color: #FFF;
}
menu{
	width: 400px;
	height: 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	overflow: hidden;
	font-size: 18px;
	padding: 0;
	margin-top: 10px;
}
menu a, menu a:visited{
	color: #333;
}
menu a:hover{
	color:#1B75BB;
}
.menuSpacer{
	height: 20px;
	width: 1px;
	background-color: #CCC;
}
#homeSocial{
	width: 300px;
	height: 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	overflow: hidden;
}
.homeSocial{
	height: 30px;
	background-image: url("../images/social.svg");
	background-size: auto 60px;
	overflow: hidden;
}
.facebook{
	width: 17px;
	background-position: 0px 0px;
}
.facebook:hover{
	background-position: 0px 30px;
}
.instagram{
	width: 30px;
	background-position: -17px 0px;
}
.instagram:hover{
	background-position: -17px 30px;
}
.linkedin{
	width: 30px;
	background-position: -120px 0px;
}
.linkedin:hover{
	background-position: -120px 30px;
}
.behance{
	width: 37px;
	background-position: -83px 0px;
}
.behance:hover{
	background-position: -83px 30px;
}
.whatsapp{
	width: 30px;
	background-position: -150px 0px;
}
.whatsapp:hover{
	background-position: -150px 30px;
}



/* HOME */
#home{
	width: 1200px;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
}
#bigLogo{
	position: absolute;
	width: 366px;
	height: 366px;
	background-image: url("../images/logo.svg");
	background-size: contain;
	top: 40%;
	margin-top: -183px;
}
h1{
	position: absolute;
	top: 40%;
	margin-top: -85px;
	margin-left: 535px;
	color: #1B75BB;
	font-size: 92px;
}
h2{
	position: absolute;
	top: 40%;
	margin-top: 30px;
	margin-left: 540px;
	color: #666;
	font-size: 32px;
}
h3{
	position: absolute;
	top: 40%;
	margin-top: 90px;
	margin-left: 540px;
	color: #666;
	font-size: 22px;
	line-height: 30px;
}
#miniportfolio{
	width: 1200px;
	height: 220px;
	position: absolute;
	margin: 0 auto;
	bottom: 15px;
	text-align: center;
	background-image: url("../images/down.svg");
	background-size: 18px 10px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.miniportfoliotexto{
	width: 100%;
	font-size: 14px;
}
.miniportfolio{
	width: 100%;
	height: 124px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 15px 0;
}
.miniportfolioitem{
	width: 124px;
	height: 124px;
	border-radius: 77px;
	border: 2px solid #1B75BB;
}
.miniportfolioitem img{
	border-radius: 77px;
	filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .2s ease-in-out; 
	-webkit-transform: scale(.96);
	transform: scale(.96);
}
.miniportfolioitem img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1);
	transform: scale(1);
}
.down{
	width: 100%;
}
.down a, .down a:visited{
	color: #1B75BB;
}


/* PORTFOLIO */
#portfolio{
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}
.titulo{
	width: 100%;
	text-align:center;
	font-size: 32px;
	background-image: url("../images/titulobgsvg.svg");
	margin-bottom: 30px;
}
.tituloTexto{
	background-color: #FFF;
	padding: 0 20px;
}
#portfolioMenu{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.portfoliomenubloco{
	width: auto;
	padding: 10px 0;
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.portfolioMenu{
	padding: 0 5px;
	cursor: pointer;
}
.portfolioAtivo{
	color: #1B75BB;
}
#portfolioShow{
	margin-top: 30px;
	column-width: 220px;
	column-gap: 15px;
  	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
}
#portfolioShow img{
	filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .2s ease-in-out; 
	-webkit-transform: scale(.96);
	transform: scale(.96);
}
#portfolioShow img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1);
	transform: scale(1);
}
.portfolioShow{
	overflow: hidden;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
	border: 2px solid #CCC;
	border-radius: 10px;
	margin-bottom: 20px;
}
.portfolioText{
	padding: 10px;
}

/* SERVIÇOS */
#servicos{
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}
#sobreAreas{
	overflow: hidden;
	width: 100%;
	column-width: 400px;
	column-gap: 50px;
	max-width: 1200px;
	margin: 50px auto;
}
.sobreArea{
	width: auto;
	font-size: 18px;line-height: 26px;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 15px 15px 15px 150px;
	background-size: 150px;
	background-position: left;
	background-repeat: no-repeat;
	background-color: #FCFCFC;
}
.sobreAreaTitulo{
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}
.webdesign{
	background-image: url("../images/web-design.svg");
}
.logodesign{
	background-image: url("../images/logo-design.svg");
}
.designgrafico{
	background-image: url("../images/design-grafico.svg");
}
.designdigital{
	background-image: url("../images/social-media.svg");
}
.embalagens{
	background-image: url("../images/embalagens.svg");
}
.produto{
	background-image: url("../images/produto.svg");
}
.prototipagem{
	background-image: url("../images/prototipagem.svg");
}
.ux{
	background-image: url("../images/ux.svg");
}
.video{
	background-image: url("../images/video.svg");
}
.sign{
	background-image: url("../images/sign.svg");
}


/* VALORES */
#valores{
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}


/* SOBRE */
#sobre{
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}
.sobreImg{
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-image: url("../images/ze.jpg");
	background-size: cover;
	margin: 0 auto;
}
.sobreTxt{
	column-count: 2;
	column-gap: 60px;
	text-align: justify;
	font-size: 18px;
	line-height: 26px;
	margin-top: 30px;
}


/* CONTATO */
#contato{
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}
.blocos{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 20px;
}
.blocoEsquerdo, .blocoDireito{
	width: 500px;
	overflow: hidden;
	height: auto;
}
.blocoEsquerdo p{
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
}
.blocoEsquerdo a:link, .blocoEsquerdo a:visited{
	color: #333;
}
.blocoEsquerdo a:hover{
	color: #1B75BB;
}
label{
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	float: left;
}
input[type="text"], input[type="email"], select{
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F1F1F2;
	float: left;
	border-radius: 5px;
	border: 1px solid #F1F1F2;
}
select{
	background-image: url("../images/down.svg");
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 15px;
}
textarea{
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F1F1F2;
	float: left;
	border-radius: 5px;
	border: 1px solid #F1F1F2;
}
input[type="submit"]{
	width: 120px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F1F1F2;
	float: left;
	border-radius: 5px;
	border: 1px solid #F1F1F2;
}

/* FOOTER */
footer{
	margin-top: 50px;
	margin-bottom: 0;
	width: 100%;
	padding: 30px 0;
	color: #FFF;
	text-align: center;
	background-color: #1B75BB;
}



/* LANDSCAPE */
@media (max-width: 1300px) and (orientation: landscape){
	/* HEADER */
	header{
		width: 1000px;
		margin-left: -500px;
	}
	/* HOME */
	#home, #miniportfolio{
		width: 1000px;
	}
	.miniitem7{
		display: none;
	}
	h1{
		margin-left: 435px;
	}
	h2{
		margin-left: 440px;
	}
	h3{
		margin-left: 440px;
	}
	/* PORTFOLIO */
	#portfolio{
		width: 1000px;
	}
	/* SERVIÇOS */
	#servicos{
		width: 1000px;
	}
	/* VALORES */
	#valores{
		width: 1000px;
	}
	/* SOBRE */
	#sobre{
		width: 1000px;
	}
	/* CONTATO */
	#contato{
		width: 1000px;
	}
	.blocoEsquerdo, .blocoDireito{
		width: 440px;
	}
}
@media (max-width: 1100px) and (orientation: landscape){
	/* HEADER */
	header{
		width: 800px;
		margin-left: -400px;
	}
	/* HOME */
	#home, #miniportfolio{
		width: 800px;
	}
	#bigLogo{
		width: 300px;
		height: 300px;
	}
	.miniitem7{
		display: none;
	}
	h1{
		margin-left: 335px;
		margin-top: -120px;
		font-size: 72px;
	}
	h2{
		margin-left: 340px;
		margin-top: -35px;
	}
	h3{
		margin-left: 340px;
		margin-top: 20px;
	}
	/* PORTFOLIO */
	#portfolio{
		width: 800px;
	}
	/* SERVIÇOS */
	#servicos{
		width: 800px;
	}
	/* VALORES */
	#valores{
		width: 800px;
	}
	/* SOBRE */
	#sobre{
		width: 800px;
	}
	/* CONTATO */
	#contato{
		width: 800px;
	}
	.blocoEsquerdo, .blocoDireito{
		width: 380px;
	}
}

@media (max-height: 720px) and (orientation: landscape){
	#bigLogo{
		width: 300px;
		height: 300px;
	}
	h1{
		margin-top: -120px;
	}
	h2{
		margin-top: -25px;
	}
	h3{
		margin-top: 20px;
	}
}
@media (max-width: 900px) and (orientation: landscape){
	#mobileVertical{
		display: block;
	}
}

/* PORTRAIT */
@media (max-width: 1200px) and (orientation: portrait){
	/* HEADER */
	header{
		width: 800px;
		margin-left: -400px;
	}
	/* HOME */
	#home, #miniportfolio{
		width: 800px;
	}
	#home{
		display: flex;
		justify-content: center;
		flex-flow: column nowrap;
		padding-bottom: 240px;
		padding-top: 50px;
		text-align: center;
	}
	.miniitem7{
		display: none;
	}
	#bigLogo{
		position: relative;
		margin: 0;
		align-self: center;
		top: auto;
	}
	h1{
		position: relative;
		margin: 0;
		align-self: center;
		top: auto;
		padding: 20px 0 10px 0;
	}
	h2{
		position: relative;
		margin: 0;
		align-self: center;
		top: auto;
		padding-bottom: 10px;
	}
	h3{
		position: relative;
		margin: 0;
		align-self: center;
		top: auto;
	}
	/* PORTFOLIO */
	#portfolio{
		width: 800px;
	}
	/* SERVIÇOS */
	#servicos{
		width: 800px;
	}
	/* VALORES */
	#valores{
		width: 800px;
	}
	/* SOBRE */
	#sobre{
		width: 800px;
	}
	/* CONTATO */
	#contato{
		width: 800px;
	}
	.blocoEsquerdo, .blocoDireito{
		width: 330px;
	}
}
@media (max-width: 900px) and (orientation: portrait){
	/* HEADER */
	header{
		width: 700px;
		margin-left: -350px;
	}
	menu{
		width: 330px;
	}
	/* HOME */
	#home, #miniportfolio{
		width: 700px;
	}
	/* PORTFOLIO */
	#portfolio{
		width: 700px;
	}
	/* SERVIÇOS */
	#servicos{
		width: 700px;
	}
	/* VALORES */
	#valores{
		width: 700px;
	}
	/* SOBRE */
	#sobre{
		width: 700px;
	}
	.sobreTxt{
		column-count: 1;
	}
	/* CONTATO */
	#contato{
		width: 700px;
	}
	.blocoEsquerdo, .blocoDireito{
		width: 330px;
	}
}
@media (max-width: 800px) and (orientation: portrait){
	/* HEADER */
	header{
		width: 600px;
		margin-left: -300px;
	}
	#homeSocial{
		width: 230px;
	}
	/* HOME */
	#home, #miniportfolio{
		width: 600px;
	}
	.miniitem5{
		display: none;
	}
	/* PORTFOLIO */
	#portfolio{
		width: 600px;
	}
	/* VALORES */
	#valores{
		width: 600px;
	}
	/* SERVIÇOS */
	#servicos{
		width: 600px;
	}
	/* SOBRE */
	#sobre{
		width: 600px;
	}
	/* CONTATO */
	#contato{
		width: 600px;
	}
	.blocoEsquerdo, .blocoDireito{
		width: 280px;
	}
	
}
@media (max-width: 700px) and (orientation: portrait){
	/* HEADER */
	header{
		width: 500px;
		height: 85px;
		margin-left: -250px;
		padding-left: 100px;
		flex-flow: column-reverse nowrap;
	}
	#homeSocial, menu{
		width: 300px;
	}
	menu{
		height: 20px;
		margin: 0;
	}
	/* HOME */
	#home, #miniportfolio{
		width: 500px;
	}
	#home{
		padding-bottom: 200px;
		padding-top: 70px;
	}
	.miniitem5, .miniitem6{
		display: none;
	}
	#bigLogo{
		width: 280px;
		height: 280px;
	}
	/* PORTFOLIO */
	#portfolio{
		width: 500px;
	}
	/* SERVIÇOS */
	#servicos{
		width: 500px;
	}
	/* VALORES */
	#valores{
		width: 500px;
	}
	/* SOBRE */
	#sobre{
		width: 500px;
	}
	/* CONTATO */
	#contato{
		width: 500px;
	}
	.blocoEsquerdo, .blocoDireito{
		width: 100%;
	}
}
@media (max-width: 600px) and (orientation: portrait){
	/* HOME */
	#home, #miniportfolio{
		width: 400px;
	}
	.miniitem{
		display: none;
	}
	#bigLogo{
		width: 280px;
		height: 280px;
	}
	h1{
		font-size: 56px;
	}
	h2{
		font-size: 28px;
	}
	h3{
		font-size: 16px;
	}
	/* PORTFOLIO */
	#portfolio{
		width: 400px;
	}
	#portfolioShow{
		column-width: 180px;
	}
	/* SERVIÇOS */
	#servicos{
		width: 400px;
	}
	.sobreArea{
		padding: 15px 15px 15px 100px;
		background-size: 100px;
	}
	/* VALORES */
	#valores{
		width: 400px;
	}
	/* SOBRE */
	#sobre{
		width: 400px;
	}
	/* CONTATO */
	#contato{
		width: 400px;
	}
}
@media (max-width: 500px) and (orientation: portrait){
	/* HOME */
	#home, #miniportfolio{
		width: 300px;
	}
	#miniportfolio{
		height: 190px;
	}
	.miniportfolio{
		height: 94px;
	}
	.miniportfolioitem{
		width: 94px;
		height: 94px;
		border-radius: 47px;
	}
	.miniitem{
		display: none;
	}
	#bigLogo{
		width: 100px;
		height: 100px;
	}
	h1{
		font-size: 46px;
	}
	h2{
		font-size: 22px;
	}
	h3{
		font-size: 14px;
		line-height: 16px;
	}
	/* PORTFOLIO */
	#portfolio{
		width: 300px;
	}
	#portfolioShow{
		column-width: 120px;
	}
	.portfolioText{
		display: none;
	}
	/* SERVIÇOS */
	#servicos{
		width: 300px;
	}
	/* VALORES */
	#valores{
		width: 300px;
	}
	/* SOBRE */
	#sobre{
		width: 300px;
	}
	/* CONTATO */
	#contato{
		width: 300px;
	}
}