@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");

body {
  margin: 0;
  padding: 0;
}

body form,
body input,
body select,
body option {
  font-family: "Lexend", serif;
}

body a {
  text-decoration: none !important;
  margin: 0;
  font-family: "Lexend", serif;
}

body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  font-family: "Lexend", serif;
}

body h1 {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 560px) {
  body h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

body h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 560px) {
  body h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

body h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 560px) {
  body h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

body ol,
body ul {
  padding-left: 0rem !important;
}

body main {
  overflow: hidden;
}

.editor-styles-wrapper .wp-block {
  margin-left: 30px;
  margin-right: 30px;
  width: 95%;
  max-width: 100%;
  overflow: hidden;
}

.wp-block-image {
  margin: 0;
}

.wp-block-image img {
  width: 100%;
  margin-bottom: -1px;
}

.wp-block-separator {
  margin: 0px !important;
}

.darckTheme {
  background-color: #000;
}

.darckTheme .section-colunas-texto {
  background-color: #000;
}

.darckTheme i,
.darckTheme a,
.darckTheme p,
.darckTheme h1,
.darckTheme h2,
.darckTheme h3,
.darckTheme h4,
.darckTheme h5,
.darckTheme h6 {
  color: #ffffff !important;
}

.darckTheme .wp-block-image img {
  filter: grayscale(1) brightness(0.3);
}

div[vw].enabled {
  margin: 0 !important;
  margin-top: 50px !important;
}

.page-404 {
  padding: 0px 0px 90px 0px;
  position: relative;
}

.page-404 .bg-section {
  background-image: url("../../img/top_noticias.png");
  background-size: cover;
  background-position: center;
  min-height: 350px;
  position: relative;
}

.page-404 .bg-section .img_bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-404 .bg-section .img_bottom {
    bottom: -3px;
    z-index: 1;
  }
}

.page-404 .col-md-12 {
  margin-top: 60px;
}

.page-404 h1 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 30px;
  font-size: "Lexend", serif;
  color: #056b28;
}

.page-404 p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #2c2c2c;
}

.page-404 a {
  background: #056b28;
  padding: 10px 35px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}

.section-resultadoBusca {
  padding: 0px 0px 100px;
}

.section-resultadoBusca .bg-section {
  overflow: hidden;
  height: 520px;
  margin-top: 90px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .section-resultadoBusca .bg-section {
    margin-top: 30px;
    height: 430px;
  }
}

.section-resultadoBusca .bg-section img {
  width: 100%;
  height: auto;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .section-resultadoBusca .bg-section img {
    width: auto;
    height: auto;
    position: absolute;
    transform: translate(-130px, 10px);
  }
}

.section-resultadoBusca li {
  list-style: none;
}

.section-resultadoBusca .content-search {
  max-width: 80%;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .section-resultadoBusca .content-search {
    max-width: 100%;
  }
}

.section-resultadoBusca .title_search {
  position: absolute;
  margin-top: -50px;
}

.section-resultadoBusca .title_search h1 {
  color: #72d216;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .section-resultadoBusca .title_search h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.section-resultadoBusca .title_search span {
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .section-resultadoBusca .title_search span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.section-resultadoBusca .result-search-list {
  padding: 10px 0px;
}

.section-resultadoBusca .result-search-list a {
  color: #056b28;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 10px;
  transition: 400ms;
}

.section-resultadoBusca .result-search-list a:hover {
  color: #1da613;
  transition: 400ms;
}

.section-resultadoBusca .result-search-list p {
  font-size: 9px;
  font-size: 0.9rem;
  color: #2c2c2c;
  padding-top: 5px;
}

.section-resultadoBusca .no-result-search-list {
  margin-bottom: 20px;
  margin-top: 70px;
}

.section-resultadoBusca .no-result-search-list span {
  color: #056b28;
  font-size: 28px;
}

.section-resultadoBusca .alert-info p {
  font-size: 9px;
  font-size: 0.9rem;
  color: #056b28;
}

.section-resultadoBusca .post_pagination-busca {
  text-align: center;
  background: transparent;
  border-radius: 100px;
  padding: 15px;
  margin-top: 50px;
}

.section-resultadoBusca .post_pagination-busca .page-numbers {
  background: #ffffff;
  padding: 3px 8px;
  border-radius: 100px;
  margin: 3px;
  color: #747876;
  z-index: 1;
}

.section-resultadoBusca .post_pagination-busca .current {
  background: #72d216;
  padding: 3px 8px;
  border-radius: 100px;
  margin: 3px;
  color: #ffffff;
}

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

.section-resultadoBusca .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-resultadoBusca .post_pagination {
  width: fit-content;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-resultadoBusca .post_pagination .current {
  color: #056b28;
}

.section-resultadoBusca .post_pagination .current::before {
  content: "";
  position: absolute;
  background-color: #72d216;
  height: 30px;
  width: 30px;
  z-index: -1;
  border-radius: 100px;
  margin: 0;
}

.section-resultadoBusca .post_pagination span,
.section-resultadoBusca .post_pagination a {
  margin-right: 30px;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-resultadoBusca .post_pagination span::before,
.section-resultadoBusca .post_pagination a::before {
  content: "";
  position: absolute;
  background-color: #056b28;
  height: 30px;
  width: 30px;
  z-index: -1;
  border-radius: 100px;
  margin: 0;
}

.section-post-unico {
  padding: 0px;
}

.section-post-unico .bg-section {
  overflow: hidden;
  height: 520px;
  margin-top: 90px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .section-post-unico .bg-section {
    margin-top: 30px;
  }
}

.section-post-unico .bg-section img {
  width: 100%;
  height: auto;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .section-post-unico .bg-section img {
    width: auto;
    height: auto;
    position: absolute;
    transform: translate(-130px, 10px);
  }
}

.section-post-unico .row {
  position: relative;
  z-index: 1;
}

.section-post-unico .title-post .data {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 10px;
}

.section-post-unico .title-post h2 {
  color: #72d216;
}

.section-post-unico .post-content {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 50px auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-post-unico .post-content {
    margin: 0px auto;
  }
}

.section-post-unico .post-content .info-post {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 560px) {
  .section-post-unico .post-content .info-post {
    flex-direction: column;
    align-items: flex-start;
  }
}

.section-post-unico .post-content .info-post ul {
  list-style: none;
  display: flex;
  margin: 0px 0px 10px;
  position: relative;
}

.section-post-unico .post-content .info-post ul li {
  color: #72d216;
  font-weight: 400;
  margin: 10px 5px 0 0;
  border-radius: 4px;
  width: fit-content;
  font-family: "Lexend", serif;
  font-size: 18px;
}

.section-post-unico .post-content .content-publicacao h2 {
  font-weight: bold;
}

.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: #056b28;
  margin: 0px 0px 20px;
  position: relative;
}

.section-post-unico .post-content .content-publicacao p {
  color: #2c2c2c;
  margin-bottom: 20px;
}

.section-post-unico .post-content .content-publicacao a {
  color: #056b28;
  text-decoration: underline !important;
}

.section-post-unico .post-content .content-publicacao blockquote {
  border-left: 4px solid #1da613;
  padding-left: 30px;
}

.darckTheme .section-posts {
  background-color: #000;
}

.section_mapa-site {
  padding: 0px 0px 100px;
}

.section_mapa-site .bg-section {
  background-image: url("../../img/top_noticias.png");
  background-size: cover;
  background-position: center;
  min-height: 350px;
  position: relative;
}

.section_mapa-site .bg-section .img_bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section_mapa-site .bg-section .img_bottom {
    bottom: -3px;
    z-index: 1;
  }
}

.section_mapa-site .content-mapa-site {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #056b28;
}

.section_mapa-site .content-mapa-site #mapa-site {
  display: flex;
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .section_mapa-site .content-mapa-site #mapa-site {
    gap: 20px;
    justify-content: space-between;
  }
}

.section_mapa-site .content-mapa-site #mapa-site .menu-item-has-children a {
  font-weight: 600 !important;
}

.section_mapa-site .content-mapa-site #mapa-site .unidades .sub-menu {
  width: 215px;
  flex-wrap: wrap;
  display: flex;
}

.section_mapa-site .content-mapa-site #mapa-site .unidades .sub-menu li {
  width: 50%;
}

.section_mapa-site .content-mapa-site #mapa-site .menu-item {
  width: 215px;
  margin-top: 5px;
}

@media screen and (max-width: 560px) {
  .section_mapa-site .content-mapa-site #mapa-site .menu-item {
    width: 170px;
  }
}

.section_mapa-site .content-mapa-site #mapa-site .menu-item a {
  color: #056b28;
  font-weight: bold;
  border-bottom: 2px solid;
}

.section_mapa-site .content-mapa-site #mapa-site .menu-item .sub-menu {
  list-style: none;
}

.section_mapa-site .content-mapa-site #mapa-site .menu-item .sub-menu li a {
  font-weight: normal;
  border-bottom: 0;
  color: #1da613;
  list-style: none;
}

.section_mapa-site
  .content-mapa-site
  #mapa-site
  .menu-item
  .sub-menu
  .sub-menu {
  margin-left: 18px;
  list-style: circle;
}

.section_mapa-site
  .content-mapa-site
  #mapa-site
  .menu-item
  .sub-menu
  .sub-menu
  li
  a {
  font-weight: normal;
  border-bottom: 0;
  color: #000;
  list-style: circle;
}

header {
  height: 110px;
}

.navbar {
  background: #ffffff !important;
  position: absolute !important;
  z-index: 999;
  width: 100%;
  height: 110px;
  padding: 10px 0px !important;
}

.navbar.active-menu {
  position: fixed !important;
}

@media screen and (max-width: 998px) {
  .navbar {
    padding-top: 10px !important;
    height: 80px;
  }
}

.navbar .content-menu {
  position: relative;
  width: 100%;
}

.navbar .content-menu .logo_custon {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 99999999;
  top: 5px;
}

.navbar .menu-widgets {
  display: flex;
  justify-content: end;
  padding: 0;
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .navbar .menu-widgets {
    justify-content: end;
  }
}

@media screen and (max-width: 998px) {
  .navbar .menu-widgets {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    margin: auto;
    justify-content: space-evenly;
  }
}

.navbar .menu-widgets .top_menu,
.navbar .menu-widgets .atendimento {
  padding: 10px 5px;
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .navbar .menu-widgets .top_menu,
  .navbar .menu-widgets .atendimento {
    padding: 10px 2px 10px;
  }
}

@media screen and (max-width: 998px) {
  .navbar .menu-widgets .top_menu,
  .navbar .menu-widgets .atendimento {
    padding: 10px 5px;
    min-width: 90px;
  }
}

.navbar .menu-widgets .active {
  background: #00000050;
}

@media screen and (max-width: 998px) {
  .navbar .menu-widgets .active {
    background: transparent;
  }

  .navbar .menu-widgets .active a {
    background-color: #72d216;
    color: #056b28;
  }

  .navbar .menu-widgets .active .btn_acessibilidade a {
    background-color: transparent;
  }
}

.navbar .menu-widgets a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #1e1e1e;
  font-family: "Lexend", serif;
  font-size: 12px;
  border: 1px solid #aeaeae;
  padding: 5px 10px;
  border-radius: 100px;
}

@media screen and (max-width: 998px) {
  .navbar .menu-widgets a {
    color: #1da613;
    padding: 5px 10px 5px 8px;
  }
}

.navbar .menu-widgets a img {
  width: fit-content;
  height: auto;
  max-width: 20px;
  margin: 0px;
}

@media screen and (max-width: 998px) {
  .navbar .menu-widgets a img {
    filter: grayscale(1) brightness(0.5);
  }
}

.navbar .menu-widgets .content-acessibilidade {
  position: absolute;
  width: 100%;
  left: 0;
  background: #00000050;
  z-index: 1;
  padding: 5px 0px;
  margin-top: 10px;
  transition: 3s;
}

@media screen and (max-width: 998px) {
  .navbar .menu-widgets .content-acessibilidade {
    padding: 250px 0px 200px;
    margin-top: 0;
    transition: 1s;
    top: -100vh;
    height: 100vh;
    background: #ffffff;
  }
}

.navbar .menu-widgets .content-acessibilidade .bg-acessibilidade {
  background: #ffffff;
  border-radius: 100px;
  padding: 5px 0;
}

@media screen and (max-width: 998px) {
  .navbar .menu-widgets .content-acessibilidade .bg-acessibilidade {
    border-radius: 4px;
  }
}

.navbar
  .menu-widgets
  .content-acessibilidade
  .bg-acessibilidade
  .items-acessibilidade {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 998px) {
  .navbar
    .menu-widgets
    .content-acessibilidade
    .bg-acessibilidade
    .items-acessibilidade {
    justify-content: space-around;
    margin: 20px;
  }
}

.navbar
  .menu-widgets
  .content-acessibilidade
  .bg-acessibilidade
  .items-acessibilidade
  .text {
  margin-right: 20px;
}

.navbar
  .menu-widgets
  .content-acessibilidade
  .bg-acessibilidade
  .items-acessibilidade
  .text
  h3 {
  color: #1da613;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 10px;
  font-size: 1rem;
}

.navbar
  .menu-widgets
  .content-acessibilidade
  .bg-acessibilidade
  .items-acessibilidade
  .text
  p {
  color: #2c2c2c;
  font-size: 9px;
  font-size: 0.9rem;
}

.navbar
  .menu-widgets
  .content-acessibilidade
  .bg-acessibilidade
  .items-acessibilidade
  .btn_acessibilidade {
  height: 40px;
  width: 40px;
  background: #1da613;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 100px;
  cursor: pointer;
}

.navbar
  .menu-widgets
  .content-acessibilidade
  .bg-acessibilidade
  .items-acessibilidade
  .btn_acessibilidade
  a {
  border: 0;
}

.navbar
  .menu-widgets
  .content-acessibilidade
  .bg-acessibilidade
  .items-acessibilidade
  .btn_acessibilidade
  i {
  font-size: 22px;
  cursor: pointer;
  color: #ffffff;
}

.navbar .menu-widgets .content-busca {
  position: absolute;
  width: 100%;
  left: 0;
  background: #00000050;
  z-index: 1;
  padding: 5px 0px;
  margin-top: 10px;
}

@media screen and (max-width: 998px) {
  .navbar .menu-widgets .content-busca {
    padding: 200px 0px;
    margin-top: 0;
    transition: 1s;
    top: -100vh;
    height: 100vh;
    background: #ffffff;
  }
}

.navbar .menu-widgets .content-busca .bg-busca {
  background: #ffffff;
  border-radius: 100px;
  padding: 5px 20px;
  position: relative;
}

@media screen and (max-width: 998px) {
  .navbar .menu-widgets .content-busca .bg-busca {
    border-radius: 4px;
  }
}

@media screen and (max-width: 998px) {
  .navbar .menu-widgets .content-busca .bg-busca {
    margin-top: 50px;
  }
}

.navbar .menu-widgets .content-busca .bg-busca form {
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .menu-widgets .content-busca .bg-busca form input {
  border: 0;
  border-bottom: 1px solid;
  width: 80%;
  height: 40px;
  font-size: 20px;
}

.navbar .menu-widgets .content-busca .bg-busca form img {
  position: absolute;
  left: 20px;
}

.navbar .menu-widgets .content-busca .bg-busca form .button_search {
  border: 0;
  padding: 8px 30px;
  border-radius: 100px;
  color: #ffffff;
  background: #1da613;
  width: fit-content;
  font-size: 16px;
}

.navbar .menu-header {
  width: 100%;
  justify-content: space-between;
  margin-top: 0px;
  border: 1px solid #ffffff;
  border-left: 0;
  border-right: 0;
  border-color: transparent;
}

@media screen and (max-width: 998px) {
  .navbar .menu-header {
    border: 0;
  }
}

.navbar .menu-header .idioma {
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: end;
}

@media screen and (max-width: 998px) {
  .navbar .menu-header .idioma {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 70px;
    left: 150px;
    min-width: 70%;
    justify-content: start;
    padding: 0px;
    background: transparent;
  }
}

.navbar .menu-header .idioma img {
  margin-right: 6px;
  width: 14px;
}

@media screen and (max-width: 998px) {
  .navbar .menu-header .idioma img {
    filter: grayscale(1) brightness(0.5);
  }
}

.navbar .menu-header .idioma select {
  border: 0;
  background: transparent;
  color: #1e1e1e;
  font-family: "Lexend", serif;
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  .navbar .menu-header .idioma select {
    color: #056b28;
  }
}

.navbar .menu-header .idioma option {
  color: #000;
  background-color: transparent;
}

@media screen and (max-width: 998px) {
  .navbar .menu-header .atendimento {
    position: absolute;
    top: 75px;
    left: 10px;
    z-index: 999;
    display: none;
  }

  .navbar .menu-header .atendimento::before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 40px;
    left: -20px;
    background: #ffffff;
    z-index: -1;
    margin-top: -20px;
  }
}

.navbar .menu-header .atendimento a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #1e1e1e;
  font-family: "Lexend", serif;
  font-size: 12px;
}

@media screen and (max-width: 998px) {
  .navbar .menu-header .atendimento a {
    color: #1da613;
  }
}

.navbar .menu-header .atendimento a img {
  width: fit-content;
  height: auto;
  max-width: 20px;
  margin: 0px;
}

@media screen and (max-width: 998px) {
  .navbar .menu-header .atendimento a img {
    filter: grayscale(1) brightness(0.5);
  }
}

