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

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

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

body {
  font-family: 'Droid Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 52px;
  line-height: 66px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
}

p {
  margin-bottom: 1.6em;
  font-size: 15px;
  line-height: 1.6em;
}

a {
  font-family: 'Droid Sans', sans-serif;
  color: #222;
  font-size: 15px;
  line-height: 1.6em;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #636363;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 3px solid #ebebeb;
  font-size: 19px;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 80px;
  text-align: center;
}

.project-hero-copy {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-headline {
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 400;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.body {
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.button {
  height: auto;
  padding: 7px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #bf3729;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.button:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.button.serv {
  width: 100%;
  letter-spacing: 0px;
}

.button.news {
  height: 42px;
}

.button.destak {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-left: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #bf3729;
  background-color: #ff9d00;
  font-weight: 700;
}

.button.destak:hover {
  background-color: #a1291d;
  background-color: #ff9d00;
  box-shadow: none;
}

.button.destaques {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 6%;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  background-color: rgba(51, 51, 51, 0.51);
  font-weight: 700;
  text-transform: uppercase;
}

.button.cookies {
  margin-right: 19px;
  background-color: #a3a3a3;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.button.cookies.sim {
  background-color: #009c6a;
}

.project-content {
  display: block;
}

.project-content figure {
  margin-top: 10px;
  margin-bottom: 50px;
}

.project-content img {
  display: block;
}

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

.project-hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.project-services {
  padding-left: 0px;
}

.project-services ul {
  padding-left: 20px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-hero-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1000px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-family: 'Droid Sans', sans-serif;
  color: #222;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #bf3729;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block.cc-light-grey-2 {
  background-color: #d9d9d9;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.style-guide-title-section {
  margin-bottom: 10px;
}

.style-guide-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
}

.style-guide-label-column {
  min-height: 44px;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.style-guide-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0px 0px;
  background-size: 16px;
}

.style-guide-logo-box.cc-dark {
  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/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.link {
  display: block;
  float: right;
}

.style-guide-label-link {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-decoration: none;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.input {
  height: 49px;
  padding: 14px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0dedc;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(34, 34, 34, 0.2);
  line-height: 20px;
}

.input:hover {
  border-color: #d9d9d9;
  box-shadow: 0 0 6px 0 rgba(34, 34, 34, 0.35);
}

.input:focus {
  border-color: #e0dedc;
  box-shadow: 0 1px 19px 0 rgba(34, 34, 34, 0.2);
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.form-success {
  background-color: #1cec88;
  color: #1cec88;
}

.success-message {
  border-radius: 4px;
  background-color: rgba(32, 206, 123, 0.1);
  color: #20ce7b;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.card {
  margin: 15px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.card-title {
  margin-top: 0px;
}

.card-paragraph {
  margin-bottom: 0px;
}

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f3f5;
}

.card-wrap {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.tab-pane {
  padding: 30px 40px 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #aaa;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #333;
  color: #222;
}

.tab-menu {
  padding-right: 5px;
  padding-left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 #d9d9d9;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #d9d9d9;
}

.heading {
  font-size: 52px;
  line-height: 66px;
  font-weight: 700;
}

.heading-2 {
  font-weight: 500;
}

.icon {
  font-family: 'Icons 20', sans-serif;
  font-size: 16px;
}

.icon.left {
  margin-right: 10px;
}

.icon.left.material {
  margin-right: 6px;
  font-size: 14px;
}

.icon.left.material.page {
  font-size: 16px;
}

.icon-block {
  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;
}

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

.icon-description {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4em;
  text-align: center;
}

.text-field {
  border-radius: 6px;
}

.text-field-2 {
  border-radius: 6px;
}

.style-guide-nav {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.sg-navlink.w--current {
  color: #bf3729;
}

.sg-container {
  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;
}

.sg-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.section {
  height: auto;
  padding: 80px 5%;
}

.section.destaque {
  overflow: hidden;
  padding-left: 5%;
  background-color: #fff;
}

.section.servi-os {
  overflow: hidden;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f5), to(#d9d9d9));
  background-image: linear-gradient(180deg, #f3f3f5, #d9d9d9);
}

.section.news {
  padding-top: 29px;
  padding-bottom: 29px;
  background-color: #333;
  color: #fff;
}

.section.about {
  position: static;
  overflow: visible;
}

.section.materiais {
  background-color: #f3f3f5;
}

.section.materiais.page {
  background-color: #ffffff;
}

.section.banner-central {
  background-image: url('../images/novo-banner_fale.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section.header-material {
  background-color: #530901;
}

.container-3 {
  max-width: 1240px;
}

.container {
  overflow: visible;
  max-width: 1240px;
}

.container.neav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-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;
}

.container.newsletter {
  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;
}

.container.about {
  position: static;
}

.navbar-2 {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  color: #fff;
}

.image {
  width: 310px;
}

.brand {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand.mob {
  display: none;
}

.nav-menu {
  width: 100%;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
  color: #fff;
}

.nav-col._1 {
  width: 40%;
}

.nav-col.first {
  width: 33%;
}

.nav-col.second {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-col.center {
  padding-right: 26px;
  padding-left: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  margin-right: 17px;
  padding: 6px 9px;
  border-radius: 4px;
  font-family: 'Droid Sans', sans-serif;
  color: #333;
  font-size: 15px;
}

.nav-link:hover {
  background-color: #b12c1f;
  background-color: #ff9d00;
  color: #fff;
}

.nav-link.w--current {
  background-color: #a51f12;
  background-color: #ff9d00;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.nav-link.parceiro-mob {
  display: none;
}

.search-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.14);
}

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

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

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

.busca {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-input {
  width: auto;
  height: 42px;
  max-width: 750px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-width: 1px;
  border-color: #bf3729;
  border-radius: 0px;
  background-color: transparent;
}

.search-input:focus {
  border-style: none none solid;
  border-width: 1px;
  border-color: #bf3729;
}

.search-button {
  height: 42px;
  border-radius: 4px;
  background-color: #bf3729;
}

.search-button.naked {
  position: absolute;
  left: auto;
  right: 0px;
  background-color: transparent;
  color: #bf3729;
}

.slider-home {
  height: 530px;
}

.banner-img-desk {
  width: 100%;
  height: 100%;
}

.banner-img-mob {
  display: none;
  width: 100%;
  height: 100%;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.left-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
}

.slider-destaque {
  overflow: visible;
  height: 440px;
  background-color: transparent;
}

.destaque-card {
  width: 100%;
  height: 440px;
  background-color: #fff;
}

.mask {
  overflow: visible;
  width: 280px;
  height: 440px;
}

.slide-nav-2 {
  display: none;
}

.slide-destaque {
  margin-right: 28px;
}

.destaque-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-2 {
  font-family: 'Icons 20', sans-serif;
  font-size: 14px;
  text-align: center;
}

.icon-2.slider {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
}

.icon-2.slider {
  font-size: 16px;
  line-height: 24px;
}

.left-arrow-2 {
  position: relative;
  left: 0%;
  float: left;
}

.section-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-top: 18px;
  margin-right: 22px;
  padding-right: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ffe7e5;
  color: #bf3729;
}

.section-arrows.direita {
  position: absolute;
  left: auto;
  top: 0%;
  right: -4%;
  bottom: 0%;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
}

.section-arrows.esquerda {
  position: absolute;
  left: -5%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
}

.title-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-wrap-left.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.title {
  max-width: 500px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.title.sev {
  color: #530901;
}

.heading-primary {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #530901;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.text-span {
  color: #bf3729;
}

.link-2 {
  color: #a57b77;
  font-size: 16px;
  text-decoration: none;
}

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

.fa {
  margin-right: 5px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.service-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  height: 410px;
  padding: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}

.serv-img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #d9d9d9;
}

.blog-descripton {
  overflow: hidden;
  height: auto;
  max-height: 61px;
  margin-bottom: 24px;
}

.image-3 {
  -o-object-fit: cover;
  object-fit: cover;
}

.materiais-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30vw;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background-color: transparent;
  text-align: left;
}

.blog-card.secondary {
  width: auto;
  height: 14.4vw;
}

.blog-image {
  position: relative;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 17px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #d9d9d9;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-title {
  overflow: hidden;
  height: auto;
  max-height: none;
}

.blog-title.secondary {
  height: auto;
  max-height: none;
}

.postdate {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 4px 13px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  white-space: nowrap;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 0;
}

.tag-categoria {
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form.newsletter {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field-3 {
  width: 330px;
  height: 42px;
  margin-right: 10px;
  border-radius: 4px;
}

.text-field-3.newsletter {
  margin-bottom: 0px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

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

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

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

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

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

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

.footer-info {
  display: inline-block;
  font-size: 13px;
}

.footer-info.redes {
  margin-top: 11px;
  padding-bottom: 6px;
  padding-left: 19px;
  color: #333;
  text-align: center;
}

.footer-info.rodaredes {
  margin-top: 11px;
  padding-bottom: 6px;
  padding-left: 19px;
  color: #333;
  text-align: center;
}

.coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.fa-2 {
  margin-right: 8px;
  padding-right: 0px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  font-size: 21px;
  text-align: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-2 {
  padding: 60px 5% 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f3f3f5;
  color: #333;
  text-align: center;
}

.container-footer {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-note {
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.footer-note._2 {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.nav-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 100px;
  padding: 10px 19px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #e84922;
}

.nav-link-2.link-hover-ix {
  font-family: 'Droid Sans', sans-serif;
  color: #530901;
  font-size: 12px;
}

.nav-link-2.link-hover-ix.insta {
  color: #a93692;
}

.nav-link-2.link-hover-ix.youtube {
  color: #bf3729;
}

.nav-link-2.link-hover-ix.face {
  color: #395693;
}

.nav-link-2.link-hover-ix.linkedin {
  color: #0e72a3;
}

.logo-rodape {
  width: 160px;
}

.footer-link-nav {
  display: inline-block;
  padding: 9px;
  text-decoration: none;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #d9d9d9;
}

.bg-img-pattern {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  z-index: -6;
}

.serv-card-title {
  margin-top: 0px;
  color: #146cb4;
}

.serv-card-title.modal {
  color: #bf3729;
  font-size: 24px;
  font-weight: 700;
}

.wrap-left {
  position: sticky;
  left: 0%;
  top: 28%;
  right: auto;
  bottom: 36%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  padding-right: 29px;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-5 {
  width: 100%;
  height: 200px;
  margin-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-3 {
  font-family: 'Icons 20', sans-serif;
}

.icon-3.rightspace {
  padding-right: 11px;
}

.icon-3.rightspace {
  padding-right: 11px;
}

.icon-3.icon-contact {
  width: 40px;
  height: 40px;
  margin-right: 14px;
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(189, 35, 34, 0.23);
  border-radius: 20px;
  background-color: rgba(189, 35, 34, 0.09);
  color: #c01b1a;
  font-size: 18px;
  line-height: 18px;
}

.icon-3.icon-contact.wtap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.button-3 {
  height: auto;
  padding: 7px 32px;
  border-radius: 4px;
  background-color: #304277;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.button-3:hover {
  background-color: #146cb4;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.serv-card {
  display: block;
  width: 48%;
  margin-bottom: 33px;
  padding: 24px 37px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -3px 13px 14px -16px #304277;
  color: #636363;
  font-weight: 500;
}

.home-serv-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.serv-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.serv-col._2 {
  position: static;
  z-index: 1;
  display: block;
  width: 70%;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.frase-serv {
  margin-top: 27px;
  margin-bottom: 25px;
  font-family: 'Droid Sans', sans-serif;
  color: #304277;
  font-size: 60px;
  line-height: 1.3em;
  text-align: left;
}

.frase-serv._2 {
  font-size: 30px;
}

.icon-serv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: rgba(20, 108, 180, 0.09);
  color: #146cb4;
  font-size: 28px;
  cursor: default;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.title-wrap.ancora {
  margin-top: 0px;
  padding-top: 116px;
}

.sobre-secao {
  margin-top: 0px;
  margin-bottom: 91px;
}

.sobre-wrap-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #333;
}

.sobre-personcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  color: #333;
  text-align: center;
}

.sobre-img {
  width: 100px;
  height: 100px;
  margin-bottom: 6px;
  border-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.funcionario-name {
  color: #530901;
  font-weight: 700;
  text-align: center;
}

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

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

.ano {
  color: #636363;
  font-size: 11px;
}

.image-6 {
  width: 80px;
  height: 80px;
  border-radius: 60px;
}

.feracoes-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-span-6 {
  color: #bf3729;
  font-size: 12px;
  line-height: 19px;
}

.heading-7 {
  color: #530901;
}

.presidente {
  color: #bf3729;
  font-size: 13px;
  line-height: 23px;
}

.federacao-item {
  width: 240px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 18px 13px -9px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 150ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 150ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 150ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 150ms cubic-bezier(.215, .61, .355, 1);
}

.federacao-item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.text-block-9 {
  margin-top: 9px;
  margin-bottom: 9px;
  color: #a57b77;
  font-size: 12px;
}

.text-span-7 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.sidebar-nav-link {
  width: 100%;
  margin-bottom: 14px;
  padding: 15px 15px 15px 21px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.sidebar-nav-link:hover {
  background-color: rgba(191, 55, 41, 0.02);
}

.sidebar-nav-link.w--current {
  background-color: rgba(191, 55, 41, 0.03);
  color: #bf3729;
}

.acontecimento-foto {
  height: auto;
  max-height: 200px;
  max-width: 200px;
  min-height: 140px;
  min-width: 140px;
  margin: 0px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.fa-3 {
  margin-right: 5px;
}

.paragraph-3 {
  margin-bottom: 0em;
  color: #636363;
  font-size: 12px;
}

.column-2-aconteciment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  -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;
}

.column-1-aconteciment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.heading-5 {
  color: #1f0301;
  text-align: left;
}

.heading-5.timeline {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #bf3729;
  font-weight: 700;
}

.data-acontecimento {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 4px 13px 4px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #a57b77;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.card-content-wrap {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #6b539a;
  text-align: center;
}

.card-content-wrap.timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 162px;
  margin-bottom: 0px;
  padding: 0px 10px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: transparent;
  text-align: left;
  cursor: pointer;
}

.upper-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 5%;
  background-color: #fff;
}

.lower-nav {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 5%;
  background-color: #f3f3f5;
}

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fa-4 {
  font-family: 'Font awesome 5 brands 400', sans-serif;
  font-size: 21px;
}

.fa-4.redes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: transparent;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.serv-dest-img-wrap {
  margin-bottom: 60px;
}

.serv-destaque-img {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
	.serv-destaque-img {
		-o-object-fit: contain;
		object-fit: contain;
	}
}

.card-material {
  width: 13vw;
}

.material-img {
  overflow: hidden;
  width: 13vw;
  height: 17vw;
  border-radius: 9px;
  box-shadow: 1px 12px 17px -9px rgba(99, 99, 99, 0.57);
}

.material-title {
  height: 84px;
  font-size: 17px;
  font-weight: 400;
}

.material-title-text {
  overflow: hidden;
  max-height: 80px;
  font-size: 17px;
}

.material-title-text.page {
  font-size: 20px;
}

.material-text-description {
  color: #636363;
}

.material-text-description.page {
  margin-bottom: 11px;
  font-size: 17px;
}

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

.post-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.49);
}

.back-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.73)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.73));
}

.div-block-8 {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.new-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1em;
}

.form-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.form-block.newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-primary-2 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #530901;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-primary-2.h3-centre {
  max-width: 700px;
  color: #bf3729;
  text-align: center;
}

.heading-primary-2.h3-centre.video {
  color: #fff;
}

.link-3 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-3:hover {
  color: #bf3729;
}

.image-7 {
  border-radius: 7px;
}

.title-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: 31px;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  text-align: left;
}

.section-3 {
  padding: 80px 5%;
  background-color: #530901;
}

.columns {
  margin-top: 31px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
}

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

.link-block-5 {
  padding: 11px;
  border-radius: 8px;
  background-color: #300500;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.link-block-5:hover {
  -webkit-transform: translate(0px, -9px);
  -ms-transform: translate(0px, -9px);
  transform: translate(0px, -9px);
}

.container-10 {
  padding-top: 101px;
  padding-bottom: 101px;
}

.youtube {
  border-radius: 0px;
}

.paragraph-6 {
  color: #d1b5b2;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.link-footer {
  text-decoration: none;
}

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

.banner-central-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.54);
}

.text-block-10 {
  margin-bottom: 26px;
  padding-bottom: 0px;
}

.div-block-9 {
  position: static;
  top: 0px;
  width: auto;
  height: auto;
  background-color: transparent;
}

.sobre-historico {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 91px;
}

.time-line-col {
  width: 100%;
}

.time-line-col.marcador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  cursor: default;
}

.time-line-col.descricao {
  padding-top: 68px;
  padding-left: 20px;
}

.bolinha3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #636363;
  border-radius: 30px;
}

.bolinha-1 {
  position: absolute;
  width: 25px;
  height: 25px;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #bf3729;
  border-radius: 15px;
  background-color: #bf3729;
}

.bolinha-2 {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #bf3729;
  border-radius: 20px;
  background-color: transparent;
}

.linha-vertical {
  position: relative;
  z-index: -1;
  width: 2px;
  height: 162px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d9d9d9;
}

.traco-h {
  width: 60px;
  height: 2px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #d9d9d9;
}

.bolinha4 {
  width: 15px;
  height: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 7.5px;
  background-color: #d9d9d9;
}

.serv-link {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
  text-decoration: none;
}

.modal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-content-container {
  overflow: auto;
  height: auto;
  max-height: 60vh;
  margin-bottom: 0px;
}

.historico-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 80;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(10, 6, 6, 0.31);
}

.div-block-10 {
  position: absolute;
  left: 12%;
  top: auto;
  right: 12%;
  bottom: auto;
  padding: 42px;
  border-radius: 20px;
  background-color: #fff;
}

.icon-serv-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 58px;
  margin-bottom: 21px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: rgba(20, 108, 180, 0.09);
  color: #146cb4;
  font-size: 28px;
  cursor: default;
}

