@charset "UTF-8";
h1, h2, h3, h4 {
  word-wrap: normal !important;
}
/**
* Mixins
*/
/**
* General helpers
*/
.hide-this {
  display: none !important;
}
.has-orange-bar {
  margin-bottom: 10px;
}
.has-orange-bar::after {
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: calc(100% - 30px);
  height: 10px;
  content: "";
  background: #F39500;
}
@media (min-width: 768px) {
  .has-orange-bar::after {
    left: 30px;
    width: calc(100% - 60px);
  }
}
.page-title .page-heading {
  border-color: #F39500;
  border-style: solid;
  border-width: 0 0 0 4px;
  padding-left: 16px;
}
.page-title .floating-box {
  filter: drop-shadow(5px 20px 20px rgba(0, 0, 0, 0.15)) !important;
  padding: 15px 25px;
}
@media (min-width: 1024px) {
  .page-title .floating-box {
    margin-left: -60px;
    width: calc(100% + 60px) !important;
    max-width: calc(100% + 60px) !important;
    padding: 30px 40px;
  }
}
/**
* Buttons
*/
.btn-outline--white {
  background: transparent !important;
  border: solid 3px white;
  color: white !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}
.btn-outline--white:hover {
  background: transparent !important;
  border: solid 3px white;
  color: white;
}
.elementor-widget-button:not(.btn-no-shadow) .elementor-button {
  border-radius: 10px;
  filter: brightness(1);
  transition: filter 0.2s ease-in-out;
}
.elementor-widget-button:not(.btn-no-shadow) .elementor-button:hover, .elementor-widget-button:not(.btn-no-shadow) .elementor-button:focus {
  filter: brightness(0.65);
}
/**
* Images
*/
.img-has-shadow {
  filter: drop-shadow(5px 20px 20px rgba(0, 0, 0, 0.15)) !important;
}
/**
* Misc
*/
.title-separator {
  margin-left: 2px !important;
  width: 50px;
  height: 5px;
  background: white !important;
}
.title-separator-black {
  margin-bottom: 15px !important;
  margin-left: 2px !important;
  width: 50px;
  height: 5px;
  background: #1B2B3B !important;
}
/**
* General Layout
*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
.ast-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.page-title_blog {
  margin-top: 30px !important;
}
.primary-button {
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1) !important;
  display: inline-block;
  padding: 15px 30px;
  background-color: #004A96;
  color: white !important;
  font-weight: 700;
  text-align: center;
}
.sidebar-main {
  margin: 0 auto;
  max-width: 650px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .sidebar-main {
    padding-top: 0;
  }
}
.sidebar-main .widget {
  margin-bottom: 60px;
}
.sidebar-main h3 {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  margin-bottom: -40px;
  color: #1B2B3B;
}
.sidebar-main .sidebar_search {
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
}
.sidebar-main .sidebar_search input {
  border: none;
}
.sidebar-main .sidebar_search button {
  width: 32px !important;
  color: transparent !important;
  background: url("/wp-content/uploads/2023/06/Icon-search.svg"), transparent !important;
  background-size: 24px 24px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.sidebar-main .sidebar_posts li {
  margin-bottom: 40px !important;
}
.sidebar-main .sidebar_posts .wp-block-latest-posts__featured-image {
  position: relative;
  width: 100%;
  padding-top: 90%;
}
.sidebar-main .sidebar_posts .wp-block-latest-posts__featured-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none !important;
  max-height: none !important;
}
.sidebar-main .sidebar_posts .wp-block-latest-posts__post-title {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #004A96;
}
.sidebar-main .sidebar_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.sidebar-main .sidebar_tags a, .sidebar-main .sidebar_tags span {
  padding: 4px 8px;
  background: #D6E0E9;
  border-radius: 100px;
  font-weight: 700;
}
/**
* Recent Posts Shortcode
*/
.eco-recent-post {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 20px;
}
@media (min-width: 768px) {
  .eco-recent-post {
    grid-template-columns: repeat(2, 1fr);
  }
}
.eco-recent-post article {
  background-color: #1E1D1D;
  padding: 2rem 5rem;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #1E1D1D;
}
.eco-recent-post article:hover {
  border-color: #494847;
}
.eco-recent-post .img-container {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 67%;
}
.eco-recent-post img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eco-recent-post .post-title {
  color: #FFFFFF;
  font-size: 1.375rem;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 10px;
}
.eco-recent-post .post-date {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 300;
}
.eco-recent-post .read-more {
  display: none;
}
/**
* Sliders Global
*/
.swiper .swiper-slide {
  height: auto;
}
.swiper .slider-navigation-wrapper {
  position: absolute;
  left: 0;
  top: calc(50% - 32px);
  width: 100%;
  height: 64px;
}
.swiper .slider-navigation-wrapper .buttons-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
}
.swiper .swiper-pagination.rounded-pagination .swiper-pagination-bullet {
  margin-bottom: 15px;
  width: 16px;
  height: 16px;
  background: white;
  opacity: 0.5;
}
.swiper .swiper-pagination.rounded-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.slider-navigation-wrapper {
  position: absolute;
  left: 0;
  top: calc(50% - 32px);
  width: 100%;
  height: 64px;
}
.slider-navigation-wrapper .swiper-button-next, .slider-navigation-wrapper .swiper-button-prev {
  width: 64px;
  height: 64px;
  background: rgba(243, 149, 0, 0.5);
}
.slider-navigation-wrapper .swiper-button-next:before, .slider-navigation-wrapper .swiper-button-prev:before {
  display: none;
}
.slider-navigation-wrapper .swiper-button-prev::after {
  content: url("/wp-content/uploads/2023/06/arrow-left-white.svg");
}
.slider-navigation-wrapper .swiper-button-next::after {
  content: url("/wp-content/uploads/2023/06/arrow-right-white.svg");
}
/**
* Services Slider
*/
.services-slider {
  position: relative;
}
.services-slider img {
  width: 100%;
  height: auto;
}
.services-slider h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #004A96;
  font-size: 1.375rem;
  font-weight: 700;
}
.services-slider p {
  color: #FFF;
}
.services-slider .slider-navigation-wrapper {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.services-slider .slider-navigation-wrapper .swiper-button-next, .services-slider .slider-navigation-wrapper .swiper-button-prev {
  background: #F39500;
}
.services-slider .slider-navigation-wrapper .swiper-button-prev {
  left: -85px;
}
.services-slider .slider-navigation-wrapper .swiper-button-next {
  right: -85px;
}
/**
* Results Slider
*/
.results-slider .swiper-slide {
  padding: 130px 8.666%;
}
.results-slider .swiper-button-next, .results-slider .swiper-button-prev {
  background: rgba(222, 36, 69, 0.5);
}
.results-slider_header {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 20px;
}
.results-slider_title h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.results-slider_title h2 {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
}
.results-slider_description {
  padding-right: 30px;
}
.results-slider_description hr {
  margin-bottom: 20px;
  width: 48px;
  height: 5px;
  background: #1B2B3B;
}
.results-slider_description h4 {
  font-size: 1.375rem;
  font-weight: 700;
}
.results-slider_content {
  padding-top: 60px;
}
.results-slider_content h4 {
  font-size: 1.375rem;
  font-weight: 700;
}
/**
* Blog
**/
.blog .site-content, .single-post .site-content, .single-ebooks .site-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.single-post__featured-img img {
  width: 100%;
}
.site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.mobile-menu-trigger {
  width: 32px;
  height: auto;
  padding: 0 !important;
  background: transparent !important;
}
.mobile-menu-trigger:hover {
  background: transparent !important;
}
.main-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-right: 60px;
  z-index: 9999999;
  pointer-events: none;
  background: white;
  transform: translateX(105vw);
  transition: all 400ms cubic-bezier(0.8, 0, 0.33, 1);
}
@media (min-width: 768px) {
  .main-menu-wrapper {
    padding-right: 145px;
  }
}
.main-menu-wrapper[data-is-active="true"] {
  pointer-events: all;
  transform: translateX(0);
}
.main-menu-wrapper .close-menu-button {
  margin-right: -12px;
  padding: 0;
  background: transparent;
}
.main-menu-wrapper ul {
  padding-top: 40px;
  list-style: none;
}
.main-menu-wrapper li {
  padding-bottom: 30px;
  text-align: right;
}
.main-menu-wrapper a {
  font-size: 1.375rem;
  font-weight: bold;
}
.main-menu-wrapper .sub-menu {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #e2e2e2;
}
.main-menu-wrapper .sub-menu li {
  padding-bottom: 10px;
}
.main-menu-wrapper .sub-menu a {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .site-pre-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    background: #F39500;
  }
  .site-pre-footer:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    background: #c50023;
  }
}
.site-footer h5 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 600;
}
.site-footer h4 {
  display: none;
}
.site-footer .menu {
  margin-left: 0;
  list-style: none;
}
.site-footer .menu-item {
  margin-bottom: 5px;
}
/**
* Form global styles
*/
.gform_validation_errors {
  display: none !important;
}
.gfield_validation_message {
  padding: 5px 10px !important;
  color: #c50023 !important;
  font-size: 0.875rem !important;
}
.gform_wrapper .gform_heading {
  display: none !important;
}
.gform_wrapper .gform-field-label {
  font-weight: 400 !important;
}
.gform_wrapper .gfield_required_asterisk {
  color: #c50023 !important;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="phone"], .gform_wrapper select, .gform_wrapper textarea {
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1) !important;
  background: white;
  border: none !important;
}
.gform_wrapper input[type="text"]:focus, .gform_wrapper input[type="text"]:focus-within, .gform_wrapper input[type="email"]:focus, .gform_wrapper input[type="email"]:focus-within, .gform_wrapper input[type="phone"]:focus, .gform_wrapper input[type="phone"]:focus-within, .gform_wrapper select:focus, .gform_wrapper select:focus-within, .gform_wrapper textarea:focus, .gform_wrapper textarea:focus-within {
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1) !important;
}
.gform_wrapper select {
  min-height: 40px;
}
.gform_wrapper textarea {
  height: 140px !important;
  resize: none;
}
.gform_wrapper .gform_footer .gform_button {
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1) !important;
  width: 100%;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.home-hero .elementor-element {
  padding: 0;
}
.home-hero-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 100px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .home-hero-slider .swiper-slide {
    padding-top: 220px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .home-hero-slider .swiper-slide {
    padding-top: 260px;
    padding-bottom: 160px;
  }
}
.home-hero-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  mix-blend-mode: multiply;
}
.home-hero-slider h1, .home-hero-slider h2 {
  max-width: 800px;
  color: white;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .home-hero-slider h1, .home-hero-slider h2 {
    font-size: 4rem;
  }
}
.home-hero-slider__cta {
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1) !important;
  margin-top: 10px;
}
.home-partners-logos img {
  border-radius: 20px;
}
/**
* Quem Somos
*/
.about-us_intro:before {
  position: absolute;
  top: calc(50% - 50px);
  left: -25vw;
  width: 150vw;
  height: 100px;
  content: "";
  background: #F39500;
}
/**
* Serviços
*/
.services-list_row-1 {
  padding-bottom: 60px !important;
}
/**
* Serviços
*/
#mapa-compensacao iframe {
  height: 600px;
}
/**
* Publicações
*/
.eco-recent-reports {
  padding-top: 20px;
}
.eco-recent-reports_featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .eco-recent-reports_featured {
    grid-template-columns: 1fr 1fr;
  }
}
.eco-recent-reports_featured-img {
  position: relative;
  width: 100%;
  padding-top: 70%;
}
.eco-recent-reports_featured-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: center;
}
.eco-recent-reports_featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eco-recent-reports_featured-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
.eco-recent-reports_featured-content h3 {
  padding-right: 25%;
  font-size: 2.375rem !important;
  font-weight: 700 !important;
}
.eco-recent-reports_featured-content p {
  padding-right: 8.666%;
}
.eco-recent-reports_featured-content .button-wrapper {
  margin-top: 15px;
}
.reports-slider {
  margin-top: 40px;
}
.reports-slider .swiper-slide {
  padding-top: 10px;
}
.reports-slider .swiper-slide a {
  position: relative;
  display: block;
}
.reports-slider .swiper-slide a:before {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  content: "";
  background: #004A96;
}
.reports-slider .swiper-slide a:hover:before {
  opacity: 1;
}
.reports-slider .swiper-slide .post-title {
  padding-top: 25px;
  color: #004A96;
  font-size: 1.375rem;
  font-weight: 600;
}
.pubicacoes-blog .eco-recent-post a:before {
  display: none;
}
.pubicacoes-blog .img-container {
  filter: drop-shadow(5px 20px 20px rgba(0, 0, 0, 0.15)) !important;
  padding-top: 90%;
}
.pubicacoes-blog .post-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
/**
* SustenBot
*/
.sutenbot-tabs .elementor-tab-content div {
  max-width: 100%;
}
.sutenbot-tabs iframe {
  min-height: 500px;
}
.sutenbot-btn.is-active a {
  background: #F39500 !important;
}
/**
* 404
*/
.error404 .site-content {
  padding-top: 0 !important;
}
.error404 .ast-container {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .error404 .ast-container {
    margin-top: -10px !important;
  }
}
/**
* Blog
*/
.blog .ast-article-post {
  padding: 0 0 40px 0 !important;
}
.blog .ast-blog-featured-section {
  margin-bottom: 40px;
  width: 100%;
  padding-top: 56%;
}
.blog .ast-blog-featured-section .post-thumb, .blog .ast-blog-featured-section img {
  filter: drop-shadow(5px 20px 20px rgba(0, 0, 0, 0.15)) !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .entry-header {
  margin-bottom: 0;
}
.blog .entry-title a {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #c50023;
}
.blog .read-more {
  display: none;
}
.ast-pagination {
  padding: 0;
}
.ast-pagination .navigation.pagination .nav-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}
.ast-pagination .navigation.pagination .prev.page-numbers, .ast-pagination .navigation.pagination .next.page-numbers {
  padding: 0;
  opacity: 0;
  outline: none;
}
.ast-pagination .navigation.pagination .page-numbers {
  width: 32px;
  height: 32px;
  font-size: 1rem;
  line-height: 2;
}
.ast-pagination .navigation.pagination .page-numbers.current {
  color: white;
}
/**
* Single Post
*/
.single-post .entry-meta {
  display: none !important;
}
.single-post__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-bottom: 30px;
}
.single-post__tags a, .single-post__tags span {
  padding: 4px 8px;
  background: #D6E0E9;
  border-radius: 100px;
  font-weight: 700;
}
.single-post__meta {
  margin-bottom: 30px;
}
.single-post__meta .post-author {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.single-post__featured-img {
  margin-bottom: 30px;
}
.single-post__featured-img img {
  filter: drop-shadow(5px 20px 20px rgba(0, 0, 0, 0.15)) !important;
}
.single-post .post-navigation {
  display: none !important;
}
.single-post__share {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 40px;
  padding: 45px 0;
  border-bottom: solid 1px rgba(123, 126, 131, 0.5);
  border-top: solid 1px rgba(123, 126, 131, 0.5);
}
@media (min-width: 768px) {
  .single-post__share {
    gap: 15px;
  }
}
.single-post__share p {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.single-post__share .share-icon {
  padding: 0;
  background: transparent;
}
.single-post__share #link-share-url {
  position: absolute;
  z-index: -99999;
  opacity: 0;
}
/**
* Ebooks
*/
.ebooks-listing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 20px;
  padding: 0 15px;
}
@media (min-width: 500px) {
  .ebooks-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .ebooks-listing {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }
}
@media (min-width: 768px) {
  .ebooks-listing {
    gap: 80px 40px;
    padding: 60px 8.666%;
  }
}
.ebooks-listing .ebook-wrapper:hover img {
  filter: brightness(0.9);
}
.ebooks-listing .img-wrapper {
  filter: drop-shadow(5px 20px 20px rgba(0, 0, 0, 0.15)) !important;
  position: relative;
  margin-bottom: 20px;
  height: 230px;
  padding-top: 110%;
}
.ebooks-listing .img-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.ebooks-listing .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ebooks-listing .content-wrapper h3 {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .ebooks-listing .content-wrapper h3 {
    font-size: 1.375rem;
  }
}
.ebooks-listing .content-wrapper p {
  font-size: 0.875rem;
}
.ebooks-listing .content-wrapper a {
  margin-top: auto;
}
/**
* E-books
*/
.single-ebooks .ast-article-single {
  padding: 0 !important;
}
.single-ebooks .entry-meta {
  display: none;
}
@media (min-width: 768px) {
  .single-ebooks .ebook-content-wrapper {
    padding-top: 30px;
  }
}
.single-ebooks .ebook-content-wrapper .ebook-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .single-ebooks .ebook-content-wrapper .ebook-content {
    grid-template-columns: 1fr 1fr;
  }
}
.single-ebooks .navigation.post-navigation {
  display: none !important;
}
.single-relatorios .ast-article-single {
  padding: 0 !important;
}
.single-relatorios .entry-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.single-relatorios .entry-meta {
  display: none;
}
.single-relatorios .reports-content-wrapper {
  margin: auto;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .single-relatorios .reports-content-wrapper {
    padding-top: 30px;
  }
}
.single-relatorios .reports-content-wrapper .reports-featured-img {
  position: relative;
  width: 100%;
  padding-top: 80%;
}
.single-relatorios .reports-content-wrapper .reports-featured-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-relatorios .reports-content-wrapper .reports-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .single-relatorios .reports-content-wrapper .reports-content {
    grid-template-columns: 3fr 5fr;
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .single-relatorios .reports-content-wrapper .reports-description {
    padding-right: 20%;
  }
}
.single-relatorios .reports-content-wrapper .reports-download h3 {
  font-weight: 800;
  text-align: center;
}
@media (min-width: 768px) {
  .single-relatorios .reports-content-wrapper .reports-download h3 {
    text-align: left;
  }
}
.single-relatorios .reports-content-wrapper .reports-download .buttons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .single-relatorios .reports-content-wrapper .reports-download .buttons-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.single-relatorios .navigation.post-navigation {
  display: none !important;
}

