.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: #fff;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  height: 90px;
  max-width: none;
  background-color: rgba(0, 0, 0, .8);
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .8s;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #e14460;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
}

.div-block {
  display: flex;
}

.div-block._2-copy {
  margin-top: 10px;
}

.div-block-2 {
  height: 55px;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block {
  color: #fff;
  background-image: url('../images/phone.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block.email {
  background-image: url('../images/email.svg');
  font-size: 14px;
}

.div-block-3 {
  align-self: center;
  margin-right: 10px;
}

.link-block {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e14460;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  transition: all .8s;
  display: flex;
}

.link-block:hover {
  background-color: #e14460;
}

.link-block._2 {
  margin-left: 0;
}

.image {
  width: 15px;
  height: auto;
}

.image-2 {
  width: 170px;
  font-size: 1px;
}

.slide-capa {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -90px;
}

.sobre {
  padding-top: 60px;
  padding-bottom: 60px;
}

.preloader {
  z-index: 999;
  color: rgba(0, 0, 0, 0);
  background-color: #161642;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  width: 150px;
}

.secao-capa {
  height: auto;
  margin-top: -90px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-4 {
  background-color: #e14460;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-2 {
  grid-template-rows: auto;
}

.grid-2.blog {
  padding-bottom: 0;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.div-block-5 {
  display: flex;
}

.text-block-2 {
  color: #fff;
  align-self: center;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.image-3 {
  width: 12px;
  margin-right: 8px;
}

.img-capa {
  height: 300px;
  background-image: url('../images/pessoas-de-negocios-em-uma-reuniao-de-videochamada.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-capa.parceiros {
  height: 300px;
  background-image: url('../images/sorrindo-empresario-em-uma-convencao.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.img-capa.blog {
  background-image: url('../images/foto-blog.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-capa.contatos {
  background-image: url('../images/img-contatos.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-capa.eventos, .img-capa.eventos-copy {
  background-image: url('../images/sala-de-espera-com-monitores.jpg');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-capa.galeria {
  background-image: url('../images/tirando-foto-na-festa-de-aniversario-1.jpg');
  background-position: 50% 52%;
}

.img-capa.categ-eventos {
  background-image: url('../images/sorrindo-empresario-em-uma-convencao.jpg');
}

.link {
  color: #fff;
  margin-right: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.secao-precos {
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.comparison-feature {
  color: #727272;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.pricing-comparison-wrap {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.tooltip-arrow {
  z-index: 0;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 2px;
  margin-left: -10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg);
}

.comparison-header-title {
  color: #161642;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}

.comparison-header-title.feature {
  height: 0;
  color: #727272;
}

.comparison-item {
  padding-top: 28px;
  padding-bottom: 28px;
}

.comparison-item.check {
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: block;
}

.comparison-item.check.with-text {
  padding-left: 24px;
}

.comparison-item.x {
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.tooltip {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  padding: 8px 12px;
}

.tooltip-button {
  cursor: default;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: none;
  position: relative;
}

.comparison-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #dcdcdc;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.comparison-row.header {
  z-index: 5;
  background-color: #fff;
  padding-top: 26px;
  padding-bottom: 26px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.tooltip-wrap {
  z-index: 10;
  width: 300px;
  justify-content: center;
  display: none;
  position: absolute;
  bottom: 40px;
}

.tooltip-copy {
  z-index: 1;
  position: relative;
}

.image-4 {
  width: 150px;
}

.text-block-3 {
  color: #e14460;
  text-align: center;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 700;
}

.button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e14460;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: all .8s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #e14460;
}

.button.sm {
  margin-top: 0;
}

.button.menu {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  overflow: hidden;
}

.button.saiba-mais, .button._2 {
  border-width: 0 0 1px;
  padding: 0 0 5px;
}

.button._3 {
  color: #fff;
  background-color: #e14460;
}

.button._3:hover {
  background-color: rgba(0, 0, 0, 0);
}

.button.form {
  margin-top: 0;
}

.button.b {
  color: #fff;
}

.text-span {
  font-size: 20px;
}

.footer-subscribe {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url('../images/sorrindo-empresario-em-uma-convencao.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .8s;
}

.footer-link-three:hover, .footer-link-three.w--current {
  color: #e14460;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .8s;
}

.footer-legal-link:hover {
  color: #e14460;
}

.link-2 {
  color: #fff;
  transition: all .8s;
}

.link-2:hover {
  color: #e14460;
}

.div-block-6 {
  margin-bottom: 30px;
}

.image-5 {
  width: 150px;
}

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

.collection-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.inicio {
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.div-block-7 {
  margin-bottom: 60px;
}

.div-block-7._2 {
  margin-bottom: 0;
}

.heading-3 {
  color: #161642;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.div-block-8 {
  margin-top: 10px;
}

.text-block-4 {
  color: #818181;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.div-block-9 {
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.div-block-10 {
  width: 10%;
  height: 3px;
  background-color: #e14460;
}

.div-block-10._2 {
  background-color: #161642;
}

.div-block-11 {
  width: 90%;
  height: 1px;
  background-color: #c7c7c7;
}

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

.grid-3 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
}

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

.heading-4 {
  color: #161642;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  color: #161642;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-12 {
  margin-bottom: 40px;
}

.div-block-13 {
  border: 0 solid #d8d8d8;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.image-6 {
  width: 20px;
  margin-right: 0;
}

.text-block-5 {
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.grid-4 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-14 {
  display: flex;
}

.text-block-5-copy {
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.div-block-15 {
  margin-top: 40px;
}

.text-field {
  height: 45px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-field-2 {
  margin-bottom: 15px;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.div-block-16 {
  width: 50px;
  height: 50px;
  background-color: #e14460;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-style: normal;
  display: flex;
}

.div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21 {
  align-self: center;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 60px;
}

.image-7 {
  width: 100%;
  transition: all .8s;
  box-shadow: 16px 12px 70px rgba(0, 0, 0, .2);
}

.image-7:hover {
  box-shadow: none;
}

.paragraph-3 {
  color: #838383;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.list-item {
  align-self: center;
}

.categorias {
  padding-bottom: 100px;
}

.div-block-22 {
  margin-top: 60px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  border: 1px solid #e14460;
  padding: 20px;
}

.text-block-6 {
  color: #161642;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.associados {
  padding-bottom: 100px;
  overflow: hidden;
}

.collection-list-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-8 {
  width: 100%;
}

.heading-6 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-23 {
  margin-bottom: 0;
  display: block;
}

.div-block-24 {
  align-self: center;
  margin-bottom: 5px;
  margin-right: 10px;
  display: flex;
}

.image-9 {
  width: 15px;
  align-self: flex-start;
  margin-right: 5px;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.section-7 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.heading-7 {
  color: #161642;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.rich-text-block {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-input {
  height: 45px;
  border: 1px solid #adadad;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.search {
  display: flex;
}

.search-button {
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #e14460;
  background-image: url('../images/lupa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #e14460;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
}

.div-block-25 {
  margin-right: 100px;
}

.text-block-8 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 17px;
}

.div-block-27 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-28 {
  margin-top: 10px;
}

.collection-item-2 {
  margin-bottom: 10px;
}

.link-3 {
  color: #161642;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
}

.image-10 {
  margin-bottom: 5px;
}

.div-block-29 {
  margin-top: 40px;
}

.container-11 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-8 {
  color: #161642;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.search-result-list {
  margin-top: 100px;
}

.search-result-item {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.link-4 {
  color: #e14460;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-9 {
  color: #161642;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.section-8 {
  padding-top: 0;
  padding-bottom: 0;
}

.container-categorias {
  margin-bottom: 60px;
  padding: 60px;
}

.container-categorias.bronze {
  background-color: rgba(189, 122, 34, .2);
  margin-bottom: 20px;
}

.container-categorias.prata {
  background-color: rgba(206, 206, 206, .2);
  margin-bottom: 20px;
}

.container-categorias.ouro {
  background-color: rgba(223, 199, 22, .2);
}

.heading-10 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.div-block-32 {
  margin-top: 40px;
}

.list-item-2 {
  margin-bottom: 20px;
}

.text-block-9 {
  background-image: url('../images/seta_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.slider {
  height: auto;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  display: none;
}

.div-block-33 {
  margin-top: 15px;
}

.text-block-10 {
  color: #161642;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.text-block-11 {
  color: #e14460;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
}

.pagination {
  justify-content: flex-start;
  margin-top: 40px;
}

.next {
  background-color: rgba(0, 0, 0, 0);
  border-color: #e14460;
  border-radius: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: all .8s;
}

.next:hover {
  color: #fff;
  background-color: #e14460;
}

.previous {
  border-color: #e14460;
  border-radius: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: all .8s;
}

.previous:hover {
  color: #fff;
  background-color: #e14460;
}

.grid-7 {
  width: auto;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.65fr .35fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-7._2 {
  width: 95%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.65fr .35fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-3 {
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
}

.text-block-12 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #e14460;
  padding: 5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  text-decoration: none;
  transition: all .8s;
}

.text-block-12:hover {
  color: #666;
  background-color: rgba(0, 0, 0, 0);
  line-height: 12px;
}

.image-11 {
  width: 15px;
}

.section-9, .section-10 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.empty-state {
  color: #161642;
  background-color: #e9e9e9;
  justify-content: center;
  align-items: center;
  padding: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
}

.bloco-xxz {
  margin-top: 0;
  padding-top: 60px;
}

.link-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog {
  padding-bottom: 100px;
}

.div-block-34 {
  margin-top: 20px;
}

.galeria {
  padding-bottom: 100px;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.image-12 {
  width: 100%;
}

.collection-list-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-35 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.creator_content {
  display: flex;
}

.creator_block {
  min-width: 200px;
  background-color: #fff;
  border-radius: 0;
  margin-right: 20px;
  padding: 0;
  display: block;
}

.image-13 {
  width: 100%;
  border-radius: 500px;
}

.fundo-slide {
  min-height: 90vh;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fundo-slide._1 {
  min-height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/jardineiro-feminino-pulverizacao-de-agua-em-vasos-de-plantas-em-estufa.jpg');
  background-attachment: scroll, scroll;
  padding-top: 180px;
  padding-bottom: 90px;
}

.fundo-slide._2 {
  min-height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/jovem-mulher-de-negocios-no-telefone-sobre-o-fundo-da-cidade.jpg');
  padding-top: 180px;
  padding-bottom: 90px;
}

.fundo-slide._3 {
  min-height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/img-3.jpg');
  padding-top: 180px;
  padding-bottom: 90px;
}

.container-17 {
  max-width: 700px;
}

.div-block-36 {
  border: 1px solid #fff;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.div-block-37 {
  margin-top: 20px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

.div-block-40 {
  max-width: 95%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-41 {
  margin-right: 0;
}

.div-block-42 {
  border: 1px solid #e14460;
  padding: 5px 10px;
}

.div-block-43 {
  max-width: none;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  overflow: visible;
}

.section-12 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.formulario {
  z-index: 1002;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.div-block-44 {
  max-width: 90%;
  background-color: #fff;
  padding: 60px;
}

.heading-12 {
  color: #161642;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.div-block-45 {
  margin-top: 20px;
}

.field-label {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.field-label._2 {
  color: #e14460;
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}

.field-label._2.a {
  color: #161642;
  text-align: center;
  margin-top: 0;
  font-size: 13px;
  font-weight: 300;
}

.div-block-46 {
  border: 1px solid #e14460;
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

.slide {
  height: auto;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-48 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0;
}

.heading-13 {
  color: #e14460;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-block-14 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.div-block-49 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-3 {
  height: 45px;
  background-color: #eee;
  border: 0 solid #000;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.checkbox-field {
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-50 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text {
  font-size: 15px;
}

.close {
  margin-top: 20px;
  margin-right: 30px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-block-15 {
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.div-block-718519617 {
  width: 50px;
  height: 2px;
  background-image: linear-gradient(141deg, #e1279e, #0edfaa);
  border-radius: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.creator_block-2 {
  min-width: 180px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  margin-right: 24px;
  padding: 0;
  display: block;
}

.heading-copyvv {
  max-width: none;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(137deg, #e1279e, #0edfaa);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  line-height: 1.2;
}

.creator_content-2 {
  width: auto;
  display: flex;
}

.image-166 {
  background-color: #fff;
  border-radius: 10px;
}

.cliente {
  padding-bottom: 40px;
  overflow: hidden;
}

.div-block-718519618 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.div-block-718519584 {
  width: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-718519583 {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.grid-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.div-block-718519619 {
  padding-top: 0;
}

.grid-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 0;
}

.div-block-718519620 {
  height: 200px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, .1);
}

.div-block-718519621 {
  margin-top: 20px;
}

.div-block-718519622 {
  margin-bottom: 20px;
}

.div-block-718519623 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.janela-precos {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .9);
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.div-block-718519624 {
  max-width: 90%;
  background-color: #fff;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 60px;
}

.div-block-718519625 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-718519626 {
  margin-bottom: 20px;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-logos {
  margin-top: 40px;
}

.section-13 {
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/foto-slide-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-718519627 {
  max-width: 600px;
}

.image-167 {
  width: 230px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-14 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.div-block-718519628 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-718519629 {
  margin-top: 20px;
}

.div-block-718519630 {
  border: 1px solid #e14460;
  border-radius: 50px;
  padding: 5px;
}

.text-block-16 {
  text-align: center;
}

.campo-de-texto {
  height: 45px;
  background-color: #eee;
  border: 0 solid #000;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.checkbox {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-top: 0;
  margin-right: 5px;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox-atividades {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 0;
  margin-right: 7px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 0;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block._2, .div-block._2-copy {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block, .text-block.email {
    font-size: 12px;
  }

  .comparison-header-title {
    font-size: 15px;
  }

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

  .text-span {
    font-size: 15px;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
    margin-left: 0;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-25 {
    margin-right: 60px;
  }

  .grid-7 {
    grid-template-columns: 1.6fr .65fr;
  }

  .collection-list-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-35 {
    width: auto;
  }

  .creator_block {
    display: block;
  }

  .div-block-41 {
    margin-right: 0;
  }

  .creator_block-2 {
    display: block;
  }

  .heading-copyvv {
    text-align: left;
  }

  .div-block-718519618 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    background-color: #e14460;
    border: 1px solid #e14460;
    border-radius: 0;
  }

  .menu-button.w--open {
    background-color: #e14460;
  }

  .grid {
    max-width: 90%;
    grid-template-columns: 1.25fr .75fr;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    font-size: 12px;
  }

  .text-block.email {
    display: none;
  }

  .icon {
    color: #fff;
  }

  .container-2 {
    max-width: 90%;
  }

  .comparison-feature {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .comparison-header-title {
    font-size: 20px;
  }

  .comparison-header-title.feature {
    display: none;
  }

  .comparison-item {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .comparison-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Feature-Row Feature-Row Feature-Row";
  }

  .comparison-row.header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .image-4 {
    display: none;
  }

  .text-block-3 {
    font-size: 27px;
  }

  .text-span {
    font-size: 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .collection-list.inicio {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-5 {
    max-width: 90%;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-6, .container-7, .container-8 {
    max-width: 90%;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-9 {
    max-width: 90%;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .container-10 {
    max-width: 90%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-25 {
    margin-right: 0;
  }

  .div-block-26 {
    margin-top: 60px;
  }

  .container-11, .container-categorias.bronze, .container-categorias.prata, .container-categorias.ouro, .container-12 {
    max-width: 90%;
  }

  .grid-7 {
    width: 90%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-13, .container-14, .container-15, .container-16 {
    max-width: 90%;
  }

  .creator_block {
    display: block;
  }

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

  .div-block-40 {
    max-width: 90%;
  }

  .div-block-43 {
    max-width: 90%;
    padding: 40px;
  }

  .creator_block-2 {
    display: block;
  }

  .heading-copyvv {
    font-size: 30px;
  }

  .div-block-718519620 {
    height: 100px;
    padding-top: 40px;
  }

  .collection-list-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-718519627 {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    background-color: #000;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
  }

  .nav-link {
    color: #fff;
  }

  .text-block, .text-block.email {
    display: none;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .grid-2.blog {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: start;
  }

  .heading {
    font-size: 22px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .image-3 {
    width: 10px;
  }

  .link {
    font-size: 12px;
  }

  .secao-precos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .comparison-header-title {
    font-size: 15px;
  }

  .comparison-row.header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-4 {
    display: none;
  }

  .text-block-3 {
    margin-top: 0;
    font-size: 16px;
  }

  .button {
    font-size: 12px;
  }

  .text-span {
    font-size: 13px;
  }

  .container-4 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-2, .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .div-block-26 {
    margin-top: 0;
  }

  .link-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-30 {
    margin-bottom: 20px;
  }

  .container-categorias.bronze {
    padding: 40px 20px;
  }

  .container-categorias.prata, .container-categorias.ouro {
    padding: 40px;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 18px;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-7._2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.65fr;
  }

  .collection-list-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-35 {
    width: auto;
  }

  .creator_block {
    display: block;
  }

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

  .text-block-13 {
    font-size: 13px;
  }

  .heading-11 {
    font-size: 40px;
    line-height: 40px;
  }

  .icon-2 {
    margin-right: 10px;
    font-size: 15px;
  }

  .icon-3 {
    margin-left: 10px;
    font-size: 15px;
  }

  .div-block-43 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .formulario {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-44 {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12 {
    max-width: 90%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-45 {
    width: auto;
  }

  .field-label._2, .field-label._2.a {
    text-align: left;
  }

  .div-block-48 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .heading-13 {
    max-width: 90%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 400;
  }

  .text-block-14 {
    max-width: 90%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    line-height: 15px;
  }

  .checkbox-field {
    font-size: 13px;
    line-height: 18px;
  }

  .div-block-50 {
    margin-bottom: 20px;
  }

  .div-block-718519617 {
    display: inline-block;
  }

  .creator_block-2 {
    min-width: 150px;
    margin-right: 15px;
    display: block;
  }

  .heading-copyvv {
    text-align: left;
    margin-bottom: 0;
    font-size: 22px;
  }

  .cliente {
    overflow: hidden;
  }

  .div-block-718519584 {
    text-align: left;
  }

  .div-block-718519583 {
    margin-bottom: 40px;
  }

  .div-block-718519624 {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .image-167 {
    width: 210px;
  }

  .heading-14 {
    font-size: 35px;
    line-height: 40px;
  }
}

#w-node-_06f1be26-4acd-8ea5-45ee-b4480d8db306-8d42f4c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-aed5be7f-4f68-bc5c-a455-51d98f0de37d-8d42f4c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47811c3b-db77-ca9c-4b3d-6bfc95e9caaf-8d42f4c2 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_47811c3b-db77-ca9c-4b3d-6bfc95e9cabc-8d42f4c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb6d3be0-ba1f-187b-1a44-51a6bd8bcd6b-bd8bcd67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-eb6d3be0-ba1f-187b-1a44-51a6bd8bcd72-bd8bcd67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_704dc696-cbb1-b8e9-24d4-3b36272423d5-2142f4cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_704dc696-cbb1-b8e9-24d4-3b36272423d8-2142f4cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_2fe9690b-615a-f2c4-44ad-07b9c173dcfe-2142f4cd, #w-node-_2fe9690b-615a-f2c4-44ad-07b9c173dd1d-2142f4cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35a9ae83-9e71-c1f3-b819-583cb55e51b2-7342f4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_35a9ae83-9e71-c1f3-b819-583cb55e51b5-7342f4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_3c57fd4f-05db-9e7c-b1ef-6dc17041028d-7342f4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_719f0a0c-3146-d34e-3e27-56f04ad6b2e3-7342f4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fb3cd634-5b6b-5673-46f9-2f5c61710922-7342f4ce {
  align-self: center;
  justify-self: end;
}

#w-node-ab3c4387-d041-5501-950d-6339298f98c8-7342f4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ab3c4387-d041-5501-950d-6339298f98cf-7342f4ce {
  align-self: center;
  justify-self: end;
}

#w-node-_981f39d3-04f8-46a7-415f-6f3ebf0a0e01-7342f4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_981f39d3-04f8-46a7-415f-6f3ebf0a0e08-7342f4ce {
  align-self: center;
  justify-self: end;
}

#w-node-_98ffc0bc-c4c0-e980-afa6-9f189185ca2e-7342f4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_98ffc0bc-c4c0-e980-afa6-9f189185ca35-7342f4ce {
  align-self: center;
  justify-self: end;
}

#w-node-b5b19580-0153-12ba-fe42-e481c8ea402b-7342f4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b5b19580-0153-12ba-fe42-e481c8ea4032-7342f4ce {
  align-self: center;
  justify-self: end;
}

#w-node-_498fbdf9-4af0-21ec-2039-09de0a36616f-7342f4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7743b1d7-ab2d-081e-b58f-095f17f8d228-b142f4cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7743b1d7-ab2d-081e-b58f-095f17f8d22b-b142f4cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-a464e42c-2d21-5125-cf4f-86b7a62a803a-b142f4cf, #w-node-a464e42c-2d21-5125-cf4f-86b7a62a803c-b142f4cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e97c7e3d-376e-31ca-805f-cdecf4b75079-ac42f4d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e97c7e3d-376e-31ca-805f-cdecf4b7507c-ac42f4d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_60c1bd27-0aa6-72d9-3101-2e4bc0ed9dcb-ac42f4d1, #w-node-_60c1bd27-0aa6-72d9-3101-2e4bc0ed9de1-ac42f4d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af714d4e-8228-99ca-4fbf-857c2345b131-cb42f4d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-af714d4e-8228-99ca-4fbf-857c2345b134-cb42f4d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-dade0cdf-6b40-31f0-d530-2cb3019dcffd-cb42f4d2, #w-node-dade0cdf-6b40-31f0-d530-2cb3019dd01c-cb42f4d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57420ad7-041b-6519-896b-66aa6e8cbbf8-bf42f4d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-aaa37552-15de-fe60-803b-6fa9639caab4-bf42f4d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_9f4dd514-b1bb-0d52-1fe4-4a3c2c2dd44b-bf42f4d3, #w-node-_9f4dd514-b1bb-0d52-1fe4-4a3c2c2dd46a-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7e38-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7e3c-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7e3d-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7e47-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7e51-bf42f4d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c427b51-749d-ff00-7b61-3fc7f91b27d4-88067509 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c427b51-749d-ff00-7b61-3fc7f91b27d7-88067509 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-f20cd143-eb9d-7acb-b844-f17a77f7539b-88067509, #w-node-f65dacad-9afb-937d-ed50-3b8cff993d8b-88067509 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87445190-5c85-5f58-97c7-ceb8b6b3dd91-950dc182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_87445190-5c85-5f58-97c7-ceb8b6b3dd94-950dc182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-c08357ed-ae2c-6359-a357-063322ff3275-27a5f923 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c08357ed-ae2c-6359-a357-063322ff3278-27a5f923 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_47681a22-613e-26f4-a89d-8f0b26fad1e6-27a5f923, #w-node-_47681a22-613e-26f4-a89d-8f0b26fad2c9-27a5f923 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_06f1be26-4acd-8ea5-45ee-b4480d8db306-8d42f4c2 {
    order: 9999;
  }

  #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7e5c-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7e6b-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7e7a-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7e89-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7e98-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7ea7-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7eb6-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7ec5-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7ed4-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7ee3-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7ef2-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7f01-bf42f4d3, #w-node-ba3c5597-0773-f0fc-148a-7e005f3d7f10-bf42f4d3 {
    grid-area: Feature-Row;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb3cd634-5b6b-5673-46f9-2f5c61710922-7342f4ce, #w-node-ab3c4387-d041-5501-950d-6339298f98cf-7342f4ce, #w-node-_981f39d3-04f8-46a7-415f-6f3ebf0a0e08-7342f4ce, #w-node-_98ffc0bc-c4c0-e980-afa6-9f189185ca35-7342f4ce, #w-node-b5b19580-0153-12ba-fe42-e481c8ea4032-7342f4ce {
    justify-self: start;
  }
}


