.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;
}

.navbar {
  height: 120px;
  background-color: #fafafa;
  box-shadow: 0 1px 10px -5px rgba(0, 0, 0, 0.4);
}

.container {
  max-width: 1280px;
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.section-conteudo {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #fafafa;
}

.container-padrao {
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-post-destaque {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(47%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/post-destaque.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 47%), linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/post-destaque.jpg');
  background-position: 0px 0px, 0px 0px, 50% 30%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  text-decoration: none;
}

.div-post-destaque:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.heading-15 {
  width: 70%;
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 38px;
  line-height: 44px;
}

.heading-15._02 {
  width: 100%;
  font-family: 'Droid Serif', serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

.categoria {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: none;
  margin-top: 20px;
  margin-left: 20px;
  padding: 5px 10px 4px;
  border: 2px none #fff;
  border-radius: 3px;
  background-color: #fff;
  color: #ae9a63;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.div-destaque-lateral {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(47%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/post-baixo-03_1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 47%), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/post-baixo-03_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  text-decoration: none;
}

.div-destaque-lateral:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.div-destaque-lateral._2 {
  height: 400px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(47%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/post-baixo-01.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 47%), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/post-baixo-01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
}

.div-destaque-lateral._3 {
  height: 400px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(47%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/post-baixo-02.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 47%), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/post-baixo-02.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
}

.div-destaque-lateral._4 {
  height: 400px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(47%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/post-baixo-04.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 47%), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/post-baixo-04.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
}

.tab-pane-tab-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fafafa;
}

.grid-2 {
  margin-top: 20px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-2 {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  font-weight: 700;
}

.tab-link-tab-1 {
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  border-top-right-radius: 5px;
  background-color: transparent;
  color: #adadad;
}

.tab-link-tab-1:hover {
  border-bottom-color: #ae9a63;
  color: #1b617d;
}

.tab-link-tab-1.w--current {
  padding-bottom: 5px;
  border-bottom: 2px solid #ae9a63;
  border-top-right-radius: 0px;
  background-color: #fafafa;
  color: #1b617d;
}

.tab-link-tab-2 {
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  background-color: #fafafa;
  color: #adadad;
}

.tab-link-tab-2:hover {
  border-bottom-color: #ae9a63;
  color: #1b617d;
}

.tab-link-tab-2.w--current {
  border-bottom-color: #ae9a63;
  background-color: #fafafa;
  color: #1b617d;
}

.column-2 {
  padding-right: 10px;
  padding-left: 0px;
}

.right-arrow {
  display: none;
}

.autor {
  margin-top: 5px;
  float: left;
  color: #7a7a7a;
}

.autor.interna {
  margin-top: 15px;
}

.autor.relacionados {
  margin-top: 15px;
  margin-left: 10px;
}

.titulo-post-anterior {
  margin-top: 0px;
  border-bottom: 1px solid #ae9a63;
  font-family: 'Droid Serif', serif;
  color: #6e6e6e;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.slide-5 {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.columns-16 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ae9a63;
}

.destaque-h2 {
  color: #00aca2;
  font-weight: 400;
}

.post-anterior {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.left-arrow {
  display: none;
}

.data-publicacao {
  margin-top: 5px;
  margin-left: 20px;
  padding-left: 20px;
  float: left;
  border-left: 1px solid #7a7a7a;
  color: #7a7a7a;
  font-size: 12px;
}

.data-publicacao.interna {
  margin-top: 15px;
}

.data-publicacao.relacionados {
  margin-top: 0px;
  margin-left: 10px;
  padding-left: 0px;
  clear: left;
  border-left-style: none;
  font-size: 9px;
}

.column-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-14 {
  padding-left: 10px;
  border-bottom: 1px none #31d2cc;
  font-family: 'Droid Serif', serif;
  color: #6e6e6e;
  font-size: 30px;
  font-weight: 200;
}

.button-8 {
  padding-top: 5px;
  padding-bottom: 4px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #00aca2;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #00aca2;
  font-weight: 300;
}

.button-8:hover {
  background-color: #00aca2;
  color: #fff;
}

.slider-3 {
  height: auto;
  padding-bottom: 70px;
  background-color: transparent;
}

.dvi-cta {
  width: 310px;
  height: 460px;
  margin-top: 0px;
  border-radius: 0px;
  background-image: url('../images/banner-lateral.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dvi-cta.home {
  width: 336px;
  height: 280px;
  margin-bottom: 15px;
  border-style: none;
  border-radius: 0px;
  background-image: url('../images/Google-336x280-ergometrico.png');
  background-position: 50% 50%;
}

.dvi-cta.home.pos {
  background-image: url('../images/banner-lateral-pos.jpg');
}

.dvi-cta.home._2 {
  background-image: url('../images/felluma---geral---google-336x280.png');
}

.dvi-cta.home.interna {
  height: 200px;
}

.link-block-2 {
  margin-top: 20px;
}

.link-block-3 {
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 40px;
  padding-top: 5px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.link-block-3:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-2 {
  margin-bottom: 0px;
}

.form-block-2.cta {
  width: 65%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.seta-drop {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 25px;
  height: 25px;
  margin-top: -10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px) rotate(45deg);
  -ms-transform: translate(-50%, 0px) rotate(45deg);
  transform: translate(-50%, 0px) rotate(45deg);
}

.dropdown-button {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #ae9a63;
  box-shadow: 0 5px 15px -5px #ae9a63;
  -webkit-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in;
  font-weight: 700;
}

.dropdown-button:hover {
  box-shadow: 0 5px 20px -1px #ae9a63;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.drop-form-news {}
.drop-form-news.w--open, .drop-form-news:focus, .drop-form-news:hover {
  position: absolute;
  width: 250px;
  margin-top: 15px;
  margin-left: -20px;
  padding: 20px 10px 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.3);
  display: block;
}

.text-field-3 {
  border-radius: 5px;
  color: #006b3f;
  font-weight: 400;
  text-align: center;
}

.text-field-3._2 {
  margin-bottom: 0px;
  text-align: left;
}

.h3-form-news {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}

.text-block-30 {
  color: #ac41d8;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.submit-button-3 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #00aca2;
  border-radius: 5px;
  background-color: #00aca2;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  font-size: 14px;
}

.submit-button-3:hover {
  border-color: #00aca2;
  background-color: transparent;
  color: #00aca2;
}

.submit-button-3._2 {
  padding-bottom: 8px;
  border-color: #1b617d;
  background-color: #1b617d;
}

.submit-button-3._2:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.bold-text-26 {
  color: #00aca2;
  font-weight: 500;
}

.form-5 {
  text-align: center;
}

.success-message {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.text-block-29 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.dropdown-news {
  margin-top: 0px;
  margin-left: 40px;
}

.nav-link {
  padding: 5px 15px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #1b617d;
}

.nav-link:hover {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-color: #00aca2;
}

.nav-link.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #00aca2;
  color: #1b617d;
}

.nav-link.link-externo {
  font-weight: 400;
}

.rodape {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #00aca2;
  background-color: #fafafa;
}

.div-busca {
  overflow: hidden;
  height: 0px;
  margin-top: -40px;
  margin-bottom: 40px;
  background-color: #00aca2;
}

.container-padrao-2 {
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-field-4 {
  margin-bottom: 0px;
  border: 1.3px solid transparent;
  border-radius: 100px;
}

.text-field-4._3 {
  border-color: #1b617d;
}

.submit-button-4 {
  padding-right: 35px;
  padding-left: 35px;
  border: 1.3px solid #fff;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #fff;
}

.submit-button-4:hover {
  background-color: #fff;
  color: #00aca2;
}

.submit-button-4._2 {
  margin-left: 20px;
}

.submit-button-4._2:hover {
  color: #1b617d;
}

.submit-button-4._3 {
  padding-right: 25px;
  padding-left: 25px;
  border-color: #1b617d;
  background-color: #1b617d;
}

.submit-button-4._3:hover {
  background-color: transparent;
  color: #1b617d;
}

.tab-pane-tab-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.conteudo-artigo {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #fafafa;
}

.post-main-info {
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-27 {
  margin-top: 25px;
  color: #929292;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

.heading-17 {
  margin-top: 10px;
  font-family: 'Droid Serif', serif;
  color: #1b617d;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 500;
}

.div-autor-data {
  margin-top: 20px;
}

.text-block-31 {
  color: #ae9a63;
  font-weight: 600;
}

.img-autor {
  margin-right: 10px;
  float: left;
  border-radius: 100px;
}

.div-img-postinterna {
  width: 80%;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-image: url('../images/post-destaque.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-16 {
  padding-left: 10px;
  border-bottom: 1px none #31d2cc;
  font-family: Montserrat, sans-serif;
  color: #33c;
  font-size: 30px;
  font-weight: 600;
}

.heading-16.interna {
  margin-top: 60px;
  padding-left: 5px;
  font-family: 'Droid Serif', serif;
  color: #6e6e6e;
  font-size: 26px;
  font-weight: 300;
}

.heading-16.relacionados {
  border-bottom-style: solid;
  border-bottom-color: #ae9a63;
  font-family: 'Droid Serif', serif;
  color: #6e6e6e;
  font-size: 26px;
  font-weight: 300;
}

.list-6 {
  margin-top: 20px;
}

.posts-relacionados {
  margin-top: 80px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-5 {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #929292;
  font-weight: 400;
  text-decoration: none;
}

.link-5:hover {
  color: #1b617d;
}

.column-4 {
  padding-right: 10px;
  padding-left: 0px;
  border-right: 1px solid #e9e9e9;
}

.post-relacionado {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-right: 10px;
  padding-bottom: 40px;
  border-radius: 0px;
  box-shadow: 0 0 6px -3px rgba(0, 0, 0, 0.5);
}

.post-relacionado.last {
  margin-right: 0px;
}

.list-item-6 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #ae9a63;
  color: #929292;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.content-cta {
  width: 80%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-2 {
  width: 95%;
  margin-bottom: 40px;
  padding-right: 10px;
  color: #565656;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
  text-align: left;
}

.div-img-postrelacionado {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(47%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/post-baixo-02.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 47%), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/post-baixo-02.jpg');
  background-position: 0px 0px, 0px 0px, 50% 20%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.div-img-postrelacionado._2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(47%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/post-baixo-04.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 47%), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/post-baixo-04.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
}

.div-img-postrelacionado._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/post-baixo-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/post-baixo-03.jpg');
  background-position: 0px 0px, 50% 50%;
}

.heading-19 {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
  color: #00aca2;
  font-weight: 400;
}

.text-block-32 {
  margin-bottom: 10px;
  color: #079d56;
}

.destaque-h2-2 {
  color: #00aca2;
  font-weight: 400;
}

.heading-18 {
  width: 80%;
  margin-bottom: 0px;
  color: #fff;
  text-decoration: none;
}

.heading-18._02 {
  width: 100%;
  font-size: 28px;
  line-height: 1.3;
}

.heading-18._02.relacionado {
  margin-top: 0px;
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 500;
}

.link-block {
  margin-right: 10px;
}

.posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-9 {
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  border-style: solid;
  border-width: 1.4px;
  border-color: #31d2cc;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  font-family: Montserrat, sans-serif;
  color: #31d2cc;
  font-weight: 300;
}

.button-9:hover {
  background-color: #31d2cc;
  color: #fff;
}

.button-9.relacionados {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 5px;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  border-color: #00aca2;
  border-radius: 5px;
  color: #00aca2;
  font-size: 12px;
}

.button-9.relacionados:hover {
  background-color: #00aca2;
  color: #fff;
}

.column-3 {
  padding-right: 0px;
  padding-left: 10px;
}

.imagem-material-destque {
  width: 340px;
  height: 340px;
  margin-top: 30px;
  margin-right: 20px;
  float: left;
  background-image: url('../images/Livro.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-3 {
  width: 65%;
  margin-bottom: 50px;
  float: left;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.botao-materiais {
  padding-right: 25px;
  padding-bottom: 8px;
  padding-left: 25px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #00aca2;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #00aca2;
  font-weight: 500;
}

.botao-materiais:hover {
  background-color: #00aca2;
  color: #fff;
}

.botao-materiais:active {
  background-color: #1b617d;
  color: #fff;
}

.submit-button-5 {
  padding-right: 35px;
  padding-left: 35px;
  border-style: solid;
  border-width: 1.3px;
  border-color: #82ea5b;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #82ea5b;
}

.submit-button-5:hover {
  background-color: #82ea5b;
  color: #006b3f;
}

.div-busca-2 {
  overflow: hidden;
  height: 100px;
  background-color: #006b3f;
}

.secao-material-destaque {
  height: auto;
  border-bottom: 1px none #b30404;
  background-color: #fff;
}

.conteiner-padrao {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.titulo-material-destaque {
  margin-top: 80px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-right: 25px;
  padding-bottom: 5px;
  float: left;
  border-bottom: 2px solid #ae9a63;
  font-family: 'Droid Serif', serif;
  color: #1b617d;
  font-weight: 400;
  font-size: 24px;
    line-height: 30px;
}

.coluna-categoria {
  padding-top: 0px;
  padding-left: 0px;
  border-right: 1px none #000;
}

.dropdown-categoria {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 300;
}

.campo-pesquisa {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  border: 1px none #000;
}

.campo-pesquisa:focus {
  border-bottom: 1px solid #31d2cc;
}

.dropdown-link {
  width: 90%;
  margin-left: 20px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #f63 #ae9a63 #ae9a63;
  background-color: hsla(0, 0%, 100%, 0.95);
  color: #ae9a63;
}

.dropdown-link:hover {
  color: #00aca2;
}

.icon-4 {
  color: #fff;
}

.conteiner-padrao-2 {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.conteiner-padrao-2.selecao-categoria-material {
  overflow: visible;
  padding-right: 20px;
  padding-left: 20px;
}

.pai-dropdown-categoria-materiais {
  width: 95%;
  margin-top: 30px;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
}

.image-8 {
  margin-top: 0px;
  margin-left: 0px;
  padding: 5px;
  float: right;
  cursor: pointer;
}

.busca-materiais {
  padding-bottom: 15px;
  border-bottom: 1px none #b30404;
  background-color: #1b617d;
}

.text-block-33 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  margin-top: -5px;
}

.form-block-4 {
  display: none;
  margin-top: 30px;
  border: 1px solid transparent;
}

.texto-material {
  margin-bottom: 20px;
  color: #7a7a7a;
  line-height: 1.5;
}

.titulo-material-secundario {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ae9a63;
  font-family: 'Droid Serif', serif;
  color: #1b617d;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.coluna-individual-material {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.botao-material-secundario {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: 10px auto;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #00aca2;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #00aca2;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.botao-material-secundario:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #31d2cc;
  background-color: #00aca2;
  color: #fff;
}

.botao-material-secundario:active {
  background-color: #1b617d;
  color: #fff;
}

.titulo-categoria-materiais {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom: 2px solid #ae9a63;
  font-family: 'Droid Serif', serif;
  color: #00aca2;
  font-size: 25px;
  font-weight: 300;
}

.imagem-material-segundario {
  height: 350px;
  background-color: #fff;
  background-image: url('../images/Livro.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.colunas-materiais {
  height: auto;
  margin-bottom: 40px;
}

.div-block {
  position: absolute;
  left: -5%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 30;
  width: 200px;
  height: 50px;
  background-color: #10dace;
}

.cta-newsletter {
  height: 350px;
  background-color: #00aca2;
  background-image: linear-gradient(135deg, #03e2d5, #00aca2);
}

.heading-20 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.heading-20._2 {
  color: #1b617d;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.info-cta {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.text-block-34 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.column-49 {
  padding-right: 0px;
}

.dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-35 {
  color: #1b617d;
}

.icon-5 {
  color: #1b617d;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-link-2 {
  color: #1b617d;
}

.div-news {
  padding: 20px;
  background-color: #e7e7e7;
}

.div-tag-categoria {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 300px;
  height: 90px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/tag_02.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-tag-categoria.menor {
  width: 280px;
  height: 80px;
  margin-top: 10px;
  margin-right: 10px;
}

.text-block-36 {
  position: absolute;
  left: 20px;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 55%;
  -webkit-transform: translate(0px, -40%);
  -ms-transform: translate(0px, -40%);
  transform: translate(0px, -40%);
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-36.menor {
  left: 20px;
  font-size: 20px;
}

.text-block-37 {
  position: absolute;
  left: auto;
  top: auto;
  right: 25px;
  bottom: 40%;
  -webkit-transform: translate(0px, 35%);
  -ms-transform: translate(0px, 35%);
  transform: translate(0px, 35%);
  color: #1b617d;
  font-size: 26px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-block-37.menor {
  right: 20px;
  font-size: 22px;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
}

.bold-text-27 {
  font-size: 16px;
  font-weight: 600;
}

.categoria-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 20px;
  margin-left: 20px;
  padding: 5px 10px 4px;
  border: 2px none #fff;
  border-radius: 3px;
  background-color: #fff;
  color: #ae9a63;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.categoria-2.comunicado {
  background-color: #fff;
  color: #ae9a63;
}

.categoria-2.atualizacao {
  background-color: #1b617d;
  color: #fff;
}

.categoria-2.enfrentamento {
  background-color: #00aca2;
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 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;
}

.utility-page-content {
  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;
  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;
}

form.search {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

form.search._2 {
  position: static;
  margin-top: 30px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.heading-21 {
  margin-top: 0px;
  font-family: 'Droid Serif', serif;
  color: #00aca2;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-50 {
  padding-left: 0px;
}

.search-result-wrapper {
  margin-top: 40px;
}

._404 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-22 {
  margin-top: 0px;
  font-family: 'Droid Serif', serif;
  color: #1b617d;
}

.div-block-2 {
  margin-top: 20px;
  padding-right: 60px;
  padding-bottom: 2px;
  padding-left: 60px;
  border-bottom: 1px solid #00aca2;
  color: #1b617d;
  font-size: 20px;
  font-weight: 600;
}

.text-block-38 {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #1b617d;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.columns-17 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.columns-18 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.column-51 {
  padding-left: 0px;
}

.heading-23 {
  margin-top: 0px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ae9a63;
  font-family: 'Droid Serif', serif;
  color: #1b617d;
  font-weight: 400;
}

.list-item-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.list-item-7.menor {
  margin-top: 5px;
  margin-bottom: 5px;
}

.link-6 {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #00aca2;
  text-decoration: none;
}

.link-6:hover {
  padding-right: 5px;
  padding-left: 5px;
  border-bottom-color: #ae9a63;
  color: #1b617d;
}

.link-6.menor {
  font-size: 14px;
}

.heading-24 {
  margin-bottom: 5px;
  font-family: 'Droid Serif', serif;
  color: #1b617d;
}

.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.text-block-39 {
  font-size: 16px;
}

.image-9 {
  margin-right: 10px;
}

.columns-19 {
  margin-top: 20px;
  border-top: 1px solid #ae9a63;
}

.div-logo-informacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-52 {
  padding-left: 0px;
}

.brasao {
  width: 80px;
  height: 91px;
  margin-right: 10px;
  background-image: url('../images/brasao.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.informacao {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.text-block-40 {
  color: #00aca2;
  font-size: 18px;
  font-weight: 600;
}

.text-block-41 {
  margin-top: 2px;
  color: #494949;
  font-weight: 400;
}

.link-7 {
  color: #494949;
  text-decoration: none;
}

.div-redes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-53 {
  padding-left: 0px;
}

.link-block-4 {
  margin-left: 10px;
}

.text-block-42 {
  margin-top: 40px;
  margin-bottom: -50px;
  color: #929292;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .autor.relacionados {
    display: none;
  }
  .data-publicacao.relacionados {
    display: none;
  }
  .dvi-cta {
    width: 230px;
    height: 360px;
  }
  .dvi-cta.home {
    height: 360px;
  }
  .text-block-29 {
    text-align: center;
  }
  .container-padrao-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .post-main-info {
    width: 100%;
  }
  .div-img-postinterna {
    width: 100%;
  }
  .content-cta {
    width: 100%;
  }
  .div-img-postrelacionado {
    padding-right: 5px;
    padding-left: 5px;
  }
  .heading-18._02.relacionado {
    font-size: 14px;
  }
  .link-block {
    margin-right: 5px;
  }
  .paragraph-3 {
    width: 50%;
    margin-bottom: 20px;
  }
  .botao-materiais {
    padding-right: 25px;
  }
  .titulo-material-destaque {
    width: 50%;
    margin-top: 40px;
  }
  .coluna-categoria {
    padding-left: 10px;
  }
  .campo-pesquisa {
    width: 90%;
  }
  .pai-dropdown-categoria-materiais {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .titulo-material-secundario {
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .botao-material-secundario {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 80%;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .titulo-categoria-materiais {
    margin-top: 20px;
    padding-left: 10px;
  }
  .colunas-materiais {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .imagem-material-destque {
    width: 200px;
    height: 200px;
  }
  .paragraph-3 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .botao-materiais {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }
  .titulo-material-destaque {
    font-size: 20px;
    line-height: 25px;
  }
  .text-block-33 {
    text-align: center;
  }
  .coluna-individual-material {
    margin-bottom: 15px;
  }
  .botao-material-secundario {
    width: 97%;
  }
  .titulo-categoria-materiais {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    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-post-destaque {
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading-15 {
    width: 100%;
    font-size: 20px;
    line-height: 1.3;
  }
  .heading-15._02 {
    font-size: 20px;
  }
  .categoria {
    margin-top: 15px;
    margin-left: 10px;
    padding-left: 15px;
  }
  .div-destaque-lateral {
    height: 200px;
    margin-bottom: 20px;
  }
  .div-destaque-lateral._2 {
    height: 200px;
    margin-bottom: 20px;
  }
  .div-destaque-lateral._3 {
    height: 200px;
    margin-bottom: 20px;
  }
  .div-destaque-lateral._4 {
    height: 200px;
  }
  .grid-2 {
    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;
  }
  .tab-link-tab-1.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-2 {
    padding-right: 0px;
  }
  .autor.relacionados {
    display: block;
  }
  .titulo-post-anterior {
    font-size: 16px;
    line-height: 1.3;
  }
  .slide-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .post-anterior {
    padding-right: 10px;
    padding-left: 10px;
  }
  .data-publicacao {
    margin-left: 10px;
    padding-left: 10px;
  }
  .data-publicacao.relacionados {
    display: block;
  }
  .column-48 {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-14 {
    margin-top: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .slider-3 {
    padding-bottom: 50px;
  }
  .dvi-cta {
    width: 350px;
    height: 550px;
  }
  .dvi-cta.home {
    height: 225px;
  }
  .dvi-cta.home.interna {
    height: 225px;
  }
  .link-block-3 {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .link-block-3:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .nav-menu {
    padding-bottom: 10px;
    background-color: #fafafa;
    box-shadow: 0 10px 11px -4px rgba(0, 0, 0, 0.5);
  }
  .form-block-2.cta {
    width: 95%;
  }
  .seta-drop {
    display: none;
    margin-top: 0px;
  }
  .dropdown-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .drop-form-news.w--open, .drop-form-news:focus {
    position: relative;
    width: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .text-block-29 {
    text-align: center;
  }
  .dropdown-news {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .nav-link.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-style: none;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .icon {
    color: #1b617d;
  }
  .menu-button {
    background-color: #fafafa;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .rodape {
    padding-top: 40px;
  }
  .div-busca {
    height: 0px;
  }
  .container-padrao-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-47 {
    text-align: left;
  }
  .text-field-4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .submit-button-4 {
    width: 100%;
  }
  .post-main-info {
    width: 100%;
  }
  .paragraph-27 {
    width: 100%;
  }
  .heading-17 {
    font-size: 32px;
  }
  .div-img-postinterna {
    width: 100%;
    height: 300px;
  }
  .heading-16 {
    margin-top: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .heading-16.relacionados {
    font-size: 26px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
  }
  .post-relacionado {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .div-siganos {
    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;
  }
  .content-cta {
    width: 100%;
    margin-top: 40px;
  }
  .paragraph-2 {
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
  }
  .div-img-postrelacionado {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-img-postrelacionado._2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-img-postrelacionado._3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-19 {
    width: 100%;
    font-size: 22px;
  }
  .text-block-32 {
    text-align: center;
  }
  .heading-18 {
    width: 100%;
    font-size: 20px;
    line-height: 1.3;
  }
  .heading-18._02 {
    font-size: 20px;
  }
  .heading-18._02.relacionado {
    font-size: 18px;
  }
  .link-block {
    margin-right: 10px;
  }
  .posts {
    -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;
  }
  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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;
  }
  .imagem-material-destque {
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .botao-materiais {
    width: 90%;
    text-align: center;
  }
  .submit-button-5 {
    width: 100%;
  }
  .div-busca-2 {
    height: 0px;
  }
  .secao-material-destaque {
    height: auto;
    padding-bottom: 20px;
  }
  .titulo-material-destaque {
    width: 100%;
    margin-top: 0px;
    padding-left: 20px;
  }
  .column-5 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .coluna-categoria {
    padding-right: 0px;
    padding-left: 0px;
  }
  .campo-pesquisa {
    width: 85%;
  }
  .pai-dropdown-categoria-materiais {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }
  .text-block-33 {
    font-size: 18px;
  }
  .coluna-individual-material {
    padding-right: 0px;
    padding-left: 0px;
  }
  .botao-material-secundario {
    position: relative;
    width: 99%;
    margin-top: 10px;
    margin-left: 0px;
  }
  .titulo-categoria-materiais {
    padding-left: 0px;
    text-align: center;
  }
  .colunas-materiais {
    height: auto;
  }
  .heading-20 {
    font-size: 32px;
  }
  .column-49 {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .text-block-35 {
    text-align: center;
  }
  .icon-5 {
    margin-right: 120px;
  }
  .div-tag-categoria {
    width: 335px;
    height: 100px;
    margin-top: 15px;
    margin-right: 10px;
  }
  .text-block-36 {
    left: 20px;
    font-size: 24px;
  }
  .text-block-37 {
    font-size: 26px;
    line-height: 20px;
  }
  .categoria-2 {
    margin-top: 15px;
    margin-left: 10px;
    padding-left: 15px;
  }
  .heading-22 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .div-block-2 {
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 26px;
  }
  .columns-18 {
    width: 100%;
  }
  .heading-23 {
    padding-bottom: 2px;
    font-size: 20px;
  }
  .heading-24 {
    font-size: 16px;
  }
  .brasao {
    width: 60px;
    height: 68px;
    margin-top: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-size: 60px;
  }
  .text-block-40 {
    font-size: 16px;
  }
  .text-block-41 {
    margin-top: 0px;
    font-size: 12px;
  }
  .div-redes {
    margin-top: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-block-4 {
    margin-right: 10px;
    margin-left: 0px;
  }
  .column-54 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be83acc63f4e-63032e3f {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
  #w-node-e55109092ad4-63032e3f {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

