﻿@charset "utf-8";

#testinomial-slider .item h5,
h1,
h2,
h3,
h4,
ol,
ul {
  margin: 0
}

h3,
h4 {
  font-weight: 600
}

body,
p {
  color: #222
}

h2,
h3,
h4,
p.title {
  text-transform: none;
}

#about .canvas-box,
#facts .counters-item,
#clientes-slider .item:hover,
#parceiros-slider .item:hover,
.search_box i {
  cursor: pointer
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
}

.push_nav li a,
h2,
h3,
h4 {
  font-family: raleway
}

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

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: inherit
}

input[type=submit] {
  background-color: transparent
}

button:focus {
  outline: 0
}

h1 {
  font-size: 46px
}

h2 {
  font-size: 44px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 18px
}

.work-item .overlay p,
p,
p.title {
  font-size: 14px
}


textarea {
  resize: none
}

.heading {
  margin-bottom: 40px
}

.padding {
  padding: 90px 0
}

.top-padding {
  padding-top: 90px;
}

section#servicos {
  padding-top: 1px;
}

.section-padding {
  padding-top: 50px;
}

.padding-botom {
  padding-bottom: 90px
}

.magin30 {
  margin-bottom: 30px
}

.dark {
  background: #1b1d1f
}

.light {
  background: #f5f5f5
}

.base_color {
  background: #dfad24;
}

.green {
  background: #74c8b8
}

.pink {
  background: #ec768c
}

.purple {
  background: #c183d6
}

.blue {
  background: #31aae1
}

.green-text {
  color: #40a147
}

.yellow-text {
  color: #dfad24;
}

.pink-text {
  color: #ec768c
}

.purple-text {
  color: #c183d6
}

.blue-text {
  color: #005FA3
}

.white-text {
  color: #fff
}

.red-text {
  color: #a40000
}

.bg-grey {
  background: #ececec
}

.projeto-numero {
  font-size: 54px
}

.btn-common {
  border: 1px solid #fff;
  color: #fff
}

.btn-black {
  border: 1px solid #000;
  color: #000
}

.btn-blue,
.btn-green,
.btn-pink,
.btn-white {
  border: 1px solid transparent
}

.btn-green {
  background: #40a147
}

.btn-blue {
  background: #07AAA5
}

.btn-pink {
  background: #ec768c
}

.btn-black,
.btn-common,
.btn-white,
.loadmore {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  padding: 12px 30px
}

.btn-white {
  background: #fff;
  color: #000
}

a.readmore {
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
  text-transform: uppercase
}

a.readmore:focus,
a.readmore:hover {
  color: #40a147
}

.loadmore {
  color: #222;
  margin-top: 40px;
  position: relative;
  -webkit-transition: color .3s ease 0s;
  -ms-transition: color .3s ease 0s;
  -o-transition: color .3s ease 0s;
  transition: color .3s ease 0s
}

.loadmore:hover {
  color: #40a147
}

.loadmore::before {
  color: transparent;
  content: "•";
  font-size: 1.2em;
  left: 95%;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 transparent;
  top: 25%;
  transform: translateX(-50%);
  transition: text-shadow .3s ease 0s, color .3s ease 0s
}

.loadmore:focus::before,
.loadmore:hover::before {
  color: #40a147;
  text-shadow: 10px 0 #40a147, -10px 0 #40a147
}

.bounce-green,
.bounce-pink,
.bounce-top,
.bounce-white {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.bounce-pink:before {
  background: #EC768C !important
}

.bounce-top:before {
  background: #07AAA5
}

.bounce-green:before {
  background: #40a147
}

.bounce-white:before {
  background: #fff
}

.bounce-green:before,
.bounce-pink:before,
.bounce-top:before,
.bounce-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.bounce-top:focus,
.bounce-top:hover {
  color: #fff !important;
  border: 1px solid #07AAA5
}

.bounce-pink:focus,
.bounce-pink:hover {
  color: #fff !important;
  border: 1px solid #EC768C !important
}

.bounce-green:focus,
.bounce-green:hover {
  color: #fff;
  border: 1px solid #40a147
}

.bounce-white:focus,
.bounce-white:hover {
  color: #1b1d1f !important;
  border: 1px solid #fff
}

.bounce-green:focus::before,
.bounce-green:hover::before,
.bounce-pink:focus::before,
.bounce-pink:hover::before,
.bounce-top:focus:before,
.bounce-top:hover:before,
.bounce-white:focus::before,
.bounce-white:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.integracao {
  padding: 40px;
  border: 5px solid #fff
}

.info-section {
  overflow: hidden;
  background: #eaeaea;
  margin-top: 79px;
}

.info-section .row {
  margin: 0
}

.info-section ul.social-media li {
  display: inline-block
}

.info-section ul.social-media li a {
  color: #1b1d1f;
  font-size: 20px;
  margin-right: 10px;
  display: block;
  margin-top: 25px
}

.info-section ul.social-media li a:focus,
.info-section ul.social-media li a:hover {
  color: #40a147
}

.info-section .bg {
  background-size: cover;
  background-position: center center;
  bottom: 0;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  padding-top: 75%;
  margin: 0 -15px
}

.info-section .block {
  position: relative;
  padding: 10px 5%;
  padding-bottom: 10px;
}

.info-section .block .center {
  height: 100%;
}

section#contato {
  margin-top: 0px;
  padding-top: 25px;
}

.text-center .center p.margen {
  height: 10px;
  display: block;
  padding-bottom: 10px;
}

.text-center .pop {
  height: 100%;
}

#about .canvas-box h4,
#about .canvas-box span i,
#about .canvas-box:hover span i,
#main-navigation,
#navigation.affix,
#navigation.affix .navbar-default .navbar-nav>li>a,
#paralax-slider .owl-controls .owl-page span,
.counters-item i,
.counters-item:hover i,
.main-button,
.main-button>button span,
.navbar-brand,
.overlay,
.push_nav li a,
.thinker-image .overlay,
.we-do .do-wrap i,
.we-do .do-wrap:hover .top,
.we-do .do-wrap:hover i,
.we-do .do-wrap:hover span,
.work-filter ul li a,
a,
ul.top-right li a:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

#main-navigation {
  position: absolute
}

#navigation.affix {
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, .35);
  -moz-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, .35);
  box-shadow: 0 2px 10px -1px rgba(87, 97, 100, .35)
}

#main-navigation,
#navigation.affix {
  top: 0;
  z-index: 999;
  width: 100%
}

