* {
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;	
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	color: #666;
}

pre {white-space: normal;}

h1 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin: 0 0 16px;
	line-height: 1.4;
}
h1 small {
	display: block;
	font-size: 14px;
	color: #666;
	text-transform: none;
	margin: 10px 0 20px;
}

h2 {
	font-size: 24px;
	margin: 0 0 20px;
	line-height: 1.4;
	font-weight: 100;
	color: #666;
}

h3 {
	font-size: 10px;	
	letter-spacing: 0.5px;
	display: block;
	text-transform: uppercase;		
	margin: 0 0 5px;
}
h4 {
	font-size: 18px;
	margin: 0 0 10px;
}

p {
	margin-bottom: 18px;
	line-height: 24px;
}
p:last-child {
	margin-bottom: 0;
}

a:link, 
a:active,
a:hover {text-decoration: none;}

a {
	color: #333;	
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s; 			
}
a:hover {color: #3278c7}

ul, ol {
	list-style: none; 
	margin: 0;
	padding: 0;
}

header {}

input, select, textarea {
	font-size: 14px;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	color: #333; 
	border-radius: 3px;
}

hr {
	border-top: 1px solid #e9e9e9;	
	height: 1px;
	display: block;
	border-left:none;
	border-right:none;
	border-bottom:none;	
}

/* Class */
.alert {
	display: block;
	font-size: 12px;
	margin-bottom: 30px;
	border-radius: 3px;
	padding: 5px 0;
	text-align: center;
}
.alert-sucesso {
	color: #fff;
	background: #060;
}
.alert-erro {
	color: #fff;
	background: #900;
}


.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-center {
	margin: 0 auto;
	display: table;
}

.btn, 
.btn:link, 
.btn:active, 
.btn:visited { 
	border-radius: 3px;
	background: #3278c7;
	font-size: 14px;   
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid transparent;
	padding: 15px 25px;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s; 
}
.btn:hover {
	background: #205189;
	color: #fff;
}

.btn2, 
.btn2:link, 
.btn2:active, 
.btn2:visited { 
	border-radius: 3px;
	background: transparent;
	font-size: 12px;   
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	border: 1px solid #666;
	padding: 10px 15px;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s; 
	line-height: 4;
}
.btn2:hover {
	border: 1px solid #3278c7;
	background: #3278c7;
	color: #fff;
}

.titulo {
	text-align: center;
	display: block;
}
.titulo h1 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
}
.titulo h1 small {
	font-size: 14px;
	line-height: 24px;
}

/* Go to top */
.go-top {
	z-index: 99999999999999999;
	position: fixed;
	text-decoration: none;
	background: rgba(50,120,199,0.7);
	padding: 15px 20px ;
	display: none;
	border-radius: 100%;
	color: #fff;
	bottom: 10px;
	left: 10px;
}

