@charset "UTF-8";

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-ExtralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Vale Sans";
  src: url("../../webfonts/ValeSans-ExtraboldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

html :where(img) {
  height: auto;
  max-width: none !important;
}

body {
  margin: 0;
  padding: 0;
}

body a {
  text-decoration: none !important;
  margin: 0;
}

body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}

body h1 {
  font-size: 24px;
  font-size: 2.4rem;
}

body h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

body h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

body h4 {
  font-size: 14px;
  font-size: 1.4rem;
}

body h5 {
  font-size: 12px;
  font-size: 1.2rem;
}

body p {
  font-size: 10px;
  font-size: 1rem;
}

.darckTheme {
  background-color: #000;
}

.darckTheme .section-colunas-texto {
  background-color: #000;
}

.darckTheme .link-post a {
  color: #ffffff !important;
}

.darckTheme i,
.darckTheme a,
.darckTheme p,
.darckTheme h1,
.darckTheme h2,
.darckTheme h3,
.darckTheme h4,
.darckTheme h5,
.darckTheme h6 {
  color: #ffffff !important;
}

.darckTheme img,
.darckTheme svg {
  filter: grayscale(100);
}

.section-page-top {
  margin-top: 79px;
  position: relative;
  min-height: 230px;
}

.section-page-top .position-content .forma-yellow img {
  position: absolute;
  left: -50px;
  top: 10%;
  height: 266px;
}

.section-page-top .position-content .breadcrumbs {
  margin-top: 20% !important;
  margin: auto;
  margin-left: 0;
  padding: 0px 0px 20px;
  position: relative;
  max-width: 300px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .section-page-top .position-content .breadcrumbs {
    margin-top: 270px !important;
    max-width: 100%;
  }

  .section-page-top .forma-yellow {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .section-page-top .position-content .breadcrumbs {
    margin-top: 40px !important;
  }  
}

.section-page-top .position-content .breadcrumbs a.home {
  display: none;
}

.section-page-top .position-content .breadcrumbs a.post.post-page {
  color: #585a5b;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Vale Sans";
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 15px;
}

.section-page-top .position-content .breadcrumbs span.post.post-page.current-item {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Vale Sans";
  color: #007e7a;
  line-height: 36px;
  font-weight: bold;
}

.section-page-top .img-destaque-page-interna {
  position: absolute;
  max-width: 65%;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .section-page-top .img-destaque-page-interna {
    position: relative;
    max-width: 100%;
    margin-top: 0px;
    padding: 0;
    left: 0;
  }
}

.section-page-top .img-destaque-page-interna .thumb-header {
  position: relative;
  right: -12px;
}

@media screen and (min-width: 1400px) {
  .section-page-top .img-destaque-page-interna .thumb-header {
    right: -12px;
  }
}

@media screen and (max-width: 560px) {
  .section-page-top .img-destaque-page-interna .thumb-header {
    right: 0px;
  }
}

.section-page-top .img-destaque-page-interna .thumb-header .img-grafismo {
  position: absolute;
  z-index: 99;
  height: 230px;
  width: auto;
  left: 0;
  object-fit: cover;
}

@media screen and (min-width: 1400px) {
  .section-page-top .img-destaque-page-interna .thumb-header .img-grafismo {
    height: 230px;
  }
}

@media screen and (max-width: 560px) {
  .section-page-top .img-destaque-page-interna .thumb-header .img-grafismo {
    height: 230px;
    left: -40px;
  }
}

.section-page-top .img-destaque-page-interna .thumb-header img {
  position: absolute;
  right: -20px;
  top: 0;
  height: 230px;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .section-page-top .img-destaque-page-interna .thumb-header img {
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .section-page-top .img-destaque-page-interna .thumb-header img {
    object-fit: cover;
    left: 0;
  }
}

@media screen and (max-width: 560px) {
  .section-page-top .img-destaque-page-interna .thumb-header img {
    position: relative;
    object-fit: cover;
    left: 0;
  }
}

.section-page-top .img-destaque-page-interna .thumb-header p {
  position: absolute;
  right: 5px;
  top: 236px;
  background: #00000059;
  padding: 3px 8px;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Vale Sans";
  font-weight: 300;
  font-size: 8px;
  font-size: 0.8rem;
}

@media screen and (max-width: 560px) {
  .section-page-top .img-destaque-page-interna .thumb-header p {
    bottom: 0;
    top: auto;
    z-index: 2;
  }
}

.darckTheme .section-page-top .breadcrumbs span.post.post-page.current-item {
  color: #ffffff;
}

.section-page-top-posts {
  padding-top: 110px;
  position: relative;
  min-height: 450px;
  overflow: hidden;
}

@media screen and (max-width: 560px) {
  .section-page-top-posts {
    padding-top: 100px;
  }
}

.section-page-top-posts .content-breadcrumbs {
  display: flex;
  margin-top: 10%;
}

@media screen and (min-width: 560px) and (max-width: 1024px) {
  .section-page-top-posts .content-breadcrumbs {
    margin: 0;
  }
}

.section-page-top-posts .content-breadcrumbs img {
  width: 120px;
  height: 100px;
  margin-top: -25px;
}

.section-page-top-posts .breadcrumbs {
  position: relative;
}

.section-page-top-posts .breadcrumbs a.home {
  display: none;
}

.section-page-top-posts .breadcrumbs a.post.post-page {
  color: #ecb11f;
  font-size: 18px;
  font-weight: bold;
  font-family: "Vale Sans";
  line-height: 30px;
  position: absolute;
  margin-top: 10px;
}

.section-page-top-posts .breadcrumbs .noticia-root,
.section-page-top-posts .breadcrumbs .midia-root,
.section-page-top-posts .breadcrumbs .entrevista-root {
  color: #ecb11f;
  font-size: 18px;
  font-weight: bold;
  font-family: "Vale Sans";
  line-height: 30px;
  padding-left: 5px;
  position: absolute;
  left: 110px;
  margin-top: -14px;
}

.section-page-top-posts .breadcrumbs .noticia-root::before,
.section-page-top-posts .breadcrumbs .midia-root::before,
.section-page-top-posts .breadcrumbs .entrevista-root::before {
  content: "\\";
  padding-right: 5px;
}

.section-page-top-posts .breadcrumbs .novidade-root,
.section-page-top-posts .breadcrumbs .artigo-root,
.section-page-top-posts .breadcrumbs .podcast-root {
  color: #ecb11f;
  font-size: 18px;
  font-weight: bold;
  font-family: "Vale Sans";
  line-height: 30px;
  padding-left: 5px;
  position: absolute;
  left: 245px;
  margin-top: -14px;
}

.section-page-top-posts .breadcrumbs .novidade-root::before,
.section-page-top-posts .breadcrumbs .artigo-root::before,
.section-page-top-posts .breadcrumbs .podcast-root::before {
  content: "\\";
  padding-right: 5px;
}

.section-page-top-posts .breadcrumbs .current-item {
  font-size: 30px;
  font-family: "Vale Sans";
  color: #007e7a;
  line-height: 35px;
  font-weight: bold;
}

.section-page-top-posts .img-destaque-page-interna {
  position: absolute;
  max-width: 73%;
  right: 0;
}

.section-page-top-posts .img-destaque-page-interna:after {
  content: "";
  left: 0px;
  background: #ffffff;
  height: 162px;
  width: 346px;
  position: absolute;
  transform: rotate3d(1, 0, 1, 310deg);
  margin-top: -60px;
}

.section-page-top-posts .img-destaque-page-interna:before {
  content: "";
  right: -50px;
  top: 410px;
  background: #ffffff;
  height: 84px;
  width: 320px;
  position: absolute;
  z-index: 2;
  transform: rotate(180deg) skew(-47deg);
  transform-style: flat;
}

.darckTheme .section-page-top-posts .breadcrumbs:after {
  background: #ffffff;
}

.darckTheme .section-page-top-posts .breadcrumbs .current-item {
  color: #ffffff;
}

.modal-content input[type="checkbox"],
.modal-content input[type="radio"] {
  display: none;
}

.nav-item {
  width: 100%;
}

.nav-tabs .nav-link.active {
  color: #000000;
  background-color: #fff;
  border-color: #ffffff00 #ffffff00 #fff !important;
  border-bottom: 1px solid #000 !important;
  text-decoration: underline;
  width: 100%;
  border-radius: 0;
}

.nav-tabs .nav-link {
  text-align: left;
  font-size: 14px;
  color: #000000;
  padding: 10px 10px;
  width: 100%;
}

.nav-tabs .nav-link:hover {
  border-color: #ffffff00 !important;
  border-bottom: 1px solid #000 !important;
  background-color: #fff;
  border-radius: 0;
}

.tab-content .tab-pane ul {
  margin: 10px 0px;
}

.tab-content .tab-pane ul li {
  font-size: 14px;
  color: #888b89;
}

.tab-content .tab-pane ul li a {
  font-weight: 600;
  color: #007e7a;
  text-decoration: underline !important;
}

.tab-content .tab-pane p a {
  font-weight: 600;
  color: #007e7a;
  text-decoration: underline !important;
}

#closecookie {
  float: right;
  font-size: 2vw;
}

.modal-cookie {
  align-items: center;
  justify-content: center;
  z-index: 99999 !important;
}

@media screen and (max-width: 768px) {
  .modal-cookie {
    align-items: start;
  }
}

.modal-cookie::before {
  content: "";
  background: #00000070;
  height: 100vh;
  width: 100vw;
  position: absolute;
}

.modal-cookie .modal-container {
  padding: 0px;
  width: 60%;
  margin-top: -100px;
}

@media screen and (max-width: 1470px) {
  .modal-cookie .modal-container {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .modal-cookie .modal-container {
    width: 95%;
    margin-top: 0px;
  }
}

.footer-modal {
  background: #f2f2f2;
  border-top: 1px solid #00000063;
  z-index: 10;
  height: 40px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.footer-modal .gpdp-submit-button {
  background-color: #007e7a;
  color: #ffffff;
  margin: 0;
  padding: 10px;
  transition: all 0.3s ease;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  outline: 0;
  border: none;
  left: 0;
  position: absolute;
  bottom: 0;
}

#gdpr-menu-container .menu-item:last-child {
  margin-bottom: 70px;
}

#gpdrBannerAside {
  font-family: "Vale Sans";
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50%;
  color: #ffffff;
  z-index: 9999;
  transition: bottom 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  display: block;
}

@media screen and (max-width: 768px) {
  #gpdrBannerAside {
    width: 100%;
  }
}

.gpdrBannerContainer {
  position: static;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .gpdrBannerContainer {
    padding: 30px 10px;
  }
}

.gpdrBannerContent {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.gpdrBannerAvisoCookie {
  box-sizing: border-box;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
}

.gpdrBannerAvisoCookie h3 {
  color: #000;
  margin-bottom: 14px;
}

.gpdrBannerAvisoCookie p {
  color: #4e4e4e;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 0;
  box-sizing: border-box;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
}

.gpdrBannerAvisoCookie p a {
  text-decoration: underline;
}

.change-settings-button {
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gpdrBannerbotaoFechar {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  display: inline-block;
  float: right;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin: 3px 4px;
  width: 30px;
  height: 30px;
  box-shadow: inset 0 0 0 1px #626262;
  color: #626262;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: none;
  overflow: visible;
}

.gpdrBannerAvisoCookie .gpdrBannerbotaoFechar {
  display: none;
}

.gpdrBtnCloseExce {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.icon-close {
  font-size: 32px;
  top: -3px;
  position: relative;
  height: 32px;
  display: block;
  overflow: hidden;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
}

.icon-close:before {
  content: "x";
}

.gpdrBannerButtomHolder {
  display: flex;
  align-items: center;
  justify-content: start;
}

.gpdrBannerButtomRejeitas,
.gpdrBannerButtomAceitar {
  border-radius: 0;
  background-color: #007e7a;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 20px;
  transition: all 0.3s ease;
  border: none;
  display: inline-block;
  margin: 3px 4px;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  outline: none;
}

.gpdrBannerButtomConfiguracoes {
  border-radius: 0;
  background-color: #dadada;
  color: #4e4e4e;
  font-family: "Vale Sans";
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 20px;
  transition: all 0.3s ease;
  border: none;
  display: inline-block;
  margin: 0px 0px 0px 5px;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  outline: none;
  padding: 5px 10px;
}

@media (max-width: 768px) {
  .gpdrBannerContent {
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .gpdrBannerAvisoCookie p {
    font-size: 12px;
    line-height: 14px;
  }

  .gpdrBannerButtomRejeitas,
  .gpdrBannerButtomAceitar {
    font-size: 12px;
    line-height: 14px;
  }

  .gpdrBannerButtomConfiguracoes {
    font-size: 12px;
    line-height: 14px;
  }

  .icon-close {
    font-size: 24px;
    top: 0px;
  }

  .gpdrBannerbotaoFechar {
    width: 30px;
    height: 30px;
  }

  .gpdrBannerContent {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gpdrBannerButtomHolder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.gpdt-titulo-sessao {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  width: calc(100% - 40px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  text-align: center;
  color: #0c4da2;
}

#btn_cookie_policy_modal,
#btn_third_party_cookies,
#btn_privacy_overview {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  line-height: 1.1;
  padding: 13px 20px;
  color: #0c4da2;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  text-align: left;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
}

.menu-item.selected #btn_privacy_overview,
.menu-item.selected #btn_third_party_cookies,
.menu-item.selected #btn_cookie_policy_modal {
  background-color: #ffffff !important;
  border-color: #f1f1f1 !important;
  color: #000 !important;
}

.gdpr-menu-container {
  padding: 0;
  list-style: none;
  margin: 0;
  z-index: 12;
}

.gdpr-company-logo-holder {
  text-align: left;
  padding: 40px 0;
}

.gdpr-company-logo-holder img {
  max-height: 150px;
  max-width: 100%;
  display: inline-block;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  height: auto;
}

.gdpr-modal-left-block {
  width: 20%;
  min-height: 300px;
  display: inline-block;
  float: left;
  padding: 0px;
  height: 100%;
  top: 0;
  background: #f2f2f2;
  z-index: 10;
  left: 0;
}

@media screen and (max-width: 768px) {
  .gdpr-modal-left-block {
    min-height: 100%;
  }
}

.gdpr-close-icon {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 28px;
  color: #000;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gdpr-close-icon:before {
  content: "x";
}

@media screen and (max-width: 768px) {
  .gdpr-close-icon:before {
    font-size: 30px;
  }
}

.gdpr-close-modal {
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 30px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: 0 0;
  padding: 0;
  z-index: 99;
  margin: 0;
  outline: 0;
  box-shadow: none;
  border: none;
  text-shadow: none;
}

@media screen and (max-width: 768px) {
  .gdpr-close-modal {
    right: -10px;
    top: -5px;
  }
}

.tab-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #000;
  margin-bottom: 25px;
  display: block;
}

.tab-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  height: 100%;
  padding-right: 20px;
  padding-bottom: 15px;
}

.tab-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 18px;
  margin-top: 0;
  padding: 0;
  color: #000;
}

.modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 130px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f1f1f1;
  z-index: 15;
}

.modal-footer-button-holder {
  width: 100%;
  display: block;
  padding: 0 60px;
}

.BtnSalvar {
  background-color: #007e7a;
  border-color: #007e7a;
  float: right;
  color: #d6d6d6;
  margin: 0;
  text-decoration: none;
  border-radius: 150px;
  color: #ffffff;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  min-width: 160px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
}

#postbox {
  display: none;
}

#postbox .acf-form-submit .acf-button.button.button-primary.button-large {
  background-color: #007e7a;
  border-color: #007e7a;
  float: right;
  color: #d6d6d6;
  margin: 0;
  text-decoration: none;
  border-radius: 150px;
  color: #ffffff;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  min-width: 160px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  float: right;
}

.main-modal-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  height: 100%;
}

.main-modal-content .tab-pane h4 {
  margin-bottom: 12px;
}

.main-modal-content .tab-pane p {
  font-size: 16px;
  font-family: "Vale Sans";
  color: #747876;
  margin: 0;
}

.main-modal-content .tab-pane .custom-switch {
  position: relative;
  margin: 10px 0px 0px 15px;
}

.main-modal-content .tab-pane .custom-switch label {
  padding-left: 25px;
}

.main-modal-content .tab-pane .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: #007e7a59 !important;
}

.main-modal-content .tab-pane .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #007e7a;
  background-color: #007e7aed;
}

.main-modal-content .tab-pane .custom-switch .custom-control-label::before {
  content: "";
  position: absolute;
  left: -15px;
  width: 30px;
  height: 16px;
  pointer-events: all;
  border-radius: 20px;
  top: 10px;
  border: 1px solid #9a9a9a;
  background-color: #fff;
}

.main-modal-content .tab-pane .custom-control-label::before,
.main-modal-content .tab-pane .custom-file-label,
.main-modal-content .tab-pane .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.main-modal-content .tab-pane .custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.main-modal-content .tab-pane .custom-switch .custom-control-label::after {
  top: 13px;
  left: -10px;
  width: 10px;
  height: 10px;
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.main-modal-content .tab-pane .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.gdpr-modal-right-content {
  height: 100%;
  width: 80%;
  display: inline-block;
  padding: 25px 60px 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.gdpr-modal-right-content .tab-content a {
  text-decoration: underline;
}

.gpdr-modal-content-main {
  color: #000;
  background-color: #ffffff;
  width: 900px;
  width: 80vw;
  max-width: 1170px;
  min-height: 600px;
  position: relative;
  margin: 0 auto;
}

.modal-inner-content {
  color: #000;
  background-color: #ffffff;
  width: 900px;
  width: 80vw;
  max-width: 1170px;
  min-height: 600px;
  position: relative;
  margin: 0 auto;
}

.gdpr-modal-content-Div {
  color: #000;
  background-color: #ffffff;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  top: 50px;
}

.gdpr-modal-content-Div .header-modal {
  padding: 30px 10px;
  border-bottom: 1px solid #000;
}

.gdpr-modal-content-Div .header-modal h4 {
  color: #000;
  font-family: "Vale Sans";
}

@media screen and (max-width: 768px) {
  .gdpr-modal-content-Div .header-modal {
    padding: 15px 10px;
  }
}

.gdpr-modal-content-Div .modal-content {
  display: flex;
  flex-direction: row !important;
}

@media screen and (max-width: 768px) {
  .gdpr-modal-content-Div .modal-content {
    flex-direction: column !important;
  }
}

.tooltip-cookie {
  display: inline;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 3px;
  padding-left: 7px;
  background: #ffffff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  font: 12px Arial, sans-serif;
  padding-right: 7px;
  line-height: 23px;
}

.gpdg-swich-label {
  padding-top: 5px;
}

.privacy-mobile {
  display: none;
}

.t-balancete-type {
  display: none;
}

.balancete-type {
  display: none;
}

@media (max-width: 1140px) {
  .gpdp-submit-button {
    margin-bottom: 30px;
  }

  .gpdt-titulo-sessao {
    max-width: 100px;
    width: 100%;
  }

  #btn_cookie_policy_modal,
  #btn_privacy_overview,
  #btn_third_party_cookies {
    font-size: 12px;
    padding: 8px 10px;
  }

  .tab-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .tab-content p {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .gdpr-modal-right-content {
    width: 50%;
  }
}

@media (max-width: 778px) {
  .gdpr-modal-right-content {
    width: 100%;
    padding: 10px;
  }
}

@media (max-width: 724px) {
  .privacy-mobile {
    display: block;
  }

  .gdpr-modal-left-block {
    width: 100%;
  }

  .menu-item:last-child {
    margin-bottom: 50px;
  }
}

@media (max-width: 426px) {
  .gdpr-close-icon {
    width: 50px;
    height: 50px;
    line-height: 38px;
    font-size: 48px;
  }
}

.page-404 {
  padding: 150px 0px;
  position: relative;
}

.page-404 h1 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 30px;
  font-size: "Vale Sans";
  color: #007e7a;
}

.page-404 p {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Vale Sans";
  margin-bottom: 20px;
  color: #747876;
}

.page-404 a {
  background: #ecb11f;
  padding: 10px 35px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  color: #fff;
  font-family: "Vale Sans";
}

.page-404 a:after {
  content: "";
  background: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  height: 15px;
  width: 30px;
  right: -5px;
  margin-top: 3px;
  position: absolute;
}

.section-resultadoBusca {
  padding: 110px 0px;
}

.section-resultadoBusca img {
  position: absolute;
}

.section-resultadoBusca li {
  list-style: none;
}

.title_search {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Vale Sans";
  font-weight: bold;
  line-height: 1.1;
  color: #007e7a;
  margin-bottom: 90px;
  margin-top: 55px;
}

.title_search span {
  color: #747876;
}

.result-search-list {
  padding: 10px 0px;
}

.result-search-list a {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

.result-search-list a:hover {
  color: #007e7a;
}

.result-search-list p {
  font-family: "Vale Sans";
  font-size: 9px;
  font-size: 0.9rem;
  color: #747876;
  padding-top: 5px;
}

.no-result-search-list {
  margin-bottom: 20px;
}

.no-result-search-list span {
  color: #007e7a;
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 1.8px;
  font-size: 0.18rem;
}

.alert-info p {
  font-family: "Vale Sans";
  font-size: 9px;
  font-size: 0.9rem;
  color: #007e7a;
}

.post_pagination-busca {
  text-align: center;
  background: transparent;
  border-radius: 100px;
  padding: 15px;
  margin-top: 50px;
}

.post_pagination-busca .page-numbers {
  background: #ffffff;
  padding: 3px 8px;
  border-radius: 100px;
  margin: 3px;
  color: #747876;
  font-family: "Vale Sans";
  z-index: 1;
}

.post_pagination-busca .current {
  background: #ecb11f;
  padding: 3px 8px;
  border-radius: 100px;
  margin: 3px;
  color: #ffffff;
  font-family: "Vale Sans";
}

.post_pagination-busca a.page-numbers:before {
  content: "";
  background: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 100px;
  position: absolute;
  margin-top: -5px;
  margin-left: -8px;
  z-index: -1;
}

.post_pagination-busca a.page-numbers:after {
  content: "";
  width: 100%;
  padding: 25px;
  background: #00000003;
  border-radius: 100px;
  left: 0;
  top: 47px;
  position: absolute;
  z-index: -1;
}

.section-post-unico {
  padding-bottom: 100px;
}

.section-post-unico .post-content {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.section-post-unico .post-content .data {
  color: #747876;
  font-family: "Vale Sans";
}

.section-post-unico .post-content .tag {
  color: #007e7a;
  font-family: "Vale Sans";
  position: absolute;
  left: 80px;
}

.section-post-unico .post-content .share_redes {
  position: absolute;
  right: 10px;
}

.section-post-unico .post-content .share_redes ul {
  display: flex;
}

.section-post-unico .post-content .share_redes ul img {
  width: 30px;
}

.section-post-unico .post-content .share_redes ul li {
  list-style: none;
  border: 1px solid #e6e6e6;
  padding: 3px 6px;
  margin: 0px 4px;
}

.section-post-unico .post-content .share_redes ul li .fa-facebook {
  color: #0d71fd;
}

.section-post-unico .post-content .share_redes ul li .fa-twitter {
  color: #3fc1ff;
}

.section-post-unico .post-content .share_redes ul li .fa-linkedin {
  color: #5c9eff;
}

.section-post-unico .post-content .content-publicacao {
  border-top: 2px solid #e6e6e6;
  padding-top: 10px;
  margin-top: 20px;
}

.section-post-unico .post-content .content-publicacao h1,
.section-post-unico .post-content .content-publicacao h2,
.section-post-unico .post-content .content-publicacao h3,
.section-post-unico .post-content .content-publicacao h4,
.section-post-unico .post-content .content-publicacao h5,
.section-post-unico .post-content .content-publicacao h6 {
  color: #007e7a;
  font-family: "Vale Sans";
  font-weight: bold;
  margin: 0px 0px 20px;
  font-weight: bold;
  position: relative;
}

.section-post-unico .post-content .content-publicacao p {
  color: #747876;
  font-family: "Vale Sans";
  margin-bottom: 20px;
}

.section-post-unico .post-content .content-publicacao a {
  color: #007e7a;
  font-family: "Vale Sans";
  text-decoration: underline !important;
}

.section-post-unico .post-content .content-publicacao video {
  width: 100%;
}

.section-posts-relacionados {
  padding: 80px 0px 100px 130px;
  position: relative;
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .section-posts-relacionados {
    padding: 80px 0px 100px 0px;
  }
}

.section-posts-relacionados:before {
  content: "";
  right: 0px;
  top: -100px;
  background: #007e7a;
  height: 130px;
  width: 500px;
  position: absolute;
  clip-path: polygon(30% 0%, 100% 0, 100% 60%, 100% 100%, 25% 100%, 0 100%, 0 100%);
}

@media screen and (max-width: 560px) {
  .section-posts-relacionados:before {
    top: -80px;
    width: 70%;
  }
}

.section-posts-relacionados:after {
  content: "";
  position: absolute;
  height: 330px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #007e7a;
  z-index: -1;
}

.section-posts-relacionados .title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section-posts-relacionados .title-section h1,
.section-posts-relacionados .title-section h2,
.section-posts-relacionados .title-section h3,
.section-posts-relacionados .title-section h4,
.section-posts-relacionados .title-section h5,
.section-posts-relacionados .title-section h6 {
  color: #ffffff;
  font-family: "Vale Sans";
  font-weight: bold;
  margin: 0px;
  font-weight: bold;
  position: relative;
}

.section-posts-relacionados .title-section a {
  color: #007e7a;
  font-family: "Vale Sans";
  font-weight: bold;
  text-decoration: underline !important;
  margin: 0px 150px 0px 0px;
}

.section-posts-relacionados .slick-track {
  padding-left: 410px;
}

@media screen and (max-width: 560px) {
  .section-posts-relacionados .slick-track {
    padding-left: 0px;
  }
}

.section-posts-relacionados .box-noticia {
  min-height: 380px;
  margin-left: 45px;
}

@media screen and (max-width: 560px) {
  .section-posts-relacionados .box-noticia {
    margin-right: 45px;
  }
}

.section-posts-relacionados .box-noticia .box-bg {
  height: 230px;
  overflow: hidden;
  position: relative;
}

.section-posts-relacionados .box-noticia .box-bg:after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  height: 90px;
  width: 130px;
  z-index: 2;
  background-color: #ffffff;
  transform: rotate3d(1, 0, 1, 310deg);
}

.section-posts-relacionados .box-noticia .box-bg a:before {
  content: "";
  background-color: #ecb11f;
  position: absolute;
  left: 14px;
  bottom: 24px;
  height: 34px;
  width: 34px;
  transform: rotate(140deg) skew(-40deg);
  transform-style: flat;
}

.section-posts-relacionados .box-noticia .box-bg a h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  font-family: "Vale Sans";
  font-weight: bold;
  transition: 400ms;
}

.section-posts-relacionados .box-noticia .box-bg a h3:hover {
  text-decoration: underline;
  transition: 400ms;
}

.section-posts-relacionados .box-noticia .content-img {
  background-size: cover;
  background-repeat: no-repeat;
  height: 230px;
  margin-bottom: 15px;
  position: relative;
  transition: 400ms;
}

.section-posts-relacionados .box-noticia .content-img:hover {
  transform: scale(1.1);
  transition: 400ms;
}

.section-posts-relacionados .box-noticia .content-img::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #00000060, transparent);
  height: 100%;
  width: 100%;
}

.section-posts-relacionados .box-noticia .content-text {
  padding: 0px 10px;
  margin-top: 20px;
}