.navbar-default {
  background-color: transparent
}

.navbar,
.navbar-default {
  border: none
}

.navbar {
  margin-bottom: 0;
  min-height: auto
}

.navbar-collapse {
  overflow-x: visible !important
}

.navbar-collapse.in {
  overflow-y: auto !important;
  height: auto !important
}

.navbar-brand {
  height: auto;
  padding: 29px 0;
  float: none;
  width: 150px
}

#navigation.affix .navbar-brand {
  padding: 16px 0;
  width: 134px
}

.navbar-default .navbar-nav>li {
  margin: 0 20px
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 37px 0 15px;
  border-bottom: 3px solid transparent
}

#navigation.affix .navbar-default .navbar-nav>li>a {
  color: #222;
  padding: 22px 0
}

#navigation.affix .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:hover {
  color: #3fa046;
  background-color: transparent;
}

#navigation.affix .navbar-default .navbar-nav>.active a,
#navigation.affix .navbar-default .navbar-nav>.active a:focus,
#navigation.affix .navbar-default .navbar-nav>.active a:hover,
.navbar-default .navbar-nav>.active a,
.navbar-default .navbar-nav>.active a:focus,
.navbar-default .navbar-nav>.active a:hover {
  color: #40a147;
  border-bottom: 3px solid #40a147;
  background-color: transparent
}

.navbar-toggle,
.navbar-toggle:hover {
  background: 0 0 !important
}

.navbar-toggle {
  border: none;
  margin-right: 0;
  float: right;
  padding: 17px 12px;
  position: initial
}

.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-color: #fff !important
}

#navigation.affix .navbar-toggle .icon-bar {
  background-color: #222 !important
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%
}

.navbar-toggle .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0)
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%
}

.navbar-toggle.collapsed .bottom-bar,
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0)
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100)
}

ul.top-right {
  float: right;
  width: auto;
  margin: 34px 0 34px 10px;
  position: relative;
  z-index: 1000
}

#navigation.affix ul.top-right {
  margin: 17px 0 17px 10px
}

ul.top-right li {
  display: inline-block;
  margin-left: 2px
}

ul.top-right li a {
  display: block;
  font-size: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff
}

#navigation.affix ul.top-right li a {
  color: #222
}

#navigation.affix ul.top-right li a:hover {
  color: #fff
}

ul.top-right li a:hover {
  background: #fff
}

ul.top-right li a:hover.facebook {
  color: #3b5998
}

ul.top-right li a:hover.twitter {
  color: #55acee
}

ul.top-right li a:hover.instagram {
  color: #e95950
}

#navigation.affix ul.top-right li a:hover.facebook {
  background: #3b5998
}

#navigation.affix ul.top-right li a:hover.twitter {
  background: #55acee
}

#navigation.affix ul.top-right li a:hover.instagram {
  background: #e95950
}

#main-navigation.noborder {
  box-shadow: 0 0
}

.main-button {
  height: auto;
  position: fixed;
  width: auto;
  z-index: 999;
  top: 31px
}

.main-button.right {
  right: 15px
}

.main-button.left {
  left: 15px
}

.main-button.left>button.menu-active {
  left: 250px
}

.main-button>button {
  background-color: #fff;
  border: none;
  padding: 5px;
  -webkit-border-radius: 2px;
  -ms--border-radius: 2px;
  border-radius: 2px
}

.main-button>button.menu-active span:first-child,
.main-button>button:hover span:first-child {
  transform: translateY(6px) rotate(-45deg)
}

.main-button>button.menu-active span:nth-child(2),
.main-button>button:hover span:nth-child(2) {
  opacity: 0;
  transform: rotate(-45deg)
}

.main-button>button.menu-active span:last-child,
.main-button>button:hover span:last-child {
  transform: translateY(-6px) rotate(-135deg)
}

.main-button>button span {
  background: #000;
  display: block;
  height: 3px;
  pointer-events: none;
  transform-style: flat !important;
  width: 20px
}

.navbar-brand,
.push_nav_brand {
  display: inline-block
}

.main-button>button span:nth-child(2) {
  margin: 3px 0
}

.cbp-spmenu {
  background: #fff;
  position: fixed;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, .176)
}

.push_nav_brand {
  margin: 30px 0 30px 15px;
  width: 110px
}

.logo-space {
  padding: 32px 0
}

.push_nav li {
  position: relative;
  overflow: hidden
}

.push_nav li a {
  border-bottom: 2px solid #f5f5f5;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  display: block;
  padding: 15px;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px
}

.push_nav .active a:hover,
.push_nav li a:hover,
.push_nav li.active a,
.push_nav li.active a:focus {
  color: #07AAA5
}

.index5 .affix-top {
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, .35);
  -moz-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, .35);
  box-shadow: 0 2px 10px -1px rgba(87, 97, 100, .35);
  padding: 0
}

.index5 .affix-top a {
  color: #000 !important
}

.index5 .affix-top .active a {
  color: #07AAA5 !important
}

#main-slider,
#main-slider .tp-caption a,
.tp-banner p {
  color: #fff
}

.index5 .affix-top .navbar-toggle .icon-bar {
  background-color: #222 !important
}

.tp-banner h2 {
  font-size: 54px
}

.tp-banner p {
  font-size: 18px
}

#main-slider h2.tp-caption>span {
  display: block
}

#main-slider .tp-caption a {
  margin: 5px
}

.tp-bullets {
  display: none
}

.tp-caption {
  padding: 0 15px !important
}

.layer-content p {
  color: #000;
  font-weight: 400
}

.layer-content h2 {
  color: #000;
  font-weight: 600
}

.layer-content h2 span {
  color: #07AAA5;
  font-weight: 600;
  display: inline-block !important
}

.layer-content h2 span.green-text {
  color: #40a147
}

.text-rotator {
  background: url(../images/banner_text.jpg) center center fixed;
  padding-top: 200px;
  background-size: cover;
  width: 100%
}

.text-rotator #paralax-slider {
  padding: 15% 0
}

#paralax-slider .item-content p {
  font-size: 20px
}

#paralax-slider .item-content h2,
#paralax-slider .item-content p {
  color: #fff
}

#paralax-slider .item-content h2 {
  font-size: 58px;
  margin-bottom: 25px;
  font-weight: 100
}

#paralax-slider .owl-controls {
  margin-top: 5%
}

#paralax-slider .owl-controls .owl-page span {
  background: #fff;
  text-align: center;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  opacity: 1
}

