body {
  padding-top: 80px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

h1 {
  display: block;
  width: 80%;
  margin: 10px auto 30px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
}

h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 20px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  color: #5ec6cf;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: hsla(0, 0%, 100%, .8);
}

.button.w--current {
  background-color: #000;
  text-shadow: none;
}

.button.hollow {
  background-color: transparent;
  color: #fff;
}

.button.hollow:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.button.hollow.w--current {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

.button.cta {
  width: 20%;
  margin-right: 0px;
  float: right;
  font-size: 14px;
  text-transform: uppercase;
}

.button.cta:hover {
  background-color: transparent;
  color: #fff;
  text-shadow: none;
}

.button.inverted {
  margin-left: 0px;
  border-color: #d4d4d4 #d4d4d4 #c2c2c2;
  background-color: #cc722c;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
}

.button.inverted:hover {
  background-color: transparent;
  color: #5ec6cf;
  text-shadow: none;
}

.section {
  padding-top: 0px;
  padding-bottom: 40px;
}

.section.hero {
  height: 460px;
  padding-top: 190px;
  background-color: transparent;
  background-image: -webkit-radial-gradient(circle closest-corner at 48% 39%, transparent, rgba(0, 0, 0, .7)), url('../images/cobertura-home.jpg');
  background-image: radial-gradient(circle closest-corner at 48% 39%, transparent, rgba(0, 0, 0, .7)), url('../images/cobertura-home.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.cta {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5ec6cf;
  color: #fff;
  text-align: left;
}

.section.features {
  overflow: hidden;
  height: 1000px;
  border-top: 1px solid #d4d4d4;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .2);
}

.section.testimonials {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}

.section.about {
  padding-top: 0px;
  background-color: rgba(0, 152, 255, .1);
  box-shadow: none;
}

.section.cores {
  padding-top: 0px;
  background-color: #fff;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-bottom: 1px solid #d4d4d4;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #5ec6cf;
  color: #fff;
}

.nav-link {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 4px solid transparent;
  color: #000;
  text-decoration: none;
}

.nav-link:hover {
  border-top: 4px solid #5ec6cf;
  color: #5ec6cf;
  text-decoration: none;
}

.nav-link.w--current {
  margin-right: 2px;
  margin-left: 2px;
  border-width: 5px 0px 0px;
  border-top-style: solid;
  border-top-color: #db9923;
  border-bottom-style: none;
  border-bottom-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #db9923;
  font-size: 18px;
}

.nav-link.orange {
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 10px;
  padding-left: 10px;
  border-right-style: none;
  border-right-width: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-left-style: none;
  border-left-width: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #707070;
  font-size: 15px;
}

.nav-link.orange:hover {
  height: 100%;
  margin-top: 0px;
  border-width: 5px 0px 0px;
  border-top-color: #e19d4b;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #e19d4b;
  text-decoration: none;
}

.nav-link.orange.w--current {
  margin-right: 2px;
  margin-left: 2px;
}

.nav-link.green:hover {
  border-top-color: #5cc09c;
  color: #5cc09c;
}

.nav-link.red:hover {
  border-top-color: #f15a59;
  color: #f15a59;
}

.nav-link.red.w--current {
  border-top-color: #f15a59;
  color: #f15a59;
}

.nav-link.highlight {
  color: #5ec6cf;
}

.nav-link.highlight:hover {
  background-color: #5ec6cf;
  color: #fff;
}

.brand {
  position: relative;
  left: 0px;
  top: 50%;
  margin-top: -17px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.brand:hover {
  color: #000;
  text-decoration: none;
}

.hero-image {
  margin-top: 60px;
}

.teaser-icon {
  margin-bottom: 25px;
}

.who-we-are {
  margin-top: 80px;
  margin-bottom: 100px;
  text-align: left;
}

.features-description {
  padding-left: 20%;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 15%;
  background-repeat: no-repeat;
}

.features-description.who {
  background-image: url('../images/about-icon-map.png');
}

.features-description.what {
  background-image: url('../images/features-icon-data.png');
}

.link {
  color: #5ec6cf;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #a8a8a8;
}

.testimonial-slide {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.testimonial-text {
  display: block;
  width: 80%;
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

.testimonial-author {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-image {
  margin-bottom: 25px;
  border-radius: 50%;
}

.team-row {
  margin-top: 50px;
}

.team-title {
  margin-bottom: 15px;
  font-style: italic;
}

.call-to-action-text {
  width: 75%;
  float: left;
  font-size: 30px;
  line-height: 32px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.about-menu {
  margin-bottom: 80px;
  padding-right: 15%;
  padding-left: 15%;
}

.about-tab {
  width: 29%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  border: 2px solid #5ec6cf;
  border-radius: 3px;
  background-color: transparent;
  color: #5ec6cf;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.about-tab.w--current {
  background-color: #5ec6cf;
  color: #fff;
}

.tab-indicator {
  position: absolute;
  left: 50%;
  top: 100%;
  right: 0px;
  display: none;
  margin-left: -20px;
}

.about-right-column {
  text-align: left;
}

.about-icon {
  margin-bottom: 20px;
}

.about-heading {
  margin-bottom: 15px;
  text-shadow: none;
}

.contact-row {
  margin-top: 60px;
  text-align: left;
}

.contact-text {
  margin-bottom: 15px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
}

.social-media-link {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  float: right;
  border: 2px solid #fff;
  border-radius: 50%;
  background-image: url('../images/footer-icons.png');
  background-position: 0px 0px;
  background-size: 200%;
  background-repeat: no-repeat;
}

.social-media-link:hover {
  background-color: #fff;
}

.social-media-link.fb:hover {
  background-color: #fff;
  background-position: 100% 0px;
}

.social-media-link.tw {
  background-position: 0px 50%;
}

.social-media-link.tw:hover {
  background-position: 100% 50%;
}

.social-media-link.gp {
  background-position: 0px 100%;
}

.social-media-link.gp:hover {
  background-position: 100% 100%;
}

.copyright {
  margin-top: 10px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.team-member-wrapper {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.teaser-wrapper {
  padding-right: 5%;
  padding-left: 5%;
  font-size: 14px;
}

.nav-container {
  height: 80px;
}

.nav-menu {
  height: 100%;
}

.nav-text {
  position: relative;
  top: 35%;
  display: block;
  margin-top: 0px;
  padding: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 17px;
}

.logo {
  display: block;
  margin-top: -6px;
}

.testimonial-nav-icon {
  color: #d4d4d4;
}

.testimonial-image {
  width: 10%;
  max-width: 100px;
  margin-bottom: 20px;
  text-shadow: none;
}

.twitter {
  display: block;
  width: 125px;
  margin-right: auto;
  margin-left: auto;
}

.features-image {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}

.success {
  text-shadow: none;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.about-tabs {
  margin-top: 60px;
}

.continicio {
  text-align: center;
}

.txtbanner {
  width: 100%;
  margin-top: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 39px;
  text-align: center;
  text-shadow: 1px 1px 4px #000, 1px 1px 6px #000;
}

.col1 {
  margin-top: 20px;
}

.col1.linhafinal {
  margin-bottom: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b4b4b4;
}

.subtit {
  margin-bottom: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #414141;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
  text-decoration: none;
}

.tit {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3d3d3d;
  font-size: 29px;
  font-weight: 400;
}

.tit.escuro {
  margin-top: 94px;
  color: #131212;
}

.linkligue {
  color: #6b6b6b;
  font-weight: 400;
  text-decoration: underline;
}

.ico {
  max-width: 50%;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  background-color: #8d0d0d;
}

.ico.zul {
  background-color: #21147e;
}

.ico.verde {
  background-color: #1c6113;
}

.ico.marelo {
  background-color: #8a1d7d;
}

.ico.marelao {
  background-color: #e2c702;
}

.likes {
  width: 100px;
}

.center {
  text-align: center;
}

.divfc {
  height: 280px;
  margin-top: 0px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .4)), url('../images/COG.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .4)), url('../images/COG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.fc {
  color: #3d3d3d;
}

.txtlink {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ee8c21;
  text-decoration: none;
}

.linksd {
  float: none;
  clear: none;
  direction: ltr;
}

.aplic {
  border-radius: 12px;
}

.aplic:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.titaplic {
  margin-top: 5px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.titcont {
  margin-top: 12px;
  margin-bottom: 3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #535353;
  font-size: 17px;
}

.garantia {
  margin-top: 20px;
  border: 1px solid #d18627;
  border-radius: 20px;
  box-shadow: 2px 2px 3px 0 #646464;
}

.ld {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #182e3d;
}

.txtld {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #cfd9e9;
  font-size: 11px;
}

.txtld:hover {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #091a25;
}

.link-ld {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

html.w-mod-js *[data-ix="zoom-scrool"] {
  opacity: 0.03;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="zoom-ao-carregar"] {
  opacity: 0.02;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="esq-direita-carregar"] {
  opacity: 0.08;
  -webkit-transform: translate(-350px, 0px);
  -ms-transform: translate(-350px, 0px);
  transform: translate(-350px, 0px);
}

@media (max-width: 991px) {
  h4 {
    text-shadow: none;
  }
  h5 {
    text-shadow: none;
  }
  .button {
    text-shadow: none;
  }
  .nav-link.orange {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .testimonial-slide {
    text-shadow: none;
  }
  .testimonial-text {
    font-size: 23px;
    line-height: 32px;
    text-shadow: none;
  }
  .testimonial-author {
    margin-top: 30px;
    text-shadow: none;
  }
  .call-to-action-text {
    margin-top: 2px;
    font-size: 23px;
  }
  .about-icon {
    margin-bottom: 5px;
  }
  .about-heading {
    text-shadow: none;
  }
  .contact-text {
    text-shadow: none;
  }
  .nav-text {
    font-size: 15px;
  }
  .logo {
    max-width: 80%;
  }
  .testimonial-image {
    text-shadow: none;
  }
  .features-image {
    width: 90%;
  }
  .divfc {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 40px;
  }
  h4 {
    margin-bottom: 40px;
    text-shadow: none;
  }
  h5 {
    text-shadow: none;
  }
  .button {
    text-shadow: none;
  }
  .section {
    padding: 10px 5% 40px;
  }
  .section.hero {
    height: 370px;
    padding-top: 120px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .section.features {
    height: 800px;
  }
  .section.testimonials {
    padding-right: 0%;
    padding-left: 0%;
  }
  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link.w--current {
    height: auto;
    float: none;
    border-top-style: none;
  }
  .nav-link.orange {
    position: static;
    height: auto;
    float: none;
    clear: none;
  }
  .nav-link.orange:hover {
    height: auto;
    border-top-style: none;
    border-top-width: 0px;
    color: #141414;
  }
  .nav-link.orange.w--current:hover {
    height: auto;
  }
  .hero-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .teaser-icon {
    margin-top: 30px;
  }
  .who-we-are {
    margin-bottom: 40px;
  }
  .features-description {
    margin-bottom: 25px;
  }
  .testimonial-slide {
    padding-top: 40px;
    padding-bottom: 60px;
    background-size: 20%;
    text-shadow: none;
  }
  .testimonial-text {
    text-shadow: none;
  }
  .testimonial-author {
    text-shadow: none;
  }
  .call-to-action-text {
    margin-top: 0px;
  }
  .about-menu {
    padding-right: 0%;
    padding-left: 0%;
  }
  .about-tab {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-right-column {
    margin-top: 20px;
    padding-right: 10%;
    padding-left: 10%;
    text-align: center;
  }
  .about-heading {
    text-shadow: none;
  }
  .contact-text {
    text-shadow: none;
  }
  .social-media-link {
    display: inline-block;
    float: none;
  }
  .copyright {
    margin-bottom: 20px;
    text-align: center;
  }
  .teaser-wrapper {
    min-height: 260px;
  }
  .nav-container {
    height: 40px;
  }
  .nav-menu {
    position: static;
    overflow: visible;
    height: 50px;
    padding-top: 8px;
    float: none;
    clear: both;
  }
  .logo {
    height: 35px;
    margin-top: 0px;
  }
  .menu-button.w--open {
    background-color: #e19d4b;
  }
  .testimonial-image {
    width: 20%;
    text-shadow: none;
  }
  .txtbanner {
    font-size: 35px;
  }
  .col1.linhafinal {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .subtit {
    font-size: 17px;
  }
  .tit {
    margin-top: 20px;
    font-size: 27px;
    line-height: 40px;
  }
  .coluna {
    min-height: 320px;
  }
  .divfc {
    padding-top: 0px;
  }
  .aplic {
    max-width: 100%;
  }
  .aplic._65 {
    max-width: 90%;
  }
  .titaplic {
    margin-top: 8px;
    font-size: 16px;
    line-height: 25px;
  }
  .garantia {
    max-width: 61%;
  }
}

@media (max-width: 479px) {
  h1 {
    width: 100%;
    font-size: 36px;
    line-height: 42px;
  }
  h5 {
    text-shadow: none;
  }
  .button {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    text-shadow: none;
  }
  .button.hollow {
    text-shadow: none;
  }
  .button.cta {
    width: 100%;
    text-shadow: none;
  }
  .button.inverted {
    width: 100%;
    text-shadow: none;
  }
  .section {
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: center;
  }
  .section.hero {
    height: 260px;
    padding-top: 80px;
    background-position: 0px 0px, 50% 0px;
    background-size: auto, 500px;
    font-size: 13px;
  }
  .section.cta {
    padding-right: 10%;
    padding-left: 10%;
  }
  .nav-link {
    display: block;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
  }
  .testimonial-text {
    font-size: 16px;
    line-height: 26px;
  }
  .call-to-action-text {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .about-menu {
    margin-bottom: 40px;
  }
  .about-tab {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .team-member-wrapper {
    margin-bottom: 50px;
  }
  .teaser-wrapper {
    min-height: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-menu {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    background-color: #fff;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .1);
  }
  .nav-text {
    position: static;
    margin-top: 0px;
  }
  .logo {
    height: 30px;
    margin-top: 0px;
  }
  .menu-button {
    height: 100%;
    padding: 6px 10px;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .menu-icon {
    color: #5ec6cf;
    font-size: 30px;
  }
  .contact-form {
    text-shadow: none;
  }
  .testimonial-image {
    text-shadow: none;
  }
  .txtbanner {
    width: 300px;
    margin-top: 0px;
    font-size: 29px;
    line-height: 42px;
  }
  .subtit {
    font-size: 14px;
    line-height: 20px;
  }
  .tit {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    line-height: 28px;
  }
  .tit.escuro {
    margin-top: 70px;
  }
  .coluna {
    min-height: 330px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 13px;
  }
  .divfc {
    height: 180px;
    padding-top: 0px;
  }
  .fc {
    font-size: 24px;
  }
  .aplic {
    max-height: 120px;
    max-width: 100%;
  }
  .aplic._2 {
    max-height: 200px;
    max-width: auto;
  }
  .titaplic {
    font-size: 14px;
    line-height: 19px;
  }
  .garantia {
    margin-top: 10px;
    border-radius: 10px;
  }
}

