/*
Theme Name: [B] Seller 2015
Theme URI: http://www.bseller.com.br
Author: Conversion UX Team
Author URI: http://www.conversion.com.br
Description: Versão 2015 do site da [B] Seller, responsivo, corporativo e focado em conversão.
Version: 1.0
License: Copyright 2015, all rights reserveds
Tags: responsive, cro, mobile-first, responsivo, corporate

*/

html {
	background-color: #eee;
}

body {
	display: table;
	font-family: 'San Francisco Text', helvetica, arial, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
	font-weight: 300;
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.2s ease-in-out all;
	-o-transition: 0.2s ease-in-out all;
	transition: 0.2s ease-in-out all;
	position: relative;
	left: 0;
}

small {
	font-size: 1em;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
}

a {
	color: #3f99d9;
}

a:hover,
a:focus {
	color: #3E658E;
}

a, input, button, textarea {
	outline: none;
}

iframe {
	max-width: 100%;
	display: table;
}

textarea {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 8px;
	display: block;
	border-radius: 3px;
	border: none;
	outline: none;
}

*.btn {
	background-color: #3887be;
	display: inline-block;
	height: 2.25em;
	width: auto;
	padding: 0 0.75em;
	font-weight: 400;
	color: #fff;
	outline: none;
	text-decoration: none;
	text-align: center;
	line-height: 2.2em;
	border-radius: 2em;
	cursor: pointer;
	-webkit-transition: 0.1s ease-in-out all;
	-o-transition: 0.1s ease-in-out all;
	transition: 0.1s ease-in-out all;
}

*.btn:hover,
*.btn:focus {
	background-color: #29699a;
	text-decoration: none;
	color: #fff;
}

.container {
	padding: 0;
}

.btn.btn-outline {
	background-color: transparent !important;
	border: 2px solid #fff;
	color: #fff;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus {
	background-color: #fff !important;
	color: #29699a;
}

.btn.btn-green {
	background-color: #3E658E;
}

.btn.btn-green:hover,
.btn.btn-green:focus {
	background-color: #3E658E;
}

.btn.btn-outline.btn-green:hover,
.btn.btn-outline.btn-green:focus {
	color: #18835e;
}

.btn.btn-violet {
	background-color: #6969b2;
}

.btn.btn-violet:hover,
.btn.btn-violet:focus {
	background-color: #515197;
}

.btn.btn-outline.btn-violet:hover,
.btn.btn-outline.btn-violet:focus {
	color: #515197;
}

h2 {
	font-size: 2.25em;
	font-weight: 300;
}

.section {
	padding: 3em 0;
}

*.section .sup-title {
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1em;
}

*.section .title {
	font-size: 2.75em;
	font-weight: 100;
	line-height: 1em;
	margin: 0;
	text-align: center;
}

*.section .sub-title {
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.5em;
	margin: 1.5em 0;
	text-align: center;
}

.section p {
	margin: 0 0 2em 0;
	line-height: 1.6em;
}

.section-dark {
	background-color: #3e4c56;
}

.section-dark .sup-title {
	color: #8a8acb;
}

.section-dark .title {
	color: #fff;
}

.section-dark p {
	color: #ccc;
}

.section-dark p a {
	color: #fff;
	text-decoration: underline;
}

.container {
	position: relative;
}

.retina-icon {
	font-family: 'retinafont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h2 span.retina-icon {
	color: #3E658E;
}

#intro .col-md-10 {
	margin-top: 1em;
	margin-bottom: 3em;
}

#intro .col-md-6 h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.5em 0;
}

/**
 * Forms Hubspot
 ****************************************************************/

.hs-form {
 	text-align: left;
}

.hs-form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hs-form fieldset {
	width: auto;
	max-width: 600px !important;
}

.hs-form .field,
.hs-form fieldset .field {
	padding: 8px 10px;
}

.hs-form fieldset.form-columns-2 .input,
.hs-form fieldset.form-columns-1 .input {
	margin-right: 0 !important;
}

.hs-form fieldset .input input,
.hs-form fieldset .input select,
.hs-form fieldset .input option,
.field input,
.field select,
.field option {
	width: 100%;
	height: 40px;
	line-height: 24px\9 !important;
	line-height: 40px;
	padding: 8px;
	display: block;
	border-radius: 3px;
	border: none;
	outline: none;
}

input:focus,
select:focus,
option:focus,
input:focus,
select:focus,
option:focus {
	font-size: 16px;
}

.hs-form .hs-form-required,
.hs-form fieldset .hs-form-required,
.help-text span {
	color: #c66;
}

.hs-form textarea.hs-input {
	width: 100% !important;
	height: 120px;
	padding: 8px;
	border-radius: 3px;
	border: none;
	outline: none;
	line-height: 1.5em;
}

.help-text {
	color: #999;
	position: relative;
	top: -48px;
	left: 10px;
	float: left;
}

.hs-form .hs_submit {
	margin: 20px 10px;
}


.hs-form .actions input[type=submit] {
	float: right;
	border-radius: 3px;
	background-color: #47b274;
	width: 230px;
	height: 50px;
	font-family: "Roboto";
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	border: none;
	cursor: pointer;
}

.hs-form .actions input[type=submit]:hover,
.hs-form .actions input[type=submit]:focus {
	background-color: #2a9963;
}

/**
 * Navegacao
 ****************************************************************/

.secondary-menu {
	width: 100%;
	display: table;
	float: left;
	padding: 1em 0;
}

.secondary-menu .prefix {
	display: block;
	line-height: 3em;
	height: 3em;
	float: left;
	font-weight: 400;
}

.secondary-menu .menu {
	display: table;
	float: left;
	margin: 0;
	padding: 0;
}

.secondary-menu .menu li {
	display: inline-block;
}

.secondary-menu .menu li a {
	display: block;
	padding: 0 0.5em;
	margin-left: 1em;
	font-weight: 300;
	line-height: 3em;
	color: #fff;
}

.pagination {
	width: 100%;
	margin: 4em 0 3em 0;
	text-align: center;
}

.pagination a,
.pagination strong,
.pagination span {
	display: none;
	height: 3em;
	padding: 0 1em;
	margin: 0.5em;
	line-height: 3em;
	text-align: center;
	font-size: 1.1em;
	color: #3E658E;
	text-decoration: none;
	border: 1px solid #999;
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	-o-border-radius: 75px;
	-ms-border-radius: 75px;
}

.pagination a:hover {
	border: 1px solid #333;
}

.pagination .next,
.pagination .prev {
	display: inline-block;
}

/**
 * Header
 ****************************************************************/

#header .brand {
	display: block;
	float: left;
	width: auto;
	height: 32px;
	margin: 29px 0;
}

#header .brand img {
	display: block;
	width: auto;
	height: 100%;
}

#header *.show-menu {
	display: none;
	background-color: transparent;
	border: none;
	outline: none;
	float: right;
	padding: 18px;
}

#header .show-menu.active {
	background-color: #28353d;
	color: #fff;
}

#header .show-menu span {
	font-size: 28px;
}

#header .container {
	border-bottom: 1px solid #ddd;
}

#header.transparente .container {
	border: none;
}

/**
 * Sub-header
 ****************************************************************/

.sub-header {
	background-color: #3E658E;
	display: table;
	width: 100%;
	padding: 2em 0;
}

.search-results .sub-header .title {
		font-size: 1.5em;
		margin-top: 1.25em;
}

.sub-header .breadcrumbs,
.sub-header .breadcrumbs a {
	margin: 0;
	color: #fff;
	line-height: 1.25em;
}

.breadcrumbs {
	margin: 5em 0 1em 0;
}

.breadcrumbs + hgroup h1 {
	margin-top: 0 !important;
}

.breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

.breadcrumbs strong {
	font-weight: normal;
	display: inline-block;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.sub-header .breadcrumbs strong {
	/*display: none;*/
}

.sub-header .container {
	padding: 0;
}

.sub-header .breadcrumbs,
.sub-header .breadcrumbs a {
	color: #6eb4b2;
}

.sub-header .title {
	font-weight: 300;
	font-size: 3em;
	margin: 0.5em 0 0 0;
	color: #fff;
	display: block;
}

.sub-header .show-search {
	display: none;
}

.sub-header .show-search button {
	background-color: transparent;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3em;
	float: right;
	border: none;
	outline: none;
	color: #fff;
	margin: 0em -0.5em;
}

.sub-header .show-search button span {
	display: none;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 2em;
}

.sub-header .show-search button span.active {
	display: block;
}

.sub-header .search,
#cover .search {
	width: 100%;
	height: 2.5em;
	display: table;
	background-color: #0e8c74;
	border-radius: 2em;
	padding: 0.25em 0.5em;
	-webkit-transition: 0.1s ease-in-out all;
	-o-transition: 0.1s ease-in-out all;
	transition: 0.1s ease-in-out all;
}

.sub-header .search.active,
#cover .search.active {
	background-color: #12806b;
}

.sub-header .search {
	margin: 1.25em 0;
}

.sub-header .search input,
#cover .search input {
	background-color: transparent;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-indent: 0.5em;
	height: 2em;
	line-height: 2em;
	margin-right: 2em;
	border: none;
	outline: none;
	font-size: 1em;
	color: #fff;
}

.sub-header .search button,
#cover .search button {
	background-color: transparent;
	display: block;
	width: 1.75em;
	height: 1.75em;
	line-height: 1.75em;
	float: right;
	border: none;
	outline: none;
	color: #ddd;
}

.sub-header .search.active button,
#cover .search.active button {
	color: #fff;
}

.sub-header .search button span,
#cover .search button span {
	height: 1.5em;
	line-height: 1.5em;
	font-size: 1.25em;
}

/**
 * Cover
 ****************************************************************/

#cover {
 	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
 	display: table;
 	width: 100%;
 	max-width: 100%;
 	color: #fff;
 	text-align: center;
}

#cover .title {
	font-size: 4em;
	font-weight: 100;
	line-height: 1.25em;
}

#cover .subtitle {
	font-size: 1.5em;
	font-weight: 100;
	line-height: 1.5em;
}

#cover a.cta-saiba {
	font-size: 1.2em;
	font-weight: 200;
	width: 10em;
	background-color: transparent;
	border: 1px solid #fff;
	margin-right: 0.5em;
}

#cover a.cta-saiba:hover {
	background-color: #3E658E;
	color: #fff;
}

#cover a.cta-consulte {
	font-size: 1.2em;
	font-weight: 200;
	width: 10em;
	color: #3E658E;
	background-color: #fff;
	border: 1px solid #fff;
	margin-left: 0.5em;
}

#cover a.cta-consulte:hover {
	background-color: #3E658E;
	color: #fff;
}

/**
 * Page Home
 ****************************************************************/

#cover.cover-home {
	padding: 0 0 9em 0;
	background-position: top center;
}

#cover.cover-home .title {
 	margin: 1em 0 1em 0;
 	font-size: 3.80em;
 	line-height: 1.25em;
 	font-weight: 200;
}

#cover.cover-home .title span {
 	font-weight: 400;
}

#cover.cover-home .subtitle {
	margin: 0;
}

#cover.cover-home02 {
	padding: 0 0 5em 0;
	background-position: top center;
}

#cover.cover-home02 .title {
 	margin: 5em 0.25em 0;
 	font-size: 5em;
 	line-height: 1.25em;
 	font-weight: 100;
}

#cover.cover-home02 .subtitle {
	margin: 0;
}



/***** Servicos *****/

#servicos {
	padding: 5em 0;
}

#servicos .title {
	font-size: 2.5em;
	margin-bottom: 0.75em;
	line-height: 1.25em;
	text-align: center;
	font-weight: 300;
}

#servicos .col-md-6,
#servicos .col-md-3 {
 	text-align: center;
 	margin: 2em 0;
}

#servicos .col-md-6 .icon,
#servicos .col-md-3 .icon {
	display: block;
	width: 6em;
	height: 6em;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #3E658E;
	color: #3E658E;
}

#servicos .col-md-6 .icon span,
#servicos .col-md-3 .icon span {
	font-size: 50px;
	text-align: center;
	line-height: 92px;
}

#servicos .col-md-6 h3,
#servicos .col-md-3 h3 {
	font-size: 1.4em;
	font-weight: 300;
	color: #3E658E;
}

