// Dona flor

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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-right-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 180px;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #6e33d1;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #fff;
}

.hero-section.home {
  z-index: 0;
  min-height: 600px;
  background-color: #fff;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero-section.servi-os {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero-section.servi-os.blog {
  background-color: #e8472c;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero-section.servi-os.blog._01 {
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero-section.servi-os.blog.contato {
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero-section.servi-os.assessoria-de-imprensa {
  background-color: transparent;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero-section.servi-os.produ-o-de-conte-do {
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero-section.servi-os.produ-o-de-conte-do.a-rapha {
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero-section.servi-os.portf-lio {
  background-position: 0px 0px, 50% 0%;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
  color: #000;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: left;
}

.container.cta {
  position: absolute;
  max-width: 1000px;
  text-align: center;
}

.container.quem-somos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.quem-somos-df {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: auto;
  display: block;
  padding-top: 0px;
  text-align: left;
}

.container.quem-somos-df.conhe-a-a-agencia {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container.home-header {
  position: static;
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.light-bg {
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

.section.light-bg.servi-os.servi-o1.header {
  margin-top: 83px;
  background-image: none;
}

.section.light-bg.servi-os.servi-o1.header.quem-somos {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.section.light-bg.servi-os.servi-o1.cinza {
  background-color: #e8e8e8;
}

.section.light-bg.servi-os.servi-o1.cinza.padding {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
}

.section.light-bg.servi-os.servi-o1.quem-faz {
  margin-bottom: 3rem;
  background-image: none;
}

.section.light-bg.servi-os.servi-o2 {
  background-position: 0% 50%;
}

.section.light-bg.servi-os.servi-o2.padding {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.light-bg.servi-os.servi-o2.rapha {
  background-image: none;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.cta.cta2 {
  margin-top: 0rem;
  padding-top: 3rem;
}

.section.no-padding-top {
  margin-top: 1rem;
  padding-top: 0px;
}

.section.no-padding-top.servi-o1 {
  margin-top: 3rem;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.no-padding-top.pb {
  margin-bottom: 3rem;
}

.section.terms {
  padding-top: 60px;
}

.section.o-que-fazemos.conhe-a-a-agencia {
  padding-top: 0px;
}

.section.o-que-fazemos.servi-os {
  margin-bottom: 3rem;
}

.section.quem-faz {
  margin-bottom: 0rem;
}

.nav-logo {
  max-width: 250px;
}

.hero-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #4d4d4f;
  font-size: 0.8rem;
  text-transform: uppercase;
}

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

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

._2-col-grid {
  display: -ms-grid;
  display: grid;
  max-width: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-col-grid.quem-somos {
  margin-top: 15px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

._2-col-grid.mb-3 {
  margin-bottom: 30px;
}

.hero-title {
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 54px;
  font-weight: 700;
}

.highlight {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px none #000;
}

.highlight.light {
  border-bottom-color: rgba(224, 230, 252, 0.8);
}

.button-dark {
  padding: 12px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-dark:hover {
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
  color: #e8472c;
}

.scroll-arow {
  position: absolute;
  top: auto;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.scroll-arow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4d4f;
  text-align: center;
}

.align-center.padding {
  padding-top: 6rem;
}

.align-center.space-cards {
  margin-bottom: 1rem;
}

.section-title {
  padding-bottom: 20px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
}

.section-title.narrow {
  max-width: 750px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #4d4d4f;
  font-weight: 700;
  text-align: center;
}

.section-title.narrow.left {
  max-width: none;
  margin-right: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none #000;
}

.section-title.purple {
  color: #6e33d1;
}

._3-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-col-grid.padding-top {
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 2rem 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 5px;
  background-color: #eee;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  color: #333;
  text-decoration: none;
}

.card.cs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 30% 50%;
  background-size: cover;
}

.card.cs:hover {
  color: #fff;
  text-decoration: underline;
}

.card.service {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #eee;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.card.team {
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.card.card-last {
  max-height: 460px;
  max-width: 576px;
}

.card-title {
  padding-bottom: 20px;
  color: #6e33d1;
  font-size: 24px;
  line-height: 36px;
}

.card-arrow {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.section-subtitle {
  padding-bottom: 20px;
  color: #6e33d1;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-subtitle.black {
  color: #333;
}

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

.section-img {
  display: block;
  width: 100%;
  border-radius: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.stats-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(144, 123, 180, 0.5);
  border-radius: 5px;
}

.number-stat {
  font-family: 'Open Sans', sans-serif;
  color: #6e33d1;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
}

.button {
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 12px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #e8472c;
  border-radius: 5px;
  background-color: #e8472c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.button:hover {
  border-style: solid;
  border-color: #e8472c;
  background-color: #fff;
  color: #e8472c;
}

.section-light-bg-half {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  max-height: 50%;
  background-color: #e0e6fc;
}

.cs-card-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.cs-card-title:hover {
  text-decoration: none;
}

.cta-bg {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.cta-bg.quem-somosbg {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.cta-subtitle {
  padding-bottom: 40px;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-title {
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 54px;
}

.footer-pre-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 50%;
  background-color: #e8e8e8;
}

.footer-pre-bg.bg2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #f5f5f5;
}

.footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #e8e8e8;
}

.footer-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}

.footer-middle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-left: 40px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #6e33d1;
}

.footer-link.light {
  color: #999;
}

.footer-link.light:hover {
  color: #6e33d1;
}

.footer-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
}

.footer-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-span-link {
  color: #6e33d1;
  font-weight: 700;
}

.footer-logo {
  max-width: 250px;
}

.scroll-arrow-icon {
  width: 30px;
  height: 30px;
  margin-top: 6px;
}

.card-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 5px;
  background-color: rgba(77, 77, 79, 0.7);
  opacity: 1;
}

.hero-content {
  display: block;
}

.nav-button {
  padding: 12px 30px;
  border-radius: 5px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: uppercase;
}

.nav-button:hover {
  background-color: #fff;
  color: #6e33d1;
}

.section-content {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-content.quem-a-dona-flor {
  padding-left: 4rem;
}

.section-content.conhe-a-a-agencia {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.page-hero-section {
  position: relative;
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #6e33d1;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #fff;
}

.page-title {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-title.align-center {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.section-p {
  margin-bottom: 40px;
}

.team-thumbnail {
  width: 100%;
  max-width: 220px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.team-name {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}

.process-wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.process-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.process-img {
  margin-bottom: 30px;
}

.process-line {
  position: absolute;
  left: 0%;
  top: 80px;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #6e33d1;
}

.process-title {
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}

._4-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4-col-grid.more-cs {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.cs-wrap:hover {
  color: #6e33d1;
}

.cs-thumbnail {
  width: 100%;
  max-height: 200px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

._2-3-col-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.number-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.number-icon {
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  color: rgba(110, 51, 209, 0.6);
  font-size: 54px;
  line-height: 54px;
  font-weight: 700;
  text-align: right;
}

._3-2-col-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.purple-text {
  color: #6e33d1;
}

.purple-text.bold {
  display: block;
  padding-bottom: 10px;
  color: #e8472c;
  font-weight: 800;
}

.contact-form-wrap {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.field-wrap {
  padding-bottom: 15px;
}

.field-wrap._2-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  height: 45px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #e8e8e8;
}

.text-field::-webkit-input-placeholder {
  text-transform: uppercase;
}

.text-field:-ms-input-placeholder {
  text-transform: uppercase;
}

.text-field::-ms-input-placeholder {
  text-transform: uppercase;
}

.text-field::placeholder {
  text-transform: uppercase;
}

.textarea {
  min-height: 160px;
  border-style: solid;
  border-width: 2px;
  border-color: #e8e8e8;
}

.textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}

.textarea:-ms-input-placeholder {
  text-transform: uppercase;
}

.textarea::-ms-input-placeholder {
  text-transform: uppercase;
}

.textarea::placeholder {
  text-transform: uppercase;
}

.submit-button {
  padding: 12px 60px;
  border-style: solid;
  border-width: 2px;
  border-color: #e8472c;
  border-radius: 5px;
  background-color: #e8472c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #e8472c;
  background-color: transparent;
  color: #e8472c;
}

.contact-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contact-info-wrap.quem-somos {
  padding-top: 0px;
}

.contact-link {
  color: #e8472c;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.contact-link.quem-somos {
  margin-bottom: 5px;
  color: #fff;
}

.contact-link.quem-somos:hover {
  text-decoration: underline;
}

.contact-link.quem-somos.telefone {
  margin-top: 5px;
  margin-bottom: 0px;
}

.social-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.8;
}

.social-link.fb {
  margin-right: 10px;
  margin-left: 10px;
}

.social-link.ig {
  margin-right: 10px;
  margin-left: 10px;
}

.social-link.lk {
  background-position: 50% 50%;
  background-size: cover;
}

.terms-text {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  line-height: 26px;
}

._404-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 180px;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e8472c;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #fff;
}

._404-title {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 42px;
  line-height: 54px;
}

._404-link {
  display: inline-block;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

._404-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

._404-number {
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  letter-spacing: 5px;
}

.black-text {
  color: #000;
}

.cta-bg---mobile {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-dropdown {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-dropdown:hover {
  color: #ceb2ff;
}

.dropdown-list.w--open {
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: block;
  min-width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}

.dropdown-link {
  margin-bottom: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #6e33d1;
}

.dropdown-link.w--current {
  color: #333;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.background-video.home-hero {
  z-index: -1;
  width: 100%;
  height: 100%;
}

.button-dark-2 {
  padding: 12px 30px;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-dark-2:hover {
  border-color: #6e33d1;
  background-color: #fff;
  color: #6e33d1;
}

.hero-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 180px;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #6e33d1;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #fff;
}

.scroll-arow-2 {
  position: absolute;
  top: auto;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.scroll-arow-2:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.paragraph {
  display: block;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.paragraph.center {
  text-align: center;
}

.paragraph.center.clientes {
  margin-top: 0px;
}

.paragraph.cta {
  color: #fff;
  text-align: center;
}

.paragraph.o-que-fazemos__texto {
  max-width: 80ch;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph.quem-a-dona-flor {
  max-width: 90ch;
}

.paragraph.conhe-a-a-ag-ncia {
  display: block;
  max-width: 100ch;
  padding-left: 0rem;
}

.paragraph.introdu-o {
  margin-right: auto;
  margin-left: auto;
}

.bold-text {
  color: #e8472c;
}

.bold-text-2 {
  color: #e8472c;
}

.bold-text-3 {
  color: #e8472c;
}

.collection-list-wrapper {
  display: none;
  margin-top: 20px;
  margin-bottom: 15px;
}

.bold-text-4 {
  font-size: 50px;
}

.heading {
  font-size: 50px;
}

.heading.h1 {
  display: block;
  font-size: 45px;
  line-height: 1.2;
  text-align: center;
}

.heading.h2 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.bold-text-5 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
}

.bold-text-6 {
  line-height: 1.2;
}

.bold-text-7 {
  font-size: 40px;
  font-weight: 400;
}

.header-home {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.align-left {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

.div-block.titulo {
  margin-bottom: 0.8rem;
}

.aspas-titulo {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 12px none #000;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.aspas-titulo.down {
  position: static;
  margin: 0px 5px 0px -25px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-2 {
  min-height: 360px;
  border-radius: 5px;
  background-position: 0px 0px;
  background-size: auto;
}

.div-imagem-servi-o1 {
  position: static;
  overflow: visible;
  width: 100%;
  max-height: 360px;
  min-height: 360px;
  border-radius: 5px;
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-imagem-servi-o-bg {
  position: static;
  display: block;
  overflow: visible;
  width: 360px;
  min-height: 360px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 5px;
  background-color: transparent;
  opacity: 0.79;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-imagem-servi-o-bg.cinza {
  background-color: #4d4d4f;
}

.bold-text-8 {
  font-size: 50px;
}

.normal {
  color: #fff;
  font-weight: 400;
}

.h2 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4d4d4f;
  font-size: 2.2rem;
  line-height: 1.2;
}

.h2.cta {
  color: #fff;
  font-weight: 400;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0rem;
  color: #4d4d4f;
  font-size: 28px;
  line-height: 1.2;
  text-align: left;
}

.heading-3.center.cards {
  text-align: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
}

.section-2.quem-somos {
  width: 100%;
  min-width: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.div-block-3 {
  border-radius: 20px;
}

.grid-content-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  padding: 10px;
  opacity: 0;
}

.grid-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.grid-img._5 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._3 {
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._7 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._1 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._6 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.windmill-grid {
  display: grid;
  margin-top: 15px;
  grid-auto-flow: inherit;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(auto-fit, 225px) 225px 225px;
}

.windmill-grid.home {
  display: grid;  
  grid-auto-rows: 200px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(auto-fit, 200px) 200px 200px 200px 200px 200px;
}

.windmill-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.grid-smallsubheading {
  margin-bottom: 0px;
  color: #4d4d4f;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
}

.grid-smallheading {
  margin-top: 0px;
  color: #e8472c;
  font-size: 30px;
  line-height: 1.25;
}

.grid-smallheading.portfolio_page {
  font-size: 18px;
}

.content-wrapper {
  padding: 20px;
}

.grid-content-overlay-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.grid-img-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  padding: 16px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0px;
  padding-bottom: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-4.portfolio__botoes {
  margin-top: 1rem;
}

.links-portfolio {
  margin-right: 15px;
  margin-left: 15px;
  color: #000;
}

.links-portfolio.selected {
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #e8472c;
  color: #fff !important;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 4px 8px;
  display: inline-block;
}

.links-portfolio.links {
  padding: 5px 10px;
  border-radius: 3px;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
}

.links-portfolio.links:hover {
  background-color: #4d4d4f;
  color: #fff;
  text-decoration: none;
}

.link {
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  text-decoration: none;
}

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

.link-2 {
  color: #000;
  text-decoration: none;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.link-4 {
  color: #000;
  text-decoration: none;
}

.links {
  color: #4d4d4f;
  text-decoration: none;
}

.links:hover {
  color: #fff;
}

.link-5 {
  color: #333;
  text-decoration: none;
}

.link-6 {
  color: #333;
  text-decoration: none;
}

.link-7 {
  color: #333;
  text-decoration: none;
}

.link-8 {
  color: transparent;
}

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

.section-3.clientes {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.mascara {
  width: 300px;
  height: 300px;
}

.image-3 {
  width: 100%;
  height: 100%;
  max-width: none;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-nav {
  position: absolute;
  display: none;
  background-color: transparent;
  background-clip: border-box;
}

.icon-2 {
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-3 {
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide {
  width: 200px;
  height: auto;
  text-align: center;
}

.slide-2 {
  width: 200px;
  height: auto;
  text-align: center;
}

.slider {
  display: block;
  height: 100px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.collection-list-wrapper-2 {
  margin-top: 15px;
  padding-bottom: 15px;
}

.div-block-5 {
  text-align: center;
}

.div-block-5.margem-top {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.div-block-5.margem-top.portfolio {
  padding-top: 1.5rem;
  padding-bottom: 0rem;
}

.div-block-5.margem-top.align-center.redu-o-margem {
  padding-top: 1.5rem;
  padding-bottom: 0rem;
}

.heading1 {
  color: #4d4d4f;
  font-size: 45px;
  line-height: 1.2;
}

.heading1.quemsomos-page {
  margin-top: 10px;
}

.section-h3.sombra-top.sessao_padding {
  padding-top: 4rem;
}

.texto-h2-cta {
  margin-bottom: 30px;
  color: #fff;
}

.link-9 {
  color: #fff;
  text-decoration: none;
}

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

.div-block-6 {
  margin-left: 0px;
}

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

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.body {
  background-color: transparent;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-bottom: -1px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mask {
  -o-object-fit: cover;
  object-fit: cover;
}

.cs-card-data {
  position: relative;
  z-index: 1;
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 0.85rem;
  text-decoration: none;
}

.body-2 {
  font-size: 1rem;
  line-height: 1.7;
}

.margem-top {
  padding-top: 1rem;
  text-align: left;
}

.margem-top.center {
  text-align: center;
}

.marke {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.marke:hover {
  opacity: 0.5;
}

.image-6 {
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-6:hover {
  opacity: 0.5;
}

.image-7 {
  width: 35px;
  margin-left: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-7:hover {
  opacity: 0.5;
}

.div-block-8 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block-9 {
  margin-top: 1rem;
  padding-top: 0rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: right;
}

.brand {
  display: block;
}

.div-block-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.blog_titulo {
  margin-bottom: 1rem;
  color: #333;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.text-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #333;
  font-size: 0.8rem;
  text-align: left;
}

.text-block.button {
  width: 145px;
  text-align: center;
}

.text-block.bt.button2 {
  display: block;
  width: 150px;
  padding: 12px 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 2px;
  border-color: #e8472c;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e8472c;
  font-size: 1rem;
  text-align: center;
}

.text-block.bt.button2:hover {
  background-color: #e8472c;
  color: #fff;
}

.card2 {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

.card2.sem-sombra {
  border-bottom: 1px none #e8e8e8;
  border-radius: 0px;
  box-shadow: none;
}

.card2-wrap.linha-abaixo {
  border-bottom: 1px solid #e8e8e8;
}

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

.paragraph-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #333;
  text-align: left;
}

.div-block-11 {
  height: 300px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text-9 {
  text-align: left;
}

.link-10 {
  color: #e8472c;
  text-decoration: underline;
}

.link-10:hover {
  text-decoration: none;
}

.paragraph-3 {
  max-width: 80ch;
}

.bold-text-10 {
  font-size: 40px;
}

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

.tra-o {
  width: 25%;
  height: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: #e8472c;
  text-align: left;
}

.texto-do-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.paragraph-4 {
  max-width: 100ch;
  margin-bottom: 20px;
  font-style: italic;
}

.div-block-12 {
  width: 700px;
  height: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-11 {
  width: 700px;
}

.paragraph-5 {
  max-width: 100ch;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: left;
}

.link-assessoria-de-imprensa {
  color: #e8472c;
}

.link-assessoria-de-imprensa:hover {
  text-decoration: underline;
}

.paragraph-6 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}

.grid-3 {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3.grid-novo {
  justify-items: center;
  grid-column-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.div-block-13 {
  margin-bottom: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-14 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-15 {
  width: 20%;
  height: 3px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #e8472c;
}

.section-4 {
  margin-top: 3rem;
}

.section-5 {
  margin-top: 3rem;
}

.div-block-16 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-17 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-6 {
  margin-bottom: 2rem;
}

.margin-top {
  min-width: 100ch;
  margin-top: 1.5rem;
}

.submit-button-2 {
  background-color: #e8472c;
}

.pl-0 {
  padding-right: 10px;
  padding-left: 0px;
}

.pl-0.pr-2 {
  padding-right: 20px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0.pl-2 {
  padding-left: 20px;
}

.link-block {
  text-align: right;
}

.link-block-2 {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .nav-container {
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .navbar {
    position: fixed;
    border: 1px none #000;
    background-color: #fff;
  }

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

  .container.quem-somos-df {
    position: relative;
  }

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

  .section.light-bg.servi-os.servi-o1.header.quem-somos {
    margin-bottom: 2rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.no-padding-top.servi-o1 {
    padding-right: 1rem;
    padding-left: 1rem;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.no-padding-top.pb {
    margin-bottom: 3rem;
  }

  .nav-logo {
    max-width: 200px;
  }

  .nav-link {
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    text-align: center;
  }

  .nav-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  ._2-col-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid.quem-somos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
  }

  .hero-title {
    font-size: 36px;
    line-height: 42px;
  }

  .nav-menu {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    border: 1px none #000;
    background-color: #fff;
  }

  .section-title {
    font-size: 28px;
    line-height: 36px;
  }

  ._3-col-grid {
    justify-items: center;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-col-grid.padding-top {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .card.cs {
    padding-right: 10px;
    padding-left: 10px;
  }

  .card.service {
    max-width: 350px;
  }

  .section-img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .stats-grid {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .cta-bg {
    display: none;
  }

  .cta-bg.quem-somosbg {
    display: none;
  }

  .cta-title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-link {
    margin-left: 20px;
  }

  .hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav-button {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .section-content.quem-a-dona-flor {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .hero-img {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .page-hero-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }

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

  .process-wrap {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .process-card {
    max-width: 350px;
  }

  .process-line {
    top: 0px;
    width: 2px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  ._4-col-grid.more-cs {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._4-col-grid.cs {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._2-3-col-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .number-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .number-icon {
    text-align: left;
  }

  ._3-2-col-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._404-content {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .cta-bg---mobile {
    display: block;
  }

  .menu-button {
    margin-left: 20px;
    padding: 12px;
    color: #fff;
  }

  .menu-button.w--open {
    margin-left: 20px;
    border-radius: 6px;
    background-color: #e8e8e8;
    color: #000;
    font-size: 18px;
  }

  .team-grid {
    justify-items: center;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hero-section-2 {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .icon {
    color: #e8472c;
    font-size: 2rem;
  }

  .heading.h1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .heading.h2.mob {
    text-align: left;
  }

  .div-block {
    display: block;
  }

  .aspas-titulo.down {
    display: none;
  }

  .h2 {
    text-align: center;
  }

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

  .heading-3.center {
    text-align: left;
  }

  .heading-3.center.cards {
    text-align: center;
  }

  .section-2.quem-somos {
    min-width: auto;
  }

  .section-2.cinza-mobile {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
    background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
  }

  .section-2.cinza-mobile.padding {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .grid-content-overlay {
    padding: 0px;
    opacity: 1;
  }

  .windmill-grid.home {
    grid-auto-flow: row;
    grid-auto-rows: 200px;
    grid-template-rows: repeat(auto-fit, 200px);
  }

  .grid-smallsubheading {
    color: #fff;
  }

  .grid-smallheading {
    color: #fff;
  }

  .content-wrapper {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .grid-content-overlay-block {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(77, 77, 79, 0.85)));
    background-image: linear-gradient(180deg, transparent, rgba(77, 77, 79, 0.85));
  }

  .grid-content-overlay-block:hover {
    color: #fff;
    text-decoration: underline;
  }

  .grid-img-wrapper {
    padding: 0px;
  }

  .image-3 {
    text-align: left;
  }

  .div-block-5.margem-top {
    padding-top: 2rem;
  }

  .div-block-11 {
    height: 200px;
  }

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

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

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

  .margin-top {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    height: 70px;
  }

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

  .container {
    padding-left: 1rem;
  }

  .container.quem-somos {
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  .section.light-bg.servi-os.servi-o1 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section.light-bg.servi-os.servi-o1.cinza.padding {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section.light-bg.servi-os.servi-o2 {
    padding-top: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section.light-bg.servi-os.servi-o2.padding {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

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

  .section.no-padding-top.pb {
    margin-bottom: 3rem;
    padding-bottom: 0px;
  }

  .nav-logo {
    max-width: 140px;
  }

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

  ._2-col-grid {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.quem-somos {
    margin-top: 0px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 36px;
  }

  .button-dark {
    padding: 10px 25px;
    font-size: 0.9rem;
  }

  .nav-menu {
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

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

  ._3-col-grid.padding-top {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-rows: 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 0.5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(200px, 1fr);
    grid-template-rows: minmax(200px, 1fr);
  }

  .card {
    margin-bottom: 2rem;
  }

  .card.cs {
    min-height: auto;
    margin-bottom: 0rem;
    padding-bottom: 1rem;
  }

  .button {
    padding: 10px 25px;
    font-size: 0.9rem;
  }

  .button.w--current {
    padding: 10px 25px;
    font-size: 0.9rem;
  }

  .cs-card-title {
    font-size: 16px;
    line-height: 1.5rem;
  }

  .cta-bg {
    display: none;
  }

  .cta-subtitle {
    font-size: 14px;
    line-height: 18px;
  }

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

  .footer-top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .footer-middle-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    margin: 10px;
  }

  .footer-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-flex-wrap.first {
    padding-bottom: 10px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .nav-button {
    padding: 10px;
    font-size: 12px;
  }

  .section-content.quem-a-dona-flor {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .section-content.conhe-a-a-agencia {
    display: block;
  }

  .section-content.card-mob {
    margin-bottom: 2rem;
    padding: 2rem 1.5rem;
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0e0;
    border-radius: 5px;
    background-color: #eee;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }

  .legal {
    padding-bottom: 10px;
  }

  .page-hero-section {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .page-title {
    font-size: 20px;
    line-height: 28px;
  }

  .process-card {
    width: 260px;
    padding-right: 0px;
    padding-left: 0px;
  }

  ._4-col-grid.more-cs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._4-col-grid.cs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .number-icon {
    text-align: left;
  }

  ._404-content {
    padding-top: 100px;
  }

  .cta-bg---mobile {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .menu-button {
    padding: 10px;
    font-size: 18px;
  }

  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cs-card-wrap {
    width: 100%;
    max-width: none;
  }

  .hero-section-2 {
    padding-top: 100px;
  }

  .heading.h1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

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

  .heading.h2.mob {
    text-align: center;
  }

  .h2 {
    font-size: 2rem;
  }

  .heading-3 {
    font-size: 25px;
  }

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

  .section-2.quem-somos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
  }

  .windmill-grid {
    grid-auto-flow: column dense;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(100px, 1.5fr) minmax(100px, 1.5fr) minmax(100px, 1.5fr) minmax(100px, 1.5fr) minmax(100px, 1.5fr) minmax(100px, 1.5fr);
    grid-template-rows: minmax(100px, 1.5fr) minmax(100px, 1.5fr) minmax(100px, 1.5fr) minmax(100px, 1.5fr) minmax(100px, 1.5fr) minmax(100px, 1.5fr);
  }

  .windmill-grid.home {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-smallsubheading {
    font-size: 11px;
  }

  .grid-smallheading {
    font-size: 24px;
  }

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

  .div-block-5.margem-top {
    padding-top: 1rem;
  }

  .div-block-5.margem-top.align-center.redu-o-margem {
    padding-top: 0.5rem;
  }

  .margem-top {
    text-align: center;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .blog_titulo {
    padding-top: 1rem;
  }

  .text-block.bt.button2 {
    display: inline-block;
    padding: 10px 25px;
    font-size: 0.9rem;
  }

  .card2 {
    display: block;
  }

  .div-block-11 {
    height: 300px;
  }

  .bold-text-10 {
    text-align: center;
  }

  .image-9 {
    display: none;
    max-width: 320px;
  }

  .image-9.mob {
    display: block;
  }

  .image-10 {
    display: none;
    max-width: 320px;
  }

  .image-10.mob {
    display: block;
  }

  .grid-3 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-4.center {
    text-align: center;
  }

  .heading-5 {
    text-align: center;
  }

  .heading-6 {
    text-align: center;
  }

  .margin-top {
    min-width: 100%;
  }

  .pl-0.pr-2 {
    padding-right: 0px;
  }

  .pr-0.pl-2 {
    margin-top: 25px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.home.mob {
    min-height: 400px;
  }

  .hero-section.servi-os.blog.contato {
    background-position: 0px 0px, 35% 50%;
    background-size: auto, cover;
  }

  .hero-section.servi-os.produ-o-de-conte-do {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .container.cta {
    position: static;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container.quem-somos {
    margin-bottom: 2rem;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.quem-somos-df.conhe-a-a-agencia {
    position: relative;
    display: block;
  }

  .container.home-header {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .container.port {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .container.padding0 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .container.mob {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .section.light-bg.servi-os.servi-o1.header.quem-somos {
    margin-bottom: 0rem;
  }

  .section.light-bg.servi-os.servi-o1.header.quem-somos.intro {
    padding-left: 0rem;
  }

  .section.light-bg.servi-os.servi-o1.quem-faz {
    position: static;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.light-bg.servi-os.servi-o2.rapha {
    margin-bottom: 3rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.light-bg.servi-os.servi-o2.rapha.introsection {
    padding-top: 40px;
  }

  .section.cta {
    position: static;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e8472c;
  }

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

  .section.no-padding-top.pb {
    margin-bottom: 1rem;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  ._2-col-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: auto;
    grid-column-gap: 28px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

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

  .button-dark {
    font-size: 0.8rem;
  }

  .scroll-arow {
    display: none;
  }

  .align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
  }

  .align-center.padding {
    padding-top: 3rem;
  }

  .align-center.space-cards {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .section-title {
    font-size: 20px;
    line-height: 28px;
  }

  ._3-col-grid.padding-top {
    display: block;
  }

  .card {
    padding: 1.5rem;
  }

  .card.cs {
    min-height: 200px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .card.service {
    max-width: 95%;
  }

  .card.card-last {
    max-height: none;
    max-width: none;
  }

  .section-subtitle.black {
    font-size: 14px;
    line-height: 1.2;
  }

  .button {
    font-size: 0.8rem;
  }

  .button.w--current {
    font-size: 0.8rem;
  }

  .cs-card-title {
    font-size: 20px;
  }

  .footer-pre-bg {
    display: none;
  }

  .footer-info {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .section-content.quem-a-dona-flor.home {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .section-content.conhe-a-a-agencia {
    display: block;
  }

  .purple-text.bold {
    font-size: 35px;
  }

  .field-wrap._2-col {
    display: block;
  }

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

  .contact-info-wrap {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0.9rem;
  }

  .contact-info-wrap.quem-somos {
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .contact-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.2;
  }

  .contact-link.quem-somos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .social-links-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-bg---mobile {
    display: none;
  }

  .scroll-arow-2 {
    display: none;
  }

  .paragraph {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 0.9rem;
  }

  .paragraph.center.clientes {
    font-size: 0.9rem;
  }

  .paragraph.o-que-fazemos__texto {
    max-width: none;
    text-align: left;
  }

  .paragraph.quem-a-dona-flor {
    font-size: 0.9rem;
  }

  .paragraph.mob {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .heading.h1 {
    font-size: 25px;
  }

  .heading.h2 {
    font-size: 1.7rem;
  }

  .heading.h2.mob {
    font-size: 1.3rem;
  }

  .div-block {
    display: block;
    margin-bottom: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .aspas-titulo.down {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-imagem-servi-o1 {
    width: 250px;
    min-height: 250px;
  }

  .normal {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.3rem;
  }

  .h2 {
    font-size: 1.3rem;
  }

  .h2.cta {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.3rem;
  }

  .heading-3 {
    font-size: 22px;
  }

  .heading-3.center {
    font-size: 1.1rem;
  }

  .heading-3.center.margin {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .section-2.quem-somos {
    display: block;
    min-width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .windmill-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: column dense;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
  }

  .windmill-grid.home {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(auto-fit, 200px);
  }

  .windmill-block {
    display: block;
  }

  .grid-smallheading {
    font-size: 20px;
  }

  .div-block-4.portfolio__botoes {
    display: block;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link {
    color: #333;
  }

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

  .slider {
    display: block;
  }

  .div-block-5.margem-top {
    padding-top: 3rem;
  }

  .div-block-5.margem-top.mob {
    padding-top: 1.5rem;
  }

  .heading1.quemsomos-page {
    line-height: 0.9;
  }

  .texto-h2-cta {
    margin-bottom: 15px;
  }

  .div-block-6.center {
    padding-right: 0rem;
    padding-left: 0rem;
  }

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

  .margem-top {
    text-align: center;
  }

  .blog_titulo {
    line-height: 1.3;
  }

  .card2.sem-sombra {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-11 {
    height: 150px;
  }

  .paragraph-3 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0.9rem;
  }

  .bold-text-10 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 1;
  }

  .image-9 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .image-9.mob {
    display: block;
    max-width: 100%;
  }

  .image-10 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .image-10.mob {
    display: block;
    overflow: visible;
    max-width: 100%;
  }

  .paragraph-4 {
    font-size: 0.9rem;
  }

  .paragraph-5 {
    font-size: 0.9rem;
  }

  .paragraph-6.mob {
    line-height: 1.3;
  }

  .heading-4.center {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .heading-5 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .heading-6 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .div-block-18 {
    margin-top: 1rem;
  }

  .margin-top {
    min-width: 100%;
  }

  .image-12 {
    display: none;
    overflow: visible;
  }
}

#w-node-f59583786759-c0cb58e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a3caaa0be6c2-c0cb58e4 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-f515d9526377-c0cb58e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-8dfa4fe0afaf-c0cb58e4 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-5dfe510bdab2-c0cb58e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-10ac54de663b-c0cb58e4 {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-10ac54de663c-c0cb58e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0c34ae54d160-c0cb58e4 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-3b10d9e7b63a-c0cb58e4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-fdbe17569506-c0cb58e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7dadfb869670-08cb5928 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7dadfb86967e-08cb5928 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7dadfb86968a-08cb5928 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f59583786759-f7f9d30b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a3caaa0be6c2-f7f9d30b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-5dfe510bdab2-f7f9d30b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-182b8465f70f-f7f9d30b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f0e2798f9fb0-a71f268d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f0e2798f9fbe-a71f268d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-241a33243c47-a71f268d {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-11fe9972103f-8154b42b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-11fe99721049-8154b42b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-11fe99721053-8154b42b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-11fe9972105d-8154b42b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-11fe99721067-8154b42b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-22853876c806-8154b42b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-56db4e0af055-8154b42b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-4dad1c9c8132-8154b42b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-70fba0948e6b-8154b42b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-5ee8b84e1e97-8154b42b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d749fb7d06fc-8154b42b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-5b665404d42a-8154b42b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dde8b7f381-538be904 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4c7ed51e0352-76c487b4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4c7ed51e035e-76c487b4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-4c7ed51e0352-686793f4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4c7ed51e035e-686793f4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f59583786759-686793f4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f515d9526377-686793f4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6920ed5282ba-686793f4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4c329290383d-686793f4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c26bfcb07943-686793f4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-389a120410c1-686793f4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f27788c4c521-686793f4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e87ce6e5a1be-686793f4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6cc11c159ccb-df137a3e {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-6cc11c159ccc-df137a3e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ac654f1cb177-df137a3e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2c5c032b0c23-df137a3e {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-2c5c032b0c24-df137a3e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-0c34ae54d138-c0cb58e4 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }

  #w-node-0c34ae54d142-c0cb58e4 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-0c34ae54d14c-c0cb58e4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-0c34ae54d156-c0cb58e4 {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    -ms-grid-column: 4;
    grid-column-start: 4;
  }

  #w-node-0c34ae54d160-c0cb58e4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-3b10d9e7b63a-c0cb58e4 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-7dadfb86967b-08cb5928 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-7dadfb869695-08cb5928 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}


@media screen and (max-width: 767px) {
  .div-block-4.portfolio__botoes {
    display: grid !important;
  }
  a.links-portfolio.links {
    margin-bottom: 5px;
  }
  .nav-link {
      font-size: 16px !important;
      padding: 9px 0 !important;
  }
  .w-layout-grid.grid-3 {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }

  #w-node-a3caaa0be6c2-c0cb58e4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-10ac54de663b-c0cb58e4 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-0c34ae54d138-c0cb58e4 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0c34ae54d142-c0cb58e4 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0c34ae54d14c-c0cb58e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0c34ae54d156-c0cb58e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-0c34ae54d160-c0cb58e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-3b10d9e7b63a-c0cb58e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-182b8465f70e-f7f9d30b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-11fe9972103f-8154b42b {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
  }

  #w-node-11fe99721049-8154b42b {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-11fe99721053-8154b42b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-11fe9972105d-8154b42b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 3;
    grid-row-end: 3;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-11fe99721067-8154b42b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-22853876c806-8154b42b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-56db4e0af055-8154b42b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-4dad1c9c8132-8154b42b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-70fba0948e6b-8154b42b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-5ee8b84e1e97-8154b42b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d749fb7d06fc-8154b42b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-5b665404d42a-8154b42b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-4c7ed51e035e-76c487b4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-4c7ed51e035e-686793f4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-6cc11c159ccb-df137a3e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-ac654f1cb176-df137a3e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-2c5c032b0c23-df137a3e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3caaa0be6c2-c0cb58e4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-10ac54de663b-c0cb58e4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-0c34ae54d138-c0cb58e4 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-0c34ae54d142-c0cb58e4 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
  }

  #w-node-0c34ae54d14c-c0cb58e4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0c34ae54d156-c0cb58e4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0c34ae54d160-c0cb58e4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-3b10d9e7b63a-c0cb58e4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a3caaa0be6c2-f7f9d30b {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-182b8465f70e-f7f9d30b {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-f0e2798f9fbe-a71f268d {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-11fe9972103f-8154b42b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-11fe99721049-8154b42b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-11fe99721053-8154b42b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-11fe9972105d-8154b42b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-11fe99721067-8154b42b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-22853876c806-8154b42b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-56db4e0af055-8154b42b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-4dad1c9c8132-8154b42b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-70fba0948e6b-8154b42b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-5ee8b84e1e97-8154b42b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d749fb7d06fc-8154b42b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-5b665404d42a-8154b42b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-4c7ed51e035e-76c487b4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-6cc11c159ccb-df137a3e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-ac654f1cb176-df137a3e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-2c5c032b0c23-df137a3e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}