#paralax-slider .owl-controls .active span,
#paralax-slider .owl-controls .owl-page span:hover {
  background: #6BB156
}

#about .canvas-box span {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px
}

#about .canvas-box span i {
  display: inline-block;
  font-size: 50px
}

.color1 {
  color: #07AAA5
}

.color2 {
  color: #99D8CC
}

.color3 {
  color: #EC768C
}

.color4 {
  color: #C183D6
}

.color5 {
  color: #31AAE1
}

.color6 {
  color: #40a147
}

#about .canvas-box:hover span i,
.counters-item:hover i,
.we-do .do-wrap:hover i {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

#about .canvas-box:hover h4.color1 {
  color: #07AAA5
}

#about .canvas-box:hover h4.color2 {
  color: #99D8CC
}

#about .canvas-box:hover h4.color3 {
  color: #EC768C
}

#about .canvas-box:hover h4.color4 {
  color: #C183D6
}

#about .canvas-box:hover h4.color5 {
  color: #31AAE1
}

#about .canvas-box:hover h4.color6 {
  color: #40a147
}

#about .canvas-box h4 {
  margin-bottom: 15px;
  color: #000
}

#bg-paralax {
  background: url(../../imgs/paralax-index1.jpg) no-repeat;
  color: #fff;
  padding: 10%;
  padding-bottom: 4%;

}

#bg-paralax-home {
  background: url(../../imgs/main-banner.jpg) no-repeat;
  color: #fff;
  padding: 10% 0
}

#bg-paralax,
#bg-paralax-home,
#testinomial {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%
}

#bg-paralax p,
#bg-paralax-home p {
  margin-bottom: 25px;
  color: #fff
}

#bg-paralax h2,
#bg-paralax-home h2 {
  font-size: 68px;
  font-family: "raleway";
  text-transform: none;
  font-weight: 50;
  padding-bottom: 50px;
}

.text-center h2.magin30 {
  font-size: 40px !important;
}

#facts .counters-item {
  padding: 26% 10%;
  font-weight: 700;
  vertical-align: middle;
  color: #fff
}

#facts .counters-item h2 {
  font-family: "Open Sans", sans-serif
}

.pricing_tenzin .pricing_list li:before,
.r-test ul.r-feature li:before {
  content: '\f00c';
  font-family: FontAwesome
}

.counters-item i {
  font-size: 50px;
  display: block;
  margin-bottom: 15px
}

.counters-item p {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700
}

#responsive .responsive-pic>.col-md-6>img {
  margin-top: -42px
}

#responsive .responsive-pic>.col-md-6,
#responsive .responsive-pic>.col-sm-6 {
  padding-left: 0
}

#responsive .r-test h3,
#responsive .r-test h4 {
  color: #222
}

#responsive .r-test h4 {
  margin-top: 40px;
  margin-bottom: 20px
}

.r-test ul.r-feature li {
  color: #1b1d1f;
  display: inline-block;
  padding-left: 10px;
  text-transform: capitalize;
  width: 48%;
  margin-bottom: 15px
}

.r-test ul.r-feature li:before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #40a147
}

.r-test .screens {
  margin-top: 30px
}

.r-test .screens i {
  display: inline-block;
  margin: 0 3px
}

.r-test .screens i:first-child {
  font-size: 40px
}

.r-test .screens i:nth-child(2) {
  font-size: 30px
}

.r-test .screens i:last-child {
  font-size: 25px
}

.circliful {
  position: relative;
  float: left;
  margin-left: 35px;
  margin-bottom: 35px
}

.circliful:first-child {
  margin-left: 0
}

.circle-text {
  background-color: #eee;
  bottom: 0;
  color: #636363;
  display: inline-block;
  height: 45px;
  left: 50%;
  line-height: 45px !important;
  margin: -22px auto 0 -22px;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 45px;
  border-radius: 100%
}

.circliful p {
  bottom: -25px;
  left: 0;
  margin-top: 25px;
  position: absolute;
  right: 0
}

.myStat2 {
  width: 20%
}

.circle-info,
.circle-info-half {
  color: #999
}

.circliful .fa {
  margin: -10px 3px 0;
  position: relative;
  bottom: 4px
}

.we-do .do-wrap {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 #ddd;
  -ms-box-shadow: 0 1px 1px 0 #ddd;
  box-shadow: 0 1px 1px 0 #ddd
}

.we-do .do-wrap>.top {
  width: 100%;
  height: 72px;
  display: block
}

#thinkers .thinker-wrap ul.social-contact li,
.we-do .do-wrap span,
.work-filter ul li {
  display: inline-block
}

.we-do .do-wrap span {
  border-radius: 100px;
  height: 100px;
  margin-bottom: 40px;
  margin-top: -50px;
  width: 100px
}

.we-do .do-wrap span i {
  color: #fff;
  font-size: 50px;
  line-height: 99px;
  display: block
}

.we-do .do-wrap h4 {
  margin-bottom: 15px
}

.we-do .do-wrap p,
.white-box p {
  margin: 0 15px
}

.we-do .do-wrap a {
  margin: 35px 0;
  text-decoration: none;
  position: relative
}

#thinkers .thinker-wrap ul.social-contact li a:before,
.index_2#publication .wrap-pulication a:before,
.we-do .do-wrap a:before {
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 100%;
  transform: translateY(-20px);
  -ms-transition: all .3s linear .1s;
  -webkit-transition: all .3s linear .1s;
  transition: all .3s linear .1s;
  width: 100%
}

.we-do .do-wrap a:focus::before,
.we-do .do-wrap a:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  -ms-transform: translateY(0)
}

.we-do .do-wrap a.green-text:focus::before,
.we-do .do-wrap a.green-text:hover::before {
  background: #74c8b8
}

.we-do .do-wrap a.green-text:focus,
.we-do .do-wrap a.green-text:hover {
  color: #74c8b8
}

.we-do .do-wrap a.pink-text:focus::before,
.we-do .do-wrap a.pink-text:hover::before {
  background: #ec768c
}

.we-do .do-wrap a.pink-text:focus,
.we-do .do-wrap a.pink-text:hover {
  color: #ec768c
}

.we-do .do-wrap a.purple-text:focus::before,
.we-do .do-wrap a.purple-text:hover::before {
  background: #c183d6
}

.we-do .do-wrap a.purple-text:focus,
.we-do .do-wrap a.purple-text:hover {
  color: #c183d6
}