#servicos .col-md-6 a,
#servicos .col-md-3 a {
	text-decoration: underline;
}

#servicos .descubra {
	text-align: center;
}

#servicos .descubra a {
	margin: 0 auto;
	border: 1px solid #3E658E;
	color: #3E658E;
	background: #fff;
	padding: 0 2em;
    height: 3em;
    line-height: 2.7em;
}

#servicos .descubra span {
	float: right;
    margin-left: 10px;
    margin-top: 14px;
}

#servicos .descubra a:hover{
	color: #fff;
	background: #3E658E;
}

.section.servico {
	padding: 5em 0;
}

.section.servico .title {
	font-size: 3.75em;
}

.section.servico p {
	margin: 2em 0;
	line-height: 1.6em;
	color: #666;
}

#servicos .btn.btn-outline {
	border: 1px solid #3E658E;
    color: #3E658E;
    padding: 0 1.5em;
    height: 3em;
    margin: 2em auto 0 auto;
    display: table;
    float: none;
    clear: both;
    line-height: 3em;
    font-size: 1.1em;
    text-align: center;
}

#servicos .btn.btn-outline:hover {
    background-color: #3E658E !important;
    color: #fff;
}

#servicos .btn.btn-outline span {
	position: relative;
	bottom: -2px;
}

/***** Infraestrutura *****/

#infraestrutura {
	display: block;
	background-image: url(img/omnichannel.jpg);
	background-position: center top;
	background-size: cover;
	padding: 0;
}
#infraestrutura .container {
	height: 40em;
	position: relative;
}

#infraestrutura .col-md-5 {
	padding: 32px;
	background-color: rgba(63, 101, 143, 0.9);
	color: #fff;
	position: absolute;
	bottom: -80px;
	z-index: 1001;
}

#infraestrutura .col-md-5 h3 {
	font-size: 2em;
	line-height: 1em;
	font-weight: 100;
	margin: 0;
}

#infraestrutura .col-md-5 p {
	margin: 1em 0;
}

#infraestrutura .col-md-5 .btn {
	display: block;
	border-radius: 0;
	width: auto;
	font-size: 1.75em;
	margin: 0  -32px -32px -32px;
	height: 80px;
	line-height: 80px;
}

#infraestrutura .col-md-5 .btn span {
	bottom: -3px;
    position: relative;
}

.sub-header .breadcrumbs,
.sub-header .breadcrumbs a {
	margin: 0;
	color: #fff;
	line-height: 1.25em;
}

/***** Cases *****/

#cases {
	padding: 5em 0 1.5em 0;
	height: 465px;
	position: relative;
	display: table;
	width: 100%;
}

	
#cases .title {
	font-size: 4em;
	text-align: left;
}

#cases .sub-title {
	font-size: 1.5em;
	margin: 0.5em 0 2em 0;
	text-align: left;
}

#cases .col-md-4 {
	background-color: #444;
	padding: 0;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

#cases .col-md-4.dark {
	background-color: #3c3c3c;
}

#cases .col-md-4 .thumb {
	width: 100%;
}

#cases .col-md-4 .thumb img {
	width: 100%;
	height: auto;
	opacity: 0.8;
}

#cases .col-md-4:hover .thumb img {
	opacity: 1;
}

#cases .col-md-4 p {
	padding: 1.25em 1.5em;
	color: #fff;
	margin: 0;
	font-weight: lighter;
	cursor: text;
}

#cases .col-md-4 p a {
	display: block;
	color: #fff;
	font-weight: 400;
	margin-top: 1em;
}

#clientes {
	background-color: #eee;
	padding: 0;
	text-align: center;
}

/*#clientes .logos-clientes img {
	display: inline-block;
	width: 12%;
	height: auto;
	max-width: 100%;
}*/

#clientes {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

#clientes .slick-dots {
	display: none !important;
}

#clientes img, #clientes img:focus, #clientes img:active, .logo_showcase li, .logo_showcase li:active, .logo_showcase li:focus  {
	outline: 0;
	border: 0;
}

#clientes .logo_showcase {
	padding-bottom: 0 !important;
	margin: 0 auto !important;
}

#clientes .logo_showcase .slick-slide {
	padding: 0;
	height: 113px;
	display: table-cell !important;
}

#clientes .logo_showcase .slick-slide img{
	max-width: 100%;
    height: auto;
}

#clientes .logo_showcase button.slick-arrow {
	top: 50% !important;
    margin-top: -13px !important;
}

/**
 * Logística
 ****************************************************************/

#cover.cover-logistica {
	padding: 0 0 3em 0;
	background-position: top center;
}

#cover.cover-logistica .title {
 	font-size: 4em;
 	margin: 2.25em 0;
}

#solucoes-logisticas {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#43b887+0,2e93ac+100 */
	background: #43b887; /* Old browsers */
	background: -moz-linear-gradient(left,  #43b887 0%, #2e93ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#43b887), color-stop(100%,#2e93ac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #43b887 0%,#2e93ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #43b887 0%,#2e93ac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #43b887 0%,#2e93ac 100%); /* IE10+ */
	background: linear-gradient(to right,  #43b887 0%,#2e93ac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b887', endColorstr='#2e93ac',GradientType=1 ); /* IE6-9 */
	padding: 3em 0;
	color: #fff;
}

#solucoes-logisticas .title {
	font-size: 2.5em;
	margin-bottom: 0.25em;
	line-height: 1.25em;
	text-align: center;
	font-weight: 300;
}

#solucoes-logisticas .sub-title {
	margin: 0.5em;
	font-size: 1em;
	text-transform: uppercase;
}

#solucoes-logisticas .col-md-4 {
 	text-align: center;
 	margin: 3em 0 1em 0;
}

#solucoes-logisticas .col-md-4 .icon {
	display: block;
	width: 5em;
	height: 5em;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
}

#solucoes-logisticas .col-md-4 .icon span {
	font-size: 3em;
	text-align: center;
	line-height: 1.6em;
}

#solucoes-logisticas .col-md-4 h3 {
	font-size: 1.4em;
	font-weight: 100;
	color: #fff;
}

#solucoes-logisticas .col-md-4 a {
	text-decoration: underline;
}

.section.servico {
	padding: 5em 0;
}

.section.servico .title {
	font-size: 3.75em;
}

.section.servico p {
	margin: 2em 0;
	line-height: 1.6em;
	color: #666;
}

#solucoes-logisticas .btn.btn-outline {
	border: 1px solid #fff;
    padding: 0 2.5em;
    height: 3em;
    margin: 1em auto 0 auto;
    display: table;
    float: none;
    clear: both;
    line-height: 3em;
    font-size: 1.1em;
    text-align: center;
}

#solucoes-logisticas .btn.btn-outline:hover {
    color: #3E658E;
}

#solucoes-logisticas .row-cta {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 2em 0 0 0;
}

#solucoes-logisticas .row-cta p {
	font-size: 1.5em;
	margin: 0;
}

.page-template-page-logistica #servicos .col-md-6 .icon {
	width: 4.5em;
	height: 4.5em;
}

.page-template-page-logistica #servicos .col-md-6 .icon span {
	font-size: 2.5em;
	text-align: center;
	line-height: 1.7em;
}

.page-template-page-logistica #servicos .col-md-6 h3 {
	font-weight: 500;
	font-size: 1.25em;
	color: #333;
	margin-bottom: 0.5em;
}

.page-template-page-logistica #servicos .col-md-6 p {
	margin-bottom: 0;
}

/**
 * Page E-commerce
 ****************************************************************/

#cover.cover-ecommerce {
	padding: 0 0 13em 0;
	background-position: top center;
}

#cover.cover-ecommerce .title {
 	margin: 1.5em 0.25em 0;
 	font-size: 4.5em;
 	line-height: 1.25em;
 	font-weight: 100;
}

#cover.cover-ecommerce .subtitle {
	margin: 1.5em 0 0 0;
	font-size: 1.25em;
}

#submenu-cover {
	width: 100%;
	background: #f4f4f4;
	padding: 1.3em 0;
}

#submenu-cover .retina-icon {
	width: 100%;
	line-height: 1.2em;
	font-size: 2.8em;
	display: block;
}

#submenu-cover ul {
	font-size: 0.9em;
	text-transform: uppercase;
	list-style: none;
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

#submenu-cover ul li {
	display: block;
	float: left;
}

#submenu-cover ul li a {
	color: #666;
	margin: 0 4em;
	display: block;
	-webkit-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
	text-decoration: none;
}

#submenu-cover ul li a:hover {
	color: #3E658E;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
}

#ecommerce-blocks h2,
#tecnologia-blocks h2,
#erp-blocks h2,
#erp-backoffice h2,
#beneficios h2,
#marketplace h2 {
	font-size: 2.8em;
	line-height: 1.2em;
	font-weight: 300;
	color: #333;
	text-align: center;
	margin-bottom: 0.5em;
}

#ecommerce-blocks .subtitle,
#tecnologia-blocks .subtitle,
#erp-blocks .subtitle,
#erp-backoffice .subtitle,
#beneficios .subtitle,
#marketplace .subtitle {
	max-width: 980px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 27px;
	color: #333;
	text-align: center;
}

#ecommerce-blocks span.retina-icon,
#tecnologia-blocks span.retina-icon,
#erp-blocks span.retina-icon,
#erp-backoffice span.retina-icon,
#beneficios span.retina-icon,
#marketplace span.retina-icon, {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #3E658E;
}

#ecommerce-blocks .col-feature,
#tecnologia-blocks .col-feature,
#erp-blocks .col-feature,
#erp-backoffice .col-feature {
	margin: 3em 0;
}

#erp-blocks .col-feature {
	text-align: center;
}

#ecommerce-blocks .col-feature h3,
#tecnologia-blocks .col-feature h3,
#erp-blocks .col-feature h3,
#erp-backoffice .col-feature h3 {
	font-size: 1.25em;
	font-weight: 500;
	margin: 0 0 0.5em 0;
}

#ecommerce-blocks .col-feature p,
#tecnologia-blocks .col-feature p,
#erp-blocks .col-feature p,
#erp-backoffice .col-feature p {
	font-size: 1em;
}

#ecommerce-blocks .cta-ecommerce {
	width: 100%;
	display: table;
}

#ecommerce-blocks .cta-ecommerce p {
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 1em;
}

#ecommerce-blocks .cta-ecommerce a {
	width: 10em;
	margin: 0 auto;
	display: table;
	text-align: center;
	padding: 15px;
	border: 1px solid #333;
	border-radius: 7px;
	-wenkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	font-size: 1.25em;
	color: #333;
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
}

#ecommerce-blocks .cta-ecommerce a:hover {
	text-decoration: none;
	background: #3E658E;
	color: #fff;
	border: 1px solid #3E658E;
	-webkit-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
}

#ecommerce-blocks .box-bg-grey {
	padding: 2em 0 2em 0;
	background: #eee;
}

.ecommerce-feature, .tecnologia-feature, .erp-feature {
	padding: 1em 0 3em 0;
}

#ecommerce-blocks .bg-grey {
	background: #eee;
}

/**
 * Page Tecnologia
 ****************************************************************/

#cover.cover-tecnologia {
	padding: 0 0 13em 0;
	background-position: top center;
}

#cover.cover-tecnologia .title {
 	margin: 1.25em 0 0 0;
 	font-size: 4.5em;
 	font-weight: 100;
}

.tecnologia-call {
	width: 100%;
	height: 630px;
	background: url('img/bg-call-tecnologia.jpg') top center no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.tecnologia-call .box {
	float: right;
	margin-top: 4em;
	background: #3E658E;
	padding: 2em;
}

.tecnologia-call .box h3 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 200;
	color: #fff;
	margin: 0 0 0.8em 0;
}

.tecnologia-call .box h3 strong {
	font-weight: 500;
}

.tecnologia-call .box p {
	font-size: 1em;
	line-height: 1.6em;
	color: #fff;
	margin: 1em 0 0 0;
}

.cta-bar {
	width: 100%;
	padding: 0.5em 0;
	background: url('img/bg-cta-bar.jpg') top center no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	text-align: center;
  	margin: 0;
}

