@font-face {
  font-family: Crc35;
  src: url('../fonts/crc35.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crc25;
  src: url('../fonts/crc25.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crc55;
  src: url('../fonts/crc55.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crc65;
  src: url('../fonts/crc65.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: #f7f7f7;
  --lime-green: #65b32e;
  --dark-slate-grey-2: #004742;
  --dim-grey: #6e6e6e;
  --dark-slate-grey: #005c55;
  --white-smoke-2: #f1f1f1;
  --yellow: #f2e500;
  --black: #0d181c;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #0000;
  font-family: Crc65, sans-serif;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.menu {
  background-color: var(--white-smoke);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
}

.button {
  background-color: var(--lime-green);
  border-radius: 200px;
  padding: 17px 20px;
  font-family: Crc55, sans-serif;
  font-size: 16px;
  transition: background-color .8s;
}

.button:hover {
  background-color: var(--dark-slate-grey-2);
}

.button.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  color: var(--dim-grey);
}

.nav-link.w--current {
  color: var(--dark-slate-grey);
  font-size: 15px;
}

.capa {
  background-image: url('../images/fundo-capa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 100px;
}

.div-block-2 {
  width: 80%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  background-color: #ffffffb3;
  border-radius: 10px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.heading {
  color: var(--lime-green);
  text-align: center;
  font-size: 80px;
  line-height: 1;
}

.paragraph {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Crc35, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.button-2 {
  background-color: var(--lime-green);
  text-align: center;
  background-image: url('../images/whatsapp.svg');
  background-position: 12px 47%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 5px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  font-family: Crc55, sans-serif;
  transition: background-color .8s;
  display: inline-block;
}

.button-2:hover {
  background-color: var(--dark-slate-grey);
}

.registros {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  width: auto;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
}

.paragraph-2 {
  color: var(--dim-grey);
  text-align: center;
  font-family: Crc35, sans-serif;
  font-weight: 400;
}

.servicos {
  margin-bottom: 100px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/fundo-c.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  grid-template-rows: auto;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  padding: 40px 40px 40px 60px;
}

.heading-2 {
  color: var(--dark-slate-grey);
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1;
}

.paragraph-3 {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Crc55, sans-serif;
  line-height: 1.2;
}

.list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block-2 {
  color: var(--dim-grey);
  background-image: url('../images/seta.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-bottom: 10px;
  padding-left: 22px;
  font-family: Crc55, sans-serif;
  line-height: 1;
  transition: transform .8s;
}

.text-block-2:hover {
  transform: translate(5px);
}

.div-block-4 {
  background-image: url('../images/img.png');
  background-position: 0 0;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.div-block-5 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  color: var(--dark-slate-grey);
  text-align: center;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4 {
  color: var(--dim-grey);
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: Crc55, sans-serif;
}

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

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

.heading-4 {
  color: var(--lime-green);
  font-size: 25px;
  line-height: 1.1;
}

.div-block-7 {
  margin-top: 30px;
}

.text-block-3 {
  color: var(--dim-grey);
  background-image: url('../images/01.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Crc55, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.paragraph-5 {
  color: var(--dim-grey);
  margin-top: 40px;
  font-family: Crc55, sans-serif;
  font-size: 15px;
  line-height: 1.2;
}

.citacao {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-8 {
  background-image: url('../images/fundo-frase.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-3 {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-5 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 1.2;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Crc35, sans-serif;
  font-size: 14px;
}

.clientes {
  overflow: hidden;
}

.div-block-9 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  width: 200px;
  height: 200px;
}

.slide-2 {
  max-width: 300px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000014, 0 1px 2px #0000001f;
}

.card.slider-card {
  box-shadow: none;
  border-radius: 0;
  height: 100%;
  margin-bottom: 0;
}

.card-slider_nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 90px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-slider_nav-icon {
  width: 10px;
  height: 20px;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.card-body.is_flex {
  border-radius: 0;
  flex: 100%;
  padding: 0;
  display: flex;
}

.btn {
  color: #fff;
  background-color: #212121;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-top: 12px;
  margin-right: 12px;
  padding: 8px 18px;
  text-decoration: none;
  transition: box-shadow .3s ease-out, border-color .3s ease-out;
  display: inline-block;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px #00000026;
}

.btn.btn-primary {
  background-color: #4253ff;
  border-color: #0000;
}

.btn.btn-primary.card-slider_nav-btn {
  margin-top: 0;
  margin-right: 0;
  padding: 16px 20px;
}

.btn.btn-primary.card-slider_nav-btn.slide-right, .btn.btn-primary.card-slider_nav-btn.slide-left {
  background-color: var(--lime-green);
  padding: 10px 15px;
}

.card-slider_item {
  border-radius: 200px;
  flex-direction: row;
  flex: none;
  align-self: stretch;
  align-items: stretch;
  width: 180px;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.slick-slider.card-slider {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.heading-6 {
  text-align: center;
  width: 100%;
}

.noticias {
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-7 {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1;
}

.paragraph-6 {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-family: Crc55, sans-serif;
  font-size: 13px;
  line-height: 1.1;
}

.button-3 {
  background-color: var(--lime-green);
  border-radius: 5px;
  transition: background-color .8s;
}

.button-3:hover {
  background-color: var(--dark-slate-grey);
}

.div-block-10 {
  margin-top: 20px;
  display: flex;
}

.text-block-5 {
  color: var(--dim-grey);
  font-family: Crc55, sans-serif;
  font-size: 13px;
  line-height: 1.1;
}

.link-block {
  border: 1px solid var(--dim-grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  transition: background-color .8s;
}

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

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

.section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.grid-5 {
  grid-template-rows: auto;
  width: 80%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-12 {
  background-image: url('../images/fale-.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.contato {
  margin-top: 100px;
  margin-bottom: 100px;
}

.footer {
  text-align: center;
  background-color: #f1f1f1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/fundo-footer.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-13 {
  margin-top: 16px;
}

.button-4 {
  background-color: var(--lime-green);
  border-radius: 5px;
  margin-top: 20px;
}

.submit-button {
  background-color: var(--lime-green);
  border-radius: 5px;
  margin-top: 10px;
  transition: background-color .8s;
}

.submit-button:hover {
  background-color: var(--dark-slate-grey);
}

.titulo-form {
  color: #fff;
  font-family: Crc55, sans-serif;
  font-weight: 400;
}

.bloco-form {
  background-color: #f1f1f1;
  border: 0 solid #000;
  border-radius: 7px;
  margin-bottom: 0;
  font-family: Crc35, sans-serif;
}

.div-block-14 {
  background-color: #03443f;
  width: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 20px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  width: 50%;
  font-family: Crc35, sans-serif;
  font-size: 12px;
}

.div-block-15 {
  border-bottom: 0px solid var(--lime-green);
  width: 80%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.image-4 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  color: var(--lime-green);
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Crc35, sans-serif;
}

.div-block-16 {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 0px solid var(--lime-green);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
}

.text-block-6-copy {
  clear: right;
  color: #fff;
  text-align: right;
  width: 50%;
  font-family: Crc35, sans-serif;
  font-size: 12px;
}

.hn {
  border-bottom: 1px solid var(--lime-green);
  color: #fff;
  text-decoration: none;
  transition: color .8s;
}

.hn:hover {
  color: var(--lime-green);
}

.div-block-17 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-7 {
  color: #65b32e;
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.1;
}

.text-block-8 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Crc35, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

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

.text-block-9 {
  color: #fff;
  text-align: left;
  background-image: url('../images/whatsapp_1.svg');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 10px;
  padding-left: 25px;
  font-family: Crc35, sans-serif;
}

.button-5 {
  float: left;
  clear: left;
  margin-top: 20px;
  display: inline-block;
}

.button-2-copybadb {
  float: left;
  background-color: var(--lime-green);
  text-align: center;
  background-image: url('../images/whatsapp.svg');
  background-position: 20px 47%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 5px;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  font-family: Crc55, sans-serif;
  transition: background-color .8s;
  display: block;
}

.button-2-copybadb:hover {
  background-color: var(--dark-slate-grey-2);
}

.whats {
  color: #fff;
  text-align: left;
  background-image: url('../images/whatsapp_1.svg');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 5px;
  padding-left: 25px;
  font-family: Crc35, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.insta {
  color: #fff;
  text-align: left;
  background-image: url('../images/instagram_3_.svg');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 5px;
  padding-left: 25px;
  font-family: Crc35, sans-serif;
  font-size: 13px;
}

.mail {
  color: #fff;
  text-align: left;
  background-image: url('../images/mail.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 5px;
  padding-left: 25px;
  font-family: Crc35, sans-serif;
  font-size: 13px;
}

.local {
  color: #fff;
  text-align: left;
  background-image: url('../images/local.svg');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: auto 17px;
  margin-bottom: 10px;
  padding-left: 25px;
  font-family: Crc35, sans-serif;
  font-size: 13px;
}

.um {
  color: var(--dim-grey);
  background-image: url('../images/01.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Crc55, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  transition: transform .8s;
}

.um:hover {
  transform: translate(10px);
}

.dois {
  color: var(--dim-grey);
  background-image: url('../images/02.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Crc55, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  transition: transform .8s;
}

.dois:hover {
  transform: translate(10px);
}

.tres {
  color: var(--dim-grey);
  background-image: url('../images/03.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Crc55, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  transition: transform .8s;
}

.tres:hover {
  transform: translate(10px);
}

.textarea {
  background-color: var(--white-smoke-2);
  border: 0 solid #000;
  border-radius: 7px;
  font-family: Crc35, sans-serif;
  font-weight: 400;
}

.div-block-18 {
  border: 2px solid var(--lime-green);
  background-color: #0000;
  border-radius: 20px;
  padding: 40px;
}

.image-copy {
  background-color: #ffffffb3;
  border-radius: 15px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.nav-menu {
  display: inline-flex;
}

.nav-link-2 {
  color: var(--dim-grey);
  font-size: 15px;
}

.nav-link-2.w--current {
  color: var(--dark-slate-grey);
}

.face-blog {
  border: 1px solid var(--dim-grey);
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  transition: background-color .8s;
}

.face-blog:hover {
  background-color: #6e6e6e33;
}

.link-block-copy {
  border: 1px solid var(--dim-grey);
  background-image: url('../images/face-blog.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  transition: background-color .8s;
}

.link-block-copy:hover {
  background-color: #6e6e6e33;
}

.linkedin-blog {
  border: 1px solid var(--dim-grey);
  background-image: url('../images/link-blog.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  transition: background-color .8s;
}

.linkedin-blog:hover {
  background-color: #6e6e6e33;
}

.twitter-blog {
  border: 1px solid var(--dim-grey);
  background-image: url('../images/twitter-blog.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  transition: background-color .8s;
}

.twitter-blog:hover {
  background-color: #6e6e6e33;
}

.card-slider_nav-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-slider_nav-icon-2 {
  width: 12px;
  height: 20px;
}

.card-slider_item-2 {
  flex-direction: row;
  flex: none;
  align-self: stretch;
  align-items: stretch;
  width: 350px;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card-slider_nav-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.section-2 {
  padding-top: 7%;
  padding-bottom: 7%;
  position: relative;
  overflow: hidden;
}

.div-block-22 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.creator_content {
  display: flex;
}

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

.block_top-wrap {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.block-profile-img {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.block_username {
  font-size: 24px;
  font-weight: 700;
}

.block_followers {
  margin-top: 5px;
}

.block_text {
  max-width: 330px;
}

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

.div-block-23 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
}

.image-6 {
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.heading-9 {
  color: var(--dark-slate-grey);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Crc65, sans-serif;
}

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

.heading-10 {
  color: var(--lime-green);
  margin-bottom: 30px;
  font-family: Crc65, sans-serif;
  line-height: 1.1;
}

.link-block-2 {
  border: 1px solid var(--dark-slate-grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: border-color .8s, background-color .8s;
}

.link-block-2:hover {
  border-color: var(--lime-green);
  background-color: var(--lime-green);
}

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

.column {
  border-left: 1px solid #bbb;
  padding-left: 20px;
}

.collection-item {
  margin-bottom: 20px;
  display: flex;
}

.div-block-25 {
  margin-left: 10px;
}

.heading-11 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  font-family: Crc65, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.image-7 {
  border-radius: 5px;
  width: 150px;
  height: 100%;
}

.button-6 {
  background-color: var(--lime-green);
  border-radius: 5px;
  padding: 6px 12px;
  font-family: Crc55, sans-serif;
  font-size: 12px;
}

.div-block-26 {
  align-self: center;
}

.heading-10-copybb {
  color: var(--lime-green);
  margin-bottom: 10px;
  font-family: Crc65, sans-serif;
  line-height: 1.1;
}

.insta-green {
  border: 1px solid var(--dark-slate-grey);
  background-image: url('../images/instagram-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: border-color .8s, background-color .8s;
}

.insta-green:hover {
  border-color: var(--lime-green);
  background-color: var(--lime-green);
}

.face-green {
  border: 1px solid var(--dark-slate-grey);
  background-image: url('../images/face-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: border-color .8s, background-color .8s;
}

.face-green:hover {
  border-color: var(--lime-green);
  background-color: var(--lime-green);
}

.link-green {
  border: 1px solid var(--dark-slate-grey);
  background-image: url('../images/link-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: border-color .8s, background-color .8s;
}

.link-green:hover {
  border-color: var(--lime-green);
  background-color: var(--lime-green);
}

.twitter-green {
  border: 1px solid var(--dark-slate-grey);
  background-image: url('../images/twitter-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: border-color .8s, background-color .8s;
}

.twitter-green:hover {
  border-color: var(--lime-green);
  background-color: var(--lime-green);
}

.rich-text-block {
  color: var(--dim-grey);
  font-family: Crc55, sans-serif;
  font-size: 15px;
}

.button-7 {
  background-color: var(--lime-green);
  border-radius: 5px;
  font-family: Crc55, sans-serif;
  transition: background-color .8s;
}

.button-7:hover {
  background-color: var(--dark-slate-grey);
}

.div-block-27 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-12 {
  font-size: 20px;
  line-height: 1;
}

.paragraph-8 {
  color: var(--dim-grey);
  font-family: Crc35, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.button-8 {
  background-color: var(--lime-green);
  border-radius: 200px;
  transition: background-color .8s;
}

.button-8:hover {
  background-color: var(--dark-slate-grey);
}

.div-block-28 {
  padding-bottom: 20px;
}

.image-8 {
  border-radius: 5px;
}

.body-2 {
  font-family: Crc65, sans-serif;
}

.tiutlo-noticias {
  background-image: url('../images/fundo-blog.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 60px;
}

.div-block-29 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-13 {
  color: var(--lime-green);
  text-align: center;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1;
}

.button-7-copybdb {
  background-color: var(--lime-green);
  text-align: center;
  border-radius: 5px;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  font-family: Crc55, sans-serif;
  transition: background-color .8s;
  display: block;
}

.button-7-copybdb:hover {
  background-color: var(--dark-slate-grey);
}

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

.div-block-30 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-3-copy {
  color: var(--dark-slate-grey);
  text-align: center;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3-copy-copyvkv {
  color: #fff;
  text-align: left;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-31 {
  border-radius: 10px;
  padding: 10px;
  transition: box-shadow .8s;
}

.div-block-31:hover {
  box-shadow: 0 0 40px #00000014;
}

.fdgghd {
  margin-top: 20px;
}

.collection-item-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.collection-item-3 {
  padding: 20px;
}

.link-block-3 {
  float: left;
  text-align: left;
  width: 100%;
  text-decoration: none;
  position: relative;
}

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

.grid-7, .grid-8 {
  grid-template-rows: auto;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: var(--lime-green);
  border-radius: 10px;
}

.text-block-10 {
  color: #fff;
}

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

.error-message {
  border-radius: 10px;
}

.preloader {
  z-index: 1000;
  background-color: var(--dark-slate-grey-2);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  width: 250px;
}

.body-3 {
  font-family: Crc65, sans-serif;
}

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

.section-6 {
  padding-bottom: 100px;
}

.heading-14 {
  color: var(--dark-slate-grey);
  font-size: 50px;
  line-height: 60px;
}

.heading-15 {
  color: #000;
  margin-top: 0;
}

.paragraph-9 {
  font-family: Crc35, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.container-2 {
  margin-bottom: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Crc65, sans-serif;
  display: flex;
}

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

.heading-16 {
  color: var(--dark-slate-grey-2);
  font-size: 50px;
  line-height: 50px;
}

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

.checkbox-field {
  color: #fff;
  margin-top: 20px;
  font-family: Crc55, sans-serif;
}

.link {
  color: #fff;
}

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

.whatsapp-btn {
  z-index: 1100;
  color: #16b831;
  background-color: #2e9c2e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}

.image-38 {
  width: 22px;
}

.text-span {
  font-family: Crc65, sans-serif;
}

.div-block-35 {
  border: 2px solid #65b32e26;
  border-radius: 20px;
  padding: 40px 20px;
}

.fone {
  color: #fff;
  text-align: left;
  background-image: url('../images/fone.svg');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-bottom: 5px;
  padding-left: 25px;
  font-family: Crc35, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.text-block-8-copyd {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Crc35, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .div-block {
    text-align: center;
    grid-template-columns: 1fr .75fr;
    width: 90%;
  }

  .menu {
    background-color: #fff;
  }

  .nav-link {
    color: #fff;
    text-align: center;
  }

  .div-block-2, .grid, .grid-2, .div-block-5, .div-block-8, .div-block-9 {
    width: 90%;
  }

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

  .div-block-10 {
    display: block;
  }

  .grid-5 {
    width: 90%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-6 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .icon {
    float: right;
    color: var(--dark-slate-grey);
  }

  .image-5, .ter {
    text-align: left;
  }

  .nav-menu {
    background-color: var(--lime-green);
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
  }

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

  .creator_block {
    display: block;
  }

  .div-block-27, .div-block-30 {
    width: 90%;
  }

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

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

@media screen and (max-width: 767px) {
  .div-block {
    grid-template-columns: .75fr .5fr;
  }

  .grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

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

  .div-block-4 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    height: 300px;
  }

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

  .card-body {
    padding: 16px 20px 20px;
  }

  .btn {
    padding: 7px 15px;
  }

  .div-block-10 {
    display: block;
  }

  .text-block-5 {
    margin-bottom: 10px;
  }

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

  .div-block-12 {
    background-position: 50%;
    height: 200px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

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

  .section-2 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .creator_block {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    grid-template-columns: 1fr .75fr;
  }

  .menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    color: var(--white-smoke);
  }

  .capa {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .div-block-2 {
    text-align: center;
    padding-bottom: 0;
  }

  .image {
    display: inline-block;
  }

  .heading {
    text-align: center;
    font-size: 50px;
  }

  .paragraph {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .registros {
    padding-top: 60px;
  }

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

  .heading-3 {
    margin-bottom: 20px;
  }

  .div-block-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.1;
  }

  .clientes {
    overflow: hidden;
  }

  .noticias {
    padding-bottom: 0;
  }

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

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-14 {
    border-radius: 20px;
    max-width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .text-block-6 {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
    line-height: 1.2;
  }

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

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

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

  .text-block-6-copy {
    text-align: center;
    width: auto;
    line-height: 1.2;
  }

  .div-block-17 {
    display: block;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .div-block-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-20 {
    display: none;
  }

  .image-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    background-color: var(--dark-slate-grey);
    width: 100%;
    padding-bottom: 20px;
  }

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

  .section-2 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .creator_block {
    display: block;
  }

  .block_username {
    font-size: 22px;
  }

  .heading-3-copy {
    margin-bottom: 20px;
  }

  .heading-3-copy-copyvkv {
    text-align: center;
  }

  .collection-item-2 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-8 {
    width: 90%;
  }

  .grid-9 {
    grid-column-gap: 10px;
  }

  .bold-text, .form {
    text-align: center;
  }

  .div-block-35 {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 10px;
    display: block;
  }
}

#w-node-_5c1acffc-887b-6051-7049-19c325a2ad29-8eb18e36, #w-node-_6d6b619c-e56d-a628-e3c4-290ef3cf4814-8eb18e36, #w-node-_1dde4b52-ebb5-1263-d920-f57396225675-96225673 {
  align-self: center;
}

#w-node-_1dde4b52-ebb5-1263-d920-f57396225679-96225673 {
  justify-self: end;
}

#w-node-bcfead07-3c5f-aa7a-39c8-c6c5c0550610-809b343b {
  align-self: center;
}

#w-node-bcfead07-3c5f-aa7a-39c8-c6c5c0550614-809b343b {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-dd6d00c1-6db5-6cc0-a95d-830e5aa9c425-2c98d232, #w-node-d2d1dd05-affa-d574-c72d-4120f8983216-2c98d232, #w-node-a22b10d6-cdc1-e3db-5c2f-a115e551b159-2c98d232, #w-node-be3f11a7-a60f-9de6-59d9-95f2255971ae-2c98d232 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_1dde4b52-ebb5-1263-d920-f57396225677-96225673, #w-node-bcfead07-3c5f-aa7a-39c8-c6c5c0550612-809b343b {
    order: 9999;
  }
}


@font-face {
  font-family: 'Crc35';
  src: url('../fonts/crc35.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crc25';
  src: url('../fonts/crc25.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crc55';
  src: url('../fonts/crc55.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crc65';
  src: url('../fonts/crc65.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}