.we-do .do-wrap a.blue-text:focus::before,
.we-do .do-wrap a.blue-text:hover::before {
  background: #31aae1
}

.we-do .do-wrap a.blue-text:focus,
.we-do .do-wrap a.blue-text:hover {
  color: #31aae1
}

.we-do .do-wrap:focus span,
.we-do .do-wrap:hover .top,
.we-do .do-wrap:hover span,
we-do .do-wrap:focus .top {
  background: #40a147
}

#clientes-slider .item .image img,
#parceiros-slider .item .image img,
#thinkers .thinker-wrap img {
  width: 100%;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}

.thinker-wrap p {
  margin: 0 10px
}

.thinker-image {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px;
  text-align: -webkit-center;
}

.thinker-image .overlay {
  background: rgba(7, 170, 165, .75);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  height: 80px;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.thinker-image .overlay.pink {
  background: rgba(236, 118, 140, .75)
}

.thinker-image .overlay.green {
  background: rgba(130, 180, 64, .75)
}

.thinker-image:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.thinker-image .overlay ul.social-link li a {
  border: 1px solid #fff
}

.thinker-image .overlay ul.social-link li a>i {
  color: #fff
}

.thinker-image .overlay ul.social-link li a:hover>i {
  color: #121416
}

.thinker-image .overlay ul.social-link li a:hover span {
  background: #fff;
  border: 1px solid #fff
}

#clientes-slider .item:hover .image img,
#parceiros-slider .item:hover .image img,
.thinker-wrap:hover .thinker-image img {
  transform: scale(1.05);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#thinkers .thinker-wrap h3 {
  margin-top: 20px;
  font-size: 20px
}

#thinkers .thinker-wrap small {
  color: #838383;
  display: inline-block;
  margin: 5px 0 15px
}

#thinkers .thinker-wrap ul.social-contact li a {
  font-weight: bolder;
  color: #222;
  margin: 0 8px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px
}

#thinkers .thinker-wrap ul.social-contact li a:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0)
}

#thinkers .thinker-wrap ul.social-contact li a:hover.facebook {
  color: #3b5998 !important
}

#thinkers .thinker-wrap ul.social-contact li a:hover.facebook::before {
  background: #3b5998
}

#thinkers .thinker-wrap ul.social-contact li a:hover.twitter {
  color: #1da1f2
}

#thinkers .thinker-wrap ul.social-contact li a:hover.twitter::before {
  background: #1da1f2
}

#thinkers .thinker-wrap ul.social-contact li a:hover.linkden {
  color: #0077B5
}

#thinkers .thinker-wrap ul.social-contact li a:hover.linkden::before {
  background: #0077B5
}

#project {
  padding-top: 5%;
  background: #f8f8f8
}

.work-filter {
  margin-bottom: 50px
}

.work-filter ul li a {
  color: #222;
  display: block;
  font-size: 15px;
  padding: 6px 10px;
  text-transform: capitalize;
  border-bottom: 1px solid #909090;
  border-top: 1px solid #909090;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent
}

.work-filter ul li a.active:hover,
.work-filter ul li a:hover {
  background-color: #07AAA5;
  border: 1px solid #07AAA5;
  color: #fff
}

.work-filter ul li a.active {
  background-color: #40a147;
  border: 1px solid #40a147;
  color: #fff
}

.mix {
  display: none
}

.index_2 .work-item {
  width: 20%
}

.work-item {
  height: auto;
  width: auto;
  float: left;
  position: relative;
  overflow: hidden
}

.work-item>img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%
}

.item-containe>img {
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  transition: all .7s ease 0s
}

.item-container:hover img {
  transform: scale(1.2);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.overlay {
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: inherit;
  color: #222;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 2%;
  z-index: 1
}

.overlay-inner {
  margin: auto;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%
}

.item-container:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100)
}

.work-item:hover .line {
  width: 40%
}

.overlay h4.color {
  color: #07AAA5
}

.overlay h4.base {
  color: #82A75E
}

.overlay .line {
  width: 0
}

.overlay .line,
.product-content .line {
  height: 1px;
  margin: 15px auto;
  background-color: #000;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out
}

.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto
}

.pricing_item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px
}

.pricing_list {
  text-align: left
}

.pricing_tenzin .pricing_item {
  margin: 0 1em 1em;
  padding: 2em 1em;
  text-align: left;
  color: #262b38;
  background: #fff;
  border-top: 3px solid;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

.pricing_tenzin .pricing_item.pink {
  border-color: #EC768C
}

.pricing_tenzin .pricing_item.blue {
  border-color: #07AAA5
}

.pricing_tenzin .pricing_item.pink .pricing_action {
  background: #EC768C
}

.pricing_tenzin .pricing_item.blue .pricing_action {
  background: #07AAA5
}

.pricing_tenzin .pricing_item.active {
  border-color: #40a147
}

.pricing_tenzin .pricing_title {
  font-size: 1em;
  margin: 0 0 1em
}

.pricing_item:hover .pricing_action {
  border: 1px solid transparent;
  background: #40a147 !important
}

.pricing_tenzin .pricing_price {
  font-size: 2em;
  padding: .5em 0 .75em;
  border-top: 3px solid rgba(139, 144, 157, .18)
}

.pricing_tenzin .pricing_currency {
  font-size: .5em;
  vertical-align: super
}

.pricing_tenzin .pricing_sentence {
  font-weight: 700;
  padding: 0 0 .5em;
  color: #9CA0A9;
  border-bottom: 3px solid rgba(139, 144, 157, .18)
}

.pricing_tenzin .pricing_list {
  font-size: 14px;
  padding: 25px 0;
  color: #8b909d
}

.pricing_tenzin .pricing_list li {
  margin-bottom: 8px
}

.pricing_tenzin .pricing_list li:before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #40a147
}

.pricing_tenzin .pricing_action {
  font-weight: 700;
  margin-top: auto;
  padding: 1em 2em;
  color: #fff;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  border: 1px solid transparent
}

.pricing_item.active .pricing_action {
  border: 1px solid transparent;
  background: #40a147
}

.pricing_item.active:hover .pricing_action {
  border: 1px solid transparent;
  background: #07AAA5 !important
}

#testinomial {
  background: url(../images/bg-testinomial.jpg) no-repeat;
  color: #fff
}

#testinomial h2 {
  color: #40a147
}

#testinomial p {
  color: #fff
}

#testinomial-slider .item {
  display: block;
  width: 100%;
  height: auto;
  color: #fff
}