.cta-bar p {
	font-size: 1.4em;
	font-weight: 100;
	color: #fff;
	display: inline-block;
	margin-right: 1em;
}

.cta-bar a {
	font-size: 1.25em;
	font-weight: 100;
	color: #fff;
	text-decoration: none;
	padding: 0.6em 1.25em;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
	display: inline-block;
}

.cta-bar a:hover {
	color: #3E658E;
	background: #fff;
	-webkit-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
}

.bg-imagem {
	width: 100%;
	height: 200px;
	background: url('img/bg-beneficios.jpg') top right no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#beneficios {
	width: 100%;
	padding: 2em 0 0 0;
	display: table;
}

#beneficios .features {
	width: 100%;
	min-height: 750px;
	margin-top: 5em;
	background: url('img/bg-beneficios.jpg') top right no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#beneficios .features h3 {
	margin-bottom: 0.3em;
}

#beneficios .features p {
	font-size: 1em;
	font-weight: 400;
}

#beneficios .features img {
	width: 120px;
	height: auto;
	display: block;
	clear: left;
}

#marketplace {
	width: 100%;
	padding: 1em 0 5em 0;
	display: table;
}

#marketplace .subtitle {
	margin-bottom: 2em;
}

#marketplace .col-marketplace {
	/* padding: 0.5em 0; */
}

#marketplace .logos {
	width: 100%;
	display: table;
	padding: 1em 0;
	text-align: center;
}

#marketplace img.vitrine,
#marketplace a.anunciar {
	display: block;
	margin: 1em auto 0 auto;
}

/**
 * Page ERP
 ****************************************************************/

#cover.cover-erp {
	padding: 0 0 13em 0;
	background-position: top center;
}

#cover.cover-erp .title {
 	margin: 1.25em 0 0 0;
 	font-size: 4.5em;
 	font-weight: 100;
}

#cover.cover-erp .subtitle{
	font-size: 1.6em;
}

#erp-blocks span.retina-icon,
#erp-backoffice span.retina-icon{
	font-size: 2.4em;
    line-height: 1.3em;
    color: #3E658E;
}

.erp-call {
	width: 100%;
	min-height: 420px;
	background: #3E658E;
	background: -moz-linear-gradient(left,  #3E658E 0%, #2e93ac 100%);
	background: -webkit-gradient(linear, left top, right top,-stop(0%,#3E658E),-stop(100%,#2e93ac));
	background: -webkit-linear-gradient(left,  #3E658E 0%,#2e93ac 100%);
	background: -o-linear-gradient(left,  #3E658E 0%,#2e93ac 100%);
	background: -ms-linear-gradient(left,  #3E658E 0%,#2e93ac 100%);
	background: linear-gradient(to right,  #3E658E 0%,#2e93ac 100%);
}

.erp-call .bg {
	background: url('img/bg-call-erp.jpg') center top no-repeat;
	min-height: 420px;
	float:right;
}

.erp-call .box, 
#chamada .box {
	float: left;

	margin-top: 1.5em;
	padding: 2em;
}

.erp-call .box h3, #chamada h2 {
	font-size: 2.7em;
	font-weight: 300;
	color: #fff;
	margin: 0 0 0.8em 0;
	line-height: 1em;
}

.erp-call .box h3 strong {
	font-weight: 500;
}

.erp-call .box p {
	font-size: 1em;
	line-height: 1.6em;
	color: #fff;
	margin: 1em 0 0 0;
}

#erp-backoffice div {
	overflow: hidden;
}

#erp-backoffice .col-erp div{
	float: right;
	width: 90%;
}

#erp-backoffice .col-erp span{
	float: left;
	width: 10%;
	color: #3E658E;
}

#chamada {
	overflow: hidden;
	display: block;
	padding: 3em 0;
	background: #ececec ;
}

#chamada .container {
	min-height: 491px;
	background: url('img/bg-erp-chamada.jpg') top center no-repeat;
}

#chamada .box{
	float: right;
	margin-top: 4em;
	padding: 2em;
	background: #3E658E;
	background: -moz-linear-gradient(left,  #3E658E 0%, #2e93ac 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3E658E), color-stop(100%,#2e93ac));
	background: -webkit-linear-gradient(left,  #3E658E 0%,#2e93ac 100%);
	background: -o-linear-gradient(left,  #3E658E 0%,#2e93ac 100%);
	background: -ms-linear-gradient(left,  #3E658E 0%,#2e93ac 100%);
	background: linear-gradient(to right,  #3E658E 0%,#2e93ac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E658E', endColorstr='#2e93ac',GradientType=1 );
}

#chamada h2 {
	font-size: 2.2em;
}

#chamada p {
	color: #fff;
} 

.erp-call .box a,
#cover.cover-erp .btn-erp {
	font-size: 1.25em;
	font-weight: 100;
	color: #fff;
	text-decoration: none;
	padding: 0.6em 1.25em;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
	display: inline-block;
}

.erp-call .box a:hover,
#cover.cover-erp .btn-erp:hover {
	color: #3E658E;
	background: #fff;
	-webkit-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
}

.erp-call .box a,
#cover.cover-erp .btn-erp {
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px; 
	margin-top: 2em;
	padding-left: 2em;
    padding-right: 2em;
}

#erp-backoffice .features {
	margin: 4em 0;
} 

#erp-backoffice h3{
	font-weight: 400;
    font-size: 1.4em;
    margin: 0;
}

#erp-backoffice .col-erp {
	margin: 1em 0;
} 

#erp-backoffice .features p{
	font-weight: 100;
    font-size: 1.1em;
    margin: 0.5em 0;
}  

#marketplace {
	width: 100%;
	padding: 1em 0 5em 0;
	display: table;
}

#marketplace .subtitle {
	margin-bottom: 2em;
}

#marketplace .col-marketplace {
	/* padding: 0.5em 0; */
}

#marketplace .logos {
	width: 100%;
	display: table;
	padding: 1em 0;
	text-align: center;
}

/**
<<<<<<< Updated upstream
=======
>>>>>>> 0890c62ce7404f740479cb7f15c4fbab10419fd1
 * Page Cases BSeller
 ****************************************************************/

.cover-cases .subtitle {
	padding-bottom: 3em;
}

#case {
	padding: 3.25em 0 6.25em 0;
}

.case-content h3 {
	font-size: 2.18em;
	font-weight: 200;
}

.case-content p {
	margin-bottom: 2.5em;
}

.case-thumb img {
	max-width: 100%;
	margin: 0 auto;
	display: table;
	height: auto;
}

/**
 * Marketing
 ****************************************************************/

#cover.cover-marketing {
	padding: 0 0 10em 0;
	background-position: top center;
}

#cover.cover-marketing .title {
 	font-size: 4em;
 	margin: 2.25em 0 0 0;
}

#cover.cover-marketing .sub-title {
	font-size: 1.25em;
	line-height: 1.5em;
}

.sub-header .breadcrumbs strong {
	display: none;
}

.page-template-page-marketing #intro .sub-title {
	font-size: 1.1em;
}

.page-template-page-marketing .col-md-6 .icon {
	display: block;
	width: 4.5em;
	height: 4.5em;
	margin: 0;
	border-radius: 50%;
	border: 2px solid #3E658E;
	color: #3E658E;
	text-align: center;
}

.page-template-page-marketing .col-md-6 .icon span {
	font-size: 2.5em;
	text-align: center;
	line-height: 1.75em;
	text-align: center;
}

#intro .col-md-6 h3 {
	font-weight: 600;
	font-size: 1.25em;
}

/**
 * Page Institucional
 ****************************************************************/

#conteudo-institucional .content {
 	margin-top: 2.3em;
}

#conteudo-institucional .content h2 {
 	line-height: 1.25em;
 }

#indice-institucional {
	margin-top: 2em;
}

#indice-institucional .show-indice {
	display: none;
}

#indice-institucional .menu,
#indice-institucional .sub-menu {
	padding: 0;
	margin: 0;
}

#indice-institucional .menu li {
	list-style: none;
	padding: 0;
	display: block;
}

#indice-institucional .menu>li {
	float: left;
	clear: left;
}

#indice-institucional .sub-menu {
	display: none;
	margin-bottom: 1em;
}

#indice-institucional .menu>li>a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9em;
	color: #333;
	line-height: 1.5em;
	padding: 0.5em 0;
	text-decoration: none;
}

#indice-institucional .menu>li>a:hover {
	color: #3E658E;
	text-decoration: none;
}

#indice-institucional .menu>li>a:after {
	content: '\f431';
	font-family: 'genericons';
	position: relative;
	bottom: -2px;
	margin-left: 2px;
	font-weight: lighter;
	font-size: 0.9em;
}

#indice-institucional .menu>li.active>a:after {
	content: '\f432';
}

#indice-institucional .sub-menu li a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0.5em 0;
}


/**
 * Blog
 ****************************************************************/

 #conteudo-blog .container {
 	position: relative;
 }

#conteudo-blog .banner {
	margin-bottom: 3em;
}

#conteudo-blog .post {
	display: table;
	width: 100%;
	padding: 2em 0;
	border-bottom: 1px solid #ddd;
}

#conteudo-blog .post a.post-thumb {
	display: block;
	width: 9em;
	height: 9em;
	float: left;
	margin-right: 1.5em;
	border: 1px solid #ddd;
}

#conteudo-blog .post a.post-thumb:hover {
	border: 1px solid #bbb;
}

#conteudo-blog .post a.post-thumb img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

#conteudo-blog .post h3 {
	margin: 0;
}

#conteudo-blog .post h3 a {
	font-size: 1.5em;
	font-weight: 300;
	color: #333;
	line-height: 1.2em;
}

#conteudo-blog .post h3 a:hover,
#conteudo-blog .post h3 a:focus {
	text-decoration: none;
	color: #3E658E;
}

#conteudo-blog .post p {
	margin: 0.5em 0 0 0;
	color: #666;
}

/**
 * Blog Post
 ****************************************************************/

#cover.cover-post {
	background-color: #fff;
	text-align: center;
	padding: 5em 0 0em 0;
}

#cover.cover-post .title {
	margin: 0.25em 0 0.75em 0;
	font-size: 2.75em;
	line-height: 1.25em;
	font-weight: 300;
	color: #333;
	font-weight: bold;
}

.cover-post .breadcrumbs,
.cover-post .breadcrumbs a {
	margin: 0;
	font-size: 0.9em;
	color: #666;
	line-height: 1.25em;
	text-transform: uppercase;
	font-weight: 400;
}

.cover-post .breadcrumbs strong {
	display: none;
}

#cover.cover-post .author-image {
	width: 2.75em;
	height: 2.75em;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #5a666e;
}

#cover.cover-post .author-resume {
	margin-top: 3em;
}

#cover.cover-post .author-image img {
	width: 100%;
	height: auto;
}

#cover.cover-post .author-name {
	font-weight: 300;
	font-size: 0.9em;
	color: #ccc;
	line-height: 1.33em;
}

#cover.cover-post .author-name a {
	color: #fff;
}

#post .post-excerpt {
	font-size: 1.1em;
}

#post img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1em auto 2em auto;
}

#post h2,
#post h3,
#post h4 {
	display: block;
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1em 0;
	line-height: 1.25em;
	font-weight: 400;
}

#post h2 {
	font-size: 2em;
}

#post h3 {
	font-size: 1.25em;
}

#post h4 {
	font-size: 1em;
	font-weight: 500;
}

#post h2 strong,
#post h3 strong,
#post h4 strong {
	font-weight: 300;
}

#post p,
#post ul {
	display: block;
	margin-top: 0;
	margin-bottom: 2em;
}

#post .alignleft {
	float: left;
	margin: 0em 2em 1em 0;
}

#post .alignright {
	float: right;
	margin: 0em 0 1em 2em;
}

ul.share-buttons {
	width: auto;
	max-width: 100%;
	display: table;
	padding: 0;
	margin: 0 auto;
}

ul.share-buttons li {
	display: block;
	list-style: none;
	float: left;
}