.go-top:hover,.go-top:active {
	background: rgba(50,120,199,1);
	color: #fff;
}
.go-top:hover i, .go-top:active i {color: #fff;}

/* Video Fullbackground */
video { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	transform: translateX(-50%) translateY(-50%);
	background: url(../video/br.jpg) no-repeat;
	background-size: cover;
	transition: 1s opacity;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.stopfade { 
	opacity: .5;
}

@media screen and (max-width: 500px) { 

}
@media screen and (max-device-width: 800px) {
	html { background: url(../video/br.jpg) #000 no-repeat center center fixed; }
	#bgvid { display: none; }
}

/* Tabs */
ul.tabs {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	margin-top: 0px;
	display: table;
}
ul.tabs li {
	float: left;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
	padding: 2px 10px;
	font-size: 12px;
	text-align:center;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 0px;
	border: 1px solid #999;
	color: #999;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;  
	border-radius: 2px;
}
ul.tabs li:last-child {}
ul.tabs li:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 45%;
}
ul.tabs li:hover {
	border: 1px solid #3278c7;
	color: #3278c7;
}
ul.tabs li.active {
	border: 1px solid #3278c7;
	color: #3278c7;
}
.tab_container {
	clear: both;
	width: 100%;
	border-top: 0;
	overflow: auto;
	padding: 30px 0;
}
.tab_content {
	display: none;
	overflow: hidden;
}
.tab_drawer_heading {
	display: none;
}

/* Responsive videos */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Header Video */
.home-header {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background: rgba(14,37,64,0.9);
}
.num {
	display: none;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-left: 1px solid rgba(255,255,255,0.15);
	margin-left: 9px;
	padding-left: 10px;
}
.num-mob {}

/* Banner */
.home-banner {
	display: block;
	padding: 50px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background: rgba(14,37,64,0.9);
}
.home-banner h1 {
	font-size: 32px;
	color: #fff;
	font-weight: 100;
	text-align: center;
	margin: 0 auto;
	line-height: 36px;
	width: 60%;
}
.home-banner h1 strong {font-weight: 700}
.home-banner h2 {
	color: #fff;
	text-align: center;
}
.home-banner h2 strong {font-weight: 700}

.motivos {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}
.motivos h1 {
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}
.motivos img {margin-bottom: 20px;}

.btn-form {width: 100%;}

/* Clientes */
.home-clientes {
	display: block;
	padding: 30px 0;
	color: #fff;
	font-size: 16px;
	background: rgba(14,37,64,0.9);
}

ul.list-home-clientes {
	display: table;
	margin: 0 auto;
}
ul.list-home-clientes li {
	float: left;
	width: auto;
	padding: 0 15px;
	text-align: center;
}

/* Home Marketplaces */
.home-marketplaces {
	display: block; 
	background: #f0f0f0; 
	padding: 50px 0;
}
.home-marketplaces h1 {}
.home-marketplaces h1 small {}
ul.list-marketplaces {
	display: table;
	margin: 0 auto;
}
ul.list-marketplaces li {
	padding: 0 20px;
	display: inline-block;
}

@media only screen and (max-width: 768px) {
	.home-marketplaces h1 {text-align: center;}
	ul.list-marketplaces {margin-top: 20px;}
	ul.list-marketplaces li {
		padding: 0;
		width: 33.3333333333%; 
		float: left;
	}
	ul.list-marketplaces li img {
		display: table;
		margin: 0 auto;
	}
}

/* Home Recursos */
.home-recursos {
	display: block;
	background: #fff;
	padding: 50px 0;
}

.recursos {
	text-align: center;
	height: 280px;
}
.recursos h1 {
	font-size: 14px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.recursos img {margin-bottom: 20px;}

/* Home Integrações */
.home-integracoes {
	display: block;
	background: #f0f0f0;
	padding: 50px 0;
}

ul.list-integracoes {
	display: table;
	margin: 0 auto;
}
ul.list-integracoes li {
	float: left;
	width: auto;
	padding: 0 15px;
	text-align: center;
}
.integracao-img {}

/* Home Cases */
.home-cases {
	display: block;
	background: #fff;
	padding: 50px 0;
}

.cases-box {
	padding: 50px;
	height: 460px;
}

.cases-box .desc {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	margin-top: 15px;
	display: block;
}
.cases-box .stats {
	font-size: 44px;
	color: #fff;
	font-weight: 700;
	display: block;
	line-height: 1.2;
}
.cases-box .stats small {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

ul.list-depoimentos {
	margin: 0 auto;
	margin-top: 30px;	
	display: table;
}
ul.list-depoimentos li {
	float: left;
	text-align: center;	
}
ul.list-depoimentos li .box {
	margin: 5px;
	border-radius: 3px;
	border: 1px solid #d9d9d9;	
	padding: 10px;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s; 		
}
ul.list-depoimentos li:hover .box {
	border-color: #3278c7;
}

/* Home Blog */
.home-blog {
	display: block;
	background: #f0f0f0;
	padding: 50px 0;
}

.blog-post-destaque {
	position: relative;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s; 	
}
.blog-post-destaque .desc {
	position: absolute;
	bottom: 0;
	background: rgba(50,120,199,0.8);
	padding: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 100%;
}
.blog-post-destaque .desc .data {
	display: block;
	font-size: 12px;
}
.blog-post-destaque:hover {
	opacity: 0.8;
}

.blog-posts {
	display: block;
	background: #fff;
	padding: 10px;
	margin-bottom: 30px;
	height: 98px;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s; 	
}
.blog-posts:last-child {
	margin-bottom: 0;
}
.blog-posts h1 {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 24px;
}
.blog-posts .data {
	display: block;
	color: #3278c7;
	font-size: 12px;
}
.blog-posts:hover {
	opacity: 0.8;
}

/* Home Insta */
.home-instagram {
	display: block;
	background: #fff;
	padding: 50px 0;	
}

/* Home Contato */
.home-contato {
	display: block;
	padding: 50px 0;
	background: url(../img/home-contato-bg.jpg) top center no-repeat #0c2641;
	color: #fff;
}
.home-contato h1 {color: #fff; font-weight: 100}
.home-contato h1 strong {font-weight: 800}
.home-contato h1 small {color: #fff;}

form.form-consultor {
	width: 80%;
	margin: 0 auto;
}
form.form-consultor input {margin-bottom: 8px;}

@media only screen and (max-width: 768px) {
	form.form-consultor {width: 100%;}	
	form.form-ligamos input {margin-bottom: 10px;}
}

/* Footer */
.footer {
	display: block;
	padding: 50px 0;
	background: #fff;
}

ul.list-footer {}
ul.list-footer li {
	display: block;
	font-size: 14px;
}
ul.list-footer li h1 {
	font-size: 14px;
	margin: 0;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 5px;
}
ul.list-footer li.fone {
	font-size: 18px;
	font-weight: 700;
}

.extras {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
}

.extras .social, .extras .selos {
	width: 50%;
	float: left;
}

.extras .social {text-align: left;}
.extras .selos {text-align: right;}

/* Plataforma */
.plataforma-sobre {
	display: block;
	background: #fff;
	padding: 50px 0;
	background: #fff;	
}

.plataforma-intro {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.plataforma-video {
	width: 720px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.plataforma-recursos {
	display: block;
	background: #f0f0f0;
	padding: 50px;	
}
.recursos2 {}

/* Integrações */
.integracoes-sobre {
	display: block;
	background: #fff;
	padding: 50px 0;
	background: #fff;	
}

.solucao {
	background: #f0f0f0;
	border-radius: 3px;
	padding: 30px;
	text-align: center;
	height: 190px;
	margin-bottom: 30px;
}
.solucao img {
	display: table;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* Clientes */
.clientes-sobre {
	display: block;
	background: #fff;
	padding: 50px 0;
	background: #fff;	
}

.clientes-lista {
	display: block;
	background: #f0f0f0;
	padding: 50px 0;	
}

ul.list-clientes {
	margin: 0 auto;
	display: table;
	width: 100%;
}
ul.list-clientes li {
	float: left;
	text-align: center;
	width: 16.66666666666667%;
	margin-bottom: 30px;
}

/* Blog */
.blog-sobre {
	display: block;
	background: #f0f0f0;
	padding: 0 50px;
}
.blog-sobre h2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	margin: 0 0 18px;
}
.blog-side-posts {
	background: #f0f0f0;
	padding: 50px 0 50px 50px;
}
.blog-post {
	display: block;
	margin-bottom: 30px;
}
.blog-post-desc {
	padding: 50px;
	background: #fff;
	display: block;
	font-size: 16px;
	line-height: 28px;
}
.blog-post-infos {
	display: block;
	padding: 20px;
	background: #f0f0f0;
	margin-top: 30px;
	font-size: 13px;
	line-height: 1.8;
}
.blog-post-infos a {color: #666}
.blog-post-infos a:hover {color: #3278c7}

ul.list-pagination {	
	margin: 0 auto;
	margin-top: 30px;
	display: table;
}
ul.list-pagination li {
	float:left;
}
ul.list-pagination li.active a {	
	color: #fff;
	background: #3278c7;
}
ul.list-pagination li a {
	padding: 10px;	
}
ul.list-pagination li a:hover {
	background: #3278c7;
	color: #fff;
}

.side-box {padding: 50px 0}
.side-box input {padding: 5px 10px;}
.side-box .titulo {text-align: left;}

ul.list-side li {
	display: block;
	margin-bottom: 9px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
}
ul.list-side li a {
	color: #333;
}
ul.list-side li a:hover {
	color: #3278c7;
}

.blog-post-relacionados {
	display: block;
	padding-top: 30px;
	margin-top: 30px;	
}

.blog-post-comentarios {
	display: block;
	padding-top: 30px;
	margin-top: 30px;	
}


/* Fale */
.fale-sobre {
	display: block;
	background: #fff;
	padding: 50px 0;
}

.fale-form {
	background: url(../img/fale-bg.jpg) top right no-repeat #fff;
}

.fale-form-content {
	width: 550px;
	margin: 10% 0 0 10%;
	padding: 50px;
	background: rgba(255,255,255,1);
}
form.form-fale {
	width: 100%;
	margin: 0 auto;
}
form.form-fale input, form.form-fale select {margin-bottom: 8px;}

@media only screen and (max-width: 768px) {
	form.form-fale {width: 100%;}	
}

/* Institucional */
.institucional {
	font-family: 'Montserrat', sans-serif;
	height: 100%;
	width: 100%;
	display: block;
	background: url(../img/institucional-bg.jpg) fixed #fff;
}
.institucional h1 {
	font-weight: 900;
}
.institucional .logo {
	margin-top: 50px;
	padding-bottom: 50px;
}

.inst-hero {margin-top: 50px;}

.inst-txt {
	margin-top: 10%;
	margin-right: 10%;
	font-weight: 400;
	width: 350px;
	font-size: 36px;
	line-height: 42px;
	color: #000;
	float: right;
}
.inst-txt strong {
	font-weight: 900; 
	text-decoration: underline;
	display: block;
}

.inst-txt2 {
	margin-top: 30%;
	margin-left: 0%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	width: 380px;
	font-size: 22px;
	line-height: 32px;
	color: #000;
	float: left;
}
.inst-txt2 strong {
	font-weight: 900; 
	text-decoration: underline;
}

.inst-projetos {
	padding: 100px 0 50px 0;
}
.inst-projetos h2 {
	font-weight: 100;
	color: #999;
}

.projeto {
	background: #f0f0f0;
	overflow: hidden;
}
.inst-projetos .pic {
	float: left;
	width: 50%;
}
.inst-projetos .desc {
	width: 50%;
	float: left;
	padding: 30px 50px;
	text-align: left;
}
.inst-projetos .desc h1 {
	margin: 0 0 10px;
}

/* Institucional Contato */
.institucional-contato {
	display: block;
	padding: 50px;
	color: #333;
}

.titulo-contato {
	background: url(../img/institucional-ico-coracao.png) top left no-repeat;
	padding-top: 62px;
	padding-left: 180px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	width: 50%;
	height: 228px;
	font-size: 22px;
	line-height: 32px;
	display: table;
	margin: 0 auto;
	color: #000;
}
.titulo-contato strong {
	font-weight: 900;
	text-decoration: underline;
}

form.form-consultor {
	width: 80%;
	margin: 0 auto;
}
form.form-consultor input {margin-bottom: 8px;}


/* Media Queries */
@media only screen and (max-width: 768px) {
	.num {display: inline-block;}
	.num-mob {display: none !important}
	
	.motivos {margin-bottom: 30px}

	ul.list-home-clientes li {
		width: 50%;
	}

	.home-banner h1 {width: 100%;}

	.recursos, .recursos2 {
		height: auto;
		margin: 30px 0;
	}

	ul.list-integracoes li {
		width: 50%;
	}

	ul.tabs li {
		width: 100%;
		margin: 5px 0;
	}

	ul.list-depoimentos li {
		width: 50%;
	}	

	.blog-post-destaque .desc {}

	.blog-posts {
		margin: 30px 0;
		height: auto;
	}
	.blog-posts h1 {font-size: 14px}

	form.form-consultor {
		width: 100%;
		margin: 30px 0;
	}	
	form.form-ligamos input {margin-bottom: 10px;}	

	ul.list-footer {margin: 30px 0}

	.extras .social, .extras .selos {
		float: left;
		text-align: left;
		width: 100%;
	}

	.extras .selos {margin-top: 30px;}

	.plataforma-video {width: 100%;}

	.solucao {height: auto}

	ul.list-clientes li {width: 50%;}

	.blog-sobre {
		padding: 0;
	}
	
	.blog-side-posts {padding: 30px 15px;}

	.side-box {padding: 30px;}

	.fale-form {background: none;}
	.fale-form-content {
		width: 100%;
		margin: 0;
		margin-top: 30px;
		padding: 0;
	}

	form.fale-form h2 {display: none}

	.inst-txt, .inst-txt2 {		
		margin: 10% auto;
		width: 80%;
		font-size: 22px;
		line-height: 28px;
		float: none;
		display: table;
		text-align: center;
	}

	.inst-txt strong {
		display: inline-block;
	}	

	.inst-projetos {padding-top: 0px;}

	.inst-projetos .pic, .inst-projetos .desc {
		width: 100%;
	}	

	.titulo-contato {
		background: url(../img/institucional-ico-coracao.png) top center no-repeat;
		padding-top: 248px;
		padding-left: 0;
		width: 90%;
		height: auto;
		text-align: center;
	}	

	.cases-box {height: auto}
}

@media (min-width: 769px) and (max-width: 990px) {
	ul.list-home-clientes {width: 100%;}
	ul.list-home-clientes li {
		width: 25%;
		padding: 0;
	}

	ul.list-integracoes  {width: 100%;}
	ul.list-integracoes li {
		width: 25%;
		padding: 0;
		margin: 15px 0; 
	}

	ul.tabs li {
		width: 48%;
		margin: 1%;
	}	

	ul.list-depoimentos li {
		width: 25%;
	}

	.blog-post-destaque .desc {}

	.blog-posts {
		margin: 30px 0;
		height: auto;
	}
	.blog-posts h1 {font-size: 14px}

	ul.list-footer {height: 100px;}

	ul.list-clientes li {
		width: 33.33333333333333%;
	}

	.blog-sobre {padding: 0;}

	.fale-form {background: none;}
	.fale-form-content {
		width: 100%;
		margin: 0;
		margin-top: 30px;
		padding: 0;
	}

	form.fale-form h2 {display: none}	

	.inst-projetos .pic, .inst-projetos .desc {
		width: 100%;
	}

	.inst-txt {		
		margin-right:0;
		width: 80%;
		float: left;
	}

	.inst-txt2 {		
		margin-left: 0;
		width: 100%;
	}

	.titulo-contato {
		width: 100%;
	}	
}