#testinomial-slider .item p {
  font-size: 20px;
  margin-left: 13%;
  margin-right: 13%
}

#testinomial-slider .item h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 15px
}

#testinomial-slider .owl-next,
#testinomial-slider .owl-prev {
  border: 1px solid #fff;
  color: #FFF
}

#clientes-slider .owl-next,
#parceiros-slider .owl-next,
#clientes-slider .owl-prev,
#parceiros-slider .owl-prev,
#testinomial-slider .owl-next,
#testinomial-slider .owl-prev {
  top: 40%;
  position: absolute;
  background: 0 0;
  height: 38px;
  width: 38px;
  -ms-border-radius: 38px;
  -webkit-border-radius: 38px;
  border-radius: 38px;
  font-size: 30px;
  line-height: 20px;
  opacity: 1;
  filter: alpha(opacity=100)
}

#clientes-slider .owl-next:hover,
#parceiros-slider .owl-next:hover,
#clientes-slider .owl-prev:hover,
#parceiros-slider .owl-prev:hover,
#testinomial-slider .owl-next:hover,
#testinomial-slider .owl-prev:hover {
  border: 1px solid #40a147;
  background-color: #40a147;
  color: #fff;
  -webkit-transition: background .3s linear .1s;
  -ms-transition: background .3s linear .1s;
  transition: background .3s linear .1s
}

#testinomial-slider .owl-prev {
  left: 0
}

#testinomial-slider .owl-next {
  right: 0
}

#clientes-slider .item,
#parceiros-slider .item {
  margin: 0 15px
}

#clientes-slider .item .image,
#parceiros-slider .item .image {
  overflow: hidden;
  position: relative;
  width: 100%
}

#clientes-slider .item>img,
#parceiros-slider .item>img {
  display: block;
  width: 100%;
  height: auto
}

#clientes-slider .item h5,
#parceiros-slider .item h5 {
  font-size: 14px;
  color: #727272;
  margin-top: 25px
}

#clientes-slider .item h4,
#parceiros-slider .item h4,
#clientes-slider .item h5,
#parceiros-slider .item h5 {
  margin-bottom: 10px
}

#clientes-slider .item h4,
#parceiros-slider .item h4 {
  font-size: 20px;
  color: #222
}

#clientes-slider .item a.name #parceiros-slider .item a.name {
  color: #222
}

#clientes-slider .item a.comment,
#parceiros-slider .item a.comment,
#clientes-slider .item a.name,
#parceiros-slider .item a.name {
  font-size: 15px !important;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: none
}

#clientes-slider .item a.comment,
#parceiros-slider .item a.comment {
  color: #40a147
}

#clientes-slider .item a.comment:before,
#parceiros-slider .item a.comment:before {
  content: '';
  background: 0 0
}

#clientes-slider .item p>a,
#parceiros-slider .item p>a {
  font-size: 15px
}

#clientes-slider .item>a,
#parceiros-slider .item>a {
  color: #000;
  position: relative;
  font-size: 13px;
}

#clientes-slider .item>a:hover,
#parceiros-slider .item>a:hover {
  color: #40a147
}

#clientes-slider .owl-next,
#parceiros-slider .owl-next,
#clientes-slider .owl-prev,
#parceiros-slider .owl-prev {
  border: 1px solid #7a7a7a;
  color: #7a7a7a
}

#clientes-slider .owl-prev,
#parceiros-slider .owl-prev {
  left: -5%
}

#clientes-slider .owl-next,
#parceiros-slider .owl-next {
  right: -5%
}

#slogan {
  background: #40a147;
  padding: 25px 0;
  color: #fff;
  margin-top: -2px;
  width: 100%
}

#slogan a {
  padding: 15px 35px;
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  font-weight: 700;
  text-transform: capitalize
}

#slogan p {
  color: #fff;
  font-size: 20px;
  margin: 10px 0
}

#contact .center .margen,
#contact .center h2 {
  margin-bottom: 45px
}

#contact .center a {
  color: #40a147
}

#contact .center ul.social-link,
#contact .form-inline {
  margin-top: 45px
}

.form-control:focus {
  border-color: #40a147 !important;
  box-shadow: none;
  transition: all .2s ease-in 0s
}

#contact .form-inline .col-md-12,
#contact .form-inline .col-md-6 {
  padding-left: 5px;
  padding-right: 5px
}

#contact .form-inline .form-control,
#contact .form-inline textarea {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  color: #4c4c4c;
  font-size: 14px;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px
}

#contact .form-inline .form-control {
  height: 45px
}

#contact .form-inline textarea {
  margin-top: 0;
  min-height: 210px
}

#contact .form-inline .btn-black {
  width: 100%;
  color: #fff
}

#contact .form-inline input[type=submit] {
  width: 100%;
  height: 100%;
  background-color: transparent
}

footer {
  background: #1e1918;
  padding: 35px 0;
  position: relative;
}

footer p {
  margin: 0;
  color: #a6a6a6;
  font-size: 14px
}

footer .breadcrumb {
  background-color: transparent;
  padding: 0
}

footer .breadcrumb li a {
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  position: relative
}

footer .breadcrumb li a:focus,
footer .breadcrumb li a:hover {
  color: #40a147
}

.go-top {
  bottom: 20px;
  position: fixed;
  font-size: 20px;
  right: 25px;
  z-index: 800;
  background: #dfad24;
  color: #fff;
  border-radius: 5px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.47);
  -moz-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, .47);
  box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.47);
}

.go-top:focus,
.go-top:hover {
  background: #015fa2;
  color: #fff;
}

.go-top.show {
  opacity: 1
}

ul.social-link li a {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 44px;
  font-size: 20px;
  height: 44px;
  width: 44px;
  position: relative;
  color: #000 !important
}

ul.social-link li {
  margin-top: 10px;
  display: inline-block
}

ul.social-link li a span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 0
}

ul.social-link li a:hover span {
  background: #40a147;
  border-radius: 44px;
  width: 44px;
  border: 1px solid #40a147;
  height: 44px;
  top: -1px;
  left: -1px;
  right: 0;
  bottom: 0
}

#Layer_1 {
  height: 20px;
  top: 11px;
  left: 12px;
  position: absolute;
}

.blog-content-bg,
.blog-wrap {
  background-color: #fff;
  position: relative
}

ul.social-link li a i {
  height: 100%;
  left: 0;
  line-height: 42px;
  position: absolute;
  top: 0;
  transition: all .3s ease 0s;
  width: 100%;
  z-index: 10
}