ul.share-buttons li a {
	display: block;
	border: 1px solid #ccc;
	padding: 0.5em 1em;
	margin-right: 1em;
	border-radius: 1.5em;
	font-weight: 500;
	line-height: 1em;
	color: #666;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

ul.share-buttons li a:hover {
	border-color: #999;
}

ul.share-buttons li a svg {
	fill: #666;
	height: 1em;
	width: 1em;
	margin-bottom: -0.1em;
}

ul.share-buttons li a span {
	line-height: 1em;
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul.share-buttons li a span.share-text {
	font-size: 0.8em;
	margin-left: 0.5em;
}

ul.share-buttons li.facebook a,
ul.share-buttons li.facebook a svg {
	color: #999;
	fill: #306199;
}

ul.share-buttons li.twitter a,
ul.share-buttons li.twitter a svg {
	color: #999;
	fill: #00bbff;
}

ul.share-buttons li.google-plus a,
ul.share-buttons li.google-plus a svg {
	color: #999;
	fill: #e93f2e;
}

ul.share-buttons li.whatsapp {
	display: none;
}

ul.share-buttons li.whatsapp a {
	padding-left: 0.8em;
	padding-right: 0.8em;
}

ul.share-buttons li.whatsapp .share-text {
	display: none;
}

ul.share-buttons li.whatsapp a,
ul.share-buttons li.whatsapp a svg {
	color: #999;
	fill: #07B825;
}

ul.share-buttons li.linkedin a,
ul.share-buttons li.linkedin a svg {
	color: #999;
	fill: #007bb6;
}

#socialbar {
	background-color: #fff;
	/* width: 100%; */
	/* position: fixed; */
	bottom: -4em;
	left: 0;
	border-top: 1px solid #e6e6e6;
	z-index: 1002;
	padding: 0.75em;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

#socialbar .post-author {
	/*float: left;*/
	overflow: hidden;
    margin: 0.5em 0 1em 0;
}

#socialbar .post-author img {
	height: 2.5em;
	width: 2.5em;
	border-radius: 50%;
	float: left;
	margin: -0.125em 1em -0.125em -0.125em;
}

#socialbar .post-title {
	/*max-width: 50%;*/
	margin: 0;
	font-size: 1em;
	color: #666;
	line-height: 1.25em;
	/*float: left;*/
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
	overflow: hidden;
}

#socialbar ul.share-buttons {
	/*float: right;*/
	margin: 0;
	width: 100%;
	overflow: hidden;
	display: block;
}

#posts-relacionados {
	padding: 1.25em 0 2.5em 0;
}

#posts-relacionados h3 {
	display: block;
	width: 100%;
	margin-bottom: 2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}

#posts-relacionados ul {
	display: table;
	width: auto;
	padding: 0;
	margin: 0 -1.5em 0 0;
}

#posts-relacionados ul li {
	width: 47%;
	margin: 0.75em 1.5em 0.75em 0;
	display: block;
	float: left;
}

#posts-relacionados ul li:hover {
	outline: 1px solid #ddd;
}

#posts-relacionados ul li img {
	float: left;
	width: 100px;
	height: 100px;
}

#posts-relacionados ul li .crp_title {
	background-color: #fff;
	padding: 1em;
	display: block;
	height: 100px;
	margin: 0 0 0 100px;
	font-size: 1.1em;
	color: #333;
	text-decoration: none;
}

#posts-relacionados ul li img {
	background-color: #fff;
}

/**
 * Autor
 ****************************************************************/

#cover.cover-author {
	padding: 4em 0 2em 0;
}

#cover.cover-author .author-image {
	width: 6em;
	height: 6em;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #fff;
}

#cover.cover-author .author-image img {
	width: 100%;
	height: auto;
}

#cover.cover-author .title {
	margin: 0.25em 0 0 0;
}

#cover.cover-author .author-description {
	font-weight: 300;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #ccc;
	text-align: center;
}

#cover.cover-author .author-links {
	margin: 1.5em auto 0 auto;
}

#cover.cover-author .author-links a {
	display: inline-block;
	color: #ccc;
	font-size: 1.5em;
	margin: 0.25em;
	text-decoration: none;
}

#cover.cover-author .author-links a span {

	font-size: 1em;
}

#cover.cover-author .author-links a:hover {
	color: #fff;
}

/**
 * Sidebar
 ****************************************************************/

#sidebar {
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	padding-bottom: 3em;
}

#sidebar .widget,
.sidebar .widget {
 	margin-bottom: 3em;
 	float: left;
 	clear: left;
}

#sidebar .widget h4,
.sidebar .widget h4 {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #333;
	margin-bottom: 1em;
	font-weight: 500;
}

#sidebar .banner img,
.sidebar .banner img,
#sidebar .textwidget img,
.sidebar .textwidget img {
	width: 100%;
	max-width: 255px;
	height: auto;
}

#sidebar .menu,
.sidebar .menu,
#sidebar .sub-menu,
.sidebar .sub-menu {
	padding: 0;
	margin: 0;
}

#sidebar li,
.sidebar li {
	list-style: none;
	padding: 0;
	display: block;
}

#sidebar .menu>li,
.sidebar .menu>li {
	float: left;
	clear: left;
}

#sidebar .widgettitle,
.sidebar .widgettitle {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9em;
	color: #333;
	line-height: 1em;
}

#sidebar .menu li a,
.sidebar .menu li a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 2.5em;
}

.sidebar-blog.fixed,
.sidebar-imprensa.fixed {
	position: fixed;
	top: 48px;
}

.sidebar-blog.fixed.fixed-bottom,
.sidebar-imprensa.fixed.fixed-bottom {
	position: absolute;
	bottom: 0;
	top: auto;
}

.sidebar-imprensa {
	width: 100%;
	max-width: 262px;
}

.text-imprensa {
	padding-bottom: 1em;
}

.form-single {
	width: 10em;
	display: table;
	margin-bottom:20px;
}

.form-single input {
	padding: 7px;
	background: #fff;
	font-family: "Roboto";
	font-size: 16px;
	color: #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border: 1px solid #ccc;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
}

.form-single input:focus {
	border: 1px solid #666;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
}

.form-single button {
	float: right;
	background: #fff;
	border: none;
	position: relative;
	margin: -2em 5px 0 0;
	z-index: 1000;
}

.form-single button span {
	font-size: 22px;
}

#sidebar .contact-info img {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
}

#sidebar .contact-info p,
#sidebar .contact-info strong {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0;
}

#sidebar .contact-info {
	display: block;
	width: 100%;
}

#sidebar .contact-info strong {
	font-weight: 500;
}

#sidebar .release-subscribe {
	width: 100%;
	background-color: #eee;
	padding: 1.25em;
	border-radius: 5px;
}

#sidebar .release-subscribe h4 {
	font-size: 1.25em;
	text-align: center;
	margin: 0;
	line-height: 1em;
	text-transform: inherit;
	font-weight: 300;
}

#sidebar .release-subscribe .hs-form-field {
	display: block;
	width: 100%;
	margin: 1em 0;
	float: left;
}

#sidebar .release-subscribe .hs-form-field label {
	font-size: 0.9em;
	color: #666;
}

#sidebar .release-subscribe .hs-form-field input {
	background-color: #fff;
	display: block;
	width: 100%;
	height: 3em;
	margin: 0;
	line-height: 3em;
	font-size: 1em;
	color: #333;
	text-indent: 0;
	border-radius: 3px;
	border: 1px solid #ccc;
	outline: none;
}

#sidebar .release-subscribe .hs_submit {
	display: block;
	width: 100%;
	margin: 0;
	float: left;
}

#sidebar .release-subscribe .hs_submit input[type=submit] {
	background-color: #47b274;
	display: block;
	width: 100%;
	height: 3em;
	line-height: 3em;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	border: none;
	outline: none;
}

#sidebar .release-subscribe .hs_submit input[type=submit]:hover,
#sidebar .release-subscribe .hs_submit input[type=submit]:focus {
	background-color: #2a9963;
}

#sidebar .release-subscribe .hs-form-required {
	display: none;
}

/**
 * Quem Somos
 ****************************************************************/

#conteudo .lead {
	margin: 4em -15px;
	padding: 0;
	text-align: center;
}

#conteudo .lead .col-md-4 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 1em 1.5em;
}

#conteudo .lead h3 {
	font-size: 2em;
	font-weight: 300;
	margin: 0.5em 0;
}

#conteudo .lead p {
	margin: 1em 0;
}

#conteudo .sidebar-institucional {
	padding: 0;
	font-size: 0.85em;
}

#conteudo .sidebar-institucional p {
	margin: 0;
}

#conteudo .content {
	font-size: 1.1em;
}

#conteudo .sidebar-institucional img {
	max-width: 100%;
	height: auto;
	display: block;
	border: 1px solid #ccc;
	margin: 0.5em 0;
}

#nosso-time h2 {
	margin-bottom: 0.5em;
}

#nosso-time .col-md-4 {
	margin: 1.5em 0;
	display: table;
}

#nosso-time .col-md-4 img {
	width: 5.5em;
	height: auto;
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #ccc;
}

#nosso-time .col-md-4 .title {
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
}

#nosso-time .col-md-4 .subtitle {
	font-size: 0.85em;
	margin: 0;
	font-weight: 300;
}

#nosso-time p {
	margin: 0.5em 0 0.5em 0;
	font-size: 0.85em;
	line-height: 1.5em;
}

.center-text {
	text-align: center;
}

.shortcut-cards {
	display: table;
	margin-bottom: 3em;
}

.shortcut-cards .card {
	display: inline-block;
	width: 31.3%;
	margin: 0 1%;
	cursor: pointer;
}

.shortcut-cards .card .content {
	padding: 1.75em 1.5em;
	border: 1px solid #ccc;
	border-bottom: none;
}

.shortcut-cards .card:hover .content {
	background-color: #fcfcfc;
	border-color: #999;
}

.shortcut-cards .card a.title {
	margin: 0.5em 0;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 400;
}

.shortcut-cards .card.imprensa {
	border-bottom: 0.5em solid #8a8acb;
}

.shortcut-cards .card.imprensa:hover {
	border-color: #6969b2;
}

.shortcut-cards .card.imprensa a.title {
	color: #6969b2;
}

.shortcut-cards .card.servicos {
	border-bottom: 0.5em solid #47b274;
}

.shortcut-cards .card.servicos:hover {
	border-color: #2a9963;
}

.shortcut-cards .card.servicos a.title {
	color: #2a9963;
}

.shortcut-cards .card.trabalhe-conosco {
	border-bottom: 0.5em solid #3bb2d0;
}

.shortcut-cards .card.trabalhe-conosco:hover {
	border-color: #2e8ea6;
}

.shortcut-cards .card.trabalhe-conosco a.title {
	color: #2e8ea6;
}

.shortcut-cards .card p {
	margin: 0.5em 0 0 0;
	color: #666;
}

/**
 * Contato
 ****************************************************************/

#cover.cover-contato {
	padding: 4em 0;
}

#cover.cover-contato .title {
	margin: 0;
	line-height: 1em;
	padding: 0 0 1em 0;
	font-size: 4em;
}

#cover.cover-contato .hs-button {
	display: block;
	background-color: transparent !important;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	float: none;
	margin: 0 auto;
}

#cover.cover-contato .hs-button:hover,
#cover.cover-contato .hs-button:focus {
	background-color: #fff !important;
	color: #29699a;
}

#cover.cover-contato .overform.form-contato {
	margin: 0 auto;
	padding-bottom: 0;
}

#mapas {
	padding: 1em 0 3.5em 0;
}

#mapas .sobrepor{
	height: 545px;
	margin-top: -545px;
	top: 545px;
	width: 100%;
	display: block;
	background:transparent; 
   	position:relative; 
   	z-index: 10;
}

.endereco-rj iframe,
.endereco-sp iframe {
	background-color: #ccc;
	height: 545px;
}

.endereco-rj {
 	text-align: right;
}

.section.contact-info {
	padding: 1.5em;
}

#cover.cover-contato .overform.form-contato .hs-input {
	color: #666;
}

.section.contact-info strong {
	display: inline-block;
	margin: 2em 0 0.5em 0;
	font-weight: 400;
	text-transform: uppercase;
}

.section.contact-info p {
	margin: 0 0 2em 0;
	color: #666;
}

#infoWindow {
	display: none;
}

