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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

.body {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 1.3em;
  line-height: 1.4em;
}

.section-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 95vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(74%, hsla(0, 0%, 100%, 0.66)), to(hsla(0, 0%, 100%, 0.68)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.66) 74%, hsla(0, 0%, 100%, 0.68));
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-image-mask {
  position: relative;
  width: 100%;
  margin-top: 110px;
  margin-left: -36px;
}

.hero-image {
  width: 120%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading {
  margin-bottom: 20px;
  color: #0024a9;
  font-size: 3em;
  line-height: 1em;
  font-weight: 900;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards-grid-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 50%;
}

.cards-image-mask._130 {
  padding-top: 130%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-2 {
  margin-bottom: 20px;
  color: #0024a9;
  font-size: 3em;
  line-height: 1;
  font-weight: 900;
  text-align: left;
}

.heading-2.white {
  color: #fff;
}

.heading-2.white.big {
  padding-bottom: 0px;
  font-size: 5em;
  font-weight: 100;
}

.paragraph {
  color: #000;
  text-align: left;
}

.paragraph.white {
  color: #fff;
}

.feature-image {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-container {
  position: relative;
  display: block;
  max-width: 1200px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-container.icos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.75fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-ver-report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-ver-report:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40bbff;
  background-image: linear-gradient(230deg, #40bbff, #0041d9);
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sebrae_01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sebrae_01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  padding-top: 100px;
  padding-bottom: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(225deg, #40bbff, #0024a9 88%);
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0024a9;
  color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 160px auto;
  grid-template-rows: 160px auto;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

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

.logo_topo_sebrae {
  width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.heading-3 {
  color: #0041d9;
  text-align: left;
}

.heading-3.center {
  color: #0024a9;
  text-align: center;
}

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

.capa_report {
  display: block;
  width: 70%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.capa_report:hover {
  box-shadow: 0 0 50px 20px rgba(12, 0, 46, 0.2);
}

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

.paragraph-titulo {
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.nav-link:hover {
  font-weight: 700;
}

.div-sobre {
  position: absolute;
  left: auto;
  top: 110%;
  right: 0%;
  bottom: 0%;
  width: 60vh;
  height: 15vh;
  background-color: #fff;
  box-shadow: -7px 7px 30px 0 rgba(0, 17, 82, 0.2);
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-sobre:hover {
  outline-color: #40bbff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.div-block {
  padding: 10px 40px;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-4 {
  -webkit-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
  color: #0024a9;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 900;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  -webkit-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.link-text {
  color: #0024a9;
  font-weight: 700;
  text-decoration: none;
}

.text_button {
  display: inline;
}

.div-button {
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 14px 10px 14px 20px;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  -webkit-transform: skew(-13deg, 0deg);
  -ms-transform: skew(-13deg, 0deg);
  transform: skew(-13deg, 0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.div-button:hover {
  border-style: none;
  background-color: #0024a9;
  box-shadow: -7px 7px 14px 0 rgba(0, 13, 60, 0.2);
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -webkit-transform: scale(1.1) skew(-13deg, 0deg);
  -ms-transform: scale(1.1) skew(-13deg, 0deg);
  transform: scale(1.1) skew(-13deg, 0deg);
}

.div-button.blue {
  width: 160px;
  background-color: rgba(0, 36, 169, 0.9);
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 2px;
}

.div-button.blue.min {
  width: 130px;
}

.div-block-2 {
  -webkit-transform: skew(13deg, 0deg);
  -ms-transform: skew(13deg, 0deg);
  transform: skew(13deg, 0deg);
}

.div-block-3 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.progress-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: 10px;
  background-color: #0041d9;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.div-50-anos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/anuario_sebrae_50.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/anuario_sebrae_50.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-video {
  position: static;
  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;
  background-color: #0024a9;
  text-align: center;
}

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

.logo_50 {
  width: 80%;
  margin-top: 40px;
}

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

.div-block-4 {
  position: absolute;
  left: -43%;
  top: -23%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  overflow: visible;
  width: 50%;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-5 {
  position: relative;
  z-index: 5;
}

.div-block-6 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2px 15px;
  background-color: #ffb380;
  -webkit-transform: skew(-13deg, 0deg);
  -ms-transform: skew(-13deg, 0deg);
  transform: skew(-13deg, 0deg);
}

.div-block-7 {
  -webkit-transform: skew(13deg, 0deg);
  -ms-transform: skew(13deg, 0deg);
  transform: skew(13deg, 0deg);
}

.subtitulo {
  color: #0024a9;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 11px;
}

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

.background-video {
  position: absolute;
  width: 100%;
  height: 95vh;
}

.div-block-8 {
  position: relative;
  z-index: 10;
  width: 85%;
}

.div-block-9 {
  width: 30%;
}

.div-block-10 {
  width: 30%;
}

.div-block-11 {
  width: 30%;
}

.logo-footer {
  display: block;
  width: 80%;
}

@media screen and (max-width: 991px) {
  .section-1 {
    height: 100vh;
    padding-right: 60px;
    padding-left: 60px;
  }

  .heading {
    font-size: 2em;
  }

  .section-2 {
    height: auto;
    padding: 40px 60px;
  }

  .cards-grid-container {
    width: 100%;
    grid-column-gap: 20px;
  }

  .section-3 {
    height: auto;
    padding: 60px;
  }

  .section-4 {
    height: auto;
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-5 {
    height: auto;
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-6 {
    height: auto;
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-7 {
    height: auto;
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

@media screen and (max-width: 767px) {
  .section-1 {
    height: 100%;
    padding: 140px 40px 0px;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .cards-grid-container {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading-2.white {
    font-size: 2em;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .grid-3 {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .section-3 {
    padding: 40px;
  }

  .section-4 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-5 {
    height: auto;
    padding: 100px 40px;
  }

  .section-6 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-7 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    padding: 40px 20px;
  }

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

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

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

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

  .div-button.blue {
    width: 150px;
  }

  .div-50-anos {
    height: 100%;
    padding-top: 100px;
    padding-left: 20px;
  }

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

  .div-block-8 {
    padding-bottom: 40px;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    width: 100%;
  }

  .div-block-11 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section-1 {
    height: auto;
    padding: 100px 20px 0px;
  }

  .hero-image-mask {
    margin-top: -59px;
    padding-left: 90px;
  }

  .hero-image {
    width: 100%;
  }

  .heading {
    font-size: 2em;
  }

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

  .cards-grid-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 1.6em;
  }

  .heading-2.white {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .heading-2.white.big {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.7em;
  }

  .grid {
    overflow: visible;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .section-4 {
    height: auto;
    padding: 40px 20px;
  }

  .section-5 {
    overflow: hidden;
    padding: 40px 20px;
  }

  .section-6 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-7 {
    overflow: visible;
    padding-right: 30px;
    padding-bottom: 212px;
    padding-left: 20px;
  }

  .section-8 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    padding-top: 220px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 79px auto;
    grid-template-rows: 79px auto;
  }

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

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

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

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

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

  .div-sobre {
    left: 5%;
    top: auto;
    right: 5%;
    bottom: -80%;
    width: auto;
    height: 30vh;
  }

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

  .div-50-anos {
    height: auto;
    padding: 100px 20px;
  }

  .grid-7 {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .div-block-6 {
    display: inline-block;
    width: 96%;
    padding-right: 10px;
  }

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

  .div-block-8 {
    width: 100%;
  }
}

#w-node-_0305cf19-f964-0bb9-f35e-eaf07cabec57-9ded569b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0305cf19-f964-0bb9-f35e-eaf07cabec6b-9ded569b {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51d911ae-0bfc-f5d0-7e20-d32363420cf2-9ded569b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_51d911ae-0bfc-f5d0-7e20-d32363420cf3-9ded569b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cd9d9362-589c-aeaf-0687-96539a670fdc-9ded569b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_9a50e94f-ddda-5148-8824-12e54917f995-9ded569b {
  -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-df5713c6-4cf7-7714-9761-c7a2a8577911-9ded569b {
  -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-cb8a7ec5-169f-2926-7728-a4b8219f3d36-9ded569b {
  -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-babcd83f-e25c-e2e4-d55f-9fb59db3a6b3-9ded569b {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3101d067-c09e-57b0-df55-d5b4c4b0f9b9-9ded569b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_595ceab9-d740-2154-17fb-e1d0efc97dc5-9ded569b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4ebeb3a4-2f5d-2b22-a1b1-e3a0fbdb27ca-9ded569b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ff9be931-7a5b-8f8b-ae85-cc36877dda89-9ded569b {
  -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-_46493172-649d-88ed-3785-5e1b6d029ff7-9ded569b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-df72251e-d9b6-e33a-6c9f-4ef3cbfa116a-9ded569b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8319cf30-38cc-c7d0-0dda-65786032802f-9ded569b {
  -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-_56987986-77ae-5b67-24cf-a0a586e72037-9ded569b {
  -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-f64fb83e-d07d-1e52-62fe-6e42ebfcb396-9ded569b {
  -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-_60148b28-c883-419c-36d8-9c7f404ebe5f-9ded569b {
  -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-dfc8d921-4aba-7da9-a896-2dc8de84ca0f-9ded569b {
  -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-df72251e-d9b6-e33a-6c9f-4ef3cbfa1194-9ded569b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

@media screen and (max-width: 767px) {
  #w-node-eed39c0f-e59d-c5b0-6fd3-aaae24d93c24-9ded569b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-eed39c0f-e59d-c5b0-6fd3-aaae24d93c26-9ded569b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-eed39c0f-e59d-c5b0-6fd3-aaae24d93c2b-9ded569b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-eed39c0f-e59d-c5b0-6fd3-aaae24d93c2d-9ded569b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-cd9d9362-589c-aeaf-0687-96539a670fdc-9ded569b {
    -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-_9a50e94f-ddda-5148-8824-12e54917f995-9ded569b {
    -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-cb8a7ec5-169f-2926-7728-a4b8219f3d36-9ded569b {
    -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-babcd83f-e25c-e2e4-d55f-9fb59db3a6b3-9ded569b {
    -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;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eed39c0f-e59d-c5b0-6fd3-aaae24d93c1a-9ded569b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-eed39c0f-e59d-c5b0-6fd3-aaae24d93c21-9ded569b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-eed39c0f-e59d-c5b0-6fd3-aaae24d93c28-9ded569b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cb8a7ec5-169f-2926-7728-a4b8219f3d36-9ded569b {
    -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-_3101d067-c09e-57b0-df55-d5b4c4b0f9b9-9ded569b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_84d310d2-f7f6-22fa-7bd9-faa74db5975f-9ded569b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_595ceab9-d740-2154-17fb-e1d0efc97dc5-9ded569b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8002ea52-e635-f737-729f-cb5aaeb2479e-9ded569b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-df72251e-d9b6-e33a-6c9f-4ef3cbfa1194-9ded569b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