.section-posts-relacionados .box-noticia .content-text h4 {
  color: #747876;
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.section-posts-relacionados .box-noticia .content-text .link-post {
  position: relative;
}

.section-posts-relacionados .box-noticia .content-text .link-post:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  height: 15px;
  width: 20px;
  background-color: #ecb11f;
  transform: rotate(140deg) skew(-40deg);
  transform-style: flat;
}

.section-posts-relacionados .box-noticia .content-text .link-post a {
  color: #007e7a;
  font-family: "Vale Sans";
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: underline !important;
  position: absolute;
  left: 5px;
}

.darckTheme .section-posts .title-section form input {
  background: transparent;
  color: #ffffff;
}

.darckTheme .section-posts .title-section form .select-group select {
  background: #000;
  color: #ffffff;
}

.darckTheme .section-posts .title-section form .select-group button {
  border: 1px solid #ffffff !important;
  background: #000 !important;
  box-shadow: none !important;
}

.darckTheme .section-posts:after {
  background: #212121;
}

.darckTheme .section-posts .bg-yellow {
  background: #212121;
}

.darckTheme .section-posts .box-noticia .box-bg .content-img {
  filter: grayscale(100);
}

.darckTheme .section-posts .box-noticia .box-bg a:before {
  background: #000;
}

.darckTheme .section-posts .box-noticia .box-bg:after {
  background: #000;
}

.darckTheme .section-posts .content-text .data {
  color: #ffffff;
}

.darckTheme .section-posts .content-text .tag {
  color: #ffffff;
}

.darckTheme .section-posts .content-text .link-post:before {
  background: #212121;
}

.darckTheme .section-post-unico .post-content .data {
  color: #ffffff;
}

.darckTheme .section-post-unico .post-content .tag {
  color: #ffffff;
}

.darckTheme .section-post-unico .post-content .content-publicacao video {
  filter: grayscale(1);
}

.darckTheme .section-posts-relacionados:before {
  background: #212121;
}

.darckTheme .section-posts-relacionados:after {
  background: #212121;
}

.darckTheme .section-posts-relacionados .box-noticia .box-bg .content-img {
  filter: grayscale(100);
}

.darckTheme .section-posts-relacionados .box-noticia .box-bg a:before {
  background: #000;
}

.darckTheme .section-posts-relacionados .box-noticia .box-bg:after {
  background: #000;
}

.darckTheme .section-posts-relacionados .content-text .link-post:before {
  background: #212121;
}

.navbar {
  position: fixed !important;
  padding: 0px !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 1px #00000040;
  z-index: 9999;
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
  .navbar .container-menu {
    margin: 14px 0px 0px !important;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .navbar .container {
    margin-left: 10px !important;
    margin-right: 10px !important;
    max-width: 100% !important;
  }
}

.navbar .navbar-collapse {
  position: relative;
}

@media screen and (min-width: 991px) and (max-width: 1060px) {
  .navbar .navbar-collapse {
    margin-left: 20px !important;
  }
}

.navbar .navbar-toggler {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    display: flex;
  }
}

.navbar .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navbar .navbar-toggler span {
  position: absolute;
  background: #606060;
  height: 3px;
  width: 20px;
  left: 0;
}

.navbar .navbar-toggler span:nth-of-type(1) {
  top: 0;
}

.navbar .navbar-toggler span:nth-of-type(2) {
  top: 5px;
}

.navbar .navbar-toggler span:nth-of-type(3) {
  top: 10px;
}

.navbar .navbar-toggler .menu-close span {
  position: absolute;
  background: #606060;
  height: 3px;
  width: 20px;
  left: 0;
}

.navbar .navbar-toggler .menu-close span:nth-of-type(1) {
  top: 0;
  display: none !important;
}

.navbar .navbar-toggler .menu-close span:nth-of-type(2) {
  top: 5px;
  transform: rotate(45deg) !important;
}

.navbar .navbar-toggler .menu-close span:nth-of-type(3) {
  top: 5px;
  transform: rotate(315deg) !important;
}