.icon-serv-2.space {
  margin-right: 15px;
}

.t-picos {
  width: auto;
  height: auto;
}

.modal-serv-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-top: 40px;
  margin-right: 40px;
  padding: 8px 14px;
  border-radius: 4px;
  background-color: #bf3729;
  color: #fff;
  text-decoration: none;
}

.modal-serv-link:hover {
  background-color: #530901;
}

.service-grid-content {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.title-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  text-align: left;
}

.grid-materiais-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-material-page {
  width: 100%;
}

.paginator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-nav-button {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 42px;
  height: 42px;
  margin-right: 13px;
  padding: 10px 13px;
  float: left;
  border-radius: 10px;
  background-color: rgba(191, 55, 41, 0.06);
  color: #bf3729;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
}

.slider-nav-button:hover {
  background-color: rgba(191, 55, 41, 0.21);
}

.slider-nav-button.current {
  background-color: rgba(191, 55, 41, 0.28);
  color: #530901;
}

.paginator-number {
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.post-title.relacionado {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
}

.blog-image-2 {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 300px;
  border-radius: 6px;
}

.blog-image-2.bigger {
  width: 100%;
  height: 400px;
  margin-bottom: 32px;
}

.blog-image-2.content {
  width: 100%;
  height: 360px;
  margin-bottom: 2.4em;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-left {
  padding-right: 8px;
  font-family: 'Icons 20', sans-serif;
}

.post-images {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-images.blog {
  height: 100%;
}

.posts-qntds {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 8px;
  color: #bf3729;
  font-size: 12px;
  line-height: 22px;
}

.container-11 {
  position: static;
  width: 100%;
  max-width: 1240px;
  min-height: 10vh;
  margin-right: auto;
  margin-left: auto;
}

.slider-nav-button-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 42px;
  height: 42px;
  margin-right: 13px;
  padding: 10px 13px;
  float: left;
  border-radius: 10px;
  background-color: rgba(20, 108, 180, 0.05);
  line-height: 15px;
  text-decoration: none;
  cursor: pointer;
}

.slider-nav-button-2:hover {
  background-color: rgba(20, 108, 180, 0.25);
}

.slider-nav-button-2.current {
  background-color: rgba(20, 108, 180, 0.23);
  color: #304277;
}

.categoria-blog-title {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 8px;
}

.categoria-blog-title:hover {
  background-color: #f3f3f5;
}

.categoria-blog-title.current {
  background-color: #f3f3f5;
}

.blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.categoria-tag {
  display: inline-block;
  padding: 8px 9px;
  border-radius: 20px;
  background-color: rgba(191, 55, 41, 0.07);
  color: #bf3729;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paginator-2 {
  width: 100%;
}

.category-title {
  display: inline-block;
  margin-bottom: 15px;
  color: #5f6071;
}

.post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 31px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.post-info.single {
  opacity: 1;
  color: #fff;
}

.blog-card-big {
  margin-top: 30px;
  margin-bottom: 80px;
  color: #333;
  text-decoration: none;
}

.section-4 {
  padding: 80px 5%;
}

.date-blog-post {
  color: #636363;
  font-size: 13px;
  line-height: 11px;
  text-transform: uppercase;
}

.date-blog-post.white {
  color: #fff;
}

.post-card {
  overflow: visible;
  width: 30%;
  margin-bottom: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.post-card:hover {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}

.post-card.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.post-card.relacionada {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog-categories-wrap {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 28%;
  height: 100%;
  margin-right: 5%;
  padding-top: 0px;
  padding-left: 25px;
  color: #1a1b29;
}

.image-8 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-8.bigger {
  display: block;
}

.pic-limit {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 2px 20px 30px -30px #304277;
}

.pic-limit.blog {
  width: 190px;
  height: 190px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pic-limit.blog.relac {
  width: 90px;
  height: 90px;
}

.blog-categoria-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.blog-categoria-wrapp:hover {
  color: #1a1b29;
}

.posts-wrap {
  width: 70%;
  padding-right: 26px;
}

.paragraph-s {
  display: block;
  color: #5f6071;
  font-size: 12px;
  line-height: 22px;
}

.title-post-card {
  margin-top: 8px;
  color: #1a1b29;
}

.title-post-card.post-single {
  color: #fff;
}

.categories-box {
  position: static;
  top: 113px;
  margin-right: auto;
}

.categoria-tag-2 {
  display: inline-block;
  padding: 8px 9px;
  border-radius: 20px;
  background-color: rgba(20, 108, 180, 0.08);
  color: #146cb4;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.categoria-tag-2.white {
  background-color: hsla(0, 0%, 100%, 0.14);
  color: #fff;
}

.section-2 {
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 5%;
  padding-left: 5%;
}

.section-2.blog {
  position: relative;
  background-color: #fff;
}

.section-2.blog.posthead {
  padding-top: 80px;
  padding-bottom: 225px;
  background-color: #530901;
  font-family: 'Droid Sans', sans-serif;
}

.section-2.blog-post {
  padding-bottom: 80px;
}

.section-2.contato {
  background-color: rgba(243, 243, 245, 0.6);
}

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

.blog-image-single {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 90%;
  height: 550px;
  max-width: 1240px;
  margin-top: -171px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
}

.blog-image-single.mobile{
  display: none;
}

.paragraph-2 {
  width: 100%;
  color: #636363;
  font-size: 17px;
}

.text-span-8 {
  font-family: 'Icons 20', sans-serif;
}

.button-4 {
  height: auto;
  padding: 12px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #304277;
  border-radius: 20px;
  background-color: transparent;
  color: #304277;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-4:hover {
  border-style: solid;
  background-color: #304277;
  box-shadow: 0 10px 20px 0 rgba(20, 108, 180, 0.27);
  color: #fff;
}

.icon-7 {
  font-family: 'Icons 20', sans-serif;
  color: #636363;
}

.icon-7.color {
  color: #bf3729;
}

.content-blo-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 82px;
  -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;
}

.redes {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 22px;
  padding: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.18);
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.redes:hover {
  background-color: hsla(0, 0%, 100%, 0.07);
}

.redes.footer {
  margin-right: 0px;
  background-color: hsla(0, 0%, 85.1%, 0.47);
  color: #12a19a;
}

.redes.footer.post {
  margin-bottom: 0px;
  padding: 11px;
  background-color: rgba(191, 55, 41, 0.11);
  color: #bf3729;
  text-decoration: none;
}

.post-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-11 {
  width: 80ch;
}

.share-midias {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 0px;
  padding: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: #fff;
}

.div-block-13 {
  width: 66%;
}

.noticias-relacionadas {
  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;
}

.post-rela-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}

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

.heading-6 {
  color: #636363;
}

.div-block-14 {
  width: 34%;
}

.contact-form-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.label-2 {
  margin-bottom: 0px;
  color: #443b32;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label-2.info {
  color: #146cb4;
  font-weight: 700;
  text-transform: none;
}

.paragraph-light {
  opacity: 0.6;
  color: #333;
  text-align: left;
}

.card-contato {
  margin: 0px;
  padding: 40px 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.input-2 {
  width: 320px;
  height: 42px;
  padding: 14px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(1, 92, 61, 0.15);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(34, 34, 34, 0.2);
  font-size: 14px;
  line-height: 20px;
}

.input-2:hover {
  border-color: rgba(1, 92, 61, 0.15);
  box-shadow: 0 0 6px 0 rgba(34, 34, 34, 0.35);
}

.input-2:focus {
  border-color: rgba(1, 92, 61, 0.63);
  box-shadow: 0 0 0 4px rgba(1, 92, 61, 0.22);
}

.input-2.contato {
  width: 100%;
  margin-bottom: 22px;
  border-color: rgba(20, 108, 180, 0.19);
  box-shadow: 0 0 6px 0 transparent;
}

.input-2.contato:hover {
  border-color: rgba(20, 108, 180, 0.19);
}

.input-2.contato:focus {
  border-color: rgba(20, 108, 180, 0.73);
  box-shadow: 0 0 0 4px rgba(20, 108, 180, 0.22);
}

.input-2.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.contato-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.text-block-11 {
  color: #000;
}

.nav-menu-3 {
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
}

.nav-menu-3.blog {
  width: 100%;
  padding-left: 0px;
}

.fa-up {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #443b32;
  font-size: 19px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin: auto;
}

.container-12.categories {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.submenu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.link-block-2 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: 0px;
  padding: 21px;
  float: right;
  text-decoration: none;
}

.redes-linha {
  padding-right: 5%;
  padding-left: 5%;
  /*background-color: #bf3729;*/
  background-color: #ff9d00;
}

.serv-card-a {
  position: relative;
  overflow: hidden;
  width: 280px;
  height: 440px;
  border-radius: 6px;
  background-color: #fff;
}

.parceiro-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 80;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(10, 6, 6, 0.31);
}

.modal-content-container-parceiro {
  overflow: auto;
  height: auto;
  max-height: 60vh;
  margin-bottom: 0px;
}

.text-wrap {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.flowbase-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #5b3acc;
}

.flowbase-title {
  margin-bottom: 4px;
  color: #5b3acc;
  font-size: 17px;
  font-weight: 700;
}

.link-legal {
  display: inline-block;
  max-width: none;
  color: #552bbe;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.cookie-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.close-card:hover {
  opacity: 1;
}

.flowbase-clone-button {
  margin-right: 25px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 50px;
  background-color: #5b3acc;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.cookie-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 40px;
  margin-right: 25px;
  -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;
}

.flowbase-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.cookies-tag {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  display: block;
  min-width: 540px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

.cookie-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  min-height: 40px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f5;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .icon.left.material {
    color: #636363;
  }

  .section.destaque {
    overflow: hidden;
  }

  .section.servi-os {
    overflow: hidden;
    background-color: #f3f3f5;
  }

  .container {
    max-width: none;
  }

  .nav-link {
    font-size: 15px;
  }

  .destaque-card {
    overflow: hidden;
    border-radius: 4px;
  }

  .mask {
    width: 280px;
  }

  .slide-destaque {
    margin-right: 51px;
  }

  .icon-2 {
    font-size: 16px;
  }

  .title-wrap-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .link-2 {
    color: #bf3729;
  }

  .blog-card {
    width: 100%;
    height: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-image {
    margin-bottom: 17px;
    padding-bottom: 0px;
  }

  .postdate {
    color: #fff;
  }

  .container-footer {
    height: 100%;
  }

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

  .title-wrap.ancora {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .serv-dest-img-wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .serv-destaque-img {
    height: auto;
  }

  .material-img {
    width: 9vw;
    height: 12vw;
  }

  .material-text-description {
    color: #636363;
  }

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

  .slider-nav-button.current {
    color: #530901;
  }

  .blog-image-2.content {
    width: 100%;
    height: 360px;
    margin-bottom: 2.4em;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .post-info.single {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .date-blog-post.white {
    margin-right: 22px;
    padding-right: 0px;
  }

  .blog-categories-wrap {
    width: 23%;
  }

  .section-2.blog.posthead {
    padding-top: 204px;
    padding-bottom: 204px;
  }

  .container-flex-2.full-width {
    max-width: none;
  }

  .paragraph-2 {
    width: 100%;
    margin-bottom: 2.4em;
    font-size: 16px;
  }

  .text-span-8 {
    padding-right: 7px;
    font-family: 'Icons 20', sans-serif;
  }

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

  .content-blo-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 82px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .redes.footer {
    text-decoration: none;
  }

  .redes.footer.post {
    padding-right: 11px;
    padding-bottom: 11px;
    padding-left: 11px;
  }

  .post-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .share-midias {
    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;
  }

  .div-block-12 {
    margin-top: 0px;
  }

  .heading-10 {
    width: 80ch;
  }

  .div-block-13 {
    width: 60%;
  }

  .card-contato {
    width: auto;
    height: auto;
  }

  .nav-menu-3.blog {
    width: 100%;
  }

  .container-12 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .submenu {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .serv-card-a {
    overflow: hidden;
    border-radius: 4px;
  }
}

@media screen and (max-width: 991px) {
  .button.destak {
    display: none;
  }

  .button.destak.mob {
    display: block;
    margin-left: 0px;
    background-color: #fff;
    background-image: none;
    color: #bf3729;
    text-shadow: none;
  }

  .section.about {
    padding-top: 0px;
  }

  .section.banner-central {
    background-color: #530901;
    background-image: none;
  }

  .section.header-material {
    background-color: #530901;
    background-image: none;
  }

  .container.neav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-2 {
    height: auto;
  }

  .brand {
    display: none;
  }

  .brand.mob {
    display: block;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 147px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #b63b2e;
  }

  .nav-col {
    display: block;
    width: 100%;
  }

  .nav-col._1 {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-col.desk {
    display: block;
  }

  .nav-col.first {
    width: 30%;
  }

  .nav-col.second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0%;
  }

  .nav-link {
    width: 100%;
    padding: 19px 35px;
    color: #fff;
    font-size: 17px;
  }

  .nav-link.w--current {
    width: 100%;
  }

  .nav-link.parceiro-mob {
    display: block;
    background-color: #fff;
    color: #bf3729;
  }

  .slider-home {
    height: 360px;
  }

  .title-wrap-left {
    margin-bottom: 18px;
  }

  .service-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .service-card {
    width: 100%;
    height: 380px;
    margin: 13px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .materiais-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-card {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
  }

  .blog-card.secondary {
    height: 250px;
  }

  .blog-image {
    height: 100%;
  }

  .menu-button {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    background-color: #bf3729;
    color: #fff;
  }

  .menu-button.w--open {
    border-radius: 4px;
    background-color: #a51f12;
  }

  .form.newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-3.newsletter {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

  .coluna {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
  }

  .coluna.menu {
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .container-footer {
    -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;
  }

  .nav-menu-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-rodape {
    margin-bottom: 17px;
  }

  .div-block-7 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrap-left {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 100px;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    padding-right: 0%;
    padding-left: 0%;
    clear: both;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
  }

  .image-5 {
    width: 100%;
    margin-left: 0px;
  }

  .icon-3.rightspace {
    padding-right: 7px;
    font-size: 11px;
  }

  .button-3.modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    -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;
  }

  .home-serv-wrapper {
    position: relative;
    z-index: 0;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .serv-col._2 {
    width: 100%;
  }

  .title-wrap {
    margin-bottom: 18px;
  }

  .title-wrap.ancora {
    padding-top: 80px;
  }

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

  .federacao-item {
    width: 47%;
  }

  .sidebar-nav-link {
    display: inline-block;
    width: auto;
    height: auto;
    margin-bottom: 0px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
  }

  .sidebar-nav-link.w--current {
    margin-bottom: 0px;
  }

  .acontecimento-foto {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .paragraph-3 {
    margin-bottom: 3px;
  }

  .column-2-aconteciment {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .column-1-aconteciment {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
  }

  .card-content-wrap.timeline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lower-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lower-nav.search-page {
    display: none;
  }

  .social-media {
    width: auto;
    margin-top: 0px;
    padding-right: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .fa-4.redes {
    margin-right: 0px;
  }

  .icon-4 {
    color: #fff;
  }

  .card-material {
    width: 28vw;
    margin-bottom: 66px;
  }

  .material-img {
    width: 24vw;
    height: 31vw;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-areas: "Area Area";
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 20px 0.5fr 20px 0.5fr;
    grid-template-rows: 1fr 0.5fr 0.5fr;
  }

  .post-content {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .div-block-8 {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }

  .new-title {
    line-height: 1em;
  }

  .form-block.newsletter {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-primary-2.h3-centre {
    text-align: left;
  }

  .column-2 {
    margin-bottom: 20px;
  }

  .title-wrap-2.white {
    width: 100%;
  }

  .section-3 {
    background-color: #530901;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-central-wrapper {
    width: 80vw;
  }

  .text-block-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .serv-link {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 13px;
  }

  .modal-content-container {
    height: 60vh;
    padding-bottom: 37px;
  }

  .historico-modal {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: none;
  }

  .div-block-10 {
    left: 6%;
    right: 6%;
  }

  .modal-serv-link {
    margin-right: 21px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 4px;
  }

  .title-left {
    margin-bottom: 18px;
  }

  .grid-materiais-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-material-page {
    width: 28vw;
    margin-bottom: 66px;
  }

  .paginator {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .blog-image-2 {
    height: 220px;
  }

  .blog-image-2.content {
    width: 100%;
    height: 400px;
  }

  .posts-qntds {
    display: none;
  }

  .categoria-blog-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .categoria-blog-title.current {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .blog-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paginator-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .category-title {
    display: none;
  }

  .blog-card-big {
    margin-bottom: 36px;
  }

  .post-card {
    width: 48%;
  }

  .post-card.relacionada {
    width: 47%;
    margin-bottom: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-categories-wrap {
    position: static;
    display: none;
    width: 100%;
    margin-bottom: 12px;
    padding-top: 13px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .blog-categoria-wrapp {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .posts-wrap {
    width: 100%;
    padding-right: 0px;
  }

  .title-post-card.post-single {
    font-size: 44px;
    line-height: 1.2em;
  }

  .categories-box {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .categoria-tag-2.white {
    opacity: 1;
  }

  .section-2.blog.posthead {
    padding-top: 80px;
    padding-bottom: 184px;
  }

  .section-2.blog-post {
    padding-top: 23px;
  }

  .blog-image-single {
    height: 390px;
    margin-top: -133px;
  }

  .paragraph-2 {
    width: 100%;
  }

  .content-blo-post {
    width: 100%;
  }

  .post-content-2 {
    -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;
  }

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

  .share-midias {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .div-block-13 {
    width: 81%;
  }

  .noticias-relacionadas {
    width: 100%;
  }

  .post-rela-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .contact-form-grid {
    display: block;
    width: 80%;
    margin: 56px auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .card-contato {
    display: block;
    margin-bottom: 38px;
    text-align: left;
  }

  .contato-details {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
  }

  .contato-details.menu {
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .nav-menu-3 {
    margin-left: 5%;
  }

  .nav-menu-3.blog {
    z-index: 1;
  }

  .submenu {
    z-index: 2;
    display: block;
    box-shadow: 1px 10px 20px -5px rgba(0, 0, 0, 0.07);
  }

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

  .container-13 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .parceiro-modal {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: none;
  }

  .modal-content-container-parceiro {
    height: auto;
    max-height: none;
    padding-bottom: 37px;
  }

  .cookies-tag {
    display: block;
    max-width: none;
    min-width: auto;
    margin-right: 15px;
  }

  .cookie-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .icon-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .icon-description {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }

  .nav-menu {
    overflow: auto;
    height: 100vh;
    margin-top: 137px;
  }

  .nav-link {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .nav-link.w--current {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .slider-home {
    height: 530px;
  }

  .banner-img-desk {
    display: none;
  }

  .banner-img-mob {
    display: block;
  }

  .heading-primary {
    font-size: 36px;
  }

  .service-wrapper {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-image {
    border-radius: 4px;
  }

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

  .footer {
    padding: 40px 20px;
  }

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

  .footer-2 {
    padding: 40px 20px;
  }

  .button-3.modal {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
  }

  .sobre-wrap-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sidebar-nav-link {
    text-align: center;
    white-space: nowrap;
  }

  .sidebar-nav-link.w--current {
    text-align: center;
  }

  .column-2-aconteciment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-1-aconteciment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-content-wrap {
    width: 100%;
    margin-bottom: 0px;
  }

  .lower-nav.search-page {
    display: none;
  }

  .social-media {
    width: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .card-material {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 44vw;
    -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;
  }

  .material-img {
    width: 30vw;
    height: 39vw;
  }

  .div-block-8 {
    margin-bottom: 25px;
  }

  .heading-primary-2 {
    font-size: 36px;
  }

  .column-2 {
    margin-bottom: 24px;
  }

  .title-wrap-2 {
    width: 100%;
    margin-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-6 {
    max-width: none;
    font-size: 14px;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-central-wrapper {
    width: 100%;
  }

  .modal-content-container {
    overflow: visible;
    height: auto;
    padding-bottom: 46px;
  }

  .historico-modal {
    display: none;
  }

  .div-block-10 {
    left: auto;
    right: auto;
    overflow: auto;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    border-radius: 0px;
  }

  .modal-serv-link {
    margin-top: 65px;
    background-color: #bf3729;
    color: #fff;
  }

  .service-grid-content {
    padding-bottom: 105px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .card-material-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 44vw;
    -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;
  }

  .blog-image-2 {
    height: 150px;
  }

  .blog-image-2.content {
    height: 330px;
  }

  .categoria-blog-title {
    margin-bottom: 10px;
    padding: 6px 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
    font-size: 11px;
  }

  .categoria-blog-title.current {
    color: #333;
  }

  .title-post-card.post-single {
    font-size: 35px;
  }

  .categories-box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .blog-image-single {
    height: 340px;
  }

  .paragraph-2 {
    width: 100%;
  }

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

  .share-midias {
    width: auto;
  }

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

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

  .contact-form-grid {
    display: block;
    width: 100%;
    margin-top: 53px;
    margin-bottom: 53px;
    padding-top: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .paragraph-light {
    text-align: left;
  }

  .card-contato {
    margin-bottom: 46px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .field-label-4 {
    text-align: left;
  }

  .nav-menu-3.blog {
    width: 80%;
  }

  .container-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-12.categories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-13 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .parceiro-modal {
    display: none;
  }

  .modal-content-container-parceiro {
    overflow: visible;
    height: auto;
    padding-bottom: 46px;
  }

  .text-wrap {
    margin-bottom: 13px;
  }

  .flowbase-clone-button {
    margin-right: 15px;
  }

  .cookies-tag {
    min-width: auto;
    margin-left: 15px;
  }

  .cookie-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-18 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    grid-column-gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section.materiais {
    background-color: #e9e9e9;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-col.first {
    width: 70%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nav-col.second {
    margin-top: 12px;
  }

  .nav-link {
    padding-top: 19px;
    padding-bottom: 19px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-link.w--current {
    padding-top: 19px;
    padding-bottom: 19px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .busca {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .slider-home {
    height: 330px;
  }

  .slide-destaque {
    margin-right: 40px;
  }

  .section-arrows.direita {
    right: 0%;
  }

  .section-arrows.esquerda {
    left: 0%;
  }

  .title.sev {
    color: #530901;
  }

  .heading-primary {
    font-size: 28px;
  }

  .blog-descripton {
    font-size: 14px;
    line-height: 1.4em;
  }

  .blog-card {
    display: block;
    height: 350px;
  }

  .blog-card.secondary {
    height: 190px;
  }

  .blog-title {
    overflow: hidden;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 55px;
    margin-right: 5%;
  }

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

  .text-field-3 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-field-3.newsletter {
    margin-right: 0px;
    margin-bottom: 18px;
  }

  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    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;
  }

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

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

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

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

  .nav-menu-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
  }

  .div-block-7 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrap-left {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    right: 0px;
    height: 56px;
    padding-right: 0px;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-3.modal {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .serv-card {
    width: 100%;
  }

  .serv-col._2 {
    padding-left: 0px;
  }

  .sobre-wrap-grid {
    grid-row-gap: 21px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .federacao-item {
    width: 100%;
  }

  .sidebar-nav-link {
    margin-bottom: 0px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 13px;
  }

  .column-2-aconteciment {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-1-aconteciment {
    height: auto;
    margin-bottom: 21px;
  }

  .data-acontecimento {
    margin-top: 4px;
    margin-bottom: 12px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    line-height: 9px;
  }

  .card-content-wrap.timeline {
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .upper-nav {
    padding-bottom: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lower-nav {
    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;
  }

  .social-media {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    -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;
  }

  .fa-4.redes {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 16px;
  }

  .material-title {
    overflow: hidden;
  }

  .material-title-text {
    font-size: 16px;
  }

  .blog-grid {
    grid-template-areas: ".";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .post-content {
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
  }

  .back-filter {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(180deg, transparent, #000);
  }

  .div-block-8 {
    width: 100%;
    margin-bottom: 27px;
    text-align: center;
  }

  .new-title {
    font-size: 28px;
  }

  .form-block.newsletter {
    width: 100%;
    height: auto;
  }

  .heading-primary-2.h3-centre.video {
    text-align: center;
  }

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

  .title-wrap-2 {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-wrap-2.white {
    text-align: center;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner-central-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .time-line-col.marcador {
    width: 70px;
  }

  .time-line-col.descricao {
    padding-top: 0px;
    padding-left: 5px;
  }

  .bolinha3 {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }

  .bolinha-1 {
    width: 10px;
    height: 10px;
  }

  .bolinha-2 {
    width: 25px;
    height: 25px;
  }

  .traco-h {
    width: 20px;
  }

  .bolinha4 {
    width: 10px;
    height: 10px;
  }

  .modal-title {
    margin-top: 27px;
  }

  .modal-content-container {
    overflow: visible;
    height: auto;
    padding-bottom: 71px;
  }

  .historico-modal {
    position: fixed;
    display: none;
    overflow: auto;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100vh;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 0px;
  }

  .modal-serv-link {
    position: fixed;
    margin-top: 55px;
    background-color: #bf3729;
    color: #fff;
  }

  .service-grid-content {
    padding-bottom: 108px;
  }

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

  .card-material-page {
    width: 100%;
  }

  .paginator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .slider-nav-button {
    margin-right: 0px;
  }

  .blog-image-2.bigger {
    height: 200px;
  }

  .blog-image-2.content {
    height: 180px;
  }

  .slider-nav-button-2 {
    margin-right: 0px;
  }

  .categoria-blog-title {
    margin-bottom: 3px;
  }

  .paginator-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .post-card {
    width: 100%;
  }

  .post-card.horizontal {
    margin-bottom: 95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-card.relacionada {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pic-limit.blog {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 31px;
  }

  .pic-limit.blog.relac {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .title-post-card {
    font-size: 30px;
  }

  .title-post-card.post-single {
    line-height: 1.3;
  }

  .section-2.blog.posthead {
    padding-top: 62px;
    padding-bottom: 93px;
  }

  .section-2.blog-post {
    padding-top: 31px;
  }

  .blog-image-single {
    margin-top: -76px;
    display: none;
  }
  .blog-image-single.mobile{
    display: block;
  }

  .button-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .redes {
    margin-right: 3px;
  }

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

  .details-wrap {
    padding-right: 0%;
    padding-left: 0%;
  }

  .contact-form-grid {
    width: 100%;
    margin-top: 27px;
  }

  .card-contato {
    margin-bottom: 56px;
    padding: 21px 11px 14px;
  }

  .input-2 {
    width: 258px;
  }

  .input-2.contato:focus {
    border-width: 1px;
    box-shadow: 0 0 0 4px rgba(1, 92, 61, 0.22);
  }

  .nav-menu-3 {
    width: 82%;
    margin-left: auto;
  }

  .nav-menu-3.blog {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5%;
  }

  .submenu {
    z-index: 1;
    padding-right: 0%;
    padding-left: 0%;
  }

  .link-block-2 {
    padding: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .parceiro-modal {
    position: fixed;
    display: none;
    overflow: auto;
  }

  .modal-content-container-parceiro {
    overflow: visible;
    width: 100%;
    height: auto;
    padding-bottom: 71px;
  }

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

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }

  .flowbase-clone-button {
    display: block;
    margin-top: 19px;
  }

  .cookie-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .cookies-tag {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }

  .cookie-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#w-node-fa36757d634d-59e2a77f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#w-node-3d62499b4e86-54f90e53 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3d62499b4ea3-54f90e53 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (min-width: 1440px) {
  #w-node-fa36757d634d-59e2a77f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: Area;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fa36757d634d-59e2a77f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: Area;
  }

  @media screen and (max-width: 991px) {
    #w-node-fa36757d634d-59e2a77f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-fa36757d634d-59e2a77f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-fa36757d634d-59e2a77f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
  }

  #w-node-3d62499b4ea3-54f90e53 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fa36757d634d-59e2a77f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Icons 20';
  src: url('../fonts/icons-20.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}