ul.social-link li a:hover,
ul.social-link li a:focus {
  color: #fff;
  border: none
}

.alert-danger,
.alert-success {
  line-height: 24px;
  margin-bottom: 15px;
  padding: 5px
}

.blog-wrap {
  width: 100%;
  overflow: hidden
}

.blog-wrap .blog-content {
  display: table-cell;
  padding: 6.5em 0
}

.blog-content-bg {
  margin: 0 auto;
  padding: 30px 30px 5px;
  top: -60px;
  width: 95%
}

.blog-item-v3 {
  border-bottom: 1px solid #d1d2d2;
  padding-bottom: 70px;
  margin-bottom: 70px
}

.blog-item-v3>img {
  margin-bottom: 35px
}

.blog-item-v3 .blog-content {
  padding: 0
}

.no-margin {
  margin: 0;
  border: none
}

#area-main h3,
#area-main p {
  color: #1b1d1f
}

#area-main a.readmore {
  color: #fff;
  padding: 10px 35px;
  background: #1b1d1f;
  border: 1px solid transparent;
  display: inline-block;
  text-decoration: none;
  margin-top: 20px
}

#area-main a.readmore:focus,
#area-main a.readmore:hover {
  border: 1px solid #40a147
}

#area-main ul.blog-author {
  margin: 20px 0 25px
}

#area-main ul.blog-author li {
  display: inline-block
}

#area-main ul.blog-author li a {
  color: #696969;
  font-size: 14px;
  margin-right: 15px
}

#area-main ul.blog-author li a:focus,
#area-main ul.blog-author li a:hover,
.morepost-wrap a:hover,
.morepost-wrap2 a:hover {
  color: #40a147
}

#area-main ul.blog-author li a .fa {
  margin-right: 5px
}

.morepost-wrap {
  margin-top: 75px;
  border-top: 1px solid #d1d2d2
}

.morepost-wrap2 {
  border-top: 1px solid #d1d2d2;
  border-bottom: 1px solid #d1d2d2;
  padding-bottom: 25px
}

.morepost-wrap .morepost,
.morepost-wrap2 .morepost {
  font-size: 16px;
  color: #696969;
  margin-top: 25px;
  display: inline-block;
  position: relative
}

.morepost-wrap .morepost .fa-long-arrow-left,
.morepost-wrap2 .morepost .fa-long-arrow-left {
  right: 0
}

.morepost-wrap .morepost:hover .fa-long-arrow-left,
.morepost-wrap2 .morepost:hover .fa-long-arrow-left {
  opacity: 1 !important;
  filter: alpha(opacity=100);
  color: #40a147;
  right: 100%
}

.morepost-wrap .morepost .fa-long-arrow-left,
.morepost-wrap .morepost .fa-long-arrow-right,
.morepost-wrap2 .morepost .fa-long-arrow-left,
.morepost-wrap2 .morepost .fa-long-arrow-right {
  color: transparent;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 transparent;
  top: 25%;
  transform: translateX(-50%);
  -webkit-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 0 !important;
  filter: alpha(opacity=0)
}

.morepost-wrap .morepost .fa-long-arrow-right,
.morepost-wrap2 .morepost .fa-long-arrow-right {
  left: 0;
  margin-left: 5px
}

.morepost-wrap .morepost:hover .fa-long-arrow-right,
.morepost-wrap2 .morepost:hover .fa-long-arrow-right {
  opacity: 1 !important;
  filter: alpha(opacity=100);
  color: #40a147;
  left: 110%
}

.blog-content-pic img {
  width: 100%
}

.blog-item .blog-content {
  padding: 0;
  margin: 35px 0
}

.blog-item .blog-content p {
  margin-bottom: 25px
}

.blog-item blockquote {
  color: #40a147
}

.blog-item .post-tag {
  border: 1px solid #d9d9d9;
  padding: 5px;
  margin-bottom: 70px
}

#area-main .tag-cloud li {
  display: inline-block;
  margin: 6px
}

#area-main .tag-cloud li a {
  display: block
}

#area-main .tag-cloud li a,
.blog-reply a.btn-rep {
  background: #efefef;
  color: #1b1d1f;
  font-size: 12px;
  padding: 8px 15px;
  text-transform: uppercase
}

#area-main .tag-cloud li a:focus,
#area-main .tag-cloud li a:hover,
.blog-reply a.btn-rep:focus,
.blog-reply a.btn-rep:hover {
  background: #40a147;
  color: #fff;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear
}

.blog-item ul.social-link li {
  margin: 0
}

.blog-item ul.social-link li a>i {
  color: #1b1d1f
}

.blog-item ul.social-link li a>i:hover {
  color: #fff
}

.blog-reply {
  padding: 10px;
  border: 1px solid #f3f3f3;
  position: relative;
  margin: 20px 0
}

.blog-reply h4 {
  color: #1b1d1f;
  margin-bottom: 8px;
  text-transform: capitalize
}

.blog-reply a.btn-rep {
  position: absolute;
  top: 0;
  right: 0
}

.blog-item .post-comment h3 {
  margin-bottom: 35px;
  margin-top: 70px
}

.blog-item .post-comment form .form-control,
.contact form .form-control {
  height: 50px
}

.blog-item .post-comment form .form-control,
.blog-item .post-comment form textarea,
.contact form .form-control,
.contact form textarea,
.index_3 .form-inline .form-control,
.index_3 .form-inline textarea {
  padding: 15px;
  font-size: 14px;
  color: #4c4c4c;
  border: 1px solid #d0d0d0;
  width: 100%;
  border-radius: 0
}

.blog-item .post-comment form textarea,
.contact form textarea {
  margin: 30px 0;
  min-height: 210px
}

.blog-item .post-comment form input[type=submit],
.contact form input[type=submit] {
  background: #40a147;
  border: 1px solid transparent;
  font-weight: 700;
  color: #fff;
  height: 50px;
  width: 185px;
  position: relative
}

.blog-item .post-comment form input[type=submit]:hover,
.contact form input[type=submit]:hover {
  background: #1b1d1f
}

.widget {
  margin-bottom: 40px;
  color: #1b1d1f
}

.widget h4,
.widget img {
  margin-bottom: 25px
}

.widget>img {
  width: 100%
}

.search_box input {
  border: 1px solid #d9d9d9;
  height: 53px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  font-size: 14px
}