.navbar .topbar {
  display: flex;
  align-items: center;
  background-color: #ebebeb;
  height: 30px;
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar .topbar .menu-topbar {
  display: flex;
  justify-content: center;
}

.navbar .topbar .menu-topbar p {
  padding-right: 10px;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  color: #747876;
}

.navbar .topbar .idioma {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  border-right: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
  height: 30px;
}

.navbar .topbar .idioma select {
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  color: #747876;
}

.navbar .topbar .idioma option {
  font-size: 14px;
  color: #747876;
}

.navbar .topbar .acessibilidade {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  height: 30px;
  border-right: 1px solid #c3c3c3;
}

.navbar .topbar .acessibilidade ul {
  padding: 0px 0px 0px 15px;
  margin: -3px 0px 0px;
  list-style: none;
  display: flex;
}

.navbar .topbar .acessibilidade ul li {
  padding: 0px 5px;
}

.navbar .topbar .acessibilidade ul li a {
  font-family: "Vale Sans";
  color: #747876;
  font-size: 14px;
}

.navbar .topbar .acessibilidade .adddarckTheme i {
  font-size: 14px;
  cursor: pointer;
  color: #747876;
}

.navbar .custom-logo-link:after {
  content: "";
  position: absolute;
  top: 70px;
  background: #ecb11f;
  width: 40px;
  height: 3px;
  margin-left: 20px;
}

@media screen and (max-width: 1060px) {
  .navbar .custom-logo-link:after {
    display: none;
  }
}

.navbar .menu-position {
  margin-left: 85px;
  padding-top: 8px;
}

@media screen and (max-width: 1024px) {
  .navbar .menu-position {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .navbar .menu-position {
    margin-left: 0px;
  }
}

.navbar .menu-position ul {
  height: 40px;
}

@media screen and (max-width: 768px) {
  .navbar .menu-position ul {
    display: block;
    background: #ffffff;
    height: 800px;
    width: 100vw;
    padding-left: 20px;
    padding-top: 140px;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.navbar .menu-position ul li {
  margin-right: 60px;
  position: relative;
  height: 50px;
}

@media screen and (min-width: 1200px) and (max-width: 1390px) {
  .navbar .menu-position ul li {
    margin-right: 25px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .navbar .menu-position ul li {
    margin-right: 10px;
  }
}

@media screen and (min-width: 770px) {
  .navbar .menu-position ul li i {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .navbar .menu-position ul li {
    border-bottom: 2px solid #e6e6e6;
    height: 40px;
    margin-bottom: 8px;
    margin-right: 10px;
  }

  .navbar .menu-position ul li i {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
  }
}

.navbar .menu-position ul li a {
  color: #747876;
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 9px;
  font-size: 0.9rem;
}

.navbar .menu-position ul li .sub-menu {
  display: none;
}

.navbar .menu-position .menu-item-has-children:hover a:after {
  content: "";
  height: 3px;
  background: #ecb11f;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.navbar .menu-position .menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  top: 51px;
  background: #ffffff;
  box-shadow: 5px 5px 11px 0px #0000000f;
  min-height: 230px;
  z-index: 0;
  padding: 30px 0px;
  -webkit-animation: slide-down 0.6s ease-out;
  -moz-animation: slide-down 0.6s ease-out;
  width: 320px;
}

@media screen and (max-width: 768px) {
  .navbar .menu-position .menu-item-has-children:hover .sub-menu {
    position: fixed;
    left: 0;
    top: 80px;
    background: #ffffff;
    z-index: 1;
    height: 800px;
    width: 100vw;
    padding-left: 15px;
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

.navbar .menu-position .menu-item-has-children:hover .sub-menu:after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 0px;
  background-image: url(../../img/submenu.png);
  height: 250px;
  width: 250px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.navbar .menu-position .menu-item-has-children:hover .sub-menu::before {
  content: "";
  min-height: 230px;
  width: 100vw;
  bottom: 0;
  right: 100%;
  position: absolute;
  background: #ffffff;
  transform-style: flat;
  z-index: -2;
  box-shadow: -6px 4px 11px 0px #0000000f;
}

.navbar .menu-position .menu-item-has-children:hover .sub-menu li {
  height: 46px;
  float: right;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-left: 240px;
  padding-left: 60px;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .navbar .menu-position .menu-item-has-children:hover .sub-menu li {
    padding-left: 25px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .navbar .menu-position .menu-item-has-children:hover .sub-menu li {
    padding-left: 10px;
  }
}

.navbar .menu-position .menu-item-has-children:hover .sub-menu li a {
  max-width: 200px;
  line-height: 17px;
  z-index: 99;
}

.navbar .menu-position .menu-item-has-children:hover .sub-menu li a:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar form {
    margin-top: -50px;
  }
}

.navbar form input {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #747876;
  position: absolute;
  left: 70px;
  width: 85%;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .navbar form input {
    left: 40px;
    width: 75%;
  }
}

.navbar form img {
  filter: grayscale(1);
  cursor: pointer;
  transition: 0.4s;
  margin-top: 5px;
}

.navbar form .active {
  filter: grayscale(0);
  transform: rotate(90deg);
  margin-left: -90px;
}

@media screen and (max-width: 768px) {
  .navbar form .active {
    margin-left: 0px;
  }
}

.darckTheme .navbar {
  background-color: #000;
  box-shadow: 0px 0px 11px 0px #ffffff47;
}

.darckTheme .navbar .topbar {
  background-color: #212121;
}

.darckTheme .navbar .topbar select,
.darckTheme .navbar .topbar option {
  color: #ffffff !important;
  background-color: #212121 !important;
}

.darckTheme .navbar .custom-logo-link:after {
  background: #212121;
}

.darckTheme .navbar .menu-position .menu-item-has-children:hover .sub-menu {
  background: #212121;
}

.darckTheme .navbar .menu-position .menu-item-has-children:hover .sub-menu:before {
  background: #212121;
}

.darckTheme .navbar .menu-position .menu-item-has-children:hover .sub-menu:after {
  filter: grayscale(1);
}

.darckTheme .navbar .menu-position .menu-item-has-children a:after {
  background: #212121;
}

.darckTheme form input {
  background: #000;
  color: #ffffff;
}

.darckTheme form .active {
  filter: grayscale(100);
}

.navbar-light .navbar-toggler {
  border: none;
  color: #747876 !important;
}

.container-slick {
  position: absolute;
  left: -100px;
  top: 106px;
  z-index: 1;
}

.single-item::before {
  content: '';
  background-image: url("../../img/header_grafismo-1.svg");
  background-repeat: no-repeat;
  height: 450px;
  width: 370px;
  z-index: 1;
  position: absolute;
  bottom: -20px;
  right: 0;
  background-size: contain;
}

.single-item::after {
  content: '';
  background-image: url("../../img/forma-amarela-banner.svg");
  background-repeat: no-repeat;
  height: 365px;
  width: 223px;
  z-index: 1;
  background-size: contain;
  position: absolute;
  top: 57%;
  left: -130px;
  transform: translateY(-50%);
  margin-top: 55px;
}

.banner-slick-flex {
  display: flex;
}

.texto-Banner {
  color: white;
  font: normal normal normal 35px Vale Sans;
  width: 350px;
  padding-top: 60px;
}

.banner-slick-flex div img {
  position: absolute;
  width: 583px;
  right: 0px;
  top: 0px;
  height: 100%;
  object-fit: none;
}

.info-banner {
  padding-left: 140px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.info-banner a .circle-home-flex {
  margin-top: 20px;
  color: #ecb11f !important;
}

.newsletter-home-email {
  background-color: #007E7A;
  margin-top: -230px;
  padding: 150px;
  position: relative;
  z-index: 1;
}

.Newsletter-new {
  display: flex;
  margin-top: 150px;
}

.img-newsletter {
  position: absolute;
  left: 0;
  bottom: -25px;
}

.content-post-newsletter a h4 {
  color: white !important;
}

.Newsletter-new .img-newsletter img {
  display: flex;
  justify-content: left;
  margin-left: -220px;
  margin-top: -170px;
}

.form-newsletter form {
  display: flex;
  padding-top: 30px;
}

.form-newsletter form p span input::placeholder {
  color: white;
  font: normal normal normal 24px/28px Vale Sans;
  opacity: 0.6;
}

.form-newsletter form p span input {
  font-size: 16px;
  background: #007E7A;
  border: 1px solid white;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px 270px 10px 0;

}

.imagem-banner-home {
  position: relative;
  width: 100% !important;
}

.rotativeBanner .slick-list .slick-track {
  width: 100% !important;
  height: 440px;
}

.rotativeBanner .slick-list .slick-track .slick-slide {
  width: 100% !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

@media screen and (min-width: 990px) {
  .info-banner .container {
    width: 100% !important;
    max-width: none !important;
  }
}

@media screen and (max-width: 990px) {
  .form-newsletter form p span input {
    font-size: 16px;
    padding: 0px 0px 10px 0;
    width: 90%;
  }

  .newsletter-home-email {
    margin-top: -230px;
    padding: 100px 0 0 50px;
  }

  .img-newsletter {
    display: none;
  }

  .form-newsletter form {
    display: block;
  }

  .info-banner {
    padding-left: 10px;
    top: 60px;
    position: relative;
  }

  .texto-Banner {
    font-size: 20px;
    color: #555555;
    padding-top: 20px;
  }

  .form-newsletter form p:nth-child(3) {
    margin-top: 20px;
    margin-left: 0px !important;
    background: #ECB11F !important;
    width: 90%;
    padding: 10px;
  }

  .newsletter-home-email {
    margin-top: -470px;
    padding: 360px 0 100px 15px
  }

  .form-newsletter form p {
    background-color: transparent !important;
  }

  .noticia-flex {
    flex-wrap: wrap;
  }

  .container-mobile {
    width: 95% !important;
  }

  .banner-slick-flex img {
    display: none;
  }

  /* .single-item::before {
    display: none;
  } */
  .section-banner-slick-home {
    margin-top: 110px;
  }

  .container-slick {
    position: absolute;
    left: 0px !important;
  }

  .banner-home-mobile img {
    width: 100%;
    height: 100%;
  }

  .slick-dots {
    margin-left: -30px !important;
  }

  .single-item::after, .single-item::before {
    display: none;
  }
}


.form-newsletter form p img {
  margin: 0 10px;
}

.form-newsletter {
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .form-newsletter {
    max-width: 400px;
  }
}

.form-newsletter h1 {
  color: #FFFFFF;
  font: normal normal bold 36px/44px Vale Sans;
}

.form-newsletter form p {
  background-color: #ECB11F;
  border-radius: 8px;
}

.form-newsletter form p .wpcf7-submit {
  border: none;
  color: white;
  background-color: transparent;
  font: 18px Vale Sans;
  color: #FFFFFF;
  padding-left: 15px;
  font-weight: 600;
  font-size: 20px;
}

.form-newsletter form p:nth-child(3) {
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.form-newsletter form p .ajax-loader {
  display: none;
}

.container-newsletter {
  position: relative;
  z-index: 2;
}

.section-noticia-home .container {
  padding-top: 50px;
}

.noticia-flex {
  display: flex !important;
  justify-content: space-between;
}

.noticia-flex a {
  color: #ecb11f !important;
  font: normal normal 700 20px/50px Vale Sans;
  justify-content: flex-end;
  display: flex;

}

.section-slick-noticias-home .slick-prev, .section-slick-noticias-home .slick-prev:hover {
  background-image: url(../../img/left-arrow.svg) !important;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin: -100px -50px;
  background-repeat: no-repeat;
}

.section-slick-noticias-home .slick-next, .section-slick-noticias-home .slick-next:hover {
  background-image: url(../../img/right-arrow.svg) !important;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin: -100px -15px;
  background-repeat: no-repeat;
}

.section-slick-noticias-home .slick-prev:before {
  content: '';
}

.section-slick-noticias-home .slick-next:before {
  content: '';
}

.section-banner-slick-home .slick-dots {
  bottom: 20px !important;
  display: flex;
  left: 140px;
  z-index: 2;
}

.section-banner-slick-home .slick-dots li button:before {
  color: white !important;
}

.section-noticia-home .container .header-news h2 {
  color: #007E7A;
  font-size: 36px;
  font-weight: bold;
  font-family: "Vale Sans";
}

.section-noticia-home .container .header-news p {
  color: #555555;
  font-size: 18px;
  font-family: "Vale Sans";
}


.section-pesquisa-home .container .header-news h2 {
  color: #007E7A;
  font-size: 36px;
  font-weight: bold;
  font-family: "Vale Sans";
}

.section-pesquisa-home .container .header-news p {
  color: #555555;
  font-size: 18px;
  font-family: "Vale Sans";
}

.section-banner-slick-home {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section-banner-home {
  padding-top: 110px;
  height: 600px;
  background: #0003;
  position: relative;
  overflow: hidden;
}

.noticia-home-tag {
  color: #ECB11F !important;
  font-size: 20px;
  font-family: "Vale Sans";
  margin-top: 15px;
  font-weight: 600;
}

@media screen and (max-width: 560px) {
  .section-banner-home {
    height: 93vh;
  }
}

.section-banner-home .overlay {
  background: #00000050;
  position: absolute;
  height: 100%;
  width: 100%;
}

.section-banner-home .banner-paralax {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
  padding: 0;
}

.section-banner-home .background-video {
  pointer-events: none;
}

.section-banner-home video {
  object-fit: cover;
  width: 110vw;
  height: 100vh;
  padding: 0;
  pointer-events: none;
}

.section-banner-home .container-texto {
  position: absolute;
  max-width: 400px;
  margin: 5% 0px 0px 100px;
  z-index: 2;
}

@media screen and (max-width: 1370px) {
  .section-banner-home .container-texto {
    margin: 10% 0px 0px 8%;
  }
}

.section-banner-home .container-texto h1,
.section-banner-home .container-texto h2,
.section-banner-home .container-texto h3,
.section-banner-home .container-texto h4,
.section-banner-home .container-texto h5,
.section-banner-home .container-texto h6 {
  color: #ffffff;
  font-family: "Vale Sans";
  /* font-weight: bold; */
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 25px;
}

@media screen and (max-width: 560px) {

  .section-banner-home .container-texto h1,
  .section-banner-home .container-texto h2,
  .section-banner-home .container-texto h3,
  .section-banner-home .container-texto h4,
  .section-banner-home .container-texto h5,
  .section-banner-home .container-texto h6 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.section-banner-home .container-texto .forma-yellow {
  position: absolute;
  left: -200px;
  top: -20px;
  z-index: -1;
}

@media screen and (max-width: 1370px) {
  .section-banner-home .container-texto .forma-yellow {
    left: -170px;
    top: 0px !important;
  }
}

@media screen and (max-width: 560px) {
  .section-banner-home .container-texto .forma-yellow {
    left: -40px;
    top: -100px !important;
  }
}

.section-banner-home .container-texto .forma-yellow img {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 1370px) {
  .section-banner-home .container-texto .forma-yellow img {
    height: 310px;
  }
}

@media screen and (max-width: 560px) {
  .section-banner-home .container-texto .forma-yellow img {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .section-banner-home .container-texto {
    margin: 150px 0px 0px 120px;
  }
}

@media screen and (max-width: 560px) {
  .section-banner-home .container-texto {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0px 30px;
    padding-right: 30px;
    top: 40%;
  }
}

.section-banner-home .scroll-msg {
  position: absolute;
  z-index: 2;
  bottom: 20px;
}

@media screen and (max-width: 1370px) {
  .section-banner-home .scroll-msg {
    bottom: 0px;
  }
}

.section-banner-home .scroll-msg .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-banner-home .scroll-msg p {
  color: #ffffff;
  font-family: "Vale Sans";
  font-weight: 300;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .section-banner-home .scroll-msg p {
    display: none;
  }
}

.section-banner-home .scroll-msg img {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .section-banner-home .scroll-msg img {
    display: none;
  }
}

.section-banner-home .grafismo img {
  position: absolute;
  width: 583px;
  right: 0px;
  top: 0px;
  height: 100%;
  object-fit: none;
}

@media screen and (min-width: 1800px) {
  .section-banner-home .grafismo img {
    top: auto;
    bottom: -160px;
  }
}

@media screen and (max-width: 1370px) {
  .section-banner-home .grafismo img {
    right: -10px;
    object-fit: contain;
    height: 560px;
    bottom: -16px;
    top: auto;
    width: 440px;
  }
}

@media screen and (max-width: 1200px) {
  .section-banner-home .grafismo img {
    right: -10px;
    object-fit: contain;
    height: 500px;
    bottom: -16px;
    top: auto;
    width: 390px;
  }
}

@media screen and (max-width: 768px) {
  .section-banner-home .grafismo img {
    right: -370px;
  }
}

@media screen and (max-width: 560px) {
  .section-banner-home .grafismo img {
    width: 235px;
    right: -30px;
    top: 70%;
    height: 240px;
    object-fit: contain;
  }
}

.darckTheme .section-banner-home:before {
  background-color: #000;
}

.darckTheme .section-banner-home:after {
  background-color: #000;
}

.darckTheme .section-banner-home .container-texto a {
  border: 1px solid #ffffff;
  background: #000 url(../../img/chevron-right.png) no-repeat center;
  background-position-x: 200px;
  background-size: 18px;
  box-shadow: none;
}

@media screen and (max-width: 1370px) {
  .section-texto-imagem-home {
    padding: 60px 0px;
  }
}

@media screen and (max-width: 560px) {
  .section-texto-imagem-home {
    padding-bottom: 80px;
  }
}

.section-texto-imagem-home .content-text {
  padding-right: 30px;
}

.section-texto-imagem-home .content-text h1,
.section-texto-imagem-home .content-text h2,
.section-texto-imagem-home .content-text h3,
.section-texto-imagem-home .content-text h4,
.section-texto-imagem-home .content-text h5,
.section-texto-imagem-home .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
}

.section-texto-imagem-home .content-text p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 25px;
}

.section-texto-imagem-home .content-text a {
  color: #ffffff;
  font-family: "Vale Sans";
  padding: 10px 20px;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 4px;
}

.section-texto-imagem-home .content-text a i {
  font-size: 10px;
  font-size: 1rem;
  color: #ffffff;
  padding-left: 5px;
}

.section-texto-imagem-home figure {
  display: flex;
  align-items: center;
  justify-content: end;
}

.section-texto-imagem-home figure img {
  width: 70%;
  object-fit: cover;
}

@media screen and (max-width: 560px) {
  .section-texto-imagem-home figure img {
    width: 100%;
    object-fit: contain;
  }
}

.darckTheme .section-texto-imagem-home .content-text a {
  background-color: #ffffff !important;
  color: #000 !important;
}

.darckTheme .section-texto-imagem-home .content-text a i {
  color: #000 !important;
}

.section-mapa-home {
  position: relative;
  height: 645px;
  background-color: #bebebe;
  overflow: hidden;
}

@media screen and (max-width: 560px) {
  .section-mapa-home {
    min-height: 840px;
  }
}

@media screen and (max-width: 1370px) {
  .section-mapa-home .position-content-text {
    width: 500px;
  }
}

@media screen and (max-width: 560px) {
  .section-mapa-home .position-content-text {
    position: absolute;
    bottom: 0;
  }
}

.section-mapa-home .content-text {
  position: relative;
  max-width: 400px;
  margin: 140px 0px 60px;
  padding-left: 100px;
  z-index: 1049;
}

@media screen and (max-width: 560px) {
  .section-mapa-home .content-text {
    padding-left: 20px;
  }
}

.section-mapa-home .content-text::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -100px;
  height: 580px;
  width: 550px;
  background-color: #ffffff;
  transform: rotate(240deg) skew(-30deg);
  transform-style: flat;
  border-radius: 30px 60px;
  z-index: -1;
}

@media screen and (max-width: 560px) {
  .section-mapa-home .content-text::before {
    left: -130px;
  }
}

.section-mapa-home .content-text h1,
.section-mapa-home .content-text h2,
.section-mapa-home .content-text h3,
.section-mapa-home .content-text h4,
.section-mapa-home .content-text h5,
.section-mapa-home .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
  position: relative;
}

.section-mapa-home .content-text p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 25px;
}

.section-mapa-home .content-filter {
  padding-left: 100px;
}

@media screen and (max-width: 560px) {
  .section-mapa-home .content-filter {
    padding-left: 20px;
  }
}

.section-mapa-home .content-filter .col-md-6:nth-child(even) .active {
  background-color: #ecb11f;
  transition: 400ms;
  transform: scale(1);
}

.section-mapa-home .content-filter .col-md-6:nth-child(even) .active a .icone img {
  filter: grayscale(1) brightness(100);
  transition: 400ms;
}

.section-mapa-home .content-filter .col-md-6:nth-child(even) .active a .icone::before {
  background-color: #ecb11f;
  border: 1px solid #ffffff;
  transition: 400ms;
}

.section-mapa-home .content-filter .col-md-6:nth-child(even) .active a .titulo p {
  color: #ffffff;
  transition: 400ms;
}

.section-mapa-home .content-filter .col-md-6:nth-child(even) .active:hover {
  background-color: #ecb11f;
  transition: 400ms;
  transform: scale(1);
}

.section-mapa-home .content-filter .col-md-6:nth-child(even) .active:hover a::before {
  transform: rotate(180deg) skew(30deg) scale(1.1);
}

.section-mapa-home .content-filter .col-md-6:nth-child(even) .menu-item {
  border: 1px solid #ecb11f;
}

.section-mapa-home .content-filter .col-md-6:nth-child(even) .menu-item:hover {
  background-color: #ecb11f;
}

.section-mapa-home .content-filter .col-md-6:nth-child(even) .menu-item:hover a .icone::before {
  background-color: #ecb11f;
}

.section-mapa-home .content-filter .col-md-6:nth-child(even) .menu-item:hover .icone::before {
  border: 1px solid #ffffff;
}

.section-mapa-home .content-filter .col-md-6:nth-child(even) .menu-item:hover .titulo p {
  color: #ffffff;
}

.section-mapa-home .content-filter .col-md-6:nth-child(even) .menu-item .icone::before {
  border: 1px solid #ecb11f;
}

.section-mapa-home .content-filter .col-md-6:nth-child(even) .menu-item .titulo p {
  color: #ecb11f;
}

.section-mapa-home .content-filter .active {
  background-color: #007e7a;
  transition: 400ms;
  transform: scale(1);
}

.section-mapa-home .content-filter .active a .icone img {
  filter: grayscale(1) brightness(100);
  transition: 400ms;
}

.section-mapa-home .content-filter .active a .icone::before {
  background-color: #007e7a;
  border: 1px solid #ffffff;
  transition: 400ms;
}

.section-mapa-home .content-filter .active a .titulo p {
  color: #ffffff;
  transition: 400ms;
}

.section-mapa-home .content-filter .active:hover {
  background-color: #007e7a;
  transition: 400ms;
  transform: scale(1);
}

.section-mapa-home .content-filter .active:hover a::before {
  transform: rotate(180deg) skew(30deg) scale(1.1);
}

.section-mapa-home .content-filter .menu-item {
  width: 160px;
  height: 120px;
  border: 1px solid #007e7a;
  border-radius: 10px;
  margin-bottom: 50px;
  position: relative;
  transition: 400ms;
  cursor: pointer;
  z-index: 1049;
}

.section-mapa-home .content-filter .menu-item:hover {
  background-color: #007e7a;
  transition: 400ms;
  transform: scale(1);
}

.section-mapa-home .content-filter .menu-item:hover a .icone img {
  filter: grayscale(1) brightness(100);
  transition: 400ms;
}

.section-mapa-home .content-filter .menu-item:hover a .icone::before {
  background-color: #007e7a;
  border: 1px solid #ffffff;
  transition: 400ms;
  transform: rotate(180deg) skew(30deg) scale(1.1);
}

.section-mapa-home .content-filter .menu-item:hover a .titulo p {
  color: #ffffff;
  transition: 400ms;
}

.section-mapa-home .content-filter .menu-item .icone {
  position: absolute;
  top: -20px;
  left: 60px;
}

.section-mapa-home .content-filter .menu-item .icone::before {
  content: "";
  position: absolute;
  background: #ffffff;
  top: -10px;
  left: -45px;
  height: 60px;
  width: 100px;
  z-index: 0;
  border: 1px solid #007e7a;
  transform: rotate(180deg) skew(30deg);
  transform-style: flat;
  border-radius: 10px 5px;
  z-index: 0;
  transition: 400ms;
}

.section-mapa-home .content-filter .menu-item .icone img {
  position: absolute;
  width: 40px;
  left: -14px;
  top: -2px;
  transition: 400ms;
  z-index: 2;
}

.section-mapa-home .content-filter .menu-item .titulo {
  margin: 45px 8px 20px 15px;
}

.section-mapa-home .content-filter .menu-item .titulo p {
  color: #007e7a;
  font-family: "Vale Sans";
  line-height: 19px;
  font-size: 9px;
  font-size: 0.9rem;
  transition: 400ms;
}

.section-mapa-home .content-mapa {
  position: absolute;
  padding: 0;
}

.section-mapa-home .content-mapa #map {
  height: 680px;
  width: 100%;
}

.section-mapa-home .content-mapa .leaflet-tile {
  filter: grayscale(1) !important;
}

.section-mapa-home .content-mapa .leaflet-popup-content-wrapper,
.section-mapa-home .content-mapa .leaflet-popup-tip {
  background: transparent;
  color: #000;
  box-shadow: none;
  border-radius: 20px;
}

.section-mapa-home .content-mapa .leaflet-popup-tip-container {
  display: none;
}

.section-mapa-home .content-mapa .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}

.section-mapa-home .content-mapa .leaflet-popup-content-wrapper .leaflet-popup-content p {
  margin: 5px 0px;
  font-family: "Vale Sans";
  color: #747876;
  font-size: 8px;
  font-size: 0.8rem;
}

.section-mapa-home .content-mapa .leaflet-popup-content-wrapper .popup-map {
  border-radius: 15px;
  border: 1px solid #007e7a;
  padding: 20px 12px;
  background: #ffffff;
}

.section-mapa-home .content-mapa .leaflet-popup-content-wrapper .popup-map .bg-img-icone::before {
  content: "";
  position: absolute;
  background: #007e7a;
  height: 60px;
  width: 55px;
  top: -45px;
  left: 5px;
  transform: rotate(240deg) skew(-30deg);
  transform-style: flat;
  border-radius: 5px 10px;
}

.section-mapa-home .content-mapa .leaflet-popup-content-wrapper .popup-map .bg-img-icone img {
  position: absolute;
  margin-top: -55px;
  left: 20px;
  width: 27px;
  filter: grayscale(1) brightness(100);
}

.section-mapa-home .content-mapa .leaflet-popup-content-wrapper .popup-map .btn-primary-vale {
  position: relative;
  outline: none;
  padding: 0;
  color: #007e7a;
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 14px;
}

.section-mapa-home .content-mapa .leaflet-popup-content-wrapper .popup-map-mineracao {
  border-radius: 15px;
  border: 1px solid #ecb11f;
  padding: 20px 12px;
  background: #ffffff;
}

.section-mapa-home .content-mapa .leaflet-popup-content-wrapper .popup-map-mineracao .bg-img-icone::before {
  content: "";
  position: absolute;
  background: #ecb11f;
  height: 60px;
  width: 55px;
  top: -45px;
  left: 5px;
  transform: rotate(240deg) skew(-30deg);
  transform-style: flat;
  border-radius: 5px 10px;
}

.section-mapa-home .content-mapa .leaflet-popup-content-wrapper .popup-map-mineracao .bg-img-icone img {
  position: absolute;
  margin-top: -50px;
  width: 27px;
  left: 20px;
  filter: grayscale(1) brightness(100);
}

.section-mapa-home .content-mapa .leaflet-popup-content-wrapper .popup-map-mineracao .btn-primary-vale {
  position: relative;
  outline: none;
  padding: 0;
  color: #ecb11f;
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 14px;
}

.section-mapa-home .content-mapa .leaflet-container a {
  top: 5px;
  right: 5px;
}

.section-mapa-home .content-mapa .modal {
  z-index: 9999;
}

.section-mapa-home .content-mapa .modal .modal-dialog {
  top: 25%;
  width: 50%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .section-mapa-home .content-mapa .modal .modal-dialog {
    width: 90%;
  }
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content {
  border-radius: 20px;
  border: none;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .bt-close-bg {
  right: -12px;
  position: absolute;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .bt-close-bg::before {
  content: "";
  position: absolute;
  background: #ecb11f;
  height: 40px;
  width: 40px;
  left: -7px;
  top: -7px;
  transform: rotate(150deg) skew(-30deg);
  transform-style: flat;
  border-radius: 4px;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-body {
  padding: 20px 70px;
}

@media screen and (max-width: 768px) {
  .section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-body {
    padding: 20px 0px 20px 25px;
  }
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-body .title-modal {
  display: flex;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-body .title-modal .text {
  padding-left: 20px;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-body .title-modal .text p {
  color: #007e7a;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-body .title-modal .text h1,
.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-body .title-modal .text h2,
.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-body .title-modal .text h3,
.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-body .title-modal .text h4,
.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-body .title-modal .text h5,
.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-body .title-modal .text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  line-height: 30px;
  margin-bottom: 15px;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-body .modal-projects {
  margin: 5px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-body .modal-projects p {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  margin: 5px 0px 10px;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-mineracao {
  padding: 20px 70px;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-mineracao .title-modal {
  display: flex;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-mineracao .title-modal .text {
  padding-left: 20px;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-mineracao .title-modal .text p {
  color: #ecb11f;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-mineracao .title-modal .text h1,
.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-mineracao .title-modal .text h2,
.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-mineracao .title-modal .text h3,
.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-mineracao .title-modal .text h4,
.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-mineracao .title-modal .text h5,
.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-mineracao .title-modal .text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ecb11f;
  line-height: 30px;
  margin-bottom: 15px;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-mineracao .modal-projects {
  margin: 5px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.section-mapa-home .content-mapa .modal .modal-dialog .modal-content .modal-mineracao .modal-projects p {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  margin: 5px 0px 10px;
}

.section-bigNumbers {
  padding: 75px 0px;
  position: relative;
}

.section-bigNumbers .title-section h1,
.section-bigNumbers .title-section h2,
.section-bigNumbers .title-section h3,
.section-bigNumbers .title-section h4,
.section-bigNumbers .title-section h5,
.section-bigNumbers .title-section h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 70px;
}

.section-bigNumbers .title-section img {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
}

@media screen and (max-width: 560px) {
  .section-bigNumbers .title-section img {
    display: none;
  }
}

.section-bigNumbers .slick-slider {
  padding: 0;
}

.section-bigNumbers .colunas-boxes {
  width: 15%;
  margin-bottom: 25px;
}

.section-bigNumbers .colunas-boxes .contentBignumbers {
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  height: 240px;
  width: 240px;
  display: flex;
  flex-direction: column;
}

.section-bigNumbers .colunas-boxes .contentBignumbers .icone {
  display: flex;
  justify-content: flex-end;
  margin: 10px 30px 0px 0px;
}

.section-bigNumbers .colunas-boxes .contentBignumbers .position-bignunbers {
  height: 220px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.section-bigNumbers .colunas-boxes .contentBignumbers .position-bignunbers .titulo {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  line-height: 27px;
  font-size: 17px;
  font-size: 1.7rem;
  max-width: 100px;
  margin: 25px 0px 0px 20px;
  display: flex;
}

.section-bigNumbers .colunas-boxes .contentBignumbers .position-bignunbers .descricao p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 20px;
  font-size: 9px;
  font-size: 0.9rem;
  margin: 8px 0px 20px 20px;
  max-width: 100px;
}

.section-bigNumbers .descricao_section p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 20px;
  font-size: 9px;
  font-size: 0.9rem;
}

.darckTheme .section-bigNumbers {
  background-color: #212121 !important;
}

.darckTheme .section-bigNumbers .colunas-boxes .contentBignumbers {
  filter: grayscale(1);
}

.section-box-texto-imagem-home {
  padding: 80px 0px 50px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-home {
    overflow: initial;
  }
}

.section-box-texto-imagem-home .content-section {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-home .content-section {
    position: absolute;
    bottom: -130px;
    margin: 0px 20px 0px 0px;
  }
}

.section-box-texto-imagem-home .content-section .img-bg-green {
  position: absolute;
  top: -40px;
  left: 0;
  width: 690px;
  height: 550px;
}

@media screen and (max-width: 1370px) {
  .section-box-texto-imagem-home .content-section .img-bg-green {
    top: -28px;
    height: 470px;
  }
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-home .content-section .img-bg-green {
    display: none;
  }
}

.section-box-texto-imagem-home .content-section .content-icon {
  width: 485px;
  height: 100px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-home .content-section .content-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: -60px;
  }

  .section-box-texto-imagem-home .content-section .content-icon::before {
    content: "";
    position: absolute;
    top: -39px;
    height: 170px;
    width: 120px;
    background-color: #007e7a;
    transform: rotate(240deg) skew(-30deg);
    transform-style: flat;
    border-radius: 6px 10px;
    z-index: -1;
  }
}

.section-box-texto-imagem-home .content-section .content-icon img {
  position: absolute;
  right: -110px;
  top: -6px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-home .content-section .content-icon img {
    position: initial;
  }
}

.section-box-texto-imagem-home .content-section .content-text {
  padding: 70px 45px 30px 45px;
  width: 485px;
  height: 455px;
  border-radius: 30px 30px 30px 30px;
  z-index: 2;
}

@media screen and (max-width: 1370px) {
  .section-box-texto-imagem-home .content-section .content-text {
    padding: 40px 45px 30px 45px;
    height: auto;
  }
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-home .content-section .content-text {
    width: 100%;
    min-width: 355px;
    padding: 30px 30px 0px;
    background-color: #007e7a;
  }
}

.section-box-texto-imagem-home .content-section .content-text h1,
.section-box-texto-imagem-home .content-section .content-text h2,
.section-box-texto-imagem-home .content-section .content-text h3,
.section-box-texto-imagem-home .content-section .content-text h4,
.section-box-texto-imagem-home .content-section .content-text h5,
.section-box-texto-imagem-home .content-section .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 1370px) {

  .section-box-texto-imagem-home .content-section .content-text h1,
  .section-box-texto-imagem-home .content-section .content-text h2,
  .section-box-texto-imagem-home .content-section .content-text h3,
  .section-box-texto-imagem-home .content-section .content-text h4,
  .section-box-texto-imagem-home .content-section .content-text h5,
  .section-box-texto-imagem-home .content-section .content-text h6 {
    line-height: 36px;
  }
}

.section-box-texto-imagem-home .content-section .content-text h4::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 8px;
  height: 30px;
  width: 24px;
  background-color: #ecb11f;
  transform: rotate(150deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
}

.section-box-texto-imagem-home .content-section .content-text p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 30px;
}

.section-box-texto-imagem-home .content-section .content-text ul li {
  list-style: none;
  position: relative;
  color: #ffffff;
  font-family: "Vale Sans";
  font-weight: 300;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.section-box-texto-imagem-home .content-section .content-text ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  height: 4px;
  width: 4px;
  background-color: #ecb11f;
  border-radius: 10px;
}

.section-box-texto-imagem-home .content-section .content-text .content-link {
  margin-bottom: 10px;
}

.section-box-texto-imagem-home .content-section .content-text .content-link a {
  color: #ecb11f;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  transition: 400ms;
}

.section-box-texto-imagem-home .content-section .content-text .content-link a:hover {
  color: #ffdd87;
  transition: 400ms;
}

.section-box-texto-imagem-home .content-section .content-text .content-link a i {
  /*@include font-size(8);*/
  color: #ecb11f;
  font-size: 0.45rem;
  /*padding-left: 5px;*/
  padding: 4px;
  border: 1px solid #ecb11f;
  border-radius: 50%;
  transform: translate(0, -3px);
}

.section-box-texto-imagem-home .content-section .content-text .content-link a i:hover {
  color: #ffdd87;
  transition: 400ms;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-home .content-imagem {
    min-height: 600px;
  }
}

.section-box-texto-imagem-home .content-imagem figure img {
  width: 75%;
  height: 560px;
  position: absolute;
  object-fit: cover;
  right: 0;
  top: 100px;
  z-index: -1;
  border-radius: 30px 0px 0px 30px;
}

@media screen and (max-width: 1370px) {
  .section-box-texto-imagem-home .content-imagem figure img {
    height: 460px;
  }
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-home .content-imagem figure img {
    width: 100%;
    height: 80%;
    border-radius: 0px;
  }
}

.section-box-texto-imagem-home .content-imagem figure p {
  position: absolute;
  bottom: 35px;
  right: 30px;
  color: #ffffff;
  font-size: 9px;
  font-size: 0.9rem;
  background: #0000007a;
  padding: 3px 8px;
  border-radius: 4px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-home .content-imagem figure p {
    top: 105px;
    right: 5px;
    bottom: auto;
  }
}

.section-imagem-texto-link-home {
  padding: 80px 0px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-imagem-texto-link-home {
    margin-top: 100px;
  }
}

.section-imagem-texto-link-home .content-imagem .forma-amarela img {
  position: absolute;
  left: -240px;
  bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .section-imagem-texto-link-home .content-imagem .forma-amarela img {
    left: -300px;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-texto-link-home .content-imagem .forma-amarela img {
    display: none;
  }
}

.section-imagem-texto-link-home .content-imagem figure {
  position: relative;
}

.section-imagem-texto-link-home .content-imagem figure img {
  width: 700px;
  height: 390px;
  right: 0;
}

@media screen and (max-width: 1370px) {
  .section-imagem-texto-link-home .content-imagem figure img {
    width: 620px;
    height: 360px;
    object-fit: contain;
  }
}

@media screen and (max-width: 1200px) {
  .section-imagem-texto-link-home .content-imagem figure img {
    width: 570px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .section-imagem-texto-link-home .content-imagem figure img {
    margin-left: -170px;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-texto-link-home .content-imagem figure img {
    margin: 0;
    width: 100%;
    height: 100%;
  }
}

.section-imagem-texto-link-home .content-imagem figure p {
  position: absolute;
  left: 170px;
  color: #ffffff;
  bottom: -35px;
  font-size: 9px;
  font-size: 0.9rem;
  background: #0000007a;
  padding: 3px 8px;
  border-radius: 4px;
}

@media screen and (max-width: 1200px) {
  .section-imagem-texto-link-home .content-imagem figure p {
    left: 130px;
  }
}

@media screen and (max-width: 768px) {
  .section-imagem-texto-link-home .content-imagem figure p {
    left: -25px;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-texto-link-home .content-imagem figure p {
    right: 20px;
    color: #ffffff;
    bottom: 5px;
    left: auto;
  }
}

.section-imagem-texto-link-home .content-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-imagem-texto-link-home .content-section .content-text {
  padding-left: 100px;
  max-width: 500px;
  margin-top: -80px;
}

@media screen and (max-width: 768px) {
  .section-imagem-texto-link-home .content-section .content-text {
    padding-left: 50px;
    max-width: 100%;
    margin-top: -30px;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-texto-link-home .content-section .content-text {
    margin-top: 30px;
    padding: 0;
    width: 100%;
  }
}

.section-imagem-texto-link-home .content-section .content-text h1,
.section-imagem-texto-link-home .content-section .content-text h2,
.section-imagem-texto-link-home .content-section .content-text h3,
.section-imagem-texto-link-home .content-section .content-text h4,
.section-imagem-texto-link-home .content-section .content-text h5,
.section-imagem-texto-link-home .content-section .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  line-height: 30px;
  margin-bottom: 30px;
}

.section-imagem-texto-link-home .content-section .content-text p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.section-imagem-texto-link-home .content-section .content-text .content-link {
  margin-bottom: 10px;
}

.section-imagem-texto-link-home .content-section .content-text .content-link a {
  color: #ecb11f;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  transition: 400ms;
}

.section-imagem-texto-link-home .content-section .content-text .content-link a:hover {
  color: #ffdd87;
  transition: 400ms;
}

.section-imagem-texto-link-home .content-section .content-text .content-link a i {
  font-size: 10px;
  font-size: 1rem;
  color: #ecb11f;
  padding-left: 5px;
}

.section-posts-eventos-home {
  padding: 60px 0px;
  position: relative;
  background-image: url(../../img/fundo-verde.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 560px) {
  .section-posts-eventos-home {
    background-color: #007e7a;
  }
}

@media screen and (max-width: 1440px) {
  .section-posts-eventos-home .title-section {
    margin-top: -30px;
  }
}

@media screen and (max-width: 1200px) {
  .section-posts-eventos-home .title-section {
    margin-top: -50px;
  }
}

@media screen and (max-width: 560px) {
  .section-posts-eventos-home .title-section {
    padding-top: 40px;
  }
}

.section-posts-eventos-home .title-section h1,
.section-posts-eventos-home .title-section h2,
.section-posts-eventos-home .title-section h3,
.section-posts-eventos-home .title-section h4,
.section-posts-eventos-home .title-section h5,
.section-posts-eventos-home .title-section h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {

  .section-posts-eventos-home .title-section h1,
  .section-posts-eventos-home .title-section h2,
  .section-posts-eventos-home .title-section h3,
  .section-posts-eventos-home .title-section h4,
  .section-posts-eventos-home .title-section h5,
  .section-posts-eventos-home .title-section h6 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {

  .section-posts-eventos-home .title-section h1,
  .section-posts-eventos-home .title-section h2,
  .section-posts-eventos-home .title-section h3,
  .section-posts-eventos-home .title-section h4,
  .section-posts-eventos-home .title-section h5,
  .section-posts-eventos-home .title-section h6 {
    margin-bottom: 0px;
  }
}

.section-posts-eventos-home .title-section p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 30px;
}

.section-posts-eventos-home .container-posts .content-post {
  margin-top: 30px;
}

@media screen and (max-width: 560px) {
  .section-posts-eventos-home .container-posts .content-post {
    margin-top: 50px;
  }
}

@media screen and (max-width: 425px) {
  .container-center {
    margin: 0 auto;
  }
}

.section-posts-eventos-home .container-posts .content-post .thumbnail-post {
  position: relative;
}

.section-posts-eventos-home .container-posts .content-post .thumbnail-post img {
  width: 100%;
  height: 250px;
  border-radius: 40px;
  object-fit: cover;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section-posts-eventos-home .container-posts .content-post .thumbnail-post img {
    height: 160px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 560px) {
  .section-posts-eventos-home .container-posts .content-post .thumbnail-post img {
    height: 250px;
  }
}

.section-posts-eventos-home .container-posts .content-post .thumbnail-post .data {
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 1;
}

.section-posts-eventos-home .container-posts .content-post .thumbnail-post .data::before {
  content: "";
  position: absolute;
  background-color: #ecb11f;
  width: 100%;
  height: 24px;
  transform: rotate(180deg) skew(30deg);
  transform-style: flat;
  border-radius: 4px;
  z-index: -1;
}

.section-posts-eventos-home .container-posts .content-post .thumbnail-post .data p {
  color: #ffffff;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  padding: 0px 15px;
}

.section-posts-eventos-home .container-posts .content-post a h4 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  line-height: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 20px 0px 0px;
}

@media screen and (max-width: 560px) {
  .section-posts-eventos-home .container-posts .content-post a h4 {
    color: #ffffff;
  }
}

.section-posts-eventos-home .content-section-link {
  margin-top: 30px;
  display: flex;
  justify-content: end;
}

.section-posts-eventos-home .content-section-link a {
  color: #ecb11f;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  transition: 400ms;
}

.section-posts-eventos-home .content-section-link a:hover {
  color: #ffdd87;
  transition: 400ms;
}

.section-posts-eventos-home .content-section-link a i {
  font-size: 10px;
  font-size: 1rem;
  color: #ecb11f;
  padding-left: 5px;
}

.darckTheme .section-posts-eventos-home {
  filter: grayscale(1);
}

.section-newsletter-home {
  padding: 40px 0px;
}

.section-newsletter-home .content-neslatter {
  position: relative;
  padding: 55px 45px;
  border-radius: 17px;
}

.section-newsletter-home .content-neslatter .title-section {
  max-width: 73%;
}

@media screen and (max-width: 1470px) {
  .section-newsletter-home .content-neslatter .title-section {
    max-width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .section-newsletter-home .content-neslatter .title-section {
    max-width: 100%;
  }
}

.section-newsletter-home .content-neslatter .title-section h1,
.section-newsletter-home .content-neslatter .title-section h2,
.section-newsletter-home .content-neslatter .title-section h3,
.section-newsletter-home .content-neslatter .title-section h4,
.section-newsletter-home .content-neslatter .title-section h5,
.section-newsletter-home .content-neslatter .title-section h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 16px;
}

.section-newsletter-home .content-neslatter .title-section p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.section-newsletter-home .content-neslatter .grafismo-newsletter {
  position: absolute;
  right: 0;
  top: 0;
  width: 386px;
  height: 264px;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .section-newsletter-home .content-neslatter .grafismo-newsletter {
    width: 290px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .section-newsletter-home .content-neslatter .grafismo-newsletter {
    display: none;
  }
}

.section-newsletter-home .content-neslatter .form-newsletter {
  margin-top: 60px;
}

.section-newsletter-home .content-neslatter .form-newsletter form {
  max-width: 40%;
  display: flex;
}

@media screen and (max-width: 1440px) {
  .section-newsletter-home .content-neslatter .form-newsletter form {
    max-width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .section-newsletter-home .content-neslatter .form-newsletter form {
    width: 100%;
    display: block;
    max-width: 100%;
  }
}

.section-newsletter-home .content-neslatter .form-newsletter form input {
  background: transparent;
  border-bottom: 2px solid #ffffff !important;
  border: none;
  color: #ffffff;
  font-family: "Vale Sans";
  height: 40px;
  outline: none;
  transition: 400ms;
}

.section-newsletter-home .content-neslatter .form-newsletter form input::placeholder {
  color: #ffffff;
}

.section-newsletter-home .content-neslatter .form-newsletter form input:hover {
  border-bottom: 2px solid #007e7a !important;
  transition: 400ms;
}

.section-newsletter-home .content-neslatter .form-newsletter form input:active {
  border-bottom: 2px solid #007e7a !important;
  transition: 400ms;
}

@media screen and (max-width: 560px) {
  .section-newsletter-home .content-neslatter .form-newsletter form input {
    width: 100%;
  }
}

.section-newsletter-home .content-neslatter .form-newsletter form .wpcf7-submit {
  background: #007e7a;
  font-family: "Vale Sans";
  font-weight: bold;
  padding: 5px 40px 5px 24px;
  border-radius: 4px;
  border: none !important;
  margin-left: 20px;
}

.section-newsletter-home .content-neslatter .form-newsletter form .wpcf7-submit:hover {
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .section-newsletter-home .content-neslatter .form-newsletter form .wpcf7-submit {
    margin-top: 20px;
    margin-left: 0;
    max-width: 130px;
  }
}

.section-newsletter-home .content-neslatter .form-newsletter form .seta-btn {
  position: absolute;
  margin-left: 50px;
  width: 20px;
  margin-top: -30px;
}

@media screen and (max-width: 1400px) {
  .section-newsletter-home .content-neslatter .form-newsletter form .seta-btn {
    margin-left: -100px;
    width: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .section-newsletter-home .content-neslatter .form-newsletter form .seta-btn {
    margin-top: 30px;
    margin-left: -100px;
  }
}

.section-newsletter-home .content-neslatter .form-newsletter form .wpcf7-response-output {
  position: absolute;
  bottom: 10px;
  color: #ffffff;
  font-family: "Vale Sans";
}

.darckTheme .section-newsletter-home {
  filter: grayscale(1);
}

footer {
  border-top: 2px solid #ecb11f;
  padding: 30px 0px 10px;
}

footer .content-footer {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 50px;
}

footer .content-footer .content-logo-privacy {
  flex-direction: column;
  justify-content: space-between;
}

footer .content-footer .content-logo-privacy .custom-logo-link {
  margin-bottom: 10px;
}

@media screen and (max-width: 560px) {
  footer .content-footer .content-logo-privacy .custom-logo-link {
    margin-bottom: 30px;
  }
}

footer .content-footer .content-privacy-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  footer .content-footer .content-logo-privacy .content-privacy {
    display: none;
  }

  footer .content-footer .content-privacy-mobile {
    display: block;
  }
}

footer .content-footer .content-logo-privacy .content-privacy a,
footer .content-footer .content-privacy-mobile a {
  color: #007e7a;
  font-size: 10px;
  font-size: 1rem;
}

footer .content-footer .info-footer p {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  margin: 0px 0px 10px;
}

@media screen and (max-width: 560px) {
  footer .content-footer .info-footer p {
    line-height: 16px;
  }
}

footer .content-footer .info-footer ul {
  padding: 0;
  display: flex;
}

@media screen and (max-width: 768px) {
  footer .content-footer .info-footer ul {
    flex-direction: column;
  }
}

@media screen and (max-width: 560px) {
  footer .content-footer .info-footer ul {
    flex-direction: row;
  }
}

footer .content-footer .info-footer ul li {
  padding-right: 35px;
  color: #747876;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
}

footer .content-footer .info-footer ul li::marker {
  color: #ecb11f;
}

footer .content-footer .info-footer ul li:first-of-type::marker {
  color: #ffffff;
}

@media screen and (max-width: 560px) {
  footer .content-footer .info-footer {
    margin-bottom: 30px;
  }
}

footer .content-footer .texto-centralizado {
  margin: 40px 0px 0px 0px;
}

footer .content-footer .texto-centralizado p {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 20px;
  margin: 0px;
  text-align: left;
}

footer .content-footer .texto-centralizado a {
  color: #007e7a;
  font-family: "Vale Sans";
  font-size: 9px;
  font-size: 0.9rem;
}

footer .copyright {
  padding-top: 20px;
  align-items: center;
}

footer .copyright .direitos-reservados {
  margin-bottom: 20px;
}

footer .copyright p {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 20px;
  margin: 0;
}

footer .copyright .icon-footer {
  padding-right: 20px;
}

.darckTheme footer {
  border-top: 2px solid #ffffff;
}

.darckTheme footer .info-footer ul li::marker {
  color: #ffffff !important;
}

.darckTheme footer .info-footer ul li:first-of-type::marker {
  color: transparent !important;
}

.darckTheme footer .social-icons p {
  background-color: #ffffff;
}

.darckTheme footer .social-icons a,
.darckTheme footer .social-icons i {
  color: #000 !important;
}

.section-texto-topicos-missao {
  padding: 60px 0px 0px;
}

.section-texto-topicos-missao .content-text {
  max-width: 575px;
}

.section-texto-topicos-missao .content-text h1,
.section-texto-topicos-missao .content-text h2,
.section-texto-topicos-missao .content-text h3,
.section-texto-topicos-missao .content-text h4,
.section-texto-topicos-missao .content-text h5,
.section-texto-topicos-missao .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 30px;
}

.section-texto-topicos-missao .content-text p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 30px;
}

.section-texto-topicos-missao .content-topics {
  max-width: 485px;
  margin-bottom: 40px;
  padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  .section-texto-topicos-missao .content-topics {
    max-width: 100%;
    padding-left: 100px;
  }
}

@media screen and (max-width: 560px) {
  .section-texto-topicos-missao .content-topics {
    padding-left: 30px;
  }
}

.section-texto-topicos-missao .content-topics h1,
.section-texto-topicos-missao .content-topics h2,
.section-texto-topicos-missao .content-topics h3,
.section-texto-topicos-missao .content-topics h4,
.section-texto-topicos-missao .content-topics h5,
.section-texto-topicos-missao .content-topics h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
  position: relative;
}

.section-texto-topicos-missao .content-topics h1::before,
.section-texto-topicos-missao .content-topics h2::before,
.section-texto-topicos-missao .content-topics h3::before,
.section-texto-topicos-missao .content-topics h4::before,
.section-texto-topicos-missao .content-topics h5::before,
.section-texto-topicos-missao .content-topics h6::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 0;
  height: 30px;
  width: 24px;
  background-color: #ecb11f;
  transform: rotate(150deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
}

.section-texto-topicos-missao .content-topics p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 0px;
}

.darckTheme .section-texto-topicos-missao .content-topics h1::before,
.darckTheme .section-texto-topicos-missao .content-topics h2::before,
.darckTheme .section-texto-topicos-missao .content-topics h3::before,
.darckTheme .section-texto-topicos-missao .content-topics h4::before,
.darckTheme .section-texto-topicos-missao .content-topics h5::before,
.darckTheme .section-texto-topicos-missao .content-topics h6::before {
  background-color: #ffffff;
}

.section-imagem-text-quem-somos {
  padding: 50px 0px;
}

@media screen and (max-width: 560px) {
  .section-imagem-text-quem-somos {
    margin-top: 100px;
  }
}

.section-imagem-text-quem-somos .content-text .content-title {
  margin-bottom: 40px;
  padding-left: 30px;
}

.section-imagem-text-quem-somos .content-text .content-title h1,
.section-imagem-text-quem-somos .content-text .content-title h2,
.section-imagem-text-quem-somos .content-text .content-title h3,
.section-imagem-text-quem-somos .content-text .content-title h4,
.section-imagem-text-quem-somos .content-text .content-title h5,
.section-imagem-text-quem-somos .content-text .content-title h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
  position: relative;
}

.section-imagem-text-quem-somos .content-text .content-title h1::before,
.section-imagem-text-quem-somos .content-text .content-title h2::before,
.section-imagem-text-quem-somos .content-text .content-title h3::before,
.section-imagem-text-quem-somos .content-text .content-title h4::before,
.section-imagem-text-quem-somos .content-text .content-title h5::before,
.section-imagem-text-quem-somos .content-text .content-title h6::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 0;
  height: 30px;
  width: 24px;
  background-color: #ecb11f;
  transform: rotate(150deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
}

.section-imagem-text-quem-somos .content-text h1,
.section-imagem-text-quem-somos .content-text h2,
.section-imagem-text-quem-somos .content-text h3,
.section-imagem-text-quem-somos .content-text h4,
.section-imagem-text-quem-somos .content-text h5,
.section-imagem-text-quem-somos .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
}

.section-imagem-text-quem-somos .content-text p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 25px;
}

.section-imagem-text-quem-somos .content-text a {
  color: #ffffff;
  font-family: "Vale Sans";
  padding: 10px 20px;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 4px;
}

.section-imagem-text-quem-somos .content-text a i {
  font-size: 10px;
  font-size: 1rem;
  color: #ffffff;
  padding-left: 5px;
}

.section-imagem-text-quem-somos figure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-imagem-text-quem-somos figure {
    padding-bottom: 100px;
  }
}

.section-imagem-text-quem-somos figure::before {
  content: "";
  left: 60px;
  top: 90px;
  height: 300px;
  width: 210px;
  background-color: #007e7a;
  transform: rotate(150deg) skew(-30deg);
  transform-style: flat;
  border-radius: 20px 40px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .section-imagem-text-quem-somos figure::before {
    left: 0;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-text-quem-somos figure::before {
    left: 0;
    top: 60px;
    height: 260px;
    margin: 0;
  }
}

.section-imagem-text-quem-somos figure img {
  object-fit: cover;
}

@media screen and (max-width: 1370px) {
  .section-imagem-text-quem-somos figure img {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .section-imagem-text-quem-somos figure img {
    width: 80%;
    margin-top: 160px;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-text-quem-somos figure img {
    width: 70%;
  }
}

.section-imagem-text-quem-somos figure p {
  position: absolute;
  left: 130px;
  bottom: -35px;
  background: #00000059;
  padding: 3px 8px;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Vale Sans";
  font-size: 8px;
  font-size: 0.8rem;
}

@media screen and (max-width: 1200px) {
  .section-imagem-text-quem-somos figure p {
    left: 110px;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-text-quem-somos figure p {
    left: 60px;
    bottom: 50px;
  }
}

.darckTheme .section-imagem-text-quem-somos figure::before {
  background-color: #747876;
}

.darckTheme .section-imagem-text-quem-somos .content-text .content-title h1::before,
.darckTheme .section-imagem-text-quem-somos .content-text .content-title h2::before,
.darckTheme .section-imagem-text-quem-somos .content-text .content-title h3::before,
.darckTheme .section-imagem-text-quem-somos .content-text .content-title h4::before,
.darckTheme .section-imagem-text-quem-somos .content-text .content-title h5::before,
.darckTheme .section-imagem-text-quem-somos .content-text .content-title h6::before {
  background-color: #ffffff;
}

.section-texto-imagem-quem-somos {
  padding: 50px 0px;
}

.section-texto-imagem-quem-somos .content-text {
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  .section-texto-imagem-quem-somos .content-text {
    padding-right: 0;
  }
}

.section-texto-imagem-quem-somos .content-text .content-title {
  margin-bottom: 40px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .section-texto-imagem-quem-somos .content-text .content-title {
    padding-right: 0;
  }
}

.section-texto-imagem-quem-somos .content-text .content-title h1,
.section-texto-imagem-quem-somos .content-text .content-title h2,
.section-texto-imagem-quem-somos .content-text .content-title h3,
.section-texto-imagem-quem-somos .content-text .content-title h4,
.section-texto-imagem-quem-somos .content-text .content-title h5,
.section-texto-imagem-quem-somos .content-text .content-title h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
  position: relative;
}

.section-texto-imagem-quem-somos .content-text .content-title h1::before,
.section-texto-imagem-quem-somos .content-text .content-title h2::before,
.section-texto-imagem-quem-somos .content-text .content-title h3::before,
.section-texto-imagem-quem-somos .content-text .content-title h4::before,
.section-texto-imagem-quem-somos .content-text .content-title h5::before,
.section-texto-imagem-quem-somos .content-text .content-title h6::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 0;
  height: 30px;
  width: 24px;
  background-color: #ecb11f;
  transform: rotate(150deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
}

.section-texto-imagem-quem-somos .content-text h1,
.section-texto-imagem-quem-somos .content-text h2,
.section-texto-imagem-quem-somos .content-text h3,
.section-texto-imagem-quem-somos .content-text h4,
.section-texto-imagem-quem-somos .content-text h5,
.section-texto-imagem-quem-somos .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
  padding-right: 30px;
}

.section-texto-imagem-quem-somos .content-text p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 25px;
}

.section-texto-imagem-quem-somos .content-text a {
  color: #ffffff;
  font-family: "Vale Sans";
  padding: 10px 20px;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 4px;
}

.section-texto-imagem-quem-somos .content-text a i {
  font-size: 10px;
  font-size: 1rem;
  color: #ffffff;
  padding-left: 5px;
}

.section-texto-imagem-quem-somos figure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 100px;
}

.section-texto-imagem-quem-somos figure::before {
  content: "";
  right: 10px;
  top: 40px;
  height: 120px;
  width: 130px;
  background-color: #ecb11f;
  transform: rotate(210deg) skew(30deg);
  transform-style: flat;
  border-radius: 20px 20px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 560px) {
  .section-texto-imagem-quem-somos figure::before {
    top: -20px;
  }
}

.section-texto-imagem-quem-somos figure img {
  width: 430px;
}

@media screen and (max-width: 1370px) {
  .section-texto-imagem-quem-somos figure img {
    width: 70%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .section-texto-imagem-quem-somos figure img {
    width: 100%;
    margin-top: 70px;
  }
}

@media screen and (max-width: 560px) {
  .section-texto-imagem-quem-somos figure img {
    width: 90%;
  }
}

.section-texto-imagem-quem-somos figure p {
  position: absolute;
  right: 110px;
  bottom: 70px;
  background: #00000059;
  padding: 3px 8px;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Vale Sans";
  font-size: 8px;
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  .section-texto-imagem-quem-somos figure p {
    right: 0%;
  }
}

@media screen and (max-width: 560px) {
  .section-texto-imagem-quem-somos figure p {
    right: 26px;
  }
}

.darckTheme .section-texto-imagem-quem-somos figure::before {
  background-color: #747876;
}

.darckTheme .section-texto-imagem-quem-somos .content-text .content-title h1::before,
.darckTheme .section-texto-imagem-quem-somos .content-text .content-title h2::before,
.darckTheme .section-texto-imagem-quem-somos .content-text .content-title h3::before,
.darckTheme .section-texto-imagem-quem-somos .content-text .content-title h4::before,
.darckTheme .section-texto-imagem-quem-somos .content-text .content-title h5::before,
.darckTheme .section-texto-imagem-quem-somos .content-text .content-title h6::before {
  background-color: #ffffff;
}

.timeline-nossa-historia {
  padding: 50px 0px 0px;
  margin-bottom: 40px;
}

@media screen and (max-width: 560px) {
  .timeline-nossa-historia {
    padding: 50px 0px 90px;
  }
}

.timeline-nossa-historia .title-section h1,
.timeline-nossa-historia .title-section h2,
.timeline-nossa-historia .title-section h3,
.timeline-nossa-historia .title-section h4,
.timeline-nossa-historia .title-section h5,
.timeline-nossa-historia .title-section h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
}

.timeline-nossa-historia .timeline .content-timeline .titulo-dots {
  display: none;
}

.timeline-nossa-historia .timeline .content-timeline figure {
  position: relative;
  padding: 30px 30px 0px 0px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .timeline-nossa-historia .timeline .content-timeline figure {
    padding: 0;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 560px) {
  .timeline-nossa-historia .timeline .content-timeline figure {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
  }
}

.timeline-nossa-historia .timeline .content-timeline figure::before {
  content: "";
  right: -30px;
  top: 190px;
  height: 240px;
  width: 210px;
  background-color: #ecb11f;
  transform: rotate(150deg) skew(-30deg);
  transform-style: flat;
  border-radius: 20px 40px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .timeline-nossa-historia .timeline .content-timeline figure::before {
    top: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .timeline-nossa-historia .timeline .content-timeline figure::before {
    left: -60px;
    top: 190px;
    height: 190px;
    width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .timeline-nossa-historia .timeline .content-timeline figure::before {
    left: -30px;
    top: 40px;
    height: 180px;
    width: 132px;
  }
}

@media screen and (max-width: 560px) {
  .timeline-nossa-historia .timeline .content-timeline figure::before {
    right: 30px;
    top: 120px;
    left: auto;
  }
}

.timeline-nossa-historia .timeline .content-timeline figure img {
  width: 300px;
}

@media screen and (max-width: 1370px) {
  .timeline-nossa-historia .timeline .content-timeline figure img {
    width: 100%;
    margin: 70px 0px 0px;
  }
}

@media screen and (max-width: 1200px) {
  .timeline-nossa-historia .timeline .content-timeline figure img {
    width: 100%;
    margin: 130px 0px 0px;
  }
}

@media screen and (max-width: 560px) {
  .timeline-nossa-historia .timeline .content-timeline figure img {
    width: 70%;
    margin: 0;
  }
}

.timeline-nossa-historia .timeline .content-timeline figure P {
  position: absolute;
  left: 10px;
  bottom: 50px;
  background: #00000059;
  padding: 3px 8px;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Vale Sans";
  font-weight: 300;
  font-size: 8px;
  font-size: 0.8rem;
}

@media screen and (max-width: 560px) {
  .timeline-nossa-historia .timeline .content-timeline figure P {
    left: 17%;
  }
}

.timeline-nossa-historia .timeline .content-timeline .timeline-text {
  margin-top: 130px;
  padding-left: 60px;
}

@media screen and (max-width: 1200px) {
  .timeline-nossa-historia .timeline .content-timeline .timeline-text {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .timeline-nossa-historia .timeline .content-timeline .timeline-text {
    padding: 0;
  }
}

@media screen and (max-width: 560px) {
  .timeline-nossa-historia .timeline .content-timeline .timeline-text {
    margin-top: 0;
    padding-left: 30px;
  }
}

.timeline-nossa-historia .timeline .content-timeline .timeline-text .titulo h1,
.timeline-nossa-historia .timeline .content-timeline .timeline-text .titulo h2,
.timeline-nossa-historia .timeline .content-timeline .timeline-text .titulo h3,
.timeline-nossa-historia .timeline .content-timeline .timeline-text .titulo h4,
.timeline-nossa-historia .timeline .content-timeline .timeline-text .titulo h5,
.timeline-nossa-historia .timeline .content-timeline .timeline-text .titulo h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.timeline-nossa-historia .timeline .content-timeline .timeline-text .descricao p {
  color: #ffffff;
  font-family: "Vale Sans";
  font-weight: 300;
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 30px;
}

.timeline-nossa-historia .timeline .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.timeline-nossa-historia .timeline .slick-prev {
  left: 55%;
  position: absolute;
  margin-top: 120px;
  z-index: 4;
}

@media screen and (max-width: 1200px) {
  .timeline-nossa-historia .timeline .slick-prev {
    margin-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .timeline-nossa-historia .timeline .slick-prev {
    margin-top: 200px;
    right: 50%;
  }
}

@media screen and (max-width: 560px) {
  .timeline-nossa-historia .timeline .slick-prev {
    left: 40px;
    margin-top: 370px;
  }
}

.timeline-nossa-historia .timeline .slick-prev:before {
  content: "Anterior";
  color: #ecb11f;
  font-family: "Vale Sans";
  font-weight: 300;
  opacity: 1;
  background-image: url(../../img/prev.png);
  background-repeat: no-repeat;
  padding: 0px 0px 0px 25px;
}

.timeline-nossa-historia .timeline .slick-prev p {
  color: #ecb11f;
  z-index: 9;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 27px;
  font-family: "Vale Sans";
  font-weight: 300;
}

.timeline-nossa-historia .timeline .slick-prev p::before {
  content: "";
  background: #007e7a;
  height: 20px;
  width: 70px;
  position: absolute;
  top: -10px;
  left: -5px;
  z-index: -1;
}

.timeline-nossa-historia .timeline .slick-next {
  right: 30%;
  position: absolute;
  margin-top: 120px;
  z-index: 4;
}

@media screen and (max-width: 1200px) {
  .timeline-nossa-historia .timeline .slick-next {
    margin-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .timeline-nossa-historia .timeline .slick-next {
    margin-top: 200px;
    right: 20%;
  }
}

@media screen and (max-width: 560px) {
  .timeline-nossa-historia .timeline .slick-next {
    margin-top: 370px;
    right: 30%;
  }
}

.timeline-nossa-historia .timeline .slick-next:before {
  content: "Próximo";
  color: #ecb11f;
  font-family: "Vale Sans";
  font-weight: 300;
  opacity: 1;
  background-image: url(../../img/next.png);
  background-repeat: no-repeat;
  background-position-x: 70px;
  padding: 0px 25px 0px 0px;
}

.timeline-nossa-historia .timeline .slick-next p {
  color: #ecb11f;
  z-index: 9;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 10px;
  right: -20px;
  padding-left: 34px;
  font-family: "Vale Sans";
  font-weight: 300;
}

.timeline-nossa-historia .timeline .slick-next p::before {
  content: "";
  background: #007e7a;
  height: 20px;
  width: 75px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}

.timeline-nossa-historia .timeline .slick-dots {
  left: 0;
  height: 0;
  top: 100px;
}

@media screen and (max-width: 560px) {
  .timeline-nossa-historia .timeline .slick-dots {
    left: 20px;
    display: flex;
    justify-content: center;
    bottom: -60px;
    top: auto;
    left: 0;
  }
}

.timeline-nossa-historia .timeline .slick-dots p {
  position: absolute;
  left: 48px;
  color: #ecb11f;
  font-family: "Vale Sans";
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 39px;
  font-size: 3.9rem;
}

@media screen and (max-width: 1370px) {
  .timeline-nossa-historia .timeline .slick-dots p {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .timeline-nossa-historia .timeline .slick-dots p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 560px) {
  .timeline-nossa-historia .timeline .slick-dots p {
    display: none;
  }
}

.timeline-nossa-historia .timeline .slick-dots li:not(.slick-active) p {
  display: none;
}

.timeline-nossa-historia .timeline .slick-dots .slick-active::before {
  content: "";
  height: 25px;
  width: 25px;
  border: 2px solid #ecb11f;
  padding: 20px;
  left: -12px;
  top: -12px;
  border-radius: 100px;
  position: absolute;
}

.timeline-nossa-historia .timeline .slick-dots .slick-active button::before {
  color: #ecb11f;
  font-size: 10px;
  opacity: 1;
}

.timeline-nossa-historia .timeline .slick-dots li {
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 1370px) {
  .timeline-nossa-historia .timeline .slick-dots li {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .timeline-nossa-historia .timeline .slick-dots li {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 560px) {
  .timeline-nossa-historia .timeline .slick-dots li {
    display: block;
  }
}

.timeline-nossa-historia .timeline .slick-dots li button::before {
  color: #ffffff;
  font-size: 10px;
  opacity: 0.8;
}

.darckTheme .timeline-nossa-historia {
  background-color: #747876;
}

.section-imagem-text-governanca {
  padding: 50px 0px;
}

.section-imagem-text-governanca .content-text .content-title {
  margin-bottom: 40px;
  padding-left: 30px;
}

.section-imagem-text-governanca .content-text .content-title h1,
.section-imagem-text-governanca .content-text .content-title h2,
.section-imagem-text-governanca .content-text .content-title h3,
.section-imagem-text-governanca .content-text .content-title h4,
.section-imagem-text-governanca .content-text .content-title h5,
.section-imagem-text-governanca .content-text .content-title h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
  position: relative;
}

.section-imagem-text-governanca .content-text h1,
.section-imagem-text-governanca .content-text h2,
.section-imagem-text-governanca .content-text h3,
.section-imagem-text-governanca .content-text h4,
.section-imagem-text-governanca .content-text h5,
.section-imagem-text-governanca .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
}

.section-imagem-text-governanca .content-text p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 25px;
}

.section-imagem-text-governanca .content-text a {
  color: #ffffff;
  font-family: "Vale Sans";
  padding: 10px 20px;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 4px;
}

.section-imagem-text-governanca .content-text a i {
  font-size: 10px;
  font-size: 1rem;
  color: #ffffff;
  padding-left: 5px;
}

.section-imagem-text-governanca figure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-imagem-text-governanca figure {
    margin-bottom: 40px;
  }
}

.section-imagem-text-governanca figure::before {
  content: "";
  left: 115px;
  bottom: -50px;
  height: 300px;
  width: 210px;
  background-color: #ecb11f;
  transform: rotate(240deg) skew(-30deg);
  transform-style: flat;
  border-radius: 20px 40px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .section-imagem-text-governanca figure::before {
    left: 80px;
    bottom: 75px;
    height: 210px;
    width: 150px;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-text-governanca figure::before {
    left: 100px;
    bottom: -85px;
    height: 230px;
    width: 140px;
  }
}

.section-imagem-text-governanca figure img {
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .section-imagem-text-governanca figure img {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .section-imagem-text-governanca figure img {
    margin-top: 140px;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-text-governanca figure img {
    margin-top: 0px;
  }
}

.section-imagem-text-governanca figure p {
  position: absolute;
  left: 140px;
  bottom: -30px;
  background: #00000059;
  padding: 3px 8px;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Vale Sans";
  font-size: 8px;
  font-size: 0.8rem;
}

@media screen and (max-width: 1200px) {
  .section-imagem-text-governanca figure p {
    bottom: -40px;
  }
}

@media screen and (max-width: 1024px) {
  .section-imagem-text-governanca figure p {
    left: 110px;
  }
}

@media screen and (max-width: 768px) {
  .section-imagem-text-governanca figure p {
    left: 25%;
    bottom: 145px;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-text-governanca figure p {
    right: 5px;
    left: auto;
    bottom: -60px;
  }
}

.section-equipe-governanca {
  padding: 50px 0px;
}

.section-equipe-governanca .content-block-title {
  color: #ecb11f;
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 40px;
}

.section-equipe-governanca .content-block p {
  color: #ffffff;
  font-family: "Vale Sans";
  font-weight: 300;
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
}

.section-equipe-governanca .content-block p strong {
  margin-top: 20px;
  display: block;
}

.section-equipe-governanca .content-block p a {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ecb11f;
}

.section-equipe-governanca .coluna-texto {
  justify-content: space-between;
  display: flex;
}

.section-equipe-governanca figure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 100px;
}

.section-equipe-governanca figure::before {
  content: "";
  right: 20px;
  top: 40px;
  height: 110px;
  width: 120px;
  background-color: #ecb11f;
  transform: rotate(210deg) skew(30deg);
  transform-style: flat;
  border-radius: 15px 10px;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .section-equipe-governanca figure::before {
    right: 55px;
    top: 20px;
    height: 90px;
    width: 110px;
  }
}

@media screen and (max-width: 768px) {
  .section-equipe-governanca figure::before {
    right: 0;
  }
}

@media screen and (max-width: 560px) {
  .section-equipe-governanca figure::before {
    right: 0;
    top: 60px;
  }
}

.section-equipe-governanca figure img {
  width: 385px;
  height: 460px;
  object-fit: contain;
}

@media screen and (max-width: 1370px) {
  .section-equipe-governanca figure img {
    margin-top: 30px;
  }
}

@media screen and (max-width: 560px) {
  .section-equipe-governanca figure img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    margin-top: 50px;
  }
}

.section-equipe-governanca figure p {
  position: absolute;
  right: 160px;
  bottom: 70px;
  background: #00000059;
  padding: 3px 8px;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Vale Sans";
  font-size: 8px;
  font-size: 0.8rem;
}

@media screen and (max-width: 1370px) {
  .section-equipe-governanca figure p {
    right: 120px;
  }
}

@media screen and (max-width: 1200px) {
  .section-equipe-governanca figure p {
    right: 20%;
  }
}

@media screen and (max-width: 768px) {
  .section-equipe-governanca figure p {
    right: 4%;
  }
}

@media screen and (max-width: 560px) {
  .section-equipe-governanca figure p {
    right: 25px;
  }
}

.section-texto-menu-ancora {
  padding: 90px 0px 0px;
}

.section-texto-menu-ancora .content-text {
  padding-right: 80px;
}

@media screen and (max-width: 560px) {
  .section-texto-menu-ancora .content-text {
    padding-right: 0px;
    margin-bottom: 60px;
  }
}

.section-texto-menu-ancora .content-text h1,
.section-texto-menu-ancora .content-text h2,
.section-texto-menu-ancora .content-text h3,
.section-texto-menu-ancora .content-text h4,
.section-texto-menu-ancora .content-text h5,
.section-texto-menu-ancora .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
  padding-right: 30px;
}

.section-texto-menu-ancora .content-text p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 25px;
}

.section-texto-menu-ancora .menu-item {
  width: 140px;
  height: 130px;
  border: 1px solid #007e7a;
  border-radius: 6px;
  margin-bottom: 50px;
  position: relative;
  transition: 400ms;
}

.section-texto-menu-ancora .menu-item:hover {
  background-color: #007e7a;
  transition: 400ms;
  transform: scale(1);
}

.section-texto-menu-ancora .menu-item:hover a .icone img {
  filter: grayscale(1) brightness(100);
  transition: 400ms;
}

.section-texto-menu-ancora .menu-item:hover a .icone::before {
  background-color: #007e7a;
  border: 1px solid #ffffff;
  transition: 400ms;
  transform: rotate(180deg) skew(30deg) scale(1.1);
}

.section-texto-menu-ancora .menu-item:hover a .titulo p {
  color: #ffffff;
  transition: 400ms;
}

.section-texto-menu-ancora .menu-item .icone {
  position: absolute;
  top: -20px;
  left: 60px;
}

.section-texto-menu-ancora .menu-item .icone::before {
  content: "";
  position: absolute;
  background: #ffffff;
  top: -10px;
  left: -45px;
  height: 60px;
  width: 100px;
  z-index: 0;
  border: 1px solid #007e7a;
  transform: rotate(180deg) skew(30deg);
  transform-style: flat;
  border-radius: 10px 5px;
  z-index: 0;
  transition: 400ms;
}

.section-texto-menu-ancora .menu-item .icone img {
  z-index: 2;
  position: relative;
  left: -10px;
  transition: 400ms;
}

.section-texto-menu-ancora .menu-item .titulo {
  margin: 45px 8px 20px 15px;
}

.section-texto-menu-ancora .menu-item .titulo p {
  color: #007e7a;
  font-family: "Vale Sans";
  line-height: 19px;
  font-size: 9px;
  font-size: 0.9rem;
  transition: 400ms;
}

.section-box-texto-imagem-geologia {
  padding: 80px 0px 20px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-geologia {
    overflow: initial;
  }
}

.section-box-texto-imagem-geologia .img-grafismo {
  position: absolute;
  top: 0;
  left: -80px;
  width: 20%;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-geologia .img-grafismo {
    display: none;
  }
}

.section-box-texto-imagem-geologia .content-section {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-geologia .content-section {
    position: absolute;
    bottom: -130px;
    margin: 0px 20px 0px 0px;
  }
}

.section-box-texto-imagem-geologia .content-section .img-bg-green {
  position: absolute;
  top: -30px;
  left: 0;
  width: 690px;
  height: 550px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-geologia .content-section .img-bg-green {
    display: none;
  }
}

.section-box-texto-imagem-geologia .content-section .content-icon {
  width: 485px;
  height: 100px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-geologia .content-section .content-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: -60px;
  }

  .section-box-texto-imagem-geologia .content-section .content-icon::before {
    content: "";
    position: absolute;
    top: -39px;
    height: 170px;
    width: 120px;
    background-color: #007e7a;
    transform: rotate(240deg) skew(-30deg);
    transform-style: flat;
    border-radius: 6px 10px;
    z-index: -1;
  }
}

.section-box-texto-imagem-geologia .content-section .content-icon img {
  position: absolute;
  right: -85px;
  top: -20px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-geologia .content-section .content-icon img {
    position: initial;
  }
}

.section-box-texto-imagem-geologia .content-section .content-text {
  padding: 20px 45px 30px 60px;
  width: 495px;
  height: 455px;
  z-index: 2;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-geologia .content-section .content-text {
    width: 100%;
    min-width: 375px;
    padding: 30px 30px 0px;
    background-color: #007e7a;
    border-radius: 30px;
    height: 100%;
  }
}

.section-box-texto-imagem-geologia .content-section .content-text h1,
.section-box-texto-imagem-geologia .content-section .content-text h2,
.section-box-texto-imagem-geologia .content-section .content-text h3,
.section-box-texto-imagem-geologia .content-section .content-text h4,
.section-box-texto-imagem-geologia .content-section .content-text h5,
.section-box-texto-imagem-geologia .content-section .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 15px;
}

.section-box-texto-imagem-geologia .content-section .content-text p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 9px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-geologia .content-imagem {
    min-height: 600px;
  }
}

.section-box-texto-imagem-geologia .content-imagem figure img {
  width: 75%;
  height: 460px;
  position: absolute;
  object-fit: cover;
  right: 0;
  top: 100px;
  z-index: -1;
  border-radius: 30px 0px 0px 30px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-geologia .content-imagem figure img {
    width: 100%;
    height: 80%;
    border-radius: 0px;
  }
}

.section-box-texto-imagem-geologia .content-imagem figure p {
  position: absolute;
  bottom: 100px;
  right: 30px;
  color: #ffffff;
  font-size: 9px;
  font-size: 0.9rem;
  background: #0000007a;
  padding: 3px 8px;
  border-radius: 4px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-geologia .content-imagem figure p {
    top: 105px;
    right: 5px;
    bottom: auto;
  }
}

.section-pesquisadores {
  padding: 0px;
}

@media screen and (max-width: 560px) {
  .section-pesquisadores {
    margin-top: 160px;
  }
}

.section-pesquisadores .title-section h1,
.section-pesquisadores .title-section h2,
.section-pesquisadores .title-section h3,
.section-pesquisadores .title-section h4,
.section-pesquisadores .title-section h5,
.section-pesquisadores .title-section h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 50px;
}

.section-pesquisadores .perfil {
  display: flex;
  margin-bottom: 50px;
}

.section-pesquisadores .perfil .img-perfil {
  padding-right: 20px;
}

.section-pesquisadores .perfil .content-perfil {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-pesquisadores .perfil .content-perfil .name h4 {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 10px;
}

@media screen and (min-width: 561px) and (max-width: 768px) {
  .section-pesquisadores .perfil .content-perfil .links {
    display: flex;
    flex-direction: column;
  }
}

.section-pesquisadores .perfil .content-perfil .links a {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ecb11f;
  position: relative;
  padding: 0px 8px 0px 0px;
}

@media screen and (max-width: 1370px) {
  .section-pesquisadores .perfil .content-perfil .links a {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.section-pesquisadores .perfil .content-perfil .links a:first-of-type:before {
  content: "|";
  position: absolute;
  top: -4px;
  right: 0;
  color: #747876;
}

@media screen and (min-width: 561px) and (max-width: 768px) {
  .section-pesquisadores .perfil .content-perfil .links a:first-of-type:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #747876;
    width: 50%;
  }
}

.section-pesquisadores .perfil .content-perfil .links a:last-of-type {
  padding-left: 8px;
}

@media screen and (min-width: 561px) and (max-width: 768px) {
  .section-pesquisadores .perfil .content-perfil .links a:last-of-type {
    padding-left: 0;
  }
}

.section-box-texto-imagem-biodiversidade {
  padding: 80px 0px 20px;
  overflow: hidden;
  position: relative;
  min-height: 660px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-biodiversidade {
    overflow: initial;
  }
}

.section-box-texto-imagem-biodiversidade .img-grafismo {
  position: absolute;
  top: 0;
  left: -80px;
  width: 20%;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-biodiversidade .img-grafismo {
    display: none;
  }
}

.section-box-texto-imagem-biodiversidade .content-section {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-biodiversidade .content-section {
    position: absolute;
    bottom: -130px;
    margin: 0px 20px 0px 0px;
  }
}

.section-box-texto-imagem-biodiversidade .content-section .img-bg-green {
  position: absolute;
  top: -35px;
  height: 600px;
}

@media screen and (max-width: 1200px) {
  .section-box-texto-imagem-biodiversidade .content-section .img-bg-green {
    top: -35px;
    height: 570px;
    left: -90px;
  }
}

@media screen and (max-width: 1024px) {
  .section-box-texto-imagem-biodiversidade .content-section .img-bg-green {
    top: -35px;
    height: 570px;
    left: -200px;
  }
}

@media screen and (max-width: 768px) {
  .section-box-texto-imagem-biodiversidade .content-section .img-bg-green {
    top: -44px;
    height: 625px;
    left: -245px;
  }
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-biodiversidade .content-section .img-bg-green {
    display: none;
  }
}

.section-box-texto-imagem-biodiversidade .content-section .content-icon {
  width: 485px;
  height: 100px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-biodiversidade .content-section .content-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: -60px;
  }

  .section-box-texto-imagem-biodiversidade .content-section .content-icon::before {
    content: "";
    position: absolute;
    top: -39px;
    height: 170px;
    width: 120px;
    background-color: #ecb11f;
    transform: rotate(240deg) skew(-30deg);
    transform-style: flat;
    border-radius: 6px 10px;
    z-index: -1;
  }
}

.section-box-texto-imagem-biodiversidade .content-section .content-icon img {
  position: absolute;
  left: 80px;
  top: -20px;
}

@media screen and (max-width: 1200px) {
  .section-box-texto-imagem-biodiversidade .content-section .content-icon img {
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .section-box-texto-imagem-biodiversidade .content-section .content-icon img {
    left: -110px;
  }
}

@media screen and (max-width: 768px) {
  .section-box-texto-imagem-biodiversidade .content-section .content-icon img {
    left: -150px;
  }
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-biodiversidade .content-section .content-icon img {
    position: initial;
  }
}

.section-box-texto-imagem-biodiversidade .content-section .content-text {
  padding: 20px 30px 30px 210px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .section-box-texto-imagem-biodiversidade .content-section .content-text {
    padding: 5px 30px 30px 120px;
  }
}

@media screen and (max-width: 1024px) {
  .section-box-texto-imagem-biodiversidade .content-section .content-text {
    padding: 0px 50px 0px 10px;
  }
}

@media screen and (max-width: 768px) {
  .section-box-texto-imagem-biodiversidade .content-section .content-text {
    padding: 0px 0px 0px 10px;
  }
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-biodiversidade .content-section .content-text {
    width: 100%;
    min-width: 375px;
    padding: 30px 30px 0px;
    background-color: #ecb11f;
    border-radius: 30px;
    height: 100%;
  }
}

.section-box-texto-imagem-biodiversidade .content-section .content-text h1,
.section-box-texto-imagem-biodiversidade .content-section .content-text h2,
.section-box-texto-imagem-biodiversidade .content-section .content-text h3,
.section-box-texto-imagem-biodiversidade .content-section .content-text h4,
.section-box-texto-imagem-biodiversidade .content-section .content-text h5,
.section-box-texto-imagem-biodiversidade .content-section .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {

  .section-box-texto-imagem-biodiversidade .content-section .content-text h1,
  .section-box-texto-imagem-biodiversidade .content-section .content-text h2,
  .section-box-texto-imagem-biodiversidade .content-section .content-text h3,
  .section-box-texto-imagem-biodiversidade .content-section .content-text h4,
  .section-box-texto-imagem-biodiversidade .content-section .content-text h5,
  .section-box-texto-imagem-biodiversidade .content-section .content-text h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.section-box-texto-imagem-biodiversidade .content-section .content-text p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 24px;
  font-size: 9px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-box-texto-imagem-biodiversidade .content-section .content-text p {
    position: absolute;
    width: 70%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .section-box-texto-imagem-biodiversidade .content-section .content-text p {
    position: absolute;
    width: 85%;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .section-box-texto-imagem-biodiversidade .content-section .content-text p {
    position: absolute;
    width: 100%;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .section-box-texto-imagem-biodiversidade .content-section .content-text p {
    position: relative;
    width: 75%;
  }
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-biodiversidade .content-imagem {
    min-height: 600px;
  }
}

.section-box-texto-imagem-biodiversidade .content-imagem figure img {
  width: 75%;
  height: 460px;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 100px;
  z-index: -1;
  border-radius: 0px 30px 30px 0px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-biodiversidade .content-imagem figure img {
    width: 100%;
    height: 80%;
    border-radius: 0px;
  }
}

.section-box-texto-imagem-biodiversidade .content-imagem figure p {
  position: absolute;
  bottom: 115px;
  left: 30px;
  color: #ffffff;
  font-size: 9px;
  font-size: 0.9rem;
  background: #0000007a;
  padding: 3px 8px;
  border-radius: 4px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-biodiversidade .content-imagem figure p {
    top: 105px;
    right: 5px;
    bottom: auto;
    left: auto;
  }
}

.section-box-texto-imagem-genomica {
  padding: 80px 0px 20px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-genomica {
    overflow: initial;
  }
}

.section-box-texto-imagem-genomica .img-grafismo {
  position: absolute;
  top: 0;
  left: -80px;
  width: 20%;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-genomica .img-grafismo {
    display: none;
  }
}

.section-box-texto-imagem-genomica .content-section {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-genomica .content-section {
    position: absolute;
    bottom: -130px;
    margin: 0px 20px 0px 0px;
  }
}

.section-box-texto-imagem-genomica .content-section .img-bg-green {
  position: absolute;
  top: -55px;
  left: 0px;
  width: 740px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-genomica .content-section .img-bg-green {
    display: none;
  }
}

.section-box-texto-imagem-genomica .content-section .content-icon {
  width: 485px;
  height: 100px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-genomica .content-section .content-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: -60px;
  }

  .section-box-texto-imagem-genomica .content-section .content-icon::before {
    content: "";
    position: absolute;
    top: -39px;
    height: 170px;
    width: 120px;
    background-color: #007e7a;
    transform: rotate(240deg) skew(-30deg);
    transform-style: flat;
    border-radius: 6px 10px;
    z-index: -1;
  }
}

.section-box-texto-imagem-genomica .content-section .content-icon img {
  position: absolute;
  right: -165px;
  top: -40px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-genomica .content-section .content-icon img {
    position: initial;
  }
}

.section-box-texto-imagem-genomica .content-section .content-text {
  padding: 0px 0px 30px 30px;
  width: 505px;
  height: 455px;
  z-index: 2;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-genomica .content-section .content-text {
    width: 100%;
    min-width: 375px;
    padding: 30px 30px 0px;
    background-color: #007e7a;
    border-radius: 30px;
    height: 100%;
  }
}

.section-box-texto-imagem-genomica .content-section .content-text h1,
.section-box-texto-imagem-genomica .content-section .content-text h2,
.section-box-texto-imagem-genomica .content-section .content-text h3,
.section-box-texto-imagem-genomica .content-section .content-text h4,
.section-box-texto-imagem-genomica .content-section .content-text h5,
.section-box-texto-imagem-genomica .content-section .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 15px;
}

.section-box-texto-imagem-genomica .content-section .content-text p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 9px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-genomica .content-imagem {
    min-height: 600px;
  }
}

.section-box-texto-imagem-genomica .content-imagem figure img {
  width: 75%;
  height: 460px;
  position: absolute;
  object-fit: cover;
  right: 0;
  top: 100px;
  z-index: -1;
  border-radius: 30px 0px 0px 30px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-genomica .content-imagem figure img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    margin-top: -70px;
  }
}

.section-box-texto-imagem-genomica .content-imagem figure p {
  position: absolute;
  bottom: 100px;
  right: 30px;
  color: #ffffff;
  font-size: 9px;
  font-size: 0.9rem;
  background: #0000007a;
  padding: 3px 8px;
  border-radius: 4px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-genomica .content-imagem figure p {
    top: 40px;
    right: 5px;
    bottom: auto;
  }
}

.section-box-texto-imagem-tecnologia {
  padding: 80px 0px 20px;
  overflow: hidden;
  position: relative;
  min-height: 630px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-tecnologia {
    overflow: initial;
  }
}

.section-box-texto-imagem-tecnologia .img-grafismo {
  position: absolute;
  top: 0;
  left: -80px;
  width: 20%;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-tecnologia .img-grafismo {
    display: none;
  }
}

.section-box-texto-imagem-tecnologia .content-section {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .section-box-texto-imagem-tecnologia .content-section {
    margin-left: -120px;
  }
}

@media screen and (max-width: 768px) {
  .section-box-texto-imagem-tecnologia .content-section {
    margin-left: -210px;
  }
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-tecnologia .content-section {
    position: absolute;
    bottom: -130px;
    margin: 0px 20px 0px 0px;
  }
}

.section-box-texto-imagem-tecnologia .content-section .img-bg-green {
  position: absolute;
  top: -70px;
  height: 570px;
  width: 700px;
  margin-left: -20px;
}

@media screen and (max-width: 1370px) {
  .section-box-texto-imagem-tecnologia .content-section .img-bg-green {
    top: -40px;
    height: 434px;
    margin-left: -40px;
  }
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-tecnologia .content-section .img-bg-green {
    display: none;
  }
}

.section-box-texto-imagem-tecnologia .content-section .content-icon {
  width: 485px;
  height: 100px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-tecnologia .content-section .content-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: -60px;
  }

  .section-box-texto-imagem-tecnologia .content-section .content-icon::before {
    content: "";
    position: absolute;
    top: -39px;
    height: 170px;
    width: 120px;
    background-color: #ecb11f;
    transform: rotate(240deg) skew(-30deg);
    transform-style: flat;
    border-radius: 6px 10px;
    z-index: -1;
  }
}

.section-box-texto-imagem-tecnologia .content-section .content-icon img {
  position: absolute;
  left: 80px;
  top: -20px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-tecnologia .content-section .content-icon img {
    position: initial;
  }
}

.section-box-texto-imagem-tecnologia .content-section .content-text {
  padding: 40px 3px 30px 230px;
  z-index: 2;
}

@media screen and (max-width: 1370px) {
  .section-box-texto-imagem-tecnologia .content-section .content-text {
    padding: 0px 3px 30px 220px;
  }
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-tecnologia .content-section .content-text {
    width: 100%;
    min-width: 375px;
    padding: 30px 30px 0px;
    background-color: #ecb11f;
    border-radius: 30px;
    height: 100%;
  }
}

.section-box-texto-imagem-tecnologia .content-section .content-text h1,
.section-box-texto-imagem-tecnologia .content-section .content-text h2,
.section-box-texto-imagem-tecnologia .content-section .content-text h3,
.section-box-texto-imagem-tecnologia .content-section .content-text h4,
.section-box-texto-imagem-tecnologia .content-section .content-text h5,
.section-box-texto-imagem-tecnologia .content-section .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 15px;
}

.section-box-texto-imagem-tecnologia .content-section .content-text p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 9px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) and (max-width: 1370px) {
  .section-box-texto-imagem-tecnologia .content-section .content-text p {
    position: absolute;
    width: 70%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .section-box-texto-imagem-tecnologia .content-section .content-text p {
    position: absolute;
    width: 70%;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .section-box-texto-imagem-tecnologia .content-section .content-text p {
    position: relative;
    width: 150%;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-tecnologia .content-imagem {
    min-height: 600px;
  }
}

.section-box-texto-imagem-tecnologia .content-imagem figure img {
  width: 75%;
  height: 460px;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 100px;
  z-index: -1;
  border-radius: 0px 30px 30px 0px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-tecnologia .content-imagem figure img {
    width: 100%;
    height: 80%;
    border-radius: 0px;
  }
}

.section-box-texto-imagem-tecnologia .content-imagem figure p {
  position: absolute;
  bottom: 90px;
  left: 30px;
  color: #ffffff;
  font-size: 9px;
  font-size: 0.9rem;
  background: #0000007a;
  padding: 3px 8px;
  border-radius: 4px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-tecnologia .content-imagem figure p {
    top: 105px;
    right: 5px;
    bottom: auto;
    left: auto;
  }
}

.section-box-texto-imagem-socioeconomia {
  padding: 80px 0px 20px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-socioeconomia {
    overflow: initial;
  }
}

.section-box-texto-imagem-socioeconomia .img-grafismo {
  position: absolute;
  top: 0;
  left: -80px;
  width: 20%;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-socioeconomia .img-grafismo {
    display: none;
  }
}

.section-box-texto-imagem-socioeconomia .content-section {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-socioeconomia .content-section {
    position: absolute;
    bottom: -130px;
    margin: 0px 20px 0px 0px;
  }
}

.section-box-texto-imagem-socioeconomia .content-section .img-bg-green {
  position: absolute;
  top: -55px;
  left: 0px;
  width: 680px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-socioeconomia .content-section .img-bg-green {
    display: none;
  }
}

.section-box-texto-imagem-socioeconomia .content-section .content-icon {
  width: 485px;
  height: 100px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-socioeconomia .content-section .content-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: -60px;
  }

  .section-box-texto-imagem-socioeconomia .content-section .content-icon::before {
    content: "";
    position: absolute;
    top: -39px;
    height: 170px;
    width: 120px;
    background-color: #007e7a;
    transform: rotate(240deg) skew(-30deg);
    transform-style: flat;
    border-radius: 6px 10px;
    z-index: -1;
  }
}

.section-box-texto-imagem-socioeconomia .content-section .content-icon img {
  position: absolute;
  right: -100px;
  top: -40px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-socioeconomia .content-section .content-icon img {
    position: initial;
  }
}

.section-box-texto-imagem-socioeconomia .content-section .content-text {
  width: 485px;
  height: 455px;
  z-index: 2;
  padding: 10px 40px 30px 20px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-socioeconomia .content-section .content-text {
    width: 100%;
    min-width: 375px;
    padding: 30px 30px 0px;
    background-color: #007e7a;
    border-radius: 30px;
    height: 100%;
  }
}

.section-box-texto-imagem-socioeconomia .content-section .content-text h1,
.section-box-texto-imagem-socioeconomia .content-section .content-text h2,
.section-box-texto-imagem-socioeconomia .content-section .content-text h3,
.section-box-texto-imagem-socioeconomia .content-section .content-text h4,
.section-box-texto-imagem-socioeconomia .content-section .content-text h5,
.section-box-texto-imagem-socioeconomia .content-section .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 15px;
}

.section-box-texto-imagem-socioeconomia .content-section .content-text p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 9px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-socioeconomia .content-imagem {
    min-height: 600px;
  }
}

.section-box-texto-imagem-socioeconomia .content-imagem figure img {
  width: 75%;
  height: 460px;
  position: absolute;
  object-fit: cover;
  right: 0;
  top: 100px;
  z-index: -1;
  border-radius: 30px 0px 0px 30px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-socioeconomia .content-imagem figure img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    margin-top: -70px;
  }
}

.section-box-texto-imagem-socioeconomia .content-imagem figure p {
  position: absolute;
  bottom: 100px;
  right: 30px;
  color: #ffffff;
  font-size: 9px;
  font-size: 0.9rem;
  background: #0000007a;
  padding: 3px 8px;
  border-radius: 4px;
}

@media screen and (max-width: 560px) {
  .section-box-texto-imagem-socioeconomia .content-imagem figure p {
    top: 40px;
    right: 5px;
    bottom: auto;
  }
}

.section-parcerias {
  position: relative;
  padding: 80px 0px;
  margin-top: 50px;
}

.section-parcerias .content-section {
  margin-bottom: 100px;
}

.section-parcerias .content-section .content-text h1,
.section-parcerias .content-section .content-text h2,
.section-parcerias .content-section .content-text h3,
.section-parcerias .content-section .content-text h4,
.section-parcerias .content-section .content-text h5,
.section-parcerias .content-section .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.section-parcerias .content-section .content-text p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 25px;
}

.section-parcerias .content-section .img-grafismo {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .section-parcerias .content-section .img-grafismo {
    width: 440px;
  }
}

@media screen and (max-width: 560px) {
  .section-parcerias .content-section .img-grafismo {
    display: none;
  }
}

.section-parcerias .parceiros .col-parceiros {
  position: relative;
  max-width: 14%;
  min-height: 100px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 400ms;
  margin-bottom: 120px;
}

@media screen and (max-width: 1370px) {
  .section-parcerias .parceiros .col-parceiros {
    max-width: 16%;
  }
}

@media screen and (max-width: 1024px) {
  .section-parcerias .parceiros .col-parceiros {
    max-width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .section-parcerias .parceiros .col-parceiros {
    max-width: 25%;
  }
}

@media screen and (max-width: 560px) {
  .section-parcerias .parceiros .col-parceiros {
    max-width: 50%;
  }
}

.section-parcerias .parceiros .col-parceiros:hover {
  transform: translateY(-10px);
  transition: 400ms;
}

.section-parcerias .parceiros .col-parceiros:hover::before {
  background-color: #ecb11f;
  transition: 400ms;
}

.section-parcerias .parceiros .col-parceiros::before {
  content: "";
  position: absolute;
  height: 130px;
  width: 150px;
  z-index: -1;
  background: #058d89;
  transform: rotate(210deg) skew(30deg);
  transform-style: flat;
  transition: 400ms;
  border-radius: 10px;
  left: 5px;
  top: -15px;
}

.section-parcerias .parceiros .col-parceiros .box-parceiros {
  z-index: -1;
  padding: 0px 10px;
  text-align: center;
}

.section-parcerias .parceiros .col-parceiros .box-parceiros p {
  color: #ffffff;
  font-family: "Vale Sans";
  font-weight: 300;
  font-size: 10px;
  font-size: 1rem;
  max-width: 100px;
  margin-left: -30px;
  line-height: 20px;
}

@media screen and (max-width: 560px) {
  .section-parcerias .parceiros .col-parceiros .box-parceiros p {
    margin-left: -50px;
  }
}

.section-parcerias .parceiros .col-parceiros .box-parceiros p a {
  color: #ffffff;
}

.section-texto-imagem-projetos {
  padding: 50px 0px 50px;
}

.section-texto-imagem-projetos .content-text {
  padding-right: 60px;
}

@media screen and (max-width: 560px) {
  .section-texto-imagem-projetos .content-text {
    padding: 0;
  }
}

.section-texto-imagem-projetos .content-text h1,
.section-texto-imagem-projetos .content-text h2,
.section-texto-imagem-projetos .content-text h3,
.section-texto-imagem-projetos .content-text h4,
.section-texto-imagem-projetos .content-text h5,
.section-texto-imagem-projetos .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  line-height: 36px;
  margin-bottom: 30px;
  padding-right: 50px;
}

@media screen and (max-width: 560px) {

  .section-texto-imagem-projetos .content-text h1,
  .section-texto-imagem-projetos .content-text h2,
  .section-texto-imagem-projetos .content-text h3,
  .section-texto-imagem-projetos .content-text h4,
  .section-texto-imagem-projetos .content-text h5,
  .section-texto-imagem-projetos .content-text h6 {
    padding: 0;
  }
}

.section-texto-imagem-projetos .content-text p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 25px;
}

.section-texto-imagem-projetos figure {
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 560px) {
  .section-texto-imagem-projetos figure {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
}

.section-texto-imagem-projetos figure img {
  width: 280px;
}

.section-texto-imagem-projetos figure p {
  position: absolute;
  right: 110px;
  bottom: 70px;
  background: #00000059;
  padding: 3px 8px;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Vale Sans";
  font-size: 8px;
  font-size: 0.8rem;
}

.section-posts-projetos form {
  margin-bottom: 75px;
}

.section-posts-projetos form .select-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}

@media screen and (max-width: 1370px) {
  .section-posts-projetos form .select-group {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .section-posts-projetos form .select-group {
    width: 100%;
    display: block;
  }
}

.section-posts-projetos form .select-group p {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  margin: 0px;
}

@media screen and (max-width: 560px) {
  .section-posts-projetos form .select-group p {
    margin-bottom: 20px;
  }
}

.section-posts-projetos form .select-group label {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  margin: 0px;
}

@media screen and (max-width: 560px) {
  .section-posts-projetos form .select-group label {
    margin-bottom: 20px;
  }
}

.section-posts-projetos form .select-group select {
  padding: 4px 40px 4px 14px;
  border: 1px solid #adadad;
  border-radius: 4px;
  color: #747876;
  transition: 400ms;
  height: 40px;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 560px) {
  .section-posts-projetos form .select-group select {
    margin-bottom: 20px;
    width: 90%;
  }
}

.section-posts-projetos form .select-group button {
  border: none;
  color: #ffffff;
  font-family: "Vale Sans";
  font-weight: bold;
  padding: 8px 30px 8px 30px;
  text-decoration: none;
  border-radius: 4px;
  background: #ecb11f;
}

.section-posts-projetos .the-post-content {
  min-height: 40px;
  border-bottom: 1px solid #747876;
  margin-bottom: 20px;
}

.section-posts-projetos .the-post-content .title-post {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.section-posts-projetos .the-post-content .title-post h4 {
  color: #007e7a;
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  margin: 0px;
}

@media screen and (max-width: 560px) {
  .section-posts-projetos .the-post-content .title-post h4 {
    line-height: 22px;
    max-width: 85%;
  }
}

.section-posts-projetos .the-post-content .title-post .arrow-post {
  position: relative;
}

.section-posts-projetos .the-post-content .title-post .arrow-post i {
  color: #ffffff;
  transform: rotate(90deg);
  margin-left: -20px;
  margin-top: 8px;
  transition: 400ms;
}

.section-posts-projetos .the-post-content .title-post .arrow-post::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background-color: #ecb11f;
  transform: rotate(60deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
  z-index: -1;
}

.section-posts-projetos .the-post-content .title-post .active-post i {
  transform: rotate(270deg);
  transition: 400ms;
}

.section-posts-projetos .the-post-content .content-post {
  padding-bottom: 30px;
  display: none;
}

.section-posts-projetos .the-post-content .content-post .img-post {
  position: relative;
  height: 200px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .section-posts-projetos .the-post-content .content-post .img-post {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
}

@media screen and (max-width: 560px) {
  .section-posts-projetos .the-post-content .content-post .img-post {
    display: block;
    height: auto;
  }
}

.section-posts-projetos .the-post-content .content-post .img-post img {
  width: 100%;
}

.section-posts-projetos .the-post-content .content-post .img-post .creditos-imagem {
  position: absolute;
  left: 100px;
  bottom: -50px;
  background: #00000059;
  padding: 3px 8px;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Vale Sans";
  font-size: 8px;
  font-size: 0.8rem;
}

@media screen and (max-width: 1370px) {
  .section-posts-projetos .the-post-content .content-post .img-post .creditos-imagem {
    left: 85px;
    bottom: -15px;
  }
}

@media screen and (max-width: 1200px) {
  .section-posts-projetos .the-post-content .content-post .img-post .creditos-imagem {
    left: 85px;
    bottom: -15px;
  }
}

@media screen and (max-width: 768px) {
  .section-posts-projetos .the-post-content .content-post .img-post .creditos-imagem {
    left: 20px;
  }
}

@media screen and (max-width: 560px) {
  .section-posts-projetos .the-post-content .content-post .img-post .creditos-imagem {
    left: 10px;
    bottom: -30px;
  }
}

@media screen and (max-width: 560px) {
  .section-posts-projetos .the-post-content .content-post .text-post {
    margin-top: 20px;
  }
}

.section-posts-projetos .the-post-content .content-post .text-post p {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  line-height: 22px;
  margin: 10px 0px 0px 0px;
}

.section-paginacaoPosts {
  padding: 50px 0px 70px 0px;
}

.section-paginacaoPosts .post_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 300px;
}

.section-paginacaoPosts .post_pagination::before {
  content: "";
  position: absolute;
  background-color: #f5f5f5;
  top: -16px;
  width: 100%;
  height: 60px;
  transform: rotate(180deg) skew(25deg);
  transform-style: flat;
  border-radius: 4px 6px;
  z-index: -1;
}

.section-paginacaoPosts .post_pagination .page-numbers {
  position: relative;
  padding: 0px 16px;
  color: #007e7a;
  font-family: "Vale Sans";
  font-size: 16px;
}

.section-paginacaoPosts .post_pagination span {
  color: #ffffff !important;
}

.section-paginacaoPosts .post_pagination span:before {
  content: "";
  position: absolute;
  margin-left: -11px;
  margin-top: -2px;
  height: 30px;
  width: 30px;
  background-color: #ecb11f;
  z-index: -1;
  border-radius: 100px;
}

.section-paginacaoPosts .post_pagination .next i {
  color: #007e7a;
}

.section-paginacaoPosts .post_pagination .next::before {
  content: "";
  position: absolute;
  margin-left: -11px;
  margin-top: -2px;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 100px;
}

.section-paginacaoPosts .post_pagination .prev i {
  color: #007e7a;
}

.section-paginacaoPosts .post_pagination .prev::before {
  content: "";
  position: absolute;
  margin-left: -9px;
  margin-top: -2px;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 100px;
}

.darckTheme .section-paginacaoPosts .post_pagination span {
  color: #000 !important;
}

.darckTheme .section-paginacaoPosts .post_pagination span::before {
  background: #ffffff;
}

.darckTheme .section-paginacaoPosts .post_pagination a:before {
  background-color: #000;
  border: 1px solid #ffffff;
}

.section-titulo-texto {
  padding: 80px 0px 50px;
  border-bottom: 1px solid #e6e6e6;
}

.section-titulo-texto .content-text {
  padding-right: 30px;
}

@media screen and (max-width: 560px) {
  .section-titulo-texto .content-text {
    padding-right: 0px;
  }
}

.section-titulo-texto .content-text h1,
.section-titulo-texto .content-text h2,
.section-titulo-texto .content-text h3,
.section-titulo-texto .content-text h4,
.section-titulo-texto .content-text h5,
.section-titulo-texto .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
}

.section-titulo-texto .content-text p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.section-imagem-texto-topicos-ensinoItv {
  padding: 50px 0px 0px;
}

.section-imagem-texto-topicos-ensinoItv figure {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}

.section-imagem-texto-topicos-ensinoItv figure::before {
  content: "";
  right: 70px;
  top: 50px;
  height: 260px;
  width: 210px;
  background-color: #007e7a;
  transform: rotate(150deg) skew(-30deg);
  transform-style: flat;
  border-radius: 20px 40px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .section-imagem-texto-topicos-ensinoItv figure::before {
    right: 0;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-texto-topicos-ensinoItv figure::before {
    left: 0;
    right: auto;
  }
}

.section-imagem-texto-topicos-ensinoItv figure img {
  margin-top: 130px;
  height: 630px;
}

@media screen and (max-width: 1370px) {
  .section-imagem-texto-topicos-ensinoItv figure img {
    margin-top: 75px;
    height: auto;
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .section-imagem-texto-topicos-ensinoItv figure img {
    margin-top: 70px;
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-texto-topicos-ensinoItv figure img {
    width: 75%;
    height: 100%;
    margin-top: 0;
    object-fit: cover;
  }
}

.section-imagem-texto-topicos-ensinoItv figure p {
  position: absolute;
  bottom: 70px;
  left: 25%;
  color: #ffffff;
  font-size: 9px;
  font-size: 0.9rem;
  background: #0000007a;
  padding: 3px 8px;
  border-radius: 4px;
}

@media screen and (max-width: 1200px) {
  .section-imagem-texto-topicos-ensinoItv figure p {
    left: 20%;
  }
}

.section-imagem-texto-topicos-ensinoItv .content-text h1,
.section-imagem-texto-topicos-ensinoItv .content-text h2,
.section-imagem-texto-topicos-ensinoItv .content-text h3,
.section-imagem-texto-topicos-ensinoItv .content-text h4,
.section-imagem-texto-topicos-ensinoItv .content-text h5,
.section-imagem-texto-topicos-ensinoItv .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 15px;
  line-height: 32px;
}

.section-imagem-texto-topicos-ensinoItv .content-text p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 15px;
}

.section-imagem-texto-topicos-ensinoItv .content-text ul {
  padding: 0px 0px 0px 20px;
}

.section-imagem-texto-topicos-ensinoItv .content-text ul li {
  list-style: circle;
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.section-imagem-texto-topicos-ensinoItv .content-text ul li::marker {
  color: #ecb11f;
}

.section-imagem-texto-topicos-ensinoItv .info-adicionais {
  margin: 30px 0px -30px;
  display: flex;
}

.section-imagem-texto-topicos-ensinoItv .info-adicionais .icone {
  position: relative;
  margin-right: 40px;
}

@media screen and (max-width: 560px) {
  .section-imagem-texto-topicos-ensinoItv .info-adicionais .icone {
    margin-left: 20px;
  }
}

.section-imagem-texto-topicos-ensinoItv .info-adicionais .icone::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  height: 45px;
  width: 40px;
  background-color: #007e7a;
  transform: rotate(240deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
  z-index: -1;
}

.section-imagem-texto-topicos-ensinoItv .info-adicionais .descricao p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 25px;
}

.section-imagem-texto-topicos-ensinoItv .btn-section {
  margin-top: 50px;
}

.section-imagem-texto-topicos-ensinoItv .btn-section a {
  color: #ffffff;
  font-family: "Vale Sans";
  padding: 10px 20px;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 4px;
}

.section-imagem-texto-topicos-ensinoItv .btn-section a i {
  font-size: 10px;
  font-size: 1rem;
  color: #ffffff;
  padding-left: 5px;
}

.section-tabs-ensino-itv {
  padding: 50px 0px;
}

.section-tabs-ensino-itv .tablists .tab-nav {
  list-style: none;
}

@media screen and (max-width: 560px) {
  .section-tabs-ensino-itv .tablists .tab-nav {
    padding: 0;
  }
}

.section-tabs-ensino-itv .tablists .tab-nav .colun-menu {
  position: relative;
  margin: 10px 0px;
  border-bottom: 1px solid #e6e6e6;
  padding-right: 30px;
}

@media screen and (max-width: 560px) {
  .section-tabs-ensino-itv .tablists .tab-nav .colun-menu {
    padding-right: 15px;
  }
}

.section-tabs-ensino-itv .tablists .tab-nav .tab-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.section-tabs-ensino-itv .tablists .tab-nav .tab-menu .item-menu {
  color: #007e7a;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  min-height: 50px;
  max-width: 90%;
}

@media screen and (max-width: 560px) {
  .section-tabs-ensino-itv .tablists .tab-nav .tab-menu .item-menu {
    max-width: 90%;
  }
}

.section-tabs-ensino-itv .tablists .tab-nav .tab-menu .item-menu img {
  width: 24px;
  margin-right: 10px;
}

.section-tabs-ensino-itv .tablists .tab-nav .tab-menu .arrow-nav {
  position: relative;
}

.section-tabs-ensino-itv .tablists .tab-nav .tab-menu .arrow-nav i {
  color: #ffffff;
  transform: rotate(90deg);
  margin-left: -20px;
  margin-top: 8px;
  transition: 400ms;
}

.section-tabs-ensino-itv .tablists .tab-nav .tab-menu .arrow-nav::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background-color: #ecb11f;
  transform: rotate(60deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
  z-index: -1;
}

.section-tabs-ensino-itv .tablists .tab-nav .tab-menu .active i {
  transform: rotate(270deg);
  transition: 400ms;
}

.section-tabs-ensino-itv .tablists .tab-nav .tab-menu .active .row-tab-content {
  display: flex !important;
}

.section-tabs-ensino-itv .tablists .tab-nav .row-tab-content {
  display: none;
}

.section-tabs-ensino-itv .tablists .tab-nav .row-tab-content .tab-content {
  margin-top: 15px;
}

.section-tabs-ensino-itv .tablists .tab-nav .row-tab-content .tab-content p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 20px;
  font-size: 9px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.section-tabs-ensino-itv .tablists .tab-nav .row-tab-content .tab-content p a {
  color: #747876;
  font-family: "Vale Sans";
  transition: 400ms;
}

.section-tabs-ensino-itv .tablists .tab-nav .row-tab-content .tab-content p a:hover {
  color: #ecb11f;
  transition: 400ms;
}

.section-tabs-ensino-itv .tablists .tab-nav .row-tab-content .tab-content ul {
  list-style: circle;
}

.section-tabs-ensino-itv .tablists .tab-nav .row-tab-content .tab-content ul::marker {
  color: #007e7a;
}

.section-tabs-ensino-itv .tablists .tab-nav .row-tab-content .tab-content ul li {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 9px;
  font-size: 0.9rem;
}

.section-tabs-ensino-itv .tablists .tab-nav .row-tab-content .tab-content ul li a {
  color: #747876;
}

.section-imagem-texto-btn-ensinoItv {
  padding: 50px 0px 0px;
}

.section-imagem-texto-btn-ensinoItv figure {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
}

.section-imagem-texto-btn-ensinoItv figure::before {
  content: "";
  left: 16px;
  top: 65px;
  height: 260px;
  width: 210px;
  background-color: #ecb11f;
  transform: rotate(150deg) skew(-30deg);
  transform-style: flat;
  border-radius: 20px 40px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .section-imagem-texto-btn-ensinoItv figure::before {
    left: -10px;
  }
}

@media screen and (max-width: 768px) {
  .section-imagem-texto-btn-ensinoItv figure::before {
    left: -30px;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-texto-btn-ensinoItv figure::before {
    left: 0;
  }
}

.section-imagem-texto-btn-ensinoItv figure img {
  height: 630px;
}

@media screen and (max-width: 1370px) {
  .section-imagem-texto-btn-ensinoItv figure img {
    width: 60%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .section-imagem-texto-btn-ensinoItv figure img {
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-texto-btn-ensinoItv figure img {
    width: 75%;
    height: 100%;
  }
}

.section-imagem-texto-btn-ensinoItv figure p {
  position: absolute;
  bottom: -30px;
  left: 20%;
  color: #ffffff;
  font-size: 9px;
  font-size: 0.9rem;
  background: #0000007a;
  padding: 3px 8px;
  border-radius: 4px;
}

@media screen and (max-width: 1200px) {
  .section-imagem-texto-btn-ensinoItv figure p {
    bottom: 55px;
    left: 20%;
  }
}

@media screen and (max-width: 1024px) {
  .section-imagem-texto-btn-ensinoItv figure p {
    left: 10%;
  }
}

@media screen and (max-width: 560px) {
  .section-imagem-texto-btn-ensinoItv figure p {
    left: 17%;
  }
}

.section-imagem-texto-btn-ensinoItv .content-text h1,
.section-imagem-texto-btn-ensinoItv .content-text h2,
.section-imagem-texto-btn-ensinoItv .content-text h3,
.section-imagem-texto-btn-ensinoItv .content-text h4,
.section-imagem-texto-btn-ensinoItv .content-text h5,
.section-imagem-texto-btn-ensinoItv .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-imagem-texto-btn-ensinoItv .content-text p,
.section-imagem-texto-btn-ensinoItv .content-text ul {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 24px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 15px;
}

.section-imagem-texto-btn-ensinoItv .info-adicionais {
  margin: 40px 0px -30px;
  display: flex;
}

.section-imagem-texto-btn-ensinoItv .info-adicionais .icone {
  position: relative;
  margin-right: 50px;
}

@media screen and (max-width: 560px) {
  .section-imagem-texto-btn-ensinoItv .info-adicionais .icone {
    margin-left: 20px;
  }
}

.section-imagem-texto-btn-ensinoItv .info-adicionais .icone::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  height: 45px;
  width: 40px;
  background-color: #007e7a;
  transform: rotate(240deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
  z-index: -1;
}

.section-imagem-texto-btn-ensinoItv .info-adicionais .descricao p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 22px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 25px;
}

.section-imagem-texto-btn-ensinoItv .btn-section {
  margin-top: 50px;
}

.section-imagem-texto-btn-ensinoItv .btn-section a {
  color: #ffffff;
  font-family: "Vale Sans";
  padding: 10px 20px;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 4px;
}

.section-imagem-texto-btn-ensinoItv .btn-section a i {
  font-size: 10px;
  font-size: 1rem;
  color: #ffffff;
  padding-left: 5px;
}

.section-imagem-texto-btn-ensinoItv .tablists {
  margin-top: 50px;
}

.section-imagem-texto-btn-ensinoItv .tablists .tab-nav {
  padding: 0;
  list-style: none;
}

.section-imagem-texto-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao {
  display: flex;
  width: 100%;
  cursor: pointer;
}

.section-imagem-texto-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .item-menu {
  display: flex;
  align-items: center;
  width: 90%;
  min-height: 50px;
  margin-bottom: 10px;
}

.section-imagem-texto-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .item-menu img {
  width: 22px;
  margin-right: 10px;
}

.section-imagem-texto-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .item-menu p {
  color: #007e7a;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 0px;
  position: relative;
}

.section-imagem-texto-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .arrow-nav {
  position: relative;
}

.section-imagem-texto-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .arrow-nav i {
  color: #ffffff;
  transform: rotate(90deg);
  margin-left: -20px;
  margin-top: 8px;
  transition: 400ms;
}

.section-imagem-texto-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .arrow-nav::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background-color: #ecb11f;
  transform: rotate(60deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
  z-index: -1;
}

.section-imagem-texto-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .active i {
  transform: rotate(270deg);
  transition: 400ms;
}

.section-imagem-texto-btn-ensinoItv .tablists .tab-nav .row-tab-content {
  display: none;
}

.section-imagem-texto-btn-ensinoItv .tablists .tab-nav .row-tab-content p {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 9px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.section-imagem-texto-btn-ensinoItv .tablists .tab-nav .row-tab-content a {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 9px;
  font-size: 0.9rem;
  transition: 400ms;
}

.section-imagem-texto-btn-ensinoItv .tablists .tab-nav .row-tab-content a:hover {
  transition: 400ms;
  color: #ecb11f;
}

.section-texto-imagem-btn-ensinoItv {
  padding: 50px 0px 0px;
}

.section-texto-imagem-btn-ensinoItv figure {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}

.section-texto-imagem-btn-ensinoItv figure::before {
  content: "";
  right: 20px;
  top: 40px;
  height: 110px;
  width: 120px;
  background-color: #007e7a;
  transform: rotate(210deg) skew(30deg);
  transform-style: flat;
  border-radius: 15px 10px;
  position: absolute;
}

@media screen and (max-width: 1042px) {
  .section-texto-imagem-btn-ensinoItv figure::before {
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 560px) {
  .section-texto-imagem-btn-ensinoItv figure::before {
    right: 0;
    top: 10px;
  }
}

.section-texto-imagem-btn-ensinoItv figure img {
  height: 630px;
}

@media screen and (max-width: 1370px) {
  .section-texto-imagem-btn-ensinoItv figure img {
    height: auto;
    width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .section-texto-imagem-btn-ensinoItv figure img {
    height: auto;
    width: 90%;
  }
}

@media screen and (max-width: 560px) {
  .section-texto-imagem-btn-ensinoItv figure img {
    height: auto;
    width: 90%;
  }
}

.section-texto-imagem-btn-ensinoItv figure p {
  position: absolute;
  bottom: 50px;
  right: 100px;
  color: #ffffff;
  font-size: 9px;
  font-size: 0.9rem;
  background: #0000007a;
  padding: 3px 8px;
  border-radius: 4px;
}

@media screen and (max-width: 1200px) {
  .section-texto-imagem-btn-ensinoItv figure p {
    bottom: 60px;
    right: 16%;
  }
}

@media screen and (max-width: 560px) {
  .section-texto-imagem-btn-ensinoItv figure p {
    right: 25px;
  }
}

.section-texto-imagem-btn-ensinoItv .content-text h1,
.section-texto-imagem-btn-ensinoItv .content-text h2,
.section-texto-imagem-btn-ensinoItv .content-text h3,
.section-texto-imagem-btn-ensinoItv .content-text h4,
.section-texto-imagem-btn-ensinoItv .content-text h5,
.section-texto-imagem-btn-ensinoItv .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-texto-imagem-btn-ensinoItv .content-text p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 24px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 15px;
}

.section-texto-imagem-btn-ensinoItv .info-adicionais {
  margin: 40px 0px -30px;
  display: flex;
}

.section-texto-imagem-btn-ensinoItv .info-adicionais .icone {
  position: relative;
  margin-right: 50px;
}

@media screen and (max-width: 560px) {
  .section-texto-imagem-btn-ensinoItv .info-adicionais .icone {
    margin-left: 20px;
  }
}

.section-texto-imagem-btn-ensinoItv .info-adicionais .icone::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  height: 45px;
  width: 40px;
  background-color: #007e7a;
  transform: rotate(240deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
  z-index: -1;
}

.section-texto-imagem-btn-ensinoItv .info-adicionais .descricao p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 22px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 25px;
}

.section-texto-imagem-btn-ensinoItv .btn-section {
  margin-top: 50px;
}

.section-texto-imagem-btn-ensinoItv .btn-section a {
  color: #ffffff;
  font-family: "Vale Sans";
  padding: 10px 20px;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 4px;
}

.section-texto-imagem-btn-ensinoItv .btn-section a i {
  font-size: 10px;
  font-size: 1rem;
  color: #ffffff;
  padding-left: 5px;
}

.section-texto-imagem-btn-ensinoItv .tablists {
  margin-top: 50px;
}

.section-texto-imagem-btn-ensinoItv .tablists .tab-nav {
  padding: 0;
  list-style: none;
}

.section-texto-imagem-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao {
  display: flex;
  width: 100%;
  cursor: pointer;
}

.section-texto-imagem-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .item-menu {
  display: flex;
  align-items: center;
  width: 90%;
  min-height: 50px;
  margin-bottom: 10px;
}

.section-texto-imagem-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .item-menu img {
  width: 22px;
  margin-right: 10px;
}

.section-texto-imagem-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .item-menu p {
  color: #007e7a;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 0px;
  position: relative;
}

.section-texto-imagem-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .arrow-nav {
  position: relative;
}

.section-texto-imagem-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .arrow-nav i {
  color: #ffffff;
  transform: rotate(90deg);
  margin-left: -20px;
  margin-top: 8px;
  transition: 400ms;
}

.section-texto-imagem-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .arrow-nav::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background-color: #ecb11f;
  transform: rotate(60deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
  z-index: -1;
}

.section-texto-imagem-btn-ensinoItv .tablists .tab-nav .tab-menu-mineracao .active i {
  transform: rotate(270deg);
  transition: 400ms;
}

.section-texto-imagem-btn-ensinoItv .tablists .tab-nav .row-tab-content {
  display: none;
}

.section-texto-imagem-btn-ensinoItv .tablists .tab-nav .row-tab-content p {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 9px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.section-texto-imagem-btn-ensinoItv .tablists .tab-nav .row-tab-content a {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 9px;
  font-size: 0.9rem;
  transition: 400ms;
}

.section-texto-imagem-btn-ensinoItv .tablists .tab-nav .row-tab-content a:hover {
  transition: 400ms;
  color: #ecb11f;
}

.section-posts-cursos {
  padding: 60px 0px;
}

@media screen and (max-width: 560px) {
  .section-posts-cursos {
    overflow: hidden;
  }
}

.section-posts-cursos .accordion .accordion-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.section-posts-cursos .accordion .accordion-item h4 {
  position: relative;
  cursor: pointer;
}

.section-posts-cursos .accordion .accordion-item h4 button {
  box-shadow: none !important;
  background: transparent !important;
  color: #007e7a;
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  margin: 0px;
}

.section-posts-cursos .accordion .accordion-item h4 button::after {
  content: "";
  background: none !important;
}

@media screen and (max-width: 560px) {
  .section-posts-cursos .accordion .accordion-item h4 button {
    line-height: 22px;
    max-width: 85%;
  }
}

.section-posts-cursos .accordion .accordion-item h4 .arrow-post {
  position: absolute;
  top: 10px;
  right: 40px;
  z-index: 0;
}

.section-posts-cursos .accordion .accordion-item h4 .arrow-post i {
  color: #ffffff;
  transform: rotate(90deg);
  margin-left: -20px;
  margin-top: 8px;
  transition: 400ms;
}

.section-posts-cursos .accordion .accordion-item h4 .arrow-post::before {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  height: 40px;
  width: 30px;
  background-color: #ecb11f;
  transform: rotate(60deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
  z-index: -1;
}

.section-posts-cursos .accordion .accordion-item h4 .active-post i {
  transform: rotate(-90deg);
  transition: 400ms;
}

.section-posts-cursos .accordion .accordion-item .accordion-collapse {
  padding-bottom: 150px;
}

@media screen and (max-width: 560px) {
  .section-posts-cursos .accordion .accordion-item .accordion-collapse {
    padding-bottom: 100px;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body p {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  line-height: 24px;
  margin: 10px 0px;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .menu-tabs-modulos {
  position: relative;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .menu-tabs-modulos ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .section-posts-cursos .accordion .accordion-item .accordion-body .menu-tabs-modulos ul {
    padding: 0;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body .menu-tabs-modulos ul li {
  border-bottom: 4px solid #ecb11f;
  padding: 15px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .section-posts-cursos .accordion .accordion-item .accordion-body .menu-tabs-modulos ul li {
    max-width: 48%;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body .menu-tabs-modulos ul li h3 {
  color: #ecb11f;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Vale Sans";
  text-align: center;
}

@media screen and (max-width: 1370px) {
  .section-posts-cursos .accordion .accordion-item .accordion-body .menu-tabs-modulos ul li h3 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body .menu-tabs-modulos .selected {
  border-bottom: 4px solid transparent;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-posts-cursos .accordion .accordion-item .accordion-body .menu-tabs-modulos .selected {
    margin: 25px 0px;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body .menu-tabs-modulos .selected::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ecb11f;
  left: 0;
  top: 0;
  z-index: -1;
  transform: rotate(0deg) skew(-30deg);
  transform-style: flat;
  border-radius: 5px 10px;
}

@media screen and (max-width: 560px) {
  .section-posts-cursos .accordion .accordion-item .accordion-body .menu-tabs-modulos .selected::before {
    height: 80px;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body .menu-tabs-modulos .selected h3 {
  color: #ffffff;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content {
  background-color: #f5f5f5;
  border-radius: 30px;
  margin-top: 50px;
  padding: 100px 0px 50px;
}

@media screen and (max-width: 560px) {
  .section-posts-cursos .accordion .accordion-item .accordion-body .tab-content {
    padding: 0;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content:not(.selected) {
  display: none;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .content-slides {
  padding: 0px 110px;
}

@media screen and (max-width: 560px) {
  .section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .content-slides {
    padding: 0px 20px;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-prev {
  left: -10px;
  z-index: 1;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-prev p {
  display: none !important;
}

@media screen and (max-width: 560px) {
  .section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-prev {
    display: none !important;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-prev::before {
  opacity: 1;
  content: "";
  background-image: url(../../img/prev.png);
  height: 30px;
  width: 30px;
  top: -2px;
  left: 0;
  position: absolute;
  filter: grayscale(1) brightness(100);
  background-repeat: no-repeat;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-prev::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -25px;
  height: 70px;
  width: 50px;
  background-color: #ecb11f;
  transform: rotate(60deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
  z-index: -1;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-next {
  right: 30px;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-next p {
  display: none !important;
}

@media screen and (max-width: 560px) {
  .section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-next {
    display: none !important;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-next::before {
  opacity: 1;
  content: "";
  background-image: url(../../img/next.png);
  height: 30px;
  width: 30px;
  top: -2px;
  right: -45px;
  position: absolute;
  filter: grayscale(1) brightness(100);
  background-repeat: no-repeat;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-next::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -25px;
  height: 70px;
  width: 50px;
  background-color: #ecb11f;
  transform: rotate(60deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
  z-index: -1;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-dots {
  position: relative;
  display: flex;
  bottom: -200px;
  left: 0;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 560px) {
  .section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-dots {
    bottom: -100px;
    width: 1150px;
    bottom: -100px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 110px 0px 20px;
    white-space: nowrap;
    margin-bottom: -30px;
    left: 0;
    text-align: left;
    background-image: url(../../img/linha.svg);
    background-repeat: no-repeat;
    background-position: 0px 124px;
    background-size: 100%;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-dots::before {
  content: "";
  border-bottom: 2px solid #ecb11f;
  position: absolute;
  bottom: 10px;
  height: 3px;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 560px) {
  .section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-dots::before {
    bottom: 30px;
    display: none;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-dots .slick-active button p {
  color: #ffffff;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-dots .slick-active button p::before {
  content: "";
  position: absolute;
  left: 26px;
  top: -37px;
  height: 100px;
  width: 40px;
  background-color: #007e7a;
  transform: rotate(60deg) skew(-30deg);
  transform-style: flat;
  border-radius: 2px 6px;
  z-index: -1;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-dots .slick-active button:before {
  font-size: 14px;
  color: #007e7a;
  opacity: 1;
  z-index: 2;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-dots .slick-active button::after {
  content: "";
  position: absolute;
  left: -13px;
  top: -15px;
  height: 48px;
  width: 48px;
  background: #ffffff;
  border: 2px solid #ecb11f;
  border-radius: 100px;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-dots li {
  margin: auto;
}

@media screen and (max-width: 560px) {
  .section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-dots li {
    margin: 10px 50px 0px;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-dots li button:before {
  font-size: 28px;
  color: #ecb11f;
  opacity: 1;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .slide-cursos .slick-dots li button p {
  position: absolute;
  width: 100px;
  margin-top: -60px;
  margin-left: -40px;
  color: #ecb11f;
  font-size: 10px;
  font-size: 1rem;
  font-family: "Vale Sans";
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-video {
  position: relative;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-video img {
  width: 500px;
}

@media screen and (max-width: 1371px) {
  .section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-video img {
    width: 100%;
    margin-top: 30px;
  }
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-video a {
  border: none;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 2;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-video a:before {
  content: "";
  background: #00000096;
  height: 83px;
  width: 83px;
  border-radius: 100px;
  position: absolute;
  left: -35px;
  top: -28px;
  z-index: -1;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-video a i {
  color: #ffffff;
  z-index: 2;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-intro {
  margin-top: 30px;
  padding-left: 30px;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-intro h1,
.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-intro h2,
.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-intro h3,
.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-intro h4,
.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-intro h5,
.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-intro h6 {
  color: #007e7a;
  font-family: "Vale Sans";
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-intro p {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  line-height: 24px;
  margin: 10px 0px;
}

.section-posts-cursos .accordion .accordion-item .accordion-body .tab-content .content-intro .numeroModulo {
  display: none;
}

.blocker {
  z-index: 9999 !important;
}

.jquery-modal .modal {
  position: relative;
  height: auto;
  top: 0px;
  overflow: initial;
  box-shadow: 0px 0px 10px 3px #0000000a;
  width: auto;
  min-width: 50%;
}

@media screen and (max-width: 560px) {
  .jquery-modal .modal {
    height: 550px;
  }
}

.jquery-modal .modal .video-aula-content {
  display: none;
}

.jquery-modal .modal p {
  margin-bottom: 20px;
  color: #007e7a;
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.jquery-modal .modal a {
  color: #ffffff;
  font-size: 24px;
  font-family: "Vale Sans";
  position: absolute;
  right: -5px;
  top: 0px;
}

.jquery-modal .modal .close-modal {
  background-image: url("");
}

.jquery-modal .modal .close-modal::before {
  content: "";
  height: 40px;
  width: 70px;
  right: -20px;
  top: 16px;
  position: absolute;
  background-color: #ecb11f;
  transform: rotate(90deg) skew(30deg);
  transform-style: flat;
  border-radius: 6px 4px;
  z-index: -1;
  color: #ffffff;
}

.jquery-modal .modal .form-cadastro .screen-reader-response {
  display: none !important;
}

.jquery-modal .modal .form-cadastro .wpcf7-response-output {
  border: none !important;
  margin: 0;
  padding: 0;
}

.jquery-modal .modal .form-cadastro form {
  width: 100%;
}

.jquery-modal .modal .form-cadastro form p {
  margin: 0 !important;
}

.jquery-modal .modal .form-cadastro form .title {
  font-size: 32px;
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  line-height: 30px;
  margin-bottom: 20px;
}

.jquery-modal .modal .form-cadastro form input {
  width: 100%;
  border: 0px;
  border-bottom: 2px solid #e6e6e6;
  font-family: "Vale Sans";
  font-size: 14px;
  height: 30px;
  outline: none;
  transition: 400ms;
}

.jquery-modal .modal .form-cadastro form input:active {
  border-bottom: 2px solid #007e7a;
  transition: 400ms;
}

.jquery-modal .modal .form-cadastro form input:hover {
  border-bottom: 2px solid #007e7a;
  transition: 400ms;
}

.jquery-modal .modal .form-cadastro form label {
  font-size: 16px;
  font-family: "Vale Sans";
  font-weight: bold;
  width: 90%;
  margin-bottom: 12px;
}

.jquery-modal .modal .form-cadastro form .wpcf7-not-valid-tip {
  color: #d20000;
  position: absolute;
  right: -190px;
  bottom: 0px;
}

@media screen and (max-width: 768px) {
  .jquery-modal .modal .form-cadastro form .wpcf7-not-valid-tip {
    position: relative;
    right: 0;
  }
}

.jquery-modal .modal .form-cadastro form .wpcf7-radio {
  display: flex;
}

.jquery-modal .modal .form-cadastro form .wpcf7-radio .wpcf7-list-item {
  margin: 0 !important;
}

.jquery-modal .modal .form-cadastro form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  flex-direction: revert;
  width: 50px;
  align-items: center;
  margin: 8px 15px 10px 0px;
}

.jquery-modal .modal .form-cadastro form .wpcf7-radio .wpcf7-list-item label input {
  height: 18px;
}

.jquery-modal .modal .form-cadastro form .wpcf7-radio .wpcf7-list-item label input:checked {
  background-color: #ecb11f;
  border: 1px solid #ecb11f;
}

.jquery-modal .modal .form-cadastro form .wpcf7-radio .wpcf7-list-item label span {
  font-family: "Vale Sans";
  color: #747876;
  font-size: 14px;
}

.jquery-modal .modal .form-cadastro form .wpcf7-submit {
  background: #ecb11f;
  font-family: "Vale Sans";
  font-weight: bold;
  padding: 10px 40px 10px 24px;
  border-radius: 4px;
  border: none !important;
  width: 120px;
  height: auto;
  color: #ffffff;
}

.jquery-modal .modal .form-cadastro form .wpcf7-submit:hover {
  border-bottom: none !important;
}

.jquery-modal .modal .form-cadastro form .wpcf7-submit:active {
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .jquery-modal .modal .form-cadastro form .wpcf7-submit {
    margin-top: 0px;
    margin-left: 0;
    max-width: 130px;
  }
}

.jquery-modal .modal .form-cadastro form .seta-btn {
  position: absolute;
  margin-left: -100px;
  margin-top: 10px;
  width: 20px;
}

@media screen and (max-width: 768px) {
  .jquery-modal .modal .form-cadastro .content-img-grafismo {
    display: none;
  }
}

.jquery-modal .modal .form-cadastro .content-img-grafismo img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 240px;
}




.circle-home-news {
  border: 3px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.circle-home-flex {
  display: flex;
  gap: 20px;
  align-items: center;
}

.section-slick-noticias-home {
  /* margin: 60px 0px 0px; */
  /* padding: 60px 0px 0px; */
  position: relative;
  /* background-image: url(../../img/fundo-verde.svg); */
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1800px) {
  .section-slick-noticias-home {
    background-size: auto;
    background-position: top;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .section-slick-noticias-home {
    padding: 10px 0px 0px;
  }
}

@media screen and (max-width: 1200px) {
  .section-slick-noticias-home {
    padding: 10px 0px 0px;
  }
}

@media screen and (max-width: 560px) {
  .section-slick-noticias-home {
    background: transparent;
  }

  .section-slick-noticias-home::before {
    content: "";
    position: absolute;
    height: 300px;
    width: 100%;
    background-color: #007e7a;
    top: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .section-slick-noticias-home .title-section {
    padding-left: 50px;
  }
}

@media screen and (max-width: 560px) {
  .section-slick-noticias-home .title-section {
    padding-top: 40px;
  }
}

.section-slick-noticias-home .title-section h1,
.section-slick-noticias-home .title-section h2,
.section-slick-noticias-home .title-section h3,
.section-slick-noticias-home .title-section h4,
.section-slick-noticias-home .title-section h5,
.section-slick-noticias-home .title-section h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 30px;
}

.section-slick-noticias-home .title-section p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 30px;
}

.section-slick-noticias-home .container-posts .content-post {
  margin: 30px 0px 50px;
  max-width: 100%;
  padding: 0px 35px 0 0;
}

.section-slick-noticias-home .container-posts .content-post .thumbnail-post {
  position: relative;
}

.section-slick-noticias-home .container-posts .content-post .thumbnail-post img {
  width: 100%;
  height: 250px;
  border-radius: 30px;
  object-fit: cover;
  z-index: 1;
}

@media screen and (min-width: 561px) and (max-width: 768px) {
  .section-slick-noticias-home .container-posts .content-post .thumbnail-post img {
    height: auto;
  }
}

.section-slick-noticias-home .container-posts .content-post .thumbnail-post .data {
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 1;
}

.section-slick-noticias-home .container-posts .content-post .thumbnail-post .data::before {
  content: "";
  position: absolute;
  background-color: #ecb11f;
  width: 100%;
  height: 24px;
  transform: rotate(180deg) skew(30deg);
  transform-style: flat;
  border-radius: 4px;
  z-index: -1;
}

.section-slick-noticias-home .container-posts .content-post .thumbnail-post .data p {
  color: #ffffff;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  padding: 0px 15px;
}

.section-slick-noticias-home .container-posts .content-post a h4 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  line-height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 10px 0px 0px;
}

.section-slick-noticias-home .container-posts .content-post .link-post {
  margin-top: 15px;
  display: flex;
}

.section-slick-noticias-home .container-posts .content-post .link-post a {
  color: #ecb11f;
  font-family: "Vale Sans";
  font-size: 18px;
  font-weight: bold;
  transition: 400ms;
}

.section-slick-noticias-home .container-posts .content-post .link-post a:hover {
  color: #ffdd87;
  transition: 400ms;
}

.section-slick-noticias-home .container-posts .content-post .link-post a:hover i {
  color: #ffdd87;
  transition: 400ms;
}

.section-slick-noticias-home .container-posts .content-post .link-post a i {
  font-size: 18px;
  color: #ecb11f;
}

.section-posts-eventos-programe-se {
  /* margin: 60px 0px 0px; */
  /* padding: 60px 0px 0px; */
  position: relative;
  /* background-image: url(../../img/fundo-verde.svg); */
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1800px) {
  .section-posts-eventos-programe-se {
    background-size: auto;
    background-position: top;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .section-posts-eventos-programe-se {
    padding: 10px 0px 0px;
  }
}

@media screen and (max-width: 1200px) {
  .section-posts-eventos-programe-se {
    padding: 10px 0px 0px;
  }
}

@media screen and (max-width: 560px) {
  .section-posts-eventos-programe-se {
    background: transparent;
  }

  .section-posts-eventos-programe-se::before {
    content: "";
    position: absolute;
    height: 300px;
    width: 100%;
    background-color: #007e7a;
    top: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .section-posts-eventos-programe-se .title-section {
    padding-left: 50px;
  }
}

@media screen and (max-width: 560px) {
  .section-posts-eventos-programe-se .title-section {
    padding-top: 40px;
  }
}

.section-posts-eventos-programe-se .title-section h1,
.section-posts-eventos-programe-se .title-section h2,
.section-posts-eventos-programe-se .title-section h3,
.section-posts-eventos-programe-se .title-section h4,
.section-posts-eventos-programe-se .title-section h5,
.section-posts-eventos-programe-se .title-section h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 30px;
}

.section-posts-eventos-programe-se .title-section p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 30px;
}

.section-posts-eventos-programe-se .container-posts .content-post {
  margin: 30px 0px 50px;
  max-width: 100%;
}

.section-posts-eventos-programe-se .container-posts .content-post .thumbnail-post {
  position: relative;
}

.section-posts-eventos-programe-se .container-posts .content-post .thumbnail-post img {
  width: 100%;
  height: 250px;
  border-radius: 30px;
  object-fit: cover;
  z-index: 1;
}

@media screen and (min-width: 561px) and (max-width: 768px) {
  .section-posts-eventos-programe-se .container-posts .content-post .thumbnail-post img {
    height: auto;
  }
}

.section-posts-eventos-programe-se .container-posts .content-post .thumbnail-post .data {
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 1;
}

.section-posts-eventos-programe-se .container-posts .content-post .thumbnail-post .data::before {
  content: "";
  position: absolute;
  background-color: #ecb11f;
  width: 100%;
  height: 24px;
  transform: rotate(180deg) skew(30deg);
  transform-style: flat;
  border-radius: 4px;
  z-index: -1;
}

.section-posts-eventos-programe-se .container-posts .content-post .thumbnail-post .data p {
  color: #ffffff;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  padding: 0px 15px;
}

.section-posts-eventos-programe-se .container-posts .content-post a h4 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  line-height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 20px 0px 0px;
}

.section-posts-eventos-programe-se .container-posts .content-post .link-post {
  margin-top: 15px;
  display: flex;
}

.section-posts-eventos-programe-se .container-posts .content-post .link-post a {
  color: #ecb11f;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  transition: 400ms;
}

.section-posts-eventos-programe-se .container-posts .content-post .link-post a:hover {
  color: #ffdd87;
  transition: 400ms;
}

.section-posts-eventos-programe-se .container-posts .content-post .link-post a:hover i {
  color: #ffdd87;
  transition: 400ms;
}

.section-posts-eventos-programe-se .container-posts .content-post .link-post a i {
  font-size: 10px;
  font-size: 1rem;
  color: #ecb11f;
  padding-right: 3px;
}

.section-unidades {
  padding: 0px 50px 0px;
}

.section-unidades .content-unidades img {
  border-radius: 20px;
  width: 95%;
  text-align: center;
  margin-bottom: 24px;
}

.section-unidades .content-unidades .content-title {
  margin-bottom: 15px;
}

.section-unidades .content-unidades .content-title h1,
.section-unidades .content-unidades .content-title h2,
.section-unidades .content-unidades .content-title h3,
.section-unidades .content-unidades .content-title h4,
.section-unidades .content-unidades .content-title h5,
.section-unidades .content-unidades .content-title h6 {
  color: #007e7a;
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
}

.section-unidades .content-unidades .content-email {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.section-unidades .content-unidades .content-email img {
  margin-right: 10px;
  width: 22px;
  border-radius: 0;
  margin-bottom: 0;
}

.section-unidades .content-unidades .content-email a {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
}

.section-unidades .content-unidades .content-anexo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.section-unidades .content-unidades .content-anexo img {
  margin-right: 10px;
  width: 18px;
  border-radius: 0;
  margin-bottom: 0;
}

.section-unidades .content-unidades .content-anexo a {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
}

.section-publicacoes {
  padding: 50px 0px;
}

.section-publicacoes .title-section h1,
.section-publicacoes .title-section h2,
.section-publicacoes .title-section h3,
.section-publicacoes .title-section h4,
.section-publicacoes .title-section h5,
.section-publicacoes .title-section h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
  line-height: 42px;
}

.section-publicacoes .content-section .tab-menu-publicacao {
  margin: 80px 0px 50px;
}

.section-publicacoes .content-section .tab-menu-publicacao ul {
  list-style: none;
  padding: 0;
  display: flex;
}

.section-publicacoes .content-section .tab-menu-publicacao ul li {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 560px) {
  .section-publicacoes .content-section .tab-menu-publicacao ul li {
    margin-bottom: 20px;
  }
}

.section-publicacoes .content-section .tab-menu-publicacao ul li p {
  border-bottom: 4px solid #ecb11f;
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  color: #ecb11f;
  padding: 15px 0px;
  z-index: 1;
}

@media screen and (max-width: 1370px) {
  .section-publicacoes .content-section .tab-menu-publicacao ul li p {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.section-publicacoes .content-section .tab-menu-publicacao ul .active p {
  color: #ffffff;
  border-bottom: 4px solid transparent;
}

.section-publicacoes .content-section .tab-menu-publicacao ul .active p::before {
  content: "";
  background: #ecb11f;
  transform: rotate(180deg) skew(30deg);
  transform-style: flat;
  border-radius: 10px 8px;
  position: absolute;
  left: 10px;
  top: 0;
  height: 60px;
  width: 90%;
  z-index: -1;
}

.section-publicacoes .content-section form {
  margin-bottom: 50px;
}

.section-publicacoes .content-section form input {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-right: 20px;
  min-width: 360px;
}

.section-publicacoes .content-section form button {
  background-color: #ecb11f;
  border-radius: 8px;
  padding: 10px 40px;
  border: none;
  color: #ffffff;
  font-family: "Vale Sans";
  font-weight: bold;
}

.section-publicacoes .content-section #example_wrapper .dataTables_length {
  display: none;
}

.section-publicacoes .content-section #example_wrapper #example_filter {
  display: none;
}

.section-publicacoes .content-section #example_wrapper .dataTables_info {
  display: none;
}

.section-publicacoes .content-section #example_wrapper #example_paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  position: relative;
}

.section-publicacoes .content-section #example_wrapper #example_paginate a {
  padding: 0px 20px;
  color: #007e7a;
  font-family: "Vale Sans";
  font-weight: bold;
  cursor: pointer;
}

.section-publicacoes .content-section #example_wrapper #example_paginate .current {
  position: relative;
  color: #ffffff;
}

.section-publicacoes .content-section #example_wrapper #example_paginate .current::before {
  content: "";
  position: absolute;
  margin-left: -11px;
  margin-top: -2px;
  height: 30px;
  width: 30px;
  background-color: #ecb11f;
  z-index: -1;
  border-radius: 100px;
}

.section-publicacoes .content-section .content-post-publicacao {
  padding: 15px 0px 0px;
  border-bottom: 2px solid #e6e6e6;
}

.section-publicacoes .content-section .content-post-publicacao td {
  position: relative;
  padding: 15px 0px;
}

.section-publicacoes .content-section .content-post-publicacao td img {
  padding-right: 15px;
}

.section-publicacoes .content-section .content-post-publicacao td .title-publi {
  display: flex;
  cursor: pointer;
}

.section-publicacoes .content-section .content-post-publicacao td .title-publi h3 {
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  color: #007e7a;
  margin-bottom: 0px;
  line-height: 32px;
  max-width: 90%;
}

.section-publicacoes .content-section .content-post-publicacao td .title-publi i {
  font-size: 12px;
  font-size: 1.2rem;
  color: #007e7a;
  position: absolute;
  right: 0;
  top: 22px;
}

.section-publicacoes .content-section .content-post-publicacao td .title-publi .fa-minus {
  display: none;
}

.section-publicacoes .content-section .content-post-publicacao td p {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 9px;
  font-size: 0.9rem;
}

.section-publicacoes .content-section .content-post-publicacao td p span {
  color: #007e7a;
  font-size: 10px;
  font-size: 1rem;
}

.section-publicacoes .content-section .content-post-publicacao td .content-info-publicacao {
  display: none;
}

.section-publicacoes .content-section .content-post-publicacao td .content-info-publicacao .title span {
  color: #007e7a;
  font-size: 10px;
  font-size: 1rem;
}

.section-publicacoes .content-section .content-post-publicacao td .content-info-publicacao .title a {
  color: #ecb11f;
}

.section-posts-espaco-multimidia {
  margin: 60px 0px 0px;
  padding: 60px 0px 0px;
  position: relative;
  background-image: url(../../img/fundo-amarelo-posts.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-posts-espaco-multimidia.sem-background {
  background-image: none;
}

@media screen and (max-width: 560px) {
  .section-posts-espaco-multimidia {
    background: transparent;
  }

  .section-posts-espaco-multimidia::before {
    content: "";
    position: absolute;
    height: 300px;
    width: 100%;
    background-color: #ecb11f;
    top: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .section-posts-espaco-multimidia .title-section {
    padding-left: 50px;
  }
}

.section-posts-espaco-multimidia .title-section h1,
.section-posts-espaco-multimidia .title-section h2,
.section-posts-espaco-multimidia .title-section h3,
.section-posts-espaco-multimidia .title-section h4,
.section-posts-espaco-multimidia .title-section h5,
.section-posts-espaco-multimidia .title-section h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 30px;
}

.section-posts-espaco-multimidia .title-section p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 30px;
}

.section-posts-espaco-multimidia .container-posts .content-post {
  margin: 30px 0px 50px;
}

.section-posts-espaco-multimidia .container-posts .content-post .thumbnail-post {
  position: relative;
}

.section-posts-espaco-multimidia .container-posts .content-post .thumbnail-post img {
  width: 100%;
  height: 250px;
  border-radius: 30px;
  object-fit: cover;
  z-index: 1;
}

.section-posts-espaco-multimidia .container-posts .content-post .thumbnail-post .data {
  position: absolute;
  bottom: -8px;
  left: 10px;
  z-index: 1;
}

.section-posts-espaco-multimidia .container-posts .content-post .thumbnail-post .data::before {
  content: "";
  position: absolute;
  background-color: #ecb11f;
  width: 100%;
  height: 24px;
  transform: rotate(180deg) skew(30deg);
  transform-style: flat;
  border-radius: 4px;
  z-index: -1;
}

.section-posts-espaco-multimidia .container-posts .content-post .thumbnail-post .data p {
  color: #ffffff;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  padding: 0px 15px;
}

.section-posts-espaco-multimidia .container-posts .content-post a h4 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  line-height: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 20px 0px 0px;
}

.section-posts-espaco-multimidia .content-section-link {
  margin-top: 30px;
  display: flex;
  justify-content: end;
}

.section-posts-espaco-multimidia .content-section-link a {
  color: #ecb11f;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  transition: 400ms;
}

.section-posts-espaco-multimidia .content-section-link a:hover {
  color: #ffdd87;
  transition: 400ms;
}

.section-posts-espaco-multimidia .content-section-link a i {
  font-size: 10px;
  font-size: 1rem;
  color: #ecb11f;
  padding-left: 5px;
}

.section-posts-sala-imprensa {
  margin: 60px 0px 0px;
  padding: 60px 0px 0px;
  position: relative;
  background-image: url(../../img/fundo-verde.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1800px) {
  .section-posts-sala-imprensa {
    background-size: auto;
    background-position: top;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .section-posts-sala-imprensa {
    padding: 30px 0px 0px;
  }
}

@media screen and (max-width: 560px) {
  .section-posts-sala-imprensa {
    background: transparent;
  }

  .section-posts-sala-imprensa::before {
    content: "";
    position: absolute;
    height: 300px;
    width: 100%;
    background-color: #007e7a;
    top: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .section-posts-sala-imprensa .title-section {
    padding-left: 50px;
  }
}



.section-posts-sala-imprensa .container-posts .content-post .link-post {
  margin-top: 15px;
  display: flex;
}

.section-posts-sala-imprensa .container-posts .content-post .link-post a {
  color: #ecb11f;
  font-family: "Vale Sans";
  font-size: 18px;
  font-weight: bold;
  transition: 400ms;
}

.section-posts-sala-imprensa .container-posts .content-post .link-post a:hover {
  color: #ffdd87;
  transition: 400ms;
}

.section-posts-sala-imprensa .container-posts .content-post .link-post a:hover i {
  color: #ffdd87;
  transition: 400ms;
}

.section-posts-sala-imprensa .container-posts .content-post .link-post a i {
  font-size: 18px;
  color: #ecb11f;
}



.section-posts-sala-imprensa .title-section h1,
.section-posts-sala-imprensa .title-section h2,
.section-posts-sala-imprensa .title-section h3,
.section-posts-sala-imprensa .title-section h4,
.section-posts-sala-imprensa .title-section h5,
.section-posts-sala-imprensa .title-section h6 {
  font-family: "Vale Sans";
  font-weight: 300;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 30px;
}

.section-posts-sala-imprensa .title-section p {
  color: #ffffff;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 30px;
}

.section-posts-sala-imprensa .container-posts .content-post {
  margin: 30px 0px 50px;
}

.section-posts-sala-imprensa .container-posts .content-post .thumbnail-post {
  position: relative;
}

.section-posts-sala-imprensa .container-posts .content-post .thumbnail-post img {
  width: 100%;
  height: 250px;
  border-radius: 30px;
  object-fit: cover;
  z-index: 1;
}

.section-posts-sala-imprensa .container-posts .content-post .thumbnail-post .data {
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 1;
}

.section-posts-sala-imprensa .container-posts .content-post .thumbnail-post .data::before {
  content: "";
  position: absolute;
  background-color: #ecb11f;
  width: 100%;
  height: 24px;
  transform: rotate(180deg) skew(30deg);
  transform-style: flat;
  border-radius: 4px;
  z-index: -1;
}

.section-posts-sala-imprensa .container-posts .content-post .thumbnail-post .data p {
  color: #ffffff;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  padding: 0px 15px;
}

.section-posts-sala-imprensa .container-posts .content-post a h4 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  line-height: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 20px 0px 0px;
}

.section-posts-sala-imprensa .content-section-link {
  margin-top: 30px;
  display: flex;
  justify-content: end;
}

.section-posts-sala-imprensa .content-section-link a {
  color: #ecb11f;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  transition: 400ms;
}

.section-posts-sala-imprensa .content-section-link a:hover {
  color: #ffdd87;
  transition: 400ms;
}

.section-posts-sala-imprensa .content-section-link a i {
  font-size: 10px;
  font-size: 1rem;
  color: #ecb11f;
  padding-left: 5px;
}

.section-box-contato-imprensa {
  padding: 50px 0px;
}

.section-box-contato-imprensa .content-section {
  border-radius: 17px;
  padding: 50px;
  display: flex;
}

.section-box-contato-imprensa .content-section .content-icon {
  position: relative;
  padding-right: 30px;
  margin-top: -10px;
  z-index: 1;
}

.section-box-contato-imprensa .content-section .content-icon::before {
  content: "";
  position: absolute;
  background-color: #ecb11f;
  left: -11px;
  top: 17px;
  width: 36px;
  height: 22px;
  transform: rotate(90deg) skew(30deg);
  transform-style: flat;
  border-radius: 4px;
  z-index: -1;
}

.section-box-contato-imprensa .content-section .content-icon img {
  width: 55px;
}

.section-box-contato-imprensa .content-section .content-text h1,
.section-box-contato-imprensa .content-section .content-text h2,
.section-box-contato-imprensa .content-section .content-text h3,
.section-box-contato-imprensa .content-section .content-text h4,
.section-box-contato-imprensa .content-section .content-text h5,
.section-box-contato-imprensa .content-section .content-text h6 {
  color: #ffffff;
  font-family: "Vale Sans";
  font-weight: bold;
  margin-bottom: 10px;
}

.section-box-contato-imprensa .content-section .content-text p {
  color: #ffffff;
  font-family: "Vale Sans";
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.section-box-contato-imprensa .content-section .content-text p a {
  color: #ffffff;
}

.section-texto-dadositv {
  padding: 100px 0px;
}

@media screen and (max-width: 560px) {
  .section-texto-dadositv {
    padding-bottom: 80px;
  }
}

.section-texto-dadositv .content-text {
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .section-texto-dadositv .content-text {
    padding-right: 0px;
  }
}

.section-texto-dadositv .content-text h1,
.section-texto-dadositv .content-text h2,
.section-texto-dadositv .content-text h3,
.section-texto-dadositv .content-text h4,
.section-texto-dadositv .content-text h5,
.section-texto-dadositv .content-text h6 {
  font-family: "Vale Sans";
  font-weight: bold;
  color: #007e7a;
  margin-bottom: 20px;
}

.section-texto-dadositv .content-text p {
  color: #747876;
  font-family: "Vale Sans";
  line-height: 26px;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 25px;
}

.section-texto-dadositv .content-text a {
  color: #ffffff;
  font-family: "Vale Sans";
  padding: 10px 20px;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 4px;
}

.section-texto-dadositv .content-text a i {
  font-size: 10px;
  font-size: 1rem;
  color: #ffffff;
  padding-left: 5px;
}

.section-texto-dadositv figure {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  padding-bottom: 100px;
}

.section-texto-dadositv figure img {
  width: 90%;
  object-fit: cover;
}

@media screen and (max-width: 560px) {
  .section-texto-dadositv figure img {
    width: 100%;
    object-fit: contain;
  }
}

.section-texto-dadositv figure p {
  position: absolute;
  left: 150px;
  bottom: 60px;
  background: #00000059;
  padding: 3px 8px;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Vale Sans";
  font-size: 8px;
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  .section-texto-dadositv figure p {
    left: 12%;
  }
}

@media screen and (max-width: 560px) {
  .section-texto-dadositv figure p {
    left: 20%;
    bottom: 70px;
  }
}

.faq-politica-privacidade {
  padding: 30px 0px;
}

.faq-politica-privacidade .content-text {
  margin-bottom: 20px;
}

.faq-politica-privacidade .content-text h1,
.faq-politica-privacidade .content-text h2,
.faq-politica-privacidade .content-text h3,
.faq-politica-privacidade .content-text h4,
.faq-politica-privacidade .content-text h5,
.faq-politica-privacidade .content-text h6 {
  font-family: "Vale Sans";
  color: #007e7a;
  font-weight: bold;
  margin-bottom: 20px;
}

.faq-politica-privacidade .content-text p {
  font-size: 16px;
  margin: 0;
  font-family: "Vale Sans";
  color: #747876;
}

.faq-politica-privacidade .content-text p a {
  color: #007e7a;
  text-decoration: underline !important;
}

.faq-politica-privacidade .content-box article {
  background-color: #007e7a;
  padding: 30px 20px;
  max-width: 100%;
  margin-bottom: 20px;
  border: 2px solid #000;
}

.faq-politica-privacidade .content-box article p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  font-family: "Vale Sans";
}

.faq-politica-privacidade .content-box-light article {
  background-color: #e6e6e6;
  padding: 30px 20px;
  max-width: 100%;
  margin-bottom: 20px;
  border: 2px solid #007e7a;
}

.faq-politica-privacidade .content-box-light article p {
  color: #747876;
  font-size: 16px;
  margin: 0;
  font-family: "Vale Sans";
}

.faq-politica-privacidade .content-faq {
  margin: 30px 0px 50px;
}

.faq-politica-privacidade .content-faq .content-pergunta {
  margin-bottom: 20px;
}

.faq-politica-privacidade .content-faq .content-pergunta .bg-title {
  background-color: #109c9412;
}

.faq-politica-privacidade .content-faq .content-pergunta .title-faq {
  position: relative;
  padding: 20px 10px;
  border: 2px solid #e6e6e6;
}

.faq-politica-privacidade .content-faq .content-pergunta .title-faq h4 {
  font-family: "Vale Sans";
  color: #007e7a;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .faq-politica-privacidade .content-faq .content-pergunta .title-faq h4 {
    max-width: 90%;
  }
}

.faq-politica-privacidade .content-faq .content-pergunta .title-faq .plus-icon {
  position: absolute;
  right: 20px;
  top: 22px;
}

.faq-politica-privacidade .content-faq .content-pergunta .title-faq .plus-icon i {
  color: #007e7a;
  font-size: 12px;
  font-size: 1.2rem;
}

.faq-politica-privacidade .content-faq .content-pergunta .title-faq .plus-icon .fa-minus {
  display: none;
}

.faq-politica-privacidade .content-faq .content-pergunta .content-resposta {
  display: none;
  border: 2px solid #e6e6e6;
  border-top: 0;
  padding: 20px 10px 20px;
}

.faq-politica-privacidade .content-faq .content-pergunta .content-resposta blockquote {
  background-color: #007e7a;
  padding: 30px 20px;
  max-width: 100%;
  margin-bottom: 20px;
  border: 2px solid #000;
}

.faq-politica-privacidade .content-faq .content-pergunta .content-resposta blockquote p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  font-family: "Vale Sans";
}

.faq-politica-privacidade .content-faq .content-pergunta .content-resposta strong {
  color: #007e7a;
}

.faq-politica-privacidade .content-faq .content-pergunta .content-resposta p {
  color: #747876;
  font-size: 16px;
  margin: 0;
  font-family: "Vale Sans";
}

.faq-politica-privacidade .content-faq .content-pergunta .content-resposta p a {
  color: #007e7a;
  text-decoration: underline !important;
}

.faq-politica-privacidade .content-faq .content-pergunta .content-resposta ul li {
  color: #747876;
  font-size: 16px;
  margin: 0;
  font-family: "Vale Sans";
  margin-bottom: 14px;
}

.faq-politica-privacidade .content-faq .content-pergunta .content-resposta ul li::marker {
  color: #007e7a;
}

.page-template-template-dna .navbar {
  position: relative !important;
}

.page-template-template-dna .navbar .custom-logo-link:after {
  display: none;
}

.page-template-template-dna .navbar h1 {
  color: #747876;
  font-family: "Vale Sans";
  font-size: 14px;
  font-weight: bold;
}

.page-template-template-dna .navbar .separator {
  background-color: #C5C100;
  display: block;
  height: 2px;
  width: 32px;
}

.page-template-template-dna .navbar img {
  height: auto;
  max-width: 100% !important;
}

.page-template-template-dna .navbar-anchor {
  bottom: 0;
  position: fixed !important;
  top: auto;
  width: 100%;
  z-index: 2;
}

.page-template-template-dna .navbar-anchor a {
  border-bottom: 3px solid transparent;
  color: #747876;
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 9px;
  font-size: 0.9rem;  
  transition: border-color .3s;
}

.page-template-template-dna .navbar-anchor a:hover {
  border-bottom-color: #ecb11f;
}

@media screen and (min-width: 992px) {
  .page-template-template-dna .navbar-anchor .navbar-nav {
    align-items: center;
    width: 100%;
  }
  
  .page-template-template-dna .navbar-anchor .nav-item {
    text-align: center;
  }
}

.projeto-genoma {
  color: #585A5B;
  font-family: "Vale Sans";
  overflow-x: hidden;
}

.projeto-genoma section {
  position: relative;
}

.projeto-genoma h2 a {
  color: inherit;
  text-decoration: underline !important;
}

.projeto-genoma .table a {
  color: #15672A;
}

.projeto-genoma .navbar .navbar-toggler span {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  width: 1.5em;
  height: 1.5em;
}

@media screen and (max-width: 991px) {
  .projeto-genoma .navbar .navbar-toggler {
      border-color: #000;
      display: inherit;
  }
}

.projeto-genoma .projeto-header {
  background-size: auto 100% !important;
  position: relative !important;
  height: 26.87vw;
  overflow: hidden;
}

.projeto-genoma .projeto-header:before {
  background: url(../../img/dna/elemento-header.svg) no-repeat right top;
  content: '';
  height: 520px;
  left: -340px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 488px;
}

.projeto-genoma .projeto-header .container,
.projeto-genoma .projeto-header .row {
  height: 100%;
}

.projeto-genoma .projeto-header .img-feature {
  max-width: 100% !important;
}

.projeto-genoma .title-page {
  color: #15672A;
  font-size: 48px;
  line-height: 1.12;
  font-weight: bold;
}

.projeto-genoma .title-tag {
  color: #C5C100;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 16px;
}

.projeto-genoma .thumb {
  position: relative;
}

.projeto-genoma .destaques {
  margin: 30px 0;
  padding-top: 60px;
}

.projeto-genoma .linha-do-tempo:after {
  background: url("../../img/dna/elemento-destaques.svg") no-repeat left center;
  content: '';
  height: 526px;
  position: absolute;
  right: 0;
  top: 0;
  width: 118px;
}

.projeto-genoma .credito {
  background-color: rgba(88, 90, 91, .4);
  bottom: 30px;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  left: 30px;
  padding: 10px;
  position: absolute;
  z-index: 2;
}

.projeto-genoma .col-destaque {
  position: relative;
}

.projeto-genoma .col-destaque .info,
.projeto-genoma .destaques .slick-dots {
  max-width: 584px;
  right: 12px;
}

.projeto-genoma .col-destaque .info {
  background-color: #15672A;
  height: 100%;
  border-radius: 10px;
  color: #fff;
  min-height: 398px;
  padding: 40px 80px 100px 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.projeto-genoma .col-destaque .info:after {
  background: url("../../img/dna/elemento-destaques-info.svg") no-repeat center;
  content: '';
  height: 75px;
  position: absolute;
  right: 0;
  top: 0;
  width: 67px;
}

.projeto-genoma .col-destaque .info .mouse {
  display: none;
  margin: 30px auto 0;
  width: 40px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 60px;
  position: relative;
}

.projeto-genoma .col-destaque .info .mouse::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

.projeto-genoma .col-destaque .info-texto {
  overflow-y: scroll;
  max-height: 100%;
  padding-right: 30px;
}

.projeto-genoma .col-destaque .info .info-title {
  color: #C5C100;
  font-size: 24px;
  line-height: 1.8;
  margin: 25px 0;
}

.projeto-genoma .destaques .slick-dots {
  bottom: 55px;
  position: absolute;
  width: 100%;
}

.projeto-genoma .destaques .slick-dots li.slick-active button:before {
  color: #C5C100;
  opacity: 1;
}

.projeto-genoma .slick-prev, 
.projeto-genoma .slick-next,
.projeto-genoma .slick-prev:hover,
.projeto-genoma .slick-prev:focus,
.projeto-genoma .slick-next:hover,
.projeto-genoma .slick-next:focus{
  background: url("../../img/dna/arrows.svg") no-repeat left center;
  height: 129px;
  z-index: 2;
  width: 129px;
}

.projeto-genoma .slick-next,
.projeto-genoma .slick-next:hover,
.projeto-genoma .slick-next:focus {
  background-position: right center;
}

.projeto-genoma .slick-next {
  right: -40px;
}

.projeto-genoma .slick-prev {
  left: -40px;
}

.projeto-genoma .slick-prev:before, 
.projeto-genoma .slick-next:before {
  display: none;
}

.projeto-genoma .descricao{
  background: url('../../img/dna/elemento-imagem-introducao.svg') no-repeat right bottom;
  margin-top: 100px;
} 

.projeto-genoma .descricao:after,
.projeto-genoma .como-comecou:after {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 100%;
  min-height: 657px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: calc(50% - 30px);
}

.projeto-genoma .descricao:before {
  background: url(../../img/dna/elemento-descricao.svg) no-repeat left center;
  background-size: auto 100%;
  content: '';
  height: 40vw;
  max-height: 685px;
  left: -188px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 330px;
  z-index: -1;
}

.projeto-genoma .section-title,
.projeto-genoma .descricao h1,
.projeto-genoma .objetivos h1,
.projeto-genoma .como-comecou h1,
.projeto-genoma .participar h1{
  color: #15672A;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.27;
  margin: 0 0 15px;
}

.projeto-genoma .descricao h2,
.projeto-genoma .objetivos h2,
.projeto-genoma .como-comecou h2,
.projeto-genoma .participar h2 {
  color: #585A5B;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 30px;
}

.projeto-genoma .texto-corrido p + p,
.projeto-genoma .descricao p + p,
.projeto-genoma .objetivos p + p,
.projeto-genoma .como-comecou p + p {
  margin-top: 30px;
}

.projeto-genoma .table p + p {
  margin-top: 0;
}

.projeto-genoma .descricao .credito,
.projeto-genoma .como-comecou .credito {
  bottom: 40px;
  left: auto;
  right: 60px;
}

.projeto-genoma .parceiros {
  background: url("../../img/dna/elemento-parceiros-2.svg") #c5c100 no-repeat right top;
  background-size: contain;
  padding: 80px 0;
}

.projeto-genoma .parceiros .parceiros-title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.22;
  margin-bottom: 50px;
}

.projeto-genoma .parceiros ul {
  list-style: none outside none;
  padding-left: 0;
}

.projeto-genoma .parceiros ul li {
  margin-top: 50px;
}

.projeto-genoma .parceiros ul .item {
  background: url("../../img/dna/bg-parceiro-3.svg") no-repeat left center;
  height: 154px;
  margin: 0 auto;
  position: relative;
  transform: translateY(0);
  transition: ease-in transform .3s;
  width: 169px;
}

.projeto-genoma .parceiros ul li:hover .item {
  background-position: right center;
  transform: translateY(-12px);
}

.projeto-genoma .parceiros .item a {
  display: block;
  height: 100%;
  width: 100%;
}

.projeto-genoma .parceiros .item span {
  color: #fff;
  font-size: 14px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%;
}

.projeto-genoma .objetivos {
  padding: 250px 0;
  overflow-y: hidden;
}

.projeto-genoma .objetivos:after {
  background: url(../../img/dna/elemento-objetivos-cinza.svg) no-repeat right top;
  background-size: contain;
  content: '';
  height: 46vw;
  min-height: 688px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
}

.projeto-genoma .objetivos .container {
  position: relative;
  z-index: 1;
}

.projeto-genoma .objetivos img {
  height: auto;
  max-width: 100% !important;
}

.projeto-genoma .objetivos .elemento-objetivos-top,
.projeto-genoma .objetivos .elemento-objetivos-bottom {
  left: 0;
  position: absolute;
}

.projeto-genoma .objetivos .elemento-objetivos-top {
  top: 0;
}

.projeto-genoma .objetivos .elemento-objetivos-bottom {
  bottom: 0;
}

.projeto-genoma .videos .slider-videos-dna {
  background-color: rgba(88, 90, 91, .1);
  padding: 40px 0;
  border-radius: 30px;  
  width: 100%;
}

.projeto-genoma .videos .slider-videos-dna .item {
  margin: 0 10px;
  width: 100%;
}

.projeto-genoma .videos .slider-videos-dna .slider-container {
  margin: 0 auto;
  max-width: 930px;
  width: 90%;
}

.projeto-genoma .videos .slider-videos-dna video,
.projeto-genoma .videos .slider-videos-dna iframe {
  border-radius: 30px;
}

.projeto-genoma .videos .slider-videos-dna .slick-dots {
  bottom: auto;
  margin-left: 0 !important;
  margin-top: 50px;
  position: relative;
}

.projeto-genoma .videos .slider-videos-dna .slick-dots:before {
  background-color: #C5C100;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.projeto-genoma .videos .slider-videos-dna .slick-dots li,
.projeto-genoma .videos .slider-videos-dna .slick-dots li button,
.projeto-genoma .videos .slider-videos-dna .slick-dots li button:before {
  height: 48px;
  width: 48px;
}

.projeto-genoma .videos .slider-videos-dna .slick-dots li {
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image ease-in .3s;
  margin: 0 25px;
}

.projeto-genoma .videos .slider-videos-dna .slick-dots .slick-active {
  background-image: url("../../img/dna/elemento-videos-dots.svg");
}

.projeto-genoma .videos .slider-videos-dna .slick-dots .slick-active button:before {
  display: none;
}

.projeto-genoma .videos .slider-videos-dna .slick-dots li button:before {
  font-size: 28px;
  line-height: 48px;
  opacity: 1;
  color: #15672A;
}

.projeto-genoma .numeros {
  background: url("../../img/dna/bg-numeros.png") #c5c100 no-repeat bottom center;
  margin: 0 0 100px;
  padding: 70px 0 27px;
}

.projeto-genoma .numeros:before,
.projeto-genoma .numeros:after,
.projeto-genoma .participar:before {
  content: '';
  position: absolute;
  z-index: 1;
}

.projeto-genoma .numeros:before/*,
.projeto-genoma .participar:before*/ {
  background: url("../../img/dna/elemento-numeros-bottom.svg") repeat-y bottom center;
  background-size: cover;
  bottom: -103px;
  left: 0;
  height: 103px;
  width: 100%;
}

.projeto-genoma .numeros:after {
  background: url('../../img/dna/elemento-numeros-right.svg') no-repeat right center;
  min-height: 1047px;
  right: 0;
  top: -130px;
  width: 136px;
}

.projeto-genoma .numeros h1 {
  color: #fff;
  margin-bottom: 50px;
}

.projeto-genoma .numeros .column {
  flex: 0 0 auto;
  width: 15%;  
}

.projeto-genoma .numeros .item {
  background-color: #15672A;
  align-items: flex-end;
  flex-flow: row wrap;
  display: flex;
  color: #fff;
  position: relative;
  height: 179px;
  border-radius: 10px;
  padding: 20px;
  opacity: 1;
  margin: 90px auto 0;
  max-width: 153px;
}

.projeto-genoma .numeros .item:before {
  border: 2px solid #fff;
  border-radius: 10px;
  left: -2px;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 1;
  top: -2px;
  width: 100%;
}

.projeto-genoma .numeros .item .icone {
  background: url("../../img/dna/bg-numeros-icone.svg") no-repeat center;
  height: 92px;
  left: -45px;
  position: absolute;
  top: -51px;
  width: 102px;
  z-index: 2;
}

.projeto-genoma .numeros .item .icone img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.projeto-genoma .numeros .item .numero {
  display: block;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.1;
}

.projeto-genoma .numeros .item p {
  width: 100%;
}

.projeto-genoma .numeros .data-atualizacao {
  color: #fff;
  font-size: 14px;
  margin: 80px 0 0;
}

.projeto-genoma .equipe {
  background-color: #fff;
  padding: 30px 0;
}

.projeto-genoma .participar {
  padding: 30px 0;
}

.projeto-genoma .participar:before {
  top: 0;
  z-index: -1;
}

.projeto-genoma .equipe h1 {
  color: #15672A;
  margin-bottom: -50px;
}

.projeto-genoma .equipe h2 {
  color: #F2AB00;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 -30px;
}

.projeto-genoma .equipe h3 {
  color: #15672A;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
}

.projeto-genoma .equipe h4 {
  color: #15672A;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.projeto-genoma .equipe .pesquisador {
  align-items: center;
  display: flex;
  font-weight: bold;
  flex-flow: row nowrap;
}

.projeto-genoma .equipe .pesquisador a {
  color: #F2AB00;
  display: block;
  font-size: 14px;
  margin-top: 14px;
}

.projeto-genoma .equipe .pesquisador img {
  max-width: 104px !important;
}

.projeto-genoma .equipe .pesquisador .dados {
  margin-left: 14px;
}

.projeto-genoma .equipe .row-grupo:not(:first-of-type) {
  margin-top: 80px;
}

.projeto-genoma .videos {
  margin: 30px 0;
}

.projeto-genoma .como-comecou {
  padding: 130px 0 200px;
}

.projeto-genoma .genometros {
  padding-bottom: 170px;
}

.projeto-genoma .genometros:after {
  background: url(../../img/dna/elemento-como-comecou.svg) repeat-y bottom center;
  background-size: cover;
  bottom: 0;
  content: '';
  display: block;
  height: 103px;
  position: absolute;
  width: 100%;
}

.projeto-genoma .como-comecou:after {
  background-position: left center;
  background-size: auto;
  min-height: 679px;
}

.projeto-genoma .como-comecou h1 {
  color: #C5C100;
}

.projeto-genoma .como-comecou img {
  height: auto;
  width: 100%;
}

.projeto-genoma .info-footer a {
  color: inherit;
}

.projeto-genoma .linha-do-tempo {
  background-color: #fff;
  padding: 30px 0;
}

.projeto-genoma .linha-do-tempo:before {
  background: url("../../img/dna/elemento-timeline-amarelo.svg") no-repeat left center;
  content: '';
  position: absolute;
  height: 680px;
  left: -100px;
  top: 0;
  width: 200px;
  z-index: 0;
}

.projeto-genoma .linha-do-tempo h1,
.projeto-genoma .linha-do-tempo h2,
.projeto-genoma .linha-do-tempo .lista-titulo a,
.projeto-genoma .linha-do-tempo .lista-titulo span {
  color: #15672A;
}

.projeto-genoma .linha-do-tempo .lista-titulo span {
  display: block;
}

.projeto-genoma .linha-do-tempo .lista-titulo {
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 40px;
  position: relative;
}

.projeto-genoma .linha-do-tempo .lista-titulo * {
  transition: all ease-in .3s;
}

.projeto-genoma .linha-do-tempo .lista-titulo:before {
  background-color: #15672A;
  display: block;
  content: '';
  height: calc(100% - 32px);
  left: 0;
  position: absolute;
  width: 3px;
  transform: translateY(-50%);
  top: 50%;
}

.projeto-genoma .linha-do-tempo .lista-titulo li + li {
  margin-top: 15px;
}

.projeto-genoma .linha-do-tempo .lista-titulo ul {
  margin-top: 15px;
  padding-left: 10px;
}

.projeto-genoma .linha-do-tempo .lista-titulo ul li + li {
  margin-top: 5px;
}

.projeto-genoma .linha-do-tempo .lista-titulo a,
.projeto-genoma .linha-do-tempo .lista-titulo .ano {
  font-size: 24px;
  position: relative;
}

.projeto-genoma .linha-do-tempo .lista-titulo ul a {
  font-size: 18px;
}

.projeto-genoma .linha-do-tempo .lista-titulo ul a:before,
.projeto-genoma .linha-do-tempo .lista-titulo .ano:before,
.projeto-genoma .linha-do-tempo .lista-titulo .ano:after {
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;  
}

.projeto-genoma .linha-do-tempo .lista-titulo ul a:before,
.projeto-genoma .linha-do-tempo .lista-titulo .ano:before {
  background-color: #15672A;
}

.projeto-genoma .linha-do-tempo .lista-titulo .ano:after {
  border: 1px solid #15672A;
}

.projeto-genoma .linha-do-tempo .lista-titulo ul a:before,
.projeto-genoma .linha-do-tempo .lista-titulo .ano:before {  
  height: 12px;
  left: -45px;
  width: 12px;
}

.projeto-genoma .linha-do-tempo .lista-titulo ul a:before {
  left: -55px
}

.projeto-genoma .linha-do-tempo .lista-titulo .ano:after {
  height: 40px;
  left: -58px;
  width: 40px;
}

.projeto-genoma .linha-do-tempo .lista-titulo ul {
  list-style: none outside none;
}

.projeto-genoma .linha-do-tempo .lista-titulo ul li::marker {
  display: none;
}

.projeto-genoma .linha-do-tempo .lista-titulo ul a.item-active {
  font-size: 20px;
}

.projeto-genoma .linha-do-tempo h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.27;
  margin-bottom: 25px;
}

.projeto-genoma .linha-do-tempo .texto {
  color: #15672A;
  font-size: 24px;
  line-height: 1.16;
}

.projeto-genoma .linha-do-tempo .texto li + li {
  margin-top: 20px;
}

.projeto-genoma .linha-do-tempo .col-texto .row {
  display: none;
}

.projeto-genoma .linha-do-tempo .col-texto .row-active {
  display: flex;
}

.projeto-genoma .linha-do-tempo img {
  max-width: 100% !important;
}

.projeto-genoma .linha-do-tempo .col-texto .row-active .navigation {
  /*display: flex;*/
  display: none;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.projeto-genoma .linha-do-tempo .navigation {
  color: #C5C100;
  cursor: pointer;
  display: none;
  font-size: 18px;
  margin-top: 40px;
}

.projeto-genoma .linha-do-tempo .navigation .nav-prev img {
  margin-right: 15px;
}

.projeto-genoma .linha-do-tempo .navigation .nav-next img {
  margin-left: 15px;
}

.projeto-genoma .downloads .tablists .tab-nav .tab-menu .arrow-nav i {
  transform: rotate(0);
}

.projeto-genoma .downloads .tablists .tab-nav .tab-menu {
  align-items: center;
}

.projeto-genoma .downloads .tablists .tab-nav .tab-menu .item-menu {
  width: 100%;
}

.projeto-genoma .downloads .tablists .tab-nav .tab-menu .item-menu a {
  align-items: center;
  color: #C5C100;
  display: flex;
  max-width: 100%;
  width: 100%;
}

.projeto-genoma .charts-css {
  margin-left: 0;
  width: 50%;
}

.projeto-genoma .charts-css caption {
  text-align: center;
}

.projeto-genoma .charts-css .data {
  color: #fff;
  padding-right: 5px;
}

.projeto-genoma .charts-css td {
  transition-duration: 0.3s;
  opacity: 0.8;
}
.projeto-genoma .charts-css td:hover {
  opacity: 1;
}

.projeto-genoma .charts-css.data-ouside-custom td:nth-child(2) .data {
  color: #000;
  transform: translateY(calc(100% + 15px));
}

.charts-css.legend-inline {
  margin: 0 auto;
  justify-content: center;
}

.projeto-genoma .charts-css.legend li:nth-child(10n+1)::before {
  background-color: #15672A;
}

.projeto-genoma .charts-css.legend li:nth-child(10n+2)::before {
  background-color: #c5c100;
}

@media screen and (max-width: 1400px) {
  .projeto-genoma .objetivos .elemento-objetivos-bottom {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .projeto-genoma .linha-do-tempo:after,
  .projeto-genoma .descricao:before,
  .projeto-genoma .projeto-header:before,
  .projeto-genoma .destaques .slick-dots,
  .projeto-genoma .slider-videos-dna .slick-arrow{
    display: none !important;
  }

  .projeto-genoma .destaques .slick-arrow {
    top: calc(50% + 50px)
  }

  .projeto-genoma .destaques .slick-prev {
    left: -20px;
  }

  .projeto-genoma .destaques .slick-next {
    right: -20px
  }

  .projeto-genoma .col-destaque .info-texto {
    max-height: 50vh;
    overflow: scroll;
  }

  .projeto-genoma .col-destaque .info {
    margin: -50px auto 0;
    /*max-height: 60vh;*/
    max-width: 90%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }

  .projeto-genoma .col-destaque .thumb img{
    height: auto;
    width: 100%;
  }

  .projeto-genoma .destaques .slick-dots {
    bottom: 35px;
    left: 50%;
    position: absolute;
    width: 100%;
    transform: translateX(-50%);
    right: auto;
  }  

  .projeto-genoma .destaques .credito {
    bottom: 80px;
    left: auto;
    right: 30px;
  }

  .projeto-genoma .descricao {
    background-image: none;
    margin-top: 30px;
  }

  .projeto-genoma .parceiros {
    background-image: none;
  }

  .projeto-genoma .col-destaque .info .mouse { 
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .projeto-genoma .projeto-header {
    background-image: none !important;
    height: auto;
  }

  .projeto-genoma .linha-do-tempo:after,
  .projeto-genoma .descricao:after,
  .projeto-genoma .como-comecou:after,
  .projeto-genoma .objetivos .elemento-objetivos-top,
  .projeto-genoma .objetivos:after {
    display: none;
  }

  .projeto-genoma .descricao img,
  .projeto-genoma .objetivos img {
    width: 100%;
  }

  .projeto-genoma .objetivos {
    padding: 50px 0;
  }

  .projeto-genoma .como-comecou {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .projeto-genoma .title-page {
    font-size: 42px;
  }

  .projeto-genoma .numeros:before,
  .projeto-genoma .participar:before {
    background-position: bottom left;
  }

  .projeto-genoma .linha-do-tempo .lista-titulo .item-active{
    font-size: 35px;
  }
}

@media screen and (max-width: 991px) {
  .projeto-genoma .videos .slider-videos-dna .slick-arrow,
  .projeto-genoma .numeros:after {
    display: none !important;
  }

  .projeto-genoma .videos .slider-videos-dna video,
  .projeto-genoma .videos .slider-videos-dna iframe {
    width: 100%;
  }  

  .projeto-genoma .videos h1{
    margin-top: 15px;
  }

  .projeto-genoma .linha-do-tempo .navigation {
    margin-bottom: 40px;
  }  
}

@media screen and (max-width: 768px) {
  .projeto-genoma .equipe .row-grupo:not(:first-of-type) {
    margin-top: 40px;
  }

  .projeto-genoma .equipe h1 {
    margin-bottom: -20px;
  }

  .projeto-genoma .equipe h2 {
    margin-bottom: 0;
  }

  .projeto-genoma .slick-prev, 
  .projeto-genoma .slick-next, 
  .projeto-genoma .slick-prev:hover, 
  .projeto-genoma .slick-prev:focus, 
  .projeto-genoma .slick-next:hover, 
  .projeto-genoma .slick-next:focus {
    background-image: url(../../img/dna/arrows-mobile.svg);
    height: 60px;
    z-index: 2;
    width: 60px;
  }

  .projeto-genoma .linha-do-tempo h2 {
    font-size: 30px;
  }

  .projeto-genoma .linha-do-tempo .texto,
  .projeto-genoma .linha-do-tempo .lista-titulo a,
  .projeto-genoma .linha-do-tempo .lista-titulo span {
    font-size: 20px;
  }

  .projeto-genoma .linha-do-tempo .lista-titulo .item-active{
    font-size: 24px;
  } 
  
  .projeto-genoma .linha-do-tempo .lista-titulo:before {
    left: 20px;
  }

  .projeto-genoma .linha-do-tempo .lista-titulo a:before {
    height: 10px;
    left: -34px;
    width: 10px;
  }  

  .projeto-genoma .linha-do-tempo .lista-titulo a:after {
    height: 38px;
    width: 38px;    
    left: -49px;
  }  

  .projeto-genoma .charts-css {
    margin: 0 auto;
    width: 80%;
  }

  .projeto-genoma .como-comecou {
    padding-bottom: 0;
  }

  .projeto-genoma .destaques {
    margin-bottom: 30px;
  }

  .projeto-genoma .col-destaque .info {
    border-radius: 0 0 10px 10px;
    margin: -18px auto 0;
    max-width: 100%;
    padding-bottom: 60px;
    padding-top: 30px;
  }

  .projeto-genoma .col-destaque .info:after {
    right: -5px;
  }

  .projeto-genoma .col-destaque .info-texto {
    max-height: 80vh;
  }

  .projeto-genoma .equipe {
    padding-bottom: 50px;
  }

  .projeto-genoma .videos {
    margin: 0 0 30px
  }

  .projeto-genoma .descricao {
    margin-top: 0;
  }

  .projeto-genoma .linha-do-tempo {
    padding-bottom: 30px;
  }

  .projeto-genoma .linha-do-tempo .lista-titulo {
    padding-left: 60px;
  }

  .projeto-genoma .participar {
    padding-top: 0;
  }
}

@media screen and (max-width: 600px) {  
  .projeto-genoma .destaques .slick-next {
    right: 0;
  }

  .projeto-genoma .destaques .slick-prev {
    left: 0;
  }
}