* {
  	box-sizing: border-box;
}

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

pre {white-space: normal;}

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

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

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: #76bbd2;}

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: #76bbd2;
	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: #438499;
  	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-weight: 700;
	margin: 0 0 10px;
}
.titulo h1 small {
	color: #999;
	font-size: 14px;
	line-height: 24px;
}

/* Nav Fixed */
#nav-fixed {
  z-index: 9999;
  padding: 15px 0;
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  display:none;   
  background: url(/site/img/bg.jpg) repeat;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
.menu_open {
  top: 0px !important;
  -webkit-transition: top .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), height .2s;
  -moz-transition: top .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), height .2s;
  transition: top .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), height .2s; /* easeInQuad */
}
.menu_closed {
  top: -120px !important; 
  -webkit-transition: top .2s cubic-bezier(0.550, 0.055, 0.675, 0.190), height .2s;
  -moz-transition: top .2s cubic-bezier(0.550, 0.055, 0.675, 0.190), height .2s;
  transition: top .2s cubic-bezier(0.550, 0.055, 0.675, 0.190), height .2s; /* easeOutQuad */
}

/* Go to top */
.go-top {
	z-index: 99999999999999999;
	position: fixed;
	text-decoration: none;
	background: #76bbd2;
	padding: 15px 20px ;
	display: none;
	border-radius: 100%;
	color: #fff;
	bottom: 10px;
	right: 10px;
}