@media screen and (max-width: 998px) {
  .navbar .menu-header .mega-menu-open .mega-toggle-animated-inner {
    background-color: #ffffff;
  }

  .navbar .menu-header #mega-menu-menu-principal {
    pointer-events: none;
  }

  .navbar .menu-header #mega-menu-wrap-menu-principal {
    display: flex;
    justify-content: end;
  }

  .navbar .menu-header #mega-menu-wrap-menu-principal .mega-menu-toggle {
    background: #056b28;
    top: -40px;
    right: 0px !important;
    position: relative;
    z-index: 9999;
  }

  .navbar .menu-header #mega-menu-wrap-menu-principal .mega-menu-open {
    position: fixed;
    top: 20px;
    right: 10px !important;
    background-color: #ffffff;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-open
    .mega-toggle-animated-inner {
    background-color: #056b28;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-open
    .mega-toggle-animated-inner::before {
    background-color: #056b28;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-open
    .mega-toggle-animated-inner::after {
    background-color: #056b28;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    #mega-menu-menu-principal
    > li.mega-menu-megamenu.mega-menu-item
    a {
    position: relative;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    #mega-menu-menu-principal
    > li.mega-menu-megamenu.mega-menu-item
    a::after {
    content: "\2b";
    font: var(--fa-font-solid);
    color: #056b28;
    height: 20px;
    width: 20px;
    font-size: 16px;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal {
    display: block !important;
    height: 100vh;
    top: 80px;
    position: fixed;
    width: 100%;
    left: 0;
    padding: 60px 20px !important;
    background: #ffffff !important;
    overflow-y: scroll;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    a {
    color: #056b28;
    font-weight: 500;
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .mega-sub-menu {
    background-color: #ffffff !important;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .mega-sub-menu
    .widget_media_image {
    display: none;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .mega-menu-item-has-children {
    margin-bottom: 0px;
    border-bottom: 1px solid #747876;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .mega-menu-item-has-children
    li {
    margin: 0px 10px;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .mega-menu-item-has-children
    a {
    font-weight: bold;
    position: relative;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .mega-menu-item-has-children
    a::before {
    content: "";
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .borda {
    margin-bottom: 0px;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .borda
    a {
    font-weight: bold;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .third-menu {
    position: relative !important;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .third-menu
    a {
    color: #000 !important;
    font-weight: bold;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .third-menu
    a::before {
    content: "";
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .columns-2
    .mega-sub-menu {
    display: flex !important;
    flex-wrap: wrap;
    list-style: circle;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .columns-2
    .mega-sub-menu
    li {
    width: 100% !important;
    list-style: circle;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-menu-principal
    li
    .columns-2
    .mega-sub-menu
    li::marker {
    color: #ffffff;
  }

  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .mega-menu-toggle
    + #mega-menu-menu-principal {
    display: none !important;
  }
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  #mega-menu-menu-principal
  > li.mega-menu-item
  .columns-2::before {
  display: inline-block;
  content: "";
  background-color: #74787647;
  position: absolute;
  top: 0;
  left: -60px;
  width: 2px;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    #mega-menu-menu-principal
    > li.mega-menu-item
    .columns-2::before {
    left: -20px;
  }
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  #mega-menu-menu-principal
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  background-color: #ffffff !important;
  min-width: 1230px !important;
  width: 100%;
  height: auto !important;
  margin-top: 14px !important;
  border-radius: 28px;
}

@media screen and (max-width: 998px) {
  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    #mega-menu-menu-principal
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    padding: 0px !important;
  }
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  #mega-menu-menu-principal
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  font-family: "Lexend", serif !important;
  text-transform: none !important;
  font-size: 18px !important;
  color: #1e1e1e !important;
  padding: 0 !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  #mega-menu-menu-principal
  li.mega-menu-item
  a.mega-menu-link:before {
  color: #056b28;
  font-size: 14px;
  margin-left: 10px !important;
  padding-right: 5px !important;
}

#mega-menu-wrap-menu-principal
  #mega-menu-menu-principal
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link {
  font-family: "Lexend", serif !important;
  font-size: 14px !important;
  color: #1a1a1a !important;
  font-weight: 400 !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  #mega-menu-menu-principal
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #6f6f72;
  font-family: "Lexend", serif !important;
  text-transform: none !important;
  font-size: 10px;
  font-size: 1rem;
  padding: 0 !important;
  position: relative;
}

@media screen and (max-width: 998px) {
  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    #mega-menu-menu-principal
    > li.mega-menu-item
    > a.mega-menu-link::before {
    content: "\f078";
    font: var(--fa-font-solid);
    color: #056b28;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 6px;
  }
}

.navbar .menu-header #mega-menu-wrap-menu-principal {
  width: 100%;
  background: transparent !important;
}

.navbar .menu-header #mega-menu-wrap-menu-principal .max-mega-menu {
  width: 100%;
  display: flex !important;
  flex-direction: row;
  gap: 0px 20px;
}

@media screen and (max-width: 1025px) {
  .navbar .menu-header #mega-menu-wrap-menu-principal .max-mega-menu {
    gap: 0px 10px;
  }
}

.navbar .menu-header #mega-menu-wrap-menu-principal .max-mega-menu .borda a {
  border-bottom: 1px solid #ffffff !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  .columns-2
  .third-menu {
  position: relative !important;
  background-color: #ffffff !important;
  padding: 10px 0 0 !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  .columns-2
  > ul.mega-sub-menu {
  margin-top: 16px !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  .columns-2
  .third-menu::before {
  content: "";
  background-color: #74787647;
  position: absolute;
  display: inline-block;
  top: 0;
  left: -60px;
  width: 2px;
  height: 100%;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  .columns-2
  .third-menu
  a {
  max-width: 85%;
  display: inline-flex !important;
  align-items: center;
  position: relative;
  font-family: "Lexend", serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 140% !important;
  color: #1a1a1a !important;
  letter-spacing: 0 !important;
}

@media screen and (max-width: 1366px) {
  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .max-mega-menu
    .columns-2
    .third-menu
    a {
    max-width: 85%;
  }
}

@media screen and (max-width: 998px) {
  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .max-mega-menu
    .columns-2
    .third-menu
    a {
    max-width: 100%;
  }
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  .columns-2
  .third-menu
  a::before {
  content: "";
  position: static !important;
  order: 1;
  margin-left: 12px !important;
  background-image: url("../../img/icon_sub_menu_link.svg") !important;
  background-repeat: no-repeat;
  background-size: 100% !important;
  height: 13px !important;
  width: 13px !important;
  display: inline-block;
  flex-shrink: 0;
}

#mega-menu-wrap-menu-principal
  #mega-menu-menu-principal
  li.mega-menu-item
  a.mega-menu-link:before {
  margin: 0 !important;
}

@media screen and (max-width: 1366px) {
  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .max-mega-menu
    .columns-2
    .third-menu
    a {
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .max-mega-menu
    .columns-2
    .third-menu
    a {
    max-width: 100%;
  }
}

@media screen and (max-width: 998px) {
  .navbar
    .menu-header
    #mega-menu-wrap-menu-principal
    .max-mega-menu
    .columns-2
    .third-menu
    a::before {
    right: -5px;
  }
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  li
  a.mega-menu-link {
  color: #6f6f72;
  font-weight: 100;
  text-transform: uppercase !important;
  font-family: "Lexend", serif !important;
  background: transparent !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  li
  a.mega-menu-link:active {
  background: transparent !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  li
  a.mega-menu-link:hover {
  background: transparent !important;
}

#mega-menu-wrap-menu-principal
  #mega-menu-menu-principal
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link {
  display: flex !important;
  align-items: center !important;
}

.menu-table-links {
  padding-bottom: 0 !important;
}

#mega-menu-wrap-menu-principal
  #mega-menu-menu-principal
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  padding: 10px 0px !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  li
  a.mega-menu-link
  .mega-indicator {
  display: none !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  li
  ul.mega-sub-menu
  li
  a {
  color: #6f6f72 !important;
  font-family: "Lexend", serif !important;
  text-transform: none !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  li
  ul.mega-sub-menu
  .columns-2
  .mega-sub-menu {
  display: flex !important;
  flex-wrap: wrap;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  li
  ul.mega-sub-menu
  .columns-2
  .mega-sub-menu
  li {
  display: flex !important;
  flex-wrap: nowrap;
  width: 50% !important;
  list-style: circle;
  word-wrap: initial !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  li
  ul.mega-sub-menu
  .mega-menu-row {
  padding: 29px 31px 60px 34px !important;
}

#mega-menu-wrap-menu-principal
  .max-mega-menu
  .mega-menu-row
  > ul.mega-sub-menu {
  position: relative !important;
  display: flex !important;
  align-items: stretch !important;
}

#mega-menu-wrap-menu-principal
  .max-mega-menu
  .mega-menu-row
  > ul.mega-sub-menu
  > .mega-menu-column:nth-child(1) {
  margin-right: 38px !important;
  position: relative !important;
}

#mega-menu-wrap-menu-principal
  .max-mega-menu
  .mega-menu-row
  > ul.mega-sub-menu
  > .mega-menu-column:nth-child(1)::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: -20px !important;
  width: 1px !important;
  background-color: #d9d9d9 !important;
  z-index: 99 !important;
  display: block !important;
}

#mega-menu-wrap-menu-principal
  .max-mega-menu
  .mega-menu-row
  > ul.mega-sub-menu
  > .mega-menu-column:nth-child(2) {
  margin-left: 38px !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  .mega-menu-row
  > ul.mega-sub-menu {
  position: relative;
  display: flex !important;
  align-items: flex-start;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  .mega-menu-row
  > ul.mega-sub-menu
  > .mega-menu-column:nth-child(1) {
  margin-right: 36px !important;
  position: relative;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  .mega-menu-row
  > ul.mega-sub-menu
  > .mega-menu-column:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #d9d9d9 !important;
  height: 100%;
  z-index: 99;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  .mega-menu-row
  > ul.mega-sub-menu
  > .mega-menu-column:nth-child(2) {
  margin-left: 20px !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  li
  ul.mega-sub-menu
  .mega-menu-row
  .mega-sub-menu
  .mega-menu-item-type-widget {
  padding: 0 !important;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  #mega-menu-menu-principal
  > li.mega-menu-item
  .columns-2::before {
  display: none;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  li
  ul.mega-sub-menu
  .mega-menu-row
  .mega-sub-menu
  .mega-menu-item-type-widget
  img {
  width: fit-content;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  li
  ul.mega-sub-menu
  li
  a {
  padding-bottom: 10px !important;
  width: 90% !important;
  font-weight: 500 !important;
}

#mega-menu-wrap-menu-principal
  #mega-menu-menu-principal
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.darckTheme .navbar {
  background: #191919 !important;
}

.darckTheme .navbar .menu-widgets .content-acessibilidade .bg-acessibilidade {
  background-color: #191919;
}

.darckTheme .navbar .menu-widgets .content-busca .bg-busca {
  background-color: #191919;
}

.darckTheme .navbar .menu-header select {
  color: #ffffff;
}

.darckTheme
  .navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  li
  ul.mega-sub-menu {
  background-color: #191919 !important;
}

.darckTheme
  .navbar
  .menu-header
  #mega-menu-wrap-menu-principal
  .max-mega-menu
  li
  ul.mega-sub-menu
  .mega-menu-row {
  border-bottom: 4px solid #6f6f6f !important;
}

footer {
  background-color: #ffffff;
  margin-top: 30px;
}

footer #go_top {
  position: fixed;
  bottom: 25px;
  right: 10px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #066b29;
}

footer #go_top i {
  color: #a2e26e;
  font-size: 18px;
}

footer .content-concessoes {
  padding: 30px 10px;
}

footer .content-concessoes .logo-footer-top img {
  max-width: 100%;
  width: fit-content;
  height: auto;
}

footer .content-concessoes .logo_concessoes {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 1366px) {
  footer .content-concessoes .logo_concessoes {
    gap: 7px;
  }
}

@media screen and (max-width: 768px) {
  footer .content-concessoes .logo_concessoes {
    flex-direction: column;
    align-items: end;
    margin-top: 20px;
    gap: 0;
  }
}

footer .content-concessoes .logo_concessoes .align-itens {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  footer .content-concessoes .logo_concessoes .align-itens {
    width: 50%;
  }
}

footer .content-concessoes .logo_concessoes .align-itens a {
  color: #1da613;
}

footer .content-geral-footer {
  background-color: #056b28;
  padding: 0px 0px 20px;
}

footer .content-geral-footer.fist-type {
  padding: 50px 0px 20px;
}

footer .content-geral-footer.fist-type .container {
  border-bottom: 2px solid #a9e372;
}

@media screen and (max-width: 768px) {
  footer .content-geral-footer.fist-type .container {
    border-bottom: none;
  }
}

footer .content-geral-footer .content-redes-sociais {
  margin: 20px 0px 5px;
}

@media screen and (max-width: 768px) {
  footer .content-geral-footer .content-redes-sociais {
    border-bottom: 2px solid #a9e372;
    margin-bottom: 20px;
  }
}

footer .content-geral-footer .content-redes-sociais p {
  color: #a9e372;
  margin-bottom: 20px;
  font-size: 18px;
}

footer .content-geral-footer .content-redes-sociais ul {
  list-style: none;
  display: flex;
  align-items: center;
}

footer .content-geral-footer .content-redes-sociais ul li {
  margin-right: 10px;
}

footer .content-geral-footer .content-redes-sociais ul li a {
  color: #ffffff;
  padding: 5px 8px;
  border: 1px solid #a9e372;
  border-radius: 6px;
}

footer .content-geral-footer .content-redes-sociais ul li a i {
  color: #ffffff;
}

footer .content-geral-footer .logo-secundaria {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

footer .content-geral-footer .logo-secundaria .empresa {
  color: #ffffff;
  font-size: 10px;
  margin: 0px 20px 0px 0px;
  text-align: right;
}

footer .content-geral-footer .logo-secundaria img {
  max-width: 100%;
  width: fit-content;
  height: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  footer .content-geral-footer .content-menu-footer .menu-footer #mapa-rodape {
    gap: 30px;
  }
}

@media screen and (max-width: 968px) {
  footer .content-geral-footer .content-menu-footer .menu-footer #mapa-rodape {
    gap: 30px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  footer .content-geral-footer .content-menu-footer .menu-footer #mapa-rodape {
    gap: 5px;
  }
}

footer .content-geral-footer .content-menu-footer .menu-footer ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  footer .content-geral-footer .content-menu-footer .menu-footer ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 560px) {
  footer .content-geral-footer .content-menu-footer .menu-footer ul {
    justify-content: center;
    flex-direction: column;
    align-items: start;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  footer
    .content-geral-footer
    .content-menu-footer
    .menu-footer
    ul
    .first-menu {
    margin: 30px 0px 0px;
  }
}

footer
  .content-geral-footer
  .content-menu-footer
  .menu-footer
  ul
  .first-menu
  a {
  color: #a9e372;
  font-size: 18px;
  font-weight: 700;
}

footer .content-geral-footer .content-menu-footer .menu-footer ul li {
  display: flex;
  flex-direction: column;
}

footer .content-geral-footer .content-menu-footer .menu-footer ul li a {
  font-family: "Lexend", serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  footer .content-geral-footer .content-menu-footer .menu-footer ul li a {
    margin-bottom: 5px;
  }
}

footer .content-geral-footer .content-menu-footer .menu-footer ul li .sub-menu {
  display: flex;
  flex-direction: column;
}

footer
  .content-geral-footer
  .content-menu-footer
  .menu-footer
  ul
  li
  .sub-menu
  li
  a {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  footer .content-geral-footer .content-menu-footer .menu-footer ul li {
    margin-right: 10px;
  }
}

@media screen and (max-width: 560px) {
  footer .content-geral-footer .content-menu-footer .menu-footer ul li {
    margin-right: 0px;
  }
}

footer .content-geral-footer .content-menu-footer .menu-footer ul li a {
  color: #ffffff;
}

footer .content-geral-footer .copyright-footer {
  display: flex;
  align-items: end;
}

@media screen and (max-width: 991px) {
  footer .content-geral-footer .copyright-footer {
    justify-content: center;
    margin-top: 10px;
  }
}

footer .content-geral-footer .copyright-footer p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

footer .content-geral-footer .grupo_link {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  footer .content-geral-footer .grupo_link {
    justify-content: center;
  }
}

footer .content-geral-footer .grupo_link a {
  color: #ffffff;
  text-decoration: underline !important;
  font-size: 12px;
}

.darckTheme footer {
  background-color: #191919;
}

.darckTheme footer .content-geral-footer {
  background-color: #000;
}

.slide-banner {
  height: 528px !important;
  overflow: hidden;
}

.slide-banner .slick-dots {
  bottom: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.slide-banner .slick-dots li {
  margin: 0 10px;
  transition: 400ms;
}

.slide-banner .slick-dots li.slick-active button {
  transition: 400ms;
}

.slide-banner .slick-dots li.slick-active button::before {
  height: 8px;
  margin-top: -1px;
  transition: 400ms;
  opacity: 1;
}

.slide-banner .slick-dots li button {
  transition: 400ms;
}

.slide-banner .slick-dots li button::before {
  content: "";
  height: 6px;
  width: 34px;
  background-color: #ffffff;
  border-radius: 100px;
  transition: 400ms;
}

.slide-banner .slick-arrow {
  background: #ffffff;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  z-index: 2;
  opacity: 1;
}

.slide-banner .slick-arrow::before {
  opacity: 1 !important;
}

.slide-banner .slick-arrow:hover {
  opacity: 1 !important;
  background-color: #72d216;
}

.slide-banner .slick-arrow:focus {
  opacity: 1 !important;
  background-color: #72d216;
}

@media screen and (max-width: 900px) {
  .slide-banner .slick-arrow {
    display: none !important;
  }
}

.slide-banner .slick-prev {
  left: 30px;
}

.slide-banner .slick-prev::before {
  content: "\f060";
  font: var(--fa-font-solid);
  color: #056b28;
  font-size: 18px;
  opacity: 1;
}

.slide-banner .slick-next {
  right: 30px;
}

.slide-banner .slick-next::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #056b28;
  font-size: 18px;
  opacity: 1;
  transition: 400ms;
}

.section-banner-home {
  background-position: center;
  height: 528px !important;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1600px) {
  .section-banner-home.banner-estatico {
    background-size: 100% auto;
  }
}

.section-banner-home .container {
  height: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 993px) and (max-width: 1366px) {
  .section-banner-home .container {
    max-width: 85%;
  }
}

.section-banner-home .row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}

@media screen and (max-width: 560px) {
  .section-banner-home .row {
    align-items: end;
  }
}

.section-banner-home .col-lg-6 {
  display: flex;
  justify-content: end;
}

.section-banner-home .content-banner {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  max-width: 90%;
  padding: 0px 70px 0px 80px;
}

@media screen and (max-width: 1366px) {
  .section-banner-home .content-banner {
    padding: 0px 0px 0px 70px;
    max-width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  .section-banner-home .content-banner {
    padding: 0px;
    max-width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .section-banner-home .content-banner {
    max-width: 70%;
  }
}

@media screen and (max-width: 560px) {
  .section-banner-home .content-banner {
    max-width: 100%;
    padding: 0px 20px;
    position: relative;
    bottom: 120px;
  }
}

.section-banner-home .content-banner .bg-texto {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: -1;
}

@media screen and (max-width: 1366px) {
  .section-banner-home .content-banner .bg-texto {
    top: 100px;
    right: 0;
    max-width: 500px;
  }
}

@media screen and (max-width: 560px) {
  .section-banner-home .content-banner .bg-texto {
    position: relative;
    top: auto;
    right: 0;
    left: -15%;
    bottom: -44%;
    max-width: max-content;
  }
}

@media screen and (max-width: 500px) {
  .section-banner-home .content-banner .bg-texto {
    left: -35%;
    bottom: -50%;
  }
}

@media screen and (max-width: 430px) {
  .section-banner-home .content-banner .bg-texto {
    left: -50%;
  }
}

@media screen and (max-width: 320px) {
  .section-banner-home .content-banner .bg-texto {
    left: -75%;
  }
}

.section-banner-home .content-banner h1,
.section-banner-home .content-banner h2,
.section-banner-home .content-banner h3,
.section-banner-home .content-banner h4,
.section-banner-home .content-banner h5,
.section-banner-home .content-banner h6 {
  font-family: "Lexend", serif;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.section-banner-home .content-banner h1 strong,
.section-banner-home .content-banner h2 strong,
.section-banner-home .content-banner h3 strong,
.section-banner-home .content-banner h4 strong,
.section-banner-home .content-banner h5 strong,
.section-banner-home .content-banner h6 strong {
  color: #72d216;
}

@media screen and (max-width: 560px) {
  .section-banner-home .content-banner h1,
  .section-banner-home .content-banner h2,
  .section-banner-home .content-banner h3,
  .section-banner-home .content-banner h4,
  .section-banner-home .content-banner h5,
  .section-banner-home .content-banner h6 {
    position: relative;
    left: 50px;
  }
}

@media screen and (max-width: 500px) {
  .section-banner-home .content-banner h1,
  .section-banner-home .content-banner h2,
  .section-banner-home .content-banner h3,
  .section-banner-home .content-banner h4,
  .section-banner-home .content-banner h5,
  .section-banner-home .content-banner h6 {
    left: 0px;
  }
}

.section-banner-home .content-banner h1 {
  font-size: 36px;
}

@media screen and (max-width: 1366px) {
  .section-banner-home .content-banner h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 560px) {
  .section-banner-home .content-banner h1 {
    font-size: 30px;
  }
}

.section-banner-home .content-banner p {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 16px;
}

@media screen and (max-width: 560px) {
  .section-banner-home .content-banner p {
    position: relative;
    left: 50px;
  }
}

@media screen and (max-width: 500px) {
  .section-banner-home .content-banner p {
    left: 0px;
  }
}

.section-banner-home .content-banner a {
  color: #ffffff;
  text-decoration: none;
}

.section-banner-home.com-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .section-banner-home.com-video video {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.section-banner-home .link-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.darckTheme .section-banner-home {
  background-color: #191919;
}

.darckTheme .section-banner-home .grafismo-banner {
  filter: grayscale(1) brightness(0.1);
}

/* ==== ESTILO BASE ==== */
.noticias-destaque-home {
  background: #ffffff;
  position: relative;
  padding: 50px 0;
}

.noticias-destaque-home .title-section {
  max-width: 40%;
}

@media screen and (max-width: 1440px) {
  .noticias-destaque-home .title-section {
    max-width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .noticias-destaque-home .title-section {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .noticias-destaque-home .title-section {
    max-width: 80%;
  }
}

@media screen and (max-width: 560px) {
  .noticias-destaque-home .title-section {
    max-width: 100%;
  }
}

.noticias-destaque-home .title-section h1,
.noticias-destaque-home .title-section h2,
.noticias-destaque-home .title-section h3,
.noticias-destaque-home .title-section h4,
.noticias-destaque-home .title-section h5,
.noticias-destaque-home .title-section h6 {
  color: #056b28;
  font-weight: 600;
  margin-bottom: 30px;
}

.noticias-destaque-home .title-section h1 strong,
.noticias-destaque-home .title-section h2 strong,
.noticias-destaque-home .title-section h3 strong,
.noticias-destaque-home .title-section h4 strong,
.noticias-destaque-home .title-section h5 strong,
.noticias-destaque-home .title-section h6 strong {
  color: #72d216;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .noticias-destaque-home .position-post {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .noticias-destaque-home .position-post {
    width: 100%;
  }
}

.noticias-destaque-home .content-post {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  min-height: 400px;
  max-width: 85%;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1366px) {
  .noticias-destaque-home .content-post {
    min-height: 360px;
  }
}

@media screen and (max-width: 1200px) {
  .noticias-destaque-home .content-post {
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .noticias-destaque-home .content-post {
    min-height: auto;
    min-height: 400px;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .noticias-destaque-home .content-post {
    min-height: 320px;
    max-width: 90%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 560px) {
  .noticias-destaque-home .content-post {
    min-height: 400px;
  }
}

@media screen and (max-width: 375px) {
  .noticias-destaque-home .content-post {
    min-height: 320px;
  }
}

.noticias-destaque-home .content-post .body-post {
  position: absolute;
  min-height: fit-content;
  bottom: 0;
}

@media screen and (max-width: 992px) {
  .noticias-destaque-home .content-post .body-post {
    padding: 0px;
    max-width: 100%;
  }
}

.noticias-destaque-home .content-post .body-post .post_title {
  background-image: url("../../../assets/img/bg-post.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  max-width: 100%;
  min-height: 175px;
  right: -15px;
  bottom: -20px;
  padding: 0px 20px 10px 40px;
  border-radius: 20px;
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .noticias-destaque-home .content-post .body-post .post_title {
    padding: 0px 20px 10px 80px;
  }
}

@media screen and (max-width: 480px) {
  .noticias-destaque-home .content-post .body-post .post_title {
    padding: 0px 20px 10px 50px;
  }
}

@media screen and (max-width: 320px) {
  .noticias-destaque-home .content-post .body-post .post_title {
    padding: 0px 0px 5px 15px;
  }
}

.noticias-destaque-home .content-post .body-post .post_title p {
  color: #ffffff;
  font-family: "Lexend", serif;
}

.noticias-destaque-home .content-post .body-post .post_title a {
  color: #ffffff;
  font-weight: 300;
}

.noticias-destaque-home .content-post .body-post .post_title a i {
  margin-left: 10px;
}

.noticias-destaque-home .btn_group {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 30px 0 0;
}

.noticias-destaque-home .btn_group a {
  background-color: #066b29;
  color: #ffffff;
  padding: 6px 10px 6px 20px;
  border-radius: 100px;
  font-family: "Lexend", serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.noticias-destaque-home .btn_group a .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.noticias-destaque-home .btn_group a .icon-link i {
  color: #066b29;
}

.darckTheme .noticias-destaque-home {
  background-color: #191919;
}

.darckTheme .noticias-destaque-home .content-post {
  background-color: #6f6f6f;
}

.darckTheme .noticias-destaque-home .btn_group i {
  color: #056b28 !important;
}

.nossos-numeros-home {
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}

.nossos-numeros-home .content-box .content-box-destaque .title-section {
  margin-bottom: 40px;
  max-width: 40%;
}

@media screen and (max-width: 768px) {
  .nossos-numeros-home .content-box .content-box-destaque .title-section {
    max-width: 90%;
  }
}

.nossos-numeros-home .content-box .content-box-destaque .title-section h1,
.nossos-numeros-home .content-box .content-box-destaque .title-section h2,
.nossos-numeros-home .content-box .content-box-destaque .title-section h3,
.nossos-numeros-home .content-box .content-box-destaque .title-section h4,
.nossos-numeros-home .content-box .content-box-destaque .title-section h5,
.nossos-numeros-home .content-box .content-box-destaque .title-section h6 {
  font-family: "Lexend", serif;
}

.nossos-numeros-home .content-box .content-box-destaque .title-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #ffffff;
}

.nossos-numeros-home
  .content-box
  .content-box-destaque
  .title-section
  h2
  strong {
  color: #056b28;
}

.nossos-numeros-home .content-box .boxes_bignumbers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .nossos-numeros-home .content-box .boxes_bignumbers {
    width: 100%;
  }
}

.nossos-numeros-home .content-box .boxes_bignumbers .content-box-bignumber {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .nossos-numeros-home .content-box .boxes_bignumbers .content-box-bignumber {
    width: 45% !important;
  }

  .nossos-numeros-home
    .content-box
    .boxes_bignumbers
    .content-box-bignumber:last-of-type {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .nossos-numeros-home .content-box .boxes_bignumbers .content-box-bignumber {
    height: 290px;
    min-height: 290px;
    width: 100% !important;
  }
}

.nossos-numeros-home
  .content-box
  .boxes_bignumbers
  .content-box-bignumber
  .content-bg-bignumber {
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  transition: 400ms;
}

.nossos-numeros-home
  .content-box
  .boxes_bignumbers
  .content-box-bignumber
  .content-bg-bignumber:hover {
  scale: 1.1;
  transition: 400ms;
}

@media screen and (max-width: 768px) {
  .nossos-numeros-home
    .content-box
    .boxes_bignumbers
    .content-box-bignumber
    .content-bg-bignumber {
    background-position: center;
  }
}

.nossos-numeros-home
  .content-box
  .boxes_bignumbers
  .content-box-bignumber
  .content-text-box-bignumber {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.nossos-numeros-home
  .content-box
  .boxes_bignumbers
  .content-box-bignumber
  .content-text-box-bignumber
  .title {
  display: flex;
  align-items: center;
}

.nossos-numeros-home
  .content-box
  .boxes_bignumbers
  .content-box-bignumber
  .content-text-box-bignumber
  .title
  i {
  color: #ffffff;
  font-weight: bold;
  font-family: "Lexend", serif;
  margin-right: 10px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 560px) {
  .nossos-numeros-home
    .content-box
    .boxes_bignumbers
    .content-box-bignumber
    .content-text-box-bignumber
    .title
    i {
    font-size: 20px;
    font-size: 2rem;
  }
}

.nossos-numeros-home
  .content-box
  .boxes_bignumbers
  .content-box-bignumber
  .content-text-box-bignumber
  .title
  h3 {
  color: #ffffff;
  font-weight: bold;
  font-family: "Lexend", serif;
  margin-right: 10px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 560px) {
  .nossos-numeros-home
    .content-box
    .boxes_bignumbers
    .content-box-bignumber
    .content-text-box-bignumber
    .title
    h3 {
    font-size: 40px;
  }
}

.nossos-numeros-home
  .content-box
  .boxes_bignumbers
  .content-box-bignumber
  .content-text-box-bignumber
  .descricao
  p {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-size: 12px;
  font-size: 1.2rem;
}

.darckTheme .nossos-numeros-home {
  background-color: #2c2c2c !important;
}

.darckTheme .nossos-numeros-home .img-top {
  filter: grayscale(1) brightness(0.1);
}

.section-acessos-rapidos {
  position: relative;
}

.section-acessos-rapidos .img-top_acesso {
  width: 100%;
  z-index: -1;
  width: calc(100% + 6px);
  position: relative;
  top: 2px;
}

@media screen and (max-width: 560px) {
  .section-acessos-rapidos .img-top_acesso {
    top: 0;
  }
}

.section-acessos-rapidos .bg_acessos_rapidos {
  background-color: #056b28;
  padding: 80px 130px;
  border-radius: 0px 0px 30px 0px;
}

@media screen and (max-width: 1200px) {
  .section-acessos-rapidos .bg_acessos_rapidos {
    padding: 80px 30px 0px;
  }
}

@media screen and (max-width: 768px) {
  .section-acessos-rapidos .bg_acessos_rapidos {
    padding: 30px 50px 30px;
  }
}

@media screen and (max-width: 560px) {
  .section-acessos-rapidos .bg_acessos_rapidos {
    padding: 50px 40px 60px;
    margin-top: 0;
  }
}

.section-acessos-rapidos .bg_acessos_rapidos h1,
.section-acessos-rapidos .bg_acessos_rapidos h2,
.section-acessos-rapidos .bg_acessos_rapidos h3,
.section-acessos-rapidos .bg_acessos_rapidos h4,
.section-acessos-rapidos .bg_acessos_rapidos h5,
.section-acessos-rapidos .bg_acessos_rapidos h6 {
  color: #72d216;
  font-weight: bold;
  margin-bottom: 30px;
}

.section-acessos-rapidos .bg_acessos_rapidos ul {
  list-style: none;
}

.section-acessos-rapidos .bg_acessos_rapidos ul li {
  width: fit-content;
  background-color: #ffffff;
  border-radius: 100px;
  margin: 0px 0px 10px;
  padding: 8px 20px;
}

.section-acessos-rapidos .bg_acessos_rapidos ul li a {
  color: #1e1e1e;
}

.section-acessos-rapidos .bg_acessos_rapidos ul li a i {
  color: #066b29;
  margin-left: 10px;
}

.section-acessos-rapidos .content-iframe {
  padding: 80px 130px;
}

@media screen and (max-width: 1200px) {
  .section-acessos-rapidos .content-iframe {
    padding: 80px 30px 0px;
  }
}

@media screen and (max-width: 768px) {
  .section-acessos-rapidos .content-iframe {
    padding: 30px 50px 60px;
  }
}

@media screen and (max-width: 560px) {
  .section-acessos-rapidos .content-iframe {
    padding: 50px 40px 0px;
  }
}

.section-acessos-rapidos .content-iframe h1,
.section-acessos-rapidos .content-iframe h2,
.section-acessos-rapidos .content-iframe h3,
.section-acessos-rapidos .content-iframe h4,
.section-acessos-rapidos .content-iframe h5,
.section-acessos-rapidos .content-iframe h6 {
  color: #056b28;
  font-weight: bold;
}

.section-acessos-rapidos .content-iframe h1 strong,
.section-acessos-rapidos .content-iframe h2 strong,
.section-acessos-rapidos .content-iframe h3 strong,
.section-acessos-rapidos .content-iframe h4 strong,
.section-acessos-rapidos .content-iframe h5 strong,
.section-acessos-rapidos .content-iframe h6 strong {
  color: #72d216;
}

.section-acessos-rapidos .content-iframe .btn_group {
  margin: 30px 0;
}

.section-acessos-rapidos .content-iframe .btn_group .button_primary {
  background-color: #066b29;
  width: fit-content;
  padding: 6px 10px 6px 20px;
  border-radius: 100px;
  font-family: "Lexend", serif;
  font-weight: 300;
}

.section-acessos-rapidos .content-iframe .btn_group .button_primary a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-acessos-rapidos .content-iframe .btn_group .button_primary .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-acessos-rapidos
  .content-iframe
  .btn_group
  .button_primary
  .icon-link
  i {
  color: #066b29;
}

.darckTheme .section-acessos-rapidos .img-top_acesso {
  filter: grayscale(1) brightness(0);
}

.darckTheme .section-acessos-rapidos .content-iframe {
  background-color: #2c2c2c;
}

.darckTheme .section-acessos-rapidos .content-iframe i {
  color: #056b28 !important;
}

.darckTheme .section-acessos-rapidos .bg_acessos_rapidos {
  background-color: #2c2c2c;
  border-radius: 0;
}

.darckTheme .section-acessos-rapidos .bg_acessos_rapidos ul li {
  background-color: #056b28;
}

.relatorio-integrado {
  padding: 100px 0 50px;
}

@media screen and (max-width: 768px) {
  .relatorio-integrado {
    padding: 0px 0px 50px;
  }
}

@media screen and (max-width: 560px) {
  .relatorio-integrado {
    padding: 50px 0;
  }
}

.relatorio-integrado .slide-relatorio .slick-dots {
  bottom: -50px;
}

@media screen and (max-width: 768px) {
  .relatorio-integrado .slide-relatorio .slick-dots {
    display: flex;
  }
}

.relatorio-integrado .slide-relatorio .slick-dots li {
  margin: 0 10px;
  transition: 400ms;
}

.relatorio-integrado .slide-relatorio .slick-dots li.slick-active button {
  transition: 400ms;
}

.relatorio-integrado
  .slide-relatorio
  .slick-dots
  li.slick-active
  button::before {
  height: 8px;
  margin-top: -1px;
  transition: 400ms;
}

.relatorio-integrado .slide-relatorio .slick-dots li button {
  transition: 400ms;
}

.relatorio-integrado .slide-relatorio .slick-dots li button::before {
  content: "";
  height: 6px;
  width: 34px;
  background-color: #1da613;
  border-radius: 100px;
  transition: 400ms;
}

.relatorio-integrado .slide-relatorio .slick-arrow {
  background: #066b29;
  height: 50px;
  width: 50px;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  .relatorio-integrado .slide-relatorio .slick-arrow {
    display: none !important;
  }
}

.relatorio-integrado .slide-relatorio .slick-prev {
  left: -40px;
}

.relatorio-integrado .slide-relatorio .slick-prev::before {
  content: "\f060";
  font: var(--fa-font-solid);
  color: #ffffff;
  font-size: 20px;
  opacity: 1;
}

.relatorio-integrado .slide-relatorio .slick-next {
  right: -70px;
}

.relatorio-integrado .slide-relatorio .slick-next::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #ffffff;
  font-size: 20px;
  opacity: 1;
  transition: 400ms;
}

.relatorio-integrado .slide-relatorio .content-slide .content-text {
  padding: 0px 100px 0px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .relatorio-integrado .slide-relatorio .content-slide .content-text {
    padding: 30px 0px 0px;
  }
}

@media screen and (max-width: 560px) {
  .relatorio-integrado .slide-relatorio .content-slide .content-text {
    padding: 30px 10px 0px 10px;
  }
}

.relatorio-integrado .slide-relatorio .content-slide .content-text h1,
.relatorio-integrado .slide-relatorio .content-slide .content-text h2,
.relatorio-integrado .slide-relatorio .content-slide .content-text h3,
.relatorio-integrado .slide-relatorio .content-slide .content-text h4,
.relatorio-integrado .slide-relatorio .content-slide .content-text h5,
.relatorio-integrado .slide-relatorio .content-slide .content-text h6 {
  color: #056b28;
  font-weight: bold;
  margin-bottom: 26px;
}

.relatorio-integrado .slide-relatorio .content-slide .content-text h1 strong,
.relatorio-integrado .slide-relatorio .content-slide .content-text h2 strong,
.relatorio-integrado .slide-relatorio .content-slide .content-text h3 strong,
.relatorio-integrado .slide-relatorio .content-slide .content-text h4 strong,
.relatorio-integrado .slide-relatorio .content-slide .content-text h5 strong,
.relatorio-integrado .slide-relatorio .content-slide .content-text h6 strong {
  color: #72d216;
}

.relatorio-integrado .slide-relatorio .content-slide .content-text p {
  color: #6f6f72;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 18px;
  margin-bottom: 10px;
}

.relatorio-integrado
  .slide-relatorio
  .content-slide
  .content-text
  .button_primary {
  width: fit-content;
  background: #1da613;
  padding: 8px 10px 8px 20px;
  border-radius: 100px;
  margin-top: 10px;
}

.relatorio-integrado
  .slide-relatorio
  .content-slide
  .content-text
  .button_primary
  a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.relatorio-integrado
  .slide-relatorio
  .content-slide
  .content-text
  .button_primary
  a
  .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #066b29;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.relatorio-integrado
  .slide-relatorio
  .content-slide
  .content-text
  .button_primary
  a
  .icon-link
  i {
  color: #ffffff;
}

.relatorio-integrado .slide-relatorio .content-slide .content-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.relatorio-integrado .slide-relatorio .content-slide .content-img img {
  max-width: 100%;
  border-radius: 30px;
  min-width: 100%;
}

.section-breadcrumb {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 100px;
  min-height: 580px;
  padding: 50px 0px;
  overflow: hidden;
}

@media screen and (min-width: 1900px) {
  .section-breadcrumb {
    min-height: 650px;
    padding: 80px 0px 50px;
  }
}

@media screen and (max-width: 768px) {
  .section-breadcrumb {
    background-position: center;
    min-height: 90vh;
  }
}

.section-breadcrumb .container,
.section-breadcrumb .row {
  height: 100%;
}

.section-breadcrumb .content-breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .section-breadcrumb .content-breadcrumb {
    position: absolute;
    bottom: 25%;
    left: 0;
    margin-top: 0px;
  }
}

@media screen and (max-width: 560px) {
  .section-breadcrumb .content-breadcrumb {
    bottom: 0%;
  }
}

.section-breadcrumb .content-breadcrumb img {
  max-width: 100%;
  width: fit-content;
  height: auto;
}

@media screen and (max-width: 768px) {
  .section-breadcrumb .content-breadcrumb img {
    max-width: 150%;
    position: relative;
    left: -80px;
  }
}

.section-breadcrumb .content-breadcrumb .title_pages {
  width: 100%;
  position: absolute;
  padding: 0px 20px;
  margin-top: 100px;
}

.section-breadcrumb .content-breadcrumb .title_pages .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 70%;
  gap: 5px 0px;
}

.section-breadcrumb
  .content-breadcrumb
  .title_pages
  .breadcrumbs
  span:last-of-type {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section-breadcrumb .content-breadcrumb .title_pages .breadcrumbs {
    max-width: 80%;
  }
}

.section-breadcrumb
  .content-breadcrumb
  .title_pages
  .breadcrumbs
  .post-page
  span {
  color: #72d216 !important;
}

.section-breadcrumb
  .content-breadcrumb
  .title_pages
  .breadcrumbs
  span
  a
  span::before {
  content: "\f054";
  font: var(--fa-font-solid);
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  right: -20px;
  bottom: 2px;
}

.section-breadcrumb .content-breadcrumb .title_pages .breadcrumbs span a span {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-right: 30px;
  position: relative;
}

.section-breadcrumb
  .content-breadcrumb
  .title_pages
  .breadcrumbs
  span
  .current-item {
  font-size: 25px;
  font-size: 2.5rem;
  color: #72d216;
  font-family: "Lexend", serif;
  line-height: 1.2;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .section-breadcrumb
    .content-breadcrumb
    .title_pages
    .breadcrumbs
    span
    .current-item {
    margin-top: 30px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.darckTheme .section-breadcrumb .img_bottom {
  filter: grayscale(1) brightness(0.1);
}

.section-titulo-imagem {
  padding: 50px 0;
  position: relative;
  background-color: #ffffff;
}

.section-titulo-imagem .content-text {
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .section-titulo-imagem .content-text {
    max-width: 100%;
  }
}

.section-titulo-imagem .content-text h1,
.section-titulo-imagem .content-text h2,
.section-titulo-imagem .content-text h3,
.section-titulo-imagem .content-text h4,
.section-titulo-imagem .content-text h5,
.section-titulo-imagem .content-text h6 {
  color: #056b28;
  margin-bottom: 20px;
  font-weight: 600;
}

.section-titulo-imagem .content-text h1 strong,
.section-titulo-imagem .content-text h2 strong,
.section-titulo-imagem .content-text h3 strong,
.section-titulo-imagem .content-text h4 strong,
.section-titulo-imagem .content-text h5 strong,
.section-titulo-imagem .content-text h6 strong {
  color: #72d216;
  font-weight: 600;
}

.section-titulo-imagem .content-text h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .section-titulo-imagem .content-text h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.darckTheme .section-titulo-imagem {
  background-color: #191919;
}

.darckTheme .section-titulo-imagem .img_right {
  filter: grayscale(1) brightness(0.3);
}

.section-texto-imagem {
  padding: 0px 0px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .section-texto-imagem {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 560px) {
  .section-texto-imagem {
    padding: 50px 0px 50px;
  }
}

.section-texto-imagem .content-text {
  max-width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .section-texto-imagem .content-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-texto-imagem .content-text {
    margin-top: 50px;
  }
}

@media screen and (max-width: 560px) {
  .section-texto-imagem .content-text {
    max-width: 100%;
  }
}

.section-texto-imagem .content-text strong {
  font-weight: bold !important;
}

.section-texto-imagem .content-text h1,
.section-texto-imagem .content-text h2,
.section-texto-imagem .content-text h3,
.section-texto-imagem .content-text h4,
.section-texto-imagem .content-text h5,
.section-texto-imagem .content-text h6 {
  color: #056b28;
  margin-bottom: 35px;
}

.section-texto-imagem .content-text h4 {
  font-weight: 500;
  color: #72d216;
}

.section-texto-imagem .content-text h2 strong {
  font-size: 36px;
}

.section-texto-imagem .content-text p {
  color: #2c2c2c;
  margin-bottom: 10px;
  font-size: 16px;
}

.section-texto-imagem .content-text a {
  color: #ffffff;
  text-decoration: underline !important;
}

.section-texto-imagem .content-text .icone {
  width: 60px;
  margin-bottom: 20px;
}

.section-texto-imagem .content-text .btn_group .border-none {
  border: 1px solid #fff0 !important;
  padding: 0 !important;
}

.section-texto-imagem .content-text .btn_group .btn_item {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #1da613;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .section-texto-imagem .content-text .btn_group .btn_item {
    border-radius: 0px;
    flex-direction: column;
    align-items: start;
  }
}

.section-texto-imagem .content-text .btn_group .btn_item a,
.section-texto-imagem .content-text .btn_group .btn_item .btn-txt-single {
  color: #056b28;
  text-decoration: underline !important;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .section-texto-imagem .content-text .btn_group .btn_item a,
  .section-texto-imagem .content-text .btn_group .btn_item .btn-txt-single {
    padding-bottom: 10px;
    border-bottom: 0px;
    text-align: left;
    width: 100%;
    text-decoration: none !important;
  }
}

.section-texto-imagem .content-text .btn_group .btn_item .btn-txt-single {
  font-family: "Lexend", serif;
  text-decoration: none !important;
}

.section-texto-imagem .content-text .btn_group .btn_item .link-item {
  max-width: 60%;
}

@media screen and (max-width: 768px) {
  .section-texto-imagem .content-text .btn_group .btn_item .link-item {
    max-width: 100%;
  }
}

.section-texto-imagem .content-text .btn_group .btn_item .link-item i {
  padding-left: 10px;
}

.section-texto-imagem .content-text .btn_group .btn_item .btn_link {
  color: #ffffff;
  background-color: #72d216;
  border-radius: 100px;
  padding: 8px 10px 8px 14px;
  margin: 0;
  text-decoration: none !important;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-texto-imagem .content-text .btn_group .btn_item .btn_link .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #066b29;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-texto-imagem
  .content-text
  .btn_group
  .btn_item
  .btn_link
  .icon-link
  i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .section-texto-imagem .content-text .btn_group .btn_item .btn_link {
    width: fit-content;
  }
}

.section-texto-imagem .content-text .btn_group .btn_item .btn_single {
  color: #ffffff;
  background-color: #056b28;
  border-radius: 100px;
  padding: 8px 10px 8px 14px;
  margin: 0;
  text-decoration: none !important;
  width: fit-content;
  display: flex;
  align-items: center;
}

.section-texto-imagem
  .content-text
  .btn_group
  .btn_item
  .btn_single
  .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #72d216;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-texto-imagem
  .content-text
  .btn_group
  .btn_item
  .btn_single
  .icon-link
  i {
  color: #056b28;
}

@media screen and (max-width: 768px) {
  .section-texto-imagem .content-text .btn_group .btn_item .btn_single {
    width: fit-content;
    text-align: center;
    margin-top: 20px;
  }
}

.section-texto-imagem .content-text .btn_group .btn_item .btn_link_button {
  color: #056b28;
  background-color: #72d216;
  border-radius: 100px;
  padding: 11px 16px;
  margin: 0;
  text-decoration: none !important;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-texto-imagem
  .content-text
  .btn_group
  .btn_item
  .btn_link_button
  > .btn-text {
  margin: 0;
  white-space: nowrap;
  font-size: 26px;
  font-weight: 700;
}

.section-texto-imagem
  .content-text
  .btn_group
  .btn_item
  .btn_link_button
  .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #056b28;
  border-radius: 100px;
  padding: 11px 16px;
  margin: 0;
  width: fit-content;
  height: auto;
}

.section-texto-imagem
  .content-text
  .btn_group
  .btn_item
  .btn_link_button
  .icon-link
  .btn-text {
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}

.section-texto-imagem
  .content-text
  .btn_group
  .btn_item
  .btn_link_button
  .icon-link
  i {
  color: #ffffff;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .section-texto-imagem .content-text .btn_group .btn_item .btn_link_button {
    width: fit-content;
    text-align: center;
    margin-top: 20px;
  }
}

.section-texto-imagem .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-texto-imagem .content-img img {
  width: fit-content;
  max-width: 100%;
  border-radius: 8px;
}

.section-texto-imagem .content-img iframe {
  width: 100%;
  border-radius: 20px;
}

.section-texto-imagem .content-text .btn_group .btn_item:has(.btn_link_button) {
  border-bottom: none;
}

.darckTheme .section-texto-imagem {
  background-color: #191919 !important;
}

.darckTheme .section-texto-imagem .content-text h1,
.darckTheme .section-texto-imagem .content-text h2,
.darckTheme .section-texto-imagem .content-text h3,
.darckTheme .section-texto-imagem .content-text h4,
.darckTheme .section-texto-imagem .content-text h5,
.darckTheme .section-texto-imagem .content-text h6,
.darckTheme .section-texto-imagem .content-text p,
.darckTheme .section-texto-imagem .content-text a,
.darckTheme .section-texto-imagem .content-text span {
  color: #ffffff !important;
}

.darckTheme .section-texto-imagem .content-text .btn_group .btn_item {
  border: 1px solid #ffffff;
}

.darckTheme .section-texto-imagem .content-text .btn_group .btn_item .btn_link {
  color: #000 !important;
}

.darckTheme
  .section-texto-imagem
  .content-text
  .btn_group
  .btn_item
  .btn_link
  i {
  color: #000 !important;
}

.darckTheme
  .section-texto-imagem
  .content-text
  .btn_group
  .btn_item
  .btn_single {
  background-color: #ffffff;
  color: #000 !important;
}

.darckTheme
  .section-texto-imagem
  .content-text
  .btn_group
  .btn_item
  .btn_link_button {
  background-color: #ffffff;
  color: #000 !important;
}

.darckTheme
  .section-texto-imagem
  .content-text
  .btn_group
  .btn_item
  .btn_link_button
  .icon-link {
  background-color: #000 !important;
}

.darckTheme
  .section-texto-imagem
  .content-text
  .btn_group
  .btn_item
  .btn_link_button
  .icon-link
  .btn-text {
  color: #ffffff !important;
}

.darckTheme
  .section-texto-imagem
  .content-text
  .btn_group
  .btn_item
  .btn_link_button
  .icon-link
  i {
  color: #ffffff !important;
}

.section-video {
  position: relative;
  background-color: #056b28;
  padding: 50px 0px;
  margin-top: -1px;
}

.section-video .container {
  border-top: 2px solid #00872e;
  padding-top: 50px;
}

.section-video .content-video video {
  width: 100%;
  border-radius: 30px;
  height: 530px;
  max-width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .section-video .content-video video {
    height: 250px;
  }
}

.section-video .content-video iframe {
  width: 100%;
  border-radius: 30px;
  height: 530px;
  max-width: 100%;
  object-fit: cover;
}

.darckTheme .section-video .img_video_top {
  filter: grayscale(1) brightness(0.3);
}

.darckTheme .section-video .img_video_bottom {
  filter: grayscale(1) brightness(0);
}

.estrutura-societaria {
  padding: 80px 0px 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .estrutura-societaria {
    padding: 20px 0px 50px;
  }
}

.estrutura-societaria .title-section {
  margin-bottom: 40px;
}

.estrutura-societaria .title-section h1,
.estrutura-societaria .title-section h2,
.estrutura-societaria .title-section h3,
.estrutura-societaria .title-section h4,
.estrutura-societaria .title-section h5,
.estrutura-societaria .title-section h6 {
  font-family: "Lexend", serif;
  color: #056b28;
  margin-bottom: 10px;
}

.estrutura-societaria .title-section p {
  color: #2c2c2c;
  font-family: "Lexend", serif;
  margin-bottom: 10px;
}

.estrutura-societaria .content-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.estrutura-societaria .content-section img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.estrutura-societaria .content-section .img_desk {
  display: block;
}

.estrutura-societaria .content-section .box_descricao {
  max-width: 100%;
  min-width: 80%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.estrutura-societaria .content-section .box_descricao strong {
  color: #72d216;
  font-weight: normal;
}

.estrutura-societaria .content-section .box_descricao p {
  margin-bottom: 5px;
  color: #6f6f72;
  font-size: 16px;
  text-align: center;
}

.darckTheme .estrutura-societaria {
  background-color: #000;
}

.darckTheme .content-section .box_descricao {
  background-color: #6f6f6f;
}

.missao-visao_valores {
  padding: 50px 0px 100px;
  position: relative;
  background-color: #72d216;
}

.missao-visao_valores .slide-missao {
  margin-bottom: 0px !important;
}

.missao-visao_valores .slide-missao .slick-dots {
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .missao-visao_valores .slide-missao .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: -10%;
  }
}

.missao-visao_valores .slide-missao .slick-dots li {
  margin: 0 10px;
  transition: 400ms;
}

.missao-visao_valores .slide-missao .slick-dots li.slick-active button {
  transition: 400ms;
}

.missao-visao_valores .slide-missao .slick-dots li.slick-active button::before {
  height: 8px;
  margin-top: -1px;
  transition: 400ms;
  background-color: #066b29;
}

.missao-visao_valores .slide-missao .slick-dots li button {
  transition: 400ms;
}

.missao-visao_valores .slide-missao .slick-dots li button::before {
  content: "";
  height: 6px;
  width: 34px;
  background-color: #ffffff;
  border-radius: 100px;
  transition: 400ms;
  opacity: 1;
}

.missao-visao_valores .slide-missao .slick-arrow {
  background: #066b29;
  height: 50px;
  width: 50px;
  border-radius: 100px;
}

@media screen and (max-width: 1024px) {
  .missao-visao_valores .slide-missao .slick-arrow {
    bottom: -100px;
    top: auto;
  }
}

@media screen and (max-width: 560px) {
  .missao-visao_valores .slide-missao .slick-arrow {
    bottom: -50px;
    top: auto;
  }
}

@media screen and (max-width: 1024px) {
  .missao-visao_valores .slide-missao .slick-prev {
    left: 30%;
  }
}

@media screen and (max-width: 768px) {
  .missao-visao_valores .slide-missao .slick-prev {
    left: 10%;
  }
}

@media screen and (max-width: 560px) {
  .missao-visao_valores .slide-missao .slick-prev {
    left: 25px;
  }
}

.missao-visao_valores .slide-missao .slick-prev::before {
  content: "\f060";
  font: var(--fa-font-solid);
  color: #ffffff;
  font-size: 20px;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .missao-visao_valores .slide-missao .slick-next {
    right: 30%;
  }
}

@media screen and (max-width: 768px) {
  .missao-visao_valores .slide-missao .slick-next {
    right: 10%;
  }
}

@media screen and (max-width: 560px) {
  .missao-visao_valores .slide-missao .slick-next {
    right: 25px;
  }
}

.missao-visao_valores .slide-missao .slick-next::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #ffffff;
  font-size: 20px;
  opacity: 1;
  transition: 400ms;
}

.missao-visao_valores .content-slide {
  padding: 30px 80px;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .missao-visao_valores .content-slide {
    padding: 30px 0px;
  }
}

@media screen and (max-width: 768px) {
  .missao-visao_valores .content-slide {
    padding: 30px 10px 0px;
  }
}

.missao-visao_valores .content-slide .content-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .missao-visao_valores .content-slide .content-text {
    max-width: 100%;
    margin: 40px 0px;
  }
}

.missao-visao_valores .content-slide .content-text h1,
.missao-visao_valores .content-slide .content-text h2,
.missao-visao_valores .content-slide .content-text h3,
.missao-visao_valores .content-slide .content-text h4,
.missao-visao_valores .content-slide .content-text h5,
.missao-visao_valores .content-slide .content-text h6 {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: bold;
}

.missao-visao_valores .content-slide .content-text p {
  font-size: 18px;
  color: #066b29;
  margin-bottom: 10px;
}

.missao-visao_valores .content-slide .content-text .btn_group {
  margin-top: 10px;
  width: fit-content;
  background: #ffffff;
  padding: 8px 10px 8px 20px;
  border-radius: 100px;
}

.missao-visao_valores .content-slide .content-text .btn_group a {
  color: #056b28;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.missao-visao_valores .content-slide .content-text .btn_group a .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #066b29;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.missao-visao_valores .content-slide .content-text .btn_group a .icon-link i {
  color: #ffffff;
}

.missao-visao_valores .content-slide .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.missao-visao_valores .content-slide .content-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .missao-visao_valores .content-slide .content-img img {
    width: 100%;
  }
}

.darckTheme .missao-visao_valores .slide-missao {
  background-color: #303030;
}

.darckTheme .missao-visao_valores::before {
  content: "";
  background: #121212;
}

.darckTheme .missao-visao_valores .icon_top {
  filter: grayscale(1) brightness(0.2);
}

.darckTheme .missao-visao_valores .img_bottom {
  filter: grayscale(1) brightness(0.2);
}

.darckTheme .missao-visao_valores a {
  color: #000 !important;
}

.nossa_presenca {
  padding: 70px 0;
  position: relative;
  background: #1da013;
  margin-top: 0;
  height: auto;
  overflow: visible;
}
.nossa_presenca .text-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nossa_presenca .nossa-presenca__wrapper {
  background: transparent;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .nossa_presenca .nossa-presenca__wrapper {
    padding: 0;
  }
}
.nossa_presenca .nossa-presenca__wrapper .row {
  align-items: flex-start !important;
}
.nossa_presenca .left-content {
  max-width: 410px;
  width: 100%;
}
.nossa_presenca .left-content .main-title {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 35px;
  text-align: left;
}
@media (max-width: 768px) {
  .nossa_presenca .left-content .main-title {
    font-size: 32px;
  }
}
.nossa_presenca .left-content .main-description {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .nossa_presenca .right-content .items-list {
    margin-top: 40px;
  }
}
.nossa_presenca .right-content .list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  text-align: left;
}
.nossa_presenca .right-content .list-item:last-child {
  margin-bottom: 0;
}
.nossa_presenca .right-content .list-item .icon-wrapper {
  margin-right: 35px;
  flex-shrink: 0;
}
.nossa_presenca .right-content .list-item .icon-wrapper img {
  max-height: 54px;
  max-width: 54px;
  width: auto;
  height: auto;
  display: block;
}
.nossa_presenca .right-content .list-item .text-content .number {
  display: block;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 12px;
}
.nossa_presenca .right-content .list-item .text-content .description {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
}
.nossa_presenca .right-content .list-item .text-content .description p {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.timeline {
  padding: 50px 0px 20px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 560px) {
  .timeline {
    padding: 50px 0px 40px;
  }
}

.timeline .title-section {
  max-width: 40%;
}

@media screen and (max-width: 1024px) {
  .timeline .title-section {
    max-width: 100%;
    padding: 0px 10px;
  }
}

.timeline .title-section h1,
.timeline .title-section h2,
.timeline .title-section h3,
.timeline .title-section h4,
.timeline .title-section h5,
.timeline .title-section h6 {
  font-family: "Lexend", serif;
  color: #066b29;
  margin: 0px 0px 20px;
}

.timeline .title-section h2 {
  font-size: 40px;
}

.timeline .title-section p {
  font-family: "Lexend", serif;
  color: #1e1e1e;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.timeline .slide-timeline {
  margin: 30px 0px 0px;
}

.timeline .slide-timeline .content-timeline {
  margin-top: 50px;
}

.timeline .slide-timeline .content-timeline .titulo-dots {
  display: none;
}

.timeline .slide-timeline .content-timeline .content-img {
  display: flex;
  align-items: flex-end;
  padding: 0px 0px 0px 50px;
}

@media screen and (max-width: 768px) {
  .timeline .slide-timeline .content-timeline .content-img {
    padding: 0px 20px;
  }
}

.timeline .slide-timeline .content-timeline .content-img .img_principal {
  width: fit-content;
  max-width: 100%;
  object-fit: cover;
  height: auto;
  margin-top: 30px;
  border-radius: 40px;
}

@media screen and (max-width: 768px) {
  .timeline .slide-timeline .content-timeline .content-img .img_principal {
    height: 250px;
    margin: 30px 0px;
  }
}

.timeline .slide-timeline .content-timeline .timeline-text {
  margin-top: 0px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  max-width: 90%;
  padding-left: 20px;
}

.timeline .slide-timeline .content-timeline .timeline-text .titulo {
  position: relative;
}

.timeline .slide-timeline .content-timeline .timeline-text .titulo::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 30px;
  height: 10px;
  width: 10px;
  border-radius: 100px;
  background-color: #056b28;
}

.timeline .slide-timeline .content-timeline .timeline-text .titulo h1,
.timeline .slide-timeline .content-timeline .timeline-text .titulo h2,
.timeline .slide-timeline .content-timeline .timeline-text .titulo h3,
.timeline .slide-timeline .content-timeline .timeline-text .titulo h4,
.timeline .slide-timeline .content-timeline .timeline-text .titulo h5,
.timeline .slide-timeline .content-timeline .timeline-text .titulo h6 {
  color: #056b28;
  margin-bottom: 20px;
}

.timeline .slide-timeline .content-timeline .timeline-text .titulo h3 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 300;
}

.timeline .slide-timeline .content-timeline .timeline-text .descricao p {
  color: #1e1e1e;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.timeline .slide-timeline .slick-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.timeline .slide-timeline .slick-arrow {
  position: absolute;
  z-index: 9999;
  top: 95% !important;
  border: 1px solid #a5a9aa;
  padding: 25px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .timeline .slide-timeline .slick-arrow {
    top: auto !important;
    bottom: -10%;
  }
}

.timeline .slide-timeline .slick-prev {
  left: 20px;
}

.timeline .slide-timeline .slick-prev::before {
  content: "\f060";
  font: var(--fa-font-solid);
  color: #056b28;
  font-size: 20px;
  opacity: 1;
}

.timeline .slide-timeline .slick-next {
  left: 90px;
}

.timeline .slide-timeline .slick-next::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #056b28;
  font-size: 20px;
  opacity: 1;
}

.timeline .slide-timeline .slick-dots {
  left: 0;
  height: 0;
  top: 0px;
  display: flex;
  align-items: start;
  flex-direction: row;
  gap: 5px;
  height: 40px;
}

@media screen and (max-width: 1200px) {
  .timeline .slide-timeline .slick-dots {
    overflow-x: scroll;
  }
}

.timeline .slide-timeline .slick-dots li,
.timeline .slide-timeline .slick-dots button {
  width: auto;
}

.timeline .slide-timeline .slick-dots li + li {
  margin-left: 15px;
}

.timeline .slide-timeline .slick-dots li button {
  height: 40px;
}

.timeline .slide-timeline .slick-dots p {
  color: #6f6f72;
  margin-bottom: 30px;
  font-size: 16px;
}

.timeline .slide-timeline .slick-dots .slick-active button p {
  color: #056b28;
}

.timeline .slide-timeline .slick-dots .slick-active button::before {
  color: #72d216;
}

.timeline .slide-timeline .slick-dots li {
  display: flex;
  margin-bottom: 14px;
}

.timeline .slide-timeline .slick-dots li button::before {
  opacity: 1;
  line-height: 20px;
  top: 14px;
  left: 10px;
  color: #6f6f72;
  font-size: 12px;
}

@media screen and (min-width: 560px) {
  .timeline .slide-timeline {
    min-height: 510px;
  }
}

.darckTheme .timeline {
  background-color: #000;
}

.darckTheme .timeline .img_top {
  filter: grayscale(1) brightness(0);
}

.section-praticas-governanca {
  padding: 80px 0;
  position: relative;
  background-color: #056b28;
}

.section-praticas-governanca .content-img {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-praticas-governanca .content-img {
    margin-bottom: 50px;
  }
}

.section-praticas-governanca .content-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  max-width: 90%;
  min-height: 530px;
  object-fit: cover;
}

@media screen and (max-width: 560px) {
  .section-praticas-governanca .content-img img {
    max-width: 100%;
    width: 100%;
  }
}

.section-praticas-governanca .content-img .direitos_img {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: fit-content;
  padding: 10px 30px;
  background-color: #00000070;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.section-praticas-governanca .content-img .direitos_img a {
  color: #ffffff;
  font-weight: bold;
}

.section-praticas-governanca .content-text {
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  .section-praticas-governanca .content-text {
    margin-top: 50px;
  }
}

@media screen and (max-width: 560px) {
  .section-praticas-governanca .content-text {
    max-width: 100%;
    margin-top: 0;
  }
}

.section-praticas-governanca .content-text h1,
.section-praticas-governanca .content-text h2,
.section-praticas-governanca .content-text h3,
.section-praticas-governanca .content-text h4,
.section-praticas-governanca .content-text h5,
.section-praticas-governanca .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 26px;
}

.section-praticas-governanca .content-text h2 {
  font-size: 36px;
  font-weight: 800;
}

.section-praticas-governanca .content-text h4 {
  font-size: 24px;
  font-weight: normal;
}

.section-praticas-governanca .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 10px;
  font-size: 18px;
}

.section-praticas-governanca .content-text p a {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.darckTheme .section-praticas-governanca {
  background-color: #090909;
}

.darckTheme .section-praticas-governanca .img-top {
  filter: grayscale(1) brightness(0.1);
}

.darckTheme .section-praticas-governanca .img-bottom {
  filter: grayscale(1) brightness(0.1);
}

.section-estrutura-governanca {
  padding: 0px;
  position: relative;
}

.section-estrutura-governanca .content-img {
  display: flex;
  align-items: start;
  position: relative;
  justify-content: end;
}

.section-estrutura-governanca .content-img img {
  height: 800px;
  max-width: 100%;
  min-height: 530px;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .section-estrutura-governanca .content-img img {
    height: auto;
  }
}

@media screen and (max-width: 560px) {
  .section-estrutura-governanca .content-img img {
    border-radius: 0;
    height: 450px;
    width: 100%;
    min-height: auto;
    margin-top: 0;
  }
}

.section-estrutura-governanca .content-img .direitos_img {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: fit-content;
  padding: 10px 30px;
  background-color: #00000070;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

@media screen and (max-width: 560px) {
  .section-estrutura-governanca .content-img .direitos_img {
    left: auto;
    right: 30px;
  }
}

.section-estrutura-governanca .content-img .direitos_img a {
  color: #ffffff;
  font-weight: bold;
}

.section-estrutura-governanca .position_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-estrutura-governanca .content-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 70%;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .section-estrutura-governanca .content-text {
    max-width: 90%;
  }
}

@media screen and (max-width: 560px) {
  .section-estrutura-governanca .content-text {
    max-width: 100%;
    margin-top: 50px;
    padding: 0px 20px;
  }
}

.section-estrutura-governanca .content-text strong {
  font-weight: bold !important;
}

.section-estrutura-governanca .content-text h1,
.section-estrutura-governanca .content-text h2,
.section-estrutura-governanca .content-text h3,
.section-estrutura-governanca .content-text h4,
.section-estrutura-governanca .content-text h5,
.section-estrutura-governanca .content-text h6 {
  color: #056b28;
  font-family: "Lexend", serif;
  margin-bottom: 20px;
}

.section-estrutura-governanca .content-text h2 {
  font-size: 36px;
}

.section-estrutura-governanca .content-text p {
  color: #2c2c2c;
  font-family: "Lexend", serif;
  margin-bottom: 20px;
  font-size: 16px;
}

.section-estrutura-governanca .content-text p strong {
  font-weight: bold !important;
  font-size: 18px;
}

.section-estrutura-governanca .content-text p a {
  color: #1da613;
  font-family: "Lexend", serif;
  text-decoration: underline !important;
}

.section-estrutura-governanca .content-text .icone {
  width: 60px;
  margin-bottom: 20px;
}

.section-estrutura-governanca .content-text .btn_single {
  margin-top: 20px;
}

.section-estrutura-governanca .content-text .btn_single a {
  color: #ffffff;
  font-weight: 600;
  background-color: #1da613;
  border-radius: 100px;
  padding: 10px 30px;
  margin: 0;
  text-decoration: none !important;
  width: fit-content;
  text-align: center;
  position: relative;
  z-index: 0;
}

.section-estrutura-governanca .content-text .btn_single a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  border: 1px solid #056b28;
  height: 40px;
  width: 100%;
  border-radius: 100px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section-estrutura-governanca .content-text .btn_single {
    width: fit-content;
    text-align: center;
    margin-top: 20px;
  }
}

.section-concelho-governanca {
  padding: 80px 0px 0px;
  position: relative;
}

.section-concelho-governanca .content-img {
  display: flex;
  align-items: start;
  position: relative;
  justify-content: start;
}

@media screen and (max-width: 560px) {
  .section-concelho-governanca .content-img {
    padding: 0px 20px;
    margin-bottom: 30px;
  }
}

.section-concelho-governanca .content-img img {
  border-radius: 8px 8px 0px 0px;
  width: 95%;
  max-width: 100%;
  height: 750px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .section-concelho-governanca .content-img img {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .section-concelho-governanca .content-img img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    border-radius: 8px;
  }
}

.section-concelho-governanca .content-img .direitos_img {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: fit-content;
  padding: 10px 30px;
  background-color: #00000070;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.section-concelho-governanca .content-img .direitos_img a {
  color: #ffffff;
  font-weight: bold;
}

.section-concelho-governanca .position_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-concelho-governanca .content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 75%;
  margin-top: -50px;
}

@media screen and (max-width: 1200px) {
  .section-concelho-governanca .content-text {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .section-concelho-governanca .content-text {
    margin-top: 50px;
  }
}

@media screen and (max-width: 560px) {
  .section-concelho-governanca .content-text {
    max-width: 100%;
    padding: 0px 20px;
    margin-top: 0;
  }
}

.section-concelho-governanca .content-text h1,
.section-concelho-governanca .content-text h2,
.section-concelho-governanca .content-text h3,
.section-concelho-governanca .content-text h4,
.section-concelho-governanca .content-text h5,
.section-concelho-governanca .content-text h6 {
  font-family: "Lexend", serif;
  color: #72d216;
  margin-bottom: 20px;
}

.section-concelho-governanca .content-text h1 a,
.section-concelho-governanca .content-text h2 a,
.section-concelho-governanca .content-text h3 a,
.section-concelho-governanca .content-text h4 a,
.section-concelho-governanca .content-text h5 a,
.section-concelho-governanca .content-text h6 a {
  text-decoration: underline !important;
}

.section-concelho-governanca .content-text p {
  color: #2c2c2c;
  font-family: "Lexend", serif;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.section-concelho-governanca .content-text p a {
  color: #1da613;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.section-concelho-governanca .content-text .content-topics {
  margin-bottom: 40px;
}

.section-concelho-governanca .content-text .content-topics img {
  width: 40px;
  object-fit: contain;
  margin-bottom: 20px;
}

.section-concelho-governanca .content-text .content-topics h1,
.section-concelho-governanca .content-text .content-topics h2,
.section-concelho-governanca .content-text .content-topics h3,
.section-concelho-governanca .content-text .content-topics h4,
.section-concelho-governanca .content-text .content-topics h5,
.section-concelho-governanca .content-text .content-topics h6 {
  color: #72d216;
  font-family: "Lexend", serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-concelho-governanca .content-text .content-topics p {
  color: #2c2c2c;
  font-family: "Lexend", serif;
  margin-bottom: 10px;
  font-size: 18px;
}

.section-concelho-governanca .content-text .content-topics p a {
  color: #1da613;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.darckTheme .section-concelho-governanca {
  background-color: #000;
}

.darckTheme .section-concelho-governanca .content-text h1,
.darckTheme .section-concelho-governanca .content-text h2,
.darckTheme .section-concelho-governanca .content-text h3,
.darckTheme .section-concelho-governanca .content-text h4,
.darckTheme .section-concelho-governanca .content-text h5,
.darckTheme .section-concelho-governanca .content-text h6,
.darckTheme .section-concelho-governanca .content-text p,
.darckTheme .section-concelho-governanca .content-text span {
  color: #ffffff !important;
}

.section-comites-governanca {
  padding: 80px 0px;
  position: relative;
  background-color: #056b28;
}

.section-comites-governanca .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-comites-governanca .content-img {
    margin-bottom: 50px;
  }
}

.section-comites-governanca .content-img img {
  min-height: 100%;
  max-width: 90%;
  height: auto;
  object-fit: cover;
}

.section-comites-governanca .content-img .direitos_img {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: fit-content;
  padding: 10px 30px;
  background-color: #00000070;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.section-comites-governanca .content-img .direitos_img a {
  color: #ffffff;
  font-weight: bold;
}

.section-comites-governanca .position_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-comites-governanca .position_content .content-text {
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 560px) {
  .section-comites-governanca .position_content .content-text {
    max-width: 100%;
    padding: 0px 20px;
  }
}

.section-comites-governanca .position_content .content-text h1,
.section-comites-governanca .position_content .content-text h2,
.section-comites-governanca .position_content .content-text h3,
.section-comites-governanca .position_content .content-text h4,
.section-comites-governanca .position_content .content-text h5,
.section-comites-governanca .position_content .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: bold;
  margin-bottom: 26px;
}

.section-comites-governanca .position_content .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 200;
}

.section-comites-governanca .position_content .content-text p strong {
  font-weight: 600;
}

.section-comites-governanca .position_content .content-text p a {
  color: #ffffff;
  font-family: "Lexend", serif;
  text-decoration: underline !important;
}

.darckTheme .section-comites-governanca {
  background-color: #191919;
}

.darckTheme .section-comites-governanca .img-top {
  filter: grayscale(1) brightness(0.3);
}

.section-organograma {
  padding: 50px 0px 30px;
  position: relative;
  margin-top: -1px;
  z-index: 2;
}

.section-organograma .title-section {
  max-width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1370px) {
  .section-organograma .title-section {
    max-width: 80%;
  }
}

@media screen and (max-width: 560px) {
  .section-organograma .title-section {
    max-width: 100%;
  }
}

.section-organograma .title-section strong {
  font-weight: 600 !important;
}

.section-organograma .title-section h1,
.section-organograma .title-section h2,
.section-organograma .title-section h3,
.section-organograma .title-section h4,
.section-organograma .title-section h5,
.section-organograma .title-section h6 {
  color: #72d216;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  font-weight: 600;
}

.section-organograma .title-section h1 strong,
.section-organograma .title-section h2 strong,
.section-organograma .title-section h3 strong,
.section-organograma .title-section h4 strong,
.section-organograma .title-section h5 strong,
.section-organograma .title-section h6 strong {
  color: #056b28;
}

.section-organograma .title-section p {
  color: #2c2c2c;
  text-align: center;
  margin: 20px 0px 10px;
  font-size: 18px;
}

.section-organograma .organograma-items-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  width: 100%;
}

.section-organograma .organograma-items-vertical .organoprama-item {
  background-color: #056b28;
  padding: 0px 30px;
  min-width: 260px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lexend", serif;
  font-weight: bold;
  border-radius: 10px;
  min-height: 60px;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
}

.section-organograma .organograma-items-vertical .organoprama-item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 4px;
  height: 120%;
  background-color: #72d216;
  z-index: -1;
}

.section-organograma .organograma-items-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  position: relative;
  margin-top: 75px;
}

@media screen and (max-width: 1200px) {
  .section-organograma .organograma-items-horizontal {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.section-organograma .organograma-items-horizontal::after {
  content: "";
  position: absolute;
  top: -40px;
  width: calc(80% + 18px);
  left: calc(50% + 2px);
  transform: translateX(-50%);
  height: 4px;
  background-color: #72d216;
  z-index: -1;
}

@media screen and (max-width: 1370px) {
  .section-organograma .organograma-items-horizontal::after {
    width: calc(90% + 49px);
  }
}

@media screen and (max-width: 1200px) {
  .section-organograma .organograma-items-horizontal::after {
    width: calc(100% + -4px);
  }
}

@media screen and (max-width: 980px) {
  .section-organograma .organograma-items-horizontal::after {
    width: calc(100% - 3px);
  }
}

.section-organograma .organograma-items-horizontal .organoprama-item {
  background-image: url("../../img/organograma-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0px 30px;
  min-width: 170px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lexend", serif;
  font-weight: bold;
  border-radius: 10px;
  min-height: 60px;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .section-organograma .organograma-items-horizontal .organoprama-item {
    width: 45%;
  }
}

.section-organograma .organograma-items-horizontal .organoprama-item::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 150%;
  background-color: #72d216;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .section-organograma
    .organograma-items-horizontal
    .organoprama-item:nth-child(odd)::before {
    left: 0px;
    top: 6px;
  }

  .section-organograma
    .organograma-items-horizontal
    .organoprama-item:nth-child(even)::before {
    right: 0%;
    left: auto;
    top: 6px;
  }
}

.section-tranparencia-salarial {
  position: relative;
  background-color: #ffffff;
  padding-top: 50px;
}

.section-tranparencia-salarial .content-text h1,
.section-tranparencia-salarial .content-text h2,
.section-tranparencia-salarial .content-text h3,
.section-tranparencia-salarial .content-text h4,
.section-tranparencia-salarial .content-text h5,
.section-tranparencia-salarial .content-text h6 {
  color: #056b28;
  margin-bottom: 20px;
  font-weight: 600;
}

.section-tranparencia-salarial .content-text h1 strong,
.section-tranparencia-salarial .content-text h2 strong,
.section-tranparencia-salarial .content-text h3 strong,
.section-tranparencia-salarial .content-text h4 strong,
.section-tranparencia-salarial .content-text h5 strong,
.section-tranparencia-salarial .content-text h6 strong {
  color: #72d216;
  font-weight: 600;
}

.section-tranparencia-salarial .content-text h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .section-tranparencia-salarial .content-text h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.section-tranparencia-salarial .content-text h4 {
  color: #2c2c2c;
  font-size: 18px;
  line-height: 1.3;
}

.section-tranparencia-salarial .content-text ul {
  background: #72d216;
  padding: 20px 20px 20px 30px !important;
  border-radius: 4px;
}

.section-tranparencia-salarial .content-text ul li {
  width: 100%;
  font-family: "Lexend", serif;
}

.section-tranparencia-salarial .content-text img {
  max-width: 100%;
  margin-bottom: 30px;
}

.darckTheme .section-titulo-imagem {
  background-color: #191919;
}

.darckTheme .section-titulo-imagem .img_right {
  filter: grayscale(1) brightness(0.3);
}

.section-missao {
  position: relative;
  background: #056b28;
  padding: 50px 0px;
}

@media screen and (max-width: 560px) {
  .section-missao {
    margin-top: 0px;
    padding-bottom: 70px;
  }
}

.section-missao .content-img {
  display: flex;
  align-items: start;
  position: relative;
  justify-content: start;
}

.section-missao .content-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.section-missao .position_content {
  display: flex;
  justify-content: center;
}

.section-missao .content-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .section-missao .content-text {
    margin-top: 50px;
    max-width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .section-missao .content-text {
    padding: 0px 20px;
  }
}

.section-missao .content-text h1,
.section-missao .content-text h2,
.section-missao .content-text h3,
.section-missao .content-text h4,
.section-missao .content-text h5,
.section-missao .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 26px;
}

.section-missao .content-text h4 {
  font-size: 18px;
}

.section-missao .content-text h2 {
  font-size: 36px;
}

.section-missao .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 10px;
  font-size: 20px;
}

.section-missao .content-text p a {
  color: #1da613;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.darckTheme .section-missao {
  background-color: #000 !important;
}

.darckTheme .section-missao .img_top {
  filter: grayscale(1) brightness(0);
}

.section-valores {
  padding: 80px 0px;
  position: relative;
  background-color: #72d216;
}

@media screen and (max-width: 768px) {
  .section-valores {
    padding: 50px 0px 0px;
  }
}

@media screen and (max-width: 560px) {
  .section-valores {
    padding: 0px;
  }
}

.section-valores .content-img {
  display: flex;
  align-items: start;
  position: relative;
  justify-content: start;
}

@media screen and (max-width: 560px) {
  .section-valores .content-img {
    padding: 0px 20px;
  }
}

.section-valores .content-img img {
  border-radius: 8px;
  width: 95%;
  max-width: 100%;
  min-height: 800px;
  object-fit: cover;
}

@media screen and (max-width: 560px) {
  .section-valores .content-img img {
    width: 100%;
    max-width: 100%;
    min-height: 420px;
  }
}

.section-valores .content-img .direitos_img {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: fit-content;
  padding: 10px 30px;
  background-color: #00000070;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.section-valores .content-img .direitos_img a {
  color: #ffffff;
  font-weight: bold;
}

.section-valores .content-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 79%;
  margin-bottom: 40px;
}

.section-valores .content-text h1,
.section-valores .content-text h2,
.section-valores .content-text h3,
.section-valores .content-text h4,
.section-valores .content-text h5,
.section-valores .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 20px;
}

.section-valores .content-text h4 {
  font-size: 18px;
}

.section-valores .content-text h2 {
  font-size: 36px;
}

@media screen and (max-width: 560px) {
  .section-valores .content-text h2 {
    font-size: 32px;
  }
}

.section-valores .content-text p {
  color: #056b28;
  font-family: "Lexend", serif;
  margin-bottom: 10px;
  font-size: 20px;
}

.section-valores .content-text p a {
  color: #1da613;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

@media screen and (max-width: 560px) {
  .section-valores .content-text {
    max-width: 100%;
    padding: 50px 20px 0px;
  }
}

.section-valores .content-columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.section-valores .content-columns .col-md-6 {
  align-content: center;
}

.section-valores .content-columns .content-box {
  margin-bottom: 20px;
  padding: 0px 20px;
}

@media screen and (max-width: 560px) {
  .section-valores .content-columns .content-box {
    max-width: 100%;
    margin: 30px 0px 20px;
    padding: 0;
  }
}

.section-valores .content-columns .title {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.section-valores .content-columns img {
  width: 60px;
}

.section-valores .content-columns h1,
.section-valores .content-columns h2,
.section-valores .content-columns h3,
.section-valores .content-columns h4,
.section-valores .content-columns h5,
.section-valores .content-columns h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 0px;
}

.section-valores .content-columns h3 {
  font-size: 28px;
}

.section-valores .content-columns p {
  color: #056b28;
  font-family: "Lexend", serif;
  margin-bottom: 10px;
  font-size: 18px;
}

.section-valores .content-columns p a {
  color: #1da613;
  font-family: "Lexend", serif;
  text-decoration: underline !important;
}

.darckTheme .section-valores .bg-text {
  background-color: #000;
}

.darckTheme .section-valores .img_top {
  filter: grayscale(1) brightness(0);
}

.section-infraestrutura_unidades {
  padding: 50px 0px;
  position: relative;
  background-color: #056b28;
  margin-top: -1px;
  z-index: 0;
}

@media screen and (max-width: 560px) {
  .section-infraestrutura_unidades {
    padding: 60px 0px 0px;
  }
}

.section-infraestrutura_unidades .content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 65%;
}

@media screen and (max-width: 560px) {
  .section-infraestrutura_unidades .content-text {
    max-width: 100%;
  }
}

.section-infraestrutura_unidades .content-text strong {
  font-weight: bold !important;
}

.section-infraestrutura_unidades .content-text h1,
.section-infraestrutura_unidades .content-text h2,
.section-infraestrutura_unidades .content-text h3,
.section-infraestrutura_unidades .content-text h4,
.section-infraestrutura_unidades .content-text h5,
.section-infraestrutura_unidades .content-text h6 {
  color: #ffffff;
  margin-bottom: 20px;
  font-family: "Lexend", serif;
  font-weight: 100;
}

.section-infraestrutura_unidades .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 20px;
  font-weight: 100;
}

.section-infraestrutura_unidades .content-img img {
  max-width: 100%;
}

@media screen and (max-width: 560px) {
  .section-infraestrutura_unidades .content-img img {
    width: 90%;
    margin-bottom: -50px;
  }
}

.darckTheme .section-infraestrutura_unidades {
  background-color: #191919;
}

.darckTheme .section-infraestrutura_unidades .img_top {
  filter: grayscale(1) brightness(0.3);
}

.darckTheme .section-infraestrutura_unidades .content-text h1,
.darckTheme .section-infraestrutura_unidades .content-text h2,
.darckTheme .section-infraestrutura_unidades .content-text h3,
.darckTheme .section-infraestrutura_unidades .content-text h4,
.darckTheme .section-infraestrutura_unidades .content-text h5,
.darckTheme .section-infraestrutura_unidades .content-text h6,
.darckTheme .section-infraestrutura_unidades .content-text p,
.darckTheme .section-infraestrutura_unidades .content-text span {
  color: #ffffff !important;
}

.section-unidades_negocios {
  padding: 60px 0;
}

.section-unidades_negocios .title-section {
  margin-bottom: 30px;
}

.section-unidades_negocios .title-section h1,
.section-unidades_negocios .title-section h2,
.section-unidades_negocios .title-section h3,
.section-unidades_negocios .title-section h4,
.section-unidades_negocios .title-section h5,
.section-unidades_negocios .title-section h6 {
  color: #1da613;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-unidades_negocios .title-section h2 {
  font-size: 36px;
}

.section-unidades_negocios .card-items {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: 30px auto 0;
  box-shadow: 0px 0px 12px #00000020;
  border: 0px;
  border-radius: 8px;
  overflow: hidden;
  min-height: 95%;
  background-color: #f6f6f6;
}

.section-unidades_negocios .img_principal {
  position: relative;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.section-unidades_negocios .logo_card {
  margin-bottom: 20px;
  width: fit-content;
}

.section-unidades_negocios .content-card {
  padding: 0px 30px 30px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.section-unidades_negocios .content-card h1,
.section-unidades_negocios .content-card h2,
.section-unidades_negocios .content-card h3,
.section-unidades_negocios .content-card h4,
.section-unidades_negocios .content-card h5,
.section-unidades_negocios .content-card h6 {
  color: #72d216;
  margin-bottom: 10px;
}

.section-unidades_negocios .content-card P {
  color: #1e1e1e;
  margin-bottom: 10px;
}

.section-unidades_negocios .content-card .btn_link {
  width: fit-content;
  background: #72d216;
  padding: 8px 10px 8px 20px;
  border-radius: 100px;
  margin-top: 10px;
  color: #056b28;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-unidades_negocios .content-card .btn_link .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #066b29;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-unidades_negocios .content-card .btn_link .icon-link i {
  color: #ffffff;
}

.darckTheme .section-unidades_negocios .card .modal-base .modal-txt p {
  color: #000 !important;
}

.darckTheme
  .section-unidades_negocios
  .card
  .modal-base
  .modal-txt
  .btn_item
  a {
  color: #000 !important;
}

.darckTheme
  .section-unidades_negocios
  .card
  .modal-base
  .modal-txt
  .btn_item
  a
  i {
  color: #000 !important;
}

.section-nossas_politicas {
  padding: 80px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 560px) {
  .section-nossas_politicas {
    padding: 70px 0px;
  }
}

.section-nossas_politicas .position_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .section-nossas_politicas .position_content {
    width: 60% !important;
  }
}

@media screen and (max-width: 998px) {
  .section-nossas_politicas .position_content {
    width: 80% !important;
  }
}

@media screen and (max-width: 800px) {
  .section-nossas_politicas .position_content {
    width: 70% !important;
  }
}

@media screen and (max-width: 769px) {
  .section-nossas_politicas .position_content {
    width: 100% !important;
  }
}

.section-nossas_politicas .position_content img {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 0;
}

.section-nossas_politicas .content-text {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 50px 20px 0px;
  width: 90%;
}

@media screen and (max-width: 560px) {
  .section-nossas_politicas .content-text {
    padding: 0;
    width: 90%;
  }
}

.section-nossas_politicas .content-text h1,
.section-nossas_politicas .content-text h2,
.section-nossas_politicas .content-text h3,
.section-nossas_politicas .content-text h4,
.section-nossas_politicas .content-text h5,
.section-nossas_politicas .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 40px;
  font-weight: normal;
}

.section-nossas_politicas .content-text h1 strong,
.section-nossas_politicas .content-text h2 strong,
.section-nossas_politicas .content-text h3 strong,
.section-nossas_politicas .content-text h4 strong,
.section-nossas_politicas .content-text h5 strong,
.section-nossas_politicas .content-text h6 strong {
  color: #72d216;
  font-weight: normal;
}

.section-nossas_politicas .content-text h3 {
  font-size: 40px;
}

@media screen and (max-width: 560px) {
  .section-nossas_politicas .content-text h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.section-nossas_politicas .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 100;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.section-nossas_politicas .content-text p a {
  color: #1da613;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.section-nossas_politicas .content-text ul {
  list-style: none;
  width: 100%;
  z-index: 2;
  border-top: 2px solid #72d216;
}

.section-nossas_politicas .content-text ul li {
  padding: 20px 0px;
  border-bottom: 2px solid #72d216;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0px;
}

@media screen and (max-width: 768px) {
  .section-nossas_politicas .content-text ul li {
    border-radius: 0px;
    align-items: start;
    padding: 15px 0px;
  }
}

.section-nossas_politicas .content-text ul li a.text_link {
  color: #ffffff;
  text-decoration: underline !important;
  margin: 0px 20px 0px 0px;
}

.section-nossas_politicas .content-text ul li i {
  color: #72d216;
  margin-left: 20px;
}

.section-nossas_politicas .content-text ul li .btn_group {
  display: flex;
  align-items: center;
  gap: 0px 10px;
}

.section-nossas_politicas .content-text ul li .btn_link {
  display: flex;
  align-items: center;
  color: #056b28;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 8px 14px;
  margin: 0;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .section-nossas_politicas .content-text ul li .btn_link {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.section-nossas_politicas .content-text ul li .btn_link i {
  color: #1da613;
  margin-left: 10px;
}

.darckTheme .section-nossas_politicas {
  background-color: #000;
}

.darckTheme .section-nossas_politicas .img_top {
  filter: grayscale(1) brightness(0.1);
}

.darckTheme .section-nossas_politicas .img_bottom {
  filter: grayscale(1) brightness(0);
}

.darckTheme .section-nossas_politicas .img_grafismo {
  display: none;
}

.darckTheme .section-nossas_politicas .content-text ul li .btn_link {
  color: #000 !important;
}

.darckTheme .section-nossas_politicas .content-text ul li .btn_link i {
  color: #000 !important;
}

.section-box_icone_texto {
  padding: 60px 0 0;
  position: relative;
  z-index: 1;
}

.section-box_icone_texto .bg_box {
  position: absolute;
  width: 100%;
  height: 60%;
  z-index: -1;
  top: -50px;
}

.section-box_icone_texto p {
  color: #2c2c2c;
  max-width: 80%;
  margin: 20px 10px;
  font-size: 9px;
  font-size: 0.9rem;
}

.section-box_icone_texto p a {
  color: #ffffff;
  text-decoration: underline !important;
}

.section-box_icone_texto .content-box {
  padding: 50px 0;
  margin-bottom: 30px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .section-box_icone_texto .content-box {
    padding: 30px 10px;
    margin: 0px;
  }
}

.section-box_icone_texto .content-text {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .section-box_icone_texto .content-text {
    max-width: 100%;
    margin-top: 20px;
  }
}

.section-box_icone_texto .content-text strong {
  font-weight: bold !important;
}

.section-box_icone_texto .content-text h1,
.section-box_icone_texto .content-text h2,
.section-box_icone_texto .content-text h3,
.section-box_icone_texto .content-text h4,
.section-box_icone_texto .content-text h5,
.section-box_icone_texto .content-text h6 {
  color: #ffffff;
  margin-bottom: 20px;
}

.section-box_icone_texto .content-text h1 a,
.section-box_icone_texto .content-text h2 a,
.section-box_icone_texto .content-text h3 a,
.section-box_icone_texto .content-text h4 a,
.section-box_icone_texto .content-text h5 a,
.section-box_icone_texto .content-text h6 a {
  color: #ffffff;
  text-decoration: underline !important;
}

.section-box_icone_texto .content-text h4 {
  font-weight: 600;
}

.section-box_icone_texto .content-text p {
  color: #ffffff;
  margin-bottom: 10px;
}

.section-box_icone_texto .content-text .btn_group {
  display: flex;
  gap: 0px 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .section-box_icone_texto .content-text .btn_group {
    gap: 0px 10px;
    width: 100%;
  }
}

.section-box_icone_texto .content-text .btn_group .btn_link {
  margin-top: 20px;
  width: fit-content;
  background: #ffffff;
  padding: 8px 10px 8px 20px;
  border-radius: 100px;
}

.section-box_icone_texto .content-text .btn_group .btn_link:nth-child(odd) a {
  color: #056b28;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-box_icone_texto
  .content-text
  .btn_group
  .btn_link:nth-child(odd)
  a
  .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #066b29;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-box_icone_texto
  .content-text
  .btn_group
  .btn_link:nth-child(odd)
  a
  .icon-link
  i {
  color: #ffffff;
}

.section-box_icone_texto .content-text .btn_group .btn_link:nth-child(even) a {
  color: #72d216;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-box_icone_texto
  .content-text
  .btn_group
  .btn_link:nth-child(even)
  a
  .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #72d216;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-box_icone_texto
  .content-text
  .btn_group
  .btn_link:nth-child(even)
  a
  .icon-link
  i {
  color: #ffffff;
}

.section-box_icone_texto .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-box_icone_texto .content-img img {
  width: fit-content;
  max-width: 100%;
}

.darckTheme .section-box_icone_texto .bg_box {
  background-color: #191919 !important;
}

.darckTheme .section-box_icone_texto .content-box {
  background-color: #191919 !important;
}

.darckTheme .section-box_icone_texto .content-box .btn_group .btn_link a {
  background-color: #ffffff;
  color: #000 !important;
}

.section-outras_politicas {
  padding: 50px 0px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 560px) {
  .section-outras_politicas {
    margin-top: 50px;
    padding: 0px;
  }
}

.section-outras_politicas .content-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

@media screen and (max-width: 560px) {
  .section-outras_politicas .content-text {
    margin-top: 50px;
    padding: 0px 20px;
  }
}

.section-outras_politicas .content-text h1,
.section-outras_politicas .content-text h2,
.section-outras_politicas .content-text h3,
.section-outras_politicas .content-text h4,
.section-outras_politicas .content-text h5,
.section-outras_politicas .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 40px;
  max-width: 60%;
}

@media screen and (max-width: 560px) {
  .section-outras_politicas .content-text h1,
  .section-outras_politicas .content-text h2,
  .section-outras_politicas .content-text h3,
  .section-outras_politicas .content-text h4,
  .section-outras_politicas .content-text h5,
  .section-outras_politicas .content-text h6 {
    max-width: 100%;
  }
}

.section-outras_politicas .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 100;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.section-outras_politicas .content-text p a {
  color: #1da613;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.section-outras_politicas .content-text ul {
  list-style: none;
  width: 100%;
  z-index: 2;
  border-top: 1px solid #747876;
}

.section-outras_politicas .content-text ul li {
  padding: 14px 0px;
  border-bottom: 1px solid #747876;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .section-outras_politicas .content-text ul li {
    border-radius: 0px;
    flex-direction: row;
    align-items: start;
  }
}

.section-outras_politicas .content-text ul li a.text_link {
  color: #6f6f72;
  text-decoration: underline !important;
  margin-right: 20px;
  max-width: 60%;
}

.section-outras_politicas .content-text ul li .btn_group {
  display: flex;
  align-items: center;
  gap: 0px 10px;
}

.section-outras_politicas .content-text ul li .btn_link {
  margin: 0px;
  width: fit-content;
  background: #72d216;
  padding: 8px 10px 8px 20px;
  border-radius: 100px;
  color: #056b28;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-outras_politicas .content-text ul li .btn_link .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #066b29;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-outras_politicas .content-text ul li .btn_link .icon-link i {
  color: #ffffff;
}

.darckTheme .section-outras_politicas {
  background-color: #000;
}

.darckTheme .section-outras_politicas .img_top {
  filter: grayscale(1) brightness(0.1);
}

.darckTheme .section-outras_politicas .img_bottom {
  filter: grayscale(1) brightness(0);
}

.darckTheme .section-outras_politicas .img_grafismo {
  display: none;
}

.darckTheme .section-outras_politicas .content-text ul li .btn_link {
  color: #000 !important;
}

.darckTheme .section-outras_politicas .content-text ul li .btn_link i {
  color: #000 !important;
}

.section-etica_integridade {
  padding: 50px 0px;
  background: #056b28;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-etica_integridade {
    margin-top: 0px;
    padding-bottom: 70px;
  }
}

.section-etica_integridade .content-img {
  display: flex;
  align-items: start;
  position: relative;
  justify-content: start;
}

.section-etica_integridade .content-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}

.section-etica_integridade .position_content {
  display: flex;
  justify-content: center;
}

.section-etica_integridade .content-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 80%;
}

@media screen and (max-width: 769px) {
  .section-etica_integridade .content-text {
    max-width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 560px) {
  .section-etica_integridade .content-text {
    max-width: 100%;
    padding: 0px 20px;
  }
}

.section-etica_integridade .content-text h1,
.section-etica_integridade .content-text h2,
.section-etica_integridade .content-text h3,
.section-etica_integridade .content-text h4,
.section-etica_integridade .content-text h5,
.section-etica_integridade .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 26px;
}

.section-etica_integridade .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 10px;
  font-size: 20px;
}

.section-etica_integridade .content-text p a {
  color: #1da613;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.darckTheme .section-etica_integridade {
  background-color: #000;
}

.darckTheme .section-etica_integridade .img_top {
  filter: grayscale(1) brightness(0);
}

.darckTheme .section-etica_integridade .img_bottom {
  filter: grayscale(1) brightness(0);
}

.section-boxes_etica {
  padding: 30px 0px 0px;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-boxes_etica {
    padding: 50px 0px 0px;
  }
}

.section-boxes_etica .content-box {
  max-width: 100%;
  background-color: #f6f6f6;
  border-radius: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.section-boxes_etica .content-box img {
  width: 100%;
  max-width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.section-boxes_etica .content-box .content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  padding: 20px;
}

.section-boxes_etica .content-box .content-text strong {
  font-weight: bold !important;
}

.section-boxes_etica .content-box .content-text h1,
.section-boxes_etica .content-box .content-text h2,
.section-boxes_etica .content-box .content-text h3,
.section-boxes_etica .content-box .content-text h4,
.section-boxes_etica .content-box .content-text h5,
.section-boxes_etica .content-box .content-text h6 {
  color: #72d216;
  margin-bottom: 20px;
}

.section-boxes_etica .content-box .content-text h4 {
  font-size: 36px;
}

@media screen and (max-width: 1440px) {
  .section-boxes_etica .content-box .content-text h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .section-boxes_etica .content-box .content-text h4 {
    font-size: 24px;
  }
}

.section-boxes_etica .content-box .content-text p {
  color: #1e1e1e;
  margin-bottom: 10px;
}

.section-boxes_etica .content-box .content-text .btn_link {
  width: fit-content;
  background: #72d216;
  padding: 8px 10px 8px 20px;
  border-radius: 100px;
  margin-top: 10px;
}

.section-boxes_etica .content-box .content-text .btn_link a {
  color: #056b28;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-boxes_etica .content-box .content-text .btn_link a .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #066b29;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-boxes_etica .content-box .content-text .btn_link a .icon-link i {
  color: #ffffff;
}

.darckTheme .section-boxes_etica {
  background-color: #000;
}

.darckTheme .section-boxes_etica .img_top {
  filter: grayscale(1) brightness(0.1);
}

.darckTheme .section-boxes_etica .content-text .btn_link a {
  background: #ffffff !important;
  color: #000 !important;
}

.section-sistema_etica {
  padding: 0px;
  background: #056b28;
  position: relative;
  z-index: 0;
  margin-top: -30px;
  margin-bottom: -60px;
}

@media screen and (max-width: 560px) {
  .section-sistema_etica {
    margin-top: 0px;
  }
}

.section-sistema_etica .img_top {
  width: 101%;
  position: relative;
  z-index: 1;
  right: 0;
  left: 0;
  top: -1px;
}

.section-sistema_etica .img_bottom {
  width: 101%;
  position: relative;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: -1px;
}

.section-sistema_etica .title_section {
  max-width: 70%;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  .section-sistema_etica .title_section {
    max-width: 100%;
    margin: 50px auto 0;
  }
}

.section-sistema_etica .title_section h1,
.section-sistema_etica .title_section h2,
.section-sistema_etica .title_section h3,
.section-sistema_etica .title_section h4,
.section-sistema_etica .title_section h5,
.section-sistema_etica .title_section h6,
.section-sistema_etica .title_section p {
  color: #ffffff;
}

.section-sistema_etica .boxes {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  max-width: 50%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section-sistema_etica .boxes {
    max-width: 90%;
  }
}

.section-sistema_etica .boxes .content-box {
  position: relative;
  z-index: 0;
}

.section-sistema_etica .boxes .content-box:nth-of-type(1) {
  width: 160px;
  left: 125px;
  top: 74px;
}

@media screen and (max-width: 1200px) {
  .section-sistema_etica .boxes .content-box:nth-of-type(1) {
    left: 82px;
  }
}

@media screen and (max-width: 768px) {
  .section-sistema_etica .boxes .content-box:nth-of-type(1) {
    width: 140px;
    left: 30px;
    top: 110px;
  }
}

.section-sistema_etica .boxes .content-box:nth-of-type(1) .content-text-hover {
  width: 290px;
  left: calc(50% + -90%);
  bottom: 70px;
}

.section-sistema_etica .boxes .content-box:nth-of-type(2) {
  width: 100px;
  left: 90px;
  top: 210px;
}

@media screen and (max-width: 1200px) {
  .section-sistema_etica .boxes .content-box:nth-of-type(2) {
    left: 45px;
  }
}

@media screen and (max-width: 768px) {
  .section-sistema_etica .boxes .content-box:nth-of-type(2) {
    left: -4px;
    top: 200px;
  }
}

.section-sistema_etica .boxes .content-box:nth-of-type(2) .content-text-hover {
  width: 290px;
  left: calc(50% + -140%);
  bottom: 35px;
}

@media screen and (max-width: 768px) {
  .section-sistema_etica
    .boxes
    .content-box:nth-of-type(2)
    .content-text-hover {
    left: calc(50% + -45%);
  }

  .section-sistema_etica
    .boxes
    .content-box:nth-of-type(2)
    .content-text-hover::before {
    left: calc(50% + -100px);
  }
}

.section-sistema_etica .boxes .content-box:nth-of-type(3) {
  width: 100px;
  left: calc(50% - 50px);
  top: 300px;
}

@media screen and (max-width: 768px) {
  .section-sistema_etica .boxes .content-box:nth-of-type(3) {
    top: 260px;
  }
}

.section-sistema_etica .boxes .content-box:nth-of-type(3) .content-text-hover {
  width: 290px;
  left: calc(50% + -140%);
  bottom: 35px;
}

.section-sistema_etica .boxes .content-box:nth-of-type(4) {
  width: 100px;
  top: 134px;
  left: 70%;
}

@media screen and (max-width: 768px) {
  .section-sistema_etica .boxes .content-box:nth-of-type(4) {
    left: 73%;
  }
}

.section-sistema_etica .boxes .content-box:nth-of-type(4) .content-text-hover {
  width: 290px;
  left: calc(50% + -140%);
  bottom: 35px;
}

@media screen and (max-width: 768px) {
  .section-sistema_etica
    .boxes
    .content-box:nth-of-type(4)
    .content-text-hover {
    left: calc(50% + -220%);
  }

  .section-sistema_etica
    .boxes
    .content-box:nth-of-type(4)
    .content-text-hover::before {
    left: calc(80% + -10px);
  }
}

.section-sistema_etica .boxes .content-box:nth-of-type(5) {
  width: 130px;
  top: -110px;
  left: 57%;
}

@media screen and (max-width: 768px) {
  .section-sistema_etica .boxes .content-box:nth-of-type(5) {
    width: 115px;
    top: -45px;
    left: 57%;
  }
}

.section-sistema_etica .boxes .content-box:nth-of-type(5) .content-text-hover {
  width: 290px;
  left: calc(50% + -110%);
  bottom: 50px;
}

@media screen and (max-width: 768px) {
  .section-sistema_etica
    .boxes
    .content-box:nth-of-type(5)
    .content-text-hover {
    left: calc(50% + -200%);
  }

  .section-sistema_etica
    .boxes
    .content-box:nth-of-type(5)
    .content-text-hover::before {
    left: calc(80% + -10px);
  }
}

.section-sistema_etica .boxes .content-box:hover .content-text-hover {
  display: block;
}

.section-sistema_etica .boxes .content-box .content-text-hover {
  display: none;
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  width: 290px;
  padding: 10px;
  border: 2px solid #056b28;
  z-index: 2;
}

.section-sistema_etica .boxes .content-box .content-text-hover::before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: calc(50% + -10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 10px 0 10px;
  border-color: #056b28 transparent transparent;
  z-index: -1;
}

.section-sistema_etica .boxes .content-box .content-text-hover p {
  color: #2c2c2c;
}

.section-sistema_etica .boxes .content-box p {
  color: #ffffff;
  font-size: 8px;
  font-size: 0.8rem;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .section-sistema_etica .boxes .content-box p {
    font-size: 7px;
    font-size: 0.7rem;
  }
}

.section-sistema_etica .content-section {
  max-width: 70%;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  .section-sistema_etica .content-section {
    max-width: 100%;
    margin: 0px auto 50px;
  }
}

.section-sistema_etica .content-section h1,
.section-sistema_etica .content-section h2,
.section-sistema_etica .content-section h3,
.section-sistema_etica .content-section h4,
.section-sistema_etica .content-section h5,
.section-sistema_etica .content-section h6 {
  color: #ffffff;
  margin-bottom: 10px;
}

.section-sistema_etica .content-section p {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 100;
}

.section-sistema_etica .content-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 80%;
}

@media screen and (max-width: 560px) {
  .section-sistema_etica .content-text {
    max-width: 100%;
    margin-top: 50px;
    padding: 0px 20px;
  }
}

.section-sistema_etica .content-text h1,
.section-sistema_etica .content-text h2,
.section-sistema_etica .content-text h3,
.section-sistema_etica .content-text h4,
.section-sistema_etica .content-text h5,
.section-sistema_etica .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 26px;
}

.section-sistema_etica .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 100;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.section-sistema_etica .content-text p a {
  color: #1da613;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.darckTheme .section-sistema_etica {
  background-color: #000;
}

.darckTheme .section-sistema_etica .img_top {
  filter: grayscale(1) brightness(0);
}

.darckTheme .section-sistema_etica .img_bottom {
  filter: grayscale(1) brightness(0);
}

.section-pacto_organizacoes_etica {
  padding: 0px 0px 50px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 560px) {
  .section-pacto_organizacoes_etica {
    margin-top: 0px;
    padding-bottom: 70px;
  }
}

.section-pacto_organizacoes_etica .boxes {
  margin-bottom: 40px;
  border-bottom: 2px solid #dedede;
  padding-bottom: 30px;
}

.section-pacto_organizacoes_etica .boxes .content-img img {
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  .section-pacto_organizacoes_etica .boxes .content-img img {
    margin-bottom: 20px;
  }
}

.section-pacto_organizacoes_etica .boxes .content-text h1,
.section-pacto_organizacoes_etica .boxes .content-text h2,
.section-pacto_organizacoes_etica .boxes .content-text h3,
.section-pacto_organizacoes_etica .boxes .content-text h4,
.section-pacto_organizacoes_etica .boxes .content-text h5,
.section-pacto_organizacoes_etica .boxes .content-text h6 {
  color: #1da613;
  font-family: "Lexend", serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-pacto_organizacoes_etica .boxes .content-text p {
  color: #2c2c2c;
  font-family: "Lexend", serif;
  font-weight: 100;
  margin-bottom: 10px;
}

.section-pacto_organizacoes_etica .boxes .content-text p a {
  color: #1da613;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.darckTheme .section-pacto_organizacoes_etica {
  background-color: #000;
}

.section-titulo_centralizado {
  padding: 90px 0px;
  position: relative;
  margin-top: -1px;
  z-index: 2;
}

.section-titulo_centralizado .title-section {
  max-width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .section-titulo_centralizado .title-section {
    max-width: 100%;
  }
}

.section-titulo_centralizado .title-section strong {
  font-weight: 600 !important;
}

.section-titulo_centralizado .title-section h1,
.section-titulo_centralizado .title-section h2,
.section-titulo_centralizado .title-section h3,
.section-titulo_centralizado .title-section h4,
.section-titulo_centralizado .title-section h5,
.section-titulo_centralizado .title-section h6 {
  color: #72d216;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  font-weight: 600;
}

.section-titulo_centralizado .title-section h1 strong,
.section-titulo_centralizado .title-section h2 strong,
.section-titulo_centralizado .title-section h3 strong,
.section-titulo_centralizado .title-section h4 strong,
.section-titulo_centralizado .title-section h5 strong,
.section-titulo_centralizado .title-section h6 strong {
  color: #056b28;
}

.section-titulo_centralizado .title-section p {
  color: #2c2c2c;
  text-align: center;
  margin: 20px 0px 10px;
}

.section-canal_etica {
  background-color: #056b28;
  padding: 100px 0px 80px;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-canal_etica {
    margin-top: 30px;
  }
}

.section-canal_etica .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-canal_etica .content-img {
    margin-bottom: 50px;
  }
}

.section-canal_etica .content-img img {
  min-height: 100%;
  max-width: 90%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.section-canal_etica .content-img .direitos_img {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: fit-content;
  padding: 10px 30px;
  background-color: #00000070;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.section-canal_etica .content-img .direitos_img a {
  color: #ffffff;
  font-weight: bold;
}

.section-canal_etica .position_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-canal_etica .position_content .content-text {
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .section-canal_etica .position_content .content-text {
    max-width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 560px) {
  .section-canal_etica .position_content .content-text {
    padding: 0px 20px;
    margin-top: 0;
  }
}

.section-canal_etica .position_content .content-text h1,
.section-canal_etica .position_content .content-text h2,
.section-canal_etica .position_content .content-text h3,
.section-canal_etica .position_content .content-text h4,
.section-canal_etica .position_content .content-text h5,
.section-canal_etica .position_content .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 26px;
}

.section-canal_etica .position_content .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

.section-canal_etica .position_content .content-text p strong {
  font-weight: bold !important;
}

.section-canal_etica .position_content .content-text p a {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.darckTheme .section-canal_etica {
  background-color: #191919;
}

.darckTheme .section-canal_etica .img-top {
  filter: grayscale(1) brightness(0);
}

.section-conduta_etica {
  background-color: #fff;
  padding: 30px 0px;
  position: relative;
  z-index: 0;
}

.section-conduta_etica .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-conduta_etica .content-img {
    margin-bottom: 50px;
  }
}

.section-conduta_etica .content-img img {
  min-height: 100%;
  max-width: 90%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.section-conduta_etica .content-img .direitos_img {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: fit-content;
  padding: 10px 30px;
  background-color: #00000070;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.section-conduta_etica .content-img .direitos_img a {
  color: #ffffff;
  font-weight: bold;
}

.section-conduta_etica .position_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-conduta_etica .position_content .content-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 85%;
}

@media screen and (max-width: 560px) {
  .section-conduta_etica .position_content .content-text {
    padding: 0px 20px;
    max-width: 100%;
  }
}

.section-conduta_etica .position_content .content-text h1,
.section-conduta_etica .position_content .content-text h2,
.section-conduta_etica .position_content .content-text h3,
.section-conduta_etica .position_content .content-text h4,
.section-conduta_etica .position_content .content-text h5,
.section-conduta_etica .position_content .content-text h6 {
  color: #056b28;
  font-family: "Lexend", serif;
  margin-bottom: 26px;
}

.section-conduta_etica .position_content .content-text h2 {
  color: #72d216;
  font-size: 36px;
}

.section-conduta_etica .position_content .content-text p {
  color: #1e1e1e;
  font-family: "Lexend", serif;
  font-weight: normal;
  margin-bottom: 20px;
}

.section-conduta_etica .position_content .content-text p strong {
  font-weight: 600 !important;
}

.section-conduta_etica .position_content .content-text p a {
  color: #72d216;
  font-family: "Lexend", serif;
  font-weight: normal;
  text-decoration: underline !important;
}

.section-conduta_etica .position_content .content-text .btn_link a {
  width: fit-content;
  background: #1da613;
  padding: 8px 10px 8px 20px;
  border-radius: 100px;
  margin-top: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-conduta_etica .position_content .content-text .btn_link a .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #066b29;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-conduta_etica
  .position_content
  .content-text
  .btn_link
  a
  .icon-link
  i {
  color: #ffffff;
}

.darckTheme .section-conduta_etica {
  background-color: #191919;
}

.darckTheme .section-conduta_etica .img-top {
  filter: grayscale(1) brightness(0.1);
}

.darckTheme .section-conduta_etica .content-text .btn_link a {
  color: #000 !important;
  background-color: #ffffff;
}

.section-atendimento_fornecedores {
  padding: 0px;
  background-color: #ffffff;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-atendimento_fornecedores {
    padding: 30px 0px;
  }
}

.section-atendimento_fornecedores .content-img {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.section-atendimento_fornecedores .content-img img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

@media screen and (max-width: 770px) {
  .section-atendimento_fornecedores .content-img img {
    max-height: 380px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 560px) {
  .section-atendimento_fornecedores .content-img img {
    border-radius: 0;
    height: 450px;
    width: 100%;
    min-height: auto;
    margin-top: 0;
    max-height: 100%;
  }
}

.section-atendimento_fornecedores .position_content {
  display: flex;
  justify-content: center;
}

.section-atendimento_fornecedores .content-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 60%;
}

@media screen and (max-width: 560px) {
  .section-atendimento_fornecedores .content-text {
    max-width: 100%;
    margin-top: 50px;
    padding: 0px 20px;
  }
}

.section-atendimento_fornecedores .content-text h2 {
  color: #72d216;
  font-family: "Lexend", serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-atendimento_fornecedores .content-text h4 {
  color: #056b28;
  font-family: "Lexend", serif;
  font-size: 24px;
  font-weight: 400;
}

@media screen and (max-width: 770px) {
  .section-atendimento_fornecedores .content-text h4 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.section-atendimento_fornecedores .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 100;
  font-size: 12px;
  font-size: 1.2rem;
}

.section-atendimento_fornecedores .content-text p a {
  color: #1da613;
  font-family: "Lexend", serif;
  text-decoration: underline !important;
}

.section-atendimento_fornecedores .content-text .btn_single {
  padding: 8px 8px 8px 20px;
  gap: 10px;
  border-radius: 60px;
  background-color: #72d216;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  width: fit-content;
  color: #056b28;
  font-family: "Lexend", serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.section-atendimento_fornecedores .content-text .btn_single::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #056b28;
  display: flex;
  align-items: center;
  justify-content: center;
}

.darckTheme .section-atendimento_fornecedores {
  background-color: #191919;
}

.darckTheme .section-atendimento_fornecedores .img_top {
  filter: grayscale(1) brightness(0.1);
}

.darckTheme .section-atendimento_fornecedores .img_bottom {
  filter: grayscale(1) brightness(0.1);
  display: none;
}

.darckTheme
  .section-atendimento_fornecedores
  .content-text
  .btn_item
  .btn_single {
  background-color: #ffffff;
  color: #000 !important;
}

.section-atendimento_engenharia {
  padding: 0px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 560px) {
  .section-atendimento_engenharia {
    padding: 30px 0px;
  }
}

.section-atendimento_engenharia .content-img {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.section-atendimento_engenharia .content-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

@media screen and (max-width: 770px) {
  .section-atendimento_engenharia .content-img img {
    max-height: 380px;
  }
}

@media screen and (max-width: 560px) {
  .section-atendimento_engenharia .content-img img {
    border-radius: 0;
    height: 450px;
    width: 100%;
    min-height: auto;
    margin-top: 0;
    max-height: 100%;
  }
}

.section-atendimento_engenharia .position_content {
  display: flex;
  justify-content: center;
}

.section-atendimento_engenharia .content-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 60%;
}

@media screen and (max-width: 560px) {
  .section-atendimento_engenharia .content-text {
    max-width: 100%;
    margin-top: 50px;
    padding: 0px 20px;
  }
}

.section-atendimento_engenharia .content-text h2 {
  color: #72d216;
  font-family: "Lexend", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-atendimento_engenharia .content-text h4 {
  color: #056b28;
  font-family: "Lexend", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 770px) {
  .section-atendimento_engenharia .content-text h4 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.section-atendimento_engenharia .content-text p {
  color: var(--Verde-escuro-EcoRodovias, #056b28);
  font-family: "Lexend", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 770px) {
  .section-atendimento_engenharia .content-text p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.section-atendimento_engenharia .content-text p a {
  color: #1da613;
  font-family: "Lexend", serif;
  text-decoration: underline !important;
}

.section-atendimento_engenharia .content-text .btn_single {
  padding: 8px 8px 8px 20px;
  gap: 10px;
  border-radius: 60px;
  background-color: #72d216;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  width: fit-content;
  color: #056b28;
  font-family: "Lexend", serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.section-atendimento_engenharia .content-text .btn_single::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #056b28;
  display: flex;
  align-items: center;
  justify-content: center;
}

.darckTheme .section-atendimento_engenharia {
  background-color: #191919 !important;
}

.darckTheme
  .section-atendimento_engenharia
  .content-text
  .btn_item
  .btn_single {
  background-color: #ffffff;
  color: #000 !important;
}

.section-contato_concessionarias {
  position: relative;
  padding: 100px 0 0px;
  z-index: 0;
}

.section-contato_concessionarias .box_concessionarias .content-box {
  border-radius: 16px;
  box-shadow: 0px 25px 25px -20px rgba(48, 48, 48, 0.25);
  background-color: #f6f6f6;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 560px) {
  .section-contato_concessionarias .box_concessionarias .content-box {
    flex-direction: column;
    border-radius: 4px 4px 0px 0px;
  }
}

.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-img {
  width: 20%;
  overflow: hidden;
}

@media screen and (max-width: 560px) {
  .section-contato_concessionarias
    .box_concessionarias
    .content-box
    .content-img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-img
  img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 16px 0px 0px 16px;
}

@media screen and (max-width: 560px) {
  .section-contato_concessionarias
    .box_concessionarias
    .content-box
    .content-img
    img {
    height: 240px;
    border-radius: 16px 16px 0px 0px;
  }
}

.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-text {
  width: 80%;
  padding: 30px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 560px) {
  .section-contato_concessionarias
    .box_concessionarias
    .content-box
    .content-text {
    width: 100%;
    padding: 20px;
  }
}

.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-text
  .logo {
  margin-bottom: 16px;
  max-width: 100px;
  display: none;
}

.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-text
  .titleEcovias {
  color: var(--Neutrals-2, #2c2c2f);
  font-family: "Lexend", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}

.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-text
  h3 {
  color: var(--Neutrals-2, #2c2c2f);
  font-family: "Lexend", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}

.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-text
  h1,
.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-text
  h2,
.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-text
  h4,
.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-text
  h5,
.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-text
  h6 {
  color: #056b28;
  font-family: "Lexend", serif;
  font-weight: 600;
}

.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-text
  h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-text
  h4 {
  margin-bottom: 10px;
}

.section-contato_concessionarias
  .box_concessionarias
  .content-box
  .content-text
  p {
  color: #2c2c2c;
  margin-bottom: 5px;
}

.darckTheme .section-contato_concessionarias .box_concessionarias .content-box {
  border: 1px solid #ffffff;
}

.section-fornecedores_texto_img {
  background-color: #056b28;
  padding: 80px 0px 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-fornecedores_texto_img {
    margin-top: 50px;
    padding: 50px 0px;
  }
}

.section-fornecedores_texto_img .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-fornecedores_texto_img .content-img {
    margin-bottom: 50px;
  }
}

.section-fornecedores_texto_img .content-img img {
  min-height: 100%;
  max-width: 90%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.section-fornecedores_texto_img .content-img .direitos_img {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: fit-content;
  padding: 10px 30px;
  background-color: #00000070;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.section-fornecedores_texto_img .content-img .direitos_img a {
  color: #ffffff;
  font-weight: bold;
}

.section-fornecedores_texto_img .position_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-fornecedores_texto_img .position_content .content-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 80%;
}

@media screen and (max-width: 1200px) {
  .section-fornecedores_texto_img .position_content .content-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section-fornecedores_texto_img .position_content .content-text {
    margin-top: 30px;
  }
}

@media screen and (max-width: 560px) {
  .section-fornecedores_texto_img .position_content .content-text {
    padding: 0px 20px;
  }
}

.section-fornecedores_texto_img .position_content .content-text h1,
.section-fornecedores_texto_img .position_content .content-text h2,
.section-fornecedores_texto_img .position_content .content-text h3,
.section-fornecedores_texto_img .position_content .content-text h4,
.section-fornecedores_texto_img .position_content .content-text h5,
.section-fornecedores_texto_img .position_content .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 26px;
}

.section-fornecedores_texto_img .position_content .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

.section-fornecedores_texto_img .position_content .content-text p strong {
  font-weight: bold !important;
}

.section-fornecedores_texto_img .position_content .content-text p a {
  color: #ffffff;
  font-family: "Lexend", serif;
  text-decoration: underline !important;
}

.section-fornecedores_texto_img .position_content .content-text .btn_group {
  width: fit-content;
  background: #72d216;
  padding: 8px 10px 8px 20px;
  border-radius: 100px;
  margin-top: 10px;
}

.section-fornecedores_texto_img .position_content .content-text .btn_group a {
  color: #066b29;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-fornecedores_texto_img
  .position_content
  .content-text
  .btn_group
  a
  .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #066b29;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-fornecedores_texto_img
  .position_content
  .content-text
  .btn_group
  a
  .icon-link
  i {
  color: #ffffff;
}

.darckTheme .section-fornecedores_texto_img {
  background-color: #000;
}

.darckTheme .section-fornecedores_texto_img .img-top {
  display: none;
}

.darckTheme .section-fornecedores_texto_img .content-img img {
  margin-top: 50px;
}

.section-portal_fornecedor {
  padding: 50px 0 0;
  position: relative;
}

.section-portal_fornecedor .bg_box {
  position: absolute;
  width: 100%;
  height: 300px;
  z-index: -1;
  top: -50px;
}

.section-portal_fornecedor .colAcesPortForn {
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 0px 0px 30px 0px;
}

@media screen and (max-width: 768px) {
  .section-portal_fornecedor .colAcesPortForn {
    width: 90%;
    margin: auto;
  }
}

.section-portal_fornecedor .colAcesPortForn .btn_link {
  padding: 10px 30px;
  border: 1px solid #056b28;
  background-color: #1da613;
  border-radius: 100px;
  color: #ffffff;
}

.darckTheme .section-portal_fornecedor {
  z-index: 2;
}

.darckTheme .section-portal_fornecedor .bg_box {
  background-color: #000 !important;
}

.section-especificacao {
  background-color: #056b28;
  padding: 50px 0px 50px;
  position: relative;
  z-index: 0;
  margin-top: 0;
}

@media screen and (max-width: 560px) {
  .section-especificacao {
    padding: 50px 0px 100px;
  }
}

.section-especificacao .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-especificacao .content-img {
    margin-bottom: 50px;
  }
}

.section-especificacao .content-img img {
  min-height: 100%;
  width: 90%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.section-especificacao .content-img .direitos_img {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: fit-content;
  padding: 10px 30px;
  background-color: #00000070;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.section-especificacao .content-img .direitos_img a {
  color: #ffffff;
  font-weight: bold;
}

.section-especificacao .position_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-especificacao .position_content .content-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .section-especificacao .position_content .content-text {
    padding: 0px 20px;
    max-width: 100%;
  }
}

.section-especificacao .position_content .content-text h1,
.section-especificacao .position_content .content-text h2,
.section-especificacao .position_content .content-text h3,
.section-especificacao .position_content .content-text h4,
.section-especificacao .position_content .content-text h5,
.section-especificacao .position_content .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 26px;
}

.section-especificacao .position_content .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 100;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

.section-especificacao .position_content .content-text p strong {
  font-weight: bold !important;
}

.section-especificacao .position_content .content-text p a {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.section-especificacao .position_content .content-text .btn_link {
  margin-top: 10px;
}

.section-especificacao .position_content .content-text .btn_link a {
  padding: 8px 8px 8px 20px;
  border-radius: 100px;
  background-color: #72d216;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  width: fit-content;
  color: #056b28;
  font-family: "Lexend", serif;
  font-size: 16px;
  font-weight: 400;
}

.section-especificacao .position_content .content-text .btn_link a::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #056b28;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.darckTheme .section-especificacao {
  background-color: #000;
}

.darckTheme .section-especificacao .img-bottom {
  filter: grayscale(1) brightness(0.1);
}

.darckTheme .section-especificacao .btn_link a {
  color: #000 !important;
  background-color: #ffffff !important;
}

.darckTheme .section-especificacao .content-img img {
  margin-top: 50px;
}

.section-links_especificacoes {
  position: relative;
}

.section-links_especificacoes .content-links ul {
  list-style: none;
  width: 100%;
}

.section-links_especificacoes .content-links ul li:first-child {
  border-top: 1px solid #6f6f72;
}

.section-links_especificacoes .content-links ul li {
  padding: 16px 8px 16px 0px;
  border-bottom: 1px solid #6f6f72;
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section-links_especificacoes .content-links ul li {
    border-radius: 0px;
    flex-direction: column;
    gap: 10px;
  }
}

.section-links_especificacoes .content-links ul li a {
  color: #6f6f72;
  font-family: "Lexend", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline !important;
}

.section-links_especificacoes .content-links ul li a:first-of-type {
  max-width: 85%;
}

@media screen and (max-width: 768px) {
  .section-links_especificacoes .content-links ul li a:first-of-type {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section-links_especificacoes .content-links ul li a {
    text-align: left;
    width: 100%;
    max-width: 100%;
  }
}

.section-links_especificacoes .content-links ul li .btn_link {
  width: fit-content;
  background: #72d216;
  padding: 8px 10px 8px 20px;
  border-radius: 100px;
  color: #056b28;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-decoration: none !important;
}

.section-links_especificacoes .content-links ul li .btn_link .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #066b29;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-links_especificacoes .content-links ul li .btn_link .icon-link i {
  color: #ffffff;
}

.darckTheme .section-links_especificacoes .content-links {
  margin-top: 50px;
}

.darckTheme .section-links_especificacoes .content-links ul li {
  border: 1px solid #ffffff36;
}

.section-esforco_continuo {
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-esforco_continuo {
    margin-top: 40px;
  }
}

.section-esforco_continuo .position_content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #72d216;
}

.section-esforco_continuo .content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 70%;
  margin-top: 70px;
  padding: 50px 0px;
}

@media screen and (max-width: 560px) {
  .section-esforco_continuo .content-text {
    max-width: 100%;
    margin-top: 0;
    padding: 50px 20px;
  }
}

.section-esforco_continuo .content-text strong {
  font-weight: bold !important;
}

.section-esforco_continuo .content-text h1,
.section-esforco_continuo .content-text h2,
.section-esforco_continuo .content-text h3,
.section-esforco_continuo .content-text h4,
.section-esforco_continuo .content-text h5,
.section-esforco_continuo .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 600;
  margin-bottom: 26px;
}

.section-esforco_continuo .content-text h2 {
  font-size: 32px;
}

.section-esforco_continuo .content-text h3 {
  font-weight: 400 !important;
  font-size: 22px;
}

.section-esforco_continuo .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 18px;
}

.section-esforco_continuo .content-text p a {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: normal;
  text-decoration: underline !important;
}

.section-esforco_continuo .content-bignumber {
  background-color: #056b28;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-esforco_continuo .content-bignumber ul {
  list-style: none;
  width: 80%;
}

@media screen and (max-width: 560px) {
  .section-esforco_continuo .content-bignumber ul {
    min-height: auto;
  }
}

.section-esforco_continuo .content-bignumber ul li {
  border-bottom: 1px solid #72d216;
  margin-bottom: 0px;
  padding: 10px 0px;
}

.section-esforco_continuo .content-bignumber ul li p {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 560px) {
  .section-esforco_continuo .content-bignumber ul li p {
    display: flex;
    flex-direction: column;
  }
}

.section-esforco_continuo .content-bignumber ul li p strong {
  color: #ffffff;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500 !important;
}

.darckTheme .section-esforco_continuo {
  margin-top: 0;
  background-color: #191919;
}

.darckTheme .section-esforco_continuo .img_top {
  display: none;
}

.darckTheme .section-esforco_continuo .img_top_mobile {
  filter: grayscale(1) brightness(0);
}

.darckTheme .section-esforco_continuo .position_content,
.darckTheme .section-esforco_continuo .content-bignumber {
  background-color: #191919;
}

.section-gestao_seguranca {
  padding: 0px;
  position: relative;
}

.section-gestao_seguranca .content-img {
  display: flex;
  align-items: start;
  position: relative;
  justify-content: end;
}

.section-gestao_seguranca .content-img img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 560px) {
  .section-gestao_seguranca .content-img img {
    height: auto;
    width: 100%;
  }
}

.section-gestao_seguranca .position_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-gestao_seguranca .content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 90%;
  margin-top: 70px;
  padding: 0px 20px 0px 80px;
}

@media screen and (max-width: 560px) {
  .section-gestao_seguranca .content-text {
    max-width: 100%;
    margin-top: 50px;
    padding: 0px 20px;
  }
}

.section-gestao_seguranca .content-text h1,
.section-gestao_seguranca .content-text h2,
.section-gestao_seguranca .content-text h3,
.section-gestao_seguranca .content-text h4,
.section-gestao_seguranca .content-text h5,
.section-gestao_seguranca .content-text h6 {
  color: #056b28;
  font-family: "Lexend", serif;
  font-weight: bold;
  margin-bottom: 26px;
}

.section-gestao_seguranca .content-text h3 {
  font-weight: 500;
  font-size: 24px;
}

.section-gestao_seguranca .content-text p {
  color: #2c2c2c;
  font-family: "Lexend", serif;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 18px;
  margin-bottom: 30px;
}

.section-gestao_seguranca .content-text p strong {
  font-weight: 500 !important;
}

.section-gestao_seguranca .content-text p a {
  color: #1da613;
  font-family: "Lexend", serif;
  text-decoration: underline !important;
}

.darckTheme .section-gestao_seguranca {
  background-color: #000;
}

.darckTheme .section-gestao_seguranca .img_top {
  filter: grayscale(1) brightness(0);
}

.darckTheme .section-gestao_seguranca .content-text h1,
.darckTheme .section-gestao_seguranca .content-text h2,
.darckTheme .section-gestao_seguranca .content-text h3,
.darckTheme .section-gestao_seguranca .content-text h4,
.darckTheme .section-gestao_seguranca .content-text h5,
.darckTheme .section-gestao_seguranca .content-text h6,
.darckTheme .section-gestao_seguranca .content-text p,
.darckTheme .section-gestao_seguranca .content-text a,
.darckTheme .section-gestao_seguranca .content-text span {
  color: #ffffff !important;
}

.section-acoes_educativas {
  padding: 20px 0px 0px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 560px) {
  .section-acoes_educativas {
    padding: 0;
  }
}

.section-acoes_educativas .title_section {
  margin-bottom: 50px;
}

.section-acoes_educativas .title_section strong {
  font-weight: bold !important;
}

.section-acoes_educativas .title_section h1,
.section-acoes_educativas .title_section h2,
.section-acoes_educativas .title_section h3,
.section-acoes_educativas .title_section h4,
.section-acoes_educativas .title_section h5,
.section-acoes_educativas .title_section h6 {
  color: #056b28;
  margin-bottom: 20px;
}

.section-acoes_educativas .title_section p {
  color: #2c2c2c;
  margin-bottom: 10px;
}

.section-acoes_educativas .content-box {
  margin-bottom: 60px;
  padding: 0px;
  max-width: 90%;
}

@media screen and (max-width: 560px) {
  .section-acoes_educativas .content-box {
    margin: 30px 0px 20px;
    padding: 0;
    max-width: 100%;
  }
}

.section-acoes_educativas .content-box .icon_title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.section-acoes_educativas .content-box img {
  margin-bottom: 0;
  width: 45px;
  object-fit: contain;
}

.section-acoes_educativas .content-box h1,
.section-acoes_educativas .content-box h2,
.section-acoes_educativas .content-box h3,
.section-acoes_educativas .content-box h4,
.section-acoes_educativas .content-box h5,
.section-acoes_educativas .content-box h6 {
  color: #1da613;
  font-family: "Lexend", serif;
  margin-bottom: 0px;
}

.section-acoes_educativas .content-box h3 {
  font-size: 26px;
}

.section-acoes_educativas .content-box p {
  color: #056b28;
  font-family: "Lexend", serif;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 18px;
}

.section-acoes_educativas .content-box p a {
  color: #1da613;
  font-family: "Lexend", serif;
  text-decoration: underline !important;
}

.darckTheme .section-acoes_educativas .content-box img {
  filter: grayscale(1) brightness(100);
}

.section-texto-imagem_campanha {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section-texto-imagem_campanha {
    padding: 30px 0px;
  }
}

@media screen and (max-width: 560px) {
  .section-texto-imagem_campanha {
    padding: 40px 0px;
  }
}

.section-texto-imagem_campanha .content-text {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-texto-imagem_campanha .content-text .icon {
  width: 80px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .section-texto-imagem_campanha .content-text {
    max-width: 100%;
    margin-top: 50px;
  }
}

.section-texto-imagem_campanha .content-text strong {
  font-weight: bold !important;
}

.section-texto-imagem_campanha .content-text h1,
.section-texto-imagem_campanha .content-text h2,
.section-texto-imagem_campanha .content-text h3,
.section-texto-imagem_campanha .content-text h4,
.section-texto-imagem_campanha .content-text h5,
.section-texto-imagem_campanha .content-text h6 {
  color: #72d216;
  margin-bottom: 20px;
  font-weight: 600;
}

.section-texto-imagem_campanha .content-text p {
  color: #1e1e1e;
  margin-bottom: 10px;
  font-size: 18px;
}

.section-texto-imagem_campanha .content-text a {
  color: #72d216;
  text-decoration: underline !important;
}

.section-texto-imagem_campanha .content-text .btn_group {
  margin-top: 0px;
}

.section-texto-imagem_campanha .content-text .btn_group .btn_single {
  width: fit-content;
  background: #72d216;
  padding: 8px 10px 8px 20px;
  border-radius: 100px;
  margin-top: 10px;
  color: #066b29;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-decoration: none !important;
}

.section-texto-imagem_campanha .content-text .btn_group .btn_single .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #066b29;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-texto-imagem_campanha
  .content-text
  .btn_group
  .btn_single
  .icon-link
  i {
  color: #ffffff;
}

.section-texto-imagem_campanha .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .section-texto-imagem_campanha .content-img {
    align-items: start;
    justify-content: start;
  }
}

.section-texto-imagem_campanha .content-img img {
  width: fit-content;
  max-width: 90%;
  border-radius: 0;
  min-width: 65%;
  max-height: 500px;
  object-fit: cover;
}

.darckTheme .section-texto-imagem_campanha {
  background-color: #191919;
}

.darckTheme .section-texto-imagem_campanha .content-text h1,
.darckTheme .section-texto-imagem_campanha .content-text h2,
.darckTheme .section-texto-imagem_campanha .content-text h3,
.darckTheme .section-texto-imagem_campanha .content-text h4,
.darckTheme .section-texto-imagem_campanha .content-text h5,
.darckTheme .section-texto-imagem_campanha .content-text h6,
.darckTheme .section-texto-imagem_campanha .content-text p,
.darckTheme .section-texto-imagem_campanha .content-text span {
  color: #ffffff !important;
}

.darckTheme .section-texto-imagem_campanha .content-text .btn_single {
  background-color: #ffffff;
  color: #000 !important;
}

.section-spot_radio {
  padding: 50px 0;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-spot_radio {
    padding: 30px 0px 30px 10px;
  }
}

.section-spot_radio .content-radio {
  padding: 0px 0px 0px 120px;
}

@media screen and (min-width: 1600px) {
  .section-spot_radio .content-radio {
    padding: 0px 0px 0px 300px;
  }
}

@media screen and (max-width: 560px) {
  .section-spot_radio .content-radio {
    padding: 0px;
  }
}

.section-spot_radio .title_section h1,
.section-spot_radio .title_section h2,
.section-spot_radio .title_section h3,
.section-spot_radio .title_section h4,
.section-spot_radio .title_section h5,
.section-spot_radio .title_section h6 {
  color: #066b29;
  font-family: "Lexend", serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}

.section-spot_radio .slide_radio .slick-track {
  margin-left: 0px !important;
}

.section-spot_radio .slide_radio .slick-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.section-spot_radio .slide_radio .slick-prev {
  left: auto;
  position: absolute;
  z-index: 9999;
  top: -64px !important;
  right: 150px;
  background-color: #056b28;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.section-spot_radio .slide_radio .slick-prev::before {
  content: "\f060";
  font: var(--fa-font-solid);
  color: #ffffff;
  font-size: 20px;
  opacity: 1;
}

.section-spot_radio .slide_radio .slick-next {
  left: auto;
  position: absolute;
  z-index: 9999;
  top: -64px !important;
  right: 70px;
  background-color: #056b28;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.section-spot_radio .slide_radio .slick-next::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #ffffff;
  font-size: 20px;
  opacity: 1;
}

.section-spot_radio .slide_radio .content_radio {
  position: relative;
  margin: 0px 10px;
}

.section-spot_radio .slide_radio .content_radio .active::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000050;
  cursor: pointer;
  z-index: 1;
}

.section-spot_radio .slide_radio .content_radio figure {
  position: relative;
  cursor: pointer;
  max-width: 324px;
  min-width: 120px;
  margin-bottom: 0;
}

.section-spot_radio .slide_radio .content_radio figure img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background-color: #066b29;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.section-spot_radio .slide_radio .content_radio audio {
  width: 100%;
  margin: auto;
  background: #f1f3f4;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-spot_radio .slide_radio .content_radio .d-none {
  display: flex !important;
  max-width: 324px;
  margin: 0;
  height: 62px;
}

.section-spot_radio .slide_radio .content_radio p {
  margin-top: 20px;
  color: #056b28;
  /* Body/18/Regular */
  font-family: "Lexend", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.darckTheme .section-spot_radio figure img {
  filter: grayscale(1);
}

.section-mateiria_offline {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  background-color: #72d216;
}

.section-mateiria_offline .title_section h1,
.section-mateiria_offline .title_section h2,
.section-mateiria_offline .title_section h3,
.section-mateiria_offline .title_section h4,
.section-mateiria_offline .title_section h5,
.section-mateiria_offline .title_section h6 {
  color: #056b28;
  margin-bottom: 60px;
}

.section-mateiria_offline .title_section h1 strong,
.section-mateiria_offline .title_section h2 strong,
.section-mateiria_offline .title_section h3 strong,
.section-mateiria_offline .title_section h4 strong,
.section-mateiria_offline .title_section h5 strong,
.section-mateiria_offline .title_section h6 strong {
  font-weight: 400;
  color: #ffffff;
}

.section-mateiria_offline .title_section h3 {
  font-size: 32px;
}

.section-mateiria_offline .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.section-mateiria_offline .content-img img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.section-mateiria_offline .row .col-md-8 .content-img:last-child {
  margin-top: 32px;
}

.section-campanha {
  padding: 50px 0px;
  position: relative;
  margin-top: -1px;
  background-color: #72d216;
}

@media screen and (max-width: 560px) {
  .section-campanha {
    margin-top: 100px;
    padding-bottom: 0;
  }
}

.section-campanha .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-campanha .content-img {
    margin-bottom: 50px;
  }
}

.section-campanha .content-img img {
  min-height: 100%;
  max-width: 90%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.section-campanha .content-img .direitos_img {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: fit-content;
  padding: 10px 30px;
  background-color: #00000070;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.section-campanha .content-img .direitos_img a {
  color: #ffffff;
  font-weight: bold;
}

.section-campanha .position_content {
  display: flex;
  align-items: center;
}

.section-campanha .position_content .content-text {
  display: flex;
  flex-direction: column;
  z-index: 1;
  max-width: 80%;
}

@media screen and (max-width: 560px) {
  .section-campanha .position_content .content-text {
    max-width: 100%;
    padding: 0px 20px;
  }
}

.section-campanha .position_content .content-text p {
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Lexend", serif;
  font-size: 20px;
  font-weight: 300;
}

.section-campanha .position_content .content-text h1,
.section-campanha .position_content .content-text h2,
.section-campanha .position_content .content-text h3,
.section-campanha .position_content .content-text h4,
.section-campanha .position_content .content-text h5,
.section-campanha .position_content .content-text h6 {
  color: #ffffff;
}

.section-campanha .position_content .content-text h4 {
  color: #056b28;
  margin-bottom: 10px;
}

.section-campanha .position_content .content-text h3 {
  font-size: 36px;
}

.section-campanha .position_content .content-text h6 {
  color: #056b28;
  font-family: "Lexend", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.section-campanha .position_content .content-text h5 {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.section-campanha .position_content .content-text h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #ffffff;
  font-family: "Lexend", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
}

.section-campanha .position_content .content-text ul {
  color: #ffffff;
  padding-left: 20px !important;
}

.section-campanha .position_content .content-text ul li {
  color: #056b28;
  /* Body/18/Light */
  font-family: "Lexend", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-left: 6px;
}

.section-campanha .position_content .content-text .resultados {
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 560px) {
  .section-campanha .position_content .content-text .resultados {
    flex-wrap: wrap;
  }
}

.section-campanha .position_content .content-text .resultados .resultados-item {
  min-width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.section-campanha
  .position_content
  .content-text
  .resultados
  .resultados-item
  p {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.section-campanha
  .position_content
  .content-text
  .resultados
  .resultados-item
  h4 {
  color: #ffffff;
  /* Heading/24 */
  font-family: "Lexend", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}

.section-campanha
  .position_content
  .content-text
  .resultados
  .resultados-item
  h5 {
  margin-bottom: 0px;
}

@media screen and (max-width: 560px) {
  .section-campanha
    .position_content
    .content-text
    .resultados
    .resultados-item {
    min-width: 50%;
    margin-bottom: 30px;
  }
}

.darckTheme .section-campanha {
  background-color: #191919;
}

.darckTheme .section-campanha .img-top {
  filter: grayscale(1) brightness(0.2);
}

.section-filmes {
  padding: 50px 0px 20px;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-filmes {
    padding: 30px 0px 30px 10px;
  }
}

.section-filmes .content-filmes {
  padding: 0px 0px 0px 120px;
}

@media screen and (min-width: 1600px) {
  .section-filmes .content-filmes {
    padding: 0px 0px 0px 300px;
  }
}

@media screen and (max-width: 560px) {
  .section-filmes .content-filmes {
    padding: 0px;
  }
}

.section-filmes .title_section h1,
.section-filmes .title_section h2,
.section-filmes .title_section h3,
.section-filmes .title_section h4,
.section-filmes .title_section h5,
.section-filmes .title_section h6 {
  color: #066b29;
  font-family: "Lexend", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 40px;
}

.section-filmes .slide_filmes .slick-track {
  margin-left: 0px !important;
}

.section-filmes .slide_filmes .slick-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.section-filmes .slide_filmes .slick-prev {
  left: auto;
  position: absolute;
  z-index: 9999;
  top: -64px !important;
  right: 150px;
  background-color: #056b28;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.section-filmes .slide_filmes .slick-prev::before {
  content: "\f060";
  font: var(--fa-font-solid);
  color: #ffffff;
  font-size: 20px;
  opacity: 1;
}

.section-filmes .slide_filmes .slick-next {
  left: auto;
  position: absolute;
  z-index: 9999;
  top: -64px !important;
  right: 70px;
  background-color: #056b28;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.section-filmes .slide_filmes .slick-next::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #ffffff;
  font-size: 20px;
  opacity: 1;
}

.section-filmes .slide_filmes .content_filmes {
  margin: 0px 10px;
}

.section-filmes .slide_filmes .content_filmes video {
  max-width: 324px;
  min-width: 180px;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  border-radius: 16px;
  z-index: 1000;
}

.section-filmes .slide_filmes .content_filmes p {
  color: #056b28;
  /* Body/18/Regular */
  font-family: "Lexend", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 12px;
}

.section-box_unidades {
  padding: 30px 0px 90px;
}

.section-box_unidades .col-md-6 {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-box_unidades .card {
  display: flex;
  width: 90%;
  height: 100%;
  box-shadow: 0px 0px 12px #00000020;
  border: 0px;
  border-radius: 8px;
  margin: 0px;
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
}

.section-box_unidades .img-bg-card {
  height: 100%;
  background-size: cover;
  background-position: center;
  height: 110px;
}

.section-box_unidades .img-stamp-card {
  display: flex;
  width: 60%;
  height: 80px;
  background-color: #ffffff;
  position: relative;
  justify-content: center;
  align-items: center;
  top: -4rem;
  border-radius: 0px 8px 0px 0px;
  margin-bottom: -28px;
}

.section-box_unidades .img-stamp-card img {
  max-width: 120px;
}

.section-box_unidades .modal-base {
  background-color: #f6f6f6;
  transition: 0.5s all ease-out;
  padding: 19px 0 30px;
}

.section-box_unidades .modal-txt {
  padding: 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-box_unidades .modal-txt h1,
.section-box_unidades .modal-txt h2,
.section-box_unidades .modal-txt h3,
.section-box_unidades .modal-txt h4,
.section-box_unidades .modal-txt h5,
.section-box_unidades .modal-txt h6 {
  font-weight: bold;
  color: #72d216;
  margin-bottom: 0px;
}

.section-box_unidades .modal-txt h4 {
  font-size: 28px;
}

.section-box_unidades .modal-txt p {
  color: #056b28;
  margin: 0px 0px 20px;
  display: none;
}

.section-box_unidades .modal-txt .btn_item {
  width: fit-content;
  background: #72d216;
  padding: 8px 10px 8px 20px;
  border-radius: 100px;
  margin-top: 10px;
}

.section-box_unidades .modal-txt .btn_item a {
  color: #056b28;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-box_unidades .modal-txt .btn_item a .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #066b29;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-box_unidades .modal-txt .btn_item a .icon-link i {
  color: #ffffff;
}

.darckTheme .section-box_unidades .card .modal-base .modal-txt h1,
.darckTheme .section-box_unidades .card .modal-base .modal-txt h2,
.darckTheme .section-box_unidades .card .modal-base .modal-txt h3,
.darckTheme .section-box_unidades .card .modal-base .modal-txt h4,
.darckTheme .section-box_unidades .card .modal-base .modal-txt h5,
.darckTheme .section-box_unidades .card .modal-base .modal-txt h6,
.darckTheme .section-box_unidades .card .modal-base .modal-txt p {
  color: #000 !important;
}

.darckTheme .section-box_unidades .card .modal-base .modal-txt .btn_item a {
  color: #000 !important;
}

.darckTheme .section-box_unidades .card .modal-base .modal-txt .btn_item a i {
  color: #000 !important;
}

.section-box_unidades .unidades-pagination-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section-box_unidades .unidades-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.section-box_unidades .unidades-pagination .pagination-item {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 5px solid #72d216;
  background-color: #72d216;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  user-select: none;
}

.section-box_unidades .unidades-pagination .pagination-item:hover {
  transform: scale(1.05);
  background-color: #1da013;
  border-color: #1da013;
}

.section-box_unidades .unidades-pagination .pagination-item.active {
  background-color: #056b28;
  border-color: #056b28;
  width: 60px;
  height: 60px;
}

.section-box_unidades .unidades-pagination-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  padding: 12px;
  background-color: #1da013;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.section-box_unidades .unidades-pagination-btn:hover:not(:disabled) {
  background-color: #056b28;
  transform: translateY(-50%) scale(1.05);
}

.section-box_unidades .unidades-pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  display: none;
}

.section-box_unidades .unidades-pagination-btn svg {
  width: 29px;
  height: 20px;
}

.section-box_unidades .unidades-pagination-prev {
  left: 0;
}

.section-box_unidades .unidades-pagination-next {
  right: 0;
}

/* Esconder botões em mobile (abaixo de 1024px) */
@media (max-width: 1023px) {
  .section-box_unidades .unidades-pagination-btn {
    display: none;
  }
}

.section-box_unidades .unidades-page {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  padding: 90px 0 0;
}

.section-form_privacidade {
  background-color: #056b28;
  padding: 80px 0 50px;
  position: relative;
}

@media (max-width: 1024px) {
  .section-box_unidades .unidades-page {
    padding: 0;
  }
}

@media screen and (max-width: 560px) {
  .section-form_privacidade {
    padding: 80px 0px 50px;
    margin-top: -1px;
    margin-bottom: -1px;
  }
}

.section-form_privacidade form {
  margin: 20px auto 0;
}

.section-form_privacidade form input,
.section-form_privacidade form p,
.section-form_privacidade form label {
  font-family: "Lexend", serif !important;
}

.section-form_privacidade form .duas-colunas {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.section-form_privacidade form .duas-colunas .cpf_field {
  width: 60%;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .section-form_privacidade form .duas-colunas .cpf_field {
    width: 100%;
    margin-right: 0;
  }
}

.section-form_privacidade form .escolher_arquivo .wpcf7-form-control-wrap {
  display: none;
}

.section-form_privacidade form .escolher_arquivo input {
  display: none;
}

.section-form_privacidade
  form
  .escolher_arquivo
  input::-webkit-file-upload-button {
  display: none;
}

.section-form_privacidade form .escolher_arquivo input[type="file"] {
  display: none;
}

.section-form_privacidade form .escolher_arquivo span {
  display: flex;
  width: 156px;
  height: 40px;
  padding: 10px 0px;
  margin-top: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid;
  border-color: #c7eda2;
  background-color: #72d216;
  color: #056b28;
  /* Body/14/Regular */
  font-family: "Lexend", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.section-form_privacidade form .single_button {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid;
  border-color: #72d216;
}

.section-form_privacidade form .single_button::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #ffffff;
  font-size: 16px;
  opacity: 1;
  transition: 400ms;
  border-radius: 16px;
  padding: 8px;
  padding-right: 9px;
  padding-left: 9px;
  background-color: #056b28;
  z-index: 1000;
  position: absolute;
  left: 76px;
  top: 29px;
}

.section-form_privacidade form .single_button .wpcf7-submit {
  padding-right: 36px;
  width: 114px;
  height: 48px;
  font-family: "Lexend", serif !important;
  color: #056b28;
  font-family: "Lexend", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.12px;
  border: none;
  border-radius: 60px;
  background-color: #72d216;
  position: relative;
}

.section-form_privacidade form p {
  margin-bottom: 20px;
}

.section-form_privacidade form p label {
  color: #ffffff;
  font-family: "Segoe UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.section-form_privacidade form p label span {
  width: 100%;
}

.section-form_privacidade form p label span input {
  border: 1px solid #dedede;
  padding: 10px 30px;
  height: 40px;
  border-radius: 4px;
  width: 100%;
  margin-top: 12px;
}

.section-form_privacidade form p label span input::placeholder {
  color: #aeaeae;
  font-family: "Lexend", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.section-form_privacidade form p label span select {
  border: 1px solid #dedede;
  padding: 10px 30px;
  height: 40px;
  border-radius: 4px;
  width: 100%;
  margin-top: 12px;
  color: #1a1a1a;
}

.section-form_privacidade form p label span textarea {
  border: 1px solid #dedede;
  padding: 10px;
  height: 200px;
  border-radius: 4px;
  width: 100%;
  margin-top: 12px;
}

.section-form_privacidade form p label span .wpcf7-file {
  height: 50px;
}

.section-form_privacidade form p label span .wpcf7-acceptance span {
  margin: 0px 10px 0px 0px !important;
}

.section-form_privacidade form p label span .wpcf7-acceptance span input {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
}

.section-form_privacidade form p .content_aceite {
  display: flex;
  align-items: center;
  width: calc(100% - 20px);
}

.section-form_privacidade form p .content_aceite .wpcf7-form-control-wrap {
  width: 28px;
}

.section-form_privacidade form p .content_aceite input {
  margin-bottom: 10px;
}

.section-form_privacidade .btn_group {
  margin-top: 30px;
}

.section-form_privacidade .btn_group .border-none {
  border: 1px solid #fff0 !important;
  padding: 0 !important;
}

.section-form_privacidade .btn_group .btn_item {
  padding: 8px 10px 8px 20px;
  border-radius: 100px;
  border: 1px solid #00725561;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .section-form_privacidade .btn_group .btn_item {
    border-radius: 0px;
    flex-direction: column;
    align-items: start;
  }
}

.section-form_privacidade .btn_group .btn_item a {
  color: #056b28;
  text-decoration: underline !important;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .section-form_privacidade .btn_group .btn_item a {
    padding-bottom: 20px;
    border-bottom: 1px solid #056b28;
    text-align: left;
    width: 100%;
    text-decoration: none !important;
  }
}

.section-form_privacidade .btn_group .btn_item .btn_link {
  color: #056b28;
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #056b28;
  border-radius: 100px;
  padding: 8px 20px;
  margin: 0;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .section-form_privacidade .btn_group .btn_item .btn_link {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.section-form_privacidade .btn_group .btn_item .btn_link i {
  color: #1da613;
  margin-left: 10px;
}

.section-form_privacidade .btn_group .btn_item .btn_single {
  color: #ffffff;
  font-weight: 600;
  background-color: #1da613;
  border-radius: 100px;
  padding: 10px 30px;
  margin: 0;
  text-decoration: none !important;
  width: fit-content;
  text-align: center;
  position: relative;
}

.section-form_privacidade .btn_group .btn_item .btn_single::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  border: 1px solid #056b28;
  height: 40px;
  width: 100%;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  .section-form_privacidade .btn_group .btn_item .btn_single {
    width: fit-content;
    text-align: center;
    margin-top: 20px;
  }
}

.section-form_privacidade .btn_group .btn_item .btn_single i {
  display: none;
}

.section-form_privacidade .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.section-form_privacidade .content-img img {
  width: 100%;
  max-width: 100%;
  height: 1100px;
}

@media screen and (max-width: 560px) {
  .section-form_privacidade .content-img img {
    height: 300px;
    object-fit: cover;
  }
}

.darckTheme .section-form_privacidade {
  background-color: #191919;
}

.darckTheme .section-form_privacidade form p label {
  color: #ffffff;
}

.section-faq {
  padding: 50px 0px;
}

.section-faq .title-section {
  margin-bottom: 30px;
}

.section-faq .title-section h1,
.section-faq .title-section h2,
.section-faq .title-section h3,
.section-faq .title-section h4,
.section-faq .title-section h5,
.section-faq .title-section h6 {
  font-weight: 600;
  margin-bottom: 20px;
}

.section-faq .title-section h1 strong,
.section-faq .title-section h2 strong,
.section-faq .title-section h3 strong,
.section-faq .title-section h4 strong,
.section-faq .title-section h5 strong,
.section-faq .title-section h6 strong {
  font-weight: 600;
  color: #72d216;
}

.section-faq .title-section p {
  font-size: 16px;
  color: #2c2c2c;
}

.section-faq .title-section a {
  color: #72d216;
  text-decoration: underline !important;
}

.section-faq .faq-content .faq-item {
  margin: 10px 0px 20px;
  z-index: 0;
}

.section-faq .faq-content .faq-item .title-faq {
  background-color: #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: 400ms;
}

.section-faq .faq-content .faq-item .title-faq p {
  font-weight: bold;
  color: #056b28;
  margin: 0%;
  font-size: 18px;
}

.section-faq .faq-content .faq-item .title-faq i {
  color: #056b28;
  font-size: 18px;
}

@media screen and (max-width: 560px) {
  .section-faq .faq-content .faq-item .title-faq {
    padding: 10px 12px;
  }
}

.section-faq .faq-content .faq-item .conteudo-faq {
  background: #f6f6f6;
  color: #2c2c2c;
  padding: 40px 30px;
  margin-top: 0px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

@media screen and (max-width: 560px) {
  .section-faq .faq-content .faq-item .conteudo-faq {
    padding: 30px 10px;
  }
}

.section-faq .faq-content .faq-item .conteudo-faq img {
  margin-bottom: 10px;
}

.section-faq .faq-content .faq-item .conteudo-faq p {
  color: #2c2c2c;
  margin-bottom: 10px;
}

.section-faq .faq-content .faq-item .conteudo-faq p img {
  max-width: 100%;
  margin: 18px 0px;
}

.section-faq .faq-content .faq-item .conteudo-faq p a {
  color: #1da613;
}

.section-faq .faq-content .faq-item .conteudo-faq ul {
  padding-left: 10px !important;
  margin: 0;
}

.section-faq .faq-content .faq-item .conteudo-faq ul li {
  font-family: "Lexend", serif;
  margin-bottom: 10px;
  color: #056b28;
}

.section-faq .faq-content .faq-item .conteudo-faq ul li ul li {
  color: #72d216;
  margin-bottom: 0;
}

.darckTheme .section-faq {
  background-color: #000 !important;
}

.darckTheme .section-faq .title-section h1,
.darckTheme .section-faq .title-section h2,
.darckTheme .section-faq .title-section h3,
.darckTheme .section-faq .title-section h4,
.darckTheme .section-faq .title-section h5,
.darckTheme .section-faq .title-section h6,
.darckTheme .section-faq .title-section p,
.darckTheme .section-faq .title-section span {
  color: #ffffff !important;
}

.darckTheme .section-faq .faq-content .title-faq p,
.darckTheme .section-faq .faq-content .title-faq i {
  color: #000 !important;
}

.darckTheme .section-faq .faq-content .conteudo-faq h1,
.darckTheme .section-faq .faq-content .conteudo-faq h2,
.darckTheme .section-faq .faq-content .conteudo-faq h3,
.darckTheme .section-faq .faq-content .conteudo-faq h4,
.darckTheme .section-faq .faq-content .conteudo-faq h5,
.darckTheme .section-faq .faq-content .conteudo-faq h6,
.darckTheme .section-faq .faq-content .conteudo-faq p {
  color: #000 !important;
}

.section-media_kit {
  background-color: #056b28;
  padding: 100px 0px 80px;
  position: relative;
  z-index: 0;
  margin-top: 0px;
}

@media screen and (max-width: 560px) {
  .section-media_kit {
    margin-top: 30px;
  }
}

.section-media_kit .img-top {
  position: absolute;
  width: 101%;
  top: -70px;
  left: -2px;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 560px) {
  .section-media_kit .img-top {
    top: -10px;
  }
}

.section-media_kit .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-media_kit .content-img {
    margin-bottom: 50px;
  }
}

.section-media_kit .content-img img {
  min-height: 100%;
  max-width: 90%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.section-media_kit .position_content {
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
}

.section-media_kit .position_content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.section-media_kit .position_content ul li {
  background-color: #ffffff;
  border-radius: 4px;
  min-height: 200px;
  padding: 20px 20px 0px;
  margin-bottom: 20px;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .section-media_kit .position_content ul li {
    width: 48%;
    margin-bottom: 10px;
  }
}

.section-media_kit .position_content ul li .content-img_box {
  margin-top: 50px;
  width: 100%;
}

.section-media_kit .position_content ul li .content-img_box img {
  max-width: 100%;
  width: fit-content;
}

.section-media_kit .position_content ul li .link-box {
  width: 100%;
  padding: 10px 0px;
  border-top: 2px solid #dedede;
}

.section-media_kit .position_content ul li .link-box a {
  color: #056b28;
  font-weight: 600;
}

.section-media_kit .position_content .content-text {
  display: flex;
  flex-direction: column;
  max-width: 70%;
}

@media screen and (max-width: 560px) {
  .section-media_kit .position_content .content-text {
    padding: 0px 20px;
  }
}

.section-media_kit .position_content .content-text h1,
.section-media_kit .position_content .content-text h2,
.section-media_kit .position_content .content-text h3,
.section-media_kit .position_content .content-text h4,
.section-media_kit .position_content .content-text h5,
.section-media_kit .position_content .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 26px;
}

.section-media_kit .position_content .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 100;
  margin-bottom: 20px;
}

.section-media_kit .position_content .content-text p strong {
  font-weight: bold !important;
}

.section-media_kit .position_content .content-text p a {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.darckTheme .section-media_kit {
  background-color: #191919;
}

.darckTheme .section-media_kit .img-top {
  filter: grayscale(1) brightness(0.2);
}

.section-noticias_revistas_destaque {
  background-color: #72d216;
  padding: 50px 0px;
  position: relative;
}

.section-noticias_revistas_destaque .title-section {
  max-width: 50%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .section-noticias_revistas_destaque .title-section {
    max-width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .section-noticias_revistas_destaque .title-section {
    max-width: 100%;
  }
}

.section-noticias_revistas_destaque .title-section h1,
.section-noticias_revistas_destaque .title-section h2,
.section-noticias_revistas_destaque .title-section h3,
.section-noticias_revistas_destaque .title-section h4,
.section-noticias_revistas_destaque .title-section h5,
.section-noticias_revistas_destaque .title-section h6 {
  color: #ffffff;
  margin-bottom: 10px;
}

.section-noticias_revistas_destaque .title-section h2 {
  font-size: 30px;
}

.section-noticias_revistas_destaque .title-section p {
  color: #ffffff;
  margin-bottom: 10px;
}

.section-noticias_revistas_destaque .post_noticia {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 20px;
  box-shadow: 0px 0px 15px #00000050;
  margin-bottom: 20px;
}

.section-noticias_revistas_destaque .post_noticia img {
  width: 100%;
  height: 325px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

@media screen and (max-width: 560px) {
  .section-noticias_revistas_destaque .post_noticia img {
    height: 240px;
  }
}

.section-noticias_revistas_destaque .post_noticia .body-post {
  padding: 30px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
}

.section-noticias_revistas_destaque .post_noticia .body-post .date_category {
  display: flex;
  align-items: baseline;
}

.section-noticias_revistas_destaque .post_noticia .body-post .date_category ul {
  list-style: none;
  display: flex;
  margin-bottom: 5px;
}

.section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .date_category
  ul
  li {
  color: #1da613;
  font-weight: 600;
  margin-right: 10px;
}

.section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .date_category
  .data {
  position: relative;
  margin-left: 10px;
  display: flex;
  align-items: center;
  color: #1da613;
  font-weight: 600;
}

.section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .date_category
  .data::before {
  content: "\f111";
  font: var(--fa-font-solid);
  position: absolute;
  color: #1da613;
  left: -10px;
  font-size: 6px;
}

.section-noticias_revistas_destaque .post_noticia .body-post .post_title h3 {
  font-weight: 600;
  color: #056b28;
  margin-bottom: 20px;
}

.section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .post_title
  .post_summary {
  color: #1e1e1e;
}

.section-noticias_revistas_destaque .post_noticia .body-post .post_link {
  width: fit-content;
  background: #056b28;
  padding: 8px 20px;
  border-radius: 100px;
  margin-top: 10px;
}

.section-noticias_revistas_destaque .post_noticia .body-post .post_link a {
  color: #72d216;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-noticias_revistas_destaque .post_noticia .body-post .post_link a i {
  color: #72d216;
  margin-left: 10px;
  transform: rotate(-45deg);
}

.section-noticias_revistas_destaque .post_revista {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px #00000050;
  margin-bottom: 20px;
  border-radius: 20px;
}

.section-noticias_revistas_destaque .post_revista:first-of-type {
  display: none;
}

.section-noticias_revistas_destaque .post_revista img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

.section-noticias_revistas_destaque .post_revista .body-post {
  padding: 16px;
}

.section-noticias_revistas_destaque .post_revista .body-post .date_category {
  display: flex;
  align-items: baseline;
}

.section-noticias_revistas_destaque .post_revista .body-post .date_category ul {
  list-style: none;
  display: flex;
  margin-bottom: 5px;
}

.section-noticias_revistas_destaque
  .post_revista
  .body-post
  .date_category
  ul
  li {
  color: #1da613;
  font-weight: 600;
  margin-right: 10px;
}

.section-noticias_revistas_destaque
  .post_revista
  .body-post
  .date_category
  .data {
  position: relative;
  margin-left: 10px;
  display: flex;
  align-items: center;
  color: #1da613;
  font-weight: 600;
}

.section-noticias_revistas_destaque
  .post_revista
  .body-post
  .date_category
  .data::before {
  content: "\f111";
  font: var(--fa-font-solid);
  position: absolute;
  color: #1da613;
  left: -10px;
  font-size: 6px;
}

.section-noticias_revistas_destaque .post_revista .body-post .post_title h4 {
  font-weight: 600;
  color: #056b28;
  margin-bottom: 20px;
  font-size: 16px;
}

.section-noticias_revistas_destaque
  .post_revista
  .body-post
  .post_title
  .post_summary {
  color: #747876;
}

.section-noticias_revistas_destaque .post_revista .body-post .post_link {
  width: fit-content;
  background: #056b28;
  padding: 8px 20px;
  border-radius: 100px;
  margin-top: 10px;
}

.section-noticias_revistas_destaque .post_revista .body-post .post_link a {
  color: #72d216;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-noticias_revistas_destaque .post_revista .body-post .post_link a i {
  color: #72d216;
  margin-left: 10px;
  transform: rotate(-45deg);
}

.darckTheme .section-noticias_revistas_destaque {
  background-color: #191919;
}

.darckTheme .section-noticias_revistas_destaque .img-top {
  filter: grayscale(1) brightness(0);
}

.darckTheme .section-noticias_revistas_destaque .img_grafismo {
  filter: grayscale(1) brightness(0.5);
}

.darckTheme .section-noticias_revistas_destaque .post_noticia .body-post ul li,
.darckTheme .section-noticias_revistas_destaque .post_revista .body-post ul li {
  color: #000 !important;
}

.darckTheme .section-noticias_revistas_destaque .post_noticia .body-post .data,
.darckTheme .section-noticias_revistas_destaque .post_revista .body-post .data {
  color: #000 !important;
}

.darckTheme
  .section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .post_title
  h1,
.darckTheme
  .section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .post_title
  h2,
.darckTheme
  .section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .post_title
  h3,
.darckTheme
  .section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .post_title
  h4,
.darckTheme
  .section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .post_title
  h5,
.darckTheme
  .section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .post_title
  h6,
.darckTheme
  .section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .post_title
  p,
.darckTheme
  .section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .post_title
  a,
.darckTheme
  .section-noticias_revistas_destaque
  .post_revista
  .body-post
  .post_title
  h1,
.darckTheme
  .section-noticias_revistas_destaque
  .post_revista
  .body-post
  .post_title
  h2,
.darckTheme
  .section-noticias_revistas_destaque
  .post_revista
  .body-post
  .post_title
  h3,
.darckTheme
  .section-noticias_revistas_destaque
  .post_revista
  .body-post
  .post_title
  h4,
.darckTheme
  .section-noticias_revistas_destaque
  .post_revista
  .body-post
  .post_title
  h5,
.darckTheme
  .section-noticias_revistas_destaque
  .post_revista
  .body-post
  .post_title
  h6,
.darckTheme
  .section-noticias_revistas_destaque
  .post_revista
  .body-post
  .post_title
  p,
.darckTheme
  .section-noticias_revistas_destaque
  .post_revista
  .body-post
  .post_title
  a {
  color: #000 !important;
}

.darckTheme
  .section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .post_link
  a,
.darckTheme
  .section-noticias_revistas_destaque
  .post_noticia
  .body-post
  .post_link
  i,
.darckTheme
  .section-noticias_revistas_destaque
  .post_revista
  .body-post
  .post_link
  a,
.darckTheme
  .section-noticias_revistas_destaque
  .post_revista
  .body-post
  .post_link
  i {
  color: #000 !important;
}

.section-inovacao {
  padding: 50px 0px;
  position: relative;
}

.section-inovacao .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-inovacao .content-img {
    margin-bottom: 50px;
  }
}

.section-inovacao .content-img img {
  min-height: 100%;
  max-width: 90%;
  height: auto;
  object-fit: cover;
}

.darckTheme .section-inovacao {
  background-color: #000;
}

.section-inovacao_projetos {
  padding: 60px 0px;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-inovacao_projetos {
    padding: 50px 0px;
  }
}

.section-inovacao_projetos .position-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-inovacao_projetos .content-text {
  max-width: 80%;
}

@media screen and (max-width: 1024px) {
  .section-inovacao_projetos .content-text {
    max-width: 100%;
  }
}

.section-inovacao_projetos .content-text strong {
  font-weight: bold !important;
}

.section-inovacao_projetos .content-text h1,
.section-inovacao_projetos .content-text h2,
.section-inovacao_projetos .content-text h3,
.section-inovacao_projetos .content-text h4,
.section-inovacao_projetos .content-text h5,
.section-inovacao_projetos .content-text h6 {
  color: #056b28;
  margin-bottom: 20px;
  font-weight: 600;
}

.section-inovacao_projetos .content-text h4 {
  font-weight: 300;
}

.section-inovacao_projetos .content-text p {
  color: #1e1e1e;
  margin-bottom: 10px;
  font-size: 18px;
}

.section-inovacao_projetos .projects {
  margin-top: 80px;
  gap: 30px 0px;
}

.section-inovacao_projetos .projects .content_projects {
  max-width: 95%;
  background-color: #f6f6f6;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px #00000020;
}

.section-inovacao_projetos .projects .content_projects .content_img {
  margin-bottom: 30px;
}

.section-inovacao_projetos .projects .content_projects .content_img iframe {
  border-radius: 10px;
  width: 100%;
  height: 240px;
}

.section-inovacao_projetos .projects .content_projects .content_img video {
  border-radius: 10px;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.section-inovacao_projetos .projects .content_projects .content_img img {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 246px;
  object-fit: cover;
}

.section-inovacao_projetos .projects .content_projects .content-text-projects {
  padding: 0px 20px 20px;
}

.section-inovacao_projetos
  .projects
  .content_projects
  .content-text-projects
  strong {
  font-weight: normal !important;
}

.section-inovacao_projetos
  .projects
  .content_projects
  .content-text-projects
  h1,
.section-inovacao_projetos
  .projects
  .content_projects
  .content-text-projects
  h2,
.section-inovacao_projetos
  .projects
  .content_projects
  .content-text-projects
  h3,
.section-inovacao_projetos
  .projects
  .content_projects
  .content-text-projects
  h4,
.section-inovacao_projetos
  .projects
  .content_projects
  .content-text-projects
  h5,
.section-inovacao_projetos
  .projects
  .content_projects
  .content-text-projects
  h6 {
  color: #056b28;
  margin-bottom: 20px;
  font-weight: 600;
}

.section-inovacao_projetos
  .projects
  .content_projects
  .content-text-projects
  p {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
  color: #1e1e1e;
}

.section-inovacao_projetos .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-inovacao_projetos .content-img img {
  width: 100%;
  border-radius: 8px;
}

.darckTheme .section-inovacao_projetos {
  background-color: #000 !important;
}

.darckTheme .section-inovacao_projetos .img_top {
  filter: grayscale(1) brightness(0);
}

.darckTheme .section-inovacao_projetos .content_projects h1,
.darckTheme .section-inovacao_projetos .content_projects h2,
.darckTheme .section-inovacao_projetos .content_projects h3,
.darckTheme .section-inovacao_projetos .content_projects h4,
.darckTheme .section-inovacao_projetos .content_projects h5,
.darckTheme .section-inovacao_projetos .content_projects h6,
.darckTheme .section-inovacao_projetos .content_projects p,
.darckTheme .section-inovacao_projetos .content_projects span,
.darckTheme .section-inovacao_projetos .content-text h1,
.darckTheme .section-inovacao_projetos .content-text h2,
.darckTheme .section-inovacao_projetos .content-text h3,
.darckTheme .section-inovacao_projetos .content-text h4,
.darckTheme .section-inovacao_projetos .content-text h5,
.darckTheme .section-inovacao_projetos .content-text h6,
.darckTheme .section-inovacao_projetos .content-text p,
.darckTheme .section-inovacao_projetos .content-text span {
  color: #ffffff !important;
}

.section-box_sustentabilidade {
  padding: 50px 0px;
  position: relative;
  background-color: #056b28;
}

.section-box_sustentabilidade .title_section {
  margin-bottom: 50px;
}

.section-box_sustentabilidade .title_section strong {
  font-weight: bold !important;
}

.section-box_sustentabilidade .title_section h1,
.section-box_sustentabilidade .title_section h2,
.section-box_sustentabilidade .title_section h3,
.section-box_sustentabilidade .title_section h4,
.section-box_sustentabilidade .title_section h5,
.section-box_sustentabilidade .title_section h6 {
  color: #ffffff;
  margin-bottom: 20px;
}

.section-box_sustentabilidade .title_section p {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 20px;
}

.section-box_sustentabilidade .gap-boxes {
  gap: 20px 0px;
}

.section-box_sustentabilidade .content-box {
  max-width: 100%;
  border-radius: 20px;
  background-color: #f6f6f6;
  height: 100%;
}

@media screen and (max-width: 560px) {
  .section-box_sustentabilidade .content-box {
    max-width: 100%;
  }
}

.section-box_sustentabilidade .content-box img {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 280px;
}

.section-box_sustentabilidade .content-box .content_text_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.section-box_sustentabilidade .content-box .content_text_box strong {
  font-weight: bold !important;
}

.section-box_sustentabilidade .content-box .content_text_box h1,
.section-box_sustentabilidade .content-box .content_text_box h2,
.section-box_sustentabilidade .content-box .content_text_box h3,
.section-box_sustentabilidade .content-box .content_text_box h4,
.section-box_sustentabilidade .content-box .content_text_box h5,
.section-box_sustentabilidade .content-box .content_text_box h6 {
  color: #056b28;
  margin-bottom: 10px;
}

.section-box_sustentabilidade .content-box .content_text_box h4 {
  font-size: 26px;
}

.section-box_sustentabilidade .content-box .content_text_box p {
  color: #1e1e1e;
  margin-bottom: 10px;
  font-weight: normal;
}

.darckTheme .section-box_sustentabilidade {
  background-color: #000 !important;
}

.darckTheme .section-box_sustentabilidade .img_top {
  filter: grayscale(1) brightness(0);
}

.darckTheme .section-box_sustentabilidade .img_bottom {
  filter: grayscale(1) brightness(0);
}

.darckTheme .section-box_sustentabilidade .content_projects h1,
.darckTheme .section-box_sustentabilidade .content_projects h2,
.darckTheme .section-box_sustentabilidade .content_projects h3,
.darckTheme .section-box_sustentabilidade .content_projects h4,
.darckTheme .section-box_sustentabilidade .content_projects h5,
.darckTheme .section-box_sustentabilidade .content_projects h6,
.darckTheme .section-box_sustentabilidade .content_projects p,
.darckTheme .section-box_sustentabilidade .content_projects span,
.darckTheme .section-box_sustentabilidade .content-text h1,
.darckTheme .section-box_sustentabilidade .content-text h2,
.darckTheme .section-box_sustentabilidade .content-text h3,
.darckTheme .section-box_sustentabilidade .content-text h4,
.darckTheme .section-box_sustentabilidade .content-text h5,
.darckTheme .section-box_sustentabilidade .content-text h6,
.darckTheme .section-box_sustentabilidade .content-text p,
.darckTheme .section-box_sustentabilidade .content-text span {
  color: #ffffff !important;
}

.section-todas_noticias {
  position: relative;
  padding: 0px;
  z-index: 0;
  margin: 50px 0px 100px;
}

.section-todas_noticias .title_section h1,
.section-todas_noticias .title_section h2,
.section-todas_noticias .title_section h3,
.section-todas_noticias .title_section h4,
.section-todas_noticias .title_section h5,
.section-todas_noticias .title_section h6 {
  color: #056b28;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-todas_noticias .title_section h3 {
  font-size: 40px;
}

.section-todas_noticias form {
  display: flex;
  align-items: center;
  gap: 0px 20px;
  margin: 0px 0px 30px 0px;
}

@media screen and (max-width: 768px) {
  .section-todas_noticias form {
    gap: 10px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 560px) {
  .section-todas_noticias form {
    align-items: start;
  }
}

.section-todas_noticias form input {
  border-radius: 4px;
  border: 1px solid #dedede;
  padding: 8px;
  transition: 1s;
  color: #747876;
}

@media screen and (max-width: 560px) {
  .section-todas_noticias form input:first-of-type {
    width: 100%;
  }
}

.section-todas_noticias form input:hover {
  border: 1px solid #056b28;
  transition: 1s;
}

.section-todas_noticias form input:active {
  border: 1px solid #056b28;
  transition: 1s;
}

.section-todas_noticias form button {
  padding: 8px 14px;
  border: none;
  background-color: #72d216;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-todas_noticias form button img {
  filter: grayscale(1) brightness(100);
}

.section-todas_noticias .btn_more_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.section-todas_noticias .btn_more_content a {
  background-color: #056b28;
  color: #72d216;
  font-weight: 300;
  border-radius: 100px;
  padding: 10px 20px;
}

.section-todas_noticias .btn_more_content a i {
  color: #72d216;
  transform: rotate(-45deg);
  margin-left: 5px;
}

.section-todas_noticias .box_post .content-box {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #f6f6f6;
  box-shadow: 4px 6px 8px 0px #00000015;
}

@media screen and (max-width: 560px) {
  .section-todas_noticias .box_post .content-box {
    flex-direction: column;
    border-radius: 4px 4px 0px 0px;
  }
}

.section-todas_noticias .box_post .content-box .top-post {
  display: flex;
  margin-bottom: 10px;
}

.section-todas_noticias .box_post .content-box .content-img {
  width: 25%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .section-todas_noticias .box_post .content-box .content-img {
    width: 40%;
  }
}

@media screen and (max-width: 560px) {
  .section-todas_noticias .box_post .content-box .content-img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.section-todas_noticias .box_post .content-box .content-img img {
  width: 100%;
  object-fit: cover;
  height: 210px;
  border-radius: 20px 0px 0px 20px;
}

@media screen and (max-width: 768px) {
  .section-todas_noticias .box_post .content-box .content-img img {
    height: 100%;
  }
}

@media screen and (max-width: 560px) {
  .section-todas_noticias .box_post .content-box .content-img img {
    border-radius: 4px 4px 0px 0px;
    height: 210px;
  }
}

.section-todas_noticias .box_post .content-box .content-text {
  width: 75%;
  padding: 30px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 560px) {
  .section-todas_noticias .box_post .content-box .content-text {
    width: 100%;
    padding: 20px;
  }
}

.section-todas_noticias .box_post .content-box .content-text h3 {
  color: #056b28;
  margin-bottom: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 18px;
}

.section-todas_noticias .box_post .content-box .content-text p {
  color: #2c2c2c;
  margin-bottom: 5px;
}

.section-todas_noticias .box_post .content-box .content-text ul {
  list-style: none;
  display: flex;
  margin: 0;
}

.section-todas_noticias .box_post .content-box .content-text ul li {
  color: #1e1e1e;
  margin-right: 10px;
  font-weight: 600;
}

.section-todas_noticias .box_post .content-box .content-text .data {
  color: #1e1e1e;
  font-weight: 600;
}

.section-todas_noticias .box_post .content-box .post_link a {
  background-color: #056b28;
  color: #a2e26e;
  font-weight: 300;
  border-radius: 100px;
  padding: 10px 20px;
}

.section-todas_noticias .box_post .content-box .post_link a i {
  color: #a2e26e;
  transform: rotate(-45deg);
  margin-left: 5px;
}

.darckTheme .section-todas_noticias .content-box {
  border: 2px solid #ffffff;
}

.darckTheme .section-todas_noticias .content-box .content-text ul li {
  color: #ffffff;
}

.darckTheme .section-todas_noticias .content-box .content-text .data {
  color: #ffffff;
}

.darckTheme .section-todas_noticias .btn_more_content a {
  background-color: #ffffff;
  color: #000 !important;
}

.section-todas_revistas {
  position: relative;
  padding: 0px;
  z-index: 0;
  margin: 0px 0px 30px;
}

.section-todas_revistas .title_section h1,
.section-todas_revistas .title_section h2,
.section-todas_revistas .title_section h3,
.section-todas_revistas .title_section h4,
.section-todas_revistas .title_section h5,
.section-todas_revistas .title_section h6 {
  color: #056b28;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-todas_revistas .title_section h3 {
  font-size: 40px;
}

.section-todas_revistas form {
  display: flex;
  align-items: center;
  gap: 0px 20px;
  margin: 0px 0px 30px 0px;
}

@media screen and (max-width: 768px) {
  .section-todas_revistas form {
    gap: 10px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 560px) {
  .section-todas_revistas form {
    align-items: start;
  }
}

.section-todas_revistas form input {
  border-radius: 4px;
  border: 1px solid #dedede;
  padding: 8px;
  transition: 1s;
  color: #747876;
}

@media screen and (max-width: 560px) {
  .section-todas_revistas form input:first-of-type {
    width: 100%;
  }
}

.section-todas_revistas form input:hover {
  border: 1px solid #056b28;
  transition: 1s;
}

.section-todas_revistas form input:active {
  border: 1px solid #056b28;
  transition: 1s;
}

.section-todas_revistas form button {
  padding: 8px 14px;
  border: none;
  background-color: #72d216;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-todas_revistas form button img {
  filter: grayscale(1) brightness(100);
}

.section-todas_revistas .btn_more_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.section-todas_revistas .btn_more_content a {
  background-color: #056b28;
  color: #72d216;
  font-weight: 300;
  border-radius: 100px;
  padding: 10px 20px;
}

.section-todas_revistas .btn_more_content a i {
  color: #72d216;
  transform: rotate(-45deg);
  margin-left: 5px;
}

.section-todas_revistas .box_post .content-box {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #f6f6f6;
  box-shadow: 4px 6px 8px 0px #00000015;
}

@media screen and (max-width: 560px) {
  .section-todas_revistas .box_post .content-box {
    flex-direction: column;
    border-radius: 4px 4px 0px 0px;
  }
}

.section-todas_revistas .box_post .content-box .top-post {
  display: flex;
  margin-bottom: 10px;
}

.section-todas_revistas .box_post .content-box .content-img {
  width: 25%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .section-todas_revistas .box_post .content-box .content-img {
    width: 40%;
  }
}

@media screen and (max-width: 560px) {
  .section-todas_revistas .box_post .content-box .content-img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.section-todas_revistas .box_post .content-box .content-img img {
  width: 100%;
  object-fit: cover;
  height: 210px;
  border-radius: 20px 0px 0px 20px;
}

@media screen and (max-width: 768px) {
  .section-todas_revistas .box_post .content-box .content-img img {
    height: 100%;
  }
}

@media screen and (max-width: 560px) {
  .section-todas_revistas .box_post .content-box .content-img img {
    border-radius: 4px 4px 0px 0px;
    height: 210px;
  }
}

.section-todas_revistas .box_post .content-box .content-text {
  width: 75%;
  padding: 30px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 560px) {
  .section-todas_revistas .box_post .content-box .content-text {
    width: 100%;
    padding: 20px;
  }
}

.section-todas_revistas .box_post .content-box .content-text h3 {
  color: #056b28;
  margin-bottom: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 18px;
}

.section-todas_revistas .box_post .content-box .content-text p {
  color: #2c2c2c;
  margin-bottom: 5px;
}

.section-todas_revistas .box_post .content-box .content-text ul {
  list-style: none;
  display: flex;
  margin: 0;
}

.section-todas_revistas .box_post .content-box .content-text ul li {
  color: #1e1e1e;
  margin-right: 10px;
  font-weight: 600;
}

.section-todas_revistas .box_post .content-box .content-text .data {
  color: #1e1e1e;
  font-weight: 600;
}

.section-todas_revistas .box_post .content-box .post_link a {
  background-color: #056b28;
  color: #a2e26e;
  font-weight: 300;
  border-radius: 100px;
  padding: 10px 20px;
}

.section-todas_revistas .box_post .content-box .post_link a i {
  color: #a2e26e;
  transform: rotate(-45deg);
  margin-left: 5px;
}

.darckTheme .section-todas_revistas .content-box {
  border: 2px solid #ffffff;
}

.darckTheme .section-todas_revistas .content-box .content-text ul li {
  color: #ffffff;
}

.darckTheme .section-todas_revistas .content-box .content-text .data {
  color: #ffffff;
}

.darckTheme .section-todas_revistas .btn_more_content a {
  background-color: #ffffff;
  color: #000 !important;
}

.container-temas-prioritarios .item {
  width: 200px;
}

.container-temas-prioritarios .container-item {
  width: 87%;
  margin: auto;
  flex-wrap: wrap;
  gap: 6rem 5rem;
}

.container-temas-prioritarios .text-op {
  opacity: 0.8;
}

.section-missao.ecorodovias {
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section-missao.ecorodovias .content-img {
    align-items: center;
    justify-content: center;
  }
}

.section-missao.ecorodovias .content-img img {
  margin-top: 195px;
  position: relative;
  z-index: 10;
  width: auto;
}

@media screen and (max-width: 768px) {
  .section-missao.ecorodovias .content-img img {
    margin-top: 50px;
  }
}

.section-missao.ecorodovias .content-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 90%;
  margin-top: 40%;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .section-missao.ecorodovias .content-text {
    max-width: 100%;
    margin-top: 50px;
  }
}

.section-missao.ecorodovias .content-text a {
  color: #ffffff;
  text-decoration: underline !important;
}

.section-missao.ecorodovias .img_top {
  top: -10px;
}

.section-missao.ecorodovias .img-bottom {
  position: absolute;
  bottom: -255px;
  left: 0;
  right: 0;
  width: 101%;
  min-width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .section-missao.ecorodovias .img-bottom {
    bottom: -180px;
  }
}

@media screen and (max-width: 560px) {
  .section-missao.ecorodovias .img-bottom {
    bottom: -60px;
    z-index: 1;
  }
}

.section-pacto_global {
  padding: 0px 0px 80px;
  position: relative;
  background-color: #056b28;
  margin-top: -1px;
  z-index: 0;
  margin-top: 200px;
}

@media screen and (max-width: 560px) {
  .section-pacto_global {
    margin-top: 100px;
  }
}

.section-pacto_global .img-top {
  position: absolute;
  width: 101%;
  top: -240px;
  left: -2px;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 1600px) {
  .section-pacto_global .img-top {
    top: -320px;
  }
}

@media screen and (max-width: 560px) {
  .section-pacto_global .img-top {
    display: none;
  }
}

.section-pacto_global .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-pacto_global .content-img {
    margin-bottom: 50px;
  }
}

.section-pacto_global .content-img img {
  min-height: 100%;
  max-width: 90%;
  height: auto;
  object-fit: cover;
  margin-top: 50px;
  border-radius: 8px;
}

.section-pacto_global .position_content {
  display: flex;
  align-items: center;
}

.section-pacto_global .position_content .content-text {
  max-width: 90%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 560px) {
  .section-pacto_global .position_content .content-text {
    max-width: 100%;
    padding: 0pc 20px;
  }
}

.section-pacto_global .position_content .content-text h1,
.section-pacto_global .position_content .content-text h2,
.section-pacto_global .position_content .content-text h3,
.section-pacto_global .position_content .content-text h4,
.section-pacto_global .position_content .content-text h5,
.section-pacto_global .position_content .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: bold;
  margin-bottom: 26px;
}

.section-pacto_global .position_content .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 100;
  margin-bottom: 20px;
  font-size: 10px;
  font-size: 1rem;
}

.section-pacto_global .position_content .content-text p strong {
  font-weight: bold !important;
}

.section-pacto_global .position_content .content-text p a {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.section-pacto_global .position_content .content-text .icone {
  width: 60px;
  margin-bottom: 20px;
}

.darckTheme .section-pacto_global {
  background-color: #191919;
}

.darckTheme .section-pacto_global .img-top {
  filter: grayscale(1) brightness(0.3);
}

.section-slide_ods {
  padding: 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.section-slide_ods.no_ods {
  margin-top: 0px;
  padding: 60px 0;
}

.section-slide_ods.no_ods .content-section {
  margin-bottom: 30px;
}

.section-slide_ods.no_ods .slide-ods .content-slide {
  margin-top: 0;
}

.section-slide_ods.no_ods .slide-ods .slick-prev,
.section-slide_ods.no_ods .slide-ods .slick-next {
  top: 50%;
}

.section-slide_ods.no_ods .bg-sectiom {
  height: 100%;
  top: 0;
}

.section-slide_ods .bg-sectiom {
  position: absolute;
  z-index: -1;
  height: 87%;
  width: 100%;
}

@media screen and (max-width: 560px) {
  .section-slide_ods {
    padding: 0;
    margin-top: -10px;
  }
}

.section-slide_ods .content-section figure {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 50px;
}

.section-slide_ods .content-section figure img {
  width: 90%;
  max-width: 100%;
}

.section-slide_ods .content-section h1,
.section-slide_ods .content-section h2,
.section-slide_ods .content-section h3,
.section-slide_ods .content-section h4,
.section-slide_ods .content-section h5,
.section-slide_ods .content-section h6 {
  color: #ffffff;
  margin-bottom: 26px;
  max-width: 60%;
}

@media screen and (max-width: 768px) {
  .section-slide_ods .content-section h1,
  .section-slide_ods .content-section h2,
  .section-slide_ods .content-section h3,
  .section-slide_ods .content-section h4,
  .section-slide_ods .content-section h5,
  .section-slide_ods .content-section h6 {
    max-width: 100%;
  }
}

.section-slide_ods .content-section p {
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
  max-width: 60%;
}

@media screen and (max-width: 768px) {
  .section-slide_ods .content-section p {
    max-width: 100%;
  }
}

.section-slide_ods .slide-ods .slick-dots {
  bottom: -50px;
}

@media screen and (max-width: 768px) {
  .section-slide_ods .slide-ods .slick-dots {
    display: flex;
  }
}

.section-slide_ods .slide-ods .slick-dots li {
  margin: 0 10px;
  transition: 400ms;
}

.section-slide_ods .slide-ods .slick-dots li.slick-active button {
  transition: 400ms;
}

.section-slide_ods .slide-ods .slick-dots li.slick-active button::before {
  height: 8px;
  margin-top: -2px;
  transition: 400ms;
}

.section-slide_ods .slide-ods .slick-dots li button {
  transition: 400ms;
}

.section-slide_ods .slide-ods .slick-dots li button::before {
  content: "";
  height: 6px;
  width: 34px;
  background-color: #1da613;
  border-radius: 100px;
  transition: 400ms;
}

.section-slide_ods .slide-ods .slick-prev {
  z-index: 1;
  background: #066b29;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  top: 60%;
}

.section-slide_ods .slide-ods .slick-prev::before {
  content: "\f060";
  font: var(--fa-font-solid);
  color: #ffffff;
  font-size: 20px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .section-slide_ods .slide-ods .slick-prev {
    left: -10px;
  }
}

.section-slide_ods .slide-ods .slick-next {
  z-index: 1;
  background: #066b29;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  top: 60%;
}

.section-slide_ods .slide-ods .slick-next::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #ffffff;
  font-size: 20px;
  opacity: 1;
  transition: 400ms;
}

@media screen and (max-width: 768px) {
  .section-slide_ods .slide-ods .slick-next {
    right: -10px;
  }
}

.section-slide_ods .slide-ods .content-slide {
  border-radius: 20px;
  padding: 30px;
  margin-top: 50px;
}

.section-slide_ods .slide-ods .content-slide .content-text {
  padding: 0px 100px 0px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 560px) {
  .section-slide_ods .slide-ods .content-slide .content-text {
    padding: 30px 10px 0px 10px;
  }
}

.section-slide_ods .slide-ods .content-slide .content-text h1,
.section-slide_ods .slide-ods .content-slide .content-text h2,
.section-slide_ods .slide-ods .content-slide .content-text h3,
.section-slide_ods .slide-ods .content-slide .content-text h4,
.section-slide_ods .slide-ods .content-slide .content-text h5,
.section-slide_ods .slide-ods .content-slide .content-text h6 {
  color: #056b28;
  font-weight: 600;
  margin-bottom: 26px;
}

.section-slide_ods .slide-ods .content-slide .content-text p {
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.section-slide_ods .slide-ods .content-slide .content-text .button_primary {
  width: fit-content;
  background: #1da613;
  padding: 8px 30px;
  border-radius: 100px;
  margin-top: 30px;
}

.section-slide_ods .slide-ods .content-slide .content-text .button_primary a {
  color: #ffffff;
}

.section-slide_ods .slide-ods .content-slide .content-img {
  display: flex;
  justify-content: end;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .section-slide_ods .slide-ods .content-slide .content-img {
    justify-content: start;
  }
}

.section-slide_ods .slide-ods .content-slide .content-img img {
  max-width: 120px;
  border-radius: 4px;
}

.section-canal_denuncia {
  padding: 80px 0 0;
}

.section-canal_denuncia .title-section h1,
.section-canal_denuncia .title-section h2,
.section-canal_denuncia .title-section h3,
.section-canal_denuncia .title-section h4,
.section-canal_denuncia .title-section h5,
.section-canal_denuncia .title-section h6 {
  color: #1da613;
  margin-bottom: 30px;
}

.section-canal_denuncia .content-section {
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  padding: 20px 0 0;
}

.section-canal_denuncia .content-section .canal_denuncia {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.section-certificacoes {
  position: relative;
  padding: 50px 0;
}

.section-certificacoes .title-section {
  margin-bottom: 30px;
}

.section-certificacoes .title-section h1,
.section-certificacoes .title-section h2,
.section-certificacoes .title-section h3,
.section-certificacoes .title-section h4,
.section-certificacoes .title-section h5,
.section-certificacoes .title-section h6 {
  color: #056b28;
  margin-bottom: 20px;
  font-weight: 600;
}

.section-certificacoes .title-section h1 strong,
.section-certificacoes .title-section h2 strong,
.section-certificacoes .title-section h3 strong,
.section-certificacoes .title-section h4 strong,
.section-certificacoes .title-section h5 strong,
.section-certificacoes .title-section h6 strong {
  color: #72d216;
  font-weight: 600;
}

.section-certificacoes .title-section p {
  color: #2c2c2c;
  margin-bottom: 20px;
}

.section-certificacoes ul.content-links {
  list-style: none;
  width: 100%;
  border-top: 1px solid #056b2870;
}

.section-certificacoes ul.content-links li {
  padding: 0px 10px;
  border-bottom: 1px solid #056b2870;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .section-certificacoes ul.content-links li {
    border-radius: 0px;
    flex-direction: column;
  }
}

.section-certificacoes ul.content-links li .content-logo {
  width: 20%;
}

.section-certificacoes ul.content-links li .content-logo img {
  max-width: 100%;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .section-certificacoes ul.content-links li .content-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.section-certificacoes ul.content-links li .content-logo p {
  color: #056b28;
  font-weight: 600;
  font-size: 20px;
}

.section-certificacoes ul.content-links li .btn_group {
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .section-certificacoes ul.content-links li .btn_group {
    flex-wrap: wrap;
  }
}

.section-certificacoes ul.content-links li .btn_group .btn_link {
  color: #056b28;
  font-weight: 400;
  border-radius: 100px;
  padding: 8px 10px 8px 14px;
  margin: 10px 30px;
  text-decoration: none !important;
  border: 1px solid #056b28;
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .section-certificacoes ul.content-links li .btn_group .btn_link {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
  }
}

.section-certificacoes ul.content-links li .btn_group .btn_link .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #056b28;
  border-radius: 100px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
}

.section-certificacoes ul.content-links li .btn_group .btn_link .icon-link i {
  color: #ffffff;
}

.darckTheme .section-certificacoes .content-links {
  margin-top: 50px;
}

.darckTheme .section-certificacoes .content-links ul li {
  border: 1px solid #ffffff36;
}

.section-relatorios {
  padding: 0px;
  background: #056b28;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 560px) {
  .section-relatorios {
    margin-top: 0px;
    padding: 0px;
  }
}

.section-relatorios .content-img {
  display: flex;
  align-items: start;
  position: relative;
  justify-content: start;
}

@media screen and (max-width: 560px) {
  .section-relatorios .content-img {
    display: none;
  }
}

.section-relatorios .content-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: -30px;
  margin-top: -50px;
}

@media screen and (max-width: 1300px) {
  .section-relatorios .content-img img {
    height: 100%;
    width: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 950px) {
  .section-relatorios .content-img img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .section-relatorios .content-img img {
    border-radius: 0;
    height: 450px;
    width: 100%;
    min-height: auto;
    margin-top: 0;
  }
}

.section-relatorios .position_content {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) and (max-width: 950px) {
  .section-relatorios .position_content {
    width: 100% !important;
  }
}

.section-relatorios .content-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .section-relatorios .content-text {
    margin-top: 50px;
    width: 100%;
    padding: 0px 20px;
  }
}

.section-relatorios .content-text h1,
.section-relatorios .content-text h2,
.section-relatorios .content-text h3,
.section-relatorios .content-text h4,
.section-relatorios .content-text h5,
.section-relatorios .content-text h6 {
  color: #72d216;
  font-family: "Lexend", serif;
  margin-bottom: 40px;
}

.section-relatorios .content-text h2 {
  font-size: 36px;
}

.section-relatorios .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: 100;
  margin-bottom: 10px;
  font-size: 10px;
  font-size: 1rem;
}

.section-relatorios .content-text p strong {
  font-weight: bold;
}

.section-relatorios .content-text p img {
  margin-top: 20px;
}

.section-relatorios .content-text p a {
  color: #1da613;
  font-family: "Lexend", serif;
  font-weight: 100;
  text-decoration: underline !important;
}

.section-relatorios .content-text ul {
  list-style: none;
  width: 100%;
  border-top: 1px solid #72d216;
}

.section-relatorios .content-text ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #72d216;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 560px) {
  .section-relatorios .content-text ul li {
    border-radius: 0px;
    flex-direction: column;
  }
}

.section-relatorios .content-text ul li p {
  color: #ffffff;
  margin-right: 20px;
  margin-bottom: 0;
  font-weight: normal;
  width: fit-content;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .section-relatorios .content-text ul li p {
    width: 100%;
  }
}

.section-relatorios .content-text ul li .box-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 20px;
}

.section-relatorios .content-text ul li .box-links .btn_link {
  color: #72d216;
  font-weight: normal;
  margin: 0;
  font-size: 9px;
  font-size: 0.9rem;
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  .section-relatorios .content-text ul li .box-links .btn_link {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

.darckTheme .section-relatorios {
  background-color: #000;
}

.darckTheme .section-relatorios .img_top {
  filter: grayscale(1) brightness(0.1);
}

.darckTheme .section-relatorios .img_bottom {
  filter: grayscale(1) brightness(0);
}

.darckTheme .section-relatorios .img_grafismo {
  display: none;
}

.darckTheme .section-relatorios .content-text ul li .btn_link {
  color: #000 !important;
}

.darckTheme .section-relatorios .content-text ul li .btn_link i {
  color: #000 !important;
}

.section-investimento_social {
  padding: 80px 0;
  position: relative;
  background-color: #056b28;
  margin-top: -1px;
  z-index: 1;
}

.section-investimento_social .content-img {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .section-investimento_social .content-img {
    margin-bottom: 50px;
  }
}

.section-investimento_social .content-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  max-width: 90%;
  height: 500px;
  object-fit: cover;
}

@media screen and (max-width: 560px) {
  .section-investimento_social .content-img img {
    max-width: 100%;
    width: 100%;
  }
}

.section-investimento_social .content-text {
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  .section-investimento_social .content-text {
    max-width: 100%;
    margin-top: 30px;
  }
}

.section-investimento_social .content-text h1,
.section-investimento_social .content-text h2,
.section-investimento_social .content-text h3,
.section-investimento_social .content-text h4,
.section-investimento_social .content-text h5,
.section-investimento_social .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 26px;
  font-weight: 600;
}

.section-investimento_social .content-text h3 {
  font-size: 26px;
}

.section-investimento_social .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.section-investimento_social .content-text p strong {
  font-weight: bold;
}

.section-investimento_social .content-text p a {
  color: #ffffff;
  font-family: "Lexend", serif;
  font-weight: normal;
  text-decoration: underline !important;
}

.darckTheme .section-investimento_social {
  background-color: #090909;
}

.darckTheme .section-investimento_social .img-top {
  filter: grayscale(1) brightness(0.1);
}

.darckTheme .section-investimento_social .img-bottom {
  filter: grayscale(1) brightness(0.1);
}

.section-boxes_icones_projetos {
  padding: 50px 0;
}

.section-boxes_icones_projetos .title-section {
  margin-bottom: 50px;
}

.section-boxes_icones_projetos .title-section h1,
.section-boxes_icones_projetos .title-section h2,
.section-boxes_icones_projetos .title-section h3,
.section-boxes_icones_projetos .title-section h4,
.section-boxes_icones_projetos .title-section h5,
.section-boxes_icones_projetos .title-section h6 {
  color: #056b28;
  margin-bottom: 10px;
}

.section-boxes_icones_projetos .title-section p {
  color: #1e1e1e;
  margin-bottom: 10px;
}

.section-boxes_icones_projetos .content-boxes {
  justify-content: center;
}

.section-boxes_icones_projetos .content-boxes .container-boxes {
  margin-bottom: 20px;
}

.section-boxes_icones_projetos .content-boxes .content-box {
  background-color: #056b28;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  min-height: 230px;
  padding: 20px 20px 30px;
  border-radius: 30px;
}

.section-boxes_icones_projetos .content-boxes .content-box img {
  margin-bottom: 20px;
  max-width: 80px;
  height: auto;
  object-fit: contain;
}

.section-boxes_icones_projetos .content-boxes .content-box .content-text {
  display: flex;
  align-items: center;
}

.section-boxes_icones_projetos .content-boxes .content-box .content-text p {
  margin-bottom: 10px;
  color: #ffffff;
}

.section-implantacao_projetos {
  padding: 50px 0px;
  position: relative;
  background-color: #056b28;
}

.section-implantacao_projetos .content-img {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.section-implantacao_projetos .content-img img {
  max-width: 100%;
  border-radius: 8px;
  max-width: 90%;
  object-fit: cover;
}

@media screen and (max-width: 560px) {
  .section-implantacao_projetos .content-img img {
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
  }
}

.section-implantacao_projetos .content-text {
  max-width: 90%;
  margin-top: 50px;
}

.section-implantacao_projetos .content-text h1,
.section-implantacao_projetos .content-text h2,
.section-implantacao_projetos .content-text h3,
.section-implantacao_projetos .content-text h4,
.section-implantacao_projetos .content-text h5,
.section-implantacao_projetos .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 26px;
  font-weight: normal;
}

.section-implantacao_projetos .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 20px;
  font-size: 16px;
}

.section-implantacao_projetos .content-text p strong {
  font-weight: bold;
}

.section-implantacao_projetos .content-text p a {
  color: #ffffff;
  font-family: "Lexend", serif;
  text-decoration: underline !important;
}

.section-implantacao_projetos .content-text a {
  color: #ffffff;
  font-family: "Lexend", serif;
  text-decoration: underline !important;
}

.section-implantacao_projetos .content-text ul {
  color: #ffffff;
  padding-left: 20px !important;
}

.section-implantacao_projetos .content-text ul li {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 10px;
}

.darckTheme .section-implantacao_projetos {
  background-color: #090909;
}

.darckTheme .section-implantacao_projetos .img-top {
  filter: grayscale(1) brightness(0.1);
}

.darckTheme .section-implantacao_projetos .img-bottom {
  filter: grayscale(1) brightness(0.1);
}

.section-meio_ambiente {
  padding: 50px 0px;
  position: relative;
  background-color: #056b28;
}

.section-meio_ambiente .content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-meio_ambiente .content-img {
    margin-bottom: 50px;
  }
}

.section-meio_ambiente .content-img img {
  min-height: 100%;
  max-width: 90%;
  height: auto;
  width: fit-content;
}

.section-meio_ambiente .position_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .section-meio_ambiente .position_content {
    justify-content: start;
  }
}

.section-meio_ambiente .position_content .content-text {
  max-width: 80%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .section-meio_ambiente .position_content .content-text {
    max-width: 100%;
  }
}

.section-meio_ambiente .position_content .content-text h1,
.section-meio_ambiente .position_content .content-text h2,
.section-meio_ambiente .position_content .content-text h3,
.section-meio_ambiente .position_content .content-text h4,
.section-meio_ambiente .position_content .content-text h5,
.section-meio_ambiente .position_content .content-text h6 {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 26px;
  font-weight: 600;
}

.section-meio_ambiente .position_content .content-text h2 {
  font-size: 36px;
}

.section-meio_ambiente .position_content .content-text h3 {
  font-size: 22px;
}

.section-meio_ambiente .position_content .content-text p {
  color: #ffffff;
  font-family: "Lexend", serif;
  margin-bottom: 20px;
  font-size: 18px;
}

.section-meio_ambiente .position_content .content-text p strong {
  font-weight: 600 !important;
}

.section-meio_ambiente .position_content .content-text p a {
  color: #ffffff;
  font-family: "Lexend", serif;
  text-decoration: underline !important;
}

.darckTheme .section-meio_ambiente {
  background-color: #191919;
}

.darckTheme .section-meio_ambiente .img-top {
  filter: grayscale(1) brightness(0.3);
}

.section-boxes_destaques {
  padding: 50px 0;
  background-color: #056b28;
}

.section-boxes_destaques .title-section {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px 0px;
}

.section-boxes_destaques .title-section h1,
.section-boxes_destaques .title-section h2,
.section-boxes_destaques .title-section h3,
.section-boxes_destaques .title-section h4,
.section-boxes_destaques .title-section h5,
.section-boxes_destaques .title-section h6 {
  color: #056b28;
  margin-bottom: 10px;
}

.section-boxes_destaques .title-section p {
  color: #056b28;
  margin-bottom: 10px;
}

.section-boxes_destaques .content-boxes .content-box {
  max-width: 80%;
  margin: 0px auto;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 280px;
}

.section-boxes_destaques .content-boxes .content-box img {
  margin-bottom: 20px;
  max-width: 100%;
  width: fit-content;
  height: auto;
  object-fit: contain;
}

.section-boxes_destaques .content-boxes .content-box .content-text {
  display: flex;
  align-items: center;
}

.section-boxes_destaques .content-boxes .content-box .content-text p {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
}