.search_box i {
  border-left: 1px solid #d9d9d9;
  bottom: 0;
  color: #d9d9d9;
  font-size: 24px;
  height: 53px;
  padding: 15px;
  position: absolute;
  right: 15px;
  top: 0
}

ul.category li {
  margin-top: 15px;
  display: block
}

ul.category li a {
  color: #1b1d1f;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  display: block;
  text-transform: capitalize !important
}

ul.category li a:focus,
ul.category li a:hover {
  color: #40a147
}

ul.category li a .date {
  color: #40a147;
  font-size: 12px;
  display: block
}

.innerpage-banner {
  background: url(../images/banner-about.jpg) center center/cover no-repeat;
  padding-top: 200px;
  max-height: 440px;
  border-bottom: 5px solid rgba(0, 0, 0, .9);
  color: #fff
}

.tagline {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px
}

.xp-losango img {
  width: 130px;
  background: #eaeaea;
  z-index: 1;
  position: relative;
  padding: 0 20px;
}

.xp-losango:after {
  content: "";
  width: 50%;
  height: 2px;
  background: #ccc;
  display: block;
  left: 25%;
  position: relative;
  bottom: 30px;
}

.xp-servicos i {
  font-size: 40px;
  color: #6d6d6d;
  padding-bottom: 10px;
}

.info-section .xpsec {
  position: relative;
  padding: 30px 5%;
}

@media screen and (max-width:1299px) {
  .navbar-default .navbar-nav>li {
    margin: 0 20px
  }

  .info-section .bg {
    padding-top: 100%
  }

  .blog-wrap .blog-content {
    padding: 3.5em 0
  }

  .layer-content-responsive {
    max-height: 400px !important;
    overflow: hidden
  }
}

@media screen and (max-width:1024px) {
  h2 {
    font-size: 36px
  }

  h3 {
    font-size: 20px
  }

  h4 {
    font-size: 16px
  }
}

@media screen and (max-width:1000px) {
  .navbar-default .navbar-nav>li {
    margin: 0 6px
  }

  .navbar-default .navbar-nav>li>a {
    letter-spacing: 0
  }

  .text-rotator {
    padding-top: 150px
  }

  #paralax-slider .item-content p {
    font-size: 16px
  }

  #paralax-slider .item-content h2 {
    font-size: 46px;
    margin-bottom: 10px
  }

  .r-test ul.r-feature li {
    font-size: 12px
  }

  .we-do .do-wrap,
  .white-box {
    margin-bottom: 30px
  }

  .pricing_item {
    flex: 0 1 320px
  }

  #bg-paralax,
  #testinomial,
  .text-rotator {
    background-position: center center !important
  }

  #slogan {
    text-align: center
  }

  #slogan p {
    font-size: 16px
  }

  #slogan a.pull-right {
    float: none !important;
    margin-top: 30px
  }
}

@media screen and (max-width:767px) {
  .xp-soporte-n1-texto h2 {
    font-size: 43px !important;
    padding-bottom: 75px !important;
  }

  h2 {
    font-size: 30px
  }

  #main-navigation {
    background-color: #1b1d1f
  }

  #navigation.affix .navbar-brand,
  .navbar-brand {
    display: inline-block;
    padding-top: 17px;
    padding-bottom: 0px;
  }

  #navigation.affix .navbar-default .navbar-nav>li>a,
  .navbar-default .navbar-nav>li>a {
    padding: 10px 0
  }

  #navigation.affix ul.top-right,
  ul.top-right {
    margin: -2px 0 0;
    position: relative;
    right: 37px;
    top: 14px
  }

  .navbar-toggle {
    right: -100px !important
  }

  .main-button {
    top: 10px
  }

  .push_nav_brand {
    margin: 12px 0 30px 15px;
    width: 90
  }

  .push_nav li a {
    font-size: 12px;
    padding: 8px 15px
  }

  .text-rotator {
    padding-top: 80px
  }

  #paralax-slider .item-content p {
    font-size: 14px
  }

  #paralax-slider .item-content h2 {
    font-size: 26px;
    margin-bottom: 10px
  }

  #bg-paralax h1,
  #bg-paralax h2 {
    font-size: 30px
  }

  #thinkers .thinker-wrap,
  .we-do .do-wrap {
    margin: 30px 0
  }

  .circliful,
  .circliful:first-child {
    margin-left: 0
  }

  #thinkers {
    padding-bottom: 45px
  }

  .thinker-image .overlay {
    height: 60px
  }

  #project {
    padding-top: 0
  }

  #responsive .responsive-pic>.col-md-6>img {
    margin-bottom: 25px
  }

  .number-counters>.col-xs-12 {
    width: 50%
  }

  .circliful {
    margin-bottom: 50px
  }

  #testinomial-slider .item p {
    font-size: 14px;
    margin: 0
  }

  #testinomial-slider .owl-next,
  #testinomial-slider .owl-prev {
    display: none
  }

  #clientes-slider .owl-prev,
  #parceiros-slider .owl-prev {
    left: 10px
  }

  #clientes-slider .owl-next,
  #parceiros-slider .owl-next {
    right: 10px
  }

  #clientes-slider .owl-next,
  #parceiros-slider .owl-next,
  #clientes-slider .owl-prev,
  #parceiros-slider .owl-prev {
    background: #fff;
    top: 19%
  }

  .circliful {
    float: none;
    display: inline-block
  }
}

@media screen and (min-width:767px) {
  .info-section .block .center p {
    height: 120px;
  }
}

@media screen and (min-width:641px) and (max-width:767px) {
  #thinkers .col-sm-4 {
    width: 48%;
    display: inline-block
  }
}

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

  .circliful,
  .circliful:first-child {
    margin-left: 0
  }

  .navbar-brand img {
    width: 75%
  }

  ul.top-right {
    top: 14px
  }

  .circliful {
    margin-bottom: 50px;
    position: relative;
    left: 30%;
    float: none;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }

  .layer-content-responsive {
    max-height: 240px !important;
    overflow: hidden
  }
}

@media screen and (max-width:479px) {
  #main-navigation {
    top: 0
  }

  #bg-paralax-home img {
    padding-top: 80px !important;
  }
}

/*Adicionado*/
#contato .block .center p {
  height: auto;
}

#contato p.margen {
  padding-top: 0px;
}

.info-section .block .center p strong {
  font-size: 21px;
}

.info-section .block .center p {
  margin-bottom: 0px !important;
  font-size: 15px;
  display: block;
  padding-top: 3px;
  text-transform: none;
  text-align: center;
  height: 116px;
}