.infoWindow img {
	display: block;
	float: left;
	height: 108px;
	width: auto;
	margin: 0.5em 1em 0 0;
	border: 1px solid #ccc;
}

.infoWindow strong {
	font-size: 1.25em;
	color: #3d4c57;
	font-weight: 400;
	text-transform: uppercase;
}

.infoWindow p {
	margin: 0;
}

/**
 * Orçamento
 ****************************************************************/

#orcamento {
	padding: 3em 0;
	color: #333;
}

#orcamento h2 {
	font-size: 1.5em;
	font-weight: 300;
	margin: 0;
}

#orcamento h3 {
	font-size: 1.53em;
	font-weight: 200;
	color: #3E658E;
}

#orcamento h4 {
	font-size: 1.2em;
	font-weight: 200;
	color: #3E658E;
}

#orcamento label {
	line-height: 2em;
	display: inline-block;
}

#orcamento .required {
	color: #f00;
}

#mapas {
	padding: 1em 0 3.5em 0;
}

.endereco-rj iframe,
.endereco-sp iframe {
	background-color: #ccc;
	height: 545px;
}

.endereco-rj {
 	text-align: right;
}

.section.contact-info {
	padding: 1.5em;
}

#orcamento input {
	width: 100%;
	border: 1px solid #ccc;
	padding: 7px;
}

#orcamento select {
	width: 100%;
	height: 2.5em;
	border: 1px solid #ccc;
	padding: 7px;
	background: #fff;	
}

#orcamento .checkbox input[type=checkbox] {
	display: table-cell;
	width: auto;
	margin: 0.25em;
}

#orcamento .checkbox label {
	display: table;
	margin-left: 0.2em;
	line-height: 1.5em;
	margin-bottom: 0.7em;
	font-size: 0.9em;
}

#orcamento .checkbox label span {
	display: table-cell;
}

#orcamento .align-input {
	margin-bottom: 1em;
}

#orcamento .align-input-top {
	margin-top: 2em;
	margin-bottom: 2em;
}

.section.contact-info p {
	margin: 0 0 2em 0;
	color: #666;
}

#infoWindow {
	display: none;
}

#orcamento textarea {
	width: 100%;
	height: 10em;
	display: table;
	border: 1px solid #ccc;
	padding: 7px;
}

#orcamento button {
	float: right;
	margin-top: 1em;
	width: 6em;
	padding: 0.7em;
	color: #fff;
	font-size: 1.3em;
	font-weight: 200;
	background: #3E658E;
	cursor: pointer;
	border: none;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-webkit-transition: 0.1s ease-in-out all;
	-o-transition: 0.1s ease-in-out all;
	transition: 0.1s ease-in-out all;
}

#orcamento button:hover {
	background: #3E658E;
	-webkit-transition: 0.1s ease-in-out all;
	-o-transition: 0.1s ease-in-out all;
	transition: 0.1s ease-in-out all;
}

/**
 * Contato
 ****************************************************************/

.cover-contato {
	padding-bottom: 2em;
	margin-bottom: 2em;
}

.cover-contato form {
	text-align: left;
}

.cover-contato .title {
	color: #333;
	font-weight: 200;
}

.cover-contato .required {
	color: #f00;
}

.cover-contato label {
	display: inline-block;
	margin-left: 0.2em;
	color: #333;
}

.cover-contato input {
	width: 100%;
	border: 1px solid #ccc;
	padding: 7px;
	color: #333;
}

.cover-contato textarea {
	width: 100%;
	height: 10em;
	display: table;
	color: #333;
	border: 1px solid #ccc;
	padding: 7px;
}

.cover-contato .align-input {
	margin-bottom: 1em;
}

.cover-contato button {
	float: right;
	margin-top: 1em;
	width: 6em;
	padding: 0.7em;
	color: #fff;
	font-size: 1.3em;
	font-weight: 200;
	background: #3E658E;
	cursor: pointer;
	border: none;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-webkit-transition: 0.1s ease-in-out all;
	-o-transition: 0.1s ease-in-out all;
	transition: 0.1s ease-in-out all;
}

.cover-contato button:hover {
	background: #3E658E;
	-webkit-transition: 0.1s ease-in-out all;
	-o-transition: 0.1s ease-in-out all;
	transition: 0.1s ease-in-out all;
}


/**
 * Secao Escolha pelos resultados
 ****************************************************************/

#fale-conosco {
	background-color: #47b274;
	padding: 5em 0;
	color: #fff;
	text-align: center;
}

#fale-conosco .cta-alternate {
	display: inline-block;
	padding: 0 2em;
	font-weight: 300;
}

#fale-conosco .btn {
	font-size: 1.1em;
	font-weight: 300;
	padding: 0 2em;
	text-transform: uppercase;
	height: 3em;
	line-height: 3em;
	border-radius: 6px;
}

.section.servico .btn.btn-ligar,
#fale-conosco .btn.btn-ligar,
#header .btn.btn-ligar {
	display: none;
}

#deixe-seu-contato .hs-form .actions input[type=submit],
#fale-conosco .btn.btn-green {
	background-color: #18835e;
}

#deixe-seu-contato .hs-form .actions input[type=submit]:hover,
#deixe-seu-contato .hs-form .actions input[type=submit]:focus,
#fale-conosco .btn.btn-green:hover,
#fale-conosco .btn.btn-green:focus {
	background-color: #fff;
	color: #18835e;
}

#fale-conosco p.cta-alternatives {
	margin: 4em 0 1em 0;
}

#deixe-seu-contato {
	display: none;
	background-color: #47b274;
	padding: 0.5em;
	color: #fff;
	text-align: center;
}

#deixe-seu-contato .container {
	margin: 3em 0;
}

#deixe-seu-contato .overform {

}

#deixe-seu-contato .title {
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 0.5em;
}

#deixe-seu-contato .subtitle {
	color: #bbe3cc;
	font-weight: 400;
	margin-bottom: 1em;
}

#deixe-seu-contato label .hs-form .hs-form-required,
#deixe-seu-contato .hs-form fieldset .hs-form-required,
#deixe-seu-contato .help-text span {
	display: none;
}

/**
 * Erro 404
 ****************************************************************/

.error404 #conteudo {
	background-color: #f1f1f1;
	text-align: center;
}

.error404 #conteudo .sup-title {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: 300;
	color: #666;
	text-transform: uppercase;
}

.error404 .subtitle {
	margin: 4em 0;
}

.error404 h3 {
	font-weight: 500;
	font-size: 1.25em;
}

.error404 .search {
	display: table;
	width: 90%;
	max-width: 580px;
	margin: 0 auto;
	height: 3em;
	display: table;
	background-color: #fff;
	border-radius: 3px;
	padding: 0.25em;
	border: 1px solid #ccc;
}

.error404 .search input {
	background-color: transparent;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-indent: 0.5em;
	height: 2em;
	line-height: 2em;
	margin-right: 2em;
	border: none;
	outline: none;
	font-size: 1.25em;
	color: #666;
}

.error404 .search button {
	background-color: transparent;
	display: block;
	width: 1.75em;
	height: 1.5em;
	line-height: 1.25em;
	font-size: 1.5em;
	float: right;
	border: none;
	outline: none;
	color: #333;
}

.error404 .search button span {
	height: 1.5em;
	line-height: 1.25em;
	font-size: 1.25em;
}

.error404 .sidebar {
	margin-top: 4em;
	text-align: left;
}

.error404 .sidebar ul,
.error404 .sidebar li {
	margin: 0;
	padding: 0;
	line-height: 1.25em 0;
}

.error404 .sidebar .widget_recent_entries li {
	margin: 1.25em 0;
	line-height: 1.25em;
	font-size: 0.85em;
}

/**
 * Newsletter
 ****************************************************************/

.newsletter {
	background-color: #3E658E;
	display: table;
	width: 100%;
	margin: 3em 0;
	padding: 3em;
	color: #fff;
	border-radius: 10px;
	float: left;
}

.newsletter .intro {
	margin-bottom: 2em;
}

.newsletter .title {
	font-size: 2em;
	text-align: center;
	margin: 0;
}

.newsletter .subtitle {
	font-size: 1.1em;
	text-align: center;
	color: #aaf2e6;
	margin: 0.5em;
}

.newsletter .align-newsletter {
	display: block;
	width: 38%;
	margin: 0 1%;
	float: left;
	padding: 0;
}

.newsletter .align-newsletter input {
	background-color: #12806b;
	display: block;
	width: 100%;
	height: 3em;
	margin: 0;
	line-height: 3em;
	font-size: 1em;
	color: #fff;
	text-indent: 0.5em;
	border-radius: 3px;
	border: none;
	outline: none;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder {
   color: #fff;
}

::-moz-placeholder {
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

.newsletter .button-newsletter {
	display: block;
	width: 18%;
	margin: 0 1%;
	float: left;
}

.newsletter .button-newsletter button {
	background-color: #fff;
	display: block;
	width: 100%;
	height: 3em;
	line-height: 3em;
	font-size: 1em;
	font-weight: 400;
	color: #3E658E;
	text-transform: uppercase;
	border-radius: 3px;
	border: none;
	outline: none;
}

.newsletter .button-newsletter button:hover,
.newsletter .button-newsletter button:focus {
	background-color: #eee;
	color: #000;
}

/**
 * Footer
 ****************************************************************/

 /* Start BSeller */

#bloco-especialista {
 	background: #555;
 	padding: 1.5em 0;
 }

 .center-bloco-especialita {
 	width: auto;
 	margin: 0 auto;
 	display: table;
 }

#bloco-especialista p {
 	font-size: 1.5em;
 	color: #fff;
 	font-weight: 300;
 	float: left;
}

#bloco-especialista small {
 	color: #ccc;
 	margin: 0 0.5em 0 0.5em;
}

#bloco-especialista span.retina-icon {
 	font-size: 3em;
 	color: #ccc;
 	float: left;
 	margin: 0.2em 0.3em 0 0;
 	float: left;
 	color: #fff;
 	margin: 0.20em 0.30em 0 0;
}

.cta-especialista {
	font-size: 1.12em;
	font-weight: 400;
 	text-align: center;
 	float: left;
 	background: #3366FF;
 	padding: 0.8em 1.5em;
 	border-radius: 5em;
 	-moz-border-radius: 5em;
 	-webkit-border-radius: 5em;
 	-o-border-radius: 5em;
 	-ms-border-radius: 5em;
 	margin: 0.5em 0 0 0.5em;
}

 a.cta-especialista {
 	color: #fff;
 	cursor: pointer;
 	transition: 0.2s;
 	-webkit-transition: 0.2s;
 	-moz-transition: 0.2s;
 	-o-transition: 0.2s;
 	-ms-transition: 0.2s;
}

 a.cta-especialista:hover {
 	text-decoration: none;
 	background: #2851CC;
 	transition: 0.2s;
 	color: #fff;
 	-webkit-transition: 0.2s;
 	-moz-transition: 0.2s;
 	-o-transition: 0.2s;
 	-ms-transition: 0.2s;
}

button.cta-especialista:hover {
 	text-decoration: none;
 	background: #2851CC;
 	transition: 0.2s;
 	color: #fff;
 	-webkit-transition: 0.2s;
 	-moz-transition: 0.2s;
 	-o-transition: 0.2s;
 	-ms-transition: 0.2s;
}

#menu-footer {
	background-color: #eee;
	padding: 2em 0;
}

#menu-footer .cols5 {
	width: 20%;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-footer .cols5 a {
	font-size: 1.3em;
	color: #3E658E;
}

#menu-footer .cols5 a:hover {
	color: #000;
	text-decoration: none;
}

#menu-footer .sub-menu {
	padding: 1em 0;
}

#menu-footer .sub-menu li {
	list-style: none;
}

#menu-footer .sub-menu li a {
	font-size: 0.9em;
	color: #666;
	line-height: 2em;
	font-weight: 300;
}

#footer {
	background-color: #3E658E;
	font-size: 0.9em;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

#footer .container {
	padding: 2em 0;
}

#footer .contact-info p {
	margin: 0;
}

#footer .follow-us a {
	color: #fff;
	text-decoration: none;
}

#footer .follow-us a span {
	margin: 0 0.5em 0.5em 0;
	font-size: 1.5em;
}