.go-top:hover,
.go-top:active {
	background: #438499;
	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(/site/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(/site/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 {
	font-weight: 700;
    float: left;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
    padding: 2px 10px;
    font-size: 14px;
    text-align:center;
    margin-right: 0px;
    margin-bottom: 7px;
    border: 1px solid #76bbd2;
    color: #76bbd2;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;  
    border-radius: 100px;
}
ul.tabs li:last-child {}
ul.tabs li:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 45%;
}
ul.tabs li:hover {
	background: #76bbd2;
    border: 1px solid #76bbd2;
    color: #fff;
}
ul.tabs li.active {
	font-weight: 700;
	background: #76bbd2;
    border: 1px solid #76bbd2;
    color: #fff;
}
.tab_container {
    clear: both;
    width: 100%;
    border-top: 0;
    overflow: auto;
    padding: 30px 0;
}
.tab_content {
	background: #fff;
	padding: 0;
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
    display: none;
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
}
.tab_drawer_heading {
    display: none;
}

.recursos-box h1 {
	font-size: 24px;
	font-weight: 400;
	color: #76bbd2;
	margin: 0 0 10px;
}
.recursos-box .img {
	float: left;
	width: 350px;
}
.recursos-box .desc {
	float: left;
	width: calc(100% - 350px);
	padding: 50px;
	height: 400px;
}

@media screen and (max-width: 768px) {
	.tab_content {width: 100%}
	.recursos-box .img,
	.recursos-box .desc {
		width: 100%;
		height: auto;
	}
	.recursos-box .img img {width: 100% !important;}
}

/* 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%;
}


.banner-mobile {display: none}
.banner-desktop {display: block}

@media screen and (max-width: 992px) {
	.banner-mobile {display: block}
	.banner-desktop {display: none}
}
/* Header Video */
.home-header {
	z-index: 9999;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
}
.home-header .logo {height: 70px;}
.num {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-left: 1px solid rgba(255,255,255,0.1);
	margin-left: 19px;
	padding-left: 20px;
}

/* Banner */
.home-banner {
	margin-top: 100px;
	display: block;
	padding: 0;	
	background: #fff;
}
.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 Recursos */
.home-recursos {
	display: block;
	background: #efefef;
	padding: 50px 0 0 0;
}

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

/* Home Planos */
.home-planos {
	display: block;
	background: #fff;
	padding: 50px 0;	
}
.home-planos .recursos {
	text-align: center;
	height: auto;
}

/* Home Integrações */
.home-integracoes {

	display: block;
	background: url(/site/img/bg.jpg) top center no-repeat #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;
}
.home-cases small {
	font-size: 14px;
	color: #999;
}

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

.cases-box .desc {
	font-size: 16px;
	color: #fff;
	margin: 10px 0;
	display: block;
}
.cases-box .stats {
	font-size: 50px;
	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: 10px;	
	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; 	
	cursor: pointer;	
}
ul.list-depoimentos li:hover .box {
	border-color: #76bbd2;
}

/* Home Depoimentos */
.depo-row {
	display: block;
}

.depo-box {
	width: 100%;
	display: table;
	overflow: hidden;
}
.depo-box .thumb {
	width: 100px;
	float: left;
}
.depo-box .thumb img {border-radius: 100px;}
.depo-box .desc {
	width: calc(100% - 120px);
	margin-left: 20px;
	float: left;
	padding: 10px 0;
}
.depo-box .desc h1 {
	font-size: 16px;
	margin: 0;
}

/* Home Blog */
.home-blog {
	display: block;
	background: url(/site/img/bg2.jpg) top center no-repeat #f0f0f0;
	padding: 50px 0;
}

.blog-post-destaque {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s; 
	background: url(/site/img/bg2.jpg) top center no-repeat #f0f0f0;	
	padding: 30px;
}

.chamada-post-destaque {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s; 
	background: #ffffff;	
	padding: 30px;
}

.blog-post-destaque-desc {
	background: #76bbd2;
	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;
}

.blog-fancy {
	width: 910px;
	padding: 50px;
}
@media screen and (max-width: 768px) {
	.blog-fancy {width: 90%;}
}

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

/* Home Contato */
.home-contato {
	display: block;
	padding: 50px 0;
	background: url(/site/img/bg.jpg) top center no-repeat #f0f0f0;
}
.home-contato h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	display: block;
	margin: 0 0 10px;
}
.home-contato h2 small {
	text-transform: none;
	font-size: 14px;
	line-height: 1.6;
	display: block;
}

.form-consultor {
	width: 100%;
	padding: 50px;
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	background: #fff;
	margin: 0 auto;
}
.form-consultor input {margin-bottom: 8px;}

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

/* Footer */
.footer {
	border-top: 1px solid #e9e9e9;
	display: block;
	padding: 30px 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;
}

.social {
	text-align: right;
	margin-top: 13px;
}

@media screen and (max-width:768px) {
	.footer-logo {text-align: center}
	.social {text-align: center;}
}

/* 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: 40px;
	background: #fff;
	display: block;
	font-size: 16px;
	line-height: 36px;
}
.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(/site/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 {
	height: 100%;
	width: 100%;
	display: block;
	background: url(/site/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-weight: 400;
	width: 380px;
	font-size: 22px;
	line-height: 32px;
	color: #000;
	float: left;
}
.inst-txt2 strong {
	font-weight: 900; 
	text-decoration: underline;
}

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

/* Inst */
.inst-slider {
	background: #000;
	display: block;
}

.inst-portfolio {
	height: 700px;
	background: url(/site/img/inst-portfolio-bg.jpg) top center no-repeat;
}
.inst-portfolio .desc h1 {margin: 0;}
.inst-portfolio .desc {
	margin-top: 300px;
	font-size: 18px;
	line-height: 28px;
	width: 450px;
}

.inst-recursos {
	display: block;
	padding: 50px 0;
	background: #f0f0f0;
}

.inst-sobre {
	display: block;
	background: #fff;
	padding: 50px 0;
}

.inst-outros {
	display: block;
	padding: 50px 0;
	background: #f0f0f0;	
}

.inst-projetos {}
.inst-projetos h2 {
	font-weight: 100;
	color: #999;
}

.projeto {
	background: #f0f0f0;
	overflow: hidden;
	height: 500px;
	position: relative;
	margin: 15px 0;
}
.projeto .btn2 {
	bottom: 30px;
	position: absolute; 
	line-height: 1.8;
}
.inst-projetos .pic {
	display: block;
}
.inst-projetos .desc {
	display: block;
	padding: 30px;
	text-align: left;
}
.inst-projetos .desc h1 {
	font-size: 18px;
	margin: 0 0 5px;
}

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

/* Street Views */
.str-slider {
	display: block;
	position: relative;
	height: 474px;
}

.str-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}

