@font-face {
  font-family: "CaeciliaLTStd-Roman";
  src: url("../../webfonts/CaeciliaLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CaeciliaLTStd-Bold";
  src: url("../../webfonts/CaeciliaLTStd-Bold.woff") format("woff");
  font-weight: bold; }

@font-face {
  font-family: "CaeciliaLTStd-Heavy";
  src: url("../../webfonts/CaeciliaLTStd-Heavy.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: "CaeciliaLTStd-Light";
  src: url("../../webfonts/CaeciliaLTStd-Light.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: "MyriadPro-Bold";
  src: url("../../webfonts/MYRIADPRO-BOLD.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../../webfonts/MYRIADPRO-REGULAR.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: "MyriadPro-Light";
  src: url("../../webfonts/MyriadPro-Light.woff") format("woff");
  font-weight: normal; }

body {
  margin: 0;
  padding: 0; }
  body a {
    text-decoration: none !important;
    margin: 0; }
  body p,
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    margin: 0; }
  body h1 {
    font-size: 24px;
    font-size: 2.4rem; }
  body h2 {
    font-size: 22px;
    font-size: 2.2rem; }
  body h3 {
    font-size: 18px;
    font-size: 1.8rem; }
  body h4 {
    font-size: 14px;
    font-size: 1.4rem; }
  body h5 {
    font-size: 12px;
    font-size: 1.2rem; }
  body p {
    font-size: 10px;
    font-size: 1rem; }

.wpcf7 .ajax-loader {
  display: none !important; }

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important; }

.wpcf7 .wpcf7-submit {
  font-family: "CaeciliaLTStd-Bold";
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #ecb11f;
  width: 130px;
  border: none;
  text-align: center;
  margin-top: 1rem; }

.wpcf7 .form-group + .form-group {
  margin-top: 1rem; }

.wpcf7-list-item {
  margin-top: .8rem; }

.btn-download {
  font-family: "MyriadPro-Bold";
  color: #fff;
  padding: 10px 50px 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  background: #007e7a url("../../img/seta-btn-download.svg") no-repeat 95% center;
  box-shadow: 0px 3px 9px -2px #007e7a8c;
  transition: 400ms;
  margin-bottom: 1rem; }
  .btn-download img {
    height: auto;
    max-width: 100%; }
  .btn-download:hover {
    background-color: #007e7aab;
    color: #fff;
    transition: 400ms; }
    
.section-post-unico .wpcf7 a.btn-download {
  color: #fff !important;
  text-decoration: none; }

.wpcf7 .btn-download {
  display: none; }

.wpcf7 .wpcf7-form.sent .wpcf7-submit {
  display: none; }

.wpcf7 .wpcf7-form.sent .btn-download {
  display: inline-block; } 

.darckTheme {
  background-color: #000; }
  .darckTheme .section-colunas-texto {
    background-color: #000; }
  .darckTheme .link-post a {
    color: #ffffff !important; }
  .darckTheme i,
  .darckTheme a,
  .darckTheme p,
  .darckTheme h1,
  .darckTheme h2,
  .darckTheme h3,
  .darckTheme h4,
  .darckTheme h5,
  .darckTheme h6 {
    color: #ffffff !important; }
  .darckTheme img,
  .darckTheme svg {
    filter: grayscale(100); }
  .darckTheme .modal-container h4 {
    color: #000 !important; }
  .darckTheme .modal-container p {
    color: #747876 !important; }
  .darckTheme .modal-container a {
    color: #007e7a !important;
    text-decoration: underline !important; }
  .darckTheme aside h3 {
    color: #000 !important; }
  .darckTheme aside p {
    color: #747876 !important; }

.nav-item {
  width: 100%; }

.nav-tabs .nav-link.active {
  color: #000000;
  background-color: #fff;
  border-color: #ffffff00 #ffffff00 #fff !important;
  border-bottom: 1px solid #000 !important;
  text-decoration: underline;
  width: 100%;
  border-radius: 0; }

.nav-tabs .nav-link {
  text-align: left;
  font-size: 14px;
  color: #000000;
  padding: 10px 10px;
  width: 100%; }

.nav-tabs .nav-link:hover {
  border-color: #ffffff00 !important;
  border-bottom: 1px solid #000 !important;
  background-color: #fff;
  border-radius: 0; }

#closecookie {
  float: right;
  font-size: 2vw; }

.modal .bt-close-bg {
  text-align: right; }

.modal .modal-body img {
  max-width: 100%; }

.modal-cookie {
  align-items: center;
  justify-content: center;
  z-index: 99999 !important; }
  .modal-cookie::before {
    content: "";
    background: #00000070;
    height: 100vh;
    width: 100vw;
    position: absolute; }

.modal-cookie .modal-container {
  padding: 0px;
  width: 60%;
  margin-top: -100px; }
  @media screen and (max-width: 768px) {
    .modal-cookie .modal-container {
      width: 95%;
      margin-top: 0px; } }

.footer-modal {
  background: #f2f2f2;
  border-top: 1px solid #00000063;
  z-index: 10;
  height: 40px;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }
  .footer-modal .gpdp-submit-button {
    background-color: #007e7a;
    color: #ffffff;
    margin: 0;
    padding: 10px;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    outline: 0;
    border: none;
    left: 0;
    position: absolute;
    bottom: 0; }

#gdpr-menu-container .menu-item:last-child {
  margin-bottom: 70px; }

#gpdrBannerAside {
  font-family: "MyriadPro-Regular";
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50%;
  color: #ffffff;
  z-index: 9999;
  transition: bottom 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  display: block; }
  @media screen and (max-width: 768px) {
    #gpdrBannerAside {
      width: 100%; } }

.gpdrBannerContainer {
  position: static;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 40px; }
  @media screen and (max-width: 768px) {
    .gpdrBannerContainer {
      padding: 30px 10px; } }

.gpdrBannerContent {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 100%; }

.gpdrBannerAvisoCookie {
  box-sizing: border-box;
  font-family: inherit;
  -webkit-font-smoothing: antialiased; }

.gpdrBannerAvisoCookie h3 {
  color: #000;
  margin-bottom: 14px; }

.gpdrBannerAvisoCookie p {
  color: #4e4e4e;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 0;
  box-sizing: border-box;
  font-family: inherit;
  -webkit-font-smoothing: antialiased; }

.gpdrBannerAvisoCookie p a {
  text-decoration: underline; }

.change-settings-button {
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s ease; }

.gpdrBannerbotaoFechar {
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  display: inline-block;
  float: right;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin: 3px 4px;
  width: 30px;
  height: 30px;
  box-shadow: inset 0 0 0 1px #626262;
  color: #626262;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: none;
  overflow: visible; }

.gpdrBannerAvisoCookie .gpdrBannerbotaoFechar {
  display: none; }

.gpdrBtnCloseExce {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.icon-close {
  font-size: 32px;
  top: -3px;
  position: relative;
  height: 32px;
  display: block;
  overflow: hidden;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none; }

.icon-close:before {
  content: "x"; }

.gpdrBannerButtomHolder {
  display: flex;
  align-items: center;
  justify-content: start; }

.gpdrBannerButtomRejeitas,
.gpdrBannerButtomAceitar {
  border-radius: 0;
  background-color: #007e7a;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 20px;
  transition: all 0.3s ease;
  border: none;
  display: inline-block;
  margin: 3px 4px;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  outline: none; }

.gpdrBannerButtomConfiguracoes {
  border-radius: 0;
  background-color: #dadada;
  color: #4e4e4e;
  font-family: "MyriadPro-Regular";
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 20px;
  transition: all 0.3s ease;
  border: none;
  display: inline-block;
  margin: 0px 0px 0px 5px;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  outline: none;
  padding: 5px 10px; }

@media (max-width: 768px) {
  .gpdrBannerContent {
    flex-direction: column; } }

@media (max-width: 540px) {
  .gpdrBannerAvisoCookie p {
    font-size: 12px;
    line-height: 14px; }
  .gpdrBannerButtomRejeitas,
  .gpdrBannerButtomAceitar {
    font-size: 12px;
    line-height: 14px; }
  .gpdrBannerButtomConfiguracoes {
    font-size: 12px;
    line-height: 14px; }
  .icon-close {
    font-size: 24px;
    top: 0px; }
  .gpdrBannerbotaoFechar {
    width: 30px;
    height: 30px; }
  .gpdrBannerContent {
    padding-left: 15px;
    padding-right: 15px; }
  .gpdrBannerButtomHolder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.gpdt-titulo-sessao {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  width: calc(100% - 40px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  text-align: center;
  color: #0c4da2; }

#btn_cookie_policy_modal,
#btn_third_party_cookies,
#btn_privacy_overview {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  line-height: 1.1;
  padding: 13px 20px;
  color: #0c4da2;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  text-align: left;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit; }

.menu-item.selected #btn_privacy_overview,
.menu-item.selected #btn_third_party_cookies,
.menu-item.selected #btn_cookie_policy_modal {
  background-color: #ffffff !important;
  border-color: #f1f1f1 !important;
  color: #000 !important; }

.gdpr-menu-container {
  padding: 0;
  list-style: none;
  margin: 0;
  z-index: 12; }

.gdpr-company-logo-holder {
  text-align: left;
  padding: 40px 0; }

.gdpr-company-logo-holder img {
  max-height: 150px;
  max-width: 100%;
  display: inline-block;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  height: auto; }

.gdpr-modal-left-block {
  width: 20%;
  min-height: 300px;
  display: inline-block;
  float: left;
  padding: 0px;
  height: 100%;
  top: 0;
  background: #f2f2f2;
  z-index: 10;
  left: 0; }
  @media screen and (max-width: 768px) {
    .gdpr-modal-left-block {
      min-height: 100%; } }

.gdpr-close-icon {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 28px;
  color: #000;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.gdpr-close-icon:before {
  content: "x"; }
  @media screen and (max-width: 768px) {
    .gdpr-close-icon:before {
      font-size: 30px; } }

.gdpr-close-modal {
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 30px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: 0 0;
  padding: 0;
  z-index: 99;
  margin: 0;
  outline: 0;
  box-shadow: none;
  border: none;
  text-shadow: none; }
  @media screen and (max-width: 768px) {
    .gdpr-close-modal {
      right: -10px;
      top: -5px; } }

.tab-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #000;
  margin-bottom: 25px;
  display: block; }

.tab-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  height: 100%;
  padding-right: 20px;
  padding-bottom: 15px; }

.tab-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 18px;
  margin-top: 0;
  padding: 0;
  color: #000; }

.modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 130px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f1f1f1;
  z-index: 15; }

.modal-footer-button-holder {
  width: 100%;
  display: block;
  padding: 0 60px; }

.BtnSalvar {
  background-color: #007e7a;
  border-color: #007e7a;
  float: right;
  color: #d6d6d6;
  margin: 0;
  text-decoration: none;
  border-radius: 150px;
  color: #ffffff;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  min-width: 160px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  text-shadow: none; }

#postbox {
  display: none; }

#postbox .acf-form-submit .acf-button.button.button-primary.button-large {
  background-color: #007e7a;
  border-color: #007e7a;
  float: right;
  color: #d6d6d6;
  margin: 0;
  text-decoration: none;
  border-radius: 150px;
  color: #ffffff;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  min-width: 160px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  float: right; }

.main-modal-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  height: 100%; }
  .main-modal-content .tab-pane h4 {
    margin-bottom: 12px; }
  .main-modal-content .tab-pane p {
    font-size: 16px;
    font-family: "MyriadPro-Regular";
    color: #747876;
    margin: 0; }
  .main-modal-content .tab-pane .custom-switch {
    position: relative;
    margin: 10px 0px 0px 15px; }
    .main-modal-content .tab-pane .custom-switch label {
      padding-left: 25px; }
  .main-modal-content .tab-pane .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #007e7a59 !important; }
  .main-modal-content .tab-pane .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007e7a;
    background-color: #007e7aed; }
  .main-modal-content .tab-pane .custom-switch .custom-control-label::before {
    content: "";
    position: absolute;
    left: -15px;
    width: 30px;
    height: 16px;
    pointer-events: all;
    border-radius: 20px;
    top: 10px;
    border: 1px solid #9a9a9a;
    background-color: #fff; }
  .main-modal-content .tab-pane .custom-control-label::before,
  .main-modal-content .tab-pane .custom-file-label,
  .main-modal-content .tab-pane .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .main-modal-content .tab-pane .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .main-modal-content .tab-pane .custom-switch .custom-control-label::after {
    top: 13px;
    left: -10px;
    width: 10px;
    height: 10px;
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out; }
  .main-modal-content .tab-pane .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat; }

.gdpr-modal-right-content {
  height: 100%;
  width: 80%;
  display: inline-block;
  padding: 25px 60px 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
  .gdpr-modal-right-content .tab-content a {
    text-decoration: underline; }

.gpdr-modal-content-main {
  color: #000;
  background-color: #ffffff;
  width: 900px;
  width: 80vw;
  max-width: 1170px;
  min-height: 600px;
  position: relative;
  margin: 0 auto; }

.modal-inner-content {
  color: #000;
  background-color: #ffffff;
  width: 900px;
  width: 80vw;
  max-width: 1170px;
  min-height: 600px;
  position: relative;
  margin: 0 auto; }

.gdpr-modal-content-Div {
  color: #000;
  background-color: #ffffff;
  max-width: 1170px;
  position: relative;
  margin: 0 auto; }
  .gdpr-modal-content-Div .header-modal {
    padding: 30px 10px;
    border-bottom: 1px solid #000; }
    .gdpr-modal-content-Div .header-modal h4 {
      color: #000;
      font-family: "MyriadPro-Regular"; }
    @media screen and (max-width: 768px) {
      .gdpr-modal-content-Div .header-modal {
        padding: 15px 10px; } }
  .gdpr-modal-content-Div .modal-content {
    display: flex;
    flex-direction: row !important; }
    @media screen and (max-width: 768px) {
      .gdpr-modal-content-Div .modal-content {
        flex-direction: column !important; } }

.tooltip-cookie {
  display: inline;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 3px;
  padding-left: 7px;
  background: #ffffff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  font: 12px Arial, sans-serif;
  padding-right: 7px;
  line-height: 23px; }

.gpdg-swich-label {
  padding-top: 5px; }

.privacy-mobile {
  display: none; }

.t-balancete-type {
  display: none; }

.balancete-type {
  display: none; }

@media (max-width: 1140px) {
  .gpdp-submit-button {
    margin-bottom: 30px; }
  .gpdt-titulo-sessao {
    max-width: 100px;
    width: 100%; }
  #btn_cookie_policy_modal,
  #btn_privacy_overview,
  #btn_third_party_cookies {
    font-size: 12px;
    padding: 8px 10px; }
  .tab-title {
    font-size: 20px;
    margin-bottom: 15px; }
  .tab-content p {
    font-size: 14px; } }

@media (max-width: 959px) {
  .gdpr-modal-right-content {
    width: 50%; } }

@media (max-width: 778px) {
  .gdpr-modal-right-content {
    width: 100%;
    padding: 10px; } }

@media (max-width: 724px) {
  .privacy-mobile {
    display: block; }
  .gdpr-modal-left-block {
    width: 100%; }
  .menu-item:last-child {
    margin-bottom: 50px; } }

@media (max-width: 426px) {
  .gdpr-close-icon {
    width: 50px;
    height: 50px;
    line-height: 38px;
    font-size: 48px; } }

.section-paginacaoPosts {
  padding: 0px 0px 70px 0px; }
  .section-paginacaoPosts .post_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .section-paginacaoPosts .post_pagination .page-numbers {
      position: relative;
      padding: 0px 16px;
      color: #747876;
      font-family: "MyriadPro-Regular";
      font-size: 16px; }
    .section-paginacaoPosts .post_pagination a:before {
      content: "";
      position: absolute;
      margin-left: -13px;
      margin-top: -2px;
      height: 30px;
      width: 34px;
      background-color: #e6e6e6;
      transform: rotate(140deg) skew(-40deg);
      transform-style: flat;
      z-index: -1; }
    .section-paginacaoPosts .post_pagination span {
      color: #ffffff !important; }
      .section-paginacaoPosts .post_pagination span:before {
        content: "";
        position: absolute;
        margin-left: -13px;
        margin-top: -2px;
        height: 30px;
        width: 34px;
        background-color: #ecb11f;
        transform: rotate(140deg) skew(-40deg);
        transform-style: flat;
        z-index: -1; }
    .section-paginacaoPosts .post_pagination .next i {
      color: #747876; }
    .section-paginacaoPosts .post_pagination .next::before {
      content: "";
      position: absolute;
      margin-left: -13px;
      margin-top: -2px;
      height: 30px;
      width: 34px;
      background-color: #ffffff;
      transform: rotate(140deg) skew(-40deg);
      transform-style: flat;
      z-index: -1;
      border: 1px solid #e6e6e6; }
    .section-paginacaoPosts .post_pagination .prev i {
      color: #747876; }
    .section-paginacaoPosts .post_pagination .prev::before {
      content: "";
      position: absolute;
      margin-left: -13px;
      margin-top: -2px;
      height: 30px;
      width: 34px;
      background-color: #ffffff;
      transform: rotate(140deg) skew(-40deg);
      transform-style: flat;
      z-index: -1;
      border: 1px solid #e6e6e6; }

.darckTheme .section-paginacaoPosts .post_pagination span {
  color: #000 !important; }
  .darckTheme .section-paginacaoPosts .post_pagination span::before {
    background: #ffffff; }

.darckTheme .section-paginacaoPosts .post_pagination a:before {
  background-color: #000;
  border: 1px solid #ffffff; }

.section-posts {
  padding: 100px 0px 0px 0px; }
  .section-posts .title-section {
    display: flex;
    align-items: center;
    margin-bottom: 50px; }
    .section-posts .title-section h1,
    .section-posts .title-section h2,
    .section-posts .title-section h3,
    .section-posts .title-section h4,
    .section-posts .title-section h5,
    .section-posts .title-section h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      margin: 0px;
      font-weight: bold;
      position: relative; }
      @media screen and (max-width: 768px) {
        .section-posts .title-section h1,
        .section-posts .title-section h2,
        .section-posts .title-section h3,
        .section-posts .title-section h4,
        .section-posts .title-section h5,
        .section-posts .title-section h6 {
          margin-bottom: 40px; } }
    .section-posts .title-section a {
      color: #007e7a;
      font-family: "MyriadPro-Regular";
      font-weight: bold;
      text-decoration: underline !important;
      margin: 0px 150px 0px 0px; }
    .section-posts .title-section form {
      position: relative; }
      .section-posts .title-section form img {
        transform: rotate(90deg);
        position: absolute;
        left: 0;
        width: 24px; }
      .section-posts .title-section form input {
        width: 100%;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
        border-bottom: 1px solid #8e8e8e;
        padding-left: 40px;
        outline: none;
        transition: 400ms;
        cursor: pointer; }
        .section-posts .title-section form input:hover {
          border-bottom: 1px solid #007e7a;
          transition: 400ms; }
        .section-posts .title-section form input:focus {
          border-bottom: 1px solid #007e7a;
          transition: 400ms; }
        @media screen and (max-width: 560px) {
          .section-posts .title-section form input {
            margin-bottom: 10px; } }
      .section-posts .title-section form .select-group {
        display: flex;
        justify-content: space-around; }
        .section-posts .title-section form .select-group select {
          padding: 4px;
          border: 1px solid #adadad;
          border-radius: 4px;
          color: #747876;
          transition: 400ms;
          height: 40px;
          cursor: pointer;
          outline: none;
          width: 100%;
          margin-right: 10px; }
          .section-posts .title-section form .select-group select:hover {
            border-color: #007e7a;
            transition: 400ms; }
          .section-posts .title-section form .select-group select:focus {
            border-color: #007e7a;
            transition: 400ms; }
          .section-posts .title-section form .select-group select option:hover {
            background: #8e8e8e; }
        .section-posts .title-section form .select-group button {
          border: none;
          color: #ffffff;
          font-family: "CaeciliaLTStd-Bold";
          padding: 8px 40px 8px 30px;
          text-decoration: none;
          border-radius: 4px;
          background: #ecb11f url(../../img/chevron-right.png) no-repeat center;
          background-position-x: 95px;
          background-size: 18px;
          box-shadow: 0px 3px 9px -2px #ecb11f9e; }
          @media screen and (max-width: 560px) {
            .section-posts .title-section form .select-group button {
              margin-top: 10px;
              background-position-x: 195px; } }
        @media screen and (max-width: 560px) {
          .section-posts .title-section form .select-group {
            justify-content: center;
            flex-direction: column; } }
  .section-posts .box-noticia {
    min-height: 420px;
    margin-bottom: 40px; }
    .section-posts .box-noticia:hover h4 {
      text-decoration: underline; }
    .section-posts .box-noticia .box-bg {
      height: 230px;
      overflow: hidden;
      position: relative; }
      .section-posts .box-noticia .box-bg:after {
        content: "";
        position: absolute;
        right: -40px;
        bottom: -40px;
        height: 90px;
        width: 130px;
        z-index: 2;
        background-color: #ffffff;
        transform: rotate3d(1, 0, 1, 310deg); }
      .section-posts .box-noticia .box-bg a:before {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: 14px;
        bottom: 24px;
        height: 34px;
        width: 34px;
        transform: rotate(140deg) skew(-40deg);
        transform-style: flat; }
      .section-posts .box-noticia .box-bg a h3 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        transition: 400ms; }
        .section-posts .box-noticia .box-bg a h3:hover {
          text-decoration: underline;
          transition: 400ms; }
    .section-posts .box-noticia .content-img {
      background-size: cover;
      background-repeat: no-repeat;
      height: 230px;
      margin-bottom: 15px;
      position: relative;
      transition: 400ms; }
      .section-posts .box-noticia .content-img:hover {
        transform: scale(1.1);
        transition: 400ms; }
      .section-posts .box-noticia .content-img::before {
        content: "";
        position: absolute;
        background: linear-gradient(0deg, #00000060, transparent);
        height: 100%;
        width: 100%; }
    .section-posts .box-noticia .content-text {
      padding: 0px 10px;
      margin-top: 12px; }
      .section-posts .box-noticia .content-text .data {
        color: #747876;
        font-family: "MyriadPro-Regular";
        font-size: 10px;
        font-size: 1rem;
        margin-bottom: 10px; }
      .section-posts .box-noticia .content-text .tag {
        color: #007e7a;
        font-family: "MyriadPro-Regular";
        font-size: 10px;
        font-size: 1rem;
        padding-left: 5px; }
      .section-posts .box-noticia .content-text h4 {
        color: #747876;
        font-family: "CaeciliaLTStd-Bold";
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 20px;
        margin-top: 8px;
        line-height: 25px; }
      .section-posts .box-noticia .content-text .link-post {
        position: relative; }
        .section-posts .box-noticia .content-text .link-post:before {
          content: "";
          position: absolute;
          left: -4px;
          top: 4px;
          height: 15px;
          width: 20px;
          background-color: #ecb11f;
          transform: rotate(140deg) skew(-40deg);
          transform-style: flat; }
        .section-posts .box-noticia .content-text .link-post a {
          color: #007e7a;
          font-family: "MyriadPro-Bold";
          font-size: 10px;
          font-size: 1rem;
          font-weight: bold;
          text-decoration: underline !important;
          position: absolute;
          left: 5px; }

.section-title-portfolio-fomento {
  padding: 30px 0px 0px; }
  .section-title-portfolio-fomento .title-section h1,
  .section-title-portfolio-fomento .title-section h2,
  .section-title-portfolio-fomento .title-section h3,
  .section-title-portfolio-fomento .title-section h4,
  .section-title-portfolio-fomento .title-section h5,
  .section-title-portfolio-fomento .title-section h6 {
    color: #007e7a;
    font-family: "CaeciliaLTStd-Bold";
    line-height: 36px;
    margin-bottom: 0px; }

.navbar {
  position: fixed !important;
  padding: 0px !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px #00000040;
  z-index: 999; }
  @media screen and (max-width: 1400px) {
    .navbar .container-menu {
      margin: 10px 0px 0px 80px;
      min-width: 92%; } }
  @media screen and (max-width: 1300px) {
    .navbar .container-menu {
      margin: 10px 0px 0px 20px;
      min-width: 96%; } }
  @media screen and (max-width: 1250px) {
    .navbar .container-menu {
      margin: 10px 0px 0px 0px;
      min-width: 100%; } }
  @media screen and (min-width: 960px) and (max-width: 1024px) {
    .navbar .container-menu {
      margin: 14px 0px 0px !important; } }
  .navbar .navbar-collapse {
    position: relative; }
  .navbar .navbar-toggler {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 999; }
    .navbar .navbar-toggler:focus {
      outline: none !important;
      box-shadow: none !important; }
    .navbar .navbar-toggler span {
      position: absolute;
      background: #606060;
      height: 3px;
      width: 20px;
      left: 0; }
      .navbar .navbar-toggler span:nth-of-type(1) {
        top: 0; }
      .navbar .navbar-toggler span:nth-of-type(2) {
        top: 5px; }
      .navbar .navbar-toggler span:nth-of-type(3) {
        top: 10px; }
    .navbar .navbar-toggler .menu-close span {
      position: absolute;
      background: #606060;
      height: 3px;
      width: 20px;
      left: 0; }
      .navbar .navbar-toggler .menu-close span:nth-of-type(1) {
        top: 0;
        display: none !important; }
      .navbar .navbar-toggler .menu-close span:nth-of-type(2) {
        top: 5px;
        transform: rotate(45deg) !important; }
      .navbar .navbar-toggler .menu-close span:nth-of-type(3) {
        top: 5px;
        transform: rotate(315deg) !important; }
  .navbar .topbar {
    display: flex;
    align-items: center;
    background-color: #ebebeb;
    height: 30px;
    width: 100%;
    position: fixed;
    top: 0; }
    .navbar .topbar .menu-topbar {
      display: flex;
      justify-content: center; }
      .navbar .topbar .menu-topbar p {
        padding-right: 10px;
        font-family: "MyriadPro-Regular";
        font-size: 10px;
        font-size: 1rem;
        color: #747876; }
    .navbar .topbar .idioma {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0px 20px;
      border-right: 1px solid #c3c3c3;
      border-left: 1px solid #c3c3c3;
      height: 30px; }
      .navbar .topbar .idioma select {
        background: transparent;
        border: none;
        outline: none;
        font-size: 14px;
        color: #747876; }
      .navbar .topbar .idioma option {
        font-size: 14px;
        color: #747876; }
    .navbar .topbar .acessibilidade {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0px 20px;
      height: 30px;
      border-right: 1px solid #c3c3c3; }
      .navbar .topbar .acessibilidade ul {
        padding: 0px 0px 0px 15px;
        margin: -3px 0px 0px;
        list-style: none;
        display: flex; }
        .navbar .topbar .acessibilidade ul li {
          padding: 0px 5px; }
          .navbar .topbar .acessibilidade ul li a {
            font-family: "MyriadPro-Regular";
            color: #747876;
            font-size: 14px; }
      .navbar .topbar .acessibilidade .adddarckTheme i {
        font-size: 14px;
        cursor: pointer;
        color: #747876; }
  .navbar .custom-logo-link:after {
    content: "";
    position: absolute;
    top: 70px;
    background: #ecb11f;
    width: 40px;
    height: 3px;
    margin-left: 20px; }
    @media screen and (max-width: 1024px) {
      .navbar .custom-logo-link:after {
        display: none; } }
  .navbar .menu-position #menu-item-82:hover .sub-menu,
  .navbar .menu-position #menu-item-2464:hover .sub-menu {
    display: flex; }
    @media screen and (max-width: 768px) {
      .navbar .menu-position #menu-item-82:hover .sub-menu,
      .navbar .menu-position #menu-item-2464:hover .sub-menu {
        display: block; } }
  .navbar .menu-position #menu-item-82 .sub-menu,
  .navbar .menu-position #menu-item-2464 .sub-menu {
    display: none;
    position: absolute;
    top: 48px;
    left: 0px !important;
    background: #ffffff;
    box-shadow: 5px 5px 11px 0px #0000000f;
    min-height: 230px;
    z-index: 1;
    padding: 30px 20px 30px 0px;
    flex-wrap: wrap;
    width: 590px;
    gap: 4px; }
    @media screen and (max-width: 768px) {
      .navbar .menu-position #menu-item-82 .sub-menu,
      .navbar .menu-position #menu-item-2464 .sub-menu {
        width: 100%; } }
    .navbar .menu-position #menu-item-82 .sub-menu li,
    .navbar .menu-position #menu-item-2464 .sub-menu li {
      height: 40px;
      float: right;
      width: 200px;
      display: flex;
      align-items: center;
      justify-content: start;
      margin-left: 0px !important;
      padding-left: 0px !important; }
      @media screen and (max-width: 768px) {
        .navbar .menu-position #menu-item-82 .sub-menu li,
        .navbar .menu-position #menu-item-2464 .sub-menu li {
          width: 44%; } }
      @media screen and (max-width: 560px) {
        .navbar .menu-position #menu-item-82 .sub-menu li,
        .navbar .menu-position #menu-item-2464 .sub-menu li {
          width: 90%; } }
  .navbar .menu-position {
    margin-left: 85px;
    padding-top: 8px; }
    @media screen and (max-width: 1024px) {
      .navbar .menu-position {
        margin-left: 30px; } }
    @media screen and (max-width: 768px) {
      .navbar .menu-position {
        margin-left: 0px; } }
    .navbar .menu-position ul {
      height: 40px; }
      @media screen and (max-width: 990px) {
        .navbar .menu-position ul {
          display: block;
          background: #ffffff;
          height: 800px;
          width: 100vw;
          padding-left: 20px;
          padding-top: 100px;
          position: fixed;
          top: 0;
          left: 0; } }
      .navbar .menu-position ul li {
        margin-right: 50px;
        position: relative;
        height: 50px; }
        @media screen and (max-width: 1370px) {
          .navbar .menu-position ul li {
            margin-right: 40px; } }
        @media screen and (max-width: 1200px) {
          .navbar .menu-position ul li {
            margin-right: 36px; } }
        @media screen and (min-width: 1100px) and (max-width: 1160px) {
          .navbar .menu-position ul li {
            margin-right: 30px; } }
        @media screen and (min-width: 960px) and (max-width: 1100px) {
          .navbar .menu-position ul li {
            margin-right: 20px; } }
        @media screen and (min-width: 770px) {
          .navbar .menu-position ul li i {
            display: none; } }
        @media screen and (max-width: 768px) {
          .navbar .menu-position ul li {
            border-bottom: 2px solid #e6e6e6;
            height: 40px;
            margin-bottom: 8px; }
            .navbar .menu-position ul li i {
              display: block;
              position: absolute;
              top: 5px;
              right: 10px; } }
        .navbar .menu-position ul li a {
          color: #747876;
          font-family: "CaeciliaLTStd-Bold";
          font-size: 9px;
          font-size: 0.9rem; }
        .navbar .menu-position ul li .sub-menu {
          display: none; }
    .navbar .menu-position .menu-item-has-children:hover a:after {
      content: "";
      height: 3px;
      background: #ecb11f;
      width: 100%;
      position: absolute;
      bottom: 0px;
      left: 0;
      z-index: 3; }
    .navbar .menu-position .menu-item-has-children:hover .sub-menu {
      display: block;
      position: absolute;
      top: 48px;
      left: -2px;
      background: #ffffff;
      box-shadow: 5px 5px 11px 0px #0000000f;
      min-height: 230px;
      z-index: 1;
      padding: 30px 20px 30px 0px;
      -webkit-animation: slide-down 0.6s ease-out;
      -moz-animation: slide-down 0.6s ease-out; }
      @media screen and (max-width: 768px) {
        .navbar .menu-position .menu-item-has-children:hover .sub-menu {
          position: fixed;
          left: 0;
          top: 80px;
          background: #ffffff;
          z-index: 1;
          height: 800px;
          width: 100vw;
          padding-left: 15px; } }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
      .navbar .menu-position .menu-item-has-children:hover .sub-menu:after {
        content: "";
        position: absolute;
        right: -1px;
        bottom: -1px;
        background-image: url(../../img/forma-sub-menu.svg);
        height: 250px;
        width: 260px;
        background-size: 85%;
        background-repeat: no-repeat;
        background-position: bottom right; }
      .navbar .menu-position .menu-item-has-children:hover .sub-menu::before {
        content: "";
        min-height: 230px;
        width: 100vw;
        bottom: 0;
        right: 100%;
        position: absolute;
        background: #ffffff;
        transform-style: flat;
        z-index: -2;
        box-shadow: -6px 4px 11px 0px #0000000f; }
      .navbar .menu-position .menu-item-has-children:hover .sub-menu li {
        height: 40px;
        float: right;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        margin-left: 240px;
        padding-left: 60px; }
        @media screen and (max-width: 1370px) {
          .navbar .menu-position .menu-item-has-children:hover .sub-menu li {
            padding-left: 40px; } }
        .navbar .menu-position .menu-item-has-children:hover .sub-menu li a:after {
          display: none; }
  @media screen and (max-width: 990px) {
    .navbar form {
      margin-top: -50px; } }
  .navbar form input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #747876;
    position: absolute;
    left: 70px;
    width: 85%;
    height: 30px; }
    @media screen and (max-width: 768px) {
      .navbar form input {
        left: 40px;
        width: 75%; } }
  .navbar form img {
    filter: grayscale(1);
    cursor: pointer;
    transition: 0.4s;
    margin-top: 5px; }
  .navbar form .active {
    filter: grayscale(0);
    transform: rotate(90deg);
    margin-left: -90px; }
    @media screen and (max-width: 768px) {
      .navbar form .active {
        margin-left: 0px; } }

.darckTheme .navbar {
  background-color: #000;
  box-shadow: 0px 0px 11px 0px #ffffff47; }
  .darckTheme .navbar .topbar {
    background-color: #212121; }
    .darckTheme .navbar .topbar select,
    .darckTheme .navbar .topbar option {
      color: #ffffff !important;
      background-color: #212121 !important; }
  .darckTheme .navbar .custom-logo-link:after {
    background: #212121; }
  .darckTheme .navbar .menu-position .menu-item-has-children:hover .sub-menu {
    background: #212121; }
    .darckTheme .navbar .menu-position .menu-item-has-children:hover .sub-menu:before {
      background: #212121; }
    .darckTheme .navbar .menu-position .menu-item-has-children:hover .sub-menu:after {
      filter: grayscale(1); }
  .darckTheme .navbar .menu-position .menu-item-has-children a:after {
    background: #212121; }

.darckTheme form input {
  background: #000;
  color: #ffffff; }

.darckTheme form .active {
  filter: grayscale(100); }

.navbar-light .navbar-toggler {
  border: none;
  color: #747876 !important; }

.section-banner-home {
  padding-top: 110px;
  height: 100vh;
  background: #0003;
  position: relative;
  overflow: hidden; }
  .section-banner-home:before {
    content: "";
    background-color: #ecb11f;
    position: absolute;
    left: -100px;
    top: 20px;
    height: 300px;
    width: 275px;
    transform: rotate(140deg) skew(-40deg);
    transform-style: flat;
    z-index: 1; }
    @media screen and (max-width: 1370px) {
      .section-banner-home:before {
        left: -80px;
        top: -30px; } }
  .section-banner-home:after {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -100px;
    height: 300px;
    width: 560px;
    z-index: 2;
    background-color: #ffffff;
    transform: rotate3d(1, 0, 1, 310deg); }
    @media screen and (max-width: 1370px) {
      .section-banner-home:after {
        bottom: -160px; } }
  @media screen and (max-width: 1024px) {
    .section-banner-home:before {
      left: -90px;
      top: -30px; }
    .section-banner-home::after {
      right: -390px; } }
  @media screen and (max-width: 560px) {
    .section-banner-home {
      height: 90vh; }
      .section-banner-home:before {
        height: 200px;
        width: 180px; }
      .section-banner-home::after {
        bottom: -280px; } }
  .section-banner-home .overlay {
    background: #00000050;
    position: absolute;
    height: 100%;
    width: 100%; }
  .section-banner-home img {
    object-fit: cover;
    width: 110vw;
    height: 100vh;
    padding: 0; }
  .section-banner-home video {
    object-fit: cover;
    width: 110%;
    height: 100%;
    padding: 0;
    margin-top: 0px; }
    @media screen and (max-width: 1200px) {
      .section-banner-home video {
        height: 100vh; } }
    @media screen and (max-width: 768px) {
      .section-banner-home video {
        margin-top: -110px; } }
    @media screen and (max-width: 560px) {
      .section-banner-home video {
        margin-top: 0px;
        height: 90vh; } }
  .section-banner-home .container-texto {
    position: absolute;
    max-width: 380px;
    margin: 150px 0px 0px 150px;
    z-index: 2; }
    @media screen and (max-width: 1370px) {
      .section-banner-home .container-texto {
        margin: 140px 0px 0px 150px; } }
    .section-banner-home .container-texto h1,
    .section-banner-home .container-texto h2,
    .section-banner-home .container-texto h3,
    .section-banner-home .container-texto h4,
    .section-banner-home .container-texto h5,
    .section-banner-home .container-texto h6 {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Bold";
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 30px; }
      @media screen and (max-width: 1370px) {
        .section-banner-home .container-texto h1,
        .section-banner-home .container-texto h2,
        .section-banner-home .container-texto h3,
        .section-banner-home .container-texto h4,
        .section-banner-home .container-texto h5,
        .section-banner-home .container-texto h6 {
          font-size: 20px;
          font-size: 2rem; } }
    .section-banner-home .container-texto a {
      font-family: "MyriadPro-Regular";
      color: #ffffff;
      font-weight: bold;
      padding: 10px 20px 10px;
      text-decoration: none;
      border-radius: 4px;
      background: #ecb11f;
      box-shadow: 0px 3px 9px -2px #ecb11f9e; }
      .section-banner-home .container-texto a img {
        width: 18px;
        height: 18px;
        margin-left: 10px; }
    @media screen and (max-width: 768px) {
      .section-banner-home .container-texto {
        margin: 80px 0px 0px 120px; } }
    @media screen and (max-width: 560px) {
      .section-banner-home .container-texto {
        display: flex;
        align-items: start;
        flex-direction: column;
        margin: 0px 30px;
        top: 34%; } }
  .section-banner-home .scroll-msg {
    position: absolute;
    z-index: 2;
    bottom: 20px; }
    .section-banner-home .scroll-msg .content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .section-banner-home .scroll-msg p {
      color: #ffffff;
      font-family: "MyriadPro-Light";
      font-size: 11px;
      font-size: 1.1rem;
      margin-bottom: 25px; }
      @media screen and (max-width: 1024px) {
        .section-banner-home .scroll-msg p {
          display: none; } }
    .section-banner-home .scroll-msg img {
      width: 50px;
      height: 50px; }
      @media screen and (max-width: 1024px) {
        .section-banner-home .scroll-msg img {
          display: none; } }
    .section-banner-home .scroll-msg i {
      font-size: 33px;
      color: #ffffff; }
      @media screen and (max-width: 1024px) {
        .section-banner-home .scroll-msg i {
          display: block; } }
      @media screen and (min-width: 1025px) {
        .section-banner-home .scroll-msg i {
          display: none; } }

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

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

.darckTheme .section-banner-home .container-texto a {
  border: 1px solid #ffffff;
  background: #000;
  background-position-x: 200px;
  background-size: 18px;
  box-shadow: none; }

.section-colunas-texto {
  padding: 60px 0px 120px 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .section-colunas-texto {
      padding: 60px 0px 30px 0px; } }
  .section-colunas-texto .content-text {
    padding-left: 45px;
    max-width: 510px; }
    @media screen and (max-width: 768px) {
      .section-colunas-texto .content-text {
        margin-bottom: 80px; } }
    .section-colunas-texto .content-text .title-subtitle {
      position: relative; }
      .section-colunas-texto .content-text .title-subtitle:after {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: -45px;
        top: 20px;
        height: 100%;
        width: 28px;
        transform: rotate(135deg) skew(-46deg);
        transform-style: flat; }
      .section-colunas-texto .content-text .title-subtitle h4 {
        color: #ecb11f;
        font-family: "MyriadPro-Bold";
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px; }
      .section-colunas-texto .content-text .title-subtitle h3 {
        color: #007e7a;
        font-family: "CaeciliaLTStd-Bold";
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
        font-size: 16px;
        font-size: 1.6rem; }
    .section-colunas-texto .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      font-size: 10px;
      font-size: 1rem;
      margin-bottom: 25px; }
    .section-colunas-texto .content-text a {
      font-family: "MyriadPro-Regular";
      font-weight: bold;
      color: #ffffff;
      padding: 10px 15px 10px;
      text-decoration: none;
      border-radius: 4px;
      background: #ecb11f;
      box-shadow: 0px 3px 9px -2px #ecb11f9e;
      transition: 400ms; }
      .section-colunas-texto .content-text a:hover {
        background: #ecb11f9e;
        transition: 400ms; }
      .section-colunas-texto .content-text a img {
        width: 18px;
        height: 18px;
        margin-left: 7px; }

.darckTheme .section-colunas-texto .content-text .title-subtitle:after {
  background-color: #ffffff; }

.darckTheme .section-colunas-texto .content-text a {
  border: 1px solid #ffffff;
  background: #000;
  background-position-x: 100px;
  background-size: 18px;
  box-shadow: none; }

.section-noticias-home {
  padding: 50px 0px;
  position: relative;
  display: none; }
  .section-noticias-home:after {
    content: "";
    right: 0px;
    top: -90px;
    background: #ecb11f;
    height: 100px;
    width: 440px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0 100%, 0 100%); }
  @media screen and (max-width: 560px) {
    .section-noticias-home:after {
      width: 50%;
      top: -80px; } }
  .section-noticias-home .bg-yellow {
    background: #ecb11f;
    height: 305px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .section-noticias-home .title-noticia {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px; }
    .section-noticias-home .title-noticia h3 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      font-size: 20px;
      font-size: 2rem;
      margin: 0; }
    .section-noticias-home .title-noticia p a {
      color: #007e7a;
      font-family: "MyriadPro-Bold";
      font-size: 10px;
      font-size: 1rem;
      font-weight: bold;
      text-decoration: underline !important;
      margin-right: 20px; }
    @media screen and (max-width: 560px) {
      .section-noticias-home .title-noticia p {
        display: none; } }
  .section-noticias-home .box-noticia {
    min-height: 360px;
    margin-right: 20px; }
    .section-noticias-home .box-noticia:hover h4 {
      text-decoration: underline; }
    .section-noticias-home .box-noticia .box-bg {
      height: 230px;
      overflow: hidden;
      position: relative; }
      .section-noticias-home .box-noticia .box-bg:after {
        content: "";
        position: absolute;
        right: -80px;
        bottom: -40px;
        height: 70px;
        width: 260px;
        z-index: 2;
        background-color: #ffffff;
        transform: rotate3d(1, 0, 1, 310deg); }
      .section-noticias-home .box-noticia .box-bg a:before {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: 14px;
        bottom: 24px;
        height: 34px;
        width: 34px;
        transform: rotate(140deg) skew(-40deg);
        transform-style: flat; }
      .section-noticias-home .box-noticia .box-bg a h3 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        font-size: 13px;
        font-size: 1.3rem;
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        transition: 400ms; }
        .section-noticias-home .box-noticia .box-bg a h3:hover {
          text-decoration: underline;
          transition: 400ms; }
    .section-noticias-home .box-noticia .content-img {
      background-size: cover;
      background-repeat: no-repeat;
      height: 230px;
      margin-bottom: 15px;
      position: relative;
      transition: 400ms; }
      .section-noticias-home .box-noticia .content-img:hover {
        transform: scale(1.1);
        transition: 400ms; }
      .section-noticias-home .box-noticia .content-img::before {
        content: "";
        position: absolute;
        background: linear-gradient(0deg, #00000060, transparent);
        height: 100%;
        width: 100%; }
    .section-noticias-home .box-noticia .content-text {
      padding: 0px 10px;
      margin-top: 20px; }
      .section-noticias-home .box-noticia .content-text h4 {
        color: #747876;
        font-family: "CaeciliaLTStd-Bold";
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 15px; }
      .section-noticias-home .box-noticia .content-text .link-post {
        position: relative; }
        .section-noticias-home .box-noticia .content-text .link-post:before {
          content: "";
          position: absolute;
          left: -4px;
          top: 4px;
          height: 15px;
          width: 20px;
          background-color: #ecb11f;
          transform: rotate(140deg) skew(-40deg);
          transform-style: flat; }
        .section-noticias-home .box-noticia .content-text .link-post a {
          color: #007e7a;
          font-family: "MyriadPro-Regular";
          font-size: 9px;
          font-size: 0.9rem;
          font-weight: bold;
          text-decoration: underline !important;
          position: absolute;
          left: 5px; }

.darckTheme .section-noticias-home:after {
  background: #212121; }

.darckTheme .section-noticias-home .bg-yellow {
  background: #212121; }

.darckTheme .section-noticias-home .box-noticia .box-bg .content-img {
  filter: grayscale(100); }

.darckTheme .section-noticias-home .box-noticia .box-bg a:before {
  background: #000; }

.darckTheme .section-noticias-home .box-noticia .box-bg:after {
  background: #000; }

.darckTheme .section-noticias-home .content-text .link-post:before {
  background: #212121; }

.section-espacoConhecimento-home {
  padding: 50px 0px;
  position: relative;
  overflow: hidden; }
  .section-espacoConhecimento-home:before {
    content: "";
    position: absolute;
    top: -40px;
    left: -50px;
    height: 100px;
    width: 200px;
    z-index: 2;
    background-color: #ffffff;
    transform: rotate3d(1, 0, 1, 310deg); }
  @media screen and (max-width: 560px) {
    .section-espacoConhecimento-home:before {
      top: -70px; } }
  .section-espacoConhecimento-home .bg-green {
    background: #007e7a;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (max-width: 560px) {
      .section-espacoConhecimento-home .bg-green {
        height: 335px; } }
  .section-espacoConhecimento-home .title-espacoConhecimento {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px; }
    .section-espacoConhecimento-home .title-espacoConhecimento h1,
    .section-espacoConhecimento-home .title-espacoConhecimento h2,
    .section-espacoConhecimento-home .title-espacoConhecimento h3,
    .section-espacoConhecimento-home .title-espacoConhecimento h4,
    .section-espacoConhecimento-home .title-espacoConhecimento h5,
    .section-espacoConhecimento-home .title-espacoConhecimento h6 {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Bold";
      margin: 0;
      font-size: 20px;
      font-size: 2rem; }
    .section-espacoConhecimento-home .title-espacoConhecimento p a {
      color: #ffffff;
      font-family: "MyriadPro-Bold";
      font-size: 10px;
      font-size: 1rem;
      text-decoration: underline !important;
      margin-right: 20px; }
    @media screen and (max-width: 560px) {
      .section-espacoConhecimento-home .title-espacoConhecimento p {
        display: none; } }
    @media screen and (max-width: 560px) {
      .section-espacoConhecimento-home .title-espacoConhecimento {
        padding-top: 15px;
        max-width: 80%; } }
  .section-espacoConhecimento-home .box-espacoConhecimento {
    overflow: hidden;
    min-height: 360px;
    margin-right: 20px; }
    .section-espacoConhecimento-home .box-espacoConhecimento:hover h4 {
      text-decoration: underline; }
    .section-espacoConhecimento-home .box-espacoConhecimento .box-bg {
      height: 230px;
      overflow: hidden;
      position: relative; }
      .section-espacoConhecimento-home .box-espacoConhecimento .box-bg:after {
        content: "";
        position: absolute;
        right: -80px;
        bottom: -40px;
        height: 70px;
        width: 260px;
        z-index: 2;
        background-color: #ffffff;
        transform: rotate3d(1, 0, 1, 310deg); }
      .section-espacoConhecimento-home .box-espacoConhecimento .box-bg a:before {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: 14px;
        bottom: 24px;
        height: 34px;
        width: 34px;
        transform: rotate(140deg) skew(-40deg);
        transform-style: flat; }
      .section-espacoConhecimento-home .box-espacoConhecimento .box-bg a h3 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        font-size: 13px;
        font-size: 1.3rem;
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        transition: 400ms; }
        .section-espacoConhecimento-home .box-espacoConhecimento .box-bg a h3:hover {
          text-decoration: underline;
          transition: 400ms; }
    .section-espacoConhecimento-home .box-espacoConhecimento .content-img {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 230px;
      margin-bottom: 15px;
      position: relative;
      transition: 400ms; }
      .section-espacoConhecimento-home .box-espacoConhecimento .content-img:hover {
        transform: scale(1.1);
        transition: 400ms; }
      .section-espacoConhecimento-home .box-espacoConhecimento .content-img::before {
        content: "";
        position: absolute;
        background: linear-gradient(0deg, #00000060, transparent);
        height: 100%;
        width: 100%; }
    .section-espacoConhecimento-home .box-espacoConhecimento .content-text {
      padding: 0px 10px;
      margin-top: 20px; }
      .section-espacoConhecimento-home .box-espacoConhecimento .content-text h4 {
        color: #747876;
        font-family: "CaeciliaLTStd-Bold";
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 15px; }
      .section-espacoConhecimento-home .box-espacoConhecimento .content-text .link-post {
        position: relative; }
        .section-espacoConhecimento-home .box-espacoConhecimento .content-text .link-post:before {
          content: "";
          position: absolute;
          left: -4px;
          top: 4px;
          height: 15px;
          width: 20px;
          background-color: #ecb11f;
          transform: rotate(140deg) skew(-40deg);
          transform-style: flat; }
        .section-espacoConhecimento-home .box-espacoConhecimento .content-text .link-post a {
          color: #007e7a;
          font-family: "MyriadPro-Regular";
          font-size: 9px;
          font-size: 0.9rem;
          font-weight: bold;
          text-decoration: underline !important;
          position: absolute;
          left: 5px; }

.darckTheme .section-espacoConhecimento-home:before {
  background: #000; }

.darckTheme .section-espacoConhecimento-home .bg-green {
  background: #212121; }

.darckTheme .section-espacoConhecimento-home .box-espacoConhecimento .box-bg .content-img {
  filter: grayscale(100); }

.darckTheme .section-espacoConhecimento-home .box-espacoConhecimento .box-bg a:before {
  background: #000; }

.darckTheme .section-espacoConhecimento-home .box-espacoConhecimento .box-bg:after {
  background: #000; }

.darckTheme .section-espacoConhecimento-home .content-text .link-post:before {
  background: #212121; }

.section-text-slide .content-text {
  padding-left: 45px;
  position: relative;
  max-width: 430px;
  margin: 100px 0px 0px 100px; }
  @media screen and (max-width: 1370px) {
    .section-text-slide .content-text {
      padding-left: 20px;
      max-width: 410px; } }
  @media screen and (max-width: 768px) {
    .section-text-slide .content-text {
      padding-left: 50px;
      max-width: 100%;
      padding-bottom: 50px; } }
  .section-text-slide .content-text h3 {
    color: #007e7a;
    font-family: "CaeciliaLTStd-Bold";
    font-size: 18px;
    font-size: 1.8rem;
    margin: 30px 0px;
    position: relative; }
    .section-text-slide .content-text h3:after {
      content: "";
      position: absolute;
      left: -50px;
      top: 25px;
      height: 70%;
      width: 28px;
      transform: rotate(134deg) skew(-46deg);
      transform-style: flat;
      background-color: #ecb11f; }
    @media screen and (max-width: 768px) {
      .section-text-slide .content-text h3 {
        line-height: 30px; } }
  .section-text-slide .content-text p {
    color: #747876;
    font-family: "MyriadPro-Regular";
    font-size: 10px;
    font-size: 1rem; }
  @media screen and (max-width: 1024px) {
    .section-text-slide .content-text {
      margin: 100px 0px 0px 0px; } }
  @media screen and (max-width: 560px) {
    .section-text-slide .content-text {
      padding-left: 10px;
      margin: 0px 0px 60px 34px; } }

.section-text-slide .bg-slide {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  clip-path: polygon(20% 0, 100% 0, 100% 0%, 100% 80%, 90% 80%, 65% 100%, 0 100%, 0% 100%, 0 65%, 20% 45%); }
  @media screen and (max-width: 768px) {
    .section-text-slide .bg-slide {
      clip-path: polygon(20% 0, 100% 0, 100% 0%, 100% 90%, 50% 90%, 25% 100%, 0 100%, 0% 100%, 0 65%, 20% 45%); } }
  @media screen and (max-width: 560px) {
    .section-text-slide .bg-slide {
      clip-path: polygon(0% 0, 100% 0, 100% 0%, 100% 88%, 30% 88%, 10% 100%, 0 100%, 0% 100%, 0% 0%, 0% 0%); } }
  .section-text-slide .bg-slide:before {
    content: "";
    background: linear-gradient(180deg, #ffffff00 0%, #070707d1 100%);
    height: 100%;
    width: 100%;
    position: absolute; }
  .section-text-slide .bg-slide .contentSlide {
    max-width: 500px;
    padding: 50px 0px 100px;
    margin: 0 auto;
    margin-left: 245px; }
    @media screen and (max-width: 1024px) {
      .section-text-slide .bg-slide .contentSlide {
        margin-left: 130px; } }
    @media screen and (max-width: 768px) {
      .section-text-slide .bg-slide .contentSlide {
        margin-left: 200px; } }
    @media screen and (max-width: 560px) {
      .section-text-slide .bg-slide .contentSlide {
        margin: 50px 50px 150px;
        padding: 0;
        max-width: 100%; } }
    .section-text-slide .bg-slide .contentSlide .slideText {
      position: relative;
      padding: 30px 20px 20px 0px;
      min-height: 345px; }
      .section-text-slide .bg-slide .contentSlide .slideText figure {
        margin-bottom: 45px; }
        .section-text-slide .bg-slide .contentSlide .slideText figure:after {
          content: "";
          position: absolute;
          left: 0;
          top: 30px;
          height: 80px;
          width: 70px;
          background-color: #ecb11f;
          z-index: -1;
          transform: rotate(150deg) skew(330deg);
          transform-style: flat; }
      .section-text-slide .bg-slide .contentSlide .slideText img {
        width: 75px;
        margin: 10px 0px 30px;
        z-index: 1; }
      .section-text-slide .bg-slide .contentSlide .slideText h4 {
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        font-size: 16px;
        font-size: 1.6rem;
        margin: 70px 0px 15px 0px; }
      .section-text-slide .bg-slide .contentSlide .slideText p {
        color: #ffffff;
        font-family: "MyriadPro-Regular";
        font-size: 10px;
        font-size: 1rem; }
    .section-text-slide .bg-slide .contentSlide .slick-dots {
      position: relative !important;
      text-align: left; }
      .section-text-slide .bg-slide .contentSlide .slick-dots li {
        margin: 0px 20px 0px 0px !important; }
        .section-text-slide .bg-slide .contentSlide .slick-dots li:before {
          content: "" !important; }
        .section-text-slide .bg-slide .contentSlide .slick-dots li button {
          transform: rotate(0deg) scale(1.2) skew(0) translate(0px);
          transform-style: flat; }
          .section-text-slide .bg-slide .contentSlide .slick-dots li button:before {
            content: "" !important;
            background: #fff0;
            border: 2px solid #fff;
            transform: rotate(150deg) skew(-30deg);
            transform-style: flat;
            opacity: 1; }
      .section-text-slide .bg-slide .contentSlide .slick-dots .slick-active button:before {
        background: #ffffff; }

.darckTheme .section-text-slide .content-text h1:after,
.darckTheme .section-text-slide .content-text h2:after,
.darckTheme .section-text-slide .content-text h3:after,
.darckTheme .section-text-slide .content-text h4:after,
.darckTheme .section-text-slide .content-text h5:after,
.darckTheme .section-text-slide .content-text h6:after {
  background: #ffffff; }

.darckTheme .section-text-slide .bg-slide {
  filter: grayscale(100); }

.section-bigNumbers {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 555px;
  overflow: hidden; }
  .section-bigNumbers .title-bigNumbers {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 300px;
    padding: 0px 0px 0px 40px; }
    @media screen and (max-width: 768px) {
      .section-bigNumbers .title-bigNumbers {
        margin-top: 24px; } }
    @media screen and (max-width: 560px) {
      .section-bigNumbers .title-bigNumbers {
        padding: 20px;
        margin-top: 0px; } }
    .section-bigNumbers .title-bigNumbers:before {
      content: "";
      top: -80px;
      left: 0;
      position: absolute;
      background: #ffffff;
      height: 685px;
      width: 300px;
      clip-path: polygon(100% 0, 100% 0, 100% 65%, 0 100%, 0 100%, 0% 25%);
      padding: 100px 0px; }
      @media screen and (max-width: 768px) {
        .section-bigNumbers .title-bigNumbers:before {
          height: 314px;
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0% 0%) !important; } }
      @media screen and (max-width: 560px) {
        .section-bigNumbers .title-bigNumbers:before {
          clip-path: polygon(100% 0, 100% 0, 100% 65%, 0 100%, 0 100%, 0% 25%) !important;
          top: -150px;
          left: -15px;
          height: 600px;
          width: 333px; } }
    .section-bigNumbers .title-bigNumbers h1,
    .section-bigNumbers .title-bigNumbers h2,
    .section-bigNumbers .title-bigNumbers h3,
    .section-bigNumbers .title-bigNumbers h4,
    .section-bigNumbers .title-bigNumbers h5,
    .section-bigNumbers .title-bigNumbers h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      margin-bottom: 10px;
      font-weight: bold;
      position: relative;
      font-size: 20px;
      font-size: 2rem; }
      @media screen and (max-width: 560px) {
        .section-bigNumbers .title-bigNumbers h1,
        .section-bigNumbers .title-bigNumbers h2,
        .section-bigNumbers .title-bigNumbers h3,
        .section-bigNumbers .title-bigNumbers h4,
        .section-bigNumbers .title-bigNumbers h5,
        .section-bigNumbers .title-bigNumbers h6 {
          margin-top: 100px;
          font-size: 30px; } }
  .section-bigNumbers .number-bg-green {
    padding: 100px 0px 40px 0px; }
    @media screen and (max-width: 560px) {
      .section-bigNumbers .number-bg-green {
        padding: 150px 30px 40px; }
        .section-bigNumbers .number-bg-green .row .col-6:nth-of-type(1) {
          margin-top: -20px; }
        .section-bigNumbers .number-bg-green .row .col-6:nth-of-type(2) {
          margin-top: -100px; }
        .section-bigNumbers .number-bg-green .row .col-6:nth-of-type(3) {
          margin-top: 40px; }
          .section-bigNumbers .number-bg-green .row .col-6:nth-of-type(3) .contentBignumbers figure::before {
            background-color: #ecb11f; }
        .section-bigNumbers .number-bg-green .row .col-6:nth-of-type(4) {
          margin-top: -40px; }
          .section-bigNumbers .number-bg-green .row .col-6:nth-of-type(4) .contentBignumbers figure::before {
            background-color: #ecb11f; } }
    .section-bigNumbers .number-bg-green .contentBignumbers {
      position: relative;
      width: 130px; }
      .section-bigNumbers .number-bg-green .contentBignumbers .title-counter-up {
        display: flex; }
        .section-bigNumbers .number-bg-green .contentBignumbers .title-counter-up h4:first-of-type {
          padding-right: 5px; }
      .section-bigNumbers .number-bg-green .contentBignumbers figure {
        margin-bottom: 10px; }
        .section-bigNumbers .number-bg-green .contentBignumbers figure:before {
          content: "";
          position: absolute;
          left: -10px;
          top: 50px;
          height: 100px;
          width: 80px;
          transform: rotate(150deg) skew(-30deg);
          transform-style: flat;
          background-color: #007e7a; }
        .section-bigNumbers .number-bg-green .contentBignumbers figure img {
          width: 70px;
          position: relative;
          height: 75px; }
      .section-bigNumbers .number-bg-green .contentBignumbers h1,
      .section-bigNumbers .number-bg-green .contentBignumbers h2,
      .section-bigNumbers .number-bg-green .contentBignumbers h3,
      .section-bigNumbers .number-bg-green .contentBignumbers h4,
      .section-bigNumbers .number-bg-green .contentBignumbers h5,
      .section-bigNumbers .number-bg-green .contentBignumbers h6 {
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        margin-bottom: 5px;
        font-weight: bold;
        position: relative;
        font-size: 19px;
        font-size: 1.9rem; }
      .section-bigNumbers .number-bg-green .contentBignumbers p {
        color: #ffffff;
        font-size: 10px;
        font-size: 1rem;
        font-family: "MyriadPro-Regular";
        margin: 0;
        position: relative;
        line-height: 20px; }
  .section-bigNumbers .number-bg-yellow {
    padding: 20px 0px 70px 0px; }
    @media screen and (max-width: 560px) {
      .section-bigNumbers .number-bg-yellow {
        padding: 50px 30px 100px; }
        .section-bigNumbers .number-bg-yellow .row .col-6:nth-of-type(1) {
          margin-top: -20px; }
          .section-bigNumbers .number-bg-yellow .row .col-6:nth-of-type(1) .contentBignumbers figure::before {
            background-color: #007e7a; }
        .section-bigNumbers .number-bg-yellow .row .col-6:nth-of-type(2) {
          margin-top: -100px; }
          .section-bigNumbers .number-bg-yellow .row .col-6:nth-of-type(2) .contentBignumbers figure::before {
            background-color: #007e7a; }
        .section-bigNumbers .number-bg-yellow .row .col-6:nth-of-type(3) {
          margin-top: 40px; }
        .section-bigNumbers .number-bg-yellow .row .col-6:nth-of-type(4) {
          margin-top: -40px; } }
    .section-bigNumbers .number-bg-yellow .position-div {
      display: flex;
      justify-content: flex-end; }
    .section-bigNumbers .number-bg-yellow .contentBignumbers {
      position: relative;
      width: 130px; }
      .section-bigNumbers .number-bg-yellow .contentBignumbers .title-counter-up {
        display: flex; }
        .section-bigNumbers .number-bg-yellow .contentBignumbers .title-counter-up h4:first-of-type {
          padding-right: 5px; }
      .section-bigNumbers .number-bg-yellow .contentBignumbers figure {
        margin-bottom: 10px; }
        .section-bigNumbers .number-bg-yellow .contentBignumbers figure:before {
          content: "";
          position: absolute;
          left: -10px;
          top: 50px;
          height: 100px;
          width: 80px;
          transform: rotate(150deg) skew(-30deg);
          transform-style: flat;
          background-color: #ecb11f; }
        .section-bigNumbers .number-bg-yellow .contentBignumbers figure img {
          width: 70px;
          position: relative;
          height: 75px; }
      .section-bigNumbers .number-bg-yellow .contentBignumbers h1,
      .section-bigNumbers .number-bg-yellow .contentBignumbers h2,
      .section-bigNumbers .number-bg-yellow .contentBignumbers h3,
      .section-bigNumbers .number-bg-yellow .contentBignumbers h4,
      .section-bigNumbers .number-bg-yellow .contentBignumbers h5,
      .section-bigNumbers .number-bg-yellow .contentBignumbers h6 {
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        margin-bottom: 5px;
        font-weight: bold;
        position: relative;
        font-size: 19px;
        font-size: 1.9rem; }
      .section-bigNumbers .number-bg-yellow .contentBignumbers p {
        color: #ffffff;
        font-size: 16px;
        font-family: "MyriadPro-Regular";
        line-height: 20px;
        margin: 0;
        position: relative; }

.darckTheme .section-bigNumbers {
  filter: grayscale(1); }
  .darckTheme .section-bigNumbers .title-bigNumbers h1,
  .darckTheme .section-bigNumbers .title-bigNumbers h2,
  .darckTheme .section-bigNumbers .title-bigNumbers h3,
  .darckTheme .section-bigNumbers .title-bigNumbers h4,
  .darckTheme .section-bigNumbers .title-bigNumbers h5,
  .darckTheme .section-bigNumbers .title-bigNumbers h6 {
    color: #000 !important; }

.section-parceiros-home {
  padding: 100px 0px 80px;
  position: relative;
  overflow: hidden; }
  .section-parceiros-home h1,
  .section-parceiros-home h2,
  .section-parceiros-home h3,
  .section-parceiros-home h4,
  .section-parceiros-home h5,
  .section-parceiros-home h6 {
    color: #007e7a;
    font-family: "CaeciliaLTStd-Bold";
    line-height: 32px;
    max-width: 330px;
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 100px;
    padding-left: 30px; }
    .section-parceiros-home h1:before,
    .section-parceiros-home h2:before,
    .section-parceiros-home h3:before,
    .section-parceiros-home h4:before,
    .section-parceiros-home h5:before,
    .section-parceiros-home h6:before {
      content: "";
      position: absolute;
      left: -15px;
      top: 8px;
      height: 100%;
      width: 28px;
      transform: rotate(134deg) skew(-46deg);
      transform-style: flat;
      line-height: 20px;
      background: #ecb11f; }
      @media screen and (max-width: 560px) {
        .section-parceiros-home h1:before,
        .section-parceiros-home h2:before,
        .section-parceiros-home h3:before,
        .section-parceiros-home h4:before,
        .section-parceiros-home h5:before,
        .section-parceiros-home h6:before {
          left: -30px; } }
    @media screen and (max-width: 560px) {
      .section-parceiros-home h1,
      .section-parceiros-home h2,
      .section-parceiros-home h3,
      .section-parceiros-home h4,
      .section-parceiros-home h5,
      .section-parceiros-home h6 {
        max-width: 80%;
        margin-left: 40px; } }
  .section-parceiros-home .parceiros-home-slide {
    padding: 0px 50px;
    margin-bottom: 40px; }
    .section-parceiros-home .parceiros-home-slide .box-img {
      display: flex;
      align-items: center;
      justify-content: center; }
    .section-parceiros-home .parceiros-home-slide .slick-prev:hover::after {
      background: #ecb11f;
      transition: 400ms; }
    .section-parceiros-home .parceiros-home-slide .slick-prev::after {
      content: "";
      position: absolute;
      background: #e6e6e6;
      left: 10px;
      height: 38px;
      width: 35px;
      top: -20px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      transition: 400ms; }
      @media screen and (max-width: 560px) {
        .section-parceiros-home .parceiros-home-slide .slick-prev::after {
          left: 35px; } }
    .section-parceiros-home .parceiros-home-slide .slick-prev::before {
      content: "";
      background-image: url(../../img/parceiros-arrow.png);
      background-repeat: no-repeat;
      background-size: 60%;
      background-position: center;
      position: absolute;
      z-index: 99;
      height: 30px;
      width: 30px;
      top: -16px;
      left: 10px;
      opacity: 1; }
      @media screen and (max-width: 560px) {
        .section-parceiros-home .parceiros-home-slide .slick-prev::before {
          left: 35px; } }
    .section-parceiros-home .parceiros-home-slide .slick-next:hover::after {
      background: #ecb11f;
      transition: 400ms; }
    .section-parceiros-home .parceiros-home-slide .slick-next::after {
      content: "";
      position: absolute;
      background: #e6e6e6;
      right: 10px;
      height: 38px;
      width: 35px;
      top: -20px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      transition: 400ms; }
    .section-parceiros-home .parceiros-home-slide .slick-next::before {
      content: "";
      background-image: url(../../img/parceiros-arrow.png);
      background-repeat: no-repeat;
      background-size: 60%;
      background-position: center;
      position: absolute;
      z-index: 99;
      height: 30px;
      width: 30px;
      top: -16px;
      right: 10px;
      transform: rotate(180deg);
      opacity: 1; }
  .section-parceiros-home .btn-section {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -10px; }
    @media screen and (max-width: 560px) {
      .section-parceiros-home .btn-section {
        justify-content: start;
        margin: 0px 0px 0px 20px; } }
    .section-parceiros-home .btn-section a {
      font-family: "MyriadPro-Bold";
      color: #ffffff;
      font-weight: bold;
      padding: 10px 15px 10px;
      text-decoration: none;
      border-radius: 4px;
      box-shadow: 0px 3px 9px -2px #ecb11f9e;
      background-color: #ecb11f;
      font-size: 10px;
      font-size: 1rem;
      transition: 400ms; }
      .section-parceiros-home .btn-section a:hover {
        background: #ecb11f9e;
        transition: 400ms; }
      .section-parceiros-home .btn-section a img {
        width: 18px;
        height: 18px;
        margin-left: 7px;
        margin-top: -2px; }

.darckTheme .section-parceiros-home {
  filter: grayscale(1); }
  .darckTheme .section-parceiros-home img {
    filter: grayscale(1) brightness(100) !important; }
  .darckTheme .section-parceiros-home h1:before,
  .darckTheme .section-parceiros-home h2:before,
  .darckTheme .section-parceiros-home h3:before,
  .darckTheme .section-parceiros-home h4:before,
  .darckTheme .section-parceiros-home h5:before,
  .darckTheme .section-parceiros-home h6:before {
    background: #ffffff; }
  .darckTheme .section-parceiros-home:before {
    background: #212121; }
  .darckTheme .section-parceiros-home:after {
    background: #212121; }
  .darckTheme .section-parceiros-home .btn-section a {
    border: 1px solid #ffffff;
    background: #000;
    background-position-x: 100px;
    background-size: 18px;
    box-shadow: none; }

footer {
  border-top: 2px solid #ecb11f;
  padding: 30px 0px 10px; }
  footer .menu-footer {
    margin-bottom: 35px; }
    footer .menu-footer .nav {
      display: flex;
      flex-direction: row;
      padding: 0; }
      footer .menu-footer .nav .menu-item {
        margin-right: 40px;
        margin-bottom: 20px; }
        @media screen and (max-width: 560px) {
          footer .menu-footer .nav .menu-item {
            margin-right: 0px;
            width: 50%; } }
        footer .menu-footer .nav .menu-item a {
          font-family: "CaeciliaLTStd-Roman";
          font-weight: bold;
          font-size: 8px;
          font-size: 0.8rem;
          color: #007e7a; }
          footer .menu-footer .nav .menu-item a i {
            display: none !important; }
        footer .menu-footer .nav .menu-item .sub-menu {
          list-style: none;
          padding: 0; }
          footer .menu-footer .nav .menu-item .sub-menu .menu-item {
            margin-right: 0px;
            margin-bottom: 0px; }
            @media screen and (max-width: 560px) {
              footer .menu-footer .nav .menu-item .sub-menu .menu-item {
                margin-right: 0px;
                width: 100%; } }
          footer .menu-footer .nav .menu-item .sub-menu li a {
            font-family: "MyriadPro-Regular";
            font-weight: normal;
            color: #747876 !important; }
    footer .menu-footer .content-news-footer h1,
    footer .menu-footer .content-news-footer h2,
    footer .menu-footer .content-news-footer h3,
    footer .menu-footer .content-news-footer h4,
    footer .menu-footer .content-news-footer h5,
    footer .menu-footer .content-news-footer h6 {
      font-family: "CaeciliaLTStd-Roman";
      font-weight: bold;
      color: #007e7a;
      margin-bottom: 10px; }
    footer .menu-footer .content-news-footer p {
      font-family: "MyriadPro-Regular";
      color: #747876 !important;
      font-size: 10px;
      font-size: 1rem; }
    footer .menu-footer .content-news-footer .screen-reader-response {
      display: none !important; }
    footer .menu-footer .content-news-footer form {
      position: relative; }
      footer .menu-footer .content-news-footer form input {
        width: 100%;
        border: 2px solid #e6e6e6;
        border-radius: 4px;
        padding: 5px 10px;
        color: #747876;
        font-family: "MyriadPro-Regular";
        outline: none;
        margin-top: 8px; }
      footer .menu-footer .content-news-footer form .wpcf7-submit {
        font-family: "CaeciliaLTStd-Bold";
        color: #ffffff;
        padding: 5px 40px 5px 10px;
        text-decoration: none;
        border-radius: 4px;
        background: #ecb11f url(../../img/chevron-right.png) no-repeat center;
        background-position-x: 100px;
        background-size: 16px;
        width: 130px;
        border: none; }
      footer .menu-footer .content-news-footer form .wpcf7-response-output {
        position: absolute;
        top: 100px;
        left: -70px;
        background: #f8f8f8;
        border: 1px solid #e0e0e0;
        padding: 0px 10px;
        font-size: 14px;
        font-family: "MyriadPro-Regular";
        color: #747876;
        width: 240px !important; }
        footer .menu-footer .content-news-footer form .wpcf7-response-output a {
          color: #007e7a;
          font-family: "MyriadPro-Regular"; }
        @media screen and (max-width: 560px) {
          footer .menu-footer .content-news-footer form .wpcf7-response-output {
            position: relative;
            top: 10px;
            left: auto; } }
      footer .menu-footer .content-news-footer form .link-form {
        position: absolute;
        bottom: -202px;
        left: -30px;
        right: auto;
        display: none;
        color: #007e7a;
        font-family: "MyriadPro-Regular";
        cursor: pointer; }
        @media screen and (max-width: 1440px) {
          footer .menu-footer .content-news-footer form .link-form {
            bottom: -202px;
            right: auto;
            left: -30px; } }
        @media screen and (max-width: 768px) {
          footer .menu-footer .content-news-footer form .link-form {
            width: 100px;
            bottom: -308px;
            right: 13px; } }
        @media screen and (max-width: 560px) {
          footer .menu-footer .content-news-footer form .link-form {
            bottom: -10px;
            right: auto;
            left: 40px; } }
        @media screen and (max-width: 425px) {
          footer .menu-footer .content-news-footer form .link-form {
            bottom: -10px;
            right: -10px;
            left: auto; } }
        @media screen and (max-width: 376px) {
          footer .menu-footer .content-news-footer form .link-form {
            bottom: -10px;
            right: auto;
            left: 40px; } }
  footer .content-address-footer .content-address {
    max-width: 90%;
    margin-bottom: 20px; }
  footer .content-address-footer h1,
  footer .content-address-footer h2,
  footer .content-address-footer h3,
  footer .content-address-footer h4,
  footer .content-address-footer h5,
  footer .content-address-footer h6 {
    font-family: "CaeciliaLTStd-Roman";
    font-weight: bold;
    color: #007e7a;
    margin-bottom: 10px; }
  footer .content-address-footer p {
    font-family: "MyriadPro-Regular";
    color: #747876 !important;
    font-size: 9px;
    font-size: 0.9rem; }
    footer .content-address-footer p a {
      color: #ecb11f;
      font-size: 10px;
      font-size: 1rem; }
  footer .content-footer {
    margin-bottom: 30px; }
    footer .content-footer .custom-logo-link {
      margin-bottom: 10px; }
    footer .content-footer .redes-sociais {
      display: flex;
      align-items: center;
      justify-content: end; }
      @media screen and (max-width: 560px) {
        footer .content-footer .redes-sociais {
          justify-content: start; } }
      footer .content-footer .redes-sociais .social-icons {
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        margin: 0; }
        @media screen and (max-width: 560px) {
          footer .content-footer .redes-sociais .social-icons {
            justify-content: start;
            padding: 5px 0px 10px; } }
        footer .content-footer .redes-sociais .social-icons .content-icon {
          position: relative; }
          footer .content-footer .redes-sociais .social-icons .content-icon:hover .text-hover {
            display: block !important;
            position: absolute;
            margin-top: -35px;
            margin-left: 7px;
            color: #747876;
            font-size: 8px;
            font-size: 0.8rem;
            font-family: "MyriadPro-Regular";
            background: #e6e6e6;
            padding: 0px 3px;
            border-radius: 5px;
            z-index: 1; }
            footer .content-footer .redes-sociais .social-icons .content-icon:hover .text-hover:before {
              position: absolute;
              bottom: -16px;
              left: 4px;
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 30px 10px 0 10px;
              border-color: #e6e6e6 transparent transparent;
              z-index: -1; }
          footer .content-footer .redes-sociais .social-icons .content-icon .text-hover {
            display: none; }
          footer .content-footer .redes-sociais .social-icons .content-icon p {
            background-color: #007e7a;
            color: #ffffff;
            height: 25px;
            width: 25px;
            border-radius: 100px;
            margin: 0px 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 9px;
            font-size: 0.9rem; }
            footer .content-footer .redes-sociais .social-icons .content-icon p a {
              color: #ffffff; }
  footer .copyright {
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    align-items: center; }
    @media screen and (max-width: 560px) {
      footer .copyright {
        margin-top: 15px; } }
    footer .copyright p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      font-size: 8px;
      font-size: 0.8rem;
      line-height: 17px;
      margin: 0; }
    footer .copyright .text-copy-footer {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 560px) {
        footer .copyright .text-copy-footer {
          margin-bottom: 15px; } }
      footer .copyright .text-copy-footer .icon-globo {
        width: 120px; }
        @media screen and (max-width: 560px) {
          footer .copyright .text-copy-footer .icon-globo {
            margin-right: 15px; } }
        footer .copyright .text-copy-footer .icon-globo img {
          max-width: 33px; }

.darckTheme footer {
  border-top: 2px solid #ffffff; }
  .darckTheme footer .social-icons p {
    background-color: #ffffff; }
  .darckTheme footer .social-icons a,
  .darckTheme footer .social-icons i {
    color: #000 !important; }

.section-page-top {
  padding-top: 110px;
  position: relative;
  min-height: 510px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .section-page-top {
      min-height: 480px; } }
  @media screen and (max-width: 560px) {
    .section-page-top {
      min-height: 530px; } }
  .section-page-top .breadcrumbs {
    margin-top: 35%;
    padding: 0px 0px 20px 50px;
    position: relative;
    max-width: 300px; }
    @media screen and (min-width: 910px) and (max-width: 990px) {
      .section-page-top .breadcrumbs {
        left: -50%; } }
    @media screen and (min-width: 800px) and (max-width: 910px) {
      .section-page-top .breadcrumbs {
        left: -40%; } }
    @media screen and (max-width: 768px) {
      .section-page-top .breadcrumbs {
        left: 0%;
        top: 0%;
        min-width: 300px; } }
    @media screen and (max-width: 740px) {
      .section-page-top .breadcrumbs {
        left: -16%;
        top: 0%;
        min-width: 270px; } }
    @media screen and (max-width: 720px) {
      .section-page-top .breadcrumbs {
        max-width: 50%;
        left: -80px;
        top: -20%; } }
    @media screen and (max-width: 690px) {
      .section-page-top .breadcrumbs {
        max-width: 50%;
        left: -70px;
        top: -20%; } }
    @media screen and (max-width: 630px) {
      .section-page-top .breadcrumbs {
        max-width: 50%;
        left: -40px;
        top: -20%; } }
    @media screen and (max-width: 560px) {
      .section-page-top .breadcrumbs {
        margin-top: 20%;
        left: 0; } }
    .section-page-top .breadcrumbs:after {
      content: "";
      position: absolute;
      left: 0px;
      top: 10px;
      height: 100%;
      width: 30px;
      transform: rotate(134deg) skew(-46deg);
      transform-style: flat;
      background-color: #ecb11f; }
    .section-page-top .breadcrumbs a.home {
      display: none; }
    .section-page-top .breadcrumbs a.post.post-page {
      color: #ecb11f;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      font-family: "MyriadPro-Regular";
      line-height: 30px; }
    .section-page-top .breadcrumbs span.post.post-page.current-item {
      font-size: 20px;
      font-size: 2rem;
      font-family: "CaeciliaLTStd-Roman";
      color: #007e7a;
      line-height: 35px;
      font-weight: bold; }
  .section-page-top .img-destaque-page-interna {
    position: absolute;
    max-width: 73%;
    right: 0; }
    @media screen and (min-width: 1600px) {
      .section-page-top .img-destaque-page-interna {
        max-width: 60%; } }
    @media screen and (max-width: 560px) {
      .section-page-top .img-destaque-page-interna {
        position: relative;
        max-width: 100%;
        margin-top: 30px;
        padding: 0; } }
    .section-page-top .img-destaque-page-interna .thumb-header {
      position: relative; }
      .section-page-top .img-destaque-page-interna .thumb-header img {
        position: absolute;
        right: -114px;
        top: 0;
        height: 400px;
        object-fit: cover;
        width: 100%;
        clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 75%, 70% 75%, 60% 100%, 0 100%, 0% 80%, 0% 25%, 15% 0); }
        @media screen and (max-width: 768px) {
          .section-page-top .img-destaque-page-interna .thumb-header img {
            clip-path: polygon(43% 0%, 100% 0, 100% 38%, 100% 80%, 60% 80%, 45% 100%, 0 100%, 0% 80%, 0% 25%, 25% 0);
            height: 370px; } }
        @media screen and (max-width: 560px) {
          .section-page-top .img-destaque-page-interna .thumb-header img {
            position: relative;
            width: 100%;
            height: 100%;
            right: 0; } }

.darckTheme .section-page-top .breadcrumbs::after {
  background-color: #ffffff; }

.darckTheme .section-page-top .breadcrumbs span.post.post-page.current-item {
  color: #ffffff; }

.section-page-top-posts {
  padding-top: 110px;
  position: relative;
  min-height: 450px;
  overflow: hidden; }
  @media screen and (max-width: 560px) {
    .section-page-top-posts {
      padding-top: 100px; } }
  @media screen and (min-width: 560px) and (max-width: 1024px) {
    .section-page-top-posts .content-breadcrumbs {
      margin: 0; } }
  .section-page-top-posts .breadcrumbs {
    margin-top: 10%;
    padding: 0px 0px 5px 50px;
    position: relative; }
    @media screen and (max-width: 560px) {
      .section-page-top-posts .breadcrumbs span {
        position: initial;
        width: 100%; } }
    .section-page-top-posts .breadcrumbs:after {
      content: "";
      position: absolute;
      left: 0px;
      top: 10px;
      height: 100%;
      width: 30px;
      transform: rotate(134deg) skew(-46deg);
      transform-style: flat;
      background-color: #ecb11f; }
      @media screen and (max-width: 560px) {
        .section-page-top-posts .breadcrumbs:after {
          top: 55px;
          height: 70%; } }
    .section-page-top-posts .breadcrumbs a.home {
      display: none; }
    .section-page-top-posts .breadcrumbs a.post.post-page {
      color: #ecb11f;
      font-size: 18px;
      font-weight: bold;
      font-family: "MyriadPro-Regular";
      line-height: 30px;
      position: absolute;
      margin-top: 10px; }
    .section-page-top-posts .breadcrumbs .noticia-root,
    .section-page-top-posts .breadcrumbs .midia-root,
    .section-page-top-posts .breadcrumbs .entrevista-root {
      color: #ecb11f;
      font-size: 18px;
      font-weight: bold;
      font-family: "MyriadPro-Regular";
      line-height: 30px;
      padding-left: 5px;
      position: absolute;
      left: 110px;
      margin-top: -14px; }
      .section-page-top-posts .breadcrumbs .noticia-root::before,
      .section-page-top-posts .breadcrumbs .midia-root::before,
      .section-page-top-posts .breadcrumbs .entrevista-root::before {
        content: "\\";
        padding-right: 5px; }
      @media screen and (max-width: 560px) {
        .section-page-top-posts .breadcrumbs .noticia-root,
        .section-page-top-posts .breadcrumbs .midia-root,
        .section-page-top-posts .breadcrumbs .entrevista-root {
          position: relative;
          left: 0 !important;
          top: 10px; } }
    .section-page-top-posts .breadcrumbs .novidade-root,
    .section-page-top-posts .breadcrumbs .download-root,
    .section-page-top-posts .breadcrumbs .podcast-root,
    .section-page-top-posts .breadcrumbs .noticia-root,
    .section-page-top-posts .breadcrumbs .midia-root,
    .section-page-top-posts .breadcrumbs .entrevista-root {
      color: #ecb11f;
      font-size: 18px;
      font-weight: bold;
      font-family: "MyriadPro-Regular";
      line-height: 30px;
      padding-left: 5px;
      position: absolute;
      left: 245px;
      margin-top: -14px; }
      .section-page-top-posts .breadcrumbs .novidade-root::before,
      .section-page-top-posts .breadcrumbs .download-root::before,
      .section-page-top-posts .breadcrumbs .podcast-root::before,
      .section-page-top-posts .breadcrumbs .noticia-root::before,
      .section-page-top-posts .breadcrumbs .midia-root::before,
      .section-page-top-posts .breadcrumbs .entrevista-root::before {
        content: "\\";
        padding-right: 5px; }
      @media screen and (max-width: 560px) {
        .section-page-top-posts .breadcrumbs .novidade-root,
        .section-page-top-posts .breadcrumbs .download-root,
        .section-page-top-posts .breadcrumbs .podcast-root,
        .section-page-top-posts .breadcrumbs .noticia-root,
        .section-page-top-posts .breadcrumbs .midia-root,
        .section-page-top-posts .breadcrumbs .entrevista-root {
          position: relative;
          left: 0 !important;
          top: 10px; } }
    .section-page-top-posts .breadcrumbs .current-item {
      font-size: 30px;
      font-family: "CaeciliaLTStd-Roman";
      color: #007e7a;
      line-height: 35px;
      font-weight: bold;
      top: 10px;
      position: relative; }
  .section-page-top-posts .img-destaque-page-interna {
    position: absolute;
    max-width: 73%;
    right: 0; }
    .section-page-top-posts .img-destaque-page-interna:after {
      content: "";
      left: 0px;
      background: #ffffff;
      height: 162px;
      width: 346px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      margin-top: -60px; }
    .section-page-top-posts .img-destaque-page-interna:before {
      content: "";
      right: -50px;
      top: 410px;
      background: #ffffff;
      height: 84px;
      width: 320px;
      position: absolute;
      z-index: 2;
      transform: rotate(180deg) skew(-47deg);
      transform-style: flat; }

.darckTheme .section-page-top-posts .breadcrumbs:after {
  background: #ffffff; }

.darckTheme .section-page-top-posts .breadcrumbs .current-item {
  color: #ffffff; }

.section-imagem-texto {
  padding: 80px 0px; }
  .section-imagem-texto .overflow-h {
    overflow: hidden; }
    .section-imagem-texto .overflow-h figure {
      position: relative; }
      @media screen and (max-width: 768px) {
        .section-imagem-texto .overflow-h figure {
          margin-top: 25px; } }
      @media screen and (max-width: 560px) {
        .section-imagem-texto .overflow-h figure {
          margin-top: 25px; } }
      .section-imagem-texto .overflow-h figure:before {
        content: "";
        left: -60px;
        background: #ffffff;
        height: 130px;
        width: 270px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        margin-top: -60px;
        z-index: 2; }
        @media screen and (max-width: 560px) {
          .section-imagem-texto .overflow-h figure:before {
            left: -60px;
            margin-top: -120px; } }
      .section-imagem-texto .overflow-h figure::after {
        content: "";
        right: 0;
        background: #ffffff;
        height: 120px;
        width: 235px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        bottom: -40px; }
        @media screen and (max-width: 1024px) {
          .section-imagem-texto .overflow-h figure::after {
            right: -85px; } }
        @media screen and (max-width: 560px) {
          .section-imagem-texto .overflow-h figure::after {
            right: -60px;
            bottom: -80px; } }
      .section-imagem-texto .overflow-h figure img {
        max-width: 90%;
        position: relative; }
        @media screen and (max-width: 1024px) {
          .section-imagem-texto .overflow-h figure img {
            max-width: 400px;
            position: relative;
            height: 300px;
            object-fit: cover; } }
        @media screen and (max-width: 768px) {
          .section-imagem-texto .overflow-h figure img {
            max-width: 100%;
            position: relative;
            height: 450px;
            object-fit: cover; } }
        @media screen and (max-width: 560px) {
          .section-imagem-texto .overflow-h figure img {
            max-width: 90%;
            position: relative; } }
      .section-imagem-texto .overflow-h figure span:after {
        content: "";
        position: absolute;
        right: 30px;
        top: 70px;
        height: 140px;
        width: 80px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat;
        background-color: #ecb11f;
        z-index: 2; }
        @media screen and (max-width: 1370px) {
          .section-imagem-texto .overflow-h figure span:after {
            right: 30px;
            top: 50px;
            height: 120px;
            width: 70px; } }
        @media screen and (max-width: 1024px) {
          .section-imagem-texto .overflow-h figure span:after {
            right: 13px; } }
        @media screen and (max-width: 768px) {
          .section-imagem-texto .overflow-h figure span:after {
            right: -30px; } }
        @media screen and (max-width: 560px) {
          .section-imagem-texto .overflow-h figure span:after {
            right: 13px;
            top: 50px;
            height: 100px;
            width: 70px; } }
  .section-imagem-texto .content-text {
    padding-left: 40px; }
    .section-imagem-texto .content-text h1,
    .section-imagem-texto .content-text h2,
    .section-imagem-texto .content-text h3,
    .section-imagem-texto .content-text h4,
    .section-imagem-texto .content-text h5,
    .section-imagem-texto .content-text h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 30px;
      margin-bottom: 20px;
      min-height: 50px; }
    .section-imagem-texto .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 25px; }
    .section-imagem-texto .content-text strong {
      color: #007e7a; }
    .section-imagem-texto .content-text a {
      color: #007e7a;
      font-family: "MyriadPro-Regular";
      text-decoration: underline !important;
      font-size: 10px;
      font-size: 1rem; }
    @media screen and (max-width: 560px) {
      .section-imagem-texto .content-text {
        padding-left: 0; } }

.darckTheme .section-imagem-texto figure:before {
  background: #000; }

.darckTheme .section-imagem-texto figure:after {
  background: #000; }

.darckTheme .section-imagem-texto figure span:after {
  background: #212121; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-imagem-texto .overflow-h figure:before {
    left: -40%; }
  .section-imagem-texto .overflow-h figure::after {
    right: -30%;
    bottom: -30%; }
  .section-imagem-texto .overflow-h figure span:after {
    right: -6%; }
  .section-imagem-texto .overflow-h figure img {
    max-width: 100%; }
  .section-imagem-texto .content-text {
    padding-left: 10px; } }

.section-texto-imagem {
  padding: 0px 0px 140px 0px;
  position: relative;
  overflow: hidden; }
  .section-texto-imagem .overflow-h {
    overflow: hidden; }
    .section-texto-imagem .overflow-h figure {
      position: relative; }
      .section-texto-imagem .overflow-h figure:before {
        content: "";
        left: -104px;
        background: #ffffff;
        height: 210px;
        width: 430px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        margin-top: -85px;
        z-index: 2; }
        @media screen and (max-width: 560px) {
          .section-texto-imagem .overflow-h figure:before {
            margin-top: -140px; } }
      .section-texto-imagem .overflow-h figure::after {
        content: "";
        right: -80px;
        background: #ffffff;
        height: 160px;
        width: 270px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        margin-top: -60px;
        bottom: -60px; }
        @media screen and (max-width: 560px) {
          .section-texto-imagem .overflow-h figure::after {
            right: -120px; } }
      .section-texto-imagem .overflow-h figure img {
        max-width: 100%;
        position: relative;
        height: 440px;
        object-fit: cover; }
      .section-texto-imagem .overflow-h figure span:after {
        content: "";
        position: absolute;
        right: 60px;
        bottom: -30px;
        height: 120px;
        width: 110px;
        z-index: 1;
        background-color: #ecb11f; }
        @media screen and (max-width: 560px) {
          .section-texto-imagem .overflow-h figure span:after {
            right: 28px; } }
      .section-texto-imagem .overflow-h figure span:before {
        content: "";
        position: absolute;
        right: 30px;
        bottom: -60px;
        height: 64px;
        width: 100px;
        z-index: 2;
        background-color: #ffffff;
        transform: rotate3d(1, 0, 1, 310deg); }
        @media screen and (max-width: 560px) {
          .section-texto-imagem .overflow-h figure span:before {
            right: 0px; } }
  .section-texto-imagem .content-text {
    padding: 40px 70px 0px 0px; }
    @media screen and (max-width: 1370px) {
      .section-texto-imagem .content-text {
        padding: 20px 50px 0px 0px; } }
    @media screen and (max-width: 1024px) {
      .section-texto-imagem .content-text {
        padding: 40px 0px 0px 0px; } }
    @media screen and (max-width: 560px) {
      .section-texto-imagem .content-text {
        padding: 0px; } }
    .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: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 30px;
      margin-bottom: 20px;
      min-height: 50px; }
    .section-texto-imagem .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 25px; }

.darckTheme .section-texto-imagem figure:after {
  background: #000; }

.darckTheme .section-texto-imagem figure:before {
  background: #000; }

.darckTheme .section-texto-imagem figure span::after {
  background: #212121; }

.darckTheme .section-texto-imagem figure span::before {
  background: #000; }

.section-depoimento {
  background: #007e7a;
  padding: 60px 0px;
  position: relative; }
  .section-depoimento:before {
    content: "";
    right: 0px;
    top: -90px;
    background: #007e7a;
    height: 100px;
    width: 360px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0 100%, 0 100%); }
    @media screen and (max-width: 560px) {
      .section-depoimento:before {
        top: -80px;
        height: 90px;
        width: 230px; } }
  .section-depoimento::after {
    content: "";
    left: 0px;
    bottom: -100px;
    background: #007e7a;
    height: 105px;
    width: 360px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(0% 0%, 100% 0, 60% 100%, 0 100%, 0 100%); }
    @media screen and (max-width: 560px) {
      .section-depoimento::after {
        bottom: -80px;
        height: 90px;
        width: 230px; } }
  .section-depoimento figure {
    position: relative;
    overflow: hidden;
    margin: 0; }
    @media screen and (max-width: 560px) {
      .section-depoimento figure {
        display: flex;
        justify-content: center;
        margin-bottom: 100px; } }
    .section-depoimento figure:before {
      content: "";
      left: -115px;
      background: #007e7a;
      height: 130px;
      width: 270px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      margin-top: -60px;
      z-index: 2; }
    .section-depoimento figure::after {
      content: "";
      right: 85px;
      background: #007e7a;
      height: 155px;
      width: 195px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      bottom: -90px; }
      @media screen and (max-width: 1370px) {
        .section-depoimento figure::after {
          right: 0; } }
      @media screen and (max-width: 1024px) {
        .section-depoimento figure::after {
          right: -50px; } }
    .section-depoimento figure img {
      height: 450px;
      width: 370px;
      object-fit: cover;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .section-depoimento figure img {
          width: 90%;
          margin-top: 50px; } }
      @media screen and (max-width: 560px) {
        .section-depoimento figure img {
          width: 80%;
          margin-top: 0px; } }
    .section-depoimento figure span:after {
      content: "";
      position: absolute;
      right: 110px;
      top: 70px;
      height: 100px;
      width: 60px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      background-color: #ecb11f; }
      @media screen and (max-width: 1370px) {
        .section-depoimento figure span:after {
          right: 50px; } }
      @media screen and (max-width: 1024px) {
        .section-depoimento figure span:after {
          right: 4px; } }
      @media screen and (max-width: 768px) {
        .section-depoimento figure span:after {
          right: 0px; } }
  .section-depoimento article {
    position: relative;
    margin-top: -50px; }
    @media screen and (max-width: 1370px) {
      .section-depoimento article {
        margin-left: 50px; } }
    @media screen and (min-width: 560px) and (max-width: 1024px) {
      .section-depoimento article {
        padding-left: 30px; } }
    @media screen and (max-width: 768px) {
      .section-depoimento article {
        margin-left: 20px;
        margin-top: 50px; } }
    @media screen and (max-width: 560px) {
      .section-depoimento article {
        margin-left: 0;
        margin-top: 0px; } }
    .section-depoimento article:before {
      content: "";
      position: absolute;
      top: -24px;
      left: -33px;
      height: 30px;
      width: 3px;
      background: #ecb11f;
      transform: rotate(320deg);
      border-radius: 5px; }
      @media screen and (min-width: 560px) and (max-width: 1024px) {
        .section-depoimento article:before {
          left: -10px; } }
    .section-depoimento article:after {
      content: "";
      position: absolute;
      top: 0;
      left: -24px;
      height: 100%;
      width: 3px;
      background: #ecb11f; }
      @media screen and (min-width: 560px) and (max-width: 1024px) {
        .section-depoimento article:after {
          left: -2px; } }
    .section-depoimento article strong {
      color: #ecb11f;
      font-family: "MyriadPro-Regular"; }
    .section-depoimento article p {
      font-family: "MyriadPro-Regular";
      color: #ffffff;
      font-size: 20px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 26px; }

.darckTheme .section-depoimento {
  background: #212121; }
  .darckTheme .section-depoimento:before {
    background: #212121; }
  .darckTheme .section-depoimento:after {
    background: #212121; }
  .darckTheme .section-depoimento figure:before {
    background: #212121; }
  .darckTheme .section-depoimento figure:after {
    background: #212121; }
  .darckTheme .section-depoimento figure span:after {
    background: #ffffff; }
  .darckTheme .section-depoimento article:before {
    background: #ffffff; }
  .darckTheme .section-depoimento article:after {
    background: #ffffff; }
  .darckTheme .section-depoimento article strong {
    color: #ffffff; }

.section-missao {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  margin-top: 60px; }
  .section-missao:after {
    content: "";
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    height: 100px;
    width: 312px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0 100%, 0 100%); }
    @media screen and (max-width: 560px) {
      .section-missao:after {
        display: none; } }
  .section-missao .img-bg {
    min-height: 460px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 0px 60px 0px;
    overflow: hidden;
    position: relative; }
    .section-missao .img-bg:after {
      content: "";
      position: absolute;
      background: #00000050;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .section-missao .img-bg .content-missao {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 560px) {
        .section-missao .img-bg .content-missao {
          display: block; } }
    .section-missao .img-bg .box-icon {
      position: relative;
      z-index: 1;
      padding-right: 30px; }
      @media screen and (max-width: 560px) {
        .section-missao .img-bg .box-icon {
          margin-bottom: 60px; } }
      .section-missao .img-bg .box-icon:after {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        right: 50px;
        top: 0px;
        height: 130px;
        width: 75px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat;
        z-index: -1; }
        @media screen and (max-width: 560px) {
          .section-missao .img-bg .box-icon:after {
            left: 20px; } }
      .section-missao .img-bg .box-icon img {
        width: 112px; }
    .section-missao .img-bg .content-text {
      z-index: 1;
      padding-left: 30px;
      max-width: 500px; }
      .section-missao .img-bg .content-text h1,
      .section-missao .img-bg .content-text h2,
      .section-missao .img-bg .content-text h3,
      .section-missao .img-bg .content-text h4,
      .section-missao .img-bg .content-text h5,
      .section-missao .img-bg .content-text h6 {
        color: #ffffff;
        font-family: "CaeciliaLTStd-Roman";
        font-weight: bold;
        line-height: 28px;
        margin-bottom: 20px; }
      .section-missao .img-bg .content-text p {
        color: #ffffff;
        font-family: "MyriadPro-Regular";
        margin-bottom: 25px; }

.darckTheme .section-missao:after {
  background: #000; }

.darckTheme .section-missao .img-bg {
  filter: grayscale(100); }
  .darckTheme .section-missao .img-bg .box-icon:after {
    background: #000; }

.section-texto-img-box {
  padding: 80px 0px; }
  @media screen and (min-width: 560px) and (max-width: 1024px) {
    .section-texto-img-box .content-textoPrincipal {
      max-width: 400px; } }
  @media screen and (max-width: 768px) {
    .section-texto-img-box .content-textoPrincipal {
      max-width: 100%; } }
  .section-texto-img-box .content-textoPrincipal h1,
  .section-texto-img-box .content-textoPrincipal h2,
  .section-texto-img-box .content-textoPrincipal h3,
  .section-texto-img-box .content-textoPrincipal h4,
  .section-texto-img-box .content-textoPrincipal h5,
  .section-texto-img-box .content-textoPrincipal h6 {
    color: #007e7a;
    font-family: "CaeciliaLTStd-Roman";
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px; }
  .section-texto-img-box .content-textoPrincipal p {
    color: #747876;
    font-family: "MyriadPro-Regular";
    margin-bottom: 0px;
    font-weight: 300; }
  .section-texto-img-box figure {
    position: relative;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .section-texto-img-box figure {
        display: flex;
        justify-content: center; } }
    @media screen and (max-width: 560px) {
      .section-texto-img-box figure {
        display: block; } }
    .section-texto-img-box figure img {
      height: 600px;
      width: 100%;
      object-fit: cover;
      z-index: 1;
      clip-path: polygon(0 0, 50% 25%, 100% 50%, 100% 100%, 0 50%, 0% 50%); }
      @media screen and (max-width: 768px) {
        .section-texto-img-box figure img {
          width: 100%; } }
      @media screen and (max-width: 560px) {
        .section-texto-img-box figure img {
          height: 500px;
          width: 100%; } }
    .section-texto-img-box figure span {
      background-color: #ecb11f;
      position: absolute;
      right: -30px;
      top: 240px;
      height: 130px;
      width: 84px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      z-index: 1; }
      @media screen and (max-width: 560px) {
        .section-texto-img-box figure span {
          right: -10px;
          width: 75px; } }
  .section-texto-img-box .box-text {
    margin-top: 50px;
    padding: 50px 60px;
    position: relative;
    overflow: hidden; }
    .section-texto-img-box .box-text:before {
      content: "";
      left: -112px;
      background: #ffffff;
      height: 162px;
      width: 200px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      margin-top: -60px;
      top: -30px; }
    .section-texto-img-box .box-text:after {
      content: "";
      right: -100px;
      background: #ffffff;
      height: 162px;
      width: 200px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      margin-top: -60px;
      bottom: -100px; }
    .section-texto-img-box .box-text p {
      color: #ffffff;
      font-family: "MyriadPro-Light";
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 0px; }
      .section-texto-img-box .box-text p strong {
        color: #ecb11f; }

.darckTheme .section-texto-img-box span:before {
  background-color: #ffffff; }

.darckTheme .section-texto-img-box figure:before {
  background-color: #000; }

.darckTheme .section-texto-img-box figure:after {
  background-color: #000; }

.darckTheme .section-texto-img-box figure span {
  background-color: #ffffff; }

.darckTheme .section-texto-img-box .box-text {
  background-color: #212121 !important; }
  .darckTheme .section-texto-img-box .box-text:before {
    background-color: #000; }
  .darckTheme .section-texto-img-box .box-text:after {
    background-color: #000; }
  .darckTheme .section-texto-img-box .box-text strong {
    color: #ffffff;
    font-weight: bold; }

.section-boxes-hover {
  padding-bottom: 100px;
  min-height: 550px; }
  @media screen and (max-width: 760px) {
    .section-boxes-hover {
      min-height: 1700px; } }
  @media screen and (max-width: 560px) {
    .section-boxes-hover {
      min-height: 0px; } }
  .section-boxes-hover h1,
  .section-boxes-hover h2,
  .section-boxes-hover h3,
  .section-boxes-hover h4,
  .section-boxes-hover h5,
  .section-boxes-hover h6 {
    color: #007e7a;
    font-family: "CaeciliaLTStd-Bold";
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px; }
    @media screen and (max-width: 560px) {
      .section-boxes-hover h1,
      .section-boxes-hover h2,
      .section-boxes-hover h3,
      .section-boxes-hover h4,
      .section-boxes-hover h5,
      .section-boxes-hover h6 {
        margin-bottom: 0px; } }
  .section-boxes-hover .row > .content-boxes {
    position: relative; }
    @media screen and (max-width: 760px) {
      .section-boxes-hover .row > .content-boxes:nth-of-type(1) {
        margin-top: 0px; }
      .section-boxes-hover .row > .content-boxes:nth-of-type(2) {
        margin-top: 400px; }
      .section-boxes-hover .row > .content-boxes:nth-of-type(3) {
        margin-top: 400px; }
      .section-boxes-hover .row > .content-boxes:nth-of-type(4) {
        margin-top: 400px; } }
  .section-boxes-hover .row .box-hover {
    margin-top: 80px;
    background-color: #ecb11f;
    padding: 10px 40px 50px 20px;
    position: absolute;
    overflow: hidden;
    min-height: 250px;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .section-boxes-hover .row .box-hover {
        padding: 10px 10px 50px 10px;
        width: 95%; } }
    @media screen and (max-width: 768px) {
      .section-boxes-hover .row .box-hover {
        width: 95%; } }
    @media screen and (max-width: 560px) {
      .section-boxes-hover .row .box-hover {
        width: 90%;
        padding-bottom: 40px; } }
    .section-boxes-hover .row .box-hover:before {
      content: "";
      left: -80px;
      background: #ffffff;
      height: 162px;
      width: 200px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      top: -86px; }
    .section-boxes-hover .row .box-hover:after {
      content: "";
      right: -66px;
      background: #ffffff;
      height: 162px;
      width: 200px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      bottom: -100px; }
    .section-boxes-hover .row .box-hover:hover p {
      display: block; }
    .section-boxes-hover .row .box-hover:hover:after {
      content: "";
      background: #007e7a; }
    .section-boxes-hover .row .box-hover .img-box {
      position: relative;
      display: flex;
      align-items: center;
      height: 80px; }
      .section-boxes-hover .row .box-hover .img-box img {
        position: absolute;
        height: 100px;
        width: 100px;
        object-fit: contain;
        z-index: 1;
        top: -10px; }
    .section-boxes-hover .row .box-hover h1,
    .section-boxes-hover .row .box-hover h2,
    .section-boxes-hover .row .box-hover h3,
    .section-boxes-hover .row .box-hover h4,
    .section-boxes-hover .row .box-hover h5,
    .section-boxes-hover .row .box-hover h6 {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Bold";
      font-weight: bold;
      line-height: 28px;
      margin-bottom: 20px; }
    .section-boxes-hover .row .box-hover p {
      display: none;
      color: #ffffff;
      font-family: "MyriadPro-Regular";
      margin-bottom: 25px; }
      @media screen and (max-width: 560px) {
        .section-boxes-hover .row .box-hover p {
          margin-bottom: 0px; } }

.darckTheme .section-boxes-hover .box-hover {
  background: #212121; }
  .darckTheme .section-boxes-hover .box-hover:before {
    background: #000; }
  .darckTheme .section-boxes-hover .box-hover::after {
    background: #000; }
  .darckTheme .section-boxes-hover .box-hover:hover::after {
    background: #212121; }
  .darckTheme .section-boxes-hover .box-hover .img-box img {
    filter: grayscale(1) brightness(100); }

.section-imagem-texto-bg {
  padding: 100px 0px 80px 0px; }
  @media screen and (max-width: 560px) {
    .section-imagem-texto-bg {
      margin-top: 400px; } }
  .section-imagem-texto-bg figure {
    position: relative;
    overflow: hidden;
    width: 540px;
    height: 400px;
    z-index: 0; }
    @media screen and (max-width: 1370px) {
      .section-imagem-texto-bg figure {
        height: 350px;
        width: 90%; } }
    @media screen and (max-width: 1024px) {
      .section-imagem-texto-bg figure {
        width: 100%;
        height: 100%; } }
    .section-imagem-texto-bg figure:before {
      content: "";
      left: -200px;
      background: #007e7a;
      height: 210px;
      width: 330px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      margin-top: -85px;
      z-index: 2; }
    .section-imagem-texto-bg figure::after {
      content: "";
      right: -140px;
      background: #007e7a;
      height: 160px;
      width: 270px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      margin-top: -60px;
      bottom: -60px; }
    .section-imagem-texto-bg figure img {
      width: 540px;
      height: 400px;
      object-fit: cover;
      position: relative;
      z-index: 0; }
      @media screen and (max-width: 1024px) {
        .section-imagem-texto-bg figure img {
          width: 100%;
          height: 400px; } }
      @media screen and (max-width: 560px) {
        .section-imagem-texto-bg figure img {
          width: 100%;
          height: 330px; } }

.content-text-bg-green {
  padding-right: 0 !important; }
  .content-text-bg-green h1,
  .content-text-bg-green h2,
  .content-text-bg-green h3,
  .content-text-bg-green h4,
  .content-text-bg-green h5,
  .content-text-bg-green h6 {
    color: #ecb11f;
    font-family: "CaeciliaLTStd-Bold";
    line-height: 30px;
    margin-bottom: 20px; }
  .content-text-bg-green p {
    color: #ffffff;
    font-family: "MyriadPro-Light";
    margin-bottom: 25px;
    line-height: 24px; }

.darckTheme .section-imagem-texto-bg {
  background: #212121 !important; }
  .darckTheme .section-imagem-texto-bg figure:after {
    background-color: #212121; }
  .darckTheme .section-imagem-texto-bg figure:before {
    background-color: #212121; }

.section-topicos-imagem {
  padding: 100px 0px; }
  @media screen and (max-width: 560px) {
    .section-topicos-imagem {
      padding: 0px; } }
  .section-topicos-imagem h1,
  .section-topicos-imagem h2,
  .section-topicos-imagem h3,
  .section-topicos-imagem h4,
  .section-topicos-imagem h5,
  .section-topicos-imagem h6 {
    color: #007e7a;
    font-family: "CaeciliaLTStd-Bold";
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 50px; }
  .section-topicos-imagem .content-text-list {
    min-height: 80px;
    max-width: 90%;
    margin-bottom: 30px; }
    @media screen and (max-width: 1400px) {
      .section-topicos-imagem .content-text-list {
        max-width: 80%; } }
    @media screen and (max-width: 560px) {
      .section-topicos-imagem .content-text-list {
        max-width: 90%; } }
    .section-topicos-imagem .content-text-list h1,
    .section-topicos-imagem .content-text-list h2,
    .section-topicos-imagem .content-text-list h3,
    .section-topicos-imagem .content-text-list h4,
    .section-topicos-imagem .content-text-list h5,
    .section-topicos-imagem .content-text-list h6 {
      color: #747876;
      font-family: "CaeciliaLTStd-Bold";
      font-weight: bold;
      line-height: 28px;
      margin: 0px;
      padding-left: 50px;
      position: relative; }
      .section-topicos-imagem .content-text-list h1:after,
      .section-topicos-imagem .content-text-list h2:after,
      .section-topicos-imagem .content-text-list h3:after,
      .section-topicos-imagem .content-text-list h4:after,
      .section-topicos-imagem .content-text-list h5:after,
      .section-topicos-imagem .content-text-list h6:after {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: 0;
        top: 10px;
        height: 30px;
        width: 20px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat;
        z-index: -1; }
  .section-topicos-imagem figure {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .section-topicos-imagem figure {
        margin-bottom: 40px; } }
    @media screen and (max-width: 560px) {
      .section-topicos-imagem figure {
        padding: 60px 0px;
        margin-bottom: 0px; } }
    .section-topicos-imagem figure:before {
      content: "";
      left: -20px;
      background: #ffffff;
      height: 180px;
      width: 250px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      top: -110px;
      z-index: 2; }
      @media screen and (max-width: 1370px) {
        .section-topicos-imagem figure:before {
          left: -70px; } }
      @media screen and (max-width: 1024px) {
        .section-topicos-imagem figure:before {
          left: -100px; } }
      @media screen and (max-width: 560px) {
        .section-topicos-imagem figure:before {
          left: -80px; } }
    .section-topicos-imagem figure:after {
      content: "";
      right: -20px;
      background: #ffffff;
      height: 180px;
      width: 250px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      bottom: -110px;
      z-index: 2; }
      @media screen and (max-width: 1370px) {
        .section-topicos-imagem figure:after {
          right: -70px; } }
      @media screen and (max-width: 1024px) {
        .section-topicos-imagem figure:after {
          right: -100px; } }
      @media screen and (max-width: 560px) {
        .section-topicos-imagem figure:after {
          right: -80px; } }
    .section-topicos-imagem figure img {
      width: 400px;
      height: 590px;
      object-fit: cover;
      z-index: 1; }
      @media screen and (max-width: 1200px) {
        .section-topicos-imagem figure img {
          height: 530px; } }
      @media screen and (max-width: 768px) {
        .section-topicos-imagem figure img {
          width: 100%; } }
      @media screen and (max-width: 560px) {
        .section-topicos-imagem figure img {
          width: 90%;
          height: 350px; } }
  .section-topicos-imagem span {
    position: relative; }
    .section-topicos-imagem span:before {
      content: "";
      background-color: #ecb11f;
      position: absolute;
      left: 20px;
      top: 400px;
      height: 160px;
      width: 84px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      z-index: 2; }
      @media screen and (max-width: 1400px) {
        .section-topicos-imagem span:before {
          left: -24px;
          height: 130px;
          width: 70px; } }
      @media screen and (max-width: 1200px) {
        .section-topicos-imagem span:before {
          top: 370px;
          left: -5px;
          height: 130px;
          width: 70px; } }
      @media screen and (max-width: 1024px) {
        .section-topicos-imagem span:before {
          left: -30px; } }
      @media screen and (max-width: 560px) {
        .section-topicos-imagem span:before {
          left: -10px;
          top: 160px; } }

.darckTheme .section-topicos-imagem .content-text-list h1:after,
.darckTheme .section-topicos-imagem .content-text-list h2:after,
.darckTheme .section-topicos-imagem .content-text-list h3:after,
.darckTheme .section-topicos-imagem .content-text-list h4:after,
.darckTheme .section-topicos-imagem .content-text-list h5:after,
.darckTheme .section-topicos-imagem .content-text-list h6:after {
  background-color: #212121; }

.darckTheme .section-topicos-imagem span:before {
  background-color: #ffffff; }

.darckTheme .section-topicos-imagem figure:after {
  background-color: #000; }

.darckTheme .section-topicos-imagem figure:before {
  background-color: #000; }

.section-parceiros-quemSomos {
  padding: 0px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 560px) {
    .section-parceiros-quemSomos {
      padding: 60px 0px; } }
  .section-parceiros-quemSomos:after {
    content: "";
    right: 164px;
    bottom: 0;
    height: 60px;
    width: 40px;
    background: #007e7a;
    position: absolute;
    transform: rotate(230deg) skew(50deg);
    transform-style: flat; }
    @media screen and (max-width: 560px) {
      .section-parceiros-quemSomos:after {
        display: none; } }
  .section-parceiros-quemSomos:before {
    content: "";
    height: 300px;
    width: 200px;
    bottom: -35px;
    right: -15px;
    position: absolute;
    background: #ecb11f;
    transform: rotate(150deg) skew(-30deg);
    transform-style: flat;
    z-index: 1; }
    @media screen and (max-width: 560px) {
      .section-parceiros-quemSomos:before {
        display: none; } }
  .section-parceiros-quemSomos .title_secao h1,
  .section-parceiros-quemSomos .title_secao h2,
  .section-parceiros-quemSomos .title_secao h3,
  .section-parceiros-quemSomos .title_secao h4,
  .section-parceiros-quemSomos .title_secao h5,
  .section-parceiros-quemSomos .title_secao h6 {
    color: #007e7a;
    font-family: "CaeciliaLTStd-Bold";
    line-height: 30px;
    margin-bottom: 20px;
    min-height: 50px; }
  .section-parceiros-quemSomos .title_secao p {
    color: #747876;
    font-family: "MyriadPro-Regular";
    margin-bottom: 25px; }
  .section-parceiros-quemSomos .subtitulo_secao {
    position: relative;
    display: flex;
    margin-top: 40px; }
    @media screen and (max-width: 560px) {
      .section-parceiros-quemSomos .subtitulo_secao {
        display: none; } }
    .section-parceiros-quemSomos .subtitulo_secao:before {
      content: "";
      background-color: #ecb11f;
      position: absolute;
      left: 0px;
      top: -15px;
      height: 80px;
      width: 50px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      z-index: -1; }
    .section-parceiros-quemSomos .subtitulo_secao h1,
    .section-parceiros-quemSomos .subtitulo_secao h2,
    .section-parceiros-quemSomos .subtitulo_secao h3,
    .section-parceiros-quemSomos .subtitulo_secao h4,
    .section-parceiros-quemSomos .subtitulo_secao h5,
    .section-parceiros-quemSomos .subtitulo_secao h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 60px; }
    .section-parceiros-quemSomos .subtitulo_secao img {
      width: 44px;
      height: 44px;
      object-fit: cover;
      margin: 0px 20px 0px 5px; }
  .section-parceiros-quemSomos .conteudo-parceiros {
    padding-bottom: 300px; }
    @media screen and (max-width: 561px) {
      .section-parceiros-quemSomos .conteudo-parceiros {
        display: none; } }
    .section-parceiros-quemSomos .conteudo-parceiros .box-parceiros {
      min-width: 20%;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 70px;
      padding: 0px 30px; }
      .section-parceiros-quemSomos .conteudo-parceiros .box-parceiros .box-img:hover .descricao-parceiros {
        position: absolute;
        bottom: 70px;
        background: #ecb11f;
        padding: 10px 20px 25px; }
        .section-parceiros-quemSomos .conteudo-parceiros .box-parceiros .box-img:hover .descricao-parceiros:after {
          content: "";
          position: absolute;
          right: -30px;
          bottom: -38px;
          height: 64px;
          width: 100px;
          z-index: 2;
          background-color: #ffffff;
          transform: rotate3d(1, 0, 1, 310deg); }
        .section-parceiros-quemSomos .conteudo-parceiros .box-parceiros .box-img:hover .descricao-parceiros p {
          display: block; }
      .section-parceiros-quemSomos .conteudo-parceiros .box-parceiros p {
        color: #ffffff;
        font-family: "MyriadPro-Light";
        font-size: 8px;
        font-size: 0.8rem;
        margin: 0px;
        display: none; }
  @media screen and (min-width: 561px) {
    .section-parceiros-quemSomos .slide-parceiros-mobile {
      display: none; } }
  @media screen and (max-width: 560px) {
    .section-parceiros-quemSomos .slide-parceiros-mobile {
      margin: 50px 0px; }
      .section-parceiros-quemSomos .slide-parceiros-mobile .parceiros-slide {
        position: relative; }
        .section-parceiros-quemSomos .slide-parceiros-mobile .parceiros-slide .slick-prev::after {
          content: "";
          position: absolute;
          background: #ecb11f;
          left: 10px;
          height: 80px;
          width: 50px;
          transform: rotate(150deg) skew(-30deg);
          transform-style: flat; }
        .section-parceiros-quemSomos .slide-parceiros-mobile .parceiros-slide .slick-prev::before {
          content: "";
          background-image: url(../../img/parceiros-arrow.png);
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center;
          position: absolute;
          z-index: 99;
          height: 30px;
          width: 30px;
          top: 35px;
          left: 20px; }
        .section-parceiros-quemSomos .slide-parceiros-mobile .parceiros-slide .slick-next::after {
          content: "";
          position: absolute;
          background: #ecb11f;
          right: 10px;
          height: 80px;
          width: 50px;
          transform: rotate(150deg) skew(-30deg);
          transform-style: flat; }
        .section-parceiros-quemSomos .slide-parceiros-mobile .parceiros-slide .slick-next::before {
          content: "";
          background-image: url(../../img/parceiros-arrow.png);
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center;
          position: absolute;
          z-index: 99;
          height: 30px;
          width: 30px;
          top: 35px;
          right: 20px;
          transform: rotate(180deg); }
      .section-parceiros-quemSomos .slide-parceiros-mobile .box-parceiros .box-img {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .section-parceiros-quemSomos .slide-parceiros-mobile .box-parceiros .box-img p {
          margin-top: 20px;
          color: #747876;
          font-family: "MyriadPro-Regular";
          font-size: 16px;
          padding: 0px 50px; } }

.darckTheme .section-parceiros-quemSomos:after {
  background: #212121; }

.darckTheme .section-parceiros-quemSomos:before {
  background: #212121; }

.darckTheme .subtitulo_secao:before {
  background: #ffffff; }

.darckTheme .conteudo-parceiros .box-parceiros .box-img:hover .descricao-parceiros {
  background: #ffffff; }
  .darckTheme .conteudo-parceiros .box-parceiros .box-img:hover .descricao-parceiros p {
    color: #000 !important; }
  .darckTheme .conteudo-parceiros .box-parceiros .box-img:hover .descricao-parceiros:after {
    background-color: #000; }

.section-imgFullHeight {
  padding: 80px 0px 0px; }
  .section-imgFullHeight figure {
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 560px) {
      .section-imgFullHeight figure {
        margin-top: 60px; } }
    .section-imgFullHeight figure:before {
      content: "";
      left: -40px;
      background: #ffffff;
      height: 100px;
      width: 120px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      margin-top: -50px;
      z-index: 2; }
    .section-imgFullHeight figure:after {
      content: "";
      right: 0;
      background: #ffffff;
      height: 120px;
      width: 275px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      bottom: -35px; }
      @media screen and (max-width: 1370px) {
        .section-imgFullHeight figure:after {
          right: -70px; } }
      @media screen and (max-width: 1024px) {
        .section-imgFullHeight figure:after {
          right: -90px; } }
      @media screen and (max-width: 560px) {
        .section-imgFullHeight figure:after {
          right: -110px; } }
    .section-imgFullHeight figure img {
      width: 420px;
      height: 620px;
      object-fit: cover; }
      @media screen and (max-width: 1370px) {
        .section-imgFullHeight figure img {
          width: 85%;
          height: 620px; } }
      @media screen and (max-width: 1024px) {
        .section-imgFullHeight figure img {
          width: 90%; } }
      @media screen and (max-width: 560px) {
        .section-imgFullHeight figure img {
          width: 95%;
          height: 400px; } }
    .section-imgFullHeight figure span:after {
      content: "";
      position: absolute;
      right: 70px;
      top: 90px;
      height: 145px;
      width: 100px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      background-color: #ecb11f; }
      @media screen and (max-width: 1370px) {
        .section-imgFullHeight figure span:after {
          right: 25px;
          top: 50px;
          height: 110px;
          width: 75px; } }
      @media screen and (max-width: 1024px) {
        .section-imgFullHeight figure span:after {
          right: -10px;
          width: 80px; } }
      @media screen and (max-width: 560px) {
        .section-imgFullHeight figure span:after {
          right: -40px; } }
  .section-imgFullHeight .content-text {
    padding-top: 20px; }
    @media screen and (min-width: 560px) and (max-width: 1024px) {
      .section-imgFullHeight .content-text {
        padding-left: 30px; } }
    .section-imgFullHeight .content-text h1,
    .section-imgFullHeight .content-text h2,
    .section-imgFullHeight .content-text h3,
    .section-imgFullHeight .content-text h4,
    .section-imgFullHeight .content-text h5,
    .section-imgFullHeight .content-text h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 30px;
      margin-bottom: 20px; }
    .section-imgFullHeight .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 0px; }

.darckTheme .section-imgFullHeight figure:after {
  background: #000; }

.darckTheme .section-imgFullHeight figure:before {
  background: #000; }

.darckTheme .section-imgFullHeight figure span:after {
  background: #ffffff; }

.section-imgFullWidth {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px; }
  .section-imgFullWidth .position-img {
    position: absolute;
    right: -112px;
    padding-bottom: 100px;
    overflow: hidden; }
    @media screen and (max-width: 1300px) {
      .section-imgFullWidth .position-img {
        display: flex;
        justify-content: end;
        max-width: 60%; } }
    @media screen and (max-width: 1024px) {
      .section-imgFullWidth .position-img {
        width: 70%; } }
    @media screen and (max-width: 560px) {
      .section-imgFullWidth .position-img {
        position: relative;
        right: 0px;
        padding-bottom: 25px;
        width: 100%;
        max-width: 100%; } }
    .section-imgFullWidth .position-img figure {
      position: relative; }
      @media screen and (max-width: 1024px) {
        .section-imgFullWidth .position-img figure {
          margin-top: 30px; } }
      @media screen and (min-width: 560px) and (max-width: 768px) {
        .section-imgFullWidth .position-img figure {
          margin-top: 100px; } }
      .section-imgFullWidth .position-img figure img {
        width: 960px;
        height: 600px;
        object-fit: cover;
        clip-path: polygon(50% 0, 100% 0, 100% 60%, 55% 100%, 0 100%, 0 50%); }
        @media screen and (max-width: 1370px) {
          .section-imgFullWidth .position-img figure img {
            width: 860px;
            height: 510px; } }
        @media screen and (max-width: 1024px) {
          .section-imgFullWidth .position-img figure img {
            width: 100%; } }
        @media screen and (max-width: 560px) {
          .section-imgFullWidth .position-img figure img {
            width: 100%;
            height: 275px; } }
      .section-imgFullWidth .position-img figure span {
        position: absolute;
        right: 300px;
        bottom: -40px;
        height: 145px;
        width: 170px;
        background-color: #ecb11f;
        z-index: -1; }
        @media screen and (max-width: 560px) {
          .section-imgFullWidth .position-img figure span {
            right: 0;
            bottom: -30px;
            height: 110px;
            width: 130px; } }
        .section-imgFullWidth .position-img figure span:after {
          content: "";
          position: absolute;
          right: -50px;
          bottom: -83px;
          height: 145px;
          width: 100px;
          transform: rotate(210deg) skew(-30deg);
          transform-style: flat;
          background-color: #ffffff; }
  .section-imgFullWidth .content-text {
    padding-top: 100px; }
    @media screen and (max-width: 1370px) {
      .section-imgFullWidth .content-text {
        padding-top: 60px; } }
    @media screen and (max-width: 560px) {
      .section-imgFullWidth .content-text {
        padding-top: 60px; } }
    .section-imgFullWidth .content-text h1,
    .section-imgFullWidth .content-text h2,
    .section-imgFullWidth .content-text h3,
    .section-imgFullWidth .content-text h4,
    .section-imgFullWidth .content-text h5,
    .section-imgFullWidth .content-text h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 30px;
      margin-bottom: 20px; }
    .section-imgFullWidth .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 0px; }
  .section-imgFullWidth .lista .content-item-list p {
    position: relative;
    color: #007e7a;
    font-family: "MyriadPro-Regular";
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 30px; }
    .section-imgFullWidth .lista .content-item-list p:before {
      content: "";
      background-color: #ecb11f;
      position: absolute;
      left: -8px;
      bottom: 24px;
      height: 26px;
      width: 26px;
      transform: rotate(140deg) skew(-40deg);
      transform-style: flat;
      top: 4px;
      z-index: -1; }
    .section-imgFullWidth .lista .content-item-list p a {
      color: #007e7a; }

.darckTheme .section-imgFullWidth .position-img figure span {
  background: #ffffff; }
  .darckTheme .section-imgFullWidth .position-img figure span:after {
    background: #000; }

.darckTheme .section-imgFullWidth .lista .content-item-list {
  color: #ffffff; }
  .darckTheme .section-imgFullWidth .lista .content-item-list::before {
    background-color: #212121; }

.section-tbt-cta-nossa-historia {
  padding: 0px 0px 70px 0px;
  position: relative;
  background-color: #007e7a;
  margin-top: 110px; }
  .section-tbt-cta-nossa-historia::before {
    content: "";
    right: 0px;
    top: -90px;
    background: #007e7a;
    height: 100px;
    width: 400px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0 100%, 0 100%); }
  .section-tbt-cta-nossa-historia .title-tbt {
    background: #ecb11f;
    position: absolute;
    clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
    width: 235px;
    height: 80px;
    top: -65px;
    left: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4; }
    .section-tbt-cta-nossa-historia .title-tbt h1,
    .section-tbt-cta-nossa-historia .title-tbt h2,
    .section-tbt-cta-nossa-historia .title-tbt h3,
    .section-tbt-cta-nossa-historia .title-tbt h4,
    .section-tbt-cta-nossa-historia .title-tbt h5,
    .section-tbt-cta-nossa-historia .title-tbt h6 {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Bold"; }
  .section-tbt-cta-nossa-historia figure {
    margin-top: 100px; }
    .section-tbt-cta-nossa-historia figure img {
      width: 100%; }
  .section-tbt-cta-nossa-historia .content-text {
    margin-top: 100px;
    padding-left: 20px; }
    @media screen and (max-width: 560px) {
      .section-tbt-cta-nossa-historia .content-text {
        margin-top: 20px; } }
    .section-tbt-cta-nossa-historia .content-text p {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Light";
      line-height: 40px;
      font-size: 20px;
      font-size: 2rem;
      max-width: 560px;
      margin: 20px 0px 30px; }
    .section-tbt-cta-nossa-historia .content-text a {
      font-family: "MyriadPro-Regular";
      color: #ffffff;
      font-weight: bold;
      padding: 10px 20px 10px;
      text-decoration: none;
      border-radius: 2px;
      background: #ecb11f;
      font-size: 10px;
      font-size: 1rem;
      box-shadow: 0px 3px 9px -2px #ecb11f9e;
      transition: 400ms; }
      .section-tbt-cta-nossa-historia .content-text a:hover {
        background-color: #e3b84d;
        transition: 400ms;
        color: #ffffff; }
      .section-tbt-cta-nossa-historia .content-text a img {
        width: 18px;
        height: 18px;
        margin-left: 7px;
        margin-top: -2px; }

.darckTheme .section-tbt-cta-nossa-historia {
  background: #212121; }
  .darckTheme .section-tbt-cta-nossa-historia::before {
    background: #212121; }
  .darckTheme .section-tbt-cta-nossa-historia .title-tbt {
    background: #ffffff; }
    .darckTheme .section-tbt-cta-nossa-historia .title-tbt h1,
    .darckTheme .section-tbt-cta-nossa-historia .title-tbt h2,
    .darckTheme .section-tbt-cta-nossa-historia .title-tbt h3,
    .darckTheme .section-tbt-cta-nossa-historia .title-tbt h4,
    .darckTheme .section-tbt-cta-nossa-historia .title-tbt h5,
    .darckTheme .section-tbt-cta-nossa-historia .title-tbt h6 {
      color: #000 !important; }
  .darckTheme .section-tbt-cta-nossa-historia .content-text a {
    border: 1px solid #ffffff;
    background: #000;
    background-position-x: 100px;
    background-size: 18px;
    box-shadow: none; }

.section-nossaHistoria {
  padding-bottom: 100px;
  position: relative; }
  @media screen and (max-width: 560px) {
    .section-nossaHistoria {
      margin-top: 0;
      overflow: hidden;
      padding-top: 80px; } }
  .section-nossaHistoria::before {
    content: "";
    right: 0px;
    top: -90px;
    background: #ecb11f;
    height: 100px;
    width: 400px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0 100%, 0 100%); }
    @media screen and (max-width: 1024px) {
      .section-nossaHistoria::before {
        top: -70px;
        width: 300px; } }
    @media screen and (max-width: 560px) {
      .section-nossaHistoria::before {
        top: 10px;
        height: 80px;
        width: 60%; } }
  .section-nossaHistoria .line {
    position: relative; }
    .section-nossaHistoria .line::before {
      content: "";
      background-color: #007e7a;
      position: absolute;
      top: -10px;
      left: calc(50% + -10px);
      height: 20px;
      width: 20px;
      transform: rotate(140deg) skew(-40deg);
      transform-style: flat;
      z-index: 10; }
    .section-nossaHistoria .line::after {
      content: "";
      top: 0;
      left: 50%;
      height: 100%;
      width: 2px;
      background: #ececec;
      position: absolute;
      z-index: 3; }
  .section-nossaHistoria .content-timeline:nth-child(2n + 1) .position-item {
    display: flex;
    justify-content: flex-end; }
  .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo {
    margin: 80px 10px 20px 0px;
    width: 80%; }
    @media screen and (max-width: 560px) {
      .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo {
        width: 100%; } }
    .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo:before {
      content: "";
      left: -40px;
      background: #ffffff;
      height: 60px;
      width: 120px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      top: -20px;
      z-index: 2; }
    .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo:after {
      content: "";
      left: 430px;
      background: #ffffff;
      height: 60px;
      width: 114px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      bottom: -20px;
      z-index: 1; }
      @media screen and (max-width: 1370px) {
        .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo:after {
          left: 350px; } }
      @media screen and (max-width: 1024px) {
        .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo:after {
          left: 290px; } }
      @media screen and (max-width: 768px) {
        .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo:after {
          left: 185px;
          bottom: -40px; } }
      @media screen and (max-width: 560px) {
        .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo:after {
          left: 300px; } }
    .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo .ano {
      left: 373px !important;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%) !important;
      padding: 0px 30px 0px 70px; }
      @media screen and (max-width: 1400px) {
        .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo .ano {
          left: 300px !important; } }
      @media screen and (max-width: 1024px) {
        .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo .ano {
          left: 230px !important; } }
      @media screen and (max-width: 768px) {
        .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo .ano {
          left: 133px !important; } }
      @media screen and (max-width: 560px) {
        .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo .ano {
          left: 220px !important; } }
  .section-nossaHistoria .content-timeline:nth-child(2n + 1) .box-projetosApoiados:before {
    content: "";
    position: absolute;
    left: -23px;
    top: calc(50% + -50px);
    height: 70px;
    width: 50px;
    transform: rotate(150deg) skew(-30deg);
    transform-style: flat;
    background-color: #ecb11f; }
  .section-nossaHistoria .titulo-nossaHistoria {
    background-color: #ecb11f;
    padding: 40px 0px; }
    .section-nossaHistoria .titulo-nossaHistoria h1,
    .section-nossaHistoria .titulo-nossaHistoria h2,
    .section-nossaHistoria .titulo-nossaHistoria h3,
    .section-nossaHistoria .titulo-nossaHistoria h4,
    .section-nossaHistoria .titulo-nossaHistoria h5,
    .section-nossaHistoria .titulo-nossaHistoria h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 32px; }
  .section-nossaHistoria .timeline .position-item {
    display: flex;
    justify-content: flex-start; }
  .section-nossaHistoria .timeline .ano-linhaTempo {
    background: #ebebeb;
    margin: 40% 0px 80px 10px;
    position: relative;
    max-width: 80%;
    min-width: 80%;
    padding: 70px 50px 70px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 560px) {
      .section-nossaHistoria .timeline .ano-linhaTempo {
        max-width: 100%; } }
    .section-nossaHistoria .timeline .ano-linhaTempo:before {
      content: "";
      background: #ffffff;
      height: 60px;
      width: 120px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 50deg);
      top: -20px;
      z-index: 2;
      left: 420px; }
      @media screen and (max-width: 1024px) {
        .section-nossaHistoria .timeline .ano-linhaTempo:before {
          left: 310px; } }
      @media screen and (max-width: 768px) {
        .section-nossaHistoria .timeline .ano-linhaTempo:before {
          left: 200px; } }
      @media screen and (max-width: 560px) {
        .section-nossaHistoria .timeline .ano-linhaTempo:before {
          left: 300px; } }
    .section-nossaHistoria .timeline .ano-linhaTempo:after {
      content: "";
      left: -30px;
      background: #ffffff;
      height: 60px;
      width: 100px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 50deg);
      bottom: -22px;
      z-index: 1; }
    .section-nossaHistoria .timeline .ano-linhaTempo .ano {
      position: absolute;
      top: -20px;
      left: -22px;
      background: #ecb11f;
      padding: 0px 70px 0px 30px;
      font-size: 20px;
      font-size: 2rem;
      color: #007e7a;
      font-family: "MyriadPro-Regular";
      font-weight: bold;
      clip-path: polygon(0 0, 100% 0, 100% 0%, 70% 100%, 0 100%, 0% 50%);
      width: 160px;
      z-index: 5; }
    .section-nossaHistoria .timeline .ano-linhaTempo .projetoRealizado {
      position: relative; }
      .section-nossaHistoria .timeline .ano-linhaTempo .projetoRealizado:before {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: -8px;
        top: 8px;
        height: 18px;
        width: 18px;
        transform: rotate(140deg) skew(-40deg);
        transform-style: flat;
        z-index: 1; }
      .section-nossaHistoria .timeline .ano-linhaTempo .projetoRealizado p {
        color: #747876;
        font-family: "MyriadPro-Regular";
        font-size: 10px;
        font-size: 1rem;
        margin-bottom: 25px;
        padding-left: 20px; }
  .section-nossaHistoria .box-projetosApoiados:before {
    content: "";
    position: absolute;
    right: -23px;
    top: calc(50% + -50px);
    height: 70px;
    width: 50px;
    transform: rotate(150deg) skew(-30deg);
    transform-style: flat;
    background-color: #ecb11f; }
  .section-nossaHistoria .box-projetosApoiados:hover .projetosApoiados {
    display: block;
    background: #f4f4f4;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    overflow: hidden;
    padding: 90px 50px 0px 50px;
    margin-top: 10px;
    left: 0;
    z-index: 10; }
  .section-nossaHistoria .box-projetosApoiados:hover .title-exibicao {
    border-bottom: 2px solid #b3b3b340;
    z-index: 12 !important; }
  .section-nossaHistoria .box-projetosApoiados:hover img {
    padding: 10px;
    transform: rotate(270deg);
    transition: 400ms; }
  .section-nossaHistoria .box-projetosApoiados .title-exibicao {
    border-top: 2px solid #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #007e7a;
    font-family: "MyriadPro-Regular";
    font-weight: bold;
    font-size: 10px;
    font-size: 1rem;
    margin-top: 20px;
    z-index: 0;
    position: absolute;
    width: 80%;
    margin-top: 10px; }
  .section-nossaHistoria .box-projetosApoiados img {
    transform: rotate(90deg);
    padding: 10px;
    transition: 400ms;
    width: 40px; }
  .section-nossaHistoria .projetoApoiado {
    position: relative; }
    .section-nossaHistoria .projetoApoiado:before {
      content: "";
      background-color: #007e7a;
      position: absolute;
      left: -8px;
      top: 8px;
      height: 18px;
      width: 18px;
      transform: rotate(140deg) skew(-40deg);
      transform-style: flat;
      z-index: 1; }
    .section-nossaHistoria .projetoApoiado p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      font-size: 10px;
      font-size: 1rem;
      margin-bottom: 25px;
      padding-left: 20px; }
  .section-nossaHistoria .projetosApoiados {
    display: none; }
  .section-nossaHistoria .bottomTimelineBg {
    position: absolute;
    background-color: #007e7a;
    height: 100px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 3; }
    .section-nossaHistoria .bottomTimelineBg:before {
      content: "";
      position: absolute;
      left: -90px;
      top: -100px;
      height: 100px;
      width: 240px;
      background: #007e7a;
      transform: rotate(180deg) skew(40deg);
      transform-style: flat; }
      @media screen and (max-width: 768px) {
        .section-nossaHistoria .bottomTimelineBg:before {
          top: -70px; } }
      @media screen and (max-width: 560px) {
        .section-nossaHistoria .bottomTimelineBg:before {
          top: -60px;
          height: 80px;
          width: 60%;
          z-index: 9; } }

.darckTheme .section-nossaHistoria:before {
  background-color: #212121; }

.darckTheme .section-nossaHistoria .titulo-nossaHistoria {
  background: #212121; }

.darckTheme .section-nossaHistoria .line:before {
  background: #ffffff; }

.darckTheme .section-nossaHistoria .bottomTimelineBg {
  background: #212121; }
  .darckTheme .section-nossaHistoria .bottomTimelineBg:before {
    background: #212121; }

.darckTheme .section-nossaHistoria .content-timeline .ano-linhaTempo {
  background: #212121; }
  .darckTheme .section-nossaHistoria .content-timeline .ano-linhaTempo .projetoRealizado::before {
    background: #ffffff; }
  .darckTheme .section-nossaHistoria .content-timeline .ano-linhaTempo:before {
    background: #000; }
  .darckTheme .section-nossaHistoria .content-timeline .ano-linhaTempo::after {
    background: #000; }
  .darckTheme .section-nossaHistoria .content-timeline .ano-linhaTempo .box-projetosApoiados::before {
    background: #ffffff; }
  .darckTheme .section-nossaHistoria .content-timeline .ano-linhaTempo .box-projetosApoiados:hover .projetosApoiados {
    background-color: #212121; }
  .darckTheme .section-nossaHistoria .content-timeline .ano-linhaTempo .box-projetosApoiados .title-exibicao {
    color: #ffffff; }
  .darckTheme .section-nossaHistoria .content-timeline .ano-linhaTempo .projetoApoiado:before {
    background: #ffffff; }
  .darckTheme .section-nossaHistoria .content-timeline .ano-linhaTempo .ano {
    background-color: #ffffff;
    color: #000; }

.darckTheme .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo:before {
  background: #000; }

.darckTheme .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo::after {
  background: #000; }

.darckTheme .section-nossaHistoria .content-timeline:nth-child(2n + 1) .box-projetosApoiados::before {
  background: #ffffff; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo {
    width: 100% !important; }
  .section-nossaHistoria .timeline .ano-linhaTempo {
    max-width: 100%; }
  .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo:after {
    left: 240px; }
  .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo .ano {
    left: 190px !important; } }

@media screen and (max-width: 768px) {
  .section-nossaHistoria .timeline .ano-linhaTempo:before {
    left: 230px; } }

@media screen and (max-width: 760px) {
  .section-nossaHistoria .timeline .ano-linhaTempo {
    max-width: 100%; }
  .section-nossaHistoria .line::after {
    z-index: -1; }
  .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo:after {
    left: 83%; }
  .section-nossaHistoria .timeline .ano-linhaTempo:before {
    left: 85%; }
  .section-nossaHistoria .content-timeline:nth-child(2n + 1) .ano-linhaTempo {
    width: 100% !important; } }

.section-img-texto-equipe {
  padding: 50px 0px 50px 0px;
  overflow: hidden; }
  @media screen and (max-width: 560px) {
    .section-img-texto-equipe {
      padding: 0px; } }
  .section-img-texto-equipe figure {
    position: relative;
    display: flex;
    justify-content: center; }
    .section-img-texto-equipe figure img {
      width: 432px;
      height: 360px;
      object-fit: cover;
      position: relative;
      clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 75%, 70% 75%, 50% 100%, 0 100%, 0% 80%, 0% 20%, 20% 0);
      filter: grayscale(1); }
      @media screen and (max-width: 1370px) {
        .section-img-texto-equipe figure img {
          width: 410px;
          height: 360px; } }
      @media screen and (max-width: 1024px) {
        .section-img-texto-equipe figure img {
          width: 95%;
          margin-top: 45px; } }
      @media screen and (max-width: 768px) {
        .section-img-texto-equipe figure img {
          width: 100%;
          height: 320px; } }
    .section-img-texto-equipe figure span {
      position: absolute;
      left: 0px;
      top: 40%;
      height: 140px;
      width: 80px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      background-color: #ecb11f; }
      @media screen and (max-width: 1370px) {
        .section-img-texto-equipe figure span {
          left: -14px;
          top: 40%;
          height: 120px;
          width: 70px; } }
      @media screen and (max-width: 1024px) {
        .section-img-texto-equipe figure span {
          position: absolute;
          left: -25px; } }
      @media screen and (max-width: 560px) {
        .section-img-texto-equipe figure span {
          height: 110px;
          width: 70px;
          left: -20px; } }
  .section-img-texto-equipe .content-text-equipe {
    position: relative;
    padding-left: 80px; }
    @media screen and (max-width: 1370px) {
      .section-img-texto-equipe .content-text-equipe {
        padding-left: 65px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .section-img-texto-equipe .content-text-equipe {
        padding-left: 40px;
        padding-right: 30px; } }
    @media screen and (max-width: 560px) {
      .section-img-texto-equipe .content-text-equipe {
        padding: 0px 20px 0px 40px; } }
    .section-img-texto-equipe .content-text-equipe .content-name {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 36px;
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 12px;
      display: flex; }
      .section-img-texto-equipe .content-text-equipe .content-name::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 20px;
        height: 80px;
        width: 30px;
        transform: rotate(134deg) skew(-46deg);
        transform-style: flat;
        background-color: #ecb11f; }
        @media screen and (min-width: 980px) and (max-width: 1024px) {
          .section-img-texto-equipe .content-text-equipe .content-name::before {
            left: -10px; } }
        @media screen and (max-width: 560px) {
          .section-img-texto-equipe .content-text-equipe .content-name::before {
            left: 0; } }
      .section-img-texto-equipe .content-text-equipe .content-name .content-linkedin {
        margin-left: 20px; }
        .section-img-texto-equipe .content-text-equipe .content-name .content-linkedin img {
          width: 30px; }
    .section-img-texto-equipe .content-text-equipe .content-ocupacao {
      color: #ecb11f;
      font-family: "MyriadPro-Bold";
      line-height: 28px;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 14px; }
    .section-img-texto-equipe .content-text-equipe .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      line-height: 26px;
      margin-bottom: 25px; }
      @media screen and (max-width: 560px) {
        .section-img-texto-equipe .content-text-equipe .content-text p {
          line-height: 28px; } }

.darckTheme .section-img-texto-equipe figure span {
  background: #ffffff; }

.darckTheme .section-img-texto-equipe .content-text-equipe .content-name {
  color: #ffffff; }
  .darckTheme .section-img-texto-equipe .content-text-equipe .content-name::before {
    background-color: #ffffff; }

.darckTheme .section-img-texto-equipe .content-text-equipe .content-ocupacao {
  color: #ffffff; }

.darckTheme .section-img-texto-equipe .content-text-equipe .content-text {
  color: #ffffff; }

.section-texto-img-equipe {
  padding: 50px 0px 50px 0px;
  overflow: hidden; }
  .section-texto-img-equipe figure {
    position: relative;
    display: flex;
    justify-content: flex-end; }
    .section-texto-img-equipe figure img {
      width: 432px;
      height: 360px;
      object-fit: cover;
      position: relative;
      clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 75%, 70% 75%, 50% 100%, 0 100%, 0% 80%, 0% 20%, 20% 0);
      filter: grayscale(1); }
      @media screen and (max-width: 1370px) {
        .section-texto-img-equipe figure img {
          width: 410px;
          height: 360px; } }
      @media screen and (max-width: 1024px) {
        .section-texto-img-equipe figure img {
          width: 95%;
          margin-top: 45px; } }
      @media screen and (max-width: 768px) {
        .section-texto-img-equipe figure img {
          width: 100%;
          height: 320px; } }
    .section-texto-img-equipe figure span {
      position: absolute;
      left: 50px;
      top: 40%;
      height: 140px;
      width: 80px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      background-color: #ecb11f; }
      @media screen and (max-width: 1370px) {
        .section-texto-img-equipe figure span {
          left: 10px;
          top: 40%;
          height: 120px;
          width: 70px; } }
      @media screen and (max-width: 1024px) {
        .section-texto-img-equipe figure span {
          left: -25px; } }
      @media screen and (max-width: 560px) {
        .section-texto-img-equipe figure span {
          height: 110px;
          width: 70px;
          left: -20px; } }
  .section-texto-img-equipe .content-text-equipe {
    position: relative;
    padding-left: 80px; }
    @media screen and (max-width: 1370px) {
      .section-texto-img-equipe .content-text-equipe {
        padding-left: 60px;
        padding-right: 20px; } }
    @media screen and (max-width: 1024px) {
      .section-texto-img-equipe .content-text-equipe {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 560px) {
      .section-texto-img-equipe .content-text-equipe {
        padding: 0px 20px 0px 40px; } }
    .section-texto-img-equipe .content-text-equipe .content-name {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 36px;
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 12px; }
      .section-texto-img-equipe .content-text-equipe .content-name::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 20px;
        height: 80px;
        width: 30px;
        transform: rotate(134deg) skew(-46deg);
        transform-style: flat;
        background-color: #ecb11f; }
        @media screen and (max-width: 1024px) {
          .section-texto-img-equipe .content-text-equipe .content-name::before {
            left: -10px; } }
        @media screen and (max-width: 560px) {
          .section-texto-img-equipe .content-text-equipe .content-name::before {
            left: 0; } }
    .section-texto-img-equipe .content-text-equipe .content-ocupacao {
      color: #ecb11f;
      font-family: "MyriadPro-Bold";
      line-height: 28px;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 14px; }
    .section-texto-img-equipe .content-text-equipe .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 25px;
      line-height: 24px; }
      @media screen and (max-width: 560px) {
        .section-texto-img-equipe .content-text-equipe .content-text p {
          line-height: 28px; } }

.darckTheme .section-texto-img-equipe figure span {
  background: #ffffff; }

.darckTheme .section-texto-img-equipe .content-text-equipe .content-name {
  color: #ffffff; }
  .darckTheme .section-texto-img-equipe .content-text-equipe .content-name::before {
    background-color: #ffffff; }

.darckTheme .section-texto-img-equipe .content-text-equipe .content-ocupacao {
  color: #ffffff; }

.darckTheme .section-texto-img-equipe .content-text-equipe .content-text {
  color: #ffffff; }

.section-imagem-texto-governanca {
  padding: 80px 0px; }
  .section-imagem-texto-governanca .overflow-h {
    overflow: hidden; }
    .section-imagem-texto-governanca .overflow-h figure {
      position: relative; }
      .section-imagem-texto-governanca .overflow-h figure:before {
        content: "";
        left: -50px;
        background: #ffffff;
        height: 110px;
        width: 180px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        top: -80px;
        z-index: 2; }
      .section-imagem-texto-governanca .overflow-h figure::after {
        content: "";
        right: 50px;
        background: #ffffff;
        height: 145px;
        width: 260px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        bottom: -50px; }
        @media screen and (max-width: 1370px) {
          .section-imagem-texto-governanca .overflow-h figure::after {
            right: -30px; } }
        @media screen and (max-width: 1024px) {
          .section-imagem-texto-governanca .overflow-h figure::after {
            right: -100px; } }
      .section-imagem-texto-governanca .overflow-h figure img {
        width: 384px;
        height: 390px;
        position: relative;
        object-fit: cover; }
        @media screen and (min-width: 560px) and (max-width: 1024px) {
          .section-imagem-texto-governanca .overflow-h figure img {
            height: 430px;
            width: 100%;
            object-fit: cover; } }
      .section-imagem-texto-governanca .overflow-h figure span:after {
        content: "";
        position: absolute;
        right: 100px;
        top: 70px;
        height: 140px;
        width: 80px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat;
        background-color: #ecb11f; }
        @media screen and (max-width: 1370px) {
          .section-imagem-texto-governanca .overflow-h figure span:after {
            right: 32px;
            top: 70px;
            height: 130px;
            width: 70px; } }
        @media screen and (max-width: 1024px) {
          .section-imagem-texto-governanca .overflow-h figure span:after {
            right: -25px; } }
        @media screen and (max-width: 560px) {
          .section-imagem-texto-governanca .overflow-h figure span:after {
            right: -20px; } }
  @media screen and (min-width: 560px) and (max-width: 1024px) {
    .section-imagem-texto-governanca .content-text {
      padding-left: 40px; } }
  .section-imagem-texto-governanca .content-text h1,
  .section-imagem-texto-governanca .content-text h2,
  .section-imagem-texto-governanca .content-text h3,
  .section-imagem-texto-governanca .content-text h4,
  .section-imagem-texto-governanca .content-text h5,
  .section-imagem-texto-governanca .content-text h6 {
    color: #007e7a;
    font-family: "CaeciliaLTStd-Bold";
    line-height: 30px;
    margin-bottom: 20px;
    min-height: 50px; }
  .section-imagem-texto-governanca .content-text p {
    color: #747876;
    font-family: "MyriadPro-Regular";
    margin-bottom: 25px; }
  .section-imagem-texto-governanca .content-text strong {
    color: #007e7a; }
  .section-imagem-texto-governanca .content-text a {
    color: #007e7a;
    font-family: "MyriadPro-Regular";
    text-decoration: underline !important; }

.darckTheme .section-imagem-texto-governanca figure:before {
  background: #000; }

.darckTheme .section-imagem-texto-governanca figure:after {
  background: #000; }

.darckTheme .section-imagem-texto-governanca figure span:after {
  background: #ffffff; }

.section-boxes-governanca {
  padding: 0px;
  position: relative; }
  .section-boxes-governanca .forma-yellow {
    position: absolute;
    left: 100px;
    top: 25%;
    height: 400px;
    width: 150px;
    transform: rotate(150deg) skew(-30deg);
    transform-style: flat;
    background-color: #ecb11f; }
    @media screen and (max-width: 1024px) {
      .section-boxes-governanca .forma-yellow {
        display: none; } }
  .section-boxes-governanca .forma-green {
    position: absolute;
    left: 190px;
    top: 45%;
    height: 250px;
    width: 100px;
    transform: rotate(150deg) skew(-30deg);
    transform-style: flat;
    background-color: #007e7a;
    z-index: 2; }
    @media screen and (max-width: 1370px) {
      .section-boxes-governanca .forma-green {
        left: 170px;
        top: 50%;
        height: 230px; } }
    @media screen and (max-width: 1024px) {
      .section-boxes-governanca .forma-green {
        display: none; } }
  .section-boxes-governanca .title-section h1,
  .section-boxes-governanca .title-section h2,
  .section-boxes-governanca .title-section h3,
  .section-boxes-governanca .title-section h4,
  .section-boxes-governanca .title-section h5,
  .section-boxes-governanca .title-section h6 {
    color: #007e7a;
    font-family: "CaeciliaLTStd-Bold";
    line-height: 30px;
    margin-bottom: 20px; }
  .section-boxes-governanca .content-boxes {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative; }
    .section-boxes-governanca .content-boxes:before {
      content: "";
      height: 80%;
      width: 2px;
      background: #e6e6e6;
      position: absolute;
      top: 0; }
    .section-boxes-governanca .content-boxes .content-subtitle {
      background: #ecb11f;
      padding: 20px 40px;
      text-align: center;
      clip-path: polygon(10% 0%, 100% 0, 100% 50%, 90% 100%, 0 100%, 0% 50%);
      margin-bottom: 60px; }
      .section-boxes-governanca .content-boxes .content-subtitle h1,
      .section-boxes-governanca .content-boxes .content-subtitle h2,
      .section-boxes-governanca .content-boxes .content-subtitle h3,
      .section-boxes-governanca .content-boxes .content-subtitle h4,
      .section-boxes-governanca .content-boxes .content-subtitle h5,
      .section-boxes-governanca .content-boxes .content-subtitle h6 {
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold"; }
    .section-boxes-governanca .content-boxes .col-md-6:nth-of-type(2) .boxes:first-of-type:after {
      content: "";
      width: 88px;
      height: 2px;
      position: absolute;
      left: -90px;
      background: #e6e6e6;
      top: 82px; }
      @media screen and (max-width: 560px) {
        .section-boxes-governanca .content-boxes .col-md-6:nth-of-type(2) .boxes:first-of-type:after {
          display: none; } }
    .section-boxes-governanca .content-boxes .boxes {
      width: 280px;
      border: 2px solid #007e7a;
      position: relative;
      margin: 0px auto;
      margin-bottom: 30px;
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 560px) {
        .section-boxes-governanca .content-boxes .boxes {
          margin-top: 20px; } }
      .section-boxes-governanca .content-boxes .boxes:before {
        content: "";
        position: absolute;
        top: -30px;
        left: -34px;
        background-color: #ffffff;
        height: 40px;
        width: 80px;
        transform: rotate(315deg); }
      .section-boxes-governanca .content-boxes .boxes:after {
        content: "";
        width: 88px;
        height: 2px;
        position: absolute;
        right: -90px;
        background: #e6e6e6;
        top: 82px; }
        @media screen and (max-width: 560px) {
          .section-boxes-governanca .content-boxes .boxes:after {
            display: none; } }
      .section-boxes-governanca .content-boxes .boxes .title-box {
        padding: 10px 5px;
        background: #007e7a;
        color: #ffffff;
        font-family: "CaeciliaLTStd-Roman";
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
        margin: -1px; }
      .section-boxes-governanca .content-boxes .boxes .descricao-box {
        padding: 30px 20px 40px 30px;
        background: #ffffff; }
        .section-boxes-governanca .content-boxes .boxes .descricao-box p {
          color: #747876;
          font-family: "MyriadPro-Regular";
          margin-bottom: 0px; }
          .section-boxes-governanca .content-boxes .boxes .descricao-box p strong {
            color: #007e7a;
            font-weight: 200;
            font-size: 8px;
            font-size: 0.8rem; }

.darckTheme .section-boxes-governanca .forma-green {
  background: #ffffff; }

.darckTheme .section-boxes-governanca .forma-yellow {
  background: #212121; }

.darckTheme .section-boxes-governanca .content-boxes .content-subtitle {
  background: #ffffff; }
  .darckTheme .section-boxes-governanca .content-boxes .content-subtitle h1,
  .darckTheme .section-boxes-governanca .content-boxes .content-subtitle h2,
  .darckTheme .section-boxes-governanca .content-boxes .content-subtitle h3,
  .darckTheme .section-boxes-governanca .content-boxes .content-subtitle h4,
  .darckTheme .section-boxes-governanca .content-boxes .content-subtitle h5,
  .darckTheme .section-boxes-governanca .content-boxes .content-subtitle h6 {
    color: #000 !important; }

.darckTheme .section-boxes-governanca .content-boxes .boxes {
  border-color: #ffffff; }
  .darckTheme .section-boxes-governanca .content-boxes .boxes::before {
    background-color: #000; }
  .darckTheme .section-boxes-governanca .content-boxes .boxes .title-box {
    background-color: #ffffff;
    color: #000; }
  .darckTheme .section-boxes-governanca .content-boxes .boxes .descricao-box p strong {
    color: #ffffff; }

.darckTheme .section-boxes-governanca figure:before {
  background: #000; }

.darckTheme .section-boxes-governanca figure:after {
  background: #000; }

.darckTheme .section-boxes-governanca figure span:after {
  background: #212121; }

.section-texto-imagem-governanca {
  padding: 80px 0px; }
  .section-texto-imagem-governanca .overflow-h {
    overflow: hidden; }
    .section-texto-imagem-governanca .overflow-h figure {
      position: relative; }
      .section-texto-imagem-governanca .overflow-h figure::after {
        content: "";
        right: 0;
        background: #ffffff;
        height: 120px;
        width: 235px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        bottom: -40px; }
        @media screen and (max-width: 1370px) {
          .section-texto-imagem-governanca .overflow-h figure::after {
            right: -80px; } }
        @media screen and (max-width: 1024px) {
          .section-texto-imagem-governanca .overflow-h figure::after {
            right: -100px; } }
      .section-texto-imagem-governanca .overflow-h figure img {
        width: 550px;
        height: 480px;
        object-fit: cover;
        position: relative; }
        @media screen and (max-width: 1370px) {
          .section-texto-imagem-governanca .overflow-h figure img {
            width: 520px; } }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-governanca .overflow-h figure img {
            width: 90%; } }
      .section-texto-imagem-governanca .overflow-h figure span:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 70px;
        height: 189px;
        width: 100px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat;
        background-color: #ecb11f;
        z-index: 2; }
        @media screen and (max-width: 1370px) {
          .section-texto-imagem-governanca .overflow-h figure span:after {
            right: -10px;
            top: 70px;
            height: 150px;
            width: 70px; } }
        @media screen and (max-width: 1024px) {
          .section-texto-imagem-governanca .overflow-h figure span:after {
            right: -35px; } }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-governanca .overflow-h figure span:after {
            right: 0px; } }
  .section-texto-imagem-governanca .content-text {
    padding-right: 40px; }
    @media screen and (max-width: 560px) {
      .section-texto-imagem-governanca .content-text {
        padding-right: 0px; } }
    .section-texto-imagem-governanca .content-text h1,
    .section-texto-imagem-governanca .content-text h2,
    .section-texto-imagem-governanca .content-text h3,
    .section-texto-imagem-governanca .content-text h4,
    .section-texto-imagem-governanca .content-text h5,
    .section-texto-imagem-governanca .content-text h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 30px; }
    .section-texto-imagem-governanca .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 25px; }
    .section-texto-imagem-governanca .content-text a {
      color: #007e7a;
      text-decoration: underline !important; }

.darckTheme .section-texto-imagem-governanca figure:before {
  background: #000; }

.darckTheme .section-texto-imagem-governanca figure:after {
  background: #000; }

.darckTheme .section-texto-imagem-governanca figure span::after {
  background: #ffffff; }

.section-tablists-documents {
  padding: 50px 0px;
  min-height: 650px; }
  @media screen and (max-width: 1024px) {
    .section-tablists-documents {
      min-height: 730px; } }
  @media screen and (max-width: 560px) {
    .section-tablists-documents {
      min-height: 1100px; } }
  .section-tablists-documents .title-section {
    margin-bottom: 40px; }
    .section-tablists-documents .title-section h1,
    .section-tablists-documents .title-section h2,
    .section-tablists-documents .title-section h3,
    .section-tablists-documents .title-section h4,
    .section-tablists-documents .title-section h5,
    .section-tablists-documents .title-section h6 {
      font-family: "CaeciliaLTStd-Bold";
      color: #007e7a;
      line-height: 30px; }
  .section-tablists-documents .table .nav-tabs {
    border: 0px;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 560px) {
      .section-tablists-documents .table .nav-tabs {
        flex-direction: column; } }
    .section-tablists-documents .table .nav-tabs .wd-tab {
      float: left;
      width: 50%; }
      @media screen and (max-width: 560px) {
        .section-tablists-documents .table .nav-tabs .wd-tab {
          width: 100%;
          margin-bottom: 20px; } }
    .section-tablists-documents .table .nav-tabs .tab-item {
      color: #747876;
      font-family: "CaeciliaLTStd-Roman";
      font-size: 12px;
      font-size: 1.2rem;
      border-bottom: 2px solid #ecb11f !important;
      border-radius: 0px;
      border: 0px;
      padding: 10px 60px 10px 30px;
      margin-right: 20px;
      background: #ffffff;
      cursor: pointer;
      display: flex;
      justify-content: space-between; }
      .section-tablists-documents .table .nav-tabs .tab-item:not(.active) .tab-content {
        display: none; }
      .section-tablists-documents .table .nav-tabs .tab-item:focus {
        color: #ffffff;
        background: #ecb11f;
        border-radius: 0px;
        border-bottom: 2px solid #ecb11f !important;
        border: 0px;
        padding: 10px 60px 10px 30px;
        clip-path: polygon(0 0, 100% 0, 100% 0, 80% 100%, 0 100%, 0% 50%);
        font-size: 14px;
        font-size: 1.4rem;
        font-family: "CaeciliaLTStd-Roman"; }
    .section-tablists-documents .table .nav-tabs .active {
      color: #ffffff;
      background: #ecb11f;
      border-radius: 0px;
      border-bottom: 2px solid #ecb11f !important;
      border: 0px;
      padding: 10px 60px 10px 30px;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "CaeciliaLTStd-Roman"; }
      .section-tablists-documents .table .nav-tabs .active span {
        position: relative; }
        .section-tablists-documents .table .nav-tabs .active span::before {
          content: "";
          position: absolute;
          right: -70px;
          top: -10px;
          height: 100px;
          width: 80px;
          background-color: #ffffff;
          transform: rotate(250deg) skew(30deg);
          transform-style: flat; }
          @media screen and (max-width: 560px) {
            .section-tablists-documents .table .nav-tabs .active span::before {
              width: 50px; } }
  .section-tablists-documents .row-tab-content {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 70px; }
    @media screen and (max-width: 1024px) {
      .section-tablists-documents .row-tab-content {
        margin-top: 50px; } }
    @media screen and (max-width: 560px) {
      .section-tablists-documents .row-tab-content {
        margin-top: 140px; } }
  .section-tablists-documents .tab-content {
    margin-top: 0px;
    position: relative;
    left: 0;
    width: 50%;
    float: left; }
    @media screen and (max-width: 560px) {
      .section-tablists-documents .tab-content {
        width: 100%; } }
    .section-tablists-documents .tab-content .content-doc {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 0px;
      border-bottom: 2px solid #e6e6e6;
      width: 90%;
      float: left;
      box-sizing: border-box;
      margin-left: 30px;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 560px) {
        .section-tablists-documents .tab-content .content-doc {
          width: 90%;
          margin-left: 10px; } }
      .section-tablists-documents .tab-content .content-doc a {
        display: flex;
        align-items: center; }
        .section-tablists-documents .tab-content .content-doc a .title-doc {
          font-family: "CaeciliaLTStd-Roman";
          font-size: 12px;
          font-size: 1.2rem;
          color: #747876;
          padding-left: 50px;
          position: relative; }
          .section-tablists-documents .tab-content .content-doc a .title-doc img {
            position: absolute;
            left: 0;
            width: 30px; }
        .section-tablists-documents .tab-content .content-doc a .icon-arrow-doc {
          color: #ffffff;
          position: absolute;
          right: 5px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media screen and (max-width: 560px) {
            .section-tablists-documents .tab-content .content-doc a .icon-arrow-doc {
              right: -20px; } }
          .section-tablists-documents .tab-content .content-doc a .icon-arrow-doc:before {
            content: "";
            position: absolute;
            height: 30px;
            width: 30px;
            border-radius: 100px;
            background-color: #ecb11f;
            z-index: -1; }

.darckTheme .section-tablists-documents .table .nav-tabs .tab-item {
  background-color: #000;
  color: #ffffff;
  border-bottom: 2px solid #ffffff !important; }

.darckTheme .section-tablists-documents .tab-content .content-doc a::before {
  background-color: #ffffff; }

.darckTheme .section-tablists-documents .tab-content .content-doc a i {
  color: #000 !important; }

.darckTheme .section-tablists-documents .tab-content .content-doc .title-doc {
  color: #ffffff; }
  .darckTheme .section-tablists-documents .tab-content .content-doc .title-doc img {
    filter: grayscale(1) brightness(100); }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-tablists-documents .tab-content .content-doc a .title-doc {
    max-width: 95%; }
  .section-tablists-documents .tab-content .content-doc {
    width: 95%;
    margin-left: 0px; }
  .section-tablists-documents .table .nav-tabs .active {
    font-size: 12px;
    font-size: 1.2rem; } }

@media screen and (max-width: 768px) {
  .section-tablists-documents .table .nav-tabs {
    display: block; }
  .section-tablists-documents .table .nav-tabs .wd-tab {
    float: none;
    width: 100%;
    margin-bottom: 10px; }
  .section-tablists-documents .row-tab-content {
    margin-top: 150px; }
  .section-tablists-documents .tab-content .content-doc {
    width: 95%;
    margin-left: 0; }
  .section-tablists-documents .tab-content {
    width: 100%; }
  .section-tablists-documents {
    min-height: 990px; } }

@media screen and (max-width: 560px) {
  .section-tablists-documents {
    min-height: 1150px; } }

.section-texto-doc-imagem {
  padding: 50px 0px 130px;
  background-color: #007e7a;
  position: relative; }
  .section-texto-doc-imagem:before {
    content: "";
    right: 0px;
    top: -90px;
    background: #007e7a;
    height: 100px;
    width: 360px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0 100%, 0 100%); }
    @media screen and (max-width: 560px) {
      .section-texto-doc-imagem:before {
        top: -70px;
        width: 70%; } }
  .section-texto-doc-imagem:after {
    content: "";
    right: 0px;
    bottom: -2px;
    background: #ffffff;
    height: 100px;
    width: 360px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0 100%, 0 100%); }
    @media screen and (max-width: 560px) {
      .section-texto-doc-imagem:after {
        right: -4px;
        bottom: -29px;
        width: 70%; } }
  .section-texto-doc-imagem .content-section {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .section-texto-doc-imagem .content-section h1,
    .section-texto-doc-imagem .content-section h2,
    .section-texto-doc-imagem .content-section h3,
    .section-texto-doc-imagem .content-section h4,
    .section-texto-doc-imagem .content-section h5,
    .section-texto-doc-imagem .content-section h6 {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Bold";
      font-weight: bold;
      line-height: 28px;
      margin-bottom: 20px; }
    .section-texto-doc-imagem .content-section p {
      color: #ffffff;
      font-family: "MyriadPro-Light";
      font-size: 11px;
      font-size: 1.1rem;
      margin-bottom: 30px; }
    .section-texto-doc-imagem .content-section .select-content {
      display: flex; }
      @media screen and (max-width: 560px) {
        .section-texto-doc-imagem .content-section .select-content {
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
      .section-texto-doc-imagem .content-section .select-content select {
        padding: 4px;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        color: #747876;
        transition: 400ms;
        height: 40px;
        cursor: pointer;
        outline: none;
        width: 65%;
        margin-right: 25px; }
        .section-texto-doc-imagem .content-section .select-content select:hover {
          border-color: #007e7a;
          transition: 400ms; }
        .section-texto-doc-imagem .content-section .select-content select:focus {
          border-color: #007e7a;
          transition: 400ms; }
        .section-texto-doc-imagem .content-section .select-content select option:hover {
          background: #e6e6e6; }
      .section-texto-doc-imagem .content-section .select-content a {
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        padding: 8px 20px;
        text-decoration: none;
        box-shadow: 0px 3px 6px #ecb11f63;
        border: 1px solid #ecb11f;
        border-radius: 2px;
        background: #ecb11f; }
        .section-texto-doc-imagem .content-section .select-content a svg {
          margin-left: 10px;
          margin-top: -2px; }
        @media screen and (max-width: 560px) {
          .section-texto-doc-imagem .content-section .select-content a {
            margin-top: 20px; } }
    .section-texto-doc-imagem .content-section .content-doc-list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 0px;
      border-bottom: 1px solid #e6e6e6;
      width: 100%; }
      @media screen and (max-width: 560px) {
        .section-texto-doc-imagem .content-section .content-doc-list {
          width: 95%; } }
      .section-texto-doc-imagem .content-section .content-doc-list .title-doc {
        font-family: "CaeciliaLTStd-Roman";
        font-size: 12px;
        font-size: 1.2rem;
        color: #ffffff;
        padding-left: 50px;
        position: relative; }
        .section-texto-doc-imagem .content-section .content-doc-list .title-doc img {
          position: absolute;
          left: 0;
          width: 30px;
          filter: grayscale(1); }
      .section-texto-doc-imagem .content-section .content-doc-list a {
        color: #ffffff;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-texto-doc-imagem .content-section .content-doc-list a:before {
          content: "";
          position: absolute;
          height: 30px;
          width: 30px;
          border-radius: 100px;
          background-color: #ecb11f; }
        .section-texto-doc-imagem .content-section .content-doc-list a svg {
          z-index: 2; }
  .section-texto-doc-imagem figure {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 560px) {
      .section-texto-doc-imagem figure {
        margin-top: 40px; } }
    .section-texto-doc-imagem figure:before {
      content: "";
      left: -20px;
      background: #007e7a;
      height: 180px;
      width: 250px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      top: -110px;
      z-index: 2; }
      @media screen and (max-width: 1024px) {
        .section-texto-doc-imagem figure:before {
          left: -90px; } }
    .section-texto-doc-imagem figure:after {
      content: "";
      right: -20px;
      background: #007e7a;
      height: 180px;
      width: 250px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      bottom: -110px;
      z-index: 2; }
      @media screen and (max-width: 1024px) {
        .section-texto-doc-imagem figure:after {
          right: -90px; } }
    .section-texto-doc-imagem figure img {
      width: 400px;
      height: 300px;
      object-fit: cover;
      z-index: 1; }
      @media screen and (max-width: 560px) {
        .section-texto-doc-imagem figure img {
          width: 95%;
          height: 300px; } }
  .section-texto-doc-imagem span {
    position: relative; }
    .section-texto-doc-imagem span:before {
      content: "";
      background-color: #ecb11f;
      position: absolute;
      left: 80px;
      top: 100px;
      height: 114px;
      width: 70px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      z-index: 2; }
      @media screen and (max-width: 1370px) {
        .section-texto-doc-imagem span:before {
          left: 40px;
          top: 130px; } }
      @media screen and (max-width: 1024px) {
        .section-texto-doc-imagem span:before {
          left: 0px;
          width: 74px; } }
      @media screen and (max-width: 768px) {
        .section-texto-doc-imagem span:before {
          left: -10px; } }

.darckTheme .section-texto-doc-imagem {
  background: #212121; }
  .darckTheme .section-texto-doc-imagem:before {
    background: #212121; }
  .darckTheme .section-texto-doc-imagem:after {
    background: #000; }
  .darckTheme .section-texto-doc-imagem .content-doc-list a:before {
    background-color: #ffffff; }
  .darckTheme .section-texto-doc-imagem .content-doc-list a i {
    color: #000 !important; }
  .darckTheme .section-texto-doc-imagem span:before {
    background-color: #ffffff; }
  .darckTheme .section-texto-doc-imagem figure:after {
    background-color: #212121; }
  .darckTheme .section-texto-doc-imagem figure:before {
    background-color: #212121; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-texto-doc-imagem .content-section .select-content {
    box-sizing: border-box;
    display: block; }
  .section-texto-doc-imagem .content-section .select-content a {
    padding: 8px; }
  .section-texto-doc-imagem .content-section .select-content select {
    width: 100%;
    margin-bottom: 20px; }
  .section-texto-doc-imagem .content-section {
    margin-bottom: 30px; }
  .section-texto-doc-imagem figure img {
    width: 90% !important; } }

@media screen and (max-width: 768px) {
  .section-texto-doc-imagem .content-section {
    margin-bottom: 30px; }
  .section-texto-doc-imagem figure img {
    width: 90%; } }

.section-imagem-texto-sustentabilidade {
  padding: 80px 0px; }
  .section-imagem-texto-sustentabilidade .overflow-h {
    overflow: hidden; }
    .section-imagem-texto-sustentabilidade .overflow-h figure {
      position: relative; }
      @media screen and (max-width: 560px) {
        .section-imagem-texto-sustentabilidade .overflow-h figure {
          margin-bottom: 40px; } }
      .section-imagem-texto-sustentabilidade .overflow-h figure:before {
        content: "";
        left: -60px;
        background: #ffffff;
        height: 130px;
        width: 270px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        margin-top: -60px;
        z-index: 2; }
        @media screen and (max-width: 1024px) {
          .section-imagem-texto-sustentabilidade .overflow-h figure:before {
            left: -100px; } }
        @media screen and (max-width: 560px) {
          .section-imagem-texto-sustentabilidade .overflow-h figure:before {
            margin-top: -120px; } }
      .section-imagem-texto-sustentabilidade .overflow-h figure::after {
        content: "";
        right: 0;
        background: #ffffff;
        height: 120px;
        width: 235px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        margin-top: -60px;
        bottom: -40px; }
        @media screen and (max-width: 1042px) {
          .section-imagem-texto-sustentabilidade .overflow-h figure::after {
            right: -80px; } }
        @media screen and (max-width: 560px) {
          .section-imagem-texto-sustentabilidade .overflow-h figure::after {
            bottom: -90px;
            right: -25px; } }
      .section-imagem-texto-sustentabilidade .overflow-h figure img {
        max-width: 90%;
        position: relative;
        object-fit: cover; }
        @media screen and (max-width: 1024px) {
          .section-imagem-texto-sustentabilidade .overflow-h figure img {
            height: 378px; } }
      .section-imagem-texto-sustentabilidade .overflow-h figure span:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 70px;
        height: 189px;
        width: 100px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat;
        background-color: #ecb11f;
        z-index: 2; }
        @media screen and (max-width: 1370px) {
          .section-imagem-texto-sustentabilidade .overflow-h figure span:after {
            right: 20px;
            top: 60px;
            height: 135px;
            width: 70px; } }
        @media screen and (max-width: 1024px) {
          .section-imagem-texto-sustentabilidade .overflow-h figure span:after {
            right: 0px;
            top: 70px;
            height: 150px;
            width: 70px; } }
        @media screen and (max-width: 560px) {
          .section-imagem-texto-sustentabilidade .overflow-h figure span:after {
            right: 10px;
            top: 70px;
            height: 100px;
            width: 70px; } }
  .section-imagem-texto-sustentabilidade .content-text {
    padding-left: 40px; }
    @media screen and (max-width: 1024px) {
      .section-imagem-texto-sustentabilidade .content-text {
        padding-left: 0px; } }
    .section-imagem-texto-sustentabilidade .content-text h1,
    .section-imagem-texto-sustentabilidade .content-text h2,
    .section-imagem-texto-sustentabilidade .content-text h3,
    .section-imagem-texto-sustentabilidade .content-text h4,
    .section-imagem-texto-sustentabilidade .content-text h5,
    .section-imagem-texto-sustentabilidade .content-text h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 30px;
      margin-bottom: 20px;
      min-height: 50px; }
    .section-imagem-texto-sustentabilidade .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      font-size: 10px;
      font-size: 1rem;
      margin-bottom: 25px; }
    .section-imagem-texto-sustentabilidade .content-text a {
      color: #007e7a;
      text-decoration: underline !important; }

.darckTheme .section-imagem-texto-sustentabilidade figure:before {
  background: #000; }

.darckTheme .section-imagem-texto-sustentabilidade figure:after {
  background: #000; }

.darckTheme .section-imagem-texto-sustentabilidade figure span::after {
  background: #ffffff; }

.section-texto-Depoimento-imgFullHeight {
  padding: 0px; }
  .section-texto-Depoimento-imgFullHeight .content-text {
    padding-top: 20px;
    max-width: 500px; }
    .section-texto-Depoimento-imgFullHeight .content-text h1,
    .section-texto-Depoimento-imgFullHeight .content-text h2,
    .section-texto-Depoimento-imgFullHeight .content-text h3,
    .section-texto-Depoimento-imgFullHeight .content-text h4,
    .section-texto-Depoimento-imgFullHeight .content-text h5,
    .section-texto-Depoimento-imgFullHeight .content-text h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 26px;
      margin-bottom: 20px; }
    .section-texto-Depoimento-imgFullHeight .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 0px; }
  .section-texto-Depoimento-imgFullHeight article {
    position: relative;
    padding: 20px 0px 0px 50px; }
    .section-texto-Depoimento-imgFullHeight article:before {
      content: "";
      position: absolute;
      top: -5px;
      left: 11px;
      height: 30px;
      width: 3px;
      background: #ecb11f;
      transform: rotate(320deg);
      border-radius: 5px; }
    .section-texto-Depoimento-imgFullHeight article:after {
      content: "";
      position: absolute;
      top: 20px;
      left: 20px;
      height: 95%;
      width: 3px;
      background: #ecb11f;
      border-radius: 10px; }
  .section-texto-Depoimento-imgFullHeight figure {
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 560px) {
      .section-texto-Depoimento-imgFullHeight figure {
        margin-top: 40px;
        display: flex;
        justify-content: center; } }
    .section-texto-Depoimento-imgFullHeight figure:after {
      content: "";
      right: 0;
      background: #ffffff;
      height: 120px;
      width: 275px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      margin-top: -60px;
      bottom: -35px; }
      @media screen and (max-width: 1024px) {
        .section-texto-Depoimento-imgFullHeight figure:after {
          right: -100px; } }
    .section-texto-Depoimento-imgFullHeight figure img {
      width: 520px;
      height: 580px;
      object-fit: cover; }
      @media screen and (max-width: 1400px) {
        .section-texto-Depoimento-imgFullHeight figure img {
          width: 80%;
          height: 520px; } }
      @media screen and (max-width: 1024px) {
        .section-texto-Depoimento-imgFullHeight figure img {
          width: 90%; } }
      @media screen and (max-width: 560px) {
        .section-texto-Depoimento-imgFullHeight figure img {
          width: 90%;
          height: 480px; } }
    .section-texto-Depoimento-imgFullHeight figure span:after {
      content: "";
      position: absolute;
      right: 70px;
      top: 90px;
      height: 145px;
      width: 100px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      background-color: #ecb11f; }
      @media screen and (max-width: 1370px) {
        .section-texto-Depoimento-imgFullHeight figure span:after {
          height: 140px;
          width: 80px; } }
      @media screen and (max-width: 1024px) {
        .section-texto-Depoimento-imgFullHeight figure span:after {
          right: -45px; } }
      @media screen and (max-width: 560px) {
        .section-texto-Depoimento-imgFullHeight figure span:after {
          right: -10px;
          top: 120px;
          height: 120px;
          width: 80px; } }

.darckTheme .section-texto-Depoimento-imgFullHeight article:before {
  background: #ffffff; }

.darckTheme .section-texto-Depoimento-imgFullHeight article::after {
  background: #ffffff; }

.darckTheme .section-texto-Depoimento-imgFullHeight figure::after {
  background: #000; }

.darckTheme .section-texto-Depoimento-imgFullHeight figure span::after {
  background: #ffffff; }

.section-texto-Depoimento-imgFullHeightBg {
  padding: 100px 0px;
  background-color: #007e7a;
  position: relative; }
  .section-texto-Depoimento-imgFullHeightBg:before {
    content: "";
    right: 0;
    top: -80px;
    background: #007e7a;
    height: 84px;
    width: 400px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%); }
    @media screen and (max-width: 560px) {
      .section-texto-Depoimento-imgFullHeightBg:before {
        width: 60%; } }
  .section-texto-Depoimento-imgFullHeightBg:after {
    content: "";
    right: 0;
    bottom: -2px;
    background: #ffffff;
    height: 150px;
    width: 200px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%); }
    @media screen and (max-width: 560px) {
      .section-texto-Depoimento-imgFullHeightBg:after {
        bottom: -5px; } }
  .section-texto-Depoimento-imgFullHeightBg .first-content .title-section {
    color: #ecb11f;
    font-family: "CaeciliaLTStd-Bold";
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    margin-bottom: 20px; }
  .section-texto-Depoimento-imgFullHeightBg .first-content .content-text {
    max-width: 500px; }
    .section-texto-Depoimento-imgFullHeightBg .first-content .content-text h1,
    .section-texto-Depoimento-imgFullHeightBg .first-content .content-text h2,
    .section-texto-Depoimento-imgFullHeightBg .first-content .content-text h3,
    .section-texto-Depoimento-imgFullHeightBg .first-content .content-text h4,
    .section-texto-Depoimento-imgFullHeightBg .first-content .content-text h5,
    .section-texto-Depoimento-imgFullHeightBg .first-content .content-text h6 {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 30px;
      margin-bottom: 0px; }
    .section-texto-Depoimento-imgFullHeightBg .first-content .content-text p {
      color: #ffffff;
      font-family: "MyriadPro-Regular";
      margin-bottom: 0px; }
  .section-texto-Depoimento-imgFullHeightBg .first-content figure {
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 560px) {
      .section-texto-Depoimento-imgFullHeightBg .first-content figure {
        margin-top: 40px; } }
    .section-texto-Depoimento-imgFullHeightBg .first-content figure:before {
      content: "";
      left: -50px;
      background: #007e7a;
      height: 130px;
      width: 140px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      top: -70px;
      z-index: 2; }
    .section-texto-Depoimento-imgFullHeightBg .first-content figure:after {
      content: "";
      right: 50px;
      background: #007e7a;
      height: 120px;
      width: 180px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      margin-top: -60px;
      bottom: -60px; }
      @media screen and (max-width: 1370px) {
        .section-texto-Depoimento-imgFullHeightBg .first-content figure:after {
          right: 40px; } }
      @media screen and (max-width: 1024px) {
        .section-texto-Depoimento-imgFullHeightBg .first-content figure:after {
          right: -100px; } }
      @media screen and (max-width: 560px) {
        .section-texto-Depoimento-imgFullHeightBg .first-content figure:after {
          right: -50px; } }
    .section-texto-Depoimento-imgFullHeightBg .first-content figure img {
      width: 520px;
      height: 580px;
      object-fit: cover; }
      @media screen and (max-width: 1370px) {
        .section-texto-Depoimento-imgFullHeightBg .first-content figure img {
          width: 85% !important;
          height: 340px !important; } }
      @media screen and (max-width: 1024px) {
        .section-texto-Depoimento-imgFullHeightBg .first-content figure img {
          width: 95% !important; } }
      @media screen and (max-width: 560px) {
        .section-texto-Depoimento-imgFullHeightBg .first-content figure img {
          width: 95% !important;
          height: 450px !important; } }
    .section-texto-Depoimento-imgFullHeightBg .first-content figure span:after {
      content: "";
      position: absolute;
      right: 70px;
      top: 50px;
      height: 100px;
      width: 100px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      background-color: #ecb11f; }
      @media screen and (max-width: 1370px) {
        .section-texto-Depoimento-imgFullHeightBg .first-content figure span:after {
          right: 45px; } }
      @media screen and (max-width: 1024px) {
        .section-texto-Depoimento-imgFullHeightBg .first-content figure span:after {
          right: -25px; } }
      @media screen and (max-width: 560px) {
        .section-texto-Depoimento-imgFullHeightBg .first-content figure span:after {
          right: -10px;
          top: 110px; } }
    .section-texto-Depoimento-imgFullHeightBg .first-content figure img {
      width: 640px;
      height: 340px; }
  .section-texto-Depoimento-imgFullHeightBg .secondary-content {
    padding-top: 80px; }
    .section-texto-Depoimento-imgFullHeightBg .secondary-content .content-text {
      padding-top: 20px; }
      .section-texto-Depoimento-imgFullHeightBg .secondary-content .content-text h1,
      .section-texto-Depoimento-imgFullHeightBg .secondary-content .content-text h2,
      .section-texto-Depoimento-imgFullHeightBg .secondary-content .content-text h3,
      .section-texto-Depoimento-imgFullHeightBg .secondary-content .content-text h4,
      .section-texto-Depoimento-imgFullHeightBg .secondary-content .content-text h5,
      .section-texto-Depoimento-imgFullHeightBg .secondary-content .content-text h6 {
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        line-height: 30px;
        margin-bottom: 0px; }
      .section-texto-Depoimento-imgFullHeightBg .secondary-content .content-text p {
        color: #ffffff;
        font-family: "MyriadPro-Light";
        margin-bottom: 0px;
        font-size: 9px;
        font-size: 0.9rem; }
    .section-texto-Depoimento-imgFullHeightBg .secondary-content .depoimento p {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 25px;
      font-weight: bold;
      font-size: 10px;
      font-size: 1rem;
      margin-bottom: 20px; }
    .section-texto-Depoimento-imgFullHeightBg .secondary-content .depoimento strong {
      color: #ecb11f;
      margin-top: 20px;
      font-size: 10px;
      font-size: 1rem; }
    .section-texto-Depoimento-imgFullHeightBg .secondary-content article {
      position: relative;
      margin-top: 30px;
      padding: 20px 0px 0px 50px; }
      .section-texto-Depoimento-imgFullHeightBg .secondary-content article:before {
        content: "";
        position: absolute;
        top: -5px;
        left: 11px;
        height: 30px;
        width: 3px;
        background: #ecb11f;
        transform: rotate(320deg);
        border-radius: 5px; }
      .section-texto-Depoimento-imgFullHeightBg .secondary-content article:after {
        content: "";
        position: absolute;
        top: 20px;
        left: 20px;
        height: 95%;
        width: 3px;
        background: #ecb11f;
        border-radius: 10px; }
    .section-texto-Depoimento-imgFullHeightBg .secondary-content figure {
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 560px) {
        .section-texto-Depoimento-imgFullHeightBg .secondary-content figure {
          margin-top: 40px;
          display: flex;
          justify-content: center; } }
      .section-texto-Depoimento-imgFullHeightBg .secondary-content figure:before {
        content: "";
        left: -50px;
        background: #007e7a;
        height: 130px;
        width: 130px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        top: -85px;
        z-index: 2; }
      .section-texto-Depoimento-imgFullHeightBg .secondary-content figure:after {
        content: "";
        right: 0;
        background: #007e7a;
        height: 120px;
        width: 275px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        margin-top: -60px;
        bottom: -35px; }
        @media screen and (max-width: 1370px) {
          .section-texto-Depoimento-imgFullHeightBg .secondary-content figure:after {
            right: -40px; } }
        @media screen and (max-width: 1024px) {
          .section-texto-Depoimento-imgFullHeightBg .secondary-content figure:after {
            right: -90px; } }
      .section-texto-Depoimento-imgFullHeightBg .secondary-content figure img {
        width: 80%;
        height: 650px;
        object-fit: cover; }
        @media screen and (max-width: 1370px) {
          .section-texto-Depoimento-imgFullHeightBg .secondary-content figure img {
            width: 85%;
            height: 630px; } }
        @media screen and (max-width: 1024px) {
          .section-texto-Depoimento-imgFullHeightBg .secondary-content figure img {
            width: 100%; } }
        @media screen and (max-width: 560px) {
          .section-texto-Depoimento-imgFullHeightBg .secondary-content figure img {
            width: 80%;
            height: 475px; } }
      .section-texto-Depoimento-imgFullHeightBg .secondary-content figure span:after {
        content: "";
        position: absolute;
        right: 70px;
        top: 100px;
        height: 170px;
        width: 100px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat;
        background-color: #ecb11f; }
        @media screen and (max-width: 1370px) {
          .section-texto-Depoimento-imgFullHeightBg .secondary-content figure span:after {
            right: 20px;
            top: 100px;
            height: 160px;
            width: 85px; } }
        @media screen and (max-width: 1024px) {
          .section-texto-Depoimento-imgFullHeightBg .secondary-content figure span:after {
            right: -40px; } }
        @media screen and (max-width: 560px) {
          .section-texto-Depoimento-imgFullHeightBg .secondary-content figure span:after {
            right: 10px;
            top: 100px;
            height: 155px; } }

.darckTheme .section-texto-Depoimento-imgFullHeightBg {
  background: #212121; }
  .darckTheme .section-texto-Depoimento-imgFullHeightBg::before {
    background: #212121; }
  .darckTheme .section-texto-Depoimento-imgFullHeightBg::after {
    background: #212121; }
  .darckTheme .section-texto-Depoimento-imgFullHeightBg .title-section {
    color: #ffffff; }
  .darckTheme .section-texto-Depoimento-imgFullHeightBg article:before {
    background: #ffffff; }
  .darckTheme .section-texto-Depoimento-imgFullHeightBg article::after {
    background: #ffffff; }
  .darckTheme .section-texto-Depoimento-imgFullHeightBg article strong {
    color: #ffffff !important; }
  .darckTheme .section-texto-Depoimento-imgFullHeightBg figure::before {
    background: #212121; }
  .darckTheme .section-texto-Depoimento-imgFullHeightBg figure::after {
    background: #212121; }
  .darckTheme .section-texto-Depoimento-imgFullHeightBg figure span::after {
    background: #ffffff; }

.section-naMidia-sustentabilidade {
  padding: 100px 0px 100px 130px; }
  @media screen and (max-width: 1024px) {
    .section-naMidia-sustentabilidade {
      padding: 80px 0px 100px 10px; } }
  .section-naMidia-sustentabilidade .title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
    .section-naMidia-sustentabilidade .title-section h1,
    .section-naMidia-sustentabilidade .title-section h2,
    .section-naMidia-sustentabilidade .title-section h3,
    .section-naMidia-sustentabilidade .title-section h4,
    .section-naMidia-sustentabilidade .title-section h5,
    .section-naMidia-sustentabilidade .title-section h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      margin: 0px;
      font-weight: bold;
      position: relative; }
    .section-naMidia-sustentabilidade .title-section a {
      color: #007e7a;
      font-family: "MyriadPro-Regular";
      font-weight: bold;
      text-decoration: underline !important;
      margin: 0px 150px 0px 0px; }
  .section-naMidia-sustentabilidade .slick-track {
    padding-left: 410px; }
    @media screen and (max-width: 560px) {
      .section-naMidia-sustentabilidade .slick-track {
        padding-left: 340px; } }
  .section-naMidia-sustentabilidade .box-noticia {
    min-height: 400px;
    margin-left: 45px; }
    @media screen and (max-width: 1470px) {
      .section-naMidia-sustentabilidade .box-noticia {
        margin-left: 20px; } }
    @media screen and (max-width: 1370px) {
      .section-naMidia-sustentabilidade .box-noticia {
        margin-right: 30px;
        margin-left: 0px; } }
    @media screen and (max-width: 1024px) {
      .section-naMidia-sustentabilidade .box-noticia {
        margin-right: 0;
        margin-left: 30px; } }
    .section-naMidia-sustentabilidade .box-noticia:hover h4 {
      text-decoration: underline; }
    .section-naMidia-sustentabilidade .box-noticia .box-bg {
      height: 230px;
      overflow: hidden;
      position: relative; }
      .section-naMidia-sustentabilidade .box-noticia .box-bg:after {
        content: "";
        position: absolute;
        right: -40px;
        bottom: -40px;
        height: 90px;
        width: 130px;
        z-index: 2;
        background-color: #ffffff;
        transform: rotate3d(1, 0, 1, 310deg); }
      .section-naMidia-sustentabilidade .box-noticia .box-bg a:before {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: 14px;
        bottom: 24px;
        height: 34px;
        width: 34px;
        transform: rotate(140deg) skew(-40deg);
        transform-style: flat; }
      .section-naMidia-sustentabilidade .box-noticia .box-bg a h3 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        font-size: 11px;
        font-size: 1.1rem;
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        transition: 400ms; }
        .section-naMidia-sustentabilidade .box-noticia .box-bg a h3:hover {
          text-decoration: underline;
          transition: 400ms; }
    .section-naMidia-sustentabilidade .box-noticia .content-img {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 230px;
      margin-bottom: 15px;
      position: relative;
      transition: 400ms; }
      .section-naMidia-sustentabilidade .box-noticia .content-img:hover {
        transform: scale(1.1);
        transition: 400ms; }
      .section-naMidia-sustentabilidade .box-noticia .content-img::before {
        content: "";
        position: absolute;
        background: linear-gradient(0deg, #00000060, transparent);
        height: 100%;
        width: 100%; }
    .section-naMidia-sustentabilidade .box-noticia .content-text {
      padding: 0px 10px;
      margin-top: 20px; }
      .section-naMidia-sustentabilidade .box-noticia .content-text h4 {
        color: #747876;
        font-family: "CaeciliaLTStd-Bold";
        font-size: 11px;
        font-size: 1.1rem;
        margin-bottom: 15px; }
      .section-naMidia-sustentabilidade .box-noticia .content-text .link-post {
        position: relative; }
        .section-naMidia-sustentabilidade .box-noticia .content-text .link-post:before {
          content: "";
          position: absolute;
          left: -4px;
          top: 4px;
          height: 15px;
          width: 20px;
          background-color: #ecb11f;
          transform: rotate(140deg) skew(-40deg);
          transform-style: flat; }
        .section-naMidia-sustentabilidade .box-noticia .content-text .link-post a {
          color: #007e7a;
          font-family: "MyriadPro-Regular";
          font-size: 9px;
          font-size: 0.9rem;
          font-weight: bold;
          text-decoration: underline !important;
          position: absolute;
          left: 5px; }

.darckTheme .section-naMidia-sustentabilidade:after {
  background: #212121; }

.darckTheme .section-naMidia-sustentabilidade .bg-yellow {
  background: #212121; }

.darckTheme .section-naMidia-sustentabilidade .box-noticia .box-bg .content-img {
  filter: grayscale(100); }

.darckTheme .section-naMidia-sustentabilidade .box-noticia .box-bg a:before {
  background: #000; }

.darckTheme .section-naMidia-sustentabilidade .box-noticia .box-bg:after {
  background: #000; }

.darckTheme .section-naMidia-sustentabilidade .content-text .link-post:before {
  background: #212121; }

.section-relatorios-select {
  padding: 80px 0px; }
  .section-relatorios-select .title-section {
    margin-bottom: 40px; }
    .section-relatorios-select .title-section h1,
    .section-relatorios-select .title-section h2,
    .section-relatorios-select .title-section h3,
    .section-relatorios-select .title-section h4,
    .section-relatorios-select .title-section h5,
    .section-relatorios-select .title-section h6 {
      font-family: "CaeciliaLTStd-Bold";
      color: #007e7a;
      line-height: 30px; }
  .section-relatorios-select .select-content {
    display: flex; }
    @media screen and (max-width: 560px) {
      .section-relatorios-select .select-content {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .section-relatorios-select .select-content select {
      padding: 4px 40px 4px 14px;
      border: 1px solid #e6e6e6;
      border-radius: 4px;
      color: #747876;
      transition: 400ms;
      height: 40px;
      cursor: pointer;
      outline: none;
      width: 250px;
      margin-right: 25px; }
      .section-relatorios-select .select-content select:hover {
        border-color: #007e7a;
        transition: 400ms; }
      .section-relatorios-select .select-content select:focus {
        border-color: #007e7a;
        transition: 400ms; }
      .section-relatorios-select .select-content select option:hover {
        background: #e6e6e6; }
    .section-relatorios-select .select-content a {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Bold";
      padding: 8px 20px;
      text-decoration: none;
      box-shadow: 0px 3px 6px #007e7a3d;
      border: 1px solid #007e7a;
      border-radius: 2px;
      background: #007e7a; }
      .section-relatorios-select .select-content a svg {
        margin-left: 10px;
        margin-top: -2px; }
      @media screen and (max-width: 560px) {
        .section-relatorios-select .select-content a {
          margin-top: 20px; } }

.darckTheme .section-relatorios-select .select-content a {
  box-shadow: none;
  border: 1px solid #ffffff;
  background: #000; }

.section-texto-imagem-bg {
  padding: 100px 0px 80px 0px;
  position: relative; }
  @media screen and (max-width: 1370px) {
    .section-texto-imagem-bg {
      padding: 50px 0px 50px 0px; } }
  @media screen and (max-width: 560px) {
    .section-texto-imagem-bg {
      padding: 80px 0px 80px 0px; } }
  .section-texto-imagem-bg:before {
    content: "";
    right: 0px;
    top: -90px;
    background: #007e7a;
    height: 100px;
    width: 360px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0 100%, 0 100%); }
    @media screen and (max-width: 560px) {
      .section-texto-imagem-bg:before {
        top: -70px;
        width: 70%; } }
  .section-texto-imagem-bg .content-video {
    position: relative; }
    .section-texto-imagem-bg .content-video figure {
      position: relative;
      overflow: hidden;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 560px) {
        .section-texto-imagem-bg .content-video figure {
          margin-top: 40px; } }
      .section-texto-imagem-bg .content-video figure:before {
        content: "";
        left: -100px;
        background: #007e7a;
        height: 210px;
        width: 235px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        margin-top: -110px;
        z-index: 2; }
      .section-texto-imagem-bg .content-video figure::after {
        content: "";
        right: 0;
        background: #007e7a;
        height: 160px;
        width: 270px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        bottom: -100px; }
        @media screen and (max-width: 1370px) {
          .section-texto-imagem-bg .content-video figure::after {
            right: -60px; } }
        @media screen and (max-width: 1024px) {
          .section-texto-imagem-bg .content-video figure::after {
            right: -80px; } }
      .section-texto-imagem-bg .content-video figure span {
        content: "";
        position: absolute;
        left: 40px;
        height: 130px;
        width: 70px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat;
        background-color: #ecb11f;
        z-index: 2;
        bottom: 100px; }
        @media screen and (max-width: 1370px) {
          .section-texto-imagem-bg .content-video figure span {
            left: -10px;
            height: 134px;
            width: 70px; } }
        @media screen and (max-width: 1024px) {
          .section-texto-imagem-bg .content-video figure span {
            left: -20px;
            width: 80px; } }
      .section-texto-imagem-bg .content-video figure img {
        width: 500px;
        height: 320px;
        object-fit: cover;
        position: relative; }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-bg .content-video figure img {
            width: 90%;
            height: 430px; } }
    .section-texto-imagem-bg .content-video .play-video {
      position: absolute;
      top: 40%;
      z-index: 3;
      left: calc(50% + -30px); }
      .section-texto-imagem-bg .content-video .play-video button {
        background: #000000c7;
        padding: 20px 25px;
        border-radius: 100px; }
        .section-texto-imagem-bg .content-video .play-video button i {
          color: #ffffff; }
    .section-texto-imagem-bg .content-video .modal .modal-dialog {
      max-width: 80% !important;
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .section-texto-imagem-bg .content-video .modal .modal-dialog {
          max-width: 95% !important; } }
      .section-texto-imagem-bg .content-video .modal .modal-dialog .bt-close-bg {
        position: relative; }
        .section-texto-imagem-bg .content-video .modal .modal-dialog .bt-close-bg:before {
          content: "";
          background: #007e7a;
          height: 60px;
          width: 60px;
          top: 10px;
          right: -20px;
          position: absolute;
          z-index: 2;
          transform: rotate(150deg) skew(-30deg);
          transform-style: flat; }
        .section-texto-imagem-bg .content-video .modal .modal-dialog .bt-close-bg .btn-close {
          right: 0;
          position: absolute;
          top: 30px;
          z-index: 9999; }
      .section-texto-imagem-bg .content-video .modal .modal-dialog .modal-body img {
        width: 100%;
        height: 80vh;
        object-fit: cover; }

.content-text-bg {
  padding-right: 60px; }
  @media screen and (max-width: 1370px) {
    .content-text-bg {
      padding-right: 40px; } }
  @media screen and (max-width: 560px) {
    .content-text-bg {
      padding-right: 0px; } }
  .content-text-bg h1,
  .content-text-bg h2,
  .content-text-bg h3,
  .content-text-bg h4,
  .content-text-bg h5,
  .content-text-bg h6 {
    color: #ecb11f;
    font-family: "CaeciliaLTStd-Bold";
    line-height: 30px;
    margin-bottom: 20px; }
  .content-text-bg p {
    color: #ffffff;
    font-family: "CaeciliaLTStd-Bold";
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 28px; }
    @media screen and (max-width: 1370px) {
      .content-text-bg p {
        font-size: 10px;
        font-size: 1rem; } }
  .content-text-bg a {
    color: #ffffff;
    font-family: "MyriadPro-Regular";
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 20px 10px;
    background: #ecb11f;
    box-shadow: 0px 3px 6px #edb11154;
    border: 1px solid #ecb11f;
    border-radius: 2px;
    transition: 400ms; }
    .content-text-bg a:hover {
      background-color: #e3b84d;
      transition: 400ms;
      color: #ffffff; }
    .content-text-bg a img {
      width: 18px;
      height: 18px;
      margin-left: 7px;
      margin-top: -2px; }

.darckTheme .section-texto-imagem-bg {
  background: #212121 !important; }
  .darckTheme .section-texto-imagem-bg:before {
    background-color: #212121; }
  .darckTheme .section-texto-imagem-bg figure:after {
    background-color: #212121; }
  .darckTheme .section-texto-imagem-bg figure:before {
    background-color: #212121; }
  .darckTheme .section-texto-imagem-bg figure span {
    background-color: #ffffff; }
  .darckTheme .section-texto-imagem-bg .content-text-bg a {
    border: 1px solid #ffffff;
    background: #000;
    box-shadow: none; }

.section-texto-imagem-teoria-mudanca {
  padding: 80px 0px; }
  .section-texto-imagem-teoria-mudanca .overflow-h {
    overflow: hidden; }
    .section-texto-imagem-teoria-mudanca .overflow-h figure {
      position: relative; }
      @media screen and (max-width: 560px) {
        .section-texto-imagem-teoria-mudanca .overflow-h figure {
          margin-top: 40px; } }
      .section-texto-imagem-teoria-mudanca .overflow-h figure:before {
        content: "";
        left: -60px;
        background: #ffffff;
        height: 130px;
        width: 270px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        margin-top: -60px;
        z-index: 2; }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-teoria-mudanca .overflow-h figure:before {
            left: -120px; } }
      .section-texto-imagem-teoria-mudanca .overflow-h figure::after {
        content: "";
        right: 0;
        background: #ffffff;
        height: 120px;
        width: 235px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        bottom: -40px; }
        @media screen and (max-width: 1024px) {
          .section-texto-imagem-teoria-mudanca .overflow-h figure::after {
            right: -50px; } }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-teoria-mudanca .overflow-h figure::after {
            right: -30px;
            bottom: -65px; } }
      .section-texto-imagem-teoria-mudanca .overflow-h figure img {
        max-width: 90%;
        position: relative;
        object-fit: cover; }
        @media screen and (max-width: 1024px) {
          .section-texto-imagem-teoria-mudanca .overflow-h figure img {
            height: 450px; } }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-teoria-mudanca .overflow-h figure img {
            height: 350px; } }
      .section-texto-imagem-teoria-mudanca .overflow-h figure span:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 70px;
        height: 189px;
        width: 100px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat;
        background-color: #ecb11f;
        z-index: 2; }
        @media screen and (max-width: 1370px) {
          .section-texto-imagem-teoria-mudanca .overflow-h figure span:after {
            right: 20px;
            top: 70px;
            height: 132px;
            width: 74px; } }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-teoria-mudanca .overflow-h figure span:after {
            right: 10px;
            top: 70px;
            height: 80px;
            width: 70px; } }
  .section-texto-imagem-teoria-mudanca .content-text {
    padding-right: 40px; }
    @media screen and (max-width: 560px) {
      .section-texto-imagem-teoria-mudanca .content-text {
        padding-right: 0px; } }
    .section-texto-imagem-teoria-mudanca .content-text h1,
    .section-texto-imagem-teoria-mudanca .content-text h2,
    .section-texto-imagem-teoria-mudanca .content-text h3,
    .section-texto-imagem-teoria-mudanca .content-text h4,
    .section-texto-imagem-teoria-mudanca .content-text h5,
    .section-texto-imagem-teoria-mudanca .content-text h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 26px;
      margin-bottom: 20px; }
    .section-texto-imagem-teoria-mudanca .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 20px; }
    .section-texto-imagem-teoria-mudanca .content-text a {
      color: #007e7a;
      text-decoration: underline !important; }

.darckTheme .section-texto-imagem-teoria-mudanca figure:before {
  background: #000; }

.darckTheme .section-texto-imagem-teoria-mudanca figure:after {
  background: #000; }

.darckTheme .section-texto-imagem-teoria-mudanca figure span::after {
  background: #ffffff; }

.section-topicos-bg-titulo {
  padding: 0px; }
  .section-topicos-bg-titulo .controler-container {
    padding-right: 100px; }
    @media screen and (max-width: 768px) {
      .section-topicos-bg-titulo .controler-container {
        padding-right: 0px;
        overflow: hidden; } }
    .section-topicos-bg-titulo .controler-container .bg-image {
      clip-path: polygon(15% 0, 100% 0, 100% 0%, 100% 88%, 80% 88%, 65% 100%, 0 100%, 0% 100%, 0 40%, 15% 25%);
      padding: 80px 0px 100px 170px;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1024px) {
        .section-topicos-bg-titulo .controler-container .bg-image {
          padding: 80px 0px 100px 40px;
          clip-path: polygon(0% 0, 100% 0, 100% 0%, 100% 0%, 100% 100%, 0% 100%, 0 100%, 0% 100%, 0 0%, 15% 25%); } }
      @media screen and (max-width: 768px) {
        .section-topicos-bg-titulo .controler-container .bg-image {
          padding: 80px 0px 100px 30px;
          margin-bottom: 50px; } }
      @media screen and (max-width: 560px) {
        .section-topicos-bg-titulo .controler-container .bg-image {
          clip-path: polygon(20% 0, 100% 0, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0% 100%, 0 0%, 0% 10%);
          padding: 100px 0px 60px 50px; } }
      .section-topicos-bg-titulo .controler-container .bg-image:before {
        content: "";
        position: absolute;
        background: linear-gradient(180deg, #0000008c 0%, #07070794 80%);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1; }
      .section-topicos-bg-titulo .controler-container .bg-image h1,
      .section-topicos-bg-titulo .controler-container .bg-image h2,
      .section-topicos-bg-titulo .controler-container .bg-image h3,
      .section-topicos-bg-titulo .controler-container .bg-image h4,
      .section-topicos-bg-titulo .controler-container .bg-image h5,
      .section-topicos-bg-titulo .controler-container .bg-image h6 {
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        line-height: 36px;
        margin-bottom: 34px; }
    .section-topicos-bg-titulo .controler-container .content-title {
      align-items: center;
      justify-content: center;
      display: flex;
      padding-left: 100px; }
      @media screen and (max-width: 768px) {
        .section-topicos-bg-titulo .controler-container .content-title {
          padding-left: 50px;
          max-width: 90%; } }
      @media screen and (max-width: 560px) {
        .section-topicos-bg-titulo .controler-container .content-title {
          padding-left: 40px;
          margin-top: 50px; } }
      .section-topicos-bg-titulo .controler-container .content-title h1,
      .section-topicos-bg-titulo .controler-container .content-title h2,
      .section-topicos-bg-titulo .controler-container .content-title h3,
      .section-topicos-bg-titulo .controler-container .content-title h4,
      .section-topicos-bg-titulo .controler-container .content-title h5,
      .section-topicos-bg-titulo .controler-container .content-title h6 {
        color: #007e7a;
        font-family: "CaeciliaLTStd-Bold";
        line-height: 36px;
        margin-bottom: 50px;
        position: relative; }
        .section-topicos-bg-titulo .controler-container .content-title h1:before,
        .section-topicos-bg-titulo .controler-container .content-title h2:before,
        .section-topicos-bg-titulo .controler-container .content-title h3:before,
        .section-topicos-bg-titulo .controler-container .content-title h4:before,
        .section-topicos-bg-titulo .controler-container .content-title h5:before,
        .section-topicos-bg-titulo .controler-container .content-title h6:before {
          content: "";
          background-color: #ecb11f;
          position: absolute;
          left: -45px;
          top: 20px;
          height: 100%;
          width: 28px;
          transform: rotate(134deg) skew(-46deg);
          transform-style: flat; }
          @media screen and (max-width: 560px) {
            .section-topicos-bg-titulo .controler-container .content-title h1:before,
            .section-topicos-bg-titulo .controler-container .content-title h2:before,
            .section-topicos-bg-titulo .controler-container .content-title h3:before,
            .section-topicos-bg-titulo .controler-container .content-title h4:before,
            .section-topicos-bg-titulo .controler-container .content-title h5:before,
            .section-topicos-bg-titulo .controler-container .content-title h6:before {
              height: 80%; } }
    .section-topicos-bg-titulo .controler-container .content-text-list {
      max-width: 90%;
      margin-bottom: 30px; }
      .section-topicos-bg-titulo .controler-container .content-text-list p {
        color: #ffffff;
        font-family: "MyriadPro-Regular";
        font-size: 10px;
        font-size: 1rem;
        margin: 0px;
        padding-left: 40px;
        position: relative; }
        .section-topicos-bg-titulo .controler-container .content-text-list p:after {
          content: "";
          background-color: #ecb11f;
          position: absolute;
          left: 0;
          top: 0px;
          height: 30px;
          width: 20px;
          transform: rotate(150deg) skew(-30deg);
          transform-style: flat;
          z-index: -1; }

.darckTheme .section-topicos-bg-titulo .bg-image {
  filter: grayscale(1); }

.darckTheme .section-topicos-bg-titulo .content-title h1:before,
.darckTheme .section-topicos-bg-titulo .content-title h2:before,
.darckTheme .section-topicos-bg-titulo .content-title h3:before,
.darckTheme .section-topicos-bg-titulo .content-title h4:before,
.darckTheme .section-topicos-bg-titulo .content-title h5:before,
.darckTheme .section-topicos-bg-titulo .content-title h6:before {
  background-color: #ffffff; }

.darckTheme .section-topicos-bg-titulo .content-text-list p:after {
  background-color: #ffffff; }

.section-texto-imagem-centralizada {
  padding: 90px 0px 90px 0px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 560px) {
    .section-texto-imagem-centralizada {
      padding: 50px 0px 50px; } }
  .section-texto-imagem-centralizada .content-text {
    padding: 0px 70px 0px 0px; }
    @media screen and (max-width: 560px) {
      .section-texto-imagem-centralizada .content-text {
        padding: 0px; } }
    .section-texto-imagem-centralizada .content-text h1,
    .section-texto-imagem-centralizada .content-text h2,
    .section-texto-imagem-centralizada .content-text h3,
    .section-texto-imagem-centralizada .content-text h4,
    .section-texto-imagem-centralizada .content-text h5,
    .section-texto-imagem-centralizada .content-text h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 30px;
      margin-bottom: 20px; }
    .section-texto-imagem-centralizada .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 25px; }
  .section-texto-imagem-centralizada .image-center {
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-texto-imagem-centralizada .image-center img {
      max-height: 700px;
      width: 90%; }
      @media screen and (max-width: 1370px) {
        .section-texto-imagem-centralizada .image-center img {
          width: 70%; } }

.section-texto-imagem-dupla {
  padding: 50px 0px 90px 0px;
  position: relative;
  overflow: hidden; }
  .section-texto-imagem-dupla .content-text {
    margin-bottom: 50px; }
    .section-texto-imagem-dupla .content-text h1,
    .section-texto-imagem-dupla .content-text h2,
    .section-texto-imagem-dupla .content-text h3,
    .section-texto-imagem-dupla .content-text h4,
    .section-texto-imagem-dupla .content-text h5,
    .section-texto-imagem-dupla .content-text h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 36px;
      margin-bottom: 20px; }
    .section-texto-imagem-dupla .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 25px; }
  .section-texto-imagem-dupla .colum-img:last-of-type {
    padding-left: 70px; }
    @media screen and (max-width: 560px) {
      .section-texto-imagem-dupla .colum-img:last-of-type {
        padding: 10px;
        margin-top: 40px; } }
    @media screen and (max-width: 1370px) {
      .section-texto-imagem-dupla .colum-img:last-of-type .content-title-img img {
        max-width: 60%; } }
  .section-texto-imagem-dupla .colum-img .content-title-img {
    color: #ecb11f;
    font-family: "CaeciliaLTStd-Bold";
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center; }
    .section-texto-imagem-dupla .colum-img .content-title-img img {
      margin-top: 34px; }
      @media screen and (max-width: 1370px) {
        .section-texto-imagem-dupla .colum-img .content-title-img img {
          max-width: 90%; } }
      @media screen and (max-width: 768px) {
        .section-texto-imagem-dupla .colum-img .content-title-img img {
          max-width: 100%; } }

.darckTheme .section-texto-imagem-dupla .content-title-img {
  color: #ffffff; }

.section-image-text-boxes {
  padding: 50px 0px; }
  .section-image-text-boxes figure {
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 560px) {
      .section-image-text-boxes figure {
        margin-bottom: 40px; } }
    .section-image-text-boxes figure::after {
      content: "";
      right: -80px;
      background: #ffffff;
      height: 160px;
      width: 270px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      bottom: -60px; }
      @media screen and (max-width: 560px) {
        .section-image-text-boxes figure::after {
          right: -120px; } }
    .section-image-text-boxes figure img {
      width: 550px;
      height: 620px;
      object-fit: cover; }
      @media screen and (max-width: 1370px) {
        .section-image-text-boxes figure img {
          width: 90%;
          height: 470px; } }
      @media screen and (max-width: 768px) {
        .section-image-text-boxes figure img {
          width: 95%; } }
      @media screen and (max-width: 560px) {
        .section-image-text-boxes figure img {
          width: 95%;
          height: 470px; } }
    .section-image-text-boxes figure span {
      content: "";
      position: absolute;
      right: 20px;
      top: 70px;
      height: 189px;
      width: 100px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      background-color: #ecb11f;
      z-index: 2; }
      @media screen and (max-width: 1370px) {
        .section-image-text-boxes figure span {
          height: 140px;
          width: 80px; } }
      @media screen and (max-width: 1024px) {
        .section-image-text-boxes figure span {
          right: -20px; } }
      @media screen and (max-width: 560px) {
        .section-image-text-boxes figure span {
          right: -20px;
          top: 100px; } }
  .section-image-text-boxes .text-section {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .section-image-text-boxes .text-section .content-title {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 28px;
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 20px; }
    .section-image-text-boxes .text-section .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      font-size: 10px;
      font-size: 1rem;
      margin-bottom: 10px; }
    .section-image-text-boxes .text-section .content-text h1,
    .section-image-text-boxes .text-section .content-text h2,
    .section-image-text-boxes .text-section .content-text h3,
    .section-image-text-boxes .text-section .content-text h4,
    .section-image-text-boxes .text-section .content-text h5,
    .section-image-text-boxes .text-section .content-text h6 {
      color: #ecb11f;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 28px;
      margin: 30px 0px 10px 0px; }
  .section-image-text-boxes .colum-boxes {
    margin: 120px 0px 70px;
    background-color: #007e7a;
    clip-path: polygon(55% 0%, 75% 17%, 100% 17%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0, 0 0);
    padding: 60px 40px 50px;
    min-height: 634px; }
    @media screen and (max-width: 1370px) {
      .section-image-text-boxes .colum-boxes {
        padding: 30px 40px 30px; } }
    @media screen and (max-width: 1024px) {
      .section-image-text-boxes .colum-boxes {
        padding: 60px 10px 50px;
        clip-path: polygon(55% 0%, 80% 5%, 100% 5%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0, 0 0); } }
    @media screen and (max-width: 560px) {
      .section-image-text-boxes .colum-boxes {
        margin: 50px 0px 0px;
        clip-path: polygon(60% 0%, 75% 5%, 100% 5%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0, 0 0); } }
    .section-image-text-boxes .colum-boxes .content-title {
      color: #ecb11f;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 28px;
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 50px;
      max-width: 300px; }
    .section-image-text-boxes .colum-boxes .content-descricao p {
      color: #ffffff;
      font-family: "MyriadPro-Light";
      margin-bottom: 0px; }

.darckTheme .section-image-text-boxes figure::after {
  background-color: #000; }

.darckTheme .section-image-text-boxes figure span {
  background: #ffffff; }

.darckTheme .section-image-text-boxes .content-title {
  color: #ffffff; }

.darckTheme .section-image-text-boxes .colum-boxes {
  background: #212121; }
  .darckTheme .section-image-text-boxes .colum-boxes .content-title {
    color: #ffffff; }

.section-tbt {
  padding: 0px 0px 100px 0px;
  overflow: hidden;
  position: relative; }
  .section-tbt .content-tbt {
    background-color: #007e7a;
    padding: 50px 0px;
    width: 60%;
    position: relative;
    display: flex; }
    @media screen and (max-width: 1024px) {
      .section-tbt .content-tbt {
        width: 80%; } }
    @media screen and (max-width: 768px) {
      .section-tbt .content-tbt {
        width: 100%; } }
    @media screen and (max-width: 560px) {
      .section-tbt .content-tbt {
        width: 100%;
        margin: 0;
        padding: 30px;
        flex-direction: column; } }
    .section-tbt .content-tbt:before {
      content: "";
      left: -100px;
      top: 20px;
      height: 140px;
      width: 200px;
      background: #ffffff;
      position: absolute;
      transform: rotate3d(1, 0, 1, 300deg);
      margin-top: -80px; }
      @media screen and (max-width: 560px) {
        .section-tbt .content-tbt:before {
          display: none; } }
    .section-tbt .content-tbt:after {
      content: "";
      right: -110px;
      background: #ffffff;
      height: 120px;
      width: 240px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      margin-top: -60px;
      bottom: -35px; }
      @media screen and (max-width: 1024px) {
        .section-tbt .content-tbt:after {
          right: -150px; } }
      @media screen and (max-width: 560px) {
        .section-tbt .content-tbt:after {
          display: none; } }
    .section-tbt .content-tbt .img-tbt {
      position: relative;
      z-index: 0; }
      .section-tbt .content-tbt .img-tbt img {
        width: 70px; }
      @media screen and (max-width: 560px) {
        .section-tbt .content-tbt .img-tbt {
          display: flex;
          align-items: center;
          justify-content: center; } }
      .section-tbt .content-tbt .img-tbt::before {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: -20px;
        top: -20px;
        height: 140px;
        width: 60px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat;
        z-index: -1; }
        @media screen and (max-width: 560px) {
          .section-tbt .content-tbt .img-tbt::before {
            display: none; } }
    .section-tbt .content-tbt .content-text {
      margin: 0px 0px 20px 60px; }
      @media screen and (max-width: 560px) {
        .section-tbt .content-tbt .content-text {
          margin: 10px 20px; } }
      .section-tbt .content-tbt .content-text p {
        color: #ffffff;
        font-family: "CaeciliaLTStd-Light";
        line-height: 32px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 20px; }
      .section-tbt .content-tbt .content-text a {
        font-family: "MyriadPro-Regular";
        color: #ffffff;
        font-weight: bold;
        padding: 10px 20px 10px;
        text-decoration: none;
        border-radius: 2px;
        background: #ecb11f;
        font-size: 10px;
        font-size: 1rem;
        box-shadow: 0px 3px 9px -2px #ecb11f9e; }
        .section-tbt .content-tbt .content-text a:hover {
          background-color: #e3b84d;
          transition: 400ms;
          color: #ffffff; }
        .section-tbt .content-tbt .content-text a img {
          width: 18px;
          height: 18px;
          margin-left: 7px;
          margin-top: -2px; }

.darckTheme .section-tbt .content-tbt {
  background: #212121; }
  .darckTheme .section-tbt .content-tbt:before {
    background: #000; }
  .darckTheme .section-tbt .content-tbt:after {
    background: #000; }
  .darckTheme .section-tbt .content-tbt .title-tbt {
    background: #212121; }
  .darckTheme .section-tbt .content-tbt a {
    border: 1px solid #ffffff;
    background: #000;
    box-shadow: none; }

.section-texto-imagem-gestao-impacto {
  padding: 80px 0px; }
  @media screen and (max-width: 1370px) {
    .section-texto-imagem-gestao-impacto {
      padding: 0px 0px 100px; } }
  @media screen and (max-width: 560px) {
    .section-texto-imagem-gestao-impacto {
      padding: 0px; } }
  .section-texto-imagem-gestao-impacto .overflow-h {
    overflow: hidden; }
    .section-texto-imagem-gestao-impacto .overflow-h figure {
      position: relative; }
      @media screen and (max-width: 560px) {
        .section-texto-imagem-gestao-impacto .overflow-h figure {
          margin-top: 40px; } }
      .section-texto-imagem-gestao-impacto .overflow-h figure:before {
        content: "";
        left: -60px;
        background: #ffffff;
        height: 130px;
        width: 270px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        margin-top: -60px;
        z-index: 2; }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-gestao-impacto .overflow-h figure:before {
            left: -110px; } }
      .section-texto-imagem-gestao-impacto .overflow-h figure::after {
        content: "";
        right: 0;
        background: #ffffff;
        height: 120px;
        width: 235px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        margin-top: -60px;
        bottom: -40px; }
        @media screen and (max-width: 1370px) {
          .section-texto-imagem-gestao-impacto .overflow-h figure::after {
            right: -40px; } }
        @media screen and (max-width: 1024px) {
          .section-texto-imagem-gestao-impacto .overflow-h figure::after {
            right: -90px; } }
      .section-texto-imagem-gestao-impacto .overflow-h figure img {
        width: 550px;
        height: 480px;
        object-fit: cover;
        position: relative; }
        @media screen and (max-width: 1370px) {
          .section-texto-imagem-gestao-impacto .overflow-h figure img {
            width: 95%;
            height: 370px; } }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-gestao-impacto .overflow-h figure img {
            width: 95%;
            height: 400px; } }
      .section-texto-imagem-gestao-impacto .overflow-h figure span:after {
        content: "";
        position: absolute;
        right: 30px;
        top: 70px;
        height: 140px;
        width: 80px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat;
        background-color: #ecb11f; }
        @media screen and (max-width: 1370px) {
          .section-texto-imagem-gestao-impacto .overflow-h figure span:after {
            right: 0px; } }
        @media screen and (max-width: 1024px) {
          .section-texto-imagem-gestao-impacto .overflow-h figure span:after {
            right: -40px; } }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-gestao-impacto .overflow-h figure span:after {
            right: -10px;
            top: 140px; } }
  .section-texto-imagem-gestao-impacto .content-text {
    padding-right: 10px; }
    .section-texto-imagem-gestao-impacto .content-text h1,
    .section-texto-imagem-gestao-impacto .content-text h2,
    .section-texto-imagem-gestao-impacto .content-text h3,
    .section-texto-imagem-gestao-impacto .content-text h4,
    .section-texto-imagem-gestao-impacto .content-text h5,
    .section-texto-imagem-gestao-impacto .content-text h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 30px;
      margin-bottom: 20px; }
    .section-texto-imagem-gestao-impacto .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      font-size: 10px;
      font-size: 1rem;
      margin-bottom: 20px; }
    .section-texto-imagem-gestao-impacto .content-text strong {
      color: #007e7a; }
    .section-texto-imagem-gestao-impacto .content-text a {
      color: #007e7a;
      font-family: "MyriadPro-Regular";
      text-decoration: underline !important; }

.darckTheme .section-texto-imagem-gestao-impacto figure:before {
  background: #000; }

.darckTheme .section-texto-imagem-gestao-impacto figure:after {
  background: #000; }

.darckTheme .section-texto-imagem-gestao-impacto figure span:after {
  background: #212121; }

.section-boxes-bg-gestao {
  padding: 100px 0px 80px 0px;
  position: relative;
  background: #007e7a; }
  @media screen and (max-width: 1370px) {
    .section-boxes-bg-gestao {
      padding: 80px 0px; } }
  @media screen and (max-width: 560px) {
    .section-boxes-bg-gestao {
      margin-top: 150px;
      padding: 50px 0px 50px 0px; } }
  .section-boxes-bg-gestao:before {
    content: "";
    right: 0px;
    top: -90px;
    background: #007e7a;
    height: 100px;
    width: 360px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0 100%, 0 100%); }
    @media screen and (max-width: 560px) {
      .section-boxes-bg-gestao:before {
        top: -70px;
        width: 70%; } }
  .section-boxes-bg-gestao .title-section {
    margin-bottom: 50px; }
    .section-boxes-bg-gestao .title-section h1,
    .section-boxes-bg-gestao .title-section h2,
    .section-boxes-bg-gestao .title-section h3,
    .section-boxes-bg-gestao .title-section h4,
    .section-boxes-bg-gestao .title-section h5,
    .section-boxes-bg-gestao .title-section h6 {
      color: #ecb11f;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 30px;
      margin-bottom: 20px; }
  .section-boxes-bg-gestao .overflow-h {
    overflow: hidden; }
  .section-boxes-bg-gestao .colum-boxes {
    background-color: #e6e6e6;
    padding: 100px 30px 50px 70px;
    max-width: 90%;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .section-boxes-bg-gestao .colum-boxes {
        max-width: 100%; } }
    @media screen and (max-width: 560px) {
      .section-boxes-bg-gestao .colum-boxes {
        max-width: 100%;
        padding: 100px 30px 50px 60px;
        margin-bottom: 40px; } }
    .section-boxes-bg-gestao .colum-boxes:before {
      content: "";
      left: -60px;
      top: -60px;
      background: #007e7a;
      height: 130px;
      width: 200px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      z-index: 2; }
    .section-boxes-bg-gestao .colum-boxes:after {
      content: "";
      right: -60px;
      bottom: -60px;
      background: #007e7a;
      height: 130px;
      width: 200px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      z-index: 2; }
    .section-boxes-bg-gestao .colum-boxes .forma-yellow {
      content: "";
      position: absolute;
      left: -24px;
      top: 40%;
      height: 120px;
      width: 45px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      background-color: #ecb11f; }
    .section-boxes-bg-gestao .colum-boxes .title-colum {
      font-size: 20px;
      font-size: 2rem;
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      position: absolute;
      top: 10px;
      left: 40px;
      z-index: 2; }
      .section-boxes-bg-gestao .colum-boxes .title-colum:before {
        content: "";
        position: absolute;
        left: 15px;
        top: -40px;
        height: 130px;
        width: 55px;
        transform: rotate(240deg) skew(-30deg);
        transform-style: flat;
        z-index: -1;
        background-color: #ecb11f; }
    .section-boxes-bg-gestao .colum-boxes .content-text {
      position: relative;
      margin-bottom: 20px; }
      .section-boxes-bg-gestao .colum-boxes .content-text:before {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: -30px;
        top: 10px;
        height: 18px;
        width: 18px;
        transform: rotate(140deg) skew(-40deg);
        transform-style: flat;
        z-index: 1; }
      .section-boxes-bg-gestao .colum-boxes .content-text p {
        color: #747876;
        font-family: "MyriadPro-Regular";
        font-size: 10px;
        font-size: 1rem;
        margin-bottom: 0px; }
  .section-boxes-bg-gestao .content-text-bg {
    padding-right: 60px; }
    .section-boxes-bg-gestao .content-text-bg p {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Bold";
      font-size: 20px;
      margin-bottom: 10px;
      line-height: 28px; }
      .section-boxes-bg-gestao .content-text-bg p a {
        color: #ffffff;
        font-family: "MyriadPro-Regular";
        font-size: 18px;
        font-weight: bold;
        padding: 10px 40px 10px 20px;
        background: #ecb11f url(../../img/chevron-right.png) no-repeat center;
        background-position-x: 190px;
        background-size: 18px;
        box-shadow: 0px 3px 6px #edb11154;
        border: 1px solid #ecb11f;
        border-radius: 2px; }

.darckTheme .section-boxes-bg-gestao {
  background: #212121 !important; }
  .darckTheme .section-boxes-bg-gestao:before {
    background-color: #212121; }
  .darckTheme .section-boxes-bg-gestao .colum-boxes {
    background-color: #ffffff; }
    .darckTheme .section-boxes-bg-gestao .colum-boxes::before {
      background: #212121; }
    .darckTheme .section-boxes-bg-gestao .colum-boxes::after {
      background: #212121; }
    .darckTheme .section-boxes-bg-gestao .colum-boxes .forma-yellow {
      background: #000; }
    .darckTheme .section-boxes-bg-gestao .colum-boxes .title-colum {
      color: #ffffff; }
      .darckTheme .section-boxes-bg-gestao .colum-boxes .title-colum:before {
        background-color: #000; }
    .darckTheme .section-boxes-bg-gestao .colum-boxes .content-text:before {
      background-color: #000; }
    .darckTheme .section-boxes-bg-gestao .colum-boxes .content-text p {
      color: #000 !important; }

.section-imagem-topicos-gestao-impacto {
  padding: 100px 0px; }
  @media screen and (max-width: 560px) {
    .section-imagem-topicos-gestao-impacto {
      padding: 80px 0px; } }
  .section-imagem-topicos-gestao-impacto .content-text {
    padding: 30px 0px 0px 30px; }
    .section-imagem-topicos-gestao-impacto .content-text h1,
    .section-imagem-topicos-gestao-impacto .content-text h2,
    .section-imagem-topicos-gestao-impacto .content-text h3,
    .section-imagem-topicos-gestao-impacto .content-text h4,
    .section-imagem-topicos-gestao-impacto .content-text h5,
    .section-imagem-topicos-gestao-impacto .content-text h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      font-weight: bold;
      max-width: 80%;
      line-height: 36px;
      margin-bottom: 40px;
      position: relative; }
      .section-imagem-topicos-gestao-impacto .content-text h1::before,
      .section-imagem-topicos-gestao-impacto .content-text h2::before,
      .section-imagem-topicos-gestao-impacto .content-text h3::before,
      .section-imagem-topicos-gestao-impacto .content-text h4::before,
      .section-imagem-topicos-gestao-impacto .content-text h5::before,
      .section-imagem-topicos-gestao-impacto .content-text h6::before {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: -40px;
        top: 12px;
        height: 100%;
        width: 22px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat;
        z-index: -1; }
    .section-imagem-topicos-gestao-impacto .content-text .content-text-list {
      max-width: 90%;
      margin-bottom: 30px; }
      .section-imagem-topicos-gestao-impacto .content-text .content-text-list p {
        color: #747876;
        font-family: "MyriadPro-Regular";
        font-size: 10px;
        font-size: 1rem;
        margin: 0px;
        padding-left: 30px;
        position: relative; }
        .section-imagem-topicos-gestao-impacto .content-text .content-text-list p:after {
          content: "";
          background-color: #ecb11f;
          position: absolute;
          left: -10px;
          top: 10px;
          height: 30px;
          width: 20px;
          transform: rotate(150deg) skew(-30deg);
          transform-style: flat;
          z-index: -1; }
  .section-imagem-topicos-gestao-impacto figure {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 560px) {
      .section-imagem-topicos-gestao-impacto figure {
        margin-top: 40px; } }
    .section-imagem-topicos-gestao-impacto figure:before {
      content: "";
      left: -20px;
      background: #ffffff;
      height: 180px;
      width: 250px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      top: -110px;
      z-index: 2; }
      @media screen and (max-width: 1370px) {
        .section-imagem-topicos-gestao-impacto figure:before {
          left: -50px; } }
      @media screen and (max-width: 1024px) {
        .section-imagem-topicos-gestao-impacto figure:before {
          left: -100px; } }
    .section-imagem-topicos-gestao-impacto figure:after {
      content: "";
      right: -20px;
      background: #ffffff;
      height: 180px;
      width: 250px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      bottom: -110px;
      z-index: 2; }
      @media screen and (max-width: 1370px) {
        .section-imagem-topicos-gestao-impacto figure:after {
          right: -60px; } }
      @media screen and (max-width: 1024px) {
        .section-imagem-topicos-gestao-impacto figure:after {
          right: -100px; } }
      @media screen and (max-width: 560px) {
        .section-imagem-topicos-gestao-impacto figure:after {
          right: -100px; } }
    .section-imagem-topicos-gestao-impacto figure img {
      width: 500px;
      height: 700px;
      object-fit: cover;
      z-index: 1; }
      @media screen and (max-width: 1370px) {
        .section-imagem-topicos-gestao-impacto figure img {
          width: 80%;
          height: 550px; } }
      @media screen and (max-width: 1240px) {
        .section-imagem-topicos-gestao-impacto figure img {
          width: 90%;
          height: 850px; } }
      @media screen and (max-width: 768px) {
        .section-imagem-topicos-gestao-impacto figure img {
          width: 90%;
          height: 400px; } }
      @media screen and (max-width: 560px) {
        .section-imagem-topicos-gestao-impacto figure img {
          width: 95%;
          height: 400px; } }
  .section-imagem-topicos-gestao-impacto span {
    content: "";
    background-color: #ecb11f;
    position: absolute;
    left: 20px;
    top: 35%;
    height: 160px;
    width: 84px;
    transform: rotate(150deg) skew(-30deg);
    transform-style: flat;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .section-imagem-topicos-gestao-impacto span {
        left: -10px; } }
    @media screen and (max-width: 1024px) {
      .section-imagem-topicos-gestao-impacto span {
        left: -40px; } }
    @media screen and (max-width: 560px) {
      .section-imagem-topicos-gestao-impacto span {
        left: -20px;
        top: 50%; } }

.darckTheme .section-imagem-topicos-gestao-impacto .content-text h1::before,
.darckTheme .section-imagem-topicos-gestao-impacto .content-text h2::before,
.darckTheme .section-imagem-topicos-gestao-impacto .content-text h3::before,
.darckTheme .section-imagem-topicos-gestao-impacto .content-text h4::before,
.darckTheme .section-imagem-topicos-gestao-impacto .content-text h5::before,
.darckTheme .section-imagem-topicos-gestao-impacto .content-text h6::before {
  background-color: #ffffff; }

.darckTheme .section-imagem-topicos-gestao-impacto .content-text .content-text-list p:after {
  background-color: #ffffff; }

.darckTheme .section-imagem-topicos-gestao-impacto span {
  background-color: #ffffff; }

.darckTheme .section-imagem-topicos-gestao-impacto figure:after {
  background-color: #000; }

.darckTheme .section-imagem-topicos-gestao-impacto figure:before {
  background-color: #000; }

.section-relatorios-select-gestao-impacto {
  padding: 0px 0px 80px; }
  .section-relatorios-select-gestao-impacto .content-bg {
    justify-content: center;
    padding: 60px 0px;
    position: relative;
    overflow: hidden; }
    .section-relatorios-select-gestao-impacto .content-bg::before {
      content: "";
      background: #ffffff;
      top: -60px;
      left: -80px;
      height: 120px;
      width: 200px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      z-index: 2; }
      @media screen and (max-width: 560px) {
        .section-relatorios-select-gestao-impacto .content-bg::before {
          top: -75px;
          left: -90px; } }
    .section-relatorios-select-gestao-impacto .content-bg:after {
      content: "";
      right: -100px;
      background: #ffffff;
      height: 180px;
      width: 200px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      bottom: -110px;
      z-index: 2; }
      @media screen and (max-width: 560px) {
        .section-relatorios-select-gestao-impacto .content-bg:after {
          right: -120px; } }
    .section-relatorios-select-gestao-impacto .content-bg .title-section {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 1024px) {
        .section-relatorios-select-gestao-impacto .content-bg .title-section {
          margin-bottom: 20px; } }
      .section-relatorios-select-gestao-impacto .content-bg .title-section::before {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: 64px;
        top: 20px;
        height: 100px;
        width: 50px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat; }
        @media screen and (max-width: 1024px) {
          .section-relatorios-select-gestao-impacto .content-bg .title-section::before {
            display: none; } }
        @media screen and (max-width: 560px) {
          .section-relatorios-select-gestao-impacto .content-bg .title-section::before {
            top: -10px;
            left: 34px; } }
      .section-relatorios-select-gestao-impacto .content-bg .title-section h1,
      .section-relatorios-select-gestao-impacto .content-bg .title-section h2,
      .section-relatorios-select-gestao-impacto .content-bg .title-section h3,
      .section-relatorios-select-gestao-impacto .content-bg .title-section h4,
      .section-relatorios-select-gestao-impacto .content-bg .title-section h5,
      .section-relatorios-select-gestao-impacto .content-bg .title-section h6 {
        font-family: "CaeciliaLTStd-Bold";
        color: #ecb11f;
        margin: 0;
        line-height: 30px; }
        @media screen and (max-width: 560px) {
          .section-relatorios-select-gestao-impacto .content-bg .title-section h1,
          .section-relatorios-select-gestao-impacto .content-bg .title-section h2,
          .section-relatorios-select-gestao-impacto .content-bg .title-section h3,
          .section-relatorios-select-gestao-impacto .content-bg .title-section h4,
          .section-relatorios-select-gestao-impacto .content-bg .title-section h5,
          .section-relatorios-select-gestao-impacto .content-bg .title-section h6 {
            padding-left: 30px; } }
      .section-relatorios-select-gestao-impacto .content-bg .title-section img {
        position: absolute;
        left: 74px;
        height: 30px;
        width: 30px;
        filter: grayscale(1) brightness(100); }
        @media screen and (max-width: 1024px) {
          .section-relatorios-select-gestao-impacto .content-bg .title-section img {
            display: none; } }
        @media screen and (max-width: 560px) {
          .section-relatorios-select-gestao-impacto .content-bg .title-section img {
            left: 43px; } }
    .section-relatorios-select-gestao-impacto .content-bg .select-content {
      display: flex; }
      @media screen and (max-width: 560px) {
        .section-relatorios-select-gestao-impacto .content-bg .select-content {
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
      .section-relatorios-select-gestao-impacto .content-bg .select-content select {
        padding: 4px 40px 4px 14px;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        color: #747876;
        transition: 400ms;
        height: 40px;
        cursor: pointer;
        outline: none;
        width: 250px;
        margin-right: 25px; }
        .section-relatorios-select-gestao-impacto .content-bg .select-content select:hover {
          border-color: #007e7a;
          transition: 400ms; }
        .section-relatorios-select-gestao-impacto .content-bg .select-content select:focus {
          border-color: #007e7a;
          transition: 400ms; }
        .section-relatorios-select-gestao-impacto .content-bg .select-content select option:hover {
          background: #e6e6e6; }
      .section-relatorios-select-gestao-impacto .content-bg .select-content a {
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        padding: 8px 20px;
        text-decoration: none;
        box-shadow: 0px 3px 6px #ecb11f8f;
        border: 1px solid #ecb11f;
        border-radius: 2px;
        background: #ecb11f; }
        .section-relatorios-select-gestao-impacto .content-bg .select-content a svg {
          margin-left: 10px;
          margin-top: -2px; }
        @media screen and (max-width: 560px) {
          .section-relatorios-select-gestao-impacto .content-bg .select-content a {
            margin-top: 20px; } }

.darckTheme .section-relatorios-select-gestao-impacto .content-bg {
  background-color: #212121 !important; }
  .darckTheme .section-relatorios-select-gestao-impacto .content-bg::before {
    background-color: #000; }
  .darckTheme .section-relatorios-select-gestao-impacto .content-bg:after {
    background-color: #000; }
  .darckTheme .section-relatorios-select-gestao-impacto .content-bg .title-section::before {
    background-color: #ffffff; }
  .darckTheme .section-relatorios-select-gestao-impacto .content-bg .select-content a {
    box-shadow: none;
    border: 1px solid #ffffff;
    background: #000; }

.section-relatorios-btn-gestao-impacto {
  padding: 60px 0px;
  margin: 120px 0px 80px 0px;
  position: relative;
  background-color: #ecb11f; }
  .section-relatorios-btn-gestao-impacto::before {
    content: "";
    right: 0px;
    top: -90px;
    background: #ecb11f;
    height: 100px;
    width: 360px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(65% 0%, 100% 0, 100% 100%, 0 100%, 0 150%); }
    @media screen and (max-width: 560px) {
      .section-relatorios-btn-gestao-impacto::before {
        top: -70px;
        width: 60%; } }
  .section-relatorios-btn-gestao-impacto:after {
    content: "";
    left: 0px;
    bottom: -10px;
    background: #ffffff;
    height: 140px;
    width: 200px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(0% 0%, 0% 0, 100% 100%, 0 100%, 0 100%); }
    @media screen and (max-width: 560px) {
      .section-relatorios-btn-gestao-impacto:after {
        left: -70px; } }
  .section-relatorios-btn-gestao-impacto .title-section {
    max-width: 74%;
    margin: 50px 0px; }
    @media screen and (max-width: 1024px) {
      .section-relatorios-btn-gestao-impacto .title-section {
        max-width: 100%;
        margin: 0px; } }
    @media screen and (max-width: 560px) {
      .section-relatorios-btn-gestao-impacto .title-section {
        max-width: 100%;
        margin: 0px; } }
    .section-relatorios-btn-gestao-impacto .title-section h1,
    .section-relatorios-btn-gestao-impacto .title-section h2,
    .section-relatorios-btn-gestao-impacto .title-section h3,
    .section-relatorios-btn-gestao-impacto .title-section h4,
    .section-relatorios-btn-gestao-impacto .title-section h5,
    .section-relatorios-btn-gestao-impacto .title-section h6 {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Bold";
      font-weight: bold;
      line-height: 28px;
      margin-bottom: 50px;
      line-height: 38px; }
  @media screen and (max-width: 1024px) {
    .section-relatorios-btn-gestao-impacto .relatorios-content {
      margin-bottom: 40px; } }
  .section-relatorios-btn-gestao-impacto .relatorios-content a {
    color: #ffffff;
    font-family: "CaeciliaLTStd-Bold";
    padding: 8px 15px;
    text-decoration: none;
    box-shadow: 0px 3px 6px #007e7a3d;
    border: 1px solid #007e7a;
    border-radius: 2px;
    background: #007e7a;
    margin-right: 20px; }
    .section-relatorios-btn-gestao-impacto .relatorios-content a svg {
      margin-left: 10px;
      margin-top: -2px; }
    @media screen and (max-width: 768px) {
      .section-relatorios-btn-gestao-impacto .relatorios-content a {
        margin-right: 10px;
        padding: 8px 10px; } }
  .section-relatorios-btn-gestao-impacto figure {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 1240px) {
      .section-relatorios-btn-gestao-impacto figure {
        justify-content: start; } }
    @media screen and (max-width: 560px) {
      .section-relatorios-btn-gestao-impacto figure {
        justify-content: center;
        margin-top: 40px; } }
    .section-relatorios-btn-gestao-impacto figure:before {
      content: "";
      background: #ecb11f;
      right: -60px;
      height: 210px;
      width: 210px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      top: -100px;
      z-index: 2; }
      @media screen and (max-width: 1370px) {
        .section-relatorios-btn-gestao-impacto figure:before {
          right: 0;
          height: 210px;
          width: 100px; } }
      @media screen and (max-width: 1024px) {
        .section-relatorios-btn-gestao-impacto figure:before {
          right: -160px; } }
    .section-relatorios-btn-gestao-impacto figure:after {
      content: "";
      background: #ecb11f;
      left: -20px;
      height: 230px;
      width: 160px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      bottom: -100px;
      z-index: 2; }
      @media screen and (max-width: 1370px) {
        .section-relatorios-btn-gestao-impacto figure:after {
          left: -60px; } }
      @media screen and (max-width: 1024px) {
        .section-relatorios-btn-gestao-impacto figure:after {
          left: -160px; } }
    .section-relatorios-btn-gestao-impacto figure img {
      width: 470px;
      height: 310px;
      object-fit: cover;
      z-index: 1; }
      @media screen and (max-width: 1240px) {
        .section-relatorios-btn-gestao-impacto figure img {
          width: 95%; } }
      @media screen and (max-width: 560px) {
        .section-relatorios-btn-gestao-impacto figure img {
          width: 90%; } }
    .section-relatorios-btn-gestao-impacto figure span {
      background-color: #007e7a;
      position: absolute;
      right: 50px;
      bottom: 50px;
      height: 100px;
      width: 80px;
      transform: rotate(220deg) skew(220deg);
      transform-style: flat;
      z-index: 2; }
      @media screen and (max-width: 1370px) {
        .section-relatorios-btn-gestao-impacto figure span {
          right: 5px; } }
      @media screen and (max-width: 1024px) {
        .section-relatorios-btn-gestao-impacto figure span {
          right: -25px; } }

.darckTheme .section-relatorios-btn-gestao-impacto {
  background-color: #212121; }
  .darckTheme .section-relatorios-btn-gestao-impacto::before {
    background-color: #212121; }
  .darckTheme .section-relatorios-btn-gestao-impacto::after {
    background-color: #000; }
  .darckTheme .section-relatorios-btn-gestao-impacto .relatorios-content a {
    box-shadow: none;
    border: 1px solid #ffffff;
    background: #000; }
  .darckTheme .section-relatorios-btn-gestao-impacto span {
    background-color: #ffffff; }
  .darckTheme .section-relatorios-btn-gestao-impacto figure:after {
    background-color: #212121; }
  .darckTheme .section-relatorios-btn-gestao-impacto figure:before {
    background-color: #212121; }

.section-imagem-texto-foruns {
  padding: 50px 0px; }
  .section-imagem-texto-foruns .overflow-h {
    overflow: hidden; }
    .section-imagem-texto-foruns .overflow-h figure {
      position: relative; }
      @media screen and (max-width: 1024px) {
        .section-imagem-texto-foruns .overflow-h figure {
          left: -20px; } }
      @media screen and (max-width: 560px) {
        .section-imagem-texto-foruns .overflow-h figure {
          margin-top: 40px; } }
      .section-imagem-texto-foruns .overflow-h figure:before {
        content: "";
        left: -50px;
        background: #ffffff;
        height: 110px;
        width: 180px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        top: -80px;
        z-index: 2; }
        @media screen and (max-width: 560px) {
          .section-imagem-texto-foruns .overflow-h figure:before {
            left: -60px; } }
      .section-imagem-texto-foruns .overflow-h figure::after {
        content: "";
        right: 50px;
        background: #ffffff;
        height: 145px;
        width: 260px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        bottom: -50px; }
        @media screen and (max-width: 1370px) {
          .section-imagem-texto-foruns .overflow-h figure::after {
            right: 0px; } }
        @media screen and (max-width: 1024px) {
          .section-imagem-texto-foruns .overflow-h figure::after {
            right: -90px; } }
      .section-imagem-texto-foruns .overflow-h figure img {
        width: 500px;
        height: 520px;
        position: relative;
        object-fit: cover; }
        @media screen and (max-width: 1370px) {
          .section-imagem-texto-foruns .overflow-h figure img {
            width: 85%;
            height: 500px;
            position: relative; } }
        @media screen and (max-width: 1024px) {
          .section-imagem-texto-foruns .overflow-h figure img {
            width: 90%; } }
        @media screen and (max-width: 560px) {
          .section-imagem-texto-foruns .overflow-h figure img {
            width: 90%;
            height: 420px; } }
      .section-imagem-texto-foruns .overflow-h figure span:after {
        content: "";
        position: absolute;
        right: 100px;
        top: 70px;
        height: 140px;
        width: 80px;
        transform: rotate(150deg) skew(-30deg);
        transform-style: flat;
        background-color: #ecb11f; }
        @media screen and (max-width: 1370px) {
          .section-imagem-texto-foruns .overflow-h figure span:after {
            right: 40px; } }
        @media screen and (max-width: 1024px) {
          .section-imagem-texto-foruns .overflow-h figure span:after {
            right: 10px; } }
        @media screen and (max-width: 560px) {
          .section-imagem-texto-foruns .overflow-h figure span:after {
            right: 0; } }
  .section-imagem-texto-foruns .content-text {
    margin: 40px 30px 0px 0px; }
    @media screen and (max-width: 560px) {
      .section-imagem-texto-foruns .content-text {
        margin: 0px; } }
    .section-imagem-texto-foruns .content-text h1,
    .section-imagem-texto-foruns .content-text h2,
    .section-imagem-texto-foruns .content-text h3,
    .section-imagem-texto-foruns .content-text h4,
    .section-imagem-texto-foruns .content-text h5,
    .section-imagem-texto-foruns .content-text h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 34px;
      margin-bottom: 20px;
      min-height: 50px; }
      @media screen and (max-width: 1370px) {
        .section-imagem-texto-foruns .content-text h1,
        .section-imagem-texto-foruns .content-text h2,
        .section-imagem-texto-foruns .content-text h3,
        .section-imagem-texto-foruns .content-text h4,
        .section-imagem-texto-foruns .content-text h5,
        .section-imagem-texto-foruns .content-text h6 {
          line-height: 28px; } }
    .section-imagem-texto-foruns .content-text p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 20px;
      font-size: 10px;
      font-size: 1rem; }
    .section-imagem-texto-foruns .content-text strong {
      color: #007e7a; }
    .section-imagem-texto-foruns .content-text a {
      color: #007e7a;
      font-family: "MyriadPro-Regular";
      text-decoration: underline !important; }

.darckTheme .section-imagem-texto-foruns figure:before {
  background: #000; }

.darckTheme .section-imagem-texto-foruns figure:after {
  background: #000; }

.darckTheme .section-imagem-texto-foruns figure span:after {
  background: #ffffff; }

.section-texto-imagem-investimento {
  padding: 0px 0px 150px 0px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 1370px) {
    .section-texto-imagem-investimento {
      padding: 40px 0px 80px 0px; } }
  @media screen and (max-width: 560px) {
    .section-texto-imagem-investimento {
      padding: 0px 0px 60px 0px; } }
  .section-texto-imagem-investimento .content-img {
    position: absolute;
    max-width: 57%;
    right: 0; }
    @media screen and (max-width: 1024px) {
      .section-texto-imagem-investimento .content-img {
        max-width: 70%;
        margin-top: 100px; } }
    @media screen and (max-width: 768px) {
      .section-texto-imagem-investimento .content-img {
        position: relative;
        max-width: 100%;
        margin-top: 20px; } }
    .section-texto-imagem-investimento .content-img .thumb-header {
      position: relative; }
      @media screen and (max-width: 768px) {
        .section-texto-imagem-investimento .content-img .thumb-header {
          height: 340px; } }
      .section-texto-imagem-investimento .content-img .thumb-header span {
        position: absolute;
        left: 17%;
        top: -11px;
        height: 150px;
        width: 150px;
        transform: rotate(330deg);
        background-color: #ecb11f;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        z-index: -2; }
        @media screen and (max-width: 1370px) {
          .section-texto-imagem-investimento .content-img .thumb-header span {
            top: 4px;
            transform: rotate(315deg); } }
        @media screen and (max-width: 1024px) {
          .section-texto-imagem-investimento .content-img .thumb-header span {
            top: 4px;
            transform: rotate(315deg); } }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-investimento .content-img .thumb-header span {
            left: 0%; } }
      .section-texto-imagem-investimento .content-img .thumb-header img {
        position: absolute;
        right: -114px;
        top: 0;
        height: 500px;
        object-fit: cover;
        width: 100%;
        clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 75%, 60% 75%, 44% 100%, 0 100%, 0% 80%, 0% 45%, 35% 0);
        z-index: 2; }
        @media screen and (max-width: 1370px) {
          .section-texto-imagem-investimento .content-img .thumb-header img {
            height: 420px; } }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-investimento .content-img .thumb-header img {
            position: relative;
            right: 0;
            height: 330px; } }
  .section-texto-imagem-investimento .content-text-investimento {
    padding: 0px 80px 0px 50px;
    margin-top: 140px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .section-texto-imagem-investimento .content-text-investimento {
        padding: 0px 80px 0px 15px;
        margin-top: 200px; } }
    @media screen and (max-width: 560px) {
      .section-texto-imagem-investimento .content-text-investimento {
        margin: 40px 0px; } }
    .section-texto-imagem-investimento .content-text-investimento::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 35px;
      height: 60%;
      width: 30px;
      transform: rotate(134deg) skew(-46deg);
      transform-style: flat;
      background-color: #ecb11f; }
      @media screen and (max-width: 1024px) {
        .section-texto-imagem-investimento .content-text-investimento::before {
          left: -30px; } }
      @media screen and (max-width: 560px) {
        .section-texto-imagem-investimento .content-text-investimento::before {
          height: 70%; } }
    .section-texto-imagem-investimento .content-text-investimento h1,
    .section-texto-imagem-investimento .content-text-investimento h2,
    .section-texto-imagem-investimento .content-text-investimento h3,
    .section-texto-imagem-investimento .content-text-investimento h4,
    .section-texto-imagem-investimento .content-text-investimento h5,
    .section-texto-imagem-investimento .content-text-investimento h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 36px;
      margin-bottom: 20px; }
    .section-texto-imagem-investimento .content-text-investimento p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 25px;
      line-height: 24px; }

.darckTheme .section-texto-imagem-investimento .thumb-header span {
  background: #ffffff; }

.darckTheme .section-texto-imagem-investimento .content-text-investimento::before {
  background-color: #ffffff; }

.section-texto-full-width {
  padding: 60px 0px 50px 0px; }
  @media screen and (max-width: 560px) {
    .section-texto-full-width {
      padding: 50px 0px 80px 0px; } }
  .section-texto-full-width .content-img img {
    width: 100%; }
  .section-texto-full-width .content-text-investimento {
    margin-bottom: 60px; }
    .section-texto-full-width .content-text-investimento h1,
    .section-texto-full-width .content-text-investimento h2,
    .section-texto-full-width .content-text-investimento h3,
    .section-texto-full-width .content-text-investimento h4,
    .section-texto-full-width .content-text-investimento h5,
    .section-texto-full-width .content-text-investimento h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 30px;
      margin-bottom: 25px; }
    .section-texto-full-width .content-text-investimento p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      font-size: 10px;
      font-size: 1rem;
      margin-bottom: 15px;
      line-height: 22px; }
      .section-texto-full-width .content-text-investimento p strong {
        color: #007e7a; }

.section-texto-full-mensagem {
  padding: 0px 0px 30px; }
  .section-texto-full-mensagem .content-section {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 560px) {
      .section-texto-full-mensagem .content-section {
        flex-direction: column;
        align-items: start; } }
    .section-texto-full-mensagem .content-section .content-image {
      position: relative;
      padding: 0px 50px; }
      @media screen and (max-width: 560px) {
        .section-texto-full-mensagem .content-section .content-image {
          margin-bottom: 40px; } }
      .section-texto-full-mensagem .content-section .content-image::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 15px;
        height: 70%;
        width: 30px;
        transform: rotate(135deg) skew(-46deg);
        transform-style: flat;
        background-color: #ecb11f; }
      .section-texto-full-mensagem .content-section .content-image img {
        width: 80px;
        height: 80px; }
    .section-texto-full-mensagem .content-section .content-text-investimento h1,
    .section-texto-full-mensagem .content-section .content-text-investimento h2,
    .section-texto-full-mensagem .content-section .content-text-investimento h3,
    .section-texto-full-mensagem .content-section .content-text-investimento h4,
    .section-texto-full-mensagem .content-section .content-text-investimento h5,
    .section-texto-full-mensagem .content-section .content-text-investimento h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 36px;
      margin-bottom: 35px; }
    .section-texto-full-mensagem .content-section .content-text-investimento p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      font-size: 9px;
      font-size: 0.9rem;
      margin-bottom: 20px;
      line-height: 24px; }
      .section-texto-full-mensagem .content-section .content-text-investimento p strong {
        color: #007e7a; }

.darckTheme .section-texto-full-mensagem .content-section .content-image::before {
  background-color: #ffffff; }

.darckTheme .section-texto-full-mensagem .content-section .content-image img {
  filter: grayscale(1) brightness(100); }

.section-box-texto-background {
  padding: 80px 0px; }
  .section-box-texto-background .content-text-investimento {
    padding: 50px 80px 30px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 560px) {
      .section-box-texto-background .content-text-investimento {
        padding: 50px 30px 30px; } }
    .section-box-texto-background .content-text-investimento::after {
      content: "";
      right: -80px;
      background: #ffffff;
      height: 145px;
      width: 215px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      bottom: -100px; }
    .section-box-texto-background .content-text-investimento:before {
      content: "";
      left: -50px;
      background: #ffffff;
      height: 110px;
      width: 180px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      top: -80px;
      z-index: 2; }
    .section-box-texto-background .content-text-investimento h1,
    .section-box-texto-background .content-text-investimento h2,
    .section-box-texto-background .content-text-investimento h3,
    .section-box-texto-background .content-text-investimento h4,
    .section-box-texto-background .content-text-investimento h5,
    .section-box-texto-background .content-text-investimento h6 {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Roman";
      line-height: 24px;
      margin-bottom: 25px; }
    .section-box-texto-background .content-text-investimento p {
      color: #ffffff;
      font-family: "MyriadPro-Regular";
      margin-bottom: 20px;
      line-height: 24px; }
      .section-box-texto-background .content-text-investimento p strong {
        color: #007e7a; }

.darckTheme .section-box-texto-background .content-text-investimento {
  background-color: #212121 !important; }
  .darckTheme .section-box-texto-background .content-text-investimento::after {
    background-color: #000; }
  .darckTheme .section-box-texto-background .content-text-investimento::before {
    background-color: #000; }

.section-tbt-slide-docs {
  background-color: #007e7a;
  position: relative;
  margin: 100px 0px 80px 0px;
  padding: 90px 0px 90px 100px; }
  @media screen and (max-width: 1024px) {
    .section-tbt-slide-docs {
      padding: 90px 0px 90px 0px; } }
  .section-tbt-slide-docs::before {
    content: "";
    right: 0;
    top: -95px;
    background: #007e7a;
    height: 100px;
    width: 400px;
    position: absolute;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%); }
    @media screen and (max-width: 560px) {
      .section-tbt-slide-docs::before {
        top: -80px;
        width: 70%; } }
  .section-tbt-slide-docs .title-section {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .section-tbt-slide-docs .title-section h1,
    .section-tbt-slide-docs .title-section h2,
    .section-tbt-slide-docs .title-section h3,
    .section-tbt-slide-docs .title-section h4,
    .section-tbt-slide-docs .title-section h5,
    .section-tbt-slide-docs .title-section h6 {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 34px;
      margin-bottom: 30px; }
    .section-tbt-slide-docs .title-section p {
      color: #ffffff;
      font-family: "MyriadPro-Regular";
      line-height: 22px;
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0px 140px 20px 0px; }
      @media screen and (max-width: 560px) {
        .section-tbt-slide-docs .title-section p {
          display: none; } }
  .section-tbt-slide-docs .tbt-slide .content-tbt {
    width: 660px;
    height: 270px;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 30px 40px;
    overflow: hidden; }
    @media screen and (max-width: 1370px) {
      .section-tbt-slide-docs .tbt-slide .content-tbt {
        width: 95%; } }
    @media screen and (max-width: 560px) {
      .section-tbt-slide-docs .tbt-slide .content-tbt {
        flex-direction: column;
        width: 100%;
        height: 100%; } }
    .section-tbt-slide-docs .tbt-slide .content-tbt::before {
      content: "";
      background: #ecb11f;
      left: -50px;
      height: 110px;
      width: 180px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      top: -60px; }
    .section-tbt-slide-docs .tbt-slide .content-tbt::after {
      content: "";
      background: #e6e6e6;
      right: -50px;
      height: 100px;
      width: 180px;
      bottom: -50px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg); }
  .section-tbt-slide-docs .tbt-slide .content-image {
    margin-right: 40px;
    z-index: 2; }
    .section-tbt-slide-docs .tbt-slide .content-image img {
      width: 200px;
      height: 200px;
      object-fit: cover;
      border-radius: 14px; }
  @media screen and (max-width: 560px) {
    .section-tbt-slide-docs .tbt-slide .content-text {
      margin-top: 10px; } }
  .section-tbt-slide-docs .tbt-slide .content-text h1,
  .section-tbt-slide-docs .tbt-slide .content-text h2,
  .section-tbt-slide-docs .tbt-slide .content-text h3,
  .section-tbt-slide-docs .tbt-slide .content-text h4,
  .section-tbt-slide-docs .tbt-slide .content-text h5,
  .section-tbt-slide-docs .tbt-slide .content-text h6 {
    color: #747876;
    font-family: "CaeciliaLTStd-Bold";
    line-height: 24px;
    margin-bottom: 16px; }
  .section-tbt-slide-docs .tbt-slide .content-text p {
    color: #747876;
    font-family: "MyriadPro-Regular";
    line-height: 22px;
    font-size: 9px;
    font-size: 0.9rem;
    margin-bottom: 16px; }
  .section-tbt-slide-docs .tbt-slide .content-text a {
    color: #ecb11f;
    font-family: "CaeciliaLTStd-Bold";
    line-height: 22px;
    margin-bottom: 0px; }
    .section-tbt-slide-docs .tbt-slide .content-text a i {
      position: relative;
      padding-right: 10px;
      font-size: 12px; }
      .section-tbt-slide-docs .tbt-slide .content-text a i::after {
        content: "";
        height: 22px;
        width: 22px;
        border: 2px solid #ecb11f;
        position: absolute;
        left: -6px;
        border-radius: 100px;
        top: -5px; }

.darckTheme .section-tbt-slide-docs {
  background-color: #212121; }
  .darckTheme .section-tbt-slide-docs::before {
    background-color: #212121; }
  .darckTheme .section-tbt-slide-docs::after {
    background-color: #212121; }
  .darckTheme .section-tbt-slide-docs .content-tbt {
    background-color: #000; }
    .darckTheme .section-tbt-slide-docs .content-tbt::before {
      background-color: #212121; }
    .darckTheme .section-tbt-slide-docs .content-tbt::after {
      background-color: #212121; }
    .darckTheme .section-tbt-slide-docs .content-tbt .content-text i::after {
      border: 2px solid #ffffff; }

.section-slide-podcasts-videos {
  padding: 200px 0px 80px 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  margin-top: -60px !important;
  max-width: 1600px;
  margin: auto; }
  @media screen and (max-width: 1024px) {
    .section-slide-podcasts-videos {
      padding: 200px 0px 80px 0px; } }
  @media screen and (max-width: 560px) {
    .section-slide-podcasts-videos {
      margin-top: -50px;
      padding: 75px 0px 20px;
      background-position-y: 0;
      background-position-x: 0;
      background-position: right; } }
  .section-slide-podcasts-videos::before {
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
    height: 140px;
    width: 210px;
    z-index: 2;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%); }
    @media screen and (max-width: 560px) {
      .section-slide-podcasts-videos::before {
        display: none; } }
  .section-slide-podcasts-videos::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 140px;
    width: 210px;
    z-index: 2;
    background-color: #ffffff;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
    @media screen and (max-width: 560px) {
      .section-slide-podcasts-videos::after {
        bottom: -60px; } }
  .section-slide-podcasts-videos .bg-section {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40%;
    width: 100%;
    background-color: #007e7a; }
    @media screen and (max-width: 560px) {
      .section-slide-podcasts-videos .bg-section {
        height: 44%; } }
  .section-slide-podcasts-videos .forma-section {
    clip-path: polygon(0 0, 0 0, 100% 35%, 100% 100%, 0 100%, 0% 50%);
    background-color: #007e7a;
    position: absolute;
    height: 100%;
    top: -100px;
    left: 0;
    width: calc(35% + 20px); }
    @media screen and (max-width: 560px) {
      .section-slide-podcasts-videos .forma-section {
        width: 50%; } }
  .section-slide-podcasts-videos .title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
    .section-slide-podcasts-videos .title-section h1,
    .section-slide-podcasts-videos .title-section h2,
    .section-slide-podcasts-videos .title-section h3,
    .section-slide-podcasts-videos .title-section h4,
    .section-slide-podcasts-videos .title-section h5,
    .section-slide-podcasts-videos .title-section h6 {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Bold";
      margin: 0px;
      font-weight: bold;
      position: relative; }
    .section-slide-podcasts-videos .title-section a {
      color: #ffffff;
      font-family: "MyriadPro-Regular";
      font-weight: bold;
      text-decoration: underline !important;
      margin: 0px 150px 0px 0px; }
      @media screen and (max-width: 560px) {
        .section-slide-podcasts-videos .title-section a {
          display: none; } }
  .section-slide-podcasts-videos .slick-track {
    padding-left: 410px; }
    @media screen and (max-width: 560px) {
      .section-slide-podcasts-videos .slick-track {
        padding: 0; } }
  .section-slide-podcasts-videos .box-noticia {
    min-height: 380px;
    margin-left: 45px; }
    @media screen and (max-width: 1470px) {
      .section-slide-podcasts-videos .box-noticia {
        margin-left: 10px; } }
    @media screen and (max-width: 1370px) {
      .section-slide-podcasts-videos .box-noticia {
        margin-right: 30px;
        margin-left: 0px; } }
    @media screen and (max-width: 560px) {
      .section-slide-podcasts-videos .box-noticia {
        margin-right: 45px; } }
    .section-slide-podcasts-videos .box-noticia:hover h4 {
      text-decoration: underline; }
    .section-slide-podcasts-videos .box-noticia .box-bg {
      height: 230px;
      overflow: hidden;
      position: relative; }
      .section-slide-podcasts-videos .box-noticia .box-bg:after {
        content: "";
        position: absolute;
        right: -40px;
        bottom: -40px;
        height: 90px;
        width: 130px;
        z-index: 2;
        background-color: #007e7a;
        transform: rotate3d(1, 0, 1, 310deg); }
      .section-slide-podcasts-videos .box-noticia .box-bg a:before {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: 14px;
        bottom: 24px;
        height: 34px;
        width: 34px;
        transform: rotate(140deg) skew(-40deg);
        transform-style: flat; }
      .section-slide-podcasts-videos .box-noticia .box-bg a h3 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        transition: 400ms; }
        .section-slide-podcasts-videos .box-noticia .box-bg a h3:hover {
          text-decoration: underline;
          transition: 400ms; }
    .section-slide-podcasts-videos .box-noticia .content-img {
      background-size: cover;
      background-repeat: no-repeat;
      height: 230px;
      margin-bottom: 15px;
      position: relative;
      transition: 400ms; }
      .section-slide-podcasts-videos .box-noticia .content-img:hover {
        transform: scale(1.1);
        transition: 400ms; }
      .section-slide-podcasts-videos .box-noticia .content-img::before {
        content: "";
        position: absolute;
        background: linear-gradient(0deg, #00000060, transparent);
        height: 100%;
        width: 100%; }
    .section-slide-podcasts-videos .box-noticia .content-text {
      padding: 0px 10px;
      margin-top: 20px; }
      .section-slide-podcasts-videos .box-noticia .content-text h4 {
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 15px; }
      .section-slide-podcasts-videos .box-noticia .content-text .link-post {
        position: relative; }
        .section-slide-podcasts-videos .box-noticia .content-text .link-post:before {
          content: "";
          position: absolute;
          left: -4px;
          top: 4px;
          height: 15px;
          width: 20px;
          background-color: #ecb11f;
          transform: rotate(140deg) skew(-40deg);
          transform-style: flat; }
        .section-slide-podcasts-videos .box-noticia .content-text .link-post a {
          color: #ffffff;
          font-family: "MyriadPro-Regular";
          font-size: 9px;
          font-size: 0.9rem;
          font-weight: bold;
          text-decoration: underline !important;
          position: absolute;
          left: 5px; }

.darckTheme .section-slide-podcasts-videos:after {
  background: #212121; }

.darckTheme .section-slide-podcasts-videos .bg-yellow {
  background: #212121; }

.darckTheme .section-slide-podcasts-videos .box-noticia .box-bg .content-img {
  filter: grayscale(100); }

.darckTheme .section-slide-podcasts-videos .box-noticia .box-bg a:before {
  background: #000; }

.darckTheme .section-slide-podcasts-videos .box-noticia .box-bg:after {
  background: #000; }

.darckTheme .section-slide-podcasts-videos .content-text .link-post:before {
  background: #212121; }

.section-ultimasNoticias {
  padding: 100px 0px 150px 130px;
  max-width: 1600px;
  margin: auto; }
  @media screen and (max-width: 1024px) {
    .section-ultimasNoticias {
      padding: 100px 0px 150px 0px; } }
  .section-ultimasNoticias .title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
    .section-ultimasNoticias .title-section h1,
    .section-ultimasNoticias .title-section h2,
    .section-ultimasNoticias .title-section h3,
    .section-ultimasNoticias .title-section h4,
    .section-ultimasNoticias .title-section h5,
    .section-ultimasNoticias .title-section h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      margin: 0px;
      font-weight: bold;
      position: relative; }
    .section-ultimasNoticias .title-section a {
      color: #007e7a;
      font-family: "MyriadPro-Regular";
      font-weight: bold;
      text-decoration: underline !important;
      margin: 0px 150px 0px 0px; }
      @media screen and (max-width: 768px) {
        .section-ultimasNoticias .title-section a {
          display: none; } }
  .section-ultimasNoticias .slick-track {
    padding-left: 410px; }
    @media screen and (max-width: 768px) {
      .section-ultimasNoticias .slick-track {
        padding-left: 0; } }
  .section-ultimasNoticias .box-noticia {
    min-height: 380px;
    margin-left: 45px; }
    @media screen and (max-width: 1470px) {
      .section-ultimasNoticias .box-noticia {
        margin-left: 20px; } }
    @media screen and (max-width: 1370px) {
      .section-ultimasNoticias .box-noticia {
        margin-right: 30px;
        margin-left: 0px; } }
    @media screen and (max-width: 768px) {
      .section-ultimasNoticias .box-noticia {
        margin-right: 45px; } }
    .section-ultimasNoticias .box-noticia:hover h4 {
      text-decoration: underline; }
    .section-ultimasNoticias .box-noticia .box-bg {
      height: 230px;
      overflow: hidden;
      position: relative; }
      .section-ultimasNoticias .box-noticia .box-bg:after {
        content: "";
        position: absolute;
        right: -40px;
        bottom: -40px;
        height: 90px;
        width: 130px;
        z-index: 2;
        background-color: #ffffff;
        transform: rotate3d(1, 0, 1, 310deg); }
      .section-ultimasNoticias .box-noticia .box-bg a:before {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: 14px;
        bottom: 24px;
        height: 34px;
        width: 34px;
        transform: rotate(140deg) skew(-40deg);
        transform-style: flat; }
      .section-ultimasNoticias .box-noticia .box-bg a h3 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        transition: 400ms; }
        .section-ultimasNoticias .box-noticia .box-bg a h3:hover {
          text-decoration: underline;
          transition: 400ms; }
    .section-ultimasNoticias .box-noticia .content-img {
      background-size: cover;
      background-repeat: no-repeat;
      height: 230px;
      margin-bottom: 15px;
      position: relative;
      transition: 400ms; }
      .section-ultimasNoticias .box-noticia .content-img:hover {
        transform: scale(1.1);
        transition: 400ms; }
      .section-ultimasNoticias .box-noticia .content-img::before {
        content: "";
        position: absolute;
        background: linear-gradient(0deg, #00000060, transparent);
        height: 100%;
        width: 100%; }
    .section-ultimasNoticias .box-noticia .content-text {
      padding: 0px 10px;
      margin-top: 20px; }
      .section-ultimasNoticias .box-noticia .content-text h4 {
        color: #747876;
        font-family: "CaeciliaLTStd-Bold";
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 15px; }
      .section-ultimasNoticias .box-noticia .content-text .link-post {
        position: relative; }
        .section-ultimasNoticias .box-noticia .content-text .link-post:before {
          content: "";
          position: absolute;
          left: -4px;
          top: 4px;
          height: 15px;
          width: 20px;
          background-color: #ecb11f;
          transform: rotate(140deg) skew(-40deg);
          transform-style: flat; }
        .section-ultimasNoticias .box-noticia .content-text .link-post a {
          color: #007e7a;
          font-family: "MyriadPro-Regular";
          font-size: 9px;
          font-size: 0.9rem;
          font-weight: bold;
          text-decoration: underline !important;
          position: absolute;
          left: 5px; }

.darckTheme .section-ultimasNoticias:after {
  background: #212121; }

.darckTheme .section-ultimasNoticias .bg-yellow {
  background: #212121; }

.darckTheme .section-ultimasNoticias .box-noticia .box-bg .content-img {
  filter: grayscale(100); }

.darckTheme .section-ultimasNoticias .box-noticia .box-bg a:before {
  background: #000; }

.darckTheme .section-ultimasNoticias .box-noticia .box-bg:after {
  background: #000; }

.darckTheme .section-ultimasNoticias .content-text .link-post:before {
  background: #212121; }

.section-entrevistas {
  background-color: #007e7a;
  padding: 80px 0px;
  position: relative; }
  .section-entrevistas:before {
    content: "";
    right: 0px;
    top: -155px;
    background: #007e7a;
    height: 160px;
    width: 220px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(101% 0, 100% 0, 100% 100%, 0% 100%); }
    @media screen and (max-width: 560px) {
      .section-entrevistas:before {
        display: none; } }
  .section-entrevistas .img-destaque {
    position: relative; }
    .section-entrevistas .img-destaque figure {
      overflow: hidden;
      position: relative;
      margin-top: -170px; }
      @media screen and (max-width: 560px) {
        .section-entrevistas .img-destaque figure {
          display: flex;
          justify-content: center;
          margin-bottom: 30px; } }
      .section-entrevistas .img-destaque figure:before {
        content: "";
        left: -60px;
        background: #ffffff;
        height: 130px;
        width: 270px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        top: -114px;
        z-index: 2; }
      .section-entrevistas .img-destaque figure:after {
        content: "";
        right: -50px;
        background: #007e7a;
        height: 120px;
        width: 160px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        bottom: -80px; }
      .section-entrevistas .img-destaque figure img {
        width: 610px;
        height: 390px;
        object-fit: cover; }
        @media screen and (max-width: 560px) {
          .section-entrevistas .img-destaque figure img {
            width: 90%;
            height: 300px; } }
    .section-entrevistas .img-destaque span {
      position: absolute;
      left: -30px;
      bottom: 70px;
      height: 140px;
      width: 80px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      background-color: #ecb11f; }
      @media screen and (max-width: 560px) {
        .section-entrevistas .img-destaque span {
          height: 100px; } }
    @media screen and (max-width: 560px) {
      .section-entrevistas .img-destaque .link {
        display: none; } }
    .section-entrevistas .img-destaque .link a {
      font-family: "MyriadPro-Regular";
      color: #ffffff;
      font-size: 20px;
      line-height: 26px;
      text-decoration: underline !important; }
  .section-entrevistas .entrevista {
    padding-left: 60px; }
    .section-entrevistas .entrevista h1,
    .section-entrevistas .entrevista h2,
    .section-entrevistas .entrevista h3,
    .section-entrevistas .entrevista h4,
    .section-entrevistas .entrevista h5,
    .section-entrevistas .entrevista h6 {
      color: #ecb11f;
      font-family: "CaeciliaLTStd-Bold";
      margin-bottom: 15px;
      font-weight: bold;
      position: relative; }
    .section-entrevistas .entrevista p {
      color: #ffffff;
      font-size: 28px;
      font-family: "MyriadPro-Regular";
      margin: 0px 0px 20px 0px;
      line-height: 32px; }
    .section-entrevistas .entrevista a {
      color: #ffffff;
      font-size: 18px;
      font-family: "MyriadPro-Regular";
      font-weight: bold;
      position: relative;
      z-index: 1;
      padding-left: 5px;
      text-decoration: underline !important; }
      .section-entrevistas .entrevista a:before {
        content: "";
        position: absolute;
        left: -4px;
        top: 4px;
        height: 15px;
        width: 20px;
        background-color: #ecb11f;
        transform: rotate(140deg) skew(-40deg);
        transform-style: flat;
        z-index: -1; }

.darckTheme .section-entrevistas {
  background: #212121; }
  .darckTheme .section-entrevistas:before {
    background: #212121; }
  .darckTheme .section-entrevistas figure:before {
    background: #000; }
  .darckTheme .section-entrevistas figure::after {
    background: #212121; }
  .darckTheme .section-entrevistas span {
    background: #ffffff; }
  .darckTheme .section-entrevistas .entrevista p a::before {
    background-color: #000; }

.section-newslatter {
  background-color: #ecb11f;
  padding: 80px 0px;
  position: relative; }
  .section-newslatter:before {
    content: "";
    right: 0px;
    top: -155px;
    background: #ecb11f;
    height: 160px;
    width: 220px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(101% 0, 100% 0, 100% 100%, 0% 100%); }
    @media screen and (max-width: 560px) {
      .section-newslatter:before {
        display: none; } }
  .section-newslatter .img-destaque {
    position: relative; }
    .section-newslatter .img-destaque figure {
      overflow: hidden;
      position: relative;
      margin-top: -170px; }
      @media screen and (max-width: 560px) {
        .section-newslatter .img-destaque figure {
          display: flex;
          justify-content: center;
          margin-bottom: 30px; } }
      .section-newslatter .img-destaque figure:after {
        content: "";
        right: -50px;
        background: #ecb11f;
        height: 120px;
        width: 160px;
        position: absolute;
        transform: rotate3d(1, 0, 1, 310deg);
        bottom: -80px; }
      .section-newslatter .img-destaque figure img {
        width: 610px;
        height: 390px;
        object-fit: cover; }
        @media screen and (max-width: 560px) {
          .section-newslatter .img-destaque figure img {
            width: 90%;
            height: 300px; } }
    .section-newslatter .img-destaque span {
      position: absolute;
      left: -30px;
      bottom: 70px;
      height: 140px;
      width: 80px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      background-color: #007e7a; }
      @media screen and (max-width: 560px) {
        .section-newslatter .img-destaque span {
          height: 100px; } }
    @media screen and (max-width: 560px) {
      .section-newslatter .img-destaque .link {
        display: none; } }
    .section-newslatter .img-destaque .link a {
      font-family: "MyriadPro-Regular";
      color: #ffffff;
      font-size: 20px;
      line-height: 26px;
      text-decoration: underline !important; }
  .section-newslatter .entrevista {
    padding-left: 60px; }
    .section-newslatter .entrevista h1,
    .section-newslatter .entrevista h2,
    .section-newslatter .entrevista h3,
    .section-newslatter .entrevista h4,
    .section-newslatter .entrevista h5,
    .section-newslatter .entrevista h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      margin-bottom: 15px;
      font-weight: bold;
      position: relative; }
    .section-newslatter .entrevista p {
      color: #ffffff;
      font-size: 28px;
      font-family: "MyriadPro-Regular";
      margin: 0px 0px 20px 0px;
      line-height: 32px; }
    .section-newslatter .entrevista a {
      color: #ffffff;
      font-size: 18px;
      font-family: "MyriadPro-Regular";
      font-weight: bold;
      position: relative;
      z-index: 1;
      padding-left: 5px;
      text-decoration: underline !important; }
      .section-newslatter .entrevista a:before {
        content: "";
        position: absolute;
        left: -4px;
        top: 4px;
        height: 15px;
        width: 20px;
        background-color: #007e7a;
        transform: rotate(140deg) skew(-40deg);
        transform-style: flat;
        z-index: -1; }

.darckTheme .section-newslatter {
  background: #212121; }
  .darckTheme .section-newslatter:before {
    background: #212121; }
  .darckTheme .section-newslatter .img-destaque figure::after {
    background: #212121; }
  .darckTheme .section-newslatter .img-destaque span {
    background: #ffffff; }
  .darckTheme .section-newslatter p a::before {
    background-color: #000; }

.section-post-unico {
  padding-bottom: 100px; }
  .section-post-unico .post-content {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
    .section-post-unico .post-content .content-other {
      display: flex;
      max-width: 85%; }
      @media screen and (max-width: 560px) {
        .section-post-unico .post-content .content-other {
          flex-direction: column; } }
      .section-post-unico .post-content .content-other .data {
        color: #747876;
        font-family: "MyriadPro-Regular";
        padding-right: 5px; }
      .section-post-unico .post-content .content-other .share_redes {
        position: absolute;
        right: 10px; }
        .section-post-unico .post-content .content-other .share_redes ul {
          display: flex; }
          .section-post-unico .post-content .content-other .share_redes ul img {
            width: 30px; }
          .section-post-unico .post-content .content-other .share_redes ul li {
            list-style: none;
            border: 1px solid #e6e6e6;
            padding: 3px 6px;
            margin: 0px 4px; }
            .section-post-unico .post-content .content-other .share_redes ul li .fa-facebook {
              color: #0d71fd; }
            .section-post-unico .post-content .content-other .share_redes ul li .fa-twitter {
              color: #3fc1ff; }
            .section-post-unico .post-content .content-other .share_redes ul li .fa-linkedin {
              color: #5c9eff; }
    .section-post-unico .post-content .content-publicacao {
      border-top: 2px solid #e6e6e6;
      padding-top: 10px;
      margin-top: 20px; }
      .section-post-unico .post-content .content-publicacao p {
        color: #747876;
        font-family: "MyriadPro-Regular";
        margin-bottom: 20px; }
      .section-post-unico .post-content .content-publicacao a {
        color: #007e7a;
        font-family: "MyriadPro-Regular";
        text-decoration: underline !important; }
      .section-post-unico .post-content .content-publicacao img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .section-post-unico .post-content .content-publicacao video {
        width: 100%; }
    .section-post-unico .post-content .lista-tags {
      display: block; }
      @media screen and (max-width: 560px) {
        .section-post-unico .post-content .lista-tags {
          flex-direction: column;
          margin-top: 20px; } }
      .section-post-unico .post-content .lista-tags .tag {
        color: #007e7a;
        font-family: "MyriadPro-Regular";
        position: relative;
        padding-right: 5px; }
      .section-post-unico .post-content .lista-tags h3 {
        color: #ecb11f;
        font-family: "CaeciliaLTStd-Bold";
        font-size: 12px;
        font-size: 1.2rem; }
      .section-post-unico .post-content .lista-tags .sep:last-child {
        display: none; }

.section-posts-relacionados {
  padding: 80px 0px 100px 130px;
  position: relative;
  margin-top: 100px; }
  @media screen and (max-width: 1024px) {
    .section-posts-relacionados {
      padding: 80px 0px 100px 0px; } }
  .section-posts-relacionados:before {
    content: "";
    right: 0px;
    top: -100px;
    background: #007e7a;
    height: 130px;
    width: 500px;
    position: absolute;
    clip-path: polygon(30% 0%, 100% 0, 100% 60%, 100% 100%, 25% 100%, 0 100%, 0 100%); }
    @media screen and (max-width: 560px) {
      .section-posts-relacionados:before {
        top: -80px;
        width: 70%; } }
  .section-posts-relacionados:after {
    content: "";
    position: absolute;
    height: 330px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #007e7a;
    z-index: -1; }
  .section-posts-relacionados .title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
    .section-posts-relacionados .title-section h1,
    .section-posts-relacionados .title-section h2,
    .section-posts-relacionados .title-section h3,
    .section-posts-relacionados .title-section h4,
    .section-posts-relacionados .title-section h5,
    .section-posts-relacionados .title-section h6 {
      color: #ffffff;
      font-family: "CaeciliaLTStd-Bold";
      margin: 0px;
      font-weight: bold;
      position: relative; }
    .section-posts-relacionados .title-section a {
      color: #007e7a;
      font-family: "MyriadPro-Regular";
      font-weight: bold;
      text-decoration: underline !important;
      margin: 0px 150px 0px 0px; }
  .section-posts-relacionados .slick-track {
    padding-left: 410px; }
    @media screen and (max-width: 560px) {
      .section-posts-relacionados .slick-track {
        padding-left: 0px; } }
  .section-posts-relacionados .box-noticia {
    min-height: 60vh;
    margin-left: 45px; }
    @media screen and (max-width: 1470px) {
      .section-posts-relacionados .box-noticia {
        margin-left: 20px; } }
    @media screen and (max-width: 560px) {
      .section-posts-relacionados .box-noticia {
        margin-right: 45px; } }
    .section-posts-relacionados .box-noticia .box-bg {
      height: 230px;
      overflow: hidden;
      position: relative; }
      .section-posts-relacionados .box-noticia .box-bg:after {
        content: "";
        position: absolute;
        right: -40px;
        bottom: -40px;
        height: 90px;
        width: 130px;
        z-index: 2;
        background-color: #ffffff;
        transform: rotate3d(1, 0, 1, 310deg); }
      .section-posts-relacionados .box-noticia .box-bg a:before {
        content: "";
        background-color: #ecb11f;
        position: absolute;
        left: 14px;
        bottom: 24px;
        height: 34px;
        width: 34px;
        transform: rotate(140deg) skew(-40deg);
        transform-style: flat; }
      .section-posts-relacionados .box-noticia .box-bg a h3 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #ffffff;
        font-family: "CaeciliaLTStd-Bold";
        transition: 400ms; }
        .section-posts-relacionados .box-noticia .box-bg a h3:hover {
          text-decoration: underline;
          transition: 400ms; }
    .section-posts-relacionados .box-noticia .content-img {
      background-size: cover;
      background-repeat: no-repeat;
      height: 230px;
      margin-bottom: 15px;
      position: relative;
      transition: 400ms; }
      .section-posts-relacionados .box-noticia .content-img:hover {
        transform: scale(1.1);
        transition: 400ms; }
      .section-posts-relacionados .box-noticia .content-img::before {
        content: "";
        position: absolute;
        background: linear-gradient(0deg, #00000060, transparent);
        height: 100%;
        width: 100%; }
    .section-posts-relacionados .box-noticia .content-text {
      padding: 0px 10px;
      margin-top: 20px; }
      .section-posts-relacionados .box-noticia .content-text h4 {
        color: #747876;
        font-family: "CaeciliaLTStd-Bold";
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 15px; }
      .section-posts-relacionados .box-noticia .content-text .link-post {
        position: relative; }
        .section-posts-relacionados .box-noticia .content-text .link-post:before {
          content: "";
          position: absolute;
          left: -4px;
          top: 4px;
          height: 15px;
          width: 20px;
          background-color: #ecb11f;
          transform: rotate(140deg) skew(-40deg);
          transform-style: flat; }
        .section-posts-relacionados .box-noticia .content-text .link-post a {
          color: #007e7a;
          font-family: "MyriadPro-Regular";
          font-size: 9px;
          font-size: 0.9rem;
          font-weight: bold;
          text-decoration: underline !important;
          position: absolute;
          left: 5px; }

.darckTheme .section-posts .title-section form input {
  background: transparent;
  color: #ffffff; }

.darckTheme .section-posts .title-section form .select-group select {
  background: #000;
  color: #ffffff; }

.darckTheme .section-posts .title-section form .select-group button {
  border: 1px solid #ffffff !important;
  background: #000 !important;
  box-shadow: none !important; }

.darckTheme .section-posts:after {
  background: #212121; }

.darckTheme .section-posts .bg-yellow {
  background: #212121; }

.darckTheme .section-posts .box-noticia .box-bg .content-img {
  filter: grayscale(100); }

.darckTheme .section-posts .box-noticia .box-bg a:before {
  background: #000; }

.darckTheme .section-posts .box-noticia .box-bg:after {
  background: #000; }

.darckTheme .section-posts .content-text .data {
  color: #ffffff; }

.darckTheme .section-posts .content-text .tag {
  color: #ffffff; }

.darckTheme .section-posts .content-text .link-post:before {
  background: #212121; }

.darckTheme .section-post-unico .post-content .data {
  color: #ffffff; }

.darckTheme .section-post-unico .post-content .tag {
  color: #ffffff; }

.darckTheme .section-post-unico .post-content .content-publicacao video {
  filter: grayscale(1); }

.darckTheme .section-posts-relacionados:before {
  background: #212121; }

.darckTheme .section-posts-relacionados:after {
  background: #212121; }

.darckTheme .section-posts-relacionados .box-noticia .box-bg .content-img {
  filter: grayscale(100); }

.darckTheme .section-posts-relacionados .box-noticia .box-bg a:before {
  background: #000; }

.darckTheme .section-posts-relacionados .box-noticia .box-bg:after {
  background: #000; }

.darckTheme .section-posts-relacionados .content-text .link-post:before {
  background: #212121; }

.section-depoimento-posts {
  padding: 120px 0px 60px 0px; }
  .section-depoimento-posts article {
    position: relative;
    margin-top: -50px; }
    .section-depoimento-posts article:before {
      content: "";
      position: absolute;
      top: -24px;
      left: -33px;
      height: 30px;
      width: 3px;
      background: #ecb11f;
      transform: rotate(320deg);
      border-radius: 5px; }
    .section-depoimento-posts article:after {
      content: "";
      position: absolute;
      top: 0;
      left: -24px;
      height: 100%;
      width: 3px;
      background: #ecb11f; }
    .section-depoimento-posts article h1,
    .section-depoimento-posts article h2,
    .section-depoimento-posts article h3,
    .section-depoimento-posts article h4,
    .section-depoimento-posts article h5,
    .section-depoimento-posts article h6 {
      font-family: "CaeciliaLTStd-Roman";
      color: #007e7a;
      font-size: 20px;
      line-height: 26px; }
    .section-depoimento-posts article strong {
      color: #747876;
      font-family: "CaeciliaLTStd-Roman"; }
    .section-depoimento-posts article p {
      margin: 0; }

.darckTheme .section-depoimento-posts article:before {
  background: #ffffff; }

.darckTheme .section-depoimento-posts article:after {
  background: #ffffff; }

.darckTheme .section-depoimento-posts article p strong {
  color: #ffffff; }

.section-resultadoBusca {
  padding: 110px 0px; }
  .section-resultadoBusca img {
    position: absolute; }
  .section-resultadoBusca li {
    list-style: none; }

.title_search {
  font-size: 20px;
  font-size: 2rem;
  font-family: "CaeciliaLTStd-Bold";
  line-height: 1.1;
  color: #007e7a;
  margin-bottom: 90px;
  margin-top: 55px; }
  .title_search span {
    color: #747876; }

.result-search-list {
  padding: 10px 0px; }
  .result-search-list a {
    font-family: "CaeciliaLTStd-Bold";
    color: #007e7a;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px; }
    .result-search-list a:hover {
      color: #007e7a; }
  .result-search-list p {
    font-family: "MyriadPro-Regular";
    font-size: 9px;
    font-size: 0.9rem;
    color: #747876;
    padding-top: 5px; }

.no-result-search-list {
  margin-bottom: 20px; }
  .no-result-search-list span {
    color: #007e7a;
    font-family: "CaeciliaLTStd-Bold";
    font-size: 1.8px;
    font-size: 0.18rem; }

.alert-info p {
  font-family: "MyriadPro-Regular";
  font-size: 9px;
  font-size: 0.9rem;
  color: #007e7a; }

.post_pagination-busca {
  text-align: center;
  background: transparent;
  border-radius: 100px;
  padding: 15px;
  margin-top: 50px; }
  .post_pagination-busca .page-numbers {
    background: #ffffff;
    padding: 3px 8px;
    border-radius: 100px;
    margin: 3px;
    color: #747876;
    font-family: "MyriadPro-Regular";
    z-index: 1; }
  .post_pagination-busca .current {
    background: #ecb11f;
    padding: 3px 8px;
    border-radius: 100px;
    margin: 3px;
    color: #ffffff;
    font-family: "MyriadPro-Regular"; }
  .post_pagination-busca a.page-numbers:before {
    content: "";
    background: #ffffff;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    position: absolute;
    margin-top: -5px;
    margin-left: -8px;
    z-index: -1; }
  .post_pagination-busca a.page-numbers:after {
    content: "";
    width: 100%;
    padding: 25px;
    background: #00000003;
    border-radius: 100px;
    left: 0;
    top: 47px;
    position: absolute;
    z-index: -1; }

.section-form-img {
  padding: 30px 0px 60px 0px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .section-form-img {
      padding: 0; } }
  .section-form-img .faixa-section {
    content: "";
    right: 0px;
    top: -33px;
    background: #007e7a;
    height: 130px;
    width: 500px;
    position: absolute;
    clip-path: polygon(30% 0%, 100% 0, 100% 60%, 100% 100%, 25% 100%, 0 100%, 0 100%);
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .section-form-img .faixa-section {
        display: none; } }
  .section-form-img .icon-title {
    display: flex;
    align-items: center;
    margin-top: 60px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .section-form-img .icon-title {
        max-width: 100%;
        margin-top: 0px; } }
    .section-form-img .icon-title:before {
      content: "";
      background-color: #ecb11f;
      position: absolute;
      left: 0;
      top: 30%;
      height: 40px;
      width: 28px;
      transform: rotate(135deg) skew(-46deg);
      transform-style: flat;
      z-index: -1; }
    .section-form-img .icon-title h1,
    .section-form-img .icon-title h2,
    .section-form-img .icon-title h3,
    .section-form-img .icon-title h4,
    .section-form-img .icon-title h5,
    .section-form-img .icon-title h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      margin-bottom: 10px;
      padding-left: 30px; }
    .section-form-img .icon-title img {
      width: 50px;
      height: 40px;
      padding-left: 10px; }
      @media screen and (max-width: 768px) {
        .section-form-img .icon-title img {
          margin-top: -70px; } }
  .section-form-img .content-form {
    padding-bottom: 80px;
    border-bottom: 2px solid #007e7a;
    width: 100%;
    padding-left: 87px; }
    @media screen and (max-width: 1024px) {
      .section-form-img .content-form {
        width: 100%;
        margin: 0px 0px 20px;
        padding: 0; } }
    .section-form-img .content-form .screen-reader-response {
      display: none !important; }
    .section-form-img .content-form form {
      position: relative;
      padding-bottom: 20px;
      border-top: 2px solid #e6e6e6;
      border-bottom: 2px solid #e6e6e6; }
      .section-form-img .content-form form label {
        color: #ecb11f;
        font-family: "MyriadPro-Bold";
        font-size: 16px; }
      .section-form-img .content-form form input {
        width: 100%;
        border: 2px solid #e6e6e6;
        border-radius: 4px;
        padding: 5px 10px;
        color: #747876;
        font-family: "MyriadPro-Regular";
        outline: none;
        margin-top: 8px; }
        .section-form-img .content-form form input:focus {
          border: 2px solid #007e7a; }
        .section-form-img .content-form form input:active {
          border: 2px solid #007e7a; }
        @media screen and (max-width: 1024px) {
          .section-form-img .content-form form input {
            width: 100%; } }
      .section-form-img .content-form form .wpcf7-submit {
        font-family: "CaeciliaLTStd-Bold";
        color: #ffffff;
        padding: 10px 40px 10px 20px;
        text-decoration: none;
        border-radius: 4px;
        background: #ecb11f url(../../img/chevron-right.png) no-repeat center;
        background-position-x: 100px;
        background-size: 18px;
        box-shadow: 0px 3px 9px -2px #ecb11f9e;
        width: 130px;
        position: absolute;
        right: 0;
        bottom: -60px;
        border: none; }
      .section-form-img .content-form form .wpcf7-not-valid-tip {
        font-family: "MyriadPro-Regular";
        color: #747876;
        font-size: 14px; }
      .section-form-img .content-form form p {
        margin: 10px 0px 20px; }
      .section-form-img .content-form form .link-form {
        display: none;
        position: absolute;
        right: 155px;
        bottom: 25px;
        color: #007e7a; }
        @media screen and (max-width: 768px) {
          .section-form-img .content-form form .link-form {
            right: 36px; } }
        @media screen and (max-width: 560px) {
          .section-form-img .content-form form .link-form {
            right: 83px;
            bottom: 22px; } }
        @media screen and (max-width: 425px) {
          .section-form-img .content-form form .link-form {
            right: 244px; } }
  .section-form-img figure {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 1370px) {
      .section-form-img figure {
        justify-content: end; } }
    .section-form-img figure img {
      width: 500px;
      height: 660px;
      object-fit: cover;
      z-index: 1;
      clip-path: polygon(80% 0%, 100% 10%, 100% 100%, 100% 100%, 30% 100%, 0% 80%, 0 0); }
      @media screen and (max-width: 1370px) {
        .section-form-img figure img {
          width: 75%; } }
      @media screen and (max-width: 1024px) {
        .section-form-img figure img {
          width: 90%;
          height: 665px;
          margin-top: 30px; } }
      @media screen and (max-width: 560px) {
        .section-form-img figure img {
          width: 90%;
          height: 370px; } }
  .section-form-img .forma-img-yellow {
    position: relative; }
    .section-form-img .forma-img-yellow:before {
      content: "";
      background-color: #ecb11f;
      position: absolute;
      left: -40px;
      top: 40%;
      height: 160px;
      width: 84px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      z-index: 2; }

.darckTheme .section-form-img::before {
  background: #212121; }

.darckTheme .section-form-img .icon-title:before {
  background-color: #ffffff; }

.darckTheme .section-form-img .content-form {
  border-bottom: 2px solid #ffffff; }
  .darckTheme .section-form-img .content-form label {
    color: #ffffff; }
  .darckTheme .section-form-img .content-form input {
    color: #ffffff; }
    .darckTheme .section-form-img .content-form input:focus {
      border: 2px solid #ffffff; }
    .darckTheme .section-form-img .content-form input:active {
      border: 2px solid #ffffff; }
  .darckTheme .section-form-img .content-form .wpcf7-submit {
    border: 1px solid #ffffff;
    background: #000 url(../../img/chevron-right.png) no-repeat center;
    background-position-x: 100px;
    background-size: 18px;
    box-shadow: none; }

.darckTheme .section-form-img .forma-img-yellow::before {
  background: #ffffff; }

.section-cta-imptensa {
  padding: 40px 0px 100px 0px;
  overflow: hidden; }
  .section-cta-imptensa .content-cta {
    background-color: #007e7a;
    width: 70%;
    padding: 60px 0px;
    display: flex;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .section-cta-imptensa .content-cta {
        width: 90%; } }
    .section-cta-imptensa .content-cta::before {
      content: "";
      left: -60px;
      background: #ffffff;
      height: 130px;
      width: 184px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      top: -70px;
      z-index: 2; }
    .section-cta-imptensa .content-cta::after {
      content: "";
      right: -50px;
      background: #ffffff;
      height: 120px;
      width: 150px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      margin-top: -60px;
      bottom: -60px; }
    .section-cta-imptensa .content-cta span {
      background-color: #ecb11f;
      position: absolute;
      left: -20px;
      top: 25%;
      height: 140px;
      width: 60px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      z-index: 38; }
    .section-cta-imptensa .content-cta img {
      z-index: 99;
      width: 100px; }
      @media screen and (max-width: 768px) {
        .section-cta-imptensa .content-cta img {
          margin-left: -9px; } }
    .section-cta-imptensa .content-cta h1,
    .section-cta-imptensa .content-cta h2,
    .section-cta-imptensa .content-cta h3,
    .section-cta-imptensa .content-cta h4,
    .section-cta-imptensa .content-cta h5,
    .section-cta-imptensa .content-cta h6 {
      margin-right: 80px;
      margin-left: 30px;
      color: #ffffff;
      font-family: "CaeciliaLTStd-Roman"; }
    .section-cta-imptensa .content-cta a {
      color: #ecb11f;
      font-family: "CaeciliaLTStd-Roman";
      text-decoration: underline !important; }

.darckTheme .content-cta {
  background-color: #212121; }
  .darckTheme .content-cta:before {
    background-color: #000; }
  .darckTheme .content-cta::after {
    background-color: #000; }
  .darckTheme .content-cta span {
    background-color: #565656; }

.section-faq {
  padding: 50px 0px 100px 0px;
  margin-bottom: 100px;
  position: relative; }
  @media screen and (max-width: 560px) {
    .section-faq {
      padding: 50px 0px 40px 0px; } }
  .section-faq .faixa-section {
    left: 0px;
    background: #007e7a;
    height: 130px;
    width: 40%;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 100%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
    z-index: -1; }
    @media screen and (max-width: 560px) {
      .section-faq .faixa-section {
        display: none; } }
  .section-faq:after {
    content: "";
    right: 0px;
    bottom: -100px;
    background: #ecb11f;
    height: 110px;
    width: 400px;
    position: absolute;
    clip-path: polygon(30% 0%, 100% 0, 100% 60%, 100% 100%, 25% 100%, 0 100%, 0 100%);
    z-index: -1; }
    @media screen and (max-width: 560px) {
      .section-faq:after {
        bottom: -100px;
        width: 80%; } }
  .section-faq figure {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 65px !important;
    width: 500px;
    margin: 0 auto; }
    @media screen and (max-width: 1370px) {
      .section-faq figure {
        justify-content: start; } }
    @media screen and (max-width: 1024px) {
      .section-faq figure {
        justify-content: start; } }
    @media screen and (max-width: 560px) {
      .section-faq figure {
        display: none; } }
    .section-faq figure:before {
      content: "";
      left: -64px;
      background: #007e7a;
      height: 152px;
      width: 168px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      top: -100px;
      z-index: 2; }
    .section-faq figure:after {
      content: "";
      right: -80px;
      background: #ffffff;
      height: 180px;
      width: 250px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      bottom: -110px;
      z-index: 2; }
      @media screen and (max-width: 1370px) {
        .section-faq figure:after {
          right: 0; } }
    .section-faq figure img {
      width: 500px;
      height: 710px;
      object-fit: cover; }
      @media screen and (max-width: 1370px) {
        .section-faq figure img {
          width: 80%; } }
      @media screen and (max-width: 1024px) {
        .section-faq figure img {
          width: 70%; } }
      @media screen and (max-width: 768px) {
        .section-faq figure img {
          width: 60%; } }
  .section-faq .forma-img-yellow {
    position: relative; }
    .section-faq .forma-img-yellow:before {
      content: "";
      background-color: #ecb11f;
      position: absolute;
      left: -40px;
      top: 40%;
      height: 160px;
      width: 84px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      z-index: 2; }
  .section-faq .content-faq {
    margin-top: 65px; }
    .section-faq .content-faq .content-duvida {
      max-width: 90%;
      position: relative;
      cursor: pointer;
      margin-bottom: 30px;
      color: #747876;
      font-family: "CaeciliaLTStd-Bold";
      font-size: 10px;
      font-size: 1rem; }
      .section-faq .content-faq .content-duvida:before {
        content: "";
        position: absolute;
        left: -30px;
        top: 10px;
        height: 20px;
        width: 20px;
        transform: rotate(135deg) skew(-46deg);
        transform-style: flat;
        background-color: #ecb11f; }
      .section-faq .content-faq .content-duvida span {
        position: absolute;
        right: -40px;
        top: 0;
        padding: 4px 10px;
        background: #e6e6e6;
        font-size: 9px;
        font-size: 0.9rem;
        color: #ecb11f; }
        .section-faq .content-faq .content-duvida span .hide {
          display: none; }
        .section-faq .content-faq .content-duvida span .fa-minus:after {
          content: "";
          height: 20px;
          width: 100%;
          position: absolute;
          background: #e6e6e6;
          bottom: -20px;
          left: 0;
          clip-path: polygon(100% 0, 100% 100%, 100% 60%, 100% 100%, 100% 100%, 0 10%, 0 0); }
      .section-faq .content-faq .content-duvida .content-resposta {
        display: none;
        color: #747876;
        font-family: "MyriadPro-Regular";
        font-size: 10px;
        font-size: 1rem;
        background-color: #ffffff;
        margin: 20px 0px 10px; }
        .section-faq .content-faq .content-duvida .content-resposta a {
          color: #007e7a;
          font-family: "MyriadPro-Regular";
          text-decoration: underline !important; }

.darckTheme .section-faq:before {
  background-color: #212121; }

.darckTheme .section-faq::after {
  background-color: #212121; }

.darckTheme .section-faq figure:before {
  background-color: #212121; }

.darckTheme .section-faq figure::after {
  background-color: #000; }

.darckTheme .section-faq .content-faq .content-duvida {
  color: #ffffff; }
  .darckTheme .section-faq .content-faq .content-duvida:before {
    background-color: #ffffff; }
  .darckTheme .section-faq .content-faq .content-duvida span {
    background-color: #212121; }
    .darckTheme .section-faq .content-faq .content-duvida span .fa-minus:after {
      background-color: #212121; }

.darckTheme .section-faq .content-faq .content-resposta {
  background: #000;
  border-bottom: 1px solid #000; }

.section-cta-acompanhe-fundo-vale {
  padding: 50px 0px;
  background-color: #007e7a; }
  .section-cta-acompanhe-fundo-vale h1,
  .section-cta-acompanhe-fundo-vale h2,
  .section-cta-acompanhe-fundo-vale h3,
  .section-cta-acompanhe-fundo-vale h4,
  .section-cta-acompanhe-fundo-vale h5,
  .section-cta-acompanhe-fundo-vale h6 {
    color: #ffffff;
    font-family: "CaeciliaLTStd-Bold";
    margin-bottom: 30px; }
  .section-cta-acompanhe-fundo-vale .content-cta {
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 20px 50px 30px 30px;
    display: flex; }
    .section-cta-acompanhe-fundo-vale .content-cta img {
      width: 30px;
      height: 30px; }
    .section-cta-acompanhe-fundo-vale .content-cta .content-text {
      padding-left: 20px; }
      .section-cta-acompanhe-fundo-vale .content-cta .content-text h1,
      .section-cta-acompanhe-fundo-vale .content-cta .content-text h2,
      .section-cta-acompanhe-fundo-vale .content-cta .content-text h3,
      .section-cta-acompanhe-fundo-vale .content-cta .content-text h4,
      .section-cta-acompanhe-fundo-vale .content-cta .content-text h5,
      .section-cta-acompanhe-fundo-vale .content-cta .content-text h6 {
        color: #ffffff;
        font-family: "CaeciliaLTStd-Roman";
        margin-bottom: 10px; }
      .section-cta-acompanhe-fundo-vale .content-cta .content-text p {
        color: #ffffff;
        font-family: "MyriadPro-Regular";
        font-size: 10px;
        font-size: 1rem; }
  .section-cta-acompanhe-fundo-vale .content-redes {
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-cta-acompanhe-fundo-vale .content-redes ul {
      display: flex;
      padding: 0;
      margin-top: 60px; }
      .section-cta-acompanhe-fundo-vale .content-redes ul li {
        list-style: none;
        margin: 0px 34px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-cta-acompanhe-fundo-vale .content-redes ul li:before {
          content: "";
          position: absolute;
          padding: 10px;
          border-radius: 100px;
          background-color: #ffffff;
          height: 35px;
          width: 35px; }
        .section-cta-acompanhe-fundo-vale .content-redes ul li a {
          position: absolute; }
          .section-cta-acompanhe-fundo-vale .content-redes ul li a i {
            color: #007e7a;
            font-size: 20px; }

.darckTheme .section-cta-acompanhe-fundo-vale {
  background-color: #212121; }
  .darckTheme .section-cta-acompanhe-fundo-vale .content-redes ul li a i {
    color: #000 !important; }

.section-imagem-texto-fomento {
  padding: 100px 0px 0px 0px;
  overflow: hidden; }
  .section-imagem-texto-fomento figure {
    position: relative; }
    @media screen and (max-width: 560px) {
      .section-imagem-texto-fomento figure {
        margin-top: 40px;
        overflow: hidden;
        display: flex;
        justify-content: center; } }
    .section-imagem-texto-fomento figure:before {
      content: "";
      left: -70px;
      background: #ffffff;
      height: 130px;
      width: 240px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      top: -100px;
      z-index: 2; }
    .section-imagem-texto-fomento figure::after {
      content: "";
      right: -60px;
      background: #ffffff;
      height: 110px;
      width: 240px;
      position: absolute;
      transform: rotate3d(1, 0, 1, 310deg);
      bottom: -40px; }
    .section-imagem-texto-fomento figure img {
      width: 520px;
      height: 590px;
      object-fit: cover;
      position: relative; }
      @media screen and (max-width: 1370px) {
        .section-imagem-texto-fomento figure img {
          width: 100%;
          height: 470px; } }
      @media screen and (max-width: 1024px) {
        .section-imagem-texto-fomento figure img {
          width: 100%; } }
      @media screen and (max-width: 560px) {
        .section-imagem-texto-fomento figure img {
          width: 90%;
          height: 450px; } }
    .section-imagem-texto-fomento figure span {
      position: absolute;
      right: -30px;
      top: 70px;
      height: 140px;
      width: 80px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      background-color: #ecb11f; }
  .section-imagem-texto-fomento .content-text-fomento {
    padding-left: 80px; }
    @media screen and (max-width: 1024px) {
      .section-imagem-texto-fomento .content-text-fomento {
        padding-left: 40px; } }
    @media screen and (max-width: 560px) {
      .section-imagem-texto-fomento .content-text-fomento {
        padding: 0px; } }
    .section-imagem-texto-fomento .content-text-fomento h1,
    .section-imagem-texto-fomento .content-text-fomento h2,
    .section-imagem-texto-fomento .content-text-fomento h3,
    .section-imagem-texto-fomento .content-text-fomento h4,
    .section-imagem-texto-fomento .content-text-fomento h5,
    .section-imagem-texto-fomento .content-text-fomento h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 28px;
      margin-bottom: 20px; }
    .section-imagem-texto-fomento .content-text-fomento p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 25px;
      line-height: 24px; }

.darckTheme .section-imagem-texto-fomento figure:before {
  background: #000; }

.darckTheme .section-imagem-texto-fomento figure:after {
  background: #000; }

.darckTheme .section-imagem-texto-fomento figure span {
  background: #ffffff; }

.section-texto-imagem-fomento {
  padding: 0px 0px 100px 0px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 560px) {
    .section-texto-imagem-fomento {
      padding: 0px 0px 60px 0px; } }
  .section-texto-imagem-fomento .content-img {
    position: absolute;
    max-width: 57%;
    right: 0; }
    @media screen and (max-width: 1024px) {
      .section-texto-imagem-fomento .content-img {
        max-width: 65%;
        margin-top: 100px; } }
    @media screen and (max-width: 560px) {
      .section-texto-imagem-fomento .content-img {
        position: relative;
        max-width: 100%;
        margin-top: 20px; } }
    .section-texto-imagem-fomento .content-img .thumb-header {
      position: relative; }
      .section-texto-imagem-fomento .content-img .thumb-header span {
        position: absolute;
        left: 17%;
        top: -11px;
        height: 150px;
        width: 150px;
        transform: rotate(330deg);
        background-color: #ecb11f;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        z-index: -2; }
        @media screen and (max-width: 1370px) {
          .section-texto-imagem-fomento .content-img .thumb-header span {
            transform: rotate(315deg); } }
        @media screen and (max-width: 1024px) {
          .section-texto-imagem-fomento .content-img .thumb-header span {
            top: 4px;
            transform: rotate(315deg); } }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-fomento .content-img .thumb-header span {
            left: 0%; } }
      .section-texto-imagem-fomento .content-img .thumb-header img {
        position: absolute;
        right: -114px;
        top: 0;
        height: 500px;
        object-fit: cover;
        width: 100%;
        clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 75%, 60% 75%, 44% 100%, 0 100%, 0% 80%, 0% 45%, 35% 0);
        z-index: 2; }
        @media screen and (max-width: 1370px) {
          .section-texto-imagem-fomento .content-img .thumb-header img {
            height: 470px; } }
        @media screen and (max-width: 560px) {
          .section-texto-imagem-fomento .content-img .thumb-header img {
            position: relative;
            right: 0;
            height: 330px; } }
  .section-texto-imagem-fomento .content-text-fomento {
    padding-top: 100px; }
    .section-texto-imagem-fomento .content-text-fomento h1,
    .section-texto-imagem-fomento .content-text-fomento h2,
    .section-texto-imagem-fomento .content-text-fomento h3,
    .section-texto-imagem-fomento .content-text-fomento h4,
    .section-texto-imagem-fomento .content-text-fomento h5,
    .section-texto-imagem-fomento .content-text-fomento h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 28px;
      margin-bottom: 20px; }
    .section-texto-imagem-fomento .content-text-fomento p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 25px;
      line-height: 24px; }

.darckTheme .section-texto-imagem-fomento .thumb-header span {
  background: #ffffff; }

.section-img-texto-portfolio-fomento {
  padding: 50px 0px 50px 0px;
  overflow: hidden; }
  .section-img-texto-portfolio-fomento figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1024px) {
      .section-img-texto-portfolio-fomento figure {
        justify-content: start; } }
    @media screen and (max-width: 768px) {
      .section-img-texto-portfolio-fomento figure {
        margin-top: 40px;
        justify-content: center; } }
    .section-img-texto-portfolio-fomento figure img {
      width: 510px;
      height: 385px;
      object-fit: cover;
      position: relative;
      clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 75%, 70% 75%, 50% 100%, 0 100%, 0% 80%, 0% 20%, 20% 0); }
      @media screen and (max-width: 1370px) {
        .section-img-texto-portfolio-fomento figure img {
          width: 80%;
          height: 350px; } }
      @media screen and (max-width: 1024px) {
        .section-img-texto-portfolio-fomento figure img {
          width: 90%;
          height: 350px; } }
      @media screen and (max-width: 560px) {
        .section-img-texto-portfolio-fomento figure img {
          width: 100%;
          height: 320px; } }
    .section-img-texto-portfolio-fomento figure span {
      position: absolute;
      left: 20px;
      top: 40%;
      height: 140px;
      width: 80px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      background-color: #ecb11f; }
      @media screen and (max-width: 1370px) {
        .section-img-texto-portfolio-fomento figure span {
          height: 110px;
          width: 60px; } }
      @media screen and (max-width: 1024px) {
        .section-img-texto-portfolio-fomento figure span {
          left: -20px; } }
      @media screen and (max-width: 768px) {
        .section-img-texto-portfolio-fomento figure span {
          left: -10px; } }
      @media screen and (max-width: 560px) {
        .section-img-texto-portfolio-fomento figure span {
          height: 110px; } }
  .section-img-texto-portfolio-fomento .content-text-fomento {
    position: relative;
    padding-left: 30px; }
    @media screen and (max-width: 560px) {
      .section-img-texto-portfolio-fomento .content-text-fomento {
        padding: 0px 40px; } }
    .section-img-texto-portfolio-fomento .content-text-fomento h1,
    .section-img-texto-portfolio-fomento .content-text-fomento h2,
    .section-img-texto-portfolio-fomento .content-text-fomento h3,
    .section-img-texto-portfolio-fomento .content-text-fomento h4,
    .section-img-texto-portfolio-fomento .content-text-fomento h5,
    .section-img-texto-portfolio-fomento .content-text-fomento h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 36px;
      margin-bottom: 20px; }
      .section-img-texto-portfolio-fomento .content-text-fomento h1::before,
      .section-img-texto-portfolio-fomento .content-text-fomento h2::before,
      .section-img-texto-portfolio-fomento .content-text-fomento h3::before,
      .section-img-texto-portfolio-fomento .content-text-fomento h4::before,
      .section-img-texto-portfolio-fomento .content-text-fomento h5::before,
      .section-img-texto-portfolio-fomento .content-text-fomento h6::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 20px;
        height: 80px;
        width: 30px;
        transform: rotate(134deg) skew(-46deg);
        transform-style: flat;
        background-color: #ecb11f; }
        @media screen and (max-width: 1370px) {
          .section-img-texto-portfolio-fomento .content-text-fomento h1::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h2::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h3::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h4::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h5::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h6::before {
            left: -50px;
            top: 30px; } }
        @media screen and (max-width: 1024px) {
          .section-img-texto-portfolio-fomento .content-text-fomento h1::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h2::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h3::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h4::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h5::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h6::before {
            left: -45px; } }
        @media screen and (max-width: 560px) {
          .section-img-texto-portfolio-fomento .content-text-fomento h1::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h2::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h3::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h4::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h5::before,
          .section-img-texto-portfolio-fomento .content-text-fomento h6::before {
            left: 0px; } }
    .section-img-texto-portfolio-fomento .content-text-fomento p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 25px;
      line-height: 24px; }
    .section-img-texto-portfolio-fomento .content-text-fomento .btn-primary-vale {
      margin-right: 30px;
      font-family: "MyriadPro-Bold";
      color: #ffffff;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 4px;
      background: #ecb11f;
      box-shadow: 0px 3px 9px -2px #ecb11fc4;
      transition: 400ms; }
      .section-img-texto-portfolio-fomento .content-text-fomento .btn-primary-vale:hover {
        background-color: #ecb11fc4;
        transition: 400ms; }
      .section-img-texto-portfolio-fomento .content-text-fomento .btn-primary-vale img {
        width: 18px;
        height: 18px;
        margin-left: 7px;
        margin-top: -2px; }
      @media screen and (max-width: 980px) {
        .section-img-texto-portfolio-fomento .content-text-fomento .btn-primary-vale {
          margin-bottom: 10px; } }
    .section-img-texto-portfolio-fomento .content-text-fomento .btn-secundary-vale {
      font-family: "MyriadPro-Bold";
      color: #ffffff;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 4px;
      background: #007e7a;
      box-shadow: 0px 3px 9px -2px #007e7a8c;
      transition: 400ms; }
      .section-img-texto-portfolio-fomento .content-text-fomento .btn-secundary-vale a {
        color: #ffffff; }
      .section-img-texto-portfolio-fomento .content-text-fomento .btn-secundary-vale:hover {
        background-color: #007e7aab;
        transition: 400ms; }
      .section-img-texto-portfolio-fomento .content-text-fomento .btn-secundary-vale img {
        width: 18px;
        height: 18px;
        margin-left: 7px;
        margin-top: -2px; }
      @media screen and (max-width: 560px) {
        .section-img-texto-portfolio-fomento .content-text-fomento .btn-secundary-vale {
          margin-top: -10px; } }
    .section-img-texto-portfolio-fomento .content-text-fomento .modal-dialog {
      max-width: 80% !important;
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .section-img-texto-portfolio-fomento .content-text-fomento .modal-dialog {
          max-width: 95% !important; } }
      .section-img-texto-portfolio-fomento .content-text-fomento .modal-dialog .bt-close-bg {
        position: relative; }
        .section-img-texto-portfolio-fomento .content-text-fomento .modal-dialog .bt-close-bg:before {
          content: "";
          background: #007e7a;
          height: 60px;
          width: 60px;
          top: 10px;
          right: -20px;
          position: absolute;
          z-index: 2;
          transform: rotate(150deg) skew(-30deg);
          transform-style: flat; }
        .section-img-texto-portfolio-fomento .content-text-fomento .modal-dialog .bt-close-bg .btn-close {
          right: 0;
          position: absolute;
          top: 30px;
          z-index: 9999; }
      .section-img-texto-portfolio-fomento .content-text-fomento .modal-dialog .modal-body img {
        width: 100%;
        height: 80vh;
        object-fit: cover; }

.darckTheme .section-img-texto-portfolio-fomento figure span {
  background: #ffffff; }

.darckTheme .section-img-texto-portfolio-fomento .content-text-fomento h1:before,
.darckTheme .section-img-texto-portfolio-fomento .content-text-fomento h2:before,
.darckTheme .section-img-texto-portfolio-fomento .content-text-fomento h3:before,
.darckTheme .section-img-texto-portfolio-fomento .content-text-fomento h4:before,
.darckTheme .section-img-texto-portfolio-fomento .content-text-fomento h5:before,
.darckTheme .section-img-texto-portfolio-fomento .content-text-fomento h6:before {
  background-color: #ffffff; }

.darckTheme .section-img-texto-portfolio-fomento .content-text-fomento .btn-primary-vale {
  color: #ffffff;
  background: #000;
  box-shadow: none;
  border: 1px solid #ffffff; }

.darckTheme .section-img-texto-portfolio-fomento .content-text-fomento .btn-secundary-vale {
  color: #ffffff;
  background: #000;
  box-shadow: none;
  border: 1px solid #ffffff; }

.darckTheme .section-img-texto-portfolio-fomento .content-text-fomento .modal-dialog .bt-close-bg:before {
  background: #ffffff; }

.section-texto-img-portfolio-fomento {
  padding: 50px 0px 50px 0px;
  overflow: hidden; }
  .section-texto-img-portfolio-fomento figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1024px) {
      .section-texto-img-portfolio-fomento figure {
        justify-content: end; } }
    @media screen and (max-width: 768px) {
      .section-texto-img-portfolio-fomento figure {
        margin-top: 40px;
        justify-content: center; } }
    .section-texto-img-portfolio-fomento figure img {
      width: 510px;
      height: 385px;
      object-fit: cover;
      position: relative;
      clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 75%, 70% 75%, 50% 100%, 0 100%, 0% 80%, 0% 20%, 20% 0); }
      @media screen and (max-width: 1370px) {
        .section-texto-img-portfolio-fomento figure img {
          width: 80%;
          height: 350px; } }
      @media screen and (max-width: 1024px) {
        .section-texto-img-portfolio-fomento figure img {
          width: 90%;
          height: 350px; } }
      @media screen and (max-width: 560px) {
        .section-texto-img-portfolio-fomento figure img {
          width: 100%;
          height: 320px; } }
    .section-texto-img-portfolio-fomento figure span {
      position: absolute;
      left: 20px;
      top: 40%;
      height: 140px;
      width: 80px;
      transform: rotate(150deg) skew(-30deg);
      transform-style: flat;
      background-color: #ecb11f; }
      @media screen and (max-width: 1370px) {
        .section-texto-img-portfolio-fomento figure span {
          height: 110px;
          width: 60px; } }
      @media screen and (max-width: 768px) {
        .section-texto-img-portfolio-fomento figure span {
          left: -10px; } }
      @media screen and (max-width: 560px) {
        .section-texto-img-portfolio-fomento figure span {
          height: 110px;
          left: -30px; } }
  .section-texto-img-portfolio-fomento .content-text-fomento {
    padding-left: 30px;
    position: relative; }
    @media screen and (max-width: 560px) {
      .section-texto-img-portfolio-fomento .content-text-fomento {
        padding: 0px 40px; } }
    .section-texto-img-portfolio-fomento .content-text-fomento h1,
    .section-texto-img-portfolio-fomento .content-text-fomento h2,
    .section-texto-img-portfolio-fomento .content-text-fomento h3,
    .section-texto-img-portfolio-fomento .content-text-fomento h4,
    .section-texto-img-portfolio-fomento .content-text-fomento h5,
    .section-texto-img-portfolio-fomento .content-text-fomento h6 {
      color: #007e7a;
      font-family: "CaeciliaLTStd-Bold";
      line-height: 36px;
      margin-bottom: 20px; }
      .section-texto-img-portfolio-fomento .content-text-fomento h1::before,
      .section-texto-img-portfolio-fomento .content-text-fomento h2::before,
      .section-texto-img-portfolio-fomento .content-text-fomento h3::before,
      .section-texto-img-portfolio-fomento .content-text-fomento h4::before,
      .section-texto-img-portfolio-fomento .content-text-fomento h5::before,
      .section-texto-img-portfolio-fomento .content-text-fomento h6::before {
        content: "";
        position: absolute;
        left: -20px;
        top: 20px;
        height: 80px;
        width: 30px;
        transform: rotate(135deg) skew(-46deg);
        transform-style: flat;
        background-color: #ecb11f; }
        @media screen and (max-width: 1370px) {
          .section-texto-img-portfolio-fomento .content-text-fomento h1::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h2::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h3::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h4::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h5::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h6::before {
            left: -30px;
            top: 30px; } }
        @media screen and (max-width: 1024px) {
          .section-texto-img-portfolio-fomento .content-text-fomento h1::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h2::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h3::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h4::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h5::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h6::before {
            left: -25px; } }
        @media screen and (max-width: 560px) {
          .section-texto-img-portfolio-fomento .content-text-fomento h1::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h2::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h3::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h4::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h5::before,
          .section-texto-img-portfolio-fomento .content-text-fomento h6::before {
            left: 0px; } }
    .section-texto-img-portfolio-fomento .content-text-fomento p {
      color: #747876;
      font-family: "MyriadPro-Regular";
      margin-bottom: 25px;
      line-height: 24px; }
    .section-texto-img-portfolio-fomento .content-text-fomento .btn-primary-vale {
      margin-right: 30px;
      font-family: "MyriadPro-Bold";
      color: #ffffff;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 4px;
      background: #ecb11f;
      box-shadow: 0px 3px 9px -2px #ecb11fc4;
      transition: 400ms; }
      .section-texto-img-portfolio-fomento .content-text-fomento .btn-primary-vale:hover {
        background-color: #ecb11fc4;
        transition: 400ms; }
      .section-texto-img-portfolio-fomento .content-text-fomento .btn-primary-vale img {
        width: 18px;
        height: 18px;
        margin-left: 7px;
        margin-top: -2px; }
      @media screen and (max-width: 1024px) {
        .section-texto-img-portfolio-fomento .content-text-fomento .btn-primary-vale {
          margin-bottom: 10px; } }
    .section-texto-img-portfolio-fomento .content-text-fomento .btn-secundary-vale {
      font-family: "MyriadPro-Bold";
      color: #ffffff;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 4px;
      background: #007e7a;
      box-shadow: 0px 3px 9px -2px #007e7a8c;
      transition: 400ms; }
      .section-texto-img-portfolio-fomento .content-text-fomento .btn-secundary-vale a {
        color: #ffffff; }
      .section-texto-img-portfolio-fomento .content-text-fomento .btn-secundary-vale:hover {
        background-color: #007e7aab;
        transition: 400ms; }
      .section-texto-img-portfolio-fomento .content-text-fomento .btn-secundary-vale img {
        width: 18px;
        height: 18px;
        margin-left: 7px;
        margin-top: -2px; }
    .section-texto-img-portfolio-fomento .content-text-fomento .modal-dialog {
      max-width: 80% !important;
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .section-texto-img-portfolio-fomento .content-text-fomento .modal-dialog {
          max-width: 95% !important; } }
      .section-texto-img-portfolio-fomento .content-text-fomento .modal-dialog .bt-close-bg {
        position: relative; }
        .section-texto-img-portfolio-fomento .content-text-fomento .modal-dialog .bt-close-bg:before {
          content: "";
          background: #007e7a;
          height: 60px;
          width: 60px;
          top: 10px;
          right: -20px;
          position: absolute;
          z-index: 2;
          transform: rotate(150deg) skew(-30deg);
          transform-style: flat; }
        .section-texto-img-portfolio-fomento .content-text-fomento .modal-dialog .bt-close-bg .btn-close {
          right: 0;
          position: absolute;
          top: 30px;
          z-index: 9999; }
      .section-texto-img-portfolio-fomento .content-text-fomento .modal-dialog .modal-body img {
        width: 100%;
        height: 80vh;
        object-fit: cover; }

.darckTheme .section-texto-img-portfolio-fomento figure span {
  background: #ffffff; }

.darckTheme .section-texto-img-portfolio-fomento .content-text-fomento h1:before,
.darckTheme .section-texto-img-portfolio-fomento .content-text-fomento h2:before,
.darckTheme .section-texto-img-portfolio-fomento .content-text-fomento h3:before,
.darckTheme .section-texto-img-portfolio-fomento .content-text-fomento h4:before,
.darckTheme .section-texto-img-portfolio-fomento .content-text-fomento h5:before,
.darckTheme .section-texto-img-portfolio-fomento .content-text-fomento h6:before {
  background-color: #ffffff; }

.darckTheme .section-texto-img-portfolio-fomento .content-text-fomento .btn-primary-vale {
  color: #ffffff;
  background: #000;
  box-shadow: none;
  border: 1px solid #ffffff; }

.darckTheme .section-texto-img-portfolio-fomento .content-text-fomento .btn-secundary-vale {
  color: #ffffff;
  background: #000;
  box-shadow: none;
  border: 1px solid #ffffff; }

.darckTheme .section-texto-img-portfolio-fomento .content-text-fomento .modal-dialog .bt-close-bg:before {
  background: #ffffff; }