#footer .address p {
	color: #fff;
}

#footer .certificados {
	float: right;
	text-align: right;
	margin-top: 0.5em;
}

#footer .certificados span {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.75em;
	margin-right: 2em;
}

#footer .bottom-bar {
	display: table;
	width: 100%;
	text-align: center;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	color: #333;
	background-color: #3E658E;
}

#footer .bottom-bar .container {
	padding: 0.25em 0;
}
#footer .copyright {
	float: left;
	color: #fff;
}

#footer .copyright a {
	display: inline-block;
	color: #fff;
}

#footer .menu-footer {
	display: table;
	float: right;
	padding: 0;
	margin: 1em 0;
}

#footer .menu-footer li {
	display: inline-block;
}

#footer .menu-footer li a {
	padding: 0 0.75em;
	text-decoration: none;
	color: #fff;
}

#footer .menu-footer li a:hover {
	text-decoration: underline;
}

#footer a.scrollTop {
	display: none;
}

 /* End BSeller */

/**
 * Orcamento
 ****************************************************************/

.wrap-orcamento,
.wrap-deixe-seu-contato {
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	display: none;
	margin-bottom: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	font-family: "Roboto";
	overflow: scroll;
}

.wrap-orcamento .bg-overlay {
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	margin-bottom: 50px;
	background: rgba(41, 50, 54, 0.98);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	font-family: "Roboto";
}

.overform {
	width: 680px;
	margin: 25px auto;
	padding: 25px 40px;
	z-index: 1;
}

.overform.deixe-seu-contato .hbspt-form {
	display: table;
	width: 320px;
	margin: 0 auto;
}

.overform .lead {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	padding-bottom: 1em;
}

.overform .lead h2 {
	font-size: 48px;
	font-weight: 300;
	margin: 0;
	line-height: 1em;
}

.overform form {
	width: 100%;
	display: table;
	float: left;
	clear: left;
}

.overform label {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 4px;
}

.formleft {
	width: 300px;
	background: #ccc;
	float: left;
}

.formright {
	width: 300px;
	background: #ccc;
	float: right;
}

.wrap-orcamento .header {
	display: table;
	width: 100%;
	border-bottom: 1px solid #444;
}

.wrap-deixe-seu-contato .btn-close,
.wrap-orcamento .btn-close {
	width: 80px;
	display: block;
	font-size: 0.85em;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	z-index: 1002;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity: 60%);
	cursor: pointer;
	float: right;
	line-height: 1em;
	margin: 0.75em 0.25em;
}

.wrap-deixe-seu-contato .btn-close span,
.wrap-orcamento .btn-close span {
	display: inline-block;
	width: 1.1em;
	height: 1em;
	text-indent: 0;
	background-color: #3bb2d0;
	color: #222b30;
	font-size: 1.25em;
	line-height: 1.1em;
	padding: 0em;
	margin: -0.2em 0;
	border-radius: 50%;
	font-weight: bolder;
	text-align: center;
}

/*
.wrap-deixe-seu-contato .btn-close:before,
.wrap-orcamento .btn-close:before {
	content: "×";
	font-size: 1.35em;
	margin: 0px 4px 0 -4px;
	position: relative;
	bottom: -2px;
}*/

.wrap-orcamento .btn-close:hover {
	opacity: 1;
	filter: alpha(opacity: 100%);
}

.wrap-deixe-seu-contato .overform .hs-form .actions input[type=submit] {
	width: 100%;
}

/**
 * Banners
 ****************************************************************/

.banner {
	display: table;
	width: auto;
	max-width: 100%;
	height: auto;
}

.banner a,
.banner img {
	display: table;
	width: auto;
	max-width: 100%;
	height: auto;
}

/**
 * Media Queries
 ****************************************************************/

@media (max-width: 1199px) {
	#cover.cover-home .title {
		font-size: 4em;
	}

	#cover.cover-home02 .title {
		font-size: 4em;
	}

	/***** Serviços *****/

	#servicos .title {
		padding-bottom: 0em;
		margin-bottom: 0.25em;
		line-height: 1.5em;
		padding: 0 1em;
		font-size: 2em;
	}

	#servicos .col-md-6 {
		padding-left: 1em;
		padding-right: 1em;
	}

	#servicos .col-md-6 .icon {
		display: block;
		width: 2em;
		height: 2em;
		border: none;
	}

	#servicos .col-md-6 .icon span {
		font-size: 2em;
		text-align: center;
		line-height: 2em;
	}

	#servicos .col-md-6 h3{
		font-size: 1.25em;
		font-weight: 300;
 		font-weight: 300;
	}

	#conteudo-blog .post h3,
	#conteudo-blog .post h3 a {
		font-size: 1.25em;
		line-height: 1.33em;
	}
}

@media (min-width: 992px) {

	#navigation {
		float: right;
	}

	#header .menu {
		display: table;
		margin: 0;
		padding: 0;
		margin-left: auto;
		float: left;
	}

	#header .menu>li {
		display: table;
		float: left;
		position: relative;
	}

	#header .menu>li>a {
		display: block;
		height: 90px;
		padding: 0 20px;
		color: #666;
		line-height: 90px;
		text-decoration: none;
		font-size: 15px;
		font-weight: 400;
		-webkit-transition: 0.1s ease-in-out all;
		-o-transition: 0.1s ease-in-out all;
		transition: 0.1s ease-in-out all;
	}

	#header .menu li a:hover,
	#header .menu li a:focus {
		color: #000;
	}

	#header .cta-orcamento {
		float: right;
		margin: 26px 0 26px 26px;
		color: #2a9963;
		border: 1px solid #ccc;
	}

	#header .cta-orcamento:hover,
	#header .cta-orcamento:focus {
		border-color: #47b274;
	}

	#header .menu li.menu-item-has-children>a {
	    line-height: 5.75em;
	}

	#header .menu li.menu-item-has-children>a:after {
		content: '\f431';
		font-family: "genericons";
		position: relative;
		bottom: -3px;
	}

	#header .sub-menu {
		width: 200px;
		position: absolute;
		display: none;
		top: 5em;
		left: 50%;
		margin-left: -100px;
		padding: 1em 0;
		background-color: #fff;
		border-radius: 8px;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
		z-index: 1001;
	}

	#header .sub-menu:before {
		content: " ";
		background: url(img/arrow-dropdown-menu.png) no-repeat top center;
		display: block;
		position: absolute;
		top: -0.9em;
		left: 50%;
		width: 2em;
		height: 0.9em;
		margin-left: -1em;
	}

	#header .sub-menu li {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#header .sub-menu li a,
	#header.transparente .sub-menu li a {
		display: inline-block;
		width: 100%;
		line-height: 1.3em;
		padding: 0.35em 1.25em;
		min-height: 2em;
		color: #333 !important;
		font-weight: 400;
	}

	#header .sub-menu li a:hover {
		background-color: #f3f3f3;
		text-decoration: none;
		color: #000;
	}

	#header .menu>li:hover .sub-menu,
	#header .menu>li:focus .sub-menu {
		display: block;
	}

	#header.transparente .menu li a {
		color: #fff;
	}

	#header.transparente .sub-menu li a.returnLink,
	#header .sub-menu li a.returnLink {
		display: none;
	}

	#header.transparente .cta-orcamento {
		float: right;
		margin: 26px 0 26px 26px;
		color: #fff;
		border: 1px solid #fff;
	}

	#header.transparente .cta-orcamento:hover,
	#header.transparente .cta-orcamento:focus {
		background-color: #fff;
		color: #47b274;
	}

	#mapas {
		margin: 0 -1em;
	}

	#nosso-time .col-md-4 {
		min-height: 135px;
		margin: 1em 0;
	}

	.newsletter.newsletter-full {
		margin-top: 3em;
		padding: 1.5em;
		border-radius: 0.4em;
	}

	.newsletter.newsletter-full .intro {
		display: block;
		width: 50%;
		float: left;
		margin: 0;
		padding: 0;
	}

	.newsletter.newsletter-full .intro .title {
		font-size: 1.75em;
		text-align: left;
		margin: 0 0 0.3em 0;
		padding: 0;
	}

	.newsletter.newsletter-full .intro .subtitle {
		font-size: 1em;
		text-align: left;
		margin: 0;
		padding: 0;
		line-height: 1em;
	}

	.newsletter.newsletter-full .hbspt-form {
		display: block;
		width: 50%;
		float: right;
	}

	.newsletter.newsletter-full .hs-form-field,
	.newsletter.newsletter-full .hs_submit {
		margin: 0 0 0 2%;
	}
}