.str-overlay .txt {
	display: table;
	margin: 0 auto;
	padding: 60px 0;
}

.str-galeria-home {
	display: block;
	padding: 50px 0;
	background: #fff;
}

.str-galeria {
	display: block;
	background: #fff;
}
.str-galeria a .txt {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;	
}
.str-galeria a:hover .txt {
	background: #666;
}

.str-galeria .item {
	margin: 15px 0;
}
.str-galeria .img {
	width: 100% !important;
	height: 250px !important;
	display: block;
}
.str-galeria .txt {
	display: block;
	padding: 20px;
	background: #192e4b;
}
.str-galeria .txt h1 {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.str-empresa {
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f0f0f0;
}
.str-empresa .img {
	display: block;
	width: 100%;
}
.str-empresa .txt {
	display: block;
	padding: 20px;
	background: #192e4b;
	color: #fff;
	text-align: center;
	height: auto;
	min-height: 190px;
}
.str-empresa .txt h1 {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}
.str-empresa .titulo h1 {
	margin: 0 auto 30px auto;
	width: 45%;
}

.str-comofaz {
	position: relative;
	display: block;
	height: 450px;
	background: url(/site/img/str-comofaz-bg.jpg) center center no-repeat;
	color: #fff;
}
.str-comofaz h1 {color: #fff;}

ul.list-passo {
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
}
ul.list-passo li {
	width: 20%;
	float: left;
	font-size: 16px;
	text-align: center;
	padding: 0 20px;
	height: 100%;
}

.str-sobre {
	display: block;
	background: #fff;
	padding: 50px 0;
}

.str-mapa {
	display: block;
	height: auto;
	background: #fff;
	position: relative;
}

.str-mapa-desc {
	padding: 30px 0 50px 0;
	display: block;
	background: #fff;	
}
.dados {
	padding: 30px;
	background: #f0f0f0;
}
.infos {
	float: right;
}
.infos a {
	border: 1px solid #999;
	padding: 3px 5px;
	border-radius: 2px;
}
.infos a:hover {
	border-color:#205189;	
	background:#205189;
	color: #fff;
}

.str-cidades {
	display: block;
	padding: 50px 0;
	background: #fff;	
}
.str-cidades h2 {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 16px;
}

ul.list-cidades {}
ul.list-cidades li {
	display: inline-block;
	line-height: 2.3;
}
ul.list-cidades li a {
	margin-right: 2px;
	border: 1px solid #999;
	padding: 3px 5px;
	border-radius: 2px;	
}
ul.list-cidades li a:hover {
	background: #3278c7;
	border-color: #3278c7;
	color: #fff;
}

.filtros {
	padding: 15px;
	border-radius: 3px;
	background: #f0f0f0;
}
.filtros select {
	display: inline-block;
	width: auto;
	padding: 5px;
}
.filtros button {
	background: #3278c7;
	color: #fff;
	border: 3px solid;
	border-color: #3278c7;
	border-radius: 3px;
}
.filtros button:hover {
	background:#205189;
	border-color: #205189;
}

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


















.titulo-contato {
	background: url(/site/img/institucional-ico-coracao.png) top left no-repeat;
	padding-top: 62px;
	padding-left: 180px;
	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,form.form-consultor select  {margin-bottom: 8px;}


/* Media Queries */
@media only screen and (max-width: 768px) {
	.projeto {height: auto;}
	.projeto .btn2 {
		position: relative;
		bottom: 0;
		line-height: 3;
	}

	.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;}
	
	.inst-fale-form {background: none;}
	.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(/site/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;}

	.inst-fale-form {background: none;}
	.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%;
	}	
}