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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #0000;
  border-bottom: 1px solid #bebebe;
  height: 1px;
  padding-top: 40px;
}

.styleguide-content-wrap {
  text-align: center;
}

.sliders {
  margin-left: 30px;
  margin-right: 30px;
}

.sliders.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.sliders.cc-store-home-wrap {
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .88;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  opacity: 1;
  color: #fff;
  background-color: #005d80;
  border: 1px solid #ffffffb3;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #005d80;
  padding: 10px 20px;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  font-weight: 700;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 600;
  line-height: 120%;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-transform: uppercase;
  border-bottom: 2px solid #1a1b1f;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
}

.heading-jumbo-small.t-3 {
  border-bottom-color: var(--white);
  color: #fff;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 0;
  display: flex;
}

.navigation-item {
  opacity: .94;
  color: #4b4b4c;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  padding: 9px 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #005d80;
  font-weight: 600;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.button.cc-contact-us {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: none;
  left: 22px;
}

.navigation-item.button.cc-contact-us.w--current {
  display: none;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#00435c8a, #00435c8a), linear-gradient(#00435c, #004d6a82 53%, #00435c47), url('../images/imagem-estrada-onibus-manifestacao.JPG');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat-x;
  background-size: auto, auto, cover;
  border-top: 4px solid #005d80;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-bottom: 0;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-header.slider-2 {
  background-image: linear-gradient(#00000040, #00000040), linear-gradient(171deg, #979797ad, #0069d3b5 74%, #0069d3b0), url('../images/manifestacao-pessoas.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.motto-wrap.mt-3 {
  margin-bottom: 40px;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
}

.about-grid {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template: ". ."
                 ". ."
                 / 1fr;
  align-items: start;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.slider {
  height: auto;
}

.elementos {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 1200px;
  display: flex;
}

.elementos.div-especial {
  background-color: #005d80;
  border-radius: 0;
  align-self: center;
  width: 800px;
  padding: 70px 60px 80px;
  position: relative;
  top: -53px;
}

.header-menu {
  z-index: 100000000;
  background-color: #fff;
  border-bottom: 5px solid #005d80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 16px -4px #000;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2 {
  opacity: 1;
  background-image: linear-gradient(#00000054, #00000054), url('../images/imagem-onibus-rua.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex: 1;
  align-self: stretch;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  top: -23px;
  left: 16px;
}

.div-block-3 {
  background-color: #005d80;
  flex-direction: column;
  display: flex;
}

.div-block-4 {
  border-bottom: 1px #000;
  padding-bottom: 10px;
}

.equipe {
  background-color: #005d80;
  border-top: 3px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.team-member-block {
  text-align: justify;
  background-color: #fffffffa;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 20px;
  padding: 30px 40px;
  display: flex;
  box-shadow: -1px 3px 15px -1px #0000008c;
}

.team-member-image {
  border-radius: 0%;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  display: none;
}

.team-member-name-2 {
  text-align: justify;
  letter-spacing: 2px;
  text-transform: none;
  border-bottom: 1px #000;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.team-member-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 4px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
}

.team-member-description {
  color: #4e4e4e;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.team-small-social-button {
  opacity: .37;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
}

.team-small-social-button:hover {
  opacity: 1;
}

.team-small-social-icon {
  height: 15px;
}

.div-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #bebebe;
  grid-template-rows: auto;
  grid-template-columns: .5fr 5.75fr .5fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.heading {
  color: #000;
  text-align: center;
  border-bottom: 2px solid #1a1b1f;
  margin-bottom: 60px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  display: inline-block;
}

.heading.h-destaques {
  color: #fff;
  border-bottom-color: #fff;
}

.heading.h-dirigente {
  color: #fff;
  text-transform: uppercase;
  border-bottom-color: #fff;
  margin-bottom: 20px;
}

.heading.h-especial {
  margin-bottom: 20px;
}

.text-block {
  text-transform: none;
  border-bottom: 1px solid #000;
  align-self: stretch;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-2 {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  align-self: stretch;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.destaques {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 0;
  display: flex;
}

.destaques.n-p {
  margin-top: 75px;
  margin-bottom: 80px;
}

.chamada-news-blog {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.newsletter {
  border-top: 4px solid var(--white);
  background-color: #005d80;
  background-image: none;
  background-position: 0 0;
  padding-top: 140px;
  padding-bottom: 100px;
}

.rodap {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.div-block-7.grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.div-block-8 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.button-2 {
  color: var(--white);
  cursor: pointer;
  background-color: #005d80;
  border: 1px solid #fff;
  margin-top: 10px;
  font-weight: 600;
}

.button-2:hover {
  color: #fff;
  font-weight: 800;
}

.div-block-9 {
  background-image: linear-gradient(to top, #000, #00000080 27%, #0006 60%, #0000), url('../images/onibus.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex: 0 auto;
  padding-top: 140px;
  padding-bottom: 100px;
}

.div-block-9.noticias {
  background-image: linear-gradient(to top, #ff00009c, #d5000096 25%, #00000080 55%, #0006 84%, #0000), url('../images/imagem-blog-1-min.png');
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-9.noticias.noticia-02 {
  background-image: linear-gradient(to top, #0480c99c, #0366a096 29%, #01131e85 46%, #00000080 47%, #0006 71%, #0000), url('../images/onibus.jpg');
}

.div-block-10 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.text-block-4 {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  width: 90%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
}

.text-block-6 {
  padding-bottom: 10px;
}

.form {
  background-color: #0000;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 600;
  line-height: 130%;
  display: inline-block;
}

.heading-2.h3 {
  color: #ffd900;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.div-block-11.d34 {
  background-color: #005d80;
  border: 1px solid #fff;
  margin-top: 40px;
  padding: 40px 60px 60px;
  display: none;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  text-transform: none;
  width: auto;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.submit-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffffb3;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.field-label {
  color: #fff;
  flex: none;
  margin-bottom: 0;
  padding-right: 20px;
}

.text-field-2 {
  margin-bottom: 0;
  line-height: 40px;
}

.form-block {
  width: 90%;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.italic-text {
  font-style: normal;
}

.small-paragraph {
  text-align: left;
  align-self: auto;
  padding-left: 0;
  font-size: 14px;
  line-height: 22px;
}

.footer-link {
  color: #ffffffb3;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover {
  color: #a25f4b;
}

.footer-link.link-twitter, .footer-link.link-face-icon, .footer-link.contato-pt {
  display: none;
}

.footer-link.c-esp {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.footer-grid-column {
  flex-direction: column;
  align-self: end;
  display: flex;
}

.footer-grid-column.c-esp {
  color: #fff;
}

.label-2 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label-2.cc-footer-section-headline.c-esp {
  opacity: .94;
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
}

.footer-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1.5fr;
  place-items: start;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.logo-image-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-image-2.cc-footer-logo {
  opacity: .92;
}

.footer-email-link {
  color: #fff;
  text-align: left;
  align-self: auto;
  height: 120%;
  font-size: 24px;
  line-height: 36px;
}

.footer-email-link:hover {
  color: #a25f4b;
}

.parceiros {
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.parceiros.n-div {
  background-color: #005d80;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
}

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

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

.div-contato-email {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-3 {
  color: #005d80;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  font-size: 22px;
  font-weight: 600;
}

.text-block-8, .heading-3 {
  text-align: center;
}

.heading-4 {
  border-bottom: 1px solid var(--white);
  color: #fff;
  text-align: center;
  flex: none;
  align-self: stretch;
  padding: 10px 40px;
  font-weight: 500;
  display: block;
}

.heading-4.diretoria {
  color: #000;
}

.heading-4.h-diretoria {
  letter-spacing: 4px;
  padding-top: 30px;
  font-size: 45px;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.div-block-13.div-diretoria {
  align-self: center;
  width: 80%;
}

.image {
  border-radius: 0%;
}

.noticias-em-destaque {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: none;
}

.grid-4 {
  background-color: #005d80;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  padding-top: 60px;
}

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

.div-block-15 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 800px;
  padding-bottom: 80px;
  display: grid;
}

.noticias-destaque {
  background-image: linear-gradient(338deg, #005d80, #0000), linear-gradient(#e8bf0852, #e8bf0852), url('../images/onibus.jpg');
  background-position: 0 0, 0 0, 100% 0;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 450px;
  margin: 20px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.button-3 {
  margin-top: 40px;
}

.bloco-noticias {
  border: 1px solid #ffffffa6;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  font-size: 18px;
  font-weight: 500;
}

.field-label-2 {
  display: none;
}

.link {
  color: #005d80;
  font-size: 28px;
  text-decoration: none;
}

.apoie-a-nossa-causa {
  text-align: center;
  background-color: #005d80;
  background-image: linear-gradient(#006489e3, #006489e3), url('../images/imagem-onibus-lateral-manifestacao-fretadores-pela-liberdade.jpeg'), url('../images/onibus.jpg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 90px;
  display: flex;
}

.grid-5 {
  border: 1px solid #fff;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  place-content: center space-between;
  place-items: center;
  width: auto;
  margin-top: 40px;
  padding: 40px 40px 40px 60px;
  display: inline-block;
}

.text-block-11 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  padding: 20px 40px;
  font-size: 26px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
  display: inline-block;
}

.list-item {
  color: #fff;
  text-align: left;
  font-size: 22px;
  line-height: 200%;
}

.bold-text {
  width: 80%;
  display: block;
}

.bold-text-2 {
  text-transform: uppercase;
  padding-top: 0;
  font-size: 16px;
  display: block;
}

.text-block-12 {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 60px;
  padding: 15px 60px;
  font-size: 26px;
  font-weight: 500;
}

.button-4:hover {
  color: #fff;
  background-color: #ffffff24;
  font-weight: 600;
}

.button-4.w--current {
  text-align: center;
  font-size: 26px;
}

.image-2 {
  padding-bottom: 0;
}

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 130px;
  display: flex;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  height: 130px;
  display: flex;
}

.text-block-13 {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.text-block-14 {
  text-align: left;
  font-size: 14px;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

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

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

.botao-leia-mais {
  color: #fff;
  letter-spacing: 2px;
  background-color: #1a1b1f;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.botao-leia-mais:hover {
  color: #fff;
}

.botao-leia-mais.cta-minimizar {
  text-transform: uppercase;
  display: none;
}

.texto-completo {
  display: none;
}

.text-block-15 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 26px;
  font-weight: 600;
}

.text-span-2 {
  text-align: center;
  padding-bottom: 10px;
  display: block;
}

.eventos {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 100px;
  display: none;
}

.grid-6 {
  background-color: #005d80;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-block {
  text-decoration: none;
  box-shadow: -8px 6px 11px -5px #000;
}

.div-block-20 {
  border-top: 1px solid #000;
  padding-top: 60px;
}

.dados-fretamento {
  background-color: #005d80;
  margin-top: 110px;
  padding-top: 60px;
  padding-bottom: 80px;
  display: none;
}

.div-block-21 {
  background-color: #fff;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #4a3c3c3d;
  border: 1px solid #ffffff54;
  border-radius: 7px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
  padding: 30px 40px;
}

.heading-5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
}

.paragraph {
  color: #fff;
  text-transform: uppercase;
  align-self: center;
  width: 90%;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 240%;
}

.numeros-dados {
  background-color: #ffffffcf;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
}

.text-block-16 {
  font-weight: 700;
}

.text-block-17 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

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

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  color: #ffd900;
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  font-weight: 600;
}

.text-span-13 {
  font-weight: 500;
}

.text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18 {
  font-weight: 600;
}

.text-span-19 {
  font-weight: 500;
}

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

.grid-8 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  color: #000;
  background-color: #fafafa;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  align-self: center;
  justify-items: center;
  width: 88%;
  margin-bottom: -115px;
  padding: 60px 40px;
  box-shadow: 0 8px 7px -5px #000;
}

.div-block-23 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-bottom: 20px;
  display: grid;
}

.text-block-20 {
  color: #686868;
  text-transform: uppercase;
  padding-top: 6px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-21 {
  color: #005d80;
  text-transform: none;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 21px;
  font-weight: 700;
}

.container-3 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  text-decoration: none;
}

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

.section-2 {
  background-image: url('../images/bg-topo-01.png');
  background-position: 100% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  text-transform: none;
  border-bottom: 1px solid #ffffff80;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link {
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  margin-right: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  text-decoration: none;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
}

.image-7 {
  opacity: 1;
  align-self: stretch;
  width: 100%;
  display: block;
}

.nav-menu {
  padding-bottom: 55px;
}

.not-cias {
  background-color: #fff0;
  background-image: url('../images/linhas_01.png');
  background-position: 0 100%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.heading-6 {
  color: #001440;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 17px 20px;
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
}

.div-abradee-news {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

.grid-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 94%;
  margin-bottom: 100px;
  padding: 20px;
  box-shadow: -4px 7px 8px -6px #000;
}

.text-news-abradee {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.lightbox-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-news-abradee {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-top: 10px;
  font-weight: 600;
}

.cta-news-abradee:hover {
  color: #fff;
  font-weight: 800;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
}

.grid-10.grid-news {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.div-block-202 {
  border: 3px solid #fa8f45;
  margin-top: 20px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 80px;
  padding: 80px 40px 20px;
  font-size: 100px;
  font-weight: 300;
  line-height: 100%;
}

.text-block-35 {
  color: #010e26;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}

.titulo-news-abradee {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.titulo-news-abradee.t23 {
  text-transform: none;
}

.eventos-2 {
  background-color: #fff;
  background-image: url('../images/linhas_01.png'), none;
  background-position: 100% 100%, 0 0;
  background-size: auto, auto;
  background-attachment: fixed, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.heading-8 {
  color: #1e3e78;
  text-align: center;
  border-bottom: 1px solid #1e3e78;
  justify-content: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 44px;
  font-weight: 500;
  display: flex;
}

.text-block-36 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #1e3e78;
  margin-bottom: 40px;
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
}

.youtube {
  margin-bottom: 140px;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 60px;
}

.div-block-203 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-perguntas {
  background-color: #fff;
  background-image: url('../images/bg-topo.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.banner-perguntas.div-2-perguntas {
  color: #0000;
  background-color: #fff;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.link-block-2.w--current {
  align-self: auto;
  width: 100%;
}

.grid-perguntas-abradee {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-199 {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: #7b5858;
}

.dropdown-list.w--open {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  display: block;
  position: static;
}

.div-block-200-lp {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.dropdown-link {
  width: auto;
  display: block;
  box-shadow: -1px 3px 8px #000;
}

.dropdown-link.caixa-faq.new-lp-txt {
  color: #000;
}

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

.caixa-faq {
  background-color: #fff;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 4px 8px -3px #000;
}

.caixa-faq.dropdown-link {
  display: block;
}

.link-block-3 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bloco-d-vidas-new-lp-abredee {
  background-color: #1e3e78;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 40px 60px;
  display: block;
  box-shadow: -3px 4px 8px -5px #000;
}

.faq-abredee {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg-rodape-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.text-block-33 {
  color: #222;
  flex: 1;
  align-self: center;
  font-size: 16px;
  font-weight: 600;
}

.text-block-33.m, .text-block-33.txt-mobile-esp {
  display: none;
}

.div-block-201 {
  justify-content: flex-end;
  align-items: flex-end;
  height: 0;
  display: flex;
}

.caixa-pergunta {
  justify-content: space-around;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.heading-9 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1e3e78;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 50%;
  padding: 15px 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  display: inline-block;
  box-shadow: 0 7px 8px -6px #000;
}

.heading-9:hover {
  color: #fff;
  background-color: #ff8f42;
}

.dropdown-toggle {
  width: 100%;
}

.dropdown-toggle.caixa-faq {
  cursor: pointer;
  height: 100%;
}

.dropdown-toggle.caixa-faq.w--open {
  height: auto;
}

.dropdown {
  flex: 1;
  padding-bottom: 0;
}

.bloco-sess-o {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1080px;
  margin-top: -127px;
  display: block;
}

@media screen and (max-width: 991px) {
  .sliders.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container {
    width: auto;
    overflow: hidden;
  }

  .button {
    justify-content: center;
    margin-bottom: 40px;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    align-self: stretch;
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

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

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .elementos {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    display: flex;
  }

  .elementos.div-especial {
    width: auto;
  }

  .div-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    align-self: auto;
  }

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

  .team-member-block {
    justify-content: flex-start;
  }

  .team-member-image {
    width: auto;
    height: 80px;
    margin-bottom: 10px;
  }

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

  .div-block-7 {
    grid-column-gap: 20px;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .label-2.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .footer-2 {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .logo-image-2.cc-footer-logo {
    margin-bottom: 10px;
  }

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

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

  .menu-button-2.w--open {
    background-color: #1e3e78;
  }

  .nav-link-3, .nav-link {
    text-align: center;
  }

  .nav-menu {
    text-align: center;
    background-color: #1e3e78;
  }

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

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

  .grid-10 {
    grid-template-columns: 1fr;
    max-width: 90%;
  }

  .heading-7 {
    font-size: 80px;
  }

  .bloco-d-vidas-new-lp-abredee {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-33 {
    font-size: 14px;
  }

  .heading-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bloco-sess-o {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .sliders {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sliders.cc-cta {
    padding: 15px;
  }

  .sliders.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sliders.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    align-self: stretch;
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .elementos {
    align-self: stretch;
  }

  .team-member-block {
    margin-bottom: 10px;
  }

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

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

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .grid-8, .not-cias {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-7 {
    font-size: 70px;
  }

  .div-block-199 {
    flex: none;
  }

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

  .bloco-d-vidas-new-lp-abredee {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-33 {
    font-size: 11px;
  }

  .heading-9 {
    font-size: 34px;
  }

  .dropdown-toggle.caixa-faq {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown {
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .sliders.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    padding-bottom: 0;
  }

  .button {
    width: 80%;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    font-size: 25px;
    line-height: 140%;
  }

  .menu-icon {
    text-align: center;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .motto-wrap {
    margin-bottom: 60px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .elementos.div-especial {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-2 {
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }

  .team-member-block {
    width: auto;
    margin-bottom: 12px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .team-member-name-2 {
    font-size: 14px;
  }

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

  .heading {
    font-size: 25px;
    line-height: 140%;
  }

  .heading.h-destaques {
    flex: 0 auto;
    font-size: 25px;
    display: block;
  }

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

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

  .div-block-9.noticias {
    padding-top: 140px;
    padding-bottom: 10px;
  }

  .form {
    flex-direction: column;
  }

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

  .submit-button {
    margin-top: 20px;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .small-paragraph {
    font-size: 12px;
  }

  .label-2.cc-footer-section-headline.c-esp {
    text-align: center;
  }

  .parceiros {
    padding-bottom: 0;
  }

  .parceiros.n-div {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .heading-4.h-diretoria {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

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

  .div-block-15 {
    grid-template-columns: 1fr;
  }

  .div-block-16, .div-block-17 {
    display: none;
  }

  .icon {
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .link {
    font-size: 20px;
  }

  .apoie-a-nossa-causa, .grid-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-11 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .button-4 {
    font-size: 24px;
  }

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

  .grid-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .paragraph {
    font-size: 18px;
  }

  .numeros-dados {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-17 {
    font-size: 18px;
    line-height: 120%;
  }

  .text-block-19 {
    font-size: 33px;
  }

  .grid-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    padding: 40px 20px;
  }

  .div-block-23 {
    width: auto;
    margin-bottom: 20px;
  }

  .text-block-20 {
    height: 61.9727px;
    font-size: 13px;
    line-height: 20px;
  }

  .text-block-21 {
    justify-content: center;
    align-items: center;
    height: 67.2266px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    display: flex;
  }

  .nav-link-2 {
    text-align: center;
    border-bottom-style: none;
  }

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

  .menu-button-2 {
    background-color: #1e3e78;
  }

  .menu-button-2.w--open {
    text-align: center;
    background-color: #1e3e78;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .nav-link-3 {
    text-align: center;
    border-bottom-style: none;
    padding-bottom: 20px;
  }

  .nav-link {
    text-align: center;
    border-bottom-style: none;
  }

  .text-block-34 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
  }

  .image-7 {
    margin-top: 40px;
  }

  .nav-menu {
    background-color: #1e3e78;
  }

  .not-cias {
    padding-top: 60px;
    padding-bottom: 110px;
  }

  .heading-6 {
    font-size: 20px;
    font-weight: 500;
  }

  .grid-10 {
    max-width: 95%;
  }

  .div-block-202 {
    padding: 8px 10px;
    font-size: 12px;
  }

  .heading-7 {
    padding-top: 60px;
    font-size: 45px;
    font-weight: 400;
  }

  .grid-perguntas-abradee {
    grid-row-gap: 10px;
  }

  .div-block-199 {
    flex: 0 auto;
    align-self: flex-start;
    align-items: flex-end;
  }

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

  .dropdown-link {
    padding: 20px 10px;
    font-size: 10px;
    line-height: 130%;
    display: block;
  }

  .bloco-d-vidas-new-lp-abredee {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .image-6 {
    text-align: left;
    align-self: auto;
    width: 22px;
  }

  .text-block-33 {
    flex: none;
    justify-content: flex-start;
    width: auto;
    padding-bottom: 10px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
  }

  .text-block-33.txt-desk {
    display: none;
  }

  .text-block-33.m, .text-block-33.txt-mobile-esp {
    display: block;
  }

  .text-block-33.d {
    display: none;
  }

  .heading-9 {
    font-size: 30px;
    font-weight: 500;
  }

  .dropdown-toggle.caixa-faq {
    flex-direction: row;
    align-items: flex-start;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bloco-sess-o {
    width: 95%;
  }
}

#w-node-_6090703f-37cf-4a49-027a-7f6a890b7e80-c2f4fbcc, #diaspromessa.w-node-be756c36-90fb-a631-090d-d5b7feca5396-c2f4fbcc, #movimento.w-node-_98dae7df-17bc-2331-e111-f368cc6e7260-c2f4fbcc, #recolhimento.w-node-db112cc8-0f85-c002-2f3c-176273f70a71-c2f4fbcc, #empregos.w-node-_2ef18d13-a151-9dbf-9f3e-a98edbd8d581-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_126ea09b-f04b-17fe-7136-c4959bdc5d1f-c2f4fbcc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_78337966-18be-ed38-876c-5b344e745f20-c2f4fbcc {
  place-self: stretch stretch;
}

#w-node-_49046d6d-66e9-ee8e-d647-b2e2477504f2-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e48e946e-d6c1-172e-a303-b6a64be90c0e-c2f4fbcc, #w-node-_7248b8f5-ad5b-a471-4e71-e59e69c8591b-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcf049f8-60a9-bc82-42c3-85740bd608b2-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bcf049f8-60a9-bc82-42c3-85740bd608b3-c2f4fbcc, #w-node-bcf049f8-60a9-bc82-42c3-85740bd608b5-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57e04c40-0f33-1b20-dac8-0d18665db2ac-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_57e04c40-0f33-1b20-dac8-0d18665db2ad-c2f4fbcc, #w-node-_57e04c40-0f33-1b20-dac8-0d18665db2af-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd488bf3-85a9-8ccd-330d-ae025b6821a5-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bd488bf3-85a9-8ccd-330d-ae025b6821a6-c2f4fbcc, #w-node-bd488bf3-85a9-8ccd-330d-ae025b6821a8-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7da42d0-54fe-7301-83d1-48c094fb7b0a-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c7da42d0-54fe-7301-83d1-48c094fb7b0b-c2f4fbcc, #w-node-c7da42d0-54fe-7301-83d1-48c094fb7b0d-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a377da7a-023e-5a56-3c05-75260898ac1a-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a377da7a-023e-5a56-3c05-75260898ac1b-c2f4fbcc, #w-node-a377da7a-023e-5a56-3c05-75260898ac1d-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d9634c5-768b-bda1-90d9-0b8097f57e9e-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0d9634c5-768b-bda1-90d9-0b8097f57e9f-c2f4fbcc, #w-node-_0d9634c5-768b-bda1-90d9-0b8097f57ea1-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca8c34d-76f3-5eef-33ca-0ef7b8977709-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2ca8c34d-76f3-5eef-33ca-0ef7b897770a-c2f4fbcc, #w-node-_2ca8c34d-76f3-5eef-33ca-0ef7b897770c-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c072c9ac-0768-3206-c984-f2bcf66d8523-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c072c9ac-0768-3206-c984-f2bcf66d8524-c2f4fbcc, #w-node-c072c9ac-0768-3206-c984-f2bcf66d8526-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd9bf971-d44f-6238-d05a-b52d5a3ec8d7-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-dd9bf971-d44f-6238-d05a-b52d5a3ec8d8-c2f4fbcc, #w-node-dd9bf971-d44f-6238-d05a-b52d5a3ec8da-c2f4fbcc, #w-node-_4e23396d-6753-ee1b-e4e5-50bda186a26d-c2f4fbcc, #w-node-_199e1fd9-26f6-9755-1f7f-1b7a6c76aefb-c2f4fbcc, #w-node-e306523c-262a-3e51-044b-c3d6ac010a48-c2f4fbcc, #w-node-_4d3e5610-df28-58df-cdae-9b318303252f-c2f4fbcc, #w-node-_5a9d6577-4f3f-dceb-f551-c92fcace5860-c2f4fbcc, #w-node-_70c268cd-7766-8a25-8bde-4eb18d7c2f8a-c2f4fbcc, #w-node-_70c268cd-7766-8a25-8bde-4eb18d7c2f90-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52d51423-a5c0-a1d5-c732-3e97a74e37c6-c2f4fbcc {
  place-self: stretch center;
}

#w-node-_138a9c49-0b74-2400-2eef-81576cfef276-c2f4fbcc {
  place-self: center;
}

#w-node-_94cba6eb-56d2-4cf1-3b14-3292fdc3d9a7-c2f4fbcc {
  justify-self: center;
}

#w-node-c5fba86c-069d-6272-1f4a-db2ed8457de4-c2f4fbcc, #w-node-c5fba86c-069d-6272-1f4a-db2ed8457de7-c2f4fbcc, #w-node-c5fba86c-069d-6272-1f4a-db2ed8457e02-c2f4fbcc, #w-node-c5fba86c-069d-6272-1f4a-db2ed8457e05-c2f4fbcc, #w-node-c5fba86c-069d-6272-1f4a-db2ed8457dd7-c2f4fbcc, #w-node-c5fba86c-069d-6272-1f4a-db2ed8457dda-c2f4fbcc, #w-node-c5fba86c-069d-6272-1f4a-db2ed8457df5-c2f4fbcc, #w-node-c5fba86c-069d-6272-1f4a-db2ed8457df8-c2f4fbcc {
  align-self: stretch;
}

#w-node-_4be4375d-df90-f8ed-e7ec-39668575a6bd-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0dfad112-e35c-4903-9727-9de1be7f3d93-c2f4fbcc, #w-node-c048dfbf-eda0-508b-a004-30a5b7888e35-c2f4fbcc {
  place-self: center;
}

#contato.w-node-_6ee37f04-6ca8-b77e-ef32-82c378aa8845-c2f4fbcc {
  place-self: center stretch;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021528-c2f4fbcc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021529-c2f4fbcc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3bad85e7-65c8-487b-e722-d1333302152e-c2f4fbcc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021530-c2f4fbcc {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start stretch;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021542-c2f4fbcc {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021546-c2f4fbcc {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start stretch;
}

#w-node-_3bad85e7-65c8-487b-e722-d1333302154d-c2f4fbcc {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center start;
}

#w-node-_3bad85e7-65c8-487b-e722-d1333302154f-c2f4fbcc {
  grid-area: 2 / 4 / 3 / 5;
  place-self: start stretch;
}

#w-node-e0092cbd-31b2-c7b2-a4c5-ffbb7b14b2e1-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7c8b2dc3-3638-1e8c-0f71-edb7b60be9fd-c2f4fbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-5bf4fbd0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-5bf4fbd0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-5bf4fbd0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-5bf4fbd0 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-5bf4fbd0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-5bf4fbd0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-2af4fbd2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-2af4fbd2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-2af4fbd2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-2af4fbd2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-2af4fbd2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_126ea09b-f04b-17fe-7136-c4959bdc5d1f-9bf4fbd3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_78337966-18be-ed38-876c-5b344e745f20-9bf4fbd3 {
  place-self: stretch stretch;
}

#w-node-_4e23396d-6753-ee1b-e4e5-50bda186a26d-9bf4fbd3, #w-node-_199e1fd9-26f6-9755-1f7f-1b7a6c76aefb-9bf4fbd3, #w-node-e306523c-262a-3e51-044b-c3d6ac010a48-9bf4fbd3, #w-node-_4d3e5610-df28-58df-cdae-9b318303252f-9bf4fbd3, #w-node-_5a9d6577-4f3f-dceb-f551-c92fcace5860-9bf4fbd3, #w-node-_70c268cd-7766-8a25-8bde-4eb18d7c2f8a-9bf4fbd3, #w-node-_70c268cd-7766-8a25-8bde-4eb18d7c2f90-9bf4fbd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52d51423-a5c0-a1d5-c732-3e97a74e37c6-9bf4fbd3, #w-node-d05d914c-7403-df8a-93b9-988de400c906-9bf4fbd3 {
  place-self: stretch center;
}

#w-node-_138a9c49-0b74-2400-2eef-81576cfef276-9bf4fbd3 {
  place-self: center;
}

#w-node-_94cba6eb-56d2-4cf1-3b14-3292fdc3d9a7-9bf4fbd3 {
  justify-self: center;
}

#w-node-_881142f3-ed12-31fe-7db8-456becb65e89-9bf4fbd3, #w-node-_881142f3-ed12-31fe-7db8-456becb65e8f-9bf4fbd3, #w-node-_881142f3-ed12-31fe-7db8-456becb65e95-9bf4fbd3, #w-node-_881142f3-ed12-31fe-7db8-456becb65e9d-9bf4fbd3 {
  align-self: stretch;
}

#w-node-_0dfad112-e35c-4903-9727-9de1be7f3d93-9bf4fbd3, #w-node-c048dfbf-eda0-508b-a004-30a5b7888e35-9bf4fbd3 {
  place-self: center;
}

#contato.w-node-_6ee37f04-6ca8-b77e-ef32-82c378aa8845-9bf4fbd3 {
  place-self: center stretch;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021528-9bf4fbd3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021529-9bf4fbd3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3bad85e7-65c8-487b-e722-d1333302152e-9bf4fbd3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021530-9bf4fbd3 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start stretch;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021542-9bf4fbd3 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021546-9bf4fbd3 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start stretch;
}

#w-node-_3bad85e7-65c8-487b-e722-d1333302154d-9bf4fbd3 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_3bad85e7-65c8-487b-e722-d1333302154f-9bf4fbd3 {
  grid-area: 2 / 4 / 3 / 5;
  place-self: start stretch;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-42f4fbd4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-42f4fbd4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-7bf4fbd7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-7bf4fbd7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-7bf4fbd7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-ccf4fbda {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-ccf4fbda {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-ccf4fbda {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-ccf4fbda {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-ccf4fbda {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-ccf4fbda {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_138a9c49-0b74-2400-2eef-81576cfef276-d3c5c082 {
  place-self: center;
}

#w-node-_94cba6eb-56d2-4cf1-3b14-3292fdc3d9a7-d3c5c082 {
  justify-self: center;
}

#w-node-fcf81f57-6965-23a7-f698-7f4045437078-d3c5c082, #w-node-fcf81f57-6965-23a7-f698-7f404543707b-d3c5c082, #w-node-_2ffb11d9-143e-10e2-efe6-eeb58c0addee-d3c5c082, #w-node-_2ffb11d9-143e-10e2-efe6-eeb58c0addf1-d3c5c082, #w-node-_2ffb11d9-143e-10e2-efe6-eeb58c0adde1-d3c5c082, #w-node-_2ffb11d9-143e-10e2-efe6-eeb58c0adde4-d3c5c082, #w-node-_198a9889-22ca-879e-242d-76d3ca7e9760-d3c5c082, #w-node-_198a9889-22ca-879e-242d-76d3ca7e9763-d3c5c082, #w-node-_198a9889-22ca-879e-242d-76d3ca7e976d-d3c5c082, #w-node-_198a9889-22ca-879e-242d-76d3ca7e9770-d3c5c082, #w-node-_198a9889-22ca-879e-242d-76d3ca7e9786-d3c5c082, #w-node-_198a9889-22ca-879e-242d-76d3ca7e9789-d3c5c082, #w-node-_198a9889-22ca-879e-242d-76d3ca7e977b-d3c5c082, #w-node-_198a9889-22ca-879e-242d-76d3ca7e977e-d3c5c082, #w-node-_198a9889-22ca-879e-242d-76d3ca7e9792-d3c5c082, #w-node-_198a9889-22ca-879e-242d-76d3ca7e9795-d3c5c082 {
  align-self: stretch;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021528-d3c5c082 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021529-d3c5c082 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3bad85e7-65c8-487b-e722-d1333302152e-d3c5c082 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021530-d3c5c082 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start stretch;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021542-d3c5c082 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-_3bad85e7-65c8-487b-e722-d13333021546-d3c5c082 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start stretch;
}

#w-node-_3bad85e7-65c8-487b-e722-d1333302154d-d3c5c082 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center start;
}

#w-node-_3bad85e7-65c8-487b-e722-d1333302154f-d3c5c082 {
  grid-area: 2 / 4 / 3 / 5;
  place-self: start stretch;
}

#w-node-e0092cbd-31b2-c7b2-a4c5-ffbb7b14b2e1-d3c5c082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7c8b2dc3-3638-1e8c-0f71-edb7b60be9fd-d3c5c082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc544-683cd6c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc557-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc55a-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc564-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc567-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc571-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc574-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc581-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc584-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc58e-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc591-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc59c-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc59f-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc5a9-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc5ac-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc5b6-683cd6c6, #w-node-_2d9ba0db-e41f-697e-48d2-48be89fbc5b9-683cd6c6 {
  align-self: stretch;
}

#w-node-_1e36e949-4267-70ad-fbb0-e1bef6e44e12-683cd6c6, #w-node-_1e36e949-4267-70ad-fbb0-e1bef6e44e14-683cd6c6, #w-node-_1e36e949-4267-70ad-fbb0-e1bef6e44e15-683cd6c6, #w-node-_1e36e949-4267-70ad-fbb0-e1bef6e44e17-683cd6c6, #w-node-_1e36e949-4267-70ad-fbb0-e1bef6e44e18-683cd6c6, #w-node-_1e36e949-4267-70ad-fbb0-e1bef6e44e1a-683cd6c6, #w-node-_52d51f3d-8b63-7883-08fe-f3990427abf9-683cd6c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52d51f3d-8b63-7883-08fe-f3990427abfb-683cd6c6, #w-node-_52d51f3d-8b63-7883-08fe-f3990427ac0c-683cd6c6, #w-node-_52d51f3d-8b63-7883-08fe-f3990427ac26-683cd6c6, #w-node-_52d51f3d-8b63-7883-08fe-f3990427ac3b-683cd6c6 {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_126ea09b-f04b-17fe-7136-c4959bdc5d1f-c2f4fbcc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_78337966-18be-ed38-876c-5b344e745f20-c2f4fbcc {
    justify-self: auto;
  }

  #w-node-_52d51423-a5c0-a1d5-c732-3e97a74e37c6-c2f4fbcc {
    align-self: stretch;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-5bf4fbd0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-5bf4fbd0 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-5bf4fbd0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-5bf4fbd0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-2af4fbd2, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-2af4fbd2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-2af4fbd2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_126ea09b-f04b-17fe-7136-c4959bdc5d1f-9bf4fbd3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_78337966-18be-ed38-876c-5b344e745f20-9bf4fbd3 {
    justify-self: auto;
  }

  #w-node-_52d51423-a5c0-a1d5-c732-3e97a74e37c6-9bf4fbd3 {
    align-self: stretch;
  }

  #w-node-d05d914c-7403-df8a-93b9-988de400c906-9bf4fbd3 {
    align-self: start;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-42f4fbd4, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-ccf4fbda {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-ccf4fbda {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-ccf4fbda {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-ccf4fbda {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-5bf4fbd0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-5bf4fbd0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-5bf4fbd0 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-5bf4fbd0 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-5bf4fbd0 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_52d51f3d-8b63-7883-08fe-f3990427abfb-683cd6c6 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49046d6d-66e9-ee8e-d647-b2e2477504f2-c2f4fbcc {
    place-self: auto stretch;
  }

  #w-node-e48e946e-d6c1-172e-a303-b6a64be90c0e-c2f4fbcc {
    align-self: center;
  }

  #w-node-bcf049f8-60a9-bc82-42c3-85740bd608b3-c2f4fbcc {
    place-self: center stretch;
  }

  #w-node-_57e04c40-0f33-1b20-dac8-0d18665db2ad-c2f4fbcc, #w-node-bd488bf3-85a9-8ccd-330d-ae025b6821a6-c2f4fbcc {
    align-self: center;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-ccf4fbda {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-ccf4fbda {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-ccf4fbda {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-ccf4fbda {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-ccf4fbda {
    grid-area: 6 / 1 / 7 / 2;
  }
}