@media (max-width: 991px) {
	body {
		-webkit-transition: 0.2s ease-in-out left;
		-o-transition: 0.2s ease-in-out left;
		transition: 0.2s ease-in-out left;
		position: relative;
	}

	body.show-menu {
		left: -260px;
	}

	.home .container .row {
		margin-left: 0;
		margin-right: 0;
	}

	#beneficios .features {
		background: none;
		margin-top: 2em;
	}

	#servicos {
		padding-top: 0 0 2.5em 0;
	}

	#intro-seo {
		padding-top: 3em;
	}

	#servicos .container,
	#intro-seo .container {
		padding: 0;
	}

	#servicos .col-md-6 {
		padding: 0.5em 2em;
		display: table;
	}

	#intro-seo .col-md-4 {
		padding: 1.5em;
		border-top: 3px solid #3f99d9;
		display: table;
	}

	#servicos .col-md-6 .icon {
		float: left;
	}

	#servicos .col-md-6 h3 {
		float: left;
		margin: 1.1em 0em 0.5em 0.65em;
	}

	#servicos .col-md-6 p {
		min-height: 5em;
		margin-bottom: 1em;

	}

	#servicos .col-md-6 p {
		display: block;
		width: 100%;
		float: left;
		clear: left;
		text-align: left;
		margin: 0.5em 0 1em 0;
		min-height: 5em;
	}

	#servicos .col-md-6 a {
		float: left;
	}

	#chamada .box{
		margin-top: 24em;
	}

	#conteudo-seo .content {
 		margin-top: 0;
 	}

 	.erp-call .box {
 		float: none;
 	}

 	.erp-call .bg {
 		float: none;
 	}

 	#mapas .endereco-rj {
	 	text-align: left;
	}

	/* Start BSeller */

	#submenu-cover {
		display: none;]
	}

	#bloco-especialista {
		width: 100%;
		text-align: center;
		display: table;
		padding: 0 0 4em 0;
	}

	#bloco-especialista .retina-icon {
		display: none;
	}

	#bloco-especialista p {
		font-size: 2.5em;
		line-height: 47px;
		display: block;
    	width: 100%;
	}

	#bloco-especialista small {
		font-size: 0.8em;
	}

	#bloco-especialista span {
		width: 260px;
		border: 1px solid #ccc;
		display: block;
		border-radius: 5em;
	 	-moz-border-radius: 5em;
	 	-webkit-border-radius: 5em;
	 	-o-border-radius: 5em;
	 	-ms-border-radius: 5em;
	 	font-size: 24px;
	 	text-align: center;
	 	padding: 0.2em;
	 	float: none;
	 	margin: 1.5em auto;
	}

	#bloco-especialista .ligue-para {
		display: none;
	}

	a.cta-especialista {
		width: 260px;
		font-size: 1.2em;
		padding: 1em;
		float: none;
		margin: 1.5em auto;
	}

	/* End BSeller */


	#header .container {
		width: 100%;
		padding: 0;
	}

	#header .menu {
		width: 100%;
	}

	#header .brand {
		height: 28px;
		margin: 18px;
		margin-left: 15px;
	}

	#header .show-menu {
		display: block;
	}

	#navigation {
		background-color: #333;
		display: block;
		padding: 0em;
		width: 260px;
		height: auto;
		min-height: 100%;
		position: fixed;
		top: 0;
		right: -260px;
		z-index: 1003;
		margin: 0;
		-webkit-transition: 0.2s ease-in-out right;
		-o-transition: 0.2s ease-in-out right;
		transition: 0.2s ease-in-out right;
		overflow: hidden;
	}

	.show-menu #navigation {
		right: 0;
	}

	#navigation .menu,
	#navigation .sub-menu {
		margin: 0;
		padding: 0em;
	}

	#navigation .menu {
		position: relative;
		left: 0;
		-webkit-transition: 0.2s ease-in-out left;
		-o-transition: 0.2s ease-in-out left;
		transition: 0.2s ease-in-out left;
		
	}

	#navigation .menu.showSubMenu,
	#navigation .cta-orcamento.showSubMenu {
		left: -260px;
	}

	#navigation .menu li,
	#navigation .menu li a,
	#navigation .cta-orcamento {
		display: block;
		color: #fff;
		text-align: left;
		width: 100%;
		line-height: 3.5em;
		font-size: 1em;
		text-transform: uppercase;
	}

	#navigation .menu li a {
		width: 100%;
		padding: 0em;
		text-decoration: none;
		color: #ccc;
		text-indent: 1.25em;
		border-bottom: 1px solid #444;
		overflow: hidden;
		height: 3.5em;
	}

	#header .menu>li.menu-item-has-children>a:before {
		content: '\f501';
		font-family: "genericons";
		position: relative;
		padding: 0em 0.5em;
		float: right;
		text-indent: 0;
		color: #999;
	}

	#navigation .sub-menu {
		background-color: #333;
		display: none;
		width: 100%;
		padding: 0;
		position: absolute;
		top: 0;
		left: 260px;
	}

	#navigation .sub-menu.active {
		display: block;
	}

	#header .menu li a.returnLink:before {
		content: '\f503';
		font-family: "genericons";
		position: relative;
		padding: 0em 0.5em 0 0;
		text-indent: 0;
		bottom: -1px;
		color: #999;
	}

	#navigation .cta-orcamento,
	#navigation .btn.btn-ligar {
		background-color: #09a085 !important;
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
		line-height: 3em;
		height: 3em;
		border: none;
		border-radius: 0;
		text-indent: 0.5em;
	}

	.sub-header .search {
		margin: 1em 0;
		height: 3em;
		line-height: 3em;
		float: left;
		clear: left;
	}

	#nossos-numeros .clock h3 {
		width: 200px;
		height: 200px;
		padding: 3.25em 2em;
		font-size: 1em;
	}

	#nossos-numeros .clock h3 span,
	#nossos-numeros .clock h3 small {
		font-size: 3em;
	}

	#depoimentos .title {
		font-size: 2.5em;
		line-height: 1.25em;
		font-weight: 300;
	}

	#depoimentos blockquote {
		padding: 0;
		margin: 0;
	}

	#depoimentos blockquote q {
		padding: 0;
		font-size: 1.1em;
	}

	#client-list a img {
		width: 3.5em;
		height: 3.5em;
	}

	.page-template-page-seo #cover {
		background-image: none;
		padding: 30px;
	}

	.secondary-menu .prefix,
	.secondary-menu .menu {
		display: none;
	}

	.page-template-page-seo #cover .title {
		font-size: 3.5em;
		margin-bottom: 0.25em;
		text-align: center;
	}

	.page-template-page-seo #cover .subtitle {
		font-size: 2em;
		text-align: center;
	}

	.page-template-page-seo .secondary-menu {
		margin-top: 0;
	}
	
	.page-template-page-seo .search {
		margin-top: 2em;
	}

	.page-template-page-seo .title,
	.page-template-page-seo h2,
	.page-template-page-institucional .title,
	.page-template-page-institucional h2 {
		font-size: 2.5em;
		line-height: 1.25em;
	}

	.page-template-page-seo h3,
	.page-template-page-institucional h3 {
		font-size: 1.5em;
	}

	#cover .search {
		height: 3em;
		border-radius: 4px;
	}

	.sub-header .search button, 
	#cover .search button {
		width: 2.5em;
		height: 2.5em;
		line-height: 2.5em;
	}
	
	.sub-header .search button span,
	#cover .search button span {
		font-size: 1.5em;
	}
	
	.sub-header .search input, 
	#cover .search input {
		height: 2em;
		font-size: 1.25em;
		line-height: 2em;
		color: #fff;
	}

	#indice-seo {
		background-color: #eee;
		width: 100%;
		height: 45px;
		position: fixed;
		bottom: -1px;
		left: 0;
		z-index: 1001;
		padding: 0;
		display: block;
		bottom: 0;
		-webkit-transition: 0.2s ease-in-out height;
		-o-transition: 0.2s ease-in-out height;
		transition: 0.2s ease-in-out height;
	}

	#indice-seo.active {
		height: 100%;
	}

	#indice-seo .show-indice {
		background-color: #eee;
		display: block;
		width: 100%;
		height: 3em;
		padding: 1em 0;
		margin: 0;
		text-align: center;
		text-transform: uppercase;
		border: none;
		border-top: 1px solid #ccc;
		line-height: 1em;
		outline: none;
		float: left;
		cursor: pointer;
	}

	#indice-seo .show-indice .genericon-hierarchy {
		line-height: 0.85em;
	}

	#indice-seo .show-indice .genericon-expand {
		display: none;
	}

	#indice-seo.active .show-indice .genericon-expand {
		display: inline-block;
		color: #aaa;
		line-height: 0.5em;
		font-size: 1.75em;
		padding-left: 0.5em;
	}

	#indice-seo .menu {
		display: block;
		height: 100%;
		width: 100%;
		overflow: scroll;
		text-align: center;
		padding: 1em 0 4em 0;
	}

	#indice-seo .menu li {
		width: 100%;
	}

	#indice-seo .menu li a {
		width: 100%;
		font-size: 1em;
	}

	#indice-seo .sub-menu li a {
		font-size: 0.9em;
	}


	.sidebar-institucional {
		display: none;
	}

	#sidebar {
		display: none;
	}

	#menu-footer {
		display: none;
	}

	#footer .certificados {
		display: none;
	}

	#footer .contact-info {
		width: 100%;
		text-align: center;
	}

	#footer .menu-footer {
		display: table;
		float: right;
		margin-bottom: 2em;
	}

	#footer .menu-footer li {
		display: inline-block;
	}

	#footer .menu-footer li a {
		padding: 0 0.75em;
		text-decoration: none;
	}

	#footer .copyright,
	#footer .menu-footer {
		width: 100%;
		display: table;
		float: none;
	}

	#footer .address p {
		font-size: 1.1em;
		padding: 0 1em;
	}

	#footer .menu-footer li {
		display: inline-block;
	}

	#footer .copyright {
		padding: 0 1em;
	}

	#footer .copyright .separe {
		display: none;
	}

	#footer .copyright .break {
		display: block;
		width: 100%;
	}

	#footer a.scrollTop {
		color: #fff;
		text-decoration: none;
		padding: 0.95em 0;
		display: inline-block;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}

	form .checkbox {
		padding: 0;
		width: 100%;
	}
	form .checkbox h4 {
		padding: 0.9em;
		font-weight: 300 !important;
		margin-bottom: 0;
	}

	form .checkbox label{
		border-top: 1px solid #ddd;
		padding: 1em;
		width: 100%;
		margin: 0 !important;
		transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
	}

	form .checkbox label:last-child{
		border-bottom: 1px solid #ddd;
	}

	form .checkbox label.ativo {
		background: #eee;
	}

	form .checkbox input[type=checkbox] {
		float: right;
		margin: 0.4em 0.5em;
		border-radius: 2px;
		visibility: hidden;
		display: block
	}

	form .checkbox input[type=checkbox]:before {
		content: "";
		display: inline-block;
		width: 15px;
		height: 15px;
		visibility: visible;
		border: 1px solid #999;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		font-size: 14px;
		color: #fff;
	}
	form .checkbox input[type=checkbox]:checked:before {
		content: "\f418";
		background: #3E658E;
		border-color: #3E658E;
	}

	#cover.cover.contato {
		background: #3E658E;
	}

	#mapas {
		padding-top: 0;
	}

	#intro .icon {
		margin: 0 auto;
	}

	.cover-contato button,
	#orcamento button {
		width: 100%;
	}

	.sub-header {
		padding: 1em 0;
	}

	.sub-header .breadcrumbs {
		margin: 0em 0 -0.5em 0;
		font-size: 0.9em;
	}

	.home .section h2 {
		font-size: 1.5em;
		line-height: 1.5em;
	}

	.page-template-page-institucional .breadcrumbs,
	.page-template-page-institucional .breadcrumbs a {
		color: #fff;
	}

	.sub-header .title {
		font-size: 1.5em;
		margin-top: 0.5em;
	}

	/***** Home *****/
	
	#cover.cover-home {
		padding: 0 0 5em 0;
	}

	#cover.cover-home .title {
		margin: 1em 0.25em 1.5em 0.25em;
		font-size: 2.5em;
	}

	#cover.cover-home .subtitle {
		font-size: 1.25em;
	}

	#cover.cover-home02 {
		padding: 0;
	}


	#cover.cover-home02 .title {
		margin: 6em 0.25em 1.5em 0.25em;
		font-size: 2.5em;
	}

	#cover.cover-home02 .subtitle {
		font-size: 1.25em;
	}

	/*#clientes {
		width: 100%;
		white-space: nowrap;
		overflow-y: auto;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	#clientes .logos-clientes img {
		display: inline-block;
		width: 40%;
	}*/

	#servicos {
		padding: 3em 0;
	}

	#servicos .col-md-6 {
		padding: 0.5em 1em;
		margin: 1em 0;
	}

	#servicos .col-md-6 p {
		height: auto;
		min-height: 3em;
	}

	#infraestrutura {
		padding-left: 1em;
		padding-right: 1em;
	}

	#infraestrutura .container {
		height: 32em;
	}

	#infraestrutura .col-md-5 {
		bottom: -64px;
		padding: 20px;
	}

	#infraestrutura .col-md-5 h3 {
		line-height: 1.25em;
		font-size: 1.4em;
	}

	#infraestrutura .col-md-5 p {
		font-size: 0.9em;
	}

	#infraestrutura .col-md-5 .btn {
		height: 64px;
		line-height: 64px;
		font-size: 1.1em;
		margin: 0 -20px -20px -20px;
	}

	#cases {
		padding: 6em 16px 0 16px;
	}

	#cases .title {
    font-size: 2em;
	}

	#cases .sub-title {
	    font-size: 1.1em;
	    margin: 0.5em 0;
	}

	#cases .col-md-4 {
		margin-top: 2em;
	}

	#cases .col-md-4 p {
		font-size: 0.9em;
		background-color: #444;
		padding: 3em 16px 16px 16px;
		margin: -24px -16px 0 -16px;
	}

	#cases:after {
		display: none;
	}

	.search-results .sub-header .title {
		text-align: center;
	}

	.sub-header .show-search {
		display: block;
	}

	.sub-header .search {
		display: none;
		margin: 1em 0 0 0;
	}

	.search-results .sub-header .search {
		display: block;
	}

	.page-template-page-seo .sub-header .search {
		margin: 3em 0 0 0;
	}

	#cover.cover-author {
		padding: 3em 0;
	}

	#cover.cover-author .title {
		font-size: 2em;
		margin-bottom: 0.5em;
	}

	#cover.cover-author .author-description {
		font-size: 0.9em;
		font-weight: 300;
	}

	#cover.cover-author .author-description a {
		color: #fff;
	}

	#cover.cover-author .author-links {
		display: none;
	}

	.banner {
		display: none;
	}

	.section.servico {
		padding-bottom: 3em;
	}

	.page-template-page-seo #cover .subtitle {
		font-size: 1em;
		text-align: center;
	}

	#conteudo .lead {
		padding: 0 2em;
		margin: 1em -1em;
	}

	#conteudo .lead .col-md-4 {
		width: 100%;
		border-bottom: none;
		float: left;
		display: block;
		padding: 1em 0;
	}

	#conteudo .lead .col-md-4:last-child {
		border-bottom: 1px solid #ccc;
	}

	#conteudo .lead .col-md-4 h3 {
		font-size: 1.5em;
		line-height: 1em;
		margin: 0.35em 0;
	}

	#conteudo .lead .col-md-4 p {
		font-size: 0.9em;
		margin: 0.35em 0;
	}

	#fale-conosco {
		display: block;
	}
	
	.section.servico  .btn.btn-ligar,
	#fale-conosco .btn.btn-ligar {
		display: block;
	}

	#header .btn.btn-ligar {
		width: 100%;
		display: inline-block;
		font-size: 1.1em;
		margin: 0 0 1.5em 0;
		text-transform: uppercase;
	}

	#marketplace .col-marketplace{
		padding: 0 15px;
	}
	
	.section.servico .cta-orcamento,
	#fale-conosco .btn.cta-orcamento,
	#header .btn.cta-orcamento {
		display: none;
	}

	#deixe-seu-contato {
		display: block;
	}
	
	#deixe-seu-contato .btn,
	#fale-conosco .btn,
	.section.servico .btn {
		width: 100%;
		height: 4em;
		line-height: 4em;
		text-transform: uppercase;
		font-weight: 300;
	}

	#seo-institucional {
		background-position: left 3em;
		background-size: 250%;
		padding-top: 100%;
	}

	#ecommerce-seo {
		background-position: 85% top;
		background-size: 250%;
		padding-top: 90%;
	}

	#consultoria {
		background-image: url(img/bg-consultoria-mobile.html);
		background-position: center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding-top: 60%;
	}

	#conteudo-blog {
		padding: 1em 0;
	}

	#conteudo-blog .container {
		padding: 10px;
	}

	#conteudo-blog .col-md-8.col-xs-12 {
		padding: 0;
	}

	#conteudo-blog .post {
		padding: 1em 10px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		margin-left: -10px;
		margin-right: -10px;
	}

	#conteudo-blog .post a.post-thumb {
		width: 5em;
		height: 5em;
		margin-right: 1em;
	}
	
	#conteudo-blog .post h3,
	#conteudo-blog .post h3 a {
		font-size: 1em;
		line-height: 1.33em;
	}

	#conteudo-blog .post .post-excerpt {
		display: none;
	}

	#posts-relacionados {
		background-color: #eee;
		padding: 1.25em 0 2.5em 0;
	}

	#posts-relacionados h3 {
		display: block;
		width: 100%;
		margin-bottom: 2em;
		text-align: center;
		text-transform: uppercase;
		font-weight: 300;
	}

	#posts-relacionados ul {
		margin: 0 -0.5em;
	}

	#posts-relacionados ul li {
		width: 100%;
		margin: 0.5em 0;
	}

	#posts-relacionados ul li img {
		float: left;
		width: 6em;
		height: 6em;
	}

	#posts-relacionados ul li .crp_title {
		height: 6em;
		padding: 0.75em;
		margin: 0 0 0 6em;
		font-size: 1em;
		line-height: 1.5em;
	}

	#nosso-time .title {
		font-size: 2em;
		margin: 1em 0;
	}

	.center-text {
		padding: 1em 1em 0 1em;
		text-align: left !important;
	}

	.shortcut-cards {
		padding: 0;
		margin: 0em;
	}

	.row.shortcut-cards .card {
		width: 100%;
		margin: 0.5em 0;
	}

	.shortcut-cards .card .content {
		padding: 1em;
	}

	.shortcut-cards .card p {
		font-size: 0.85em;
	}

	.error404 #conteudo .container {
		padding: 5% 5% 25% 5%;
	}

	.error404 .sup-title {
		font-size: 1.25em;
	}

	.error404 .title {
		font-size: 3em;
		margin: 0.5em 0;
	}

	.error404 .subtitle,
	.error404 aside.sidebar {
		display: none;
	}

	.error404 h3 {
		font-size: 1em;
		margin: 4em 0 2em 0;
		font-weight: 400;
	}

	.error404 .search button {
		width: 1.5em;
	}

	.error404 .search button span {
		height: 1.5em;
		line-height: 1.5em;
		font-size: 1em;
	}

	.pagination {
		margin: 2em 0;
	}

	.pagination .next, .pagination .prev {
		font-size: 0.9em;
	}

	.newsletter .hs-form-field,
	.newsletter .hs_submit {
		width: 100%;
		margin: 0.75em 0;
	}

	#fale-conosco .cta-alternate {
		width: 100%;
		height: 4em;
		line-height: 4em;
	}

	.wrap-orcamentom,
	.wrap-deixe-seu-contato {
		overflow: scroll;
		height: 100%;
	}

	.overform {
		width: 480px;
		max-width: 100%;
		padding: 30px;
		height: auto;
		margin: 100px auto;
		position: relative;
		left: 0;
		top: 0;
		overflow: scroll;
	}

	.overform .hs-form fieldset {
		width: 100%;
		max-width: 100%;
	}
	#beneficios .col-md-7 p + h3,
	#marketplace .col-marketplace + div{
		margin: 3em 0 0.3em 0;
	}
}