.integracao h2 {
  font-size: 35px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

button.servicos {
  border: none;
  background-color: rgba(220, 226, 226, 0);
}

p.margen {
  font-size: 17px;
  margin-bottom: 25px !important;
}

p.margen a {
  color: #40a147;
}

p.margen a:focus,
p.margen a:hover {
  color: #40a147;
}

body>footer span.parceiros {
  background-repeat: no-repeat;
  background-color: azure;
  background: url(../images/sprite.png) no-repeat;
  height: 102px;
  display: block;
  font-size: 0;
  position: relative;
  float: left;
  margin: 0px 20px;
}

body>footer span.parceiros.vtex-developer {
  background-position: -159px 0px;
  width: 155px;
}

body>footer span.parceiros.vtex {
  background-position: 0px -102px;
  width: 180px;
}

section.certificados {
  display: inline-block;
  padding-bottom: 30px;
}


.thinker-description {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2C30BD;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  justify-content: center;
  align-items: center;
}

.thinker-description p {
  color: #fff;
  padding: 10px;
}


.thinker-description:hover {
  opacity: .7;
}

.item a .desc-link {
  display: block;
  font-style: italic;
  color: #dfad24;
}

.desc-link:before {
  width: 50px;
  height: 2px;
  content: "";
  background: #dfad24;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -25px;
  top: -10px;
}

.thinker-wrap {
  text-align: center;
}

.parceiros-sect .thinker-wrap {
  background: #fff;
  border-radius: 4px;
}

.parceiros-sect .thinker-description {
  background: rgba(64, 161, 71, 0.9);
}

#parceiros-slider .owl-next,
#parceiros-slider .owl-prev {
  border: 1px solid #fff;
  color: #fff;
}

#parceiros-slider .owl-next:hover,
#parceiros-slider .owl-prev:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #40a147;
  -webkit-transition: background .3s linear .1s;
  -ms-transition: background .3s linear .1s;
  transition: background .3s linear .1s;
}

.losangos-text {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.losangos-text:before {
  width: 50px;
  height: 2px;
  content: "";
  background: #ccc;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -25px;
  top: -10px;
}


.side-left {
  float: left;
  margin-left: 28%;
}

.side-right {
  float: left;
  margin-left: 5%;

}

@media screen and (max-width:1024px) {
  .side-right {
    float: left;
    clear: both;
    margin-left: 40%;

  }

  .side-left {
    margin-left: 37%;
    float: left;
    clear: both;
  }
}

@media screen and (max-width:991px) {
  .side-right {
    float: left;
    clear: both;
    margin-left: 37%;

  }

  .side-left {
    margin-left: 35%;
    float: left;
    clear: both;
  }
}

@media screen and (max-width:767px) {
  .side-right {
    float: left;
    clear: both;
    margin-left: 33%;

  }

  .side-left {
    margin-left: 30%;
    float: left;
    clear: both;
  }
}

@media screen and (max-width:489px) {
  .side-right {
    float: left;
    clear: both;
    margin-left: 27%;

  }

  .side-left {
    margin-left: 25%;
    float: left;
    clear: both;
  }
}


.navigation-dark {
  background: #969696;
}

.xp-soporte-n1-texto h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.soporte-itens {
  min-height: 122px;
  max-height: 200px;
}

.suporte-n1-bg {
  background: #EEF0F3;
}

.xp-servicos-hover *:hover,
.xp-servicos-hover *:focus {
  color: #40a147;
  -webkit-transition: background .3s linear .1s;
  -ms-transition: background .3s linear .1s;
  transition: background .3s linear .1s;
}

.xp-asterisco {
  font-size: 12px;
  color: #40a147;
}

.suporte-n1-link a {
  background: #dfad24 !important;
  padding: 20px !important;
  margin-top: 26px !important;
  line-height: 0 !important;
  color: #fff !important;
}

.suporte-n1-link a:hover {
  background: #40a147 !important;
}

.affix .suporte-n1-link a {
  margin-top: 10px !important;
}

.canvas-box span i {
  display: inline-block;
  font-size: 50px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.xp-chamada {
  background: #40a147;
  padding: 25px 0;
  color: #fff;
  margin-top: -2px;
  width: 100%;
}

.xp-chamada p {
  color: #fff;
  font-size: 20px;
  margin: 10px 0;
}

.xp-chamada a {
  padding: 15px 35px;
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  font-weight: bold;
  text-transform: capitalize;
}

button.servicos:hover i {
  color: #40a147;
}

button.servicos:hover p {
  color: #40a147;
}

button.servicos:active i,
button.servicos:focus i {
  color: #dfad24;
}

button.servicos:active p,
button.servicos:focus p {
  color: #dfad24;
}



ul.social-link svg {
  position: relative;
  z-index: 99;
}


#bg-paralax-home img {
  text-align: center;
  display: inline-block;
  padding-top: 46px;
  /* width: 90%; */
}

#bg-paralax-home h1 {
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 40px;
  font-size: 0px;
}

@media screen and (max-width:350px) {
  .xp-soporte-n1-texto h2 {
    font-size: 39px !important;
  }
}

@media screen and (max-width:991px) {
  .info-section .block .center p {
    height: auto;
  }
}

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

  #parceiros-slider .owl-next,
  #parceiros-slider .owl-prev {
    color: #7a7a7a;
    border: 1px solid #7a7a7a;
  }

  #parceiros-slider .owl-next,
  #parceiros-slider .owl-prev {
    top: 40%;
  }

  #clientes-slider .owl-next,
  #clientes-slider .owl-prev {
    top: 40%;
  }


}

@media screen and (max-width:767px) {
  .xp-soporte-n1-texto {
    padding-top: 50px;
  }
}

@media screen and (max-width:638px) {
  .xp-chamada p {
    width: 100%;
    text-align: center;
  }

  a.pull-right.bounce-top {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width:444px) {
  body>footer span.parceiros {
    float: none;
    text-align: -webkit-left;
    position: relative;
  }

  span.parceiros.vtex-developer {
    position: relative;
    left: 25%;
    margin-left: -29px;
  }

  .xp-chamada p.pull-left {
    text-align: -webkit-center;
    width: 100%;
  }

  .xp-chamada a {
    text-align: -webkit-center;
    width: 100%;
  }

  .soporte-itens {
    /* padding-bottom: 58px; */
    height: auto;

  }
}