:root {
  --black: black;
  --white: white;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  margin: 10px 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin: 10px 0 1px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

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

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

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

p {
  color: #848999;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #6d7280;
  border-radius: 5px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 14px 29px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #848a9c;
}

.button.nav {
  margin-left: 18px;
  transition: all .2s;
}

.button.nav:hover {
  background-color: #9299ad;
}

.button.big-green {
  text-transform: capitalize;
  background-color: #32ac97;
  margin-top: 191px;
  padding: 25px 22px;
  font-size: 29px;
  transition: all .2s;
}

.button.big-green:hover {
  background-color: #258575;
}

.button.sign-up {
  background-color: #2c9986;
}

.button.sign-up:hover {
  background-color: #33b59f;
}

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

.section.header {
  background-color: #262933;
  padding-top: 22px;
  padding-bottom: 22px;
}

.section.hero {
  text-align: center;
  background-color: #363b48;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  height: 80vh;
  padding-top: 75px;
  padding-bottom: 0;
  display: flex;
}

.section.hero.grey {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-around;
  height: 100vh;
  display: flex;
}

.section.grey {
  text-align: center;
  background-color: #eff1f4;
  display: block;
}

.section.grey.hidden {
  display: none;
}

.section.centered {
  text-align: center;
  display: none;
}

.section.footer {
  text-align: left;
  background-color: #303030;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section.hidden {
  display: none;
}

.company {
  float: left;
  color: #fff;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.nav-link {
  color: rgba(255, 255, 255, .81);
  text-transform: uppercase;
  margin-left: 11px;
  margin-right: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.sign-up {
  background-color: #2c9986;
  border-radius: 5px;
  padding: 10px 20px;
}

.nav-link.sign-up:hover {
  background-color: #3ac2ab;
}

.nav-column {
  text-align: right;
  padding-top: 10px;
}

.logo {
  float: left;
  width: 250px;
  margin-right: 11px;
}

.hero-heading {
  color: var(--black);
  text-align: center;
  width: 80%;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 130%;
}

.hero-subhead {
  color: #a3a8b6;
  font-size: 14px;
}

.hero-subhead.hidden {
  display: none;
}

.section-title {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.section-subtitle {
  color: #848999;
  text-align: center;
  margin-bottom: 43px;
}

.responsive-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grey-icon {
  margin-right: 9px;
}

.content-column {
  text-align: left;
  padding-top: 79px;
}

.circle {
  background-color: #f7f8fa;
  border-radius: 190px;
  height: 303px;
  margin-bottom: 25px;
  padding-top: 21px;
}

.number {
  color: #fff;
  background-color: #363b48;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: block;
}

.icons {
  background-color: #eff1f4;
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  padding-top: 12px;
  display: inline-block;
}

.quote-box {
  text-align: left;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 8% 22%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 8px;
  padding: 34px 40px 34px 98px;
}

.quote {
  color: #2d303b;
  font-size: 15px;
  line-height: 24px;
}

.quote-thingy {
  margin-top: -2px;
  margin-left: 45px;
  margin-right: auto;
  display: block;
}

.by-section {
  text-align: left;
}

.person-icon {
  float: left;
  margin-right: 15px;
}

.location {
  color: #848999;
  font-family: Varela, sans-serif;
  font-size: 15px;
}

.logo-bottom {
  float: left;
  margin-right: 14px;
}

.footer-text {
  color: #7d8391;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.social-icon {
  text-align: center;
  background-color: #596073;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 9px;
  transition: all .2s;
}

.social-icon:hover {
  background-color: #7f89a3;
}

.right-footer-col {
  text-align: right;
}

.nav-bar {
  background-color: #303030;
  padding-top: 21px;
  padding-bottom: 21px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-crop {
  height: 302px;
  transition: height .3s;
  overflow: hidden;
  box-shadow: inset 0 -11px red;
}

.image-crop:hover {
  height: 372px;
}

.button-group {
  margin-top: 25px;
  margin-bottom: 48px;
}

.button-group.hidden {
  display: none;
}

.center {
  text-align: center;
}

.unsubscribe-form {
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.hidden {
  display: none;
}

.body {
  background-color: #eff1f4;
  height: auto;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-footer {
  width: 250px;
}

.columns {
  align-items: center;
  display: flex;
}

.logo_footer {
  width: 75%;
}

.container-2 {
  justify-content: space-around;
  display: flex;
}

.content-footer {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  background-color: #303030;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  color: #fff;
}

.menu-footer {
  display: flex;
}

.politica-privacidade, .politica-cookies {
  color: #fff;
}

.footer-politica-privacidade {
  width: 50%;
}

.privacidade {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.cookies {
  color: #e7e7e7;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.container-4 {
  max-width: 80%;
}

.footer-politica-cookies, .div-politicas, .div-logo {
  width: 50%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.lottie-animation {
  width: 70%;
}

.text-block {
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.heading {
  line-height: 100%;
}

._w-full {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80%;
  display: flex;
}

.body-2, .b-404 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.bold-text {
  background-color: #ff3c3c;
}

.bold-text-2, .destaque-bold-bg {
  background-color: #ff0202;
  padding-left: 10px;
  padding-right: 10px;
}

.image {
  background-image: linear-gradient(209deg, #eff1f4, #fff);
  width: 250px;
}

@media screen and (max-width: 991px) {
  .button.nav {
    margin-left: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.big-green {
    margin-top: 148px;
  }

  .nav-link {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 13px;
  }

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

  .grey-icon {
    margin-top: 19px;
  }

  .content-column {
    padding-top: 0;
  }

  .circle {
    height: 226px;
  }

  .frames {
    width: 75%;
  }

  .number {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding-top: 4px;
    font-size: 15px;
  }

  .logo-footer {
    width: 100%;
  }

  .cookies {
    font-size: 16px;
  }

  .div-politicas {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }

  .button.nav {
    width: 60%;
    margin: 23px auto 17px;
    display: block;
  }

  .button.big-green {
    margin-top: 86px;
    margin-bottom: 62px;
  }

  .section {
    padding: 32px 15px;
  }

  .section.hero {
    padding-top: 42px;
  }

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

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

  .nav-column {
    text-align: center;
    padding-top: 19px;
  }

  .logo {
    float: none;
    margin-top: -14px;
  }

  .company-column {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 23px;
  }

  .hero-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .grey-icon {
    margin-top: 28px;
  }

  .content-column {
    padding-left: 0;
  }

  .circle {
    border-radius: 10px;
    height: auto;
    display: inline-block;
  }

  .frames {
    width: 55%;
    margin-bottom: 19px;
  }

  .number {
    margin-bottom: 20px;
  }

  .quote-box {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  }

  .by-section.first {
    margin-bottom: 35px;
  }

  .logo-bottom {
    float: none;
    margin-bottom: 37px;
    margin-right: -1px;
  }

  .footer-text {
    margin-bottom: 22px;
  }

  .social-icon.first {
    margin-left: 1px;
  }

  .right-footer-col {
    text-align: center;
  }

  .nav-bar {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brand-column {
    text-align: center;
  }

  .logo-footer {
    width: 250px;
  }

  .text-block-2 {
    text-align: center;
    width: 80%;
  }

  .div-content {
    height: 70%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
  }

  .button.nav {
    width: 80%;
  }

  .button.big-green {
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  .section {
    padding-right: 11px;
  }

  .section.hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.hero.grey {
    height: 90vh;
  }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .logo {
    width: 250px;
    margin-top: 0;
    margin-right: 0;
  }

  .hero-heading {
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
  }

  .hero-subhead {
    margin-bottom: 34px;
  }

  .grey-icon {
    margin-top: 34px;
  }

  .content-column {
    text-align: center;
  }

  .frames {
    width: 75%;
  }

  .quote-box {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 8% 17%;
    padding-left: 75px;
  }

  .container {
    justify-content: center;
  }

  .logo-footer {
    width: 200px;
  }

  .logo_footer {
    width: 100%;
  }

  .footer-politica-privacidade {
    width: 100%;
    padding-left: 0;
  }

  .container-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-politica-cookies {
    width: 100%;
    padding-left: 0;
  }

  .div-politicas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .div-logo {
    width: 100%;
  }

  .text-block {
    text-align: center;
    font-size: 20px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 16px;
  }

  .div-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}


