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, 0.2);
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  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%, 0.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%, 0.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: #5ec6cf;
  background-color: #5ec6cf;
  color: #fff;
}

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

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

.section.hero {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 56, 6, 0.8)), to(rgba(7, 39, 4, 0.5))), url('../images/Abate-de-arvore.jpg');
  background-image: linear-gradient(180deg, rgba(6, 56, 6, 0.8), rgba(7, 39, 4, 0.5)), url('../images/Abate-de-arvore.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.hero.sec3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/Abate-de-arvore.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Abate-de-arvore.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.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, 0.2);
}

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

.section.about {
  box-shadow: none;
}

.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, 0.1);
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #b6f3a7;
  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 {
  border-top-color: #5ec6cf;
  color: #5ec6cf;
}

.nav-link.orange {
  color: #176d0f;
  font-size: 15px;
}

.nav-link.orange:hover {
  border-top-color: #e19d4b;
  color: #e19d4b;
  text-decoration: none;
}

.nav-link.green {
  font-size: 15px;
}

.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%;
  height: 73px;
  margin-top: -29px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

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

.hero-image {
  margin-top: 30px;
  opacity: 1;
}

.hero-image:hover {
  opacity: 1;
}

.teaser-icon {
  width: 32%;
  margin-bottom: 25px;
  padding: 5px;
  border: 2px solid #6d6d6d;
  border-radius: 22px;
  background-color: #93fa6b;
  opacity: 0.83;
}

.teaser-icon:hover {
  background-color: #40b611;
  box-shadow: inset 0 -3px 8px 2px #d7f0d5, 2px 2px 6px 1px #add6ad;
  opacity: 1;
}

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

.features-description {
  padding-left: 20%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  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, 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;
}

.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: left;
  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%;
}

.nav-container {
  height: 80px;
}

.nav-menu {
  height: 100%;
}

.nav-text {
  position: relative;
  top: 50%;
  display: block;
  margin-top: -10px;
  padding: 0px;
}

.logo {
  display: block;
}

.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, 0.2);
}

.success {
  text-shadow: none;
}

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

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

.abate-de-arvore {
  margin-bottom: 15px;
  opacity: 1;
}

.abate-de-arvore:hover {
  opacity: 1;
}

.telefin {
  margin-bottom: 2px;
  text-align: center;
}

.abate {
  font-family: Montserrat, sans-serif;
  color: #018b17;
  font-size: 22px;
  font-style: normal;
}

.corte-de-arvores {
  padding-top: 5px;
  color: #e05c03;
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
}

.corte-arvore-colunas {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}

.subtit {
  padding-bottom: 10px;
  color: #33723a;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.rodape {
  float: none;
  font-size: 21px;
  text-align: center;
}

.center {
  padding-right: 10px;
  text-align: center;
}

.controda {
  text-align: center;
}

.julio-meireles {
  margin-top: 67px;
  margin-bottom: 1px;
  padding-top: 30px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #9deeaa #000 #000;
}

.corte-arvore {
  color: #03881d;
}

.txtfim {
  margin-top: 5px;
  margin-bottom: 6px;
  color: grey;
  font-size: 13px;
}

.masterdigital-link {
  color: #f87171;
  text-decoration: none;
}

.masterdigital-link:hover {
  color: red;
}

.abate-arvore {
  border-radius: 10px;
}

.abate-arvore:hover {
  max-width: 101%;
  margin-top: -2px;
  margin-left: -2px;
  box-shadow: 1px 1px 6px 0 #62725c;
}

.slabate {
  background-color: transparent;
}

.corte-arvore-sl1 {
  text-align: center;
}

.corte-de-arvore {
  margin-top: 15px;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  text-shadow: 2px 2px 6px #000, 1px 1px 2px #000, 1px 1px 6px #000;
}

.imgslide {
  border-radius: 10px;
}

.seta {
  opacity: 0.44;
}

.seta:hover {
  opacity: 1;
}

.col-galeria {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.col-galeria:hover {
  padding-top: 10px;
  padding-bottom: 10px;
}

.corte-arvore-galeria {
  max-width: 100%;
  opacity: 0.77;
}

.corte-arvore-galeria:hover {
  max-width: 100%;
  box-shadow: 1px 1px 6px 1px #928888;
  opacity: 1;
}

.limpeza-de-terreno-sl1 {
  padding-top: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)), url('../images/Limpeza-de-fazenda.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent), url('../images/Limpeza-de-fazenda.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.limpeza-de-terreno-sl2 {
  padding-top: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)), url('../images/corte-de-pinheiros.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent), url('../images/corte-de-pinheiros.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.limpeza-de-terreno-sl2.sl3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)), url('../images/Limpeza-quinta.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent), url('../images/Limpeza-quinta.jpg');
  background-size: auto, cover;
}

.limpeza-de-terreno-sl2.sl4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)), url('../images/Manutencao-jardim.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent), url('../images/Manutencao-jardim.jpg');
  background-size: auto, cover;
}

.limpeza-de-terreno-sl2.sl5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)), url('../images/terreno-limpeza.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent), url('../images/terreno-limpeza.jpg');
  background-size: auto, cover;
}