@media (max-width: 600px) {
	body {
		font-size: 15px;
	}

	.breadcrumbs {
    	margin-top: 1.75em;
	}

	#cover.cover-ecommerce .title,
	#cover.cover-tecnologia .title, {
	 	font-size: 3em;
	}

	#cover.cover-erp .title {
		font-size: 3.8em;
	}

	#ecommerce-blocks .col-feature,
	#erp-blocks .col-feature,
	#tecnologia-blocks .col-feature,
	.features p {
		text-align: center;
	}

	.erp-call .box{
		text-align: center;
	}

	.erp-call .box h3{
		line-height: 1em;
	}

	.erp-call .box p,
	#chamada p{
		font-size: 1.2em;
	}

	#erp-backoffice .col-erp span {
    	width: 15%;
    	line-height: 1em;
	}

	#erp-backoffice .col-erp div {
    	width: 85%;
	}

	#erp-backoffice .col-erp p {
    	text-align: left;
	}

	.cta-bar a, 
	.erp-call .box a, 
	#cover.cover-erp .btn-erp {
		font-size: 1.6em;
	}

	.erp-call .bg{
		background-position: -200px 0; 
	}

	#chamada .container{
		background: url('img/bg-erp-chamada.jpg') -190px 0 no-repeat;
    	background-size: 260%;
	}

	#chamada .box{
		margin-top: 28em;
	}

	#cover.cover-orcamento {
		padding: 2em;
	}

	.cta-bar {
		padding: 0 0 1em 0;
	}

	#cover {
		padding: 5em 0;
	}

	#cover .title {
		font-size: 3em;
	}

	#cover .sub-title {
		font-size: 1.1em;
	}

	.section.servico .title {
		font-size: 2em;
	}

	.page-template-page-seo iframe {
		max-width: 100%;
		max-height: 100%;
		min-height: 260px;
		height: auto;
	}

	.endereco-rj iframe,
	.endereco-sp iframe {
		height: 400px;
	}

	#nosso-time .col-md-4 {
		float: left;
		clear: left;
		margin: 1.25em 0;
	}

	#nosso-time .col-md-4 img {
		width: 3em;
		margin-right: 0.75em;
	}

	#nosso-time .col-md-4 p {
		margin: 0;
		width: 100%;
		clear: left;
		float: left;
		font-size: 1em;
	}

	#nosso-time .col-md-4 h4.title {
		font-size: 1.2em;
		line-height: 1.35em;
	}

	#nosso-time .col-md-4 p.subtitle {
		clear: none;
		float: none;
		margin: 0;
		font-size: 1em;
	}

	#cover.cover-contato {
		padding-bottom: 1em;
		margin-bottom: 0;
	}

	#cover.cover-contato .title {
		font-size: 3em;
	}

	#cover.cover-contato .hs-button {
		width: 100%;
	}

	.newsletter {
		padding: 1.5em;
	}

	.newsletter .title {
		margin-top: 0.5em;
		font-size: 1.5em;
	}

	.newsletter .subtitle {
		font-size: 1em;
	}

	#fale-conosco .container {
		padding: 0 2em;
	}

	.overform {
		width: auto;
		max-width: 100%;
		margin: 2em 0;
		padding: 0 30px;
		height: auto;
		margin: 4em 0;
		position: relative;
		left: 0;
		top: 0;
		overflow: scroll;
	}

	.overform .lead {
		font-size: 16px;
		color: #fff;
		font-weight: 300;
		text-align: center;
	}

	.overform .lead h2 {
		font-size: 32px;
		font-weight: 300;
		margin: 0;
	}

	.formleft,
	.formright {
		width: 100% !important;
		background: #ccc;
		float: right;
	}

	.overform .hs-form .actions input[type=submit] {
		width: 100%;
	}

	.overform .help-text {
		top: 18px;
	}

	#footer .menu-footer li a {
		height: 3.5em;
		line-height: 3.5em;
		padding: 0.5em 0.75em;
		margin: 0.25em 0.5em;
		text-decoration: none;
		border: 1px solid #fff;
	}
}

@media (max-width: 479px) {
	#cover.cover-tecnologia {
		padding-bottom: 7em;
	}

	#cover.cover-tecnologia .title {
		font-size: 3.2em;
	}

	#tecnologia-blocks h3,
	#marketplace h3,
	#beneficios h3 {
		text-align: center;
	}

	#tecnologia-blocks h2,
	#marketplace h2,
	#beneficios h2 {
		font-size: 2.4em;
	}

	.tecnologia-call .box h3 {
		font-size: 2em;
	}

	.tecnologia-call .box p {
		font-size: 1.2em;
	}

	.container {
		padding: 0;
	}

	#cover .container {
		padding: 0;
	}

	#cover.cover-home .title {
		font-size: 2.4em;
	}

	#cover .subtitle {
		font-size: 1.15em;
		font-weight: 300;
	}

	#cover.cover-ecommerce .title {
	 	font-size: 3em;
	}

	#cover a.cta-saiba {
		width: 100%;
		margin: 0.7em 0;
		font-size: 1.5em;
	}

	#cover a.cta-consulte {
		width: 100%;
		margin: 0.7em 0;
		font-size: 1.5em;
	}

	#cover.cover-logistica .title {
		font-size: 2.5em;
	}

	#servicos .title {
		padding-bottom: 0em;
		margin-bottom: 0.25em;
		line-height: 1.5em;
		padding: 0 1em;
		font-size: 1.25em;
	}
	
	.page-template-page-logistica #servicos .title,
	*.section .title {
		font-size: 2.25em;
		line-height: 1.25em;
		padding: 0;
	}

	.section#intro h3,
	.section#intro p {
		text-align: center;
		line-height: 1.5em;
	}

	.page-template-page-quem-somos #conteudo .container {
		padding: 0;
	}

	.page-template-page-logistica #servicos .col-md-6 .icon {
	    width: 3em;
	    height: 3em;
	}

	.row.shortcut-cards {
		margin: 0.5em; 
	}

	/*#clientes .logos-clientes img {
		margin: 0.4em 0px;
	}*/

	.page-template-page-seo #cover {
		padding: 30px 0;
	}

	#intro-seo h2.title {
		font-size: 1.75em;
	}

	#intro-seo .title span {
		margin-top: 1em;
		font-size: 0.7em;
		line-height: 1.5em;
	}

	#cover.cover-post {
		padding: 2em 0 1em 0;
	}

	#cover.cover-post .title {
		font-size: 2em;
	}

	.page-template-page-seo,
	.page-template-page-institucional {
		margin-bottom: 60px;
	}

	#cover.cover-post .author-resume {
		margin-top: 2em;
	}

	#post h2,
	#post h3,
	#post h4 {
		
	}

	#post h2 {
		font-size: 1.25em;
	}

	#post h3 {
		font-size: 1.1em;
	}

	#post h4 {
		font-size: 1em;
		font-weight: 500;
	}

	#post .alignleft,
	#post .alignright {
		float: none;
		margin: 1em auto 2em auto;
	}

	.newsletter {
		width: auto;
		margin: 0 -10px;
	}

	#conteudo-blog .newsletter {
		width: auto;
		margin: 0;
	}

	#fale-conosco {
		padding: 4em 0;
	}

	#fale-conosco .title {
		font-size: 2.25em;
		line-height: 1.25em;
	}

	#fale-conosco p.cta-alternatives {
		margin: 4em 0 0em 0;
	}

	#fale-conosco .btn {
		font-size: 1em;
	}

	.row {
		margin: 0;
	}

	.overform {
		padding: 0px 20px;
	}

	#footer a.scrollTop {
		padding-top: 0;
	}

	form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input {
		width: 100% !important;
	}

	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 18px !important; }
}

.display {
	display: block !important;
}