:root {
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
  --light-slate-gray: #8668ab;
  --gainsboro: #dfe8e4;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #17a49fcc;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #102c5e;
}

.button.hollow {
  color: #fff;
  text-shadow: none;
  background-color: #0000;
  box-shadow: 0 2px 1px #ffffff1f, inset 0 0 0 2px #fff;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #102c5e;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  color: #e6eaed;
  margin-top: 0;
  margin-bottom: 19px;
}

.navigation {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.nav-link {
  padding: 26px 17px;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  box-shadow: inset 0 3px #b5b5b580;
}

.nav-link.w--current {
  color: #10d1ca;
  box-shadow: inset 0 3px #10d1ca;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-image: linear-gradient(#1a8d8e, #102c5e);
  margin-top: 73px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  color: #939596;
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section.purple {
  background-color: #1a8d8e;
  background-image: linear-gradient(#102c5e, #1a8c8d);
  margin-top: 104px;
}

.section.clients {
  background-color: #a1bfd4;
  padding-top: 0;
  padding-bottom: 0;
}

.section.press {
  background-color: #102c5e;
  padding-top: 29px;
  padding-bottom: 38px;
  display: none;
}

.slider {
  background-color: #303030;
  height: 360px;
  display: none;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.footer-slogan {
  color: #939596;
  margin-bottom: 11px;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.page-link {
  color: #fff;
  border-bottom: 1px solid #0000;
  text-decoration: underline;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #939596;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid #0000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 68px;
  padding-left: 250px;
  padding-right: 250px;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

.section-subtitle._2 {
  color: #fff;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 3px;
  min-height: 300px;
  padding: 17px;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #1a8a8c;
  letter-spacing: 0;
  font-size: 20px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  background-color: #dbdbdb;
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
}

.additional-contact {
  color: #fff;
  text-align: center;
  margin-top: 21px;
}

.feature {
  text-align: left;
}

.feature-row {
  margin-bottom: 30px;
}

.feature-row.mobile {
  display: none;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Roboto Slab, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 16.6%;
}

.small-text {
  color: #ffffff4f;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.div-block {
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.logo {
  width: 14%;
  margin-left: 2%;
  margin-right: 2%;
}

.image {
  height: 50px;
  margin-top: 10px;
}

.column {
  padding-left: 50px;
}

.div-block-2 {
  max-height: 300px;
  position: static;
  overflow: hidden;
}

.image-2 {
  margin-top: -30px;
}

.link {
  color: #1a8d8e;
}

.heading {
  font-size: 35px;
  line-height: 1.1em;
}

.heading-2 {
  margin-top: 110px;
}

.heading-3 {
  color: #fff;
}

.div-block-25 {
  width: 70%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-10 {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: block;
}

.link-block-10:hover {
  transform: scale(1.02);
}

.div-block-26 {
  background-image: url('../images/5f3fedc256b7e737c9d20451_flavio-ratzke.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  max-width: 100%;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.link-5 {
  color: #353535;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-style: italic;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link-5:hover {
  color: #102c5e;
  text-decoration: none;
}

.div-block-7-copy-copy {
  background-color: #dedede;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  display: block;
}

.rich-text-block-4 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-11 {
  width: 25px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s;
}

.link-block-11:hover {
  opacity: .45;
}

.div-block-7-copy {
  background-color: #dedede;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.section-2 {
  text-align: center;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.list {
  font-size: 20px;
  line-height: 1.2em;
}

.paragraph {
  text-align: center;
}

.heading-4 {
  font-size: 32px;
}

.div-block-27 {
  min-height: 130px;
}

.secao-escondida---sem-aprovacao-do-cliente {
  background-image: linear-gradient(#0000 50%, #000), linear-gradient(#000, #fff0 39%), linear-gradient(#0c1f41a6, #0c1f41a6), url('../images/logo-fractos.png');
  background-position: 0 0, 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, 300px;
  height: 450px;
}

.container-22 {
  height: 450px;
  padding-left: 20px;
  padding-right: 20px;
}

.row-11 {
  margin-top: 80px;
  padding-top: 0;
}

.column-17 {
  padding-left: 20px;
  padding-right: 20px;
}

.titulo {
  color: #fff;
  text-align: right;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-18 {
  color: #c7c7c7;
  text-align: left;
  margin-top: 7px;
  padding-top: 7px;
  font-size: 13px;
  line-height: 25px;
}

.container-23 {
  display: none;
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .nav-menu {
    background-color: #000;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .section-subtitle {
    padding-left: 100px;
    padding-right: 100px;
  }

  .main-feature-group {
    margin-top: 0;
  }

  .main-image {
    margin-top: 49px;
  }

  .secao-escondida---sem-aprovacao-do-cliente {
    background-image: linear-gradient(#0000 50%, #000), linear-gradient(#000, #fff0 39%), linear-gradient(#0c1f41b3, #0c1f41b3), url('../images/logo-fractos.png'), none;
    background-position: 0 0, 0 0, 0 0, -440px, 50% 100%;
  }

  .column-18 {
    margin-top: 29px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section.main {
    margin-top: 51px;
  }

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-subtitle {
    margin-bottom: 44px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .feature-row {
    margin-top: 85px;
  }

  .feature-row.mobile {
    display: block;
  }

  .feature-row.web {
    display: none;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .column {
    padding-left: 10px;
  }

  .image-2 {
    max-width: 50%;
  }

  .heading {
    margin-top: 20px;
  }

  .image-3 {
    max-width: 50%;
  }

  .secao-escondida---sem-aprovacao-do-cliente {
    background-image: linear-gradient(#0000 50%, #000), linear-gradient(#000, #fff0 39%), linear-gradient(#0b1631a6, #0b1631a6), url('../images/logo-fractos.png'), none;
  }
}

@media screen and (max-width: 479px) {
  .section-subtitle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .client-logo {
    width: 33.33%;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .secao-escondida---sem-aprovacao-do-cliente {
    background-image: linear-gradient(#0000 50%, #000), linear-gradient(#000, #fff0 39%), linear-gradient(#0b1631c4, #0b1631c4), url('../images/logo-fractos.png'), none;
    background-position: 0 0, 0 0, 0 0, -527px, 50% 100%;
    background-repeat: repeat, repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, auto, 960px, cover;
    height: auto;
    position: static;
    overflow: visible;
  }

  .container-22 {
    height: 550px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: 14px;
  }

  .row-11 {
    margin-top: 49px;
  }

  .column-17 {
    display: none;
  }

  .column-18 {
    margin-top: 0;
  }

  .titulo {
    text-align: center;
    font-size: 26px;
  }

  .paragraph-18 {
    text-align: center;
    margin-bottom: 20px;
  }
}