.reparao-backgr {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Remodelacoes-julio-meireles.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Remodelacoes-julio-meireles.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.reparao-backgr.fale-connosco {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.6))), url('../images/Remodelacoes-julio-meireles.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('../images/Remodelacoes-julio-meireles.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.julio {
  font-size: 23px;
  line-height: 30px;
}

.link-cont {
  color: #3b9409;
  font-size: 18px;
  text-decoration: none;
}

.txtlinkcont {
  margin-bottom: 35px;
  font-size: 31px;
  line-height: 40px;
}

.txtfoot {
  line-height: 27px;
}

.txtcab {
  font-size: 19px;
  line-height: 23px;
}

.espace {
  margin-top: 19px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0.13;
  -webkit-transform: scale(0.6500000000000002, 0.6500000000000002);
  -ms-transform: scale(0.6500000000000002, 0.6500000000000002);
  transform: scale(0.6500000000000002, 0.6500000000000002);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0.13;
  -webkit-transform: scale(0.6500000000000002, 0.6500000000000002);
  -ms-transform: scale(0.6500000000000002, 0.6500000000000002);
  transform: scale(0.6500000000000002, 0.6500000000000002);
}

@media screen and (max-width: 991px) {
  h4 {
    text-shadow: none;
  }
  h5 {
    text-shadow: none;
  }
  .button {
    text-shadow: none;
  }
  .nav-link.w--current {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link.orange {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link.green {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link.red {
    padding-right: 10px;
    padding-left: 10px;
  }
  .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;
  }
  .testimonial-image {
    text-shadow: none;
  }
  .features-image {
    width: 90%;
  }
  .txtcab {
    font-size: 17px;
    line-height: 21px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 40px;
  }
  h4 {
    margin-bottom: 40px;
    text-shadow: none;
  }
  h5 {
    text-shadow: none;
  }
  .button {
    text-shadow: none;
  }
  .section {
    padding: 40px 5%;
  }
  .section.features {
    height: 800px;
  }
  .section.testimonials {
    padding-right: 0%;
    padding-left: 0%;
  }
  .header {
    text-align: center;
  }
  .nav-link {
    display: block;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
  }
  .nav-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    background-color: #fff;
  }
  .nav-link.orange {
    position: static;
    top: 60px;
    overflow: visible;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    clear: none;
    background-color: #fff;
  }
  .nav-link.green {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    clear: none;
    background-color: #fff;
    direction: rtl;
    text-align: right;
  }
  .nav-link.red {
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    clear: none;
    background-color: #fff;
    text-align: right;
  }
  .brand {
    margin-top: -24px;
  }
  .hero-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .teaser-icon {
    width: 50px;
    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-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;
  }
  .nav-container {
    height: 40px;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 50px;
    right: 0px;
    bottom: 50px;
    height: 50px;
    float: none;
    clear: none;
    background-color: transparent;
    text-align: right;
  }
  .nav-text {
    margin-top: 0px;
  }
  .menu-button {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
  }
  .menu-button.w--open {
    position: static;
    float: right;
    clear: none;
    background-color: #e19d4b;
    text-align: right;
  }
  .menu-icon {
    float: none;
  }
  .testimonial-image {
    width: 20%;
    text-shadow: none;
  }
  .telefin {
    max-height: 18px;
    max-width: 18px;
  }
  .subtit {
    font-size: 18px;
    line-height: 22px;
  }
  .abate-arvore {
    margin-top: 6px;
  }
  .txtcab {
    font-size: 15px;
    line-height: 16px;
  }
}

@media screen and (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: 20px;
    text-align: center;
  }
  .section.cta {
    padding-right: 10%;
    padding-left: 10%;
  }
  .header {
    position: static;
  }
  .nav-link {
    display: block;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
  }
  .nav-link.w--current {
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-link.orange {
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    direction: rtl;
  }
  .nav-link.green {
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-link.red {
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .brand {
    margin-top: -35px;
  }
  .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;
  }
  .nav-container {
    height: 100%;
    direction: rtl;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 50px;
    right: 0px;
    bottom: 50px;
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 20px;
    float: none;
    clear: none;
    border-bottom: 1px solid #d4d4d4;
    background-color: #fff;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    direction: rtl;
  }
  .nav-text {
    position: static;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .menu-button {
    height: 50px;
    padding: 6px 10px;
  }
  .menu-button.w--open {
    float: none;
    background-color: #fff;
  }
  .menu-icon {
    height: 29px;
    direction: ltr;
    color: #5ec6cf;
    font-size: 30px;
  }
  .contact-form {
    text-shadow: none;
  }
  .testimonial-image {
    text-shadow: none;
  }
  .body {
    padding-top: 15px;
  }
  .abate {
    font-size: 20px;
  }
  .corte-arvore-colunas {
    margin-top: 10px;
    padding-top: 10px;
  }
  .subtit {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .julio {
    font-size: 22px;
  }
  .link-cont {
    font-size: 12px;
    line-height: 17px;
  }
  .txtlinkcont {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 27px;
  }
  .txtcab {
    direction: ltr;
  }
  .tiber {
    font-size: 27px;
    line-height: 35px;
  }
}

