@charset "UTF-8";

/*MAIN GREEN */

/* DARK GRAY */

/* LIGHT GRAY */

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #292929;
  overflow-x: hidden;
}

a:focus,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

.loader {
  display: none;
}

.xs-hide {
  display: none;
}

@media (min-width: 992px) {
  .xs-hide {
    display: block;
  }
}

.md-hide {
  display: block;
}

@media (min-width: 992px) {
  .md-hide {
    display: none;
  }
}

/* This parent can be any width and height */

.block {
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
}

/* The ghost, nudged to maintain perfect centering */

.block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

/* The element to be centered, can also be of any width and height */

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  white-space: normal;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.2s ease-out;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.text-color1 {
  color: #399247;
}

/* MESSAGES */

#messages {
  text-align: center;
  position: absolute;
  top: 80px;
  left: calc(50% - 140px);
  width: 280px;
  z-index: 100;
}

@media (min-width: 992px) {
  #messages {
    margin: 25px auto 0;
    width: 600px;
    text-align: left;
    left: calc(50% - 300px);
  }
}

#messages ul {
  padding-left: 15px;
}

/* SECTIONS */

.main-section.with-padding {
  padding: 50px 0;
}

/* BUTTONS */

.btn-primary {
  border-radius: 7px;
  border: 2px solid #399247;
  text-transform: uppercase;
  padding: 12px 30px;
  background: #399247;
  color: #fff;
  transition: all 0.2s ease-out;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #287534 !important;
  border-color: #287534;
}

.btn-primary.btn-sm {
  padding: 6px 20px;
}

.btn-primary.btn-full {
  width: 100%;
}

.btn-outline-white {
  border-color: #fff;
  background: transparent;
}

.btn-outline-white:focus,
.btn-outline-white:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #292929;
}

.btn-outline-green {
  border-color: #399247;
  background: transparent;
  color: #399247;
}

.btn-outline-green:focus,
.btn-outline-green:hover {
  background: #399247 !important;
  border-color: #399247 !important;
  color: #fff;
}

/* HEADINGS */

.basic-heading {
  margin-bottom: 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .basic-heading {
    margin-bottom: 0;
    text-align: left;
  }
}

.basic-heading h2 {
  font-weight: bold;
  color: #399247;
}

@media (min-width: 992px) {
  .basic-heading h2 {
    margin-top: 0;
    float: left;
    font-size: 38px;
  }
}

@media (max-width: 468px) {
  .basic-heading h2 {
    font-size: 20px;
  }
}

.basic-heading .btn-primary {
  padding: 12px 30px;
}

@media (min-width: 992px) {
  .basic-heading .btn-primary {
    float: right;
  }
}

.basic-heading .searchbox {
  width: 240px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 992px) {
  .basic-heading .searchbox {
    float: right;
  }
}

.basic-heading .searchbox::after {
  content: "\F002";
  font-family: "FontAwesome";
  position: absolute;
  top: 7px;
  right: 10px;
  color: #399247;
  font-size: 22px;
}

.basic-heading .searchbox .form-control {
  border-radius: 8px;
  border: 2px solid #399247;
  height: 46px;
  padding-right: 35px;
}

/* FORM */

.default-form .form-control {
  box-shadow: none;
  border-radius: 0;
}

/* CAROUSEL BASIC */

.carousel-basic .image,
.basic-listing .image {
  width: 260px;
  height: 150px;
  margin-bottom: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-basic .image.gallery,
.basic-listing .image.gallery {
  height: 150px;
}

.carousel-basic #supporters .image,
.basic-listing #supporters .image {
  border: none !important;
  background-size: contain !important;
}

.carousel-basic .slick-slide,
.basic-listing .slick-slide {
  padding: 0 10px;
}

.carousel-basic .video,
.basic-listing .video {
  height: 150px;
}

.carousel-basic .video iframe,
.basic-listing .video iframe {
  max-width: 100%;
}

.carousel-basic .title,
.basic-listing .title {
  font-weight: bold;
  color: #399247;
  font-size: 22px;
  margin: 0 5px 10px 10px;
  text-align: left;
  display: -webkit-box; 
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

.carousel-basic .description,
.basic-listing .description {
  display: block;
}

.carousel-basic a .title,
.basic-listing a .title {
  color: #399247;
}

.carousel-basic a .description,
.basic-listing a .description {
  color: #292929;
}

.carousel-basic .slick-prev i,
.carousel-basic .slick-next i,
.basic-listing .slick-prev i,
.basic-listing .slick-next i {
  color: #399247;
  font-size: 30px;
}

@media (max-width: 468px) {
  .basic-listing a .title {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .carousel-basic .slick-prev,
  .basic-listing .slick-prev {
    left: -50px;
  }
}

@media (min-width: 992px) {
  .carousel-basic .slick-next,
  .basic-listing .slick-next {
    right: -50px;
  }
}

@media (max-width: 468px) {
  .carousel-basic .slick-prev,
  .basic-listing .slick-prev {
    left: -10px;
  }
  .carousel-basic .slick-next,
  .basic-listing .slick-next {
    right: -10px;
  }
}

.carousel-basic .cat-holder,
.basic-listing .cat-holder {
  padding: 30px 0px 0px;
}

.carousel-basic .cat-holder:last-child .cat-block,
.basic-listing .cat-holder:last-child .cat-block {
  padding-bottom: 0;
  border-bottom: 0;
}

.carousel-basic .cat-holder .cat-block,
.basic-listing .cat-holder .cat-block {
  border-bottom: 1px solid #d4d4d4;
  padding: 40px 0;
}

.carousel-basic .cat-holder h2.formatting,
.basic-listing .cat-holder h2.formatting {
  font-weight: bold;
  color: #399247;
}

@media (min-width: 992px) {
  .carousel-basic .cat-holder h2.formatting,
  .basic-listing .cat-holder h2.formatting {
    margin-top: 0;
    font-size: 38px;
    margin-bottom: 15px;
  }
}

.basic-listing li {
  display: inline-block;
  width: calc(48% - 13px);
  vertical-align: top;
  margin: 0 15px 25px 0px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 295px;
}

@media (min-width: 992px) {
  .basic-listing li {
    display: inline-block;
    width: calc(25% - 13px);
    vertical-align: top;
    margin: 0 10px 25px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 300px;
  }
}

.basic-listing li .image {
  width: 271px;
  height: 150px;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 468px){
  .basic-listing li {
    width: 272px;
  }

  .basic-listing li .image {
    width: 100%;
    height: 150px;
  }

  #como-funciona .btn {
    display: block; 
    width: 300px;
    margin: auto; 
    text-align: center; 
  }

}

@media (max-width: 468px) {
  .basic-listing li .image {
    width: 100%;
    height: 130px;
  }
  .basic-listing a .title {
    font-size: 18px
  }
}
/* TABLE */

.table-default thead tr th {
  color: #399247;
  font-weight: bold;
  font-size: 18px;
}

.dataTables_wrapper .dataTables_filter {
  display: none;
}

.dataTables_wrapper .dataTable {
  border-bottom: none !important;
}

.dataTables_wrapper .dataTable thead th {
  border-bottom: 2px solid #ddd !important;
}

@media (min-width: 992px) {
  .dataTables_wrapper .dataTable thead th {
    white-space: nowrap;
  }
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  border: none !important;
  background: transparent !important;
  color: #399247 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  background: #399247;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
  color: #fff !important;
  background: #399247;
}

/* PAGINATION */

.pagination_wrap {
  text-align: center;
}

.pagination_wrap .pagination .active span {
  background: #399247;
}

.pagination_wrap .pagination a {
  color: #399247;
}

.pagination_wrap .pagination a:hover {
  color: #292929;
}

#privacyModal {
  color: #fff;
}

/* MODAL STYLING */

.modal .modal-body form .form-control {
  border-radius: 0;
  border: 2px solid #d4d4d4;
  box-shadow: none;
  margin-bottom: 6px;
}

.modal .modal-body form label {
  color: #399247;
}

#conteudoImagem {
  display: flex;
}

#imagemPreview {
  width: 110px;
}

.navbar-header {
  width: auto;
}

@media (min-width: 768px) {
  .navbar-header {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .navbar-header {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-header {
    width: auto;
  }
}

.navbar-inverse {
  background-color: #fff;
  border: none;
  transition: all 0.2s ease-out;
}

@media (min-width: 992px) {
  .navbar-inverse {
    background-color: #fff;
  }
}

.navbar-inverse .icon-bar {
  background: #399247 !important;
}

@media (min-width: 992px) {
  .navbar-inverse .icon-bar {
    background: #fff !important;
  }
}

.navbar-inverse .navbar-toggle {
  border: none;
}

.navbar-inverse .navbar-collapse {
  border-color: #292929;
}

@media (min-width: 768px) {
  .navbar-inverse .navbar-collapse {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-collapse {
    display: block !important;
  }
}

.navbar-inverse.scrolled {
  background-color: #fff;
}

.navbar-inverse.scrolled .icon-bar {
  background: #399247;
}

.navbar-inverse.scrolled .navbar-nav li a {
  color: #292929;
}

.navbar-inverse.scrolled .navbar-nav li .btn-primary {
  color: #fff;
}

.navbar-inverse.scrolled .navbar-brand .green-logo {
  opacity: 1;
}

.navbar-inverse.scrolled .navbar-brand .white-logo {
  opacity: 0;
}

.navbar-inverse .navbar-brand {
  min-height: 65px;
  position: relative;
}

.navbar-inverse .navbar-brand img {
  width: 100%;
  max-width: 110px;
}

.navbar-inverse .navbar-brand .green-logo {
  transition: all 0.2s ease-out;
  position: absolute;
  opacity: 1;
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-brand .green-logo {
    opacity: 1;
  }
}

.navbar-inverse .navbar-brand .white-logo {
  transition: all 0.2s ease-out;
  position: absolute;
  opacity: 0;
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-brand .white-logo {
    opacity: 1;
  }
}

.navbar-inverse .navbar-brand .logo {
  opacity: 1;
}

.navbar-inverse .navbar-toggle {
  margin-top: 14px;
}

@media (min-width: 768px) {
  .navbar-inverse .navbar-toggle {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-toggle {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-nav {
    margin-top: 8px;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-nav .languages {
    margin-top: 14px;
  }
}

.navbar-inverse .navbar-nav .languages .flag {
  opacity: 0.6;
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-nav .languages .flag {
    border-right: 1px solid #000;
  }
}

.navbar-inverse .navbar-nav .languages .flag:last-child {
  border: none;
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-nav .languages .flag:last-child {
    margin-left: 4px;
  }
}

.navbar-inverse .navbar-nav .languages .flag.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-nav .donate {
    margin-left: 16px;
  }
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-nav .donate .btn-sm {
    display: flex;
    justify-content: space-around;
  }
}

.navbar-inverse .navbar-nav > li {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-nav > li {
    overflow: hidden;
    transition: all 0.2s ease-out;
  }
}

.navbar-inverse .navbar-nav > li:hover {
  overflow: visible;
}

.navbar-inverse .navbar-nav > li:hover .submenu {
  display: block;
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-nav > li:hover .submenu {
    top: 46px;
    opacity: 1;
  }
}

.navbar-inverse .navbar-nav > li a {
  color: #292929;
}

.navbar-inverse .navbar-nav > li a:hover {
  color: #287534 !important;
}

.navbar-inverse .navbar-nav > li .btn-primary {
  color: #fff;
  width: 120px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li .btn-primary:hover {
  background-color: #399247;
  border: 2px solid #399247;
  color: #fff;
}

.navbar-inverse .navbar-nav > li .submenu {
  transition: all 0.2s ease-out;
  padding: 0 30px;
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-nav > li .submenu {
    opacity: 0;
    position: absolute;
    top: 52px;
    left: calc(50% - 100px);
    width: 200px;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    border-top: 5px solid #399247;
  }
}

.navbar-inverse .navbar-nav > li .submenu.text {
  text-transform: none;
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-nav > li .submenu.text {
    width: 300px;
    left: calc(50% - 150px);
  }
}

.navbar-inverse .navbar-nav > li .submenu a {
  color: #292929;
}

.navbar-inverse .navbar-nav > li .submenu a:hover {
  color: #399247;
}

.navbar-inverse .navbar-nav > li .submenu li {
  margin-bottom: 6px;
}

.navbar-inverse .languages {
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .navbar .container {
    width: 1240px !important;
  }
}

#main_header {
  position: relative;
  width: 100%;
  height: 364px;
  top: 65px;
}

#main_header .swiper-container {
  width: 100%;
  height: 100%;
}


#main_header .swiper-container .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

#main_header .swiper-container .swiper-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  /* Overlay invisível por padrão */
  transition: background-color 0.3s ease-in-out;
}

#main_header .swiper-container .swiper-slide .slide-content {
  position: absolute;
  top: 41%;
  left: 370px; 
  max-width: 70%; 
  width: auto; 
  background-color: rgba(57, 146, 71, 1);
  padding: 10px 15px;
  border-radius: 0px;
  text-align: left; 
}

@media (max-width: 1680px) {
  #main_header .swiper-container .swiper-slide .slide-content {
      left: 268px; 
  }
} 

@media (max-width: 1440px) {
  #main_header .swiper-container .swiper-slide .slide-content {
      left: 140px; 
  }
}

@media (max-width: 1366px) {
  #main_header .swiper-container .swiper-slide .slide-content {
      left: 105px; 
  }
}

@media (max-width: 768px) {
  #main_header .swiper-container .swiper-slide .slide-content {
      left: 10%; 
  }
}

/* Ajuste para telas muito pequenas (celulares menores) */
@media (max-width: 480px) {
  #main_header .swiper-container .swiper-slide .slide-content {
    top: 55%; /* Ajusta posição para telas muito pequenas */
    left: 0%;
    max-width: 95%;
    padding: 3px 8px;
  }
}

#main_header .swiper-container .swiper-slide .slide-content:hover {
  background-color: #399247;
}

#main_header .swiper-container .swiper-slide .slide-content h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 768px) {
  #main_header .swiper-container .swiper-slide .slide-content h2 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  #main_header .swiper-container .swiper-slide .slide-content h2 {
    font-size: 20px;
  }
}

#main_header .swiper-container .swiper-slide:hover .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

#main_header .swiper-container .swiper-button-prev,
#main_header .swiper-container .swiper-button-next {
  color: #d3d3d3;
  width: 8%;
}

#main_header .swiper-container .swiper-button-prev::after,
#main_header .swiper-container .swiper-button-next::after {
  font-size: 30px;
  font-weight: bold;
}

#main_header .swiper-container .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  width: 10px;
  height: 10px;
  bottom: 20px;
}

#main_header .swiper-container .swiper-pagination-bullet-active {
  background-color: #399247;
}

#main_header.header {
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center;
  height: 425px;
  top: 0;
}

#main_header.header::after {
  content: "";
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main_header.header .centered {
  position: relative;
  z-index: 1;
}

#main_header.header .centered .container h2 {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

#main_header.header .arrow {
  font-size: 42px;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  animation-name: arrow-home;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

@media (max-width: 600px) {
  #main_header {
    height: 190px !important;
    margin-top: 65px !important;
    overflow: hidden;
  }

  #main_header.header .centered .container h2 {
    font-size: 24px;
  }

  #main_header .swiper-container .swiper-slide .slide-content {
    width: 70%;
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
  }

  #main_header .swiper-container .swiper-slide .slide-content h2 {
    text-align: center;
    font-size: 16px !important;
  }
}

@media (max-width: 600px) {
  .home #main_header {
    margin-top: 0 !important;
  }
}

#main_header.clients {
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: cover;
  height: 427px;
  top: 67px;
}

#main_header.clients::after {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main_header.clients .centered {
  position: relative;
  z-index: 1;
}

#main_header.clients .centered .container h2 {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#main_header.clients .centered .container h3 {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

#main_header.clients .arrow {
  font-size: 42px;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  animation-name: arrow-home;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

#main_header.clients .border-inline {
  display: flex;
  justify-content: center; 
  gap: 30px; 
  list-style: none;
  padding: 0;
  margin: 0;
}

#main_header.clients .border-inline li {
  display: flex;
  flex-direction: column; 
  align-items: center; 
}

#main_header.clients .border-inline li:not(:last-child) {
  padding-right: 30px; 
  border-right: 2px solid #fff; 
}

#main_header.clients .count.tree,
#main_header.clients .count.co2 {
    font-weight: bold;
    color: #fff;
    font-size: 40px; 
    margin-bottom: 10px; 
}

#main_header.clients .text.tree,
#main_header.clients .text.co2 {
    color: #fff;
    font-size: 18px; 
    top: 92px;
}

@media (max-width: 480px) { 
  #main_header.clients {
    min-height: 230px;
    padding: 15px 45px;
    top: -20px;
  }

  #main_header.clients .border-inline li {
    margin-bottom: 30px;
  }

  #main_header.clients .border-inline li:not(:last-child) {
    position: relative;
    padding-right: 55px; 
    padding-left: 5px;
    border-right: 2px solid #fff; 
  }

  #main_header.clients .centered .container h2 {
    font-size: 15px; 
    margin-bottom: 20px;
  }

  #main_header.clients .centered .container h3 {
    font-size: 10px; 
    margin-bottom: -10px;
  }

  #main_header.clients .count.tree,
  #main_header.clients .count.co2 {
    font-size: 24px; 
  }

  #main_header.clients .text.tree,
  #main_header.clients .text.co2 {
    font-size: 14px; 
    bottom: -30px;
  }

  #main_header.clients .arrow {
    font-size: 16px; 
    margin-top: 20px; 
  }
}

#main_header.area {
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: cover;
  height: 427px;
  top: 67px;
}

#main_header.area ul.border-inline li {
  height: 100px;
}

#main_header.area::after {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main_header.area .centered {
  position: relative;
  z-index: 1;
}

#main_header.area .centered .container h2 {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#main_header.area .centered .container h3 {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

#main_header.area .arrow {
  font-size: 42px;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  animation-name: arrow-home;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

#main_header.area .border-inline {
  display: flex;
  justify-content: center; 
  gap: 30px; 
  list-style: none;
  padding: 0;
  margin: 0;
}

#main_header.area .border-inline li {
  display: flex;
  flex-direction: column; 
  align-items: center; 
}

#main_header.area .border-inline li:not(:last-child) {
  padding-right: 30px; 
  border-right: 2px solid #fff; 
}

#main_header.area .count.tree,
#main_header.area .count.co2 {
    font-weight: bold;
    color: #fff;
    font-size: 40px; 
    margin-bottom: 10px; 
}

#main_header.area .text.tree,
#main_header.area .text.co2 {
    color: #fff;
    font-size: 18px; 
    /* top: 92px; */
}

@media (max-width: 480px) { 
  #main_header.area {
    min-height: 330px;
    padding: 15px 45px;
    top: -20px;
  }

  #main_header.area .border-inline li {
    margin-bottom: 30px;
  }

  #main_header.area .border-inline li:not(:last-child) {
    position: relative;
    padding-right: 55px; 
    padding-left: 5px;
    border-right: 2px solid #fff; 
  }

  #main_header.area .centered .container h2 {
    font-size: 15px; 
    margin-bottom: 20px;
  }

  #main_header.area .centered .container h3 {
    font-size: 10px; 
    margin-bottom: -10px;
  }

  #main_header.area .count.tree,
  #main_header.area .count.co2 {
    font-size: 24px; 
  }

  #main_header.area .text.tree,
  #main_header.area .text.co2 {
    font-size: 14px; 
    bottom: -30px;
  }

  #main_header.area .arrow {
    font-size: 16px; 
    margin-top: 20px; 
  }

  #main_header.area .text-center {
    margin-top: 12px;
    font-size: 8px;
  }

  #main_header.area p.idf {
    font-size: 10px;
  }

  #main_header.area .financing {
    font-size: 8px;
  }
}
@keyframes arrow-home {
  0% {
    bottom: 15px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 15px;
  }
}

#subfooter {
  background-color: #fff;
  background-image: url(/images/bg-news.jpg?2c237c853ab0365b72740991036c574d);
  background-position: center center;
  background-size: cover;
  padding: 100px 0 100px;
  text-align: center;
  position: relative;
}

#subfooter::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  #subfooter {
    background-color: #fff;
    background-image: url(/images/bg-news.jpg?2c237c853ab0365b72740991036c574d);
    background-position: center calc(50% - 133px);
    background-size: cover;
    padding: 100px 0 100px;
    text-align: center;
    position: relative;
  }
}

#subfooter .container {
  z-index: 2;
  position: relative;
}

#subfooter .done {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  #subfooter .done {
    text-align: center;
  }
}

#subfooter .done .count {
  font-size: 32px;
  color: #fff;
  display: block;
  font-weight: bold;
}

@media (min-width: 992px) {
  #subfooter .done .count {
    font-size: 38px;
  }
}

#subfooter .done .text {
  color: #fff;
}

@media (min-width: 992px) {
  #subfooter .done .text {
    font-size: 18px;
  }
}

#subfooter .done li {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #subfooter .done li {
    display: inline-block;
    margin-right: 40px;
    border-right: 1px solid #fff;
    padding-right: 40px;
  }
}

#subfooter .done li:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #subfooter .done li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  #subfooter .newsletter {
    width: 900px;
    margin: 0 auto;
  }
}

#subfooter .newsletter .left {
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #subfooter .newsletter .left {
    float: left;
    width: 50%;
    text-align: left;
  }
}

@media (min-width: 992px) {
  #subfooter .newsletter .right {
    float: right;
    width: 40%;
    text-align: right;
  }
}

@media (min-width: 992px) {
  #subfooter .newsletter .right .form-group {
    margin-top: 16px;
  }
}

#subfooter .newsletter .right .form-control {
  margin-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: none;
  background: transparent;
  height: 48px;
  color: #fff;
}

#subfooter .newsletter .right .form-control::-moz-placeholder {
  color: #efefef;
}

#subfooter .newsletter .right .form-control::placeholder {
  color: #efefef;
}

@media (min-width: 992px) {
  #subfooter .newsletter .right button {
    vertical-align: top;
    margin-left: -6px;
  }
}

#footer {
  text-align: center;
  padding: 35px 0;
  background: #292929;
  color: #fff;
}

@media (min-width: 992px) {
  #footer {
    text-align: left;
  }
}

@media (min-width: 992px) {
  #footer .container {
    width: 960px;
  }
}

#footer h2 {
  font-size: 16px;
  font-weight: bold;
}

#footer a {
  color: #fff;
}

#footer ul.inline li {
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
}

#footer ul.inline li:last-child {
  margin-right: 0;
}

#footer form {
  margin-top: 10px;
}

#footer form .form-control {
  margin-bottom: 15px;
  box-shadow: none;
  border-radius: 1px0;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

#footer form .form-control::-moz-placeholder {
  color: #efefef;
}

#footer form .form-control::placeholder {
  color: #efefef;
}

#footer .copyright {
  margin-top: 25px;
  border-top: 1px solid #3f3f3f;
  padding-top: 35px;
}

#footer .copyright .logo {
  margin-bottom: 25px;
  display: inline-block;
}

#footer .cookies {
  position: fixed;
  bottom: 20px;
  width: 100%;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.5s 0.5s ease;
  max-height: calc(100vh - 100px);
  overflow: auto;
  display: none;
}

#footer .cookies.active {
  display: block;
}

#footer .cookies .container {
  background-color: rgba(35, 90, 89, 0.95);
  padding: 20px 40px;
  border-radius: 30px;
  position: relative;
  max-width: 1280px !important;
  margin: 0px auto;
}

#footer .cookies .container .flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer .cookies .container .flex .col {
  padding: 0 15px;
  flex-basis: auto !important;
}

#footer .cookies .container .flex .desk-4-5 {
  width: 70%;
}

@media screen and (max-width: 720px) {
  #footer .cookies .container .flex .desk-4-5 {
    width: 100%;
  }
}

#footer .cookies .container .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  border: none !important;
  border-radius: 0;
}

#footer .cookies .container p {
  font-size: 13px !important;
  color: #fff;
}

#footer .cookies .container p a {
  color: #CDDC00;
  text-decoration: underline;
}

#footer .cookies .container .button {
  font-size: 17px;
  padding: 13px 26px;
  margin: 0 auto;
  font-weight: 300;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}

#footer .cookies .container .button:hover {
  color: #CDDC00;
}

#footer .whatsapp {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #399247;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  height: 50px;
}

#footer .whatsapp:hover {
  background-color: #287534;
}

#footer .whatsapp .donate {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

#footer .whatsapp .donate a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
}

#footer .whatsapp .whatsapp-segment {
  display: flex;
  align-items: center;
  border-left: 1px solid white;
}

#footer .whatsapp .whatsapp-segment a {
  display: flex;
  align-items: center;
  padding: 8px;
  color: white;
  text-decoration: none;
}

@media (max-width: 600px) {
  #footer .whatsapp {
    right: 15px;
    bottom: 15px;
    font-size: 12.75px;
  }
}

@media (min-width: 992px) {
  .home #main_header .container {
    min-height: 220px;
  }
}

.home #main_header .border-inline li {
  width: 280px;
  vertical-align: top;
  padding: 0 !important;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  margin: 15px auto 25px !important;
}

@media (min-width: 992px) {
  .home #main_header .border-inline li {
    font-size: 21px;
    margin-right: 0 !important;
  }
}

.home #main_header .border-inline li.first {
  animation-name: header-first;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.home #main_header .border-inline li.second {
  animation-name: header-first;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.home #main_header .border-inline li.third {
  animation-name: header-first;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes header-first {
  0% {
    opacity: 0;
    margin-top: 10px;
  }

  10% {
    opacity: 0;
    margin-top: 10px;
  }

  50% {
    opacity: 1;
    margin-top: 0;
  }

  75% {
    margin-top: 0;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}

#atuacao {
  text-align: center;
  padding: 40px 0;
}

@media (min-width: 992px) {
  #atuacao {
    padding: 60px 0;
  }
}

#atuacao ul {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 720px) {
  #atuacao ul {
    width: 100%;
    flex-wrap: wrap;
  }
}

#atuacao ul a {
  color: #292929;
  outline: none;
  text-decoration: none;
}

#atuacao ul li {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  #atuacao ul li {
    display: inline-block;
    width: calc(25% - 35px);
    text-align: center;
    margin-bottom: 0;
    vertical-align: top;
    margin: 0 15px;
  }
}

#atuacao ul li .image {
  margin-bottom: 10px;
}

#atuacao ul li .image img {
  width: 60px;
}

#atuacao ul li h2 {
  color: #399247;
  font-weight: bold;
  margin-top: 0;
}

@media (min-width: 992px) {
  #atuacao ul li h2 {
    padding: 0 40px;
  }
}

.check_project {
  background: #399247;
  padding: 40px 0;
  color: #fff;
  text-align: center;
}

@media (min-width: 992px) {
  .check_project .left {
    float: left;
    text-align: left;
    width: 50%;
  }
}

.check_project .left .image {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .check_project .left .image {
    float: left;
  }
}

.check_project .left .image img {
  width: 60px;
}

@media (min-width: 992px) {
  .check_project .left .image img {
    width: auto;
  }
}

@media (min-width: 992px) {
  .check_project .left .text {
    float: left;
    width: calc(100% - 84px);
    padding-left: 20px;
    padding-top: 8px;
  }
}

@media (min-width: 992px) {
  .check_project .right {
    float: right;
    width: 40%;
    text-align: right;
  }
}

.check_project .right form .form-control {
  background: transparent;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  height: 48px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .check_project .right form .form-control {
    border-radius: 10px 0 0 10px;
  }
}

.check_project .right form .form-control::-moz-placeholder {
  color: #efefef;
}

.check_project .right form .form-control::placeholder {
  color: #efefef;
}

.check_project .right form .btn-primary {
  vertical-align: top;
}

@media (min-width: 992px) {
  .check_project .right form .btn-primary {
    margin-left: -5px;
    border-radius: 0 10px 10px 0;
  }
}

@media (min-width: 992px) {
  .check_project .right form .form-group {
    margin-top: 14px;
  }
}

.news {
  padding: 35px 0;
  text-align: center;
}

.testimonials {
  padding: 35px 0;
  text-align: center;
  position: relative;
}

.testimonials .slick-dotted.slick-slider {
  margin-bottom: 263px !important;
}

@media (min-width: 992px) {
  .testimonials {
    padding: 60px 0;
  }
}

.testimonials strong {
  color: #399247;
}

.testimonials.green-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 42, 10, 0.8);
}

.testimonials.green-background .text {
  color: #fff;
}

.testimonials.green-background .data {
  color: #fff;
}

.testimonials.green-background .slick-dots li.slick-active button {
  background: #fff;
}

.testimonials .centered {
  position: relative;
  z-index: 2;
}

.testimonials .text {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .testimonials .text {
    width: 500px;
    margin: 0 auto 10px;
  }
}

.testimonials .slick-dots li {
  width: 10px;
  height: 10px;
}

.testimonials .slick-dots li button {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  text-indent: -5000px;
  width: 10px;
  height: 10px;
}

.testimonials .slick-dots li.slick-active button {
  background: #399247;
}

.news-carousel {
  margin-top: 35px;
}

.news-carousel .image {
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 992px) {
  .news-carousel .image {
    height: 500px;
    width: 670px;
    margin: 0 auto;
    padding: 0 50px;
  }
}

@media (min-width: 1200px) {
  .news-carousel .image {
    width: 970px;
  }
}

.news-carousel .image::after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-carousel h2 {
  color: #fff;
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
  font-size: 22px;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .news-carousel h2 {
    font-size: 42px;
  }
}

.news-carousel a {
  z-index: 2;
  position: relative;
}

.news-carousel .slick-slide {
  opacity: 0.5;
}

.news-carousel .slick-slide.slick-current {
  opacity: 1;
}

.news-carousel .slick-prev,
.news-carousel .slick-next {
  z-index: 10;
}

.news-carousel .slick-prev i,
.news-carousel .slick-next i {
  color: #399247;
  font-size: 42px;
}

.news-carousel .slick-prev::before,
.news-carousel .slick-next::before {
  display: none;
}

@media (min-width: 992px) {
  .news-carousel .slick-prev {
    left: 20px;
  }
}

@media (min-width: 992px) {
  .news-carousel .slick-next {
    right: 20px;
  }
}

.calculadora-carbono {
  background: #235a59;
  padding: 25px 0;
  color: #fff;
  text-align: center;
}

@media (min-width: 992px) {
  .calculadora-carbono .left {
    float: left;
    text-align: left;
    width: 50%;
  }
}

.calculadora-carbono .text {
  margin-bottom: 15px;
}

.calculadora-carbono .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 992px) {
  .calculadora-carbono .title {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .calculadora-carbono .right {
    float: right;
    width: 40%;
    text-align: right;
    padding-top: 16px;
  }
}

.faq-list {
  padding: 35px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .faq-list .container {
    width: 860px;
  }
}

.faq-list .basic-heading {
  margin-bottom: 25px;
}

.faq-list .panel-default {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.faq-list .panel-default .panel-heading {
  background: transparent;
  border: none;
  border-radius: 0;
  font-weight: bold;
  color: #399247;
}

@media (min-width: 992px) {
  .faq-list .panel-default .panel-heading {
    text-align: left;
    padding: 0;
  }
}

.faq-list .panel-default .panel-heading h4 {
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 992px) {
  .faq-list .panel-default .panel-heading h4 a {
    padding: 25px 0;
    display: block;
  }
}

@media (min-width: 992px) {
  .faq-list .panel-default .panel-body {
    text-align: left;
    padding: 20px 0;
  }
}

.auth main {
  padding: 130px 0 60px;
}

.auth .login-form {
  width: 280px;
  display: block;
  margin: 0 auto;
}

.about main #description .container .row {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.about main #description .container .row .col-md-7 {
  max-width: 611px;
}

.about main #description .container .row .col-md-7 p {
  white-space: pre-wrap;
  margin-bottom: 30px;
}

.about main #description .container .row .col-md-5 {
  width: -moz-max-content;
  width: max-content;
}

.about main #description .container .about-general {
  display: flex;
  margin-top: 50px;
  gap: 80px;
}

.about main #description .container .about-general .about-column .inline {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

.about main #description .container .about-general .about-column h2 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  color: #399247;
}

.about main #description .container .about-general .about-column ul li {
  list-style: disc;
}

.about main #description .container .about-general .about-column p {
  white-space: pre-wrap;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .about main #description .container .basic-heading {
    display: none;
  }

  .about main #description .container .row {
    margin-top: 0;
    flex-direction: column;
  }

  .about main #description .container .row .col-md-7 {
    width: 100%;
  }

  .about main #description .container .row .col-md-5 {
    width: auto;
  }

  .about main #description .container .about-general {
    flex-direction: column;
    gap: 10px;
  }
}

.about #timeline {
  padding: 40px 0 0;
}

.about #timeline .basic-heading {
  margin-bottom: 15px;
}

.about #timeline .timeline-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.about #timeline .timeline-navigation .prev-arrow,
.about #timeline .timeline-navigation .next-arrow {
  cursor: pointer;
  font-size: 36px;
  position: relative;
  top: -30px;
  color: #399247;
  transition: color 0.2s ease-out;
}

.about #timeline .timeline-navigation .prev-arrow:hover,
.about #timeline .timeline-navigation .next-arrow:hover {
  color: #2b6d35;
}

.about #timeline .timeline-navigation .prev-arrow {
  left: 80px;
}

.about #timeline .timeline-navigation .next-arrow {
  right: 80px;
}

.about #timeline .timeline-navigation .timelineWrap {
  margin-bottom: 25px;
  width: 80%;
  overflow: auto;
  margin: auto;
}

.about #timeline .timeline-navigation .timelineWrap ul {
  display: block;
  position: relative;
}

.about #timeline .timeline-navigation .timelineWrap ul::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d4d4d4;
  content: "";
}

.about #timeline .timeline-navigation .timelineWrap ul li {
  float: left;
  width: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 8px;
  margin-right: 30px;
  cursor: pointer;
}

.about #timeline .timeline-navigation .timelineWrap ul li .ball {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 40px;
  background: #d4d4d4;
  margin: 0 auto 4px;
  transition: background 0.2s ease-out;
}

.about #timeline .timeline-navigation .timelineWrap ul li .text {
  color: #d4d4d4;
  font-size: 12px;
  font-weight: bold;
  display: block;
  transition: color 0.2s ease-out;
}

.about #timeline .timeline-navigation .timelineWrap ul li:hover .ball {
  background: #399247;
}

.about #timeline .timeline-navigation .timelineWrap ul li:hover .text {
  color: #399247;
}

.about #timeline .timeline-navigation .timelineWrap ul li.active {
  margin-top: 0px;
}

.about #timeline .timeline-navigation .timelineWrap ul li.active .ball {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  background: #399247;
  margin: 0 auto 4px;
}

.about #timeline .timeline-navigation .timelineWrap ul li.active .text {
  color: #399247;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.about #timeline .timeline-navigation .timelineWrap ul li:last-child {
  margin-right: 0;
}

.about #timeline .descriptions {
  margin-top: 30px;
}

.about #timeline .descriptions .description {
  display: none;
}

.about #timeline .descriptions .description.active {
  display: flex;
  width: 80%;
  margin: auto;
  align-items: center;
}

.about #timeline .descriptions .description.active .description-content {
  display: flex;
  align-items: center;
}

.about #timeline .descriptions .description.active img {
  max-width: 350px;
  margin-right: 30px;
  border-radius: 20px;
}

.about #timeline .descriptions .description.active p {
  flex: 1;
}

@media (max-width: 600px) {
  .about #timeline {
    padding: 0;
  }

  .about #timeline .basic-heading {
    text-align: left;
  }

  .about #timeline .timeline-navigation .next-arrow {
    right: 0;
  }

  .about #timeline .timeline-navigation .prev-arrow {
    left: 0;
  }

  .about #timeline .descriptions .description.active {
    width: 100%;
  }

  .about #timeline .descriptions .description .description-content {
    flex-direction: column;
  }

  .about #timeline .descriptions .description .description-content img {
    margin: auto;
  }

  .about #timeline .descriptions .description .description-content p {
    padding: 10px;
    width: 99%;
  }
}

.about #secoes {
  padding: 40px 0;
  width: 75%;
  margin: auto;
}

.about #secoes .nav-titles {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.about #secoes .nav-titles .nav-title {
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s;
  color: #000;
  font-size: 38px;
  font-weight: 400;
}

.about #secoes .nav-titles .nav-title.active {
  border-bottom: 4px solid #399247;
  font-weight: bold;
}

.about #secoes .nav-titles .nav-title:not(:last-child) {
  margin-right: 30px;
}

.about #secoes .nav-titles::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  z-index: -1;
}

.about #secoes .section-description {
  font-size: 14px;
  padding-bottom: 20px;
}

.about #secoes .carrossel-secao {
  position: relative;
}

.about #secoes .carrossel-secao .swiper-container {
  display: none;
  position: relative;
}

.about #secoes .carrossel-secao .swiper-container.active {
  display: block;
}

.about #secoes .carrossel-secao .swiper-container .swiper-button-next,
.about #secoes .carrossel-secao .swiper-container .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  color: #399247;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.about #secoes .carrossel-secao .swiper-container .swiper-button-next:hover,
.about #secoes .carrossel-secao .swiper-container .swiper-button-prev:hover {
  color: #287534;
}

.about #secoes .carrossel-secao .swiper-container .swiper-button-next::after,
.about #secoes .carrossel-secao .swiper-container .swiper-button-prev::after {
  font-size: 18px;
}

.about #secoes .carrossel-secao .swiper-container .swiper-button-next {
  right: -80px;
}

.about #secoes .carrossel-secao .swiper-container .swiper-button-prev {
  left: -80px;
}

.about #secoes .carrossel-secao .swiper-container .swiper-wrapper {
  display: flex;
}

.about #secoes .carrossel-secao .swiper-container .swiper-slide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  height: auto;
  opacity: 0;
}

.about #secoes .carrossel-secao .swiper-container .swiper-slide.swiper-slide-visible {
  opacity: 1 !important;
}

.about #secoes .carrossel-secao .swiper-container .swiper-slide img {
  max-width: 177px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin-bottom: 15px;
}

.about #secoes .carrossel-secao .swiper-container .swiper-slide .swiper-slide-content h3 {
  font-size: 26px;
  font-weight: bold;
  color: #399247;
  margin-bottom: 10px;
}

.about #secoes .carrossel-secao .swiper-container .swiper-slide .swiper-slide-content p {
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .about #secoes {
    width: 90%;
  }

  .about #secoes .nav-titles {
    justify-content: flex-start;
    padding-bottom: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
  }

  .about #secoes .nav-titles::after {
    bottom: 21px;
  }

  .about #secoes .nav-titles .nav-title {
    margin-bottom: 10px;
    font-size: 20px;
    scroll-snap-align: start;
    padding: 10px;
  }

  .about #secoes .nav-titles .nav-title:not(:last-child) {
    margin-right: 0;
  }

  .about #secoes .carrossel-secao .swiper-container {
    width: 100%;
    max-width: 280px;
    margin: auto;
  }

  .about #secoes .carrossel-secao .swiper-container .swiper-wrapper {
    max-width: 280px;
  }

  .about #secoes .carrossel-secao .swiper-container .swiper-wrapper .swiper-slide {
    max-width: 280px;
  }

  .about #secoes .carrossel-secao .swiper-container .swiper-button-prev {
    left: -50px;
  }

  .about #secoes .carrossel-secao .swiper-container .swiper-button-next {
    right: -50px;
  }
}

.equipe #team {
  padding: 40px 0 0;
}

.equipe #team .basic-heading {
  text-align: left;
}

.equipe #team .basic-heading h2 {
  margin-bottom: 30px;
}

.equipe #team ul {
  text-align: left;
}

@media (min-width: 992px) {
  .equipe #team ul {
    text-align: left;
  }
}

.equipe #team ul .seeStaff {
  cursor: pointer;
}

.equipe #team ul .seeStaff:hover {
  font-weight: 900;
}

.equipe #team ul li {
  display: inline-block;
  width: 38%;
  vertical-align: top;
  text-align: left;
  margin: 0px 40px 40px 0;
}

@media (min-width: 992px) {
  .equipe #team ul li {
    text-align: left;
    width: calc(25% - 4px);
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 0 40px;
  }
}

.equipe #team ul li .description {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 2001;
  display: none;
}

@media (min-width: 992px) {
  .equipe #team ul li .description {
    width: 63%;
  }
}

.equipe #team ul li .description.show {
  display: block;
}

.equipe #team ul li .description a {
  text-decoration: none;
  position: absolute;
  top: 30px;
  right: 30px;
}

.equipe #team ul li .description a svg {
  width: 15px;
}

.equipe #team ul li .description h3.title {
  font-size: 24px;
}

@media (min-width: 992px) {
  .equipe #team ul li .description h3.title {
    font-size: 28px;
  }
}

.equipe #team ul li .description p {
  font-size: 16px;
}

.equipe #team ul li .title,
.equipe #team ul li .title-fiscal {
  display: block;
  color: #399247;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.equipe #team ul li .title:hover,
.equipe #team ul li .title-fiscal:hover {
  font-weight: 900;
}

@media (min-width: 992px) {
  .equipe #team ul li .title,
  .equipe #team ul li .title-fiscal {
    font-size: 20px;
  }
}

.equipe #team .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2000;
  display: none;
}

.equipe #team .modal-overlay.show {
  display: block;
}

.equipe #team #board {
  margin-top: 30px;
}

.equipe #team .list-fiscal {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 992px) {
  .equipe #team .list-fiscal {
    flex-direction: row;
  }
}

.equipe #team .list-fiscal li {
  width: 65%;
}

.equipe #team .list-diretoria {
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .equipe #team .list-diretoria {
    text-align: left;
  }
}

.equipe #team .list-diretoria li {
  width: 46%;
  text-align: center;
  margin: 0px 12px 11px 0;
}

@media (min-width: 992px) {
  .equipe #team .list-diretoria li {
    text-align: left;
    width: calc(25% - 4px);
    margin: 0px 12px 11px 0;
  }
}

/* CONTATO */

.contact_page #contact {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .contact_page #contact .container {
    width: 800px;
  }
}

.contact_page #contact form .form-control {
  border-radius: 0;
  border: 2px solid #d4d4d4;
  box-shadow: none;
}

.contact_page #contact form label {
  color: #399247;
}

.contact_page #contact .left {
  text-align: center;
}

@media (min-width: 992px) {
  .contact_page #contact .left {
    width: 30%;
    float: left;
    text-align: left;
  }
}

.contact_page #contact .left ul li {
  list-style: none;
  margin-bottom: 25px;
}

.contact_page #contact .left ul li .title {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #399247;
}

.contact_page #contact .left ul li a {
  color: #292929;
}

.contact_page #contact .left ul li a:hover {
  color: #399247;
}

.contact_page #contact .right {
  text-align: center;
}

@media (min-width: 992px) {
  .contact_page #contact .right {
    float: right;
    width: 60%;
    text-align: left;
  }
}

.contact_page #contact .right .buttons {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .contact_page #contact .right .buttons {
    text-align: right;
  }
}

.contact_page #mapa {
  height: 300px;
}

.contact_page #mapa iframe {
  width: 100%;
  height: 300px;
}

.testimonials .centered .container .slick-dotted {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 990px) {
  .testimonials .centered .container .slick-dotted {
    margin-bottom: 30px !important;
  }
}

/* ARQUIVO */

.archive #search_section .container form input[type=text] {
  padding: 12px 20px 13px;
  border-radius: 6px;
  border: 1px solid #767676;
  width: 50%;
}

@media (min-width: 768px) {
  .archive #search_section .container form input[type=text] {
    padding: 12px 20px 13px;
    border-radius: 6px;
    border: 1px solid #767676;
    width: 239px;
  }
}

@media (min-width: 992px) {
  .archive #search_section .container form input[type=text] {
    padding: 12px 20px 13px;
    border-radius: 6px;
    border: 1px solid #767676;
    width: 239px;
  }
}

@media (min-width: 1200px) {
  .archive #search_section .container form input[type=text] {
    padding: 12px 20px 13px;
    border-radius: 6px;
    border: 1px solid #767676;
    width: 239px;
  }
}

.archive #search_section .container .btn-primary {
  padding: 12px 16px;
}

.archive #buttons_section {
  margin-bottom: 50px;
}

.archive #buttons_section .container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 15px;
}

@media (min-width: 768px) {
  .archive #buttons_section .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .archive #buttons_section .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .archive #buttons_section .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
  }
}

.archive #buttons_section .archive-button {
  position: relative;
  display: block;
  width: 371px;
  height: 145px;
  background-size: cover;
  background-position: center;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media (min-width: 992px) {
  .archive #buttons_section .archive-button {
    position: relative;
    display: block;
    width: 371px;
    height: 237px;
    background-size: cover;
    background-position: center;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
}

@media (min-width: 1200px) {
  .archive #buttons_section .archive-button {
    position: relative;
    display: block;
    width: 371px;
    height: 237px;
    background-size: cover;
    background-position: center;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
}

.archive #buttons_section .archive-button .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.archive #buttons_section .archive-button span {
  z-index: 1;
}

.archive #buttons_section .archive-button:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.archive #search_section .container form select {
  padding: 12px 20px 13px;
  border-radius: 6px;
  width: 20%;
}

/* DONATIONS */

.donation .testimonials {
  background-image: url(/images/quote-bg2.jpg?2b84b0be8cec5b9378d3e53159830bd5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  .donation #money .container {
    width: 970px;
  }
}

.donation #plans {
  position: initial !important;
  bottom: initial;
}

@media (min-width: 992px) {
  .donation #plans ul {
    text-align: center;
  }
}

.donation #plans ul li {
  margin-bottom: 65px;
}

@media (min-width: 992px) {
  .donation #plans ul li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    margin-bottom: 0;
  }
}

.donation #plans ul li:last-child {
  margin-right: 0;
}

.donation #plans ul li:hover label.plan-wrap {
  margin-top: -10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.donation #plans ul li input {
  display: none;
}

.donation #plans ul li input:checked + label.plan-wrap {
  margin-top: -10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.donation #plans ul li label.plan-wrap {
  border: 1px solid #d4d4d4;
  padding: 25px 15px;
  text-align: center;
  width: 280px;
  display: block;
  margin: 0 auto 35px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.donation #plans ul li label.plan-wrap .title {
  display: block;
  color: #399247;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 10px;
}

.donation #plans ul li label.plan-wrap .amount {
  display: block;
  font-weight: bold;
  font-size: 22px;
  color: #399247;
  margin-bottom: 10px;
}

.donation #plans ul li label.plan-wrap button,
.donation #plans ul li label.plan-wrap a {
  margin: 0 auto -50px;
}

.donation .pagarme-checkout-btn {
  display: none !important;
}

.donation #other-plans .container {
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .donation #other-plans .container {
    width: 970px;
  }
}

.donation #other-plans .container a {
  margin: 0 auto;
  display: table;
}

.donation #other-plans .basic-heading {
  margin-bottom: 15px;
}

.donation #thanks .container {
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .donation #thanks .container {
    width: 970px;
  }
}

.donation #thanks .container .btn {
  margin: 0 auto;
  display: table;
}

.donation #thanks .container #social-links {
  padding: 5px 0;
}

.donation #thanks .container #social-links ul {
  width: auto !important;
  margin: 0;
}

.donation #thanks .container #social-links ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 30px;
}

.donation #thanks .basic-heading {
  margin-bottom: 15px;
}

.donation #other-donation {
  position: initial !important;
}

.donation #other-donation .container {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .donation #other-donation .container {
    width: 970px;
  }
}

.donation #other-donation .basic-heading {
  margin-bottom: 15px;
}

.donation #other-donation .form-control {
  height: 44px;
}

.donation #other-donation .buttons {
  text-align: center;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .donation #other-donation .buttons {
    text-align: right;
  }
}

.donation #other-donation .buttons .d-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.donation #other-donation .buttons .amount {
  display: block;
  margin-bottom: 15px;
}

.donation #other-donation .buttons .amount span {
  font-weight: bold;
}

@media (min-width: 992px) {
  .donation #other-donation .buttons .amount {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.donation #other-donation .buttons .pagarme-checkout-btn {
  border-radius: 0;
  border: 2px solid #399247;
  text-transform: uppercase;
  padding: 12px 30px;
  background: #399247;
  color: #fff;
  transition: all 0.2s ease-out;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.donation #other-donation .buttons .pagarme-checkout-btn:hover {
  background: #287534 !important;
  border-color: #287534;
  color: #fff;
}

@media (min-width: 992px) {
  .donation #supporters .container {
    width: 970px;
  }
}

.donation #my-donations .container {
  border-top: 1px solid #d4d4d4;
  padding-top: 50px;
}

@media (min-width: 992px) {
  .donation #my-donations .container {
    width: 970px;
  }
}

.donation #my-donations .basic-heading {
  margin-bottom: 15px;
}

.donation #my-donations .form-control {
  height: 44px;
}

.donation #my-donations .buttons {
  text-align: center;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .donation #my-donations .buttons {
    text-align: right;
  }
}

#privacyModal {
  z-index: 9999;
}

.agree-container,
.agree-container-plans {
  display: flex;
  align-items: center;
}

.agree-container p,
.agree-container-plans p {
  margin: 0 !important;
  font-size: 15px;
  text-align: left;
}

.agree-container p a,
.agree-container-plans p a {
  color: #399247;
  transition: filter 0.2s;
}

.agree-container p a:hover,
.agree-container-plans p a:hover {
  filter: brightness(0.8);
}

.agree-container input,
.agree-container-plans input {
  margin: 0 15px 0 0 !important;
  accent-color: #399247;
  width: initial !important;
}

.agree-container-plans {
  width: 940px;
  margin: 15px auto 0;
}

.d-block {
  display: block !important;
}

#documents #description {
  margin-bottom: 50px;
}

#documents .search-form input {
  padding: 12px 20px 13px;
}

.areas .main-section {
  padding: 50px 0;
}

.areas .bordered-section {
  padding: 40px 0 0;
}

.areas .bordered-section:last-of-type .container {
  border-bottom: none;
}

.areas .bordered-section .basic-heading {
  margin-bottom: 15px;
}

.areas .bordered-section .container {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 40px;
}

.areas #map #map_wrap {
  height: 400px;
  width: 100%;
}

.areas #map .buttons {
  margin-top: 30px;
  margin-bottom: 40px;
}

.areas #projects .basic-heading {
  margin-bottom: 25px;
}

.areas #page-footer {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* CLIENTES */

.clients #main_header .logo img {
  width: auto;
  max-width: 200px;
}

.clients .main-section {
  padding: 50px 0;
}

.clients .page-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.clients #projects {
  padding: 50px 0;
}

.clients #projects .basic-heading {
  margin-bottom: 25px;
}

.clients #projects a {
  color: #399247;
}

.clients #projects a:hover {
  color: #292929;
}

/* LOCATIONS */

.locations .main-section {
  padding: 50px 0;
}

.locations #description .container .basic-heading {
  text-align: left;
}

@media (min-width: 992px) {
  .locations #description .container .basic-heading {
    text-align: center;
  }
}

.locations #description .container .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .locations #description .container .row {
    flex-direction: row;
  }
}

.locations #description .container .row .col-md-5 img {
  border-radius: 15px;
  height: auto;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .locations #description .container .row .col-md-5 img {
    margin-top: 0;
  }
}

.locations #locations {
  padding: 0;
}

.locations #locations .container .basic-heading h2 {
  font-size: 20px;
  text-align: left;
}

@media (min-width: 992px) {
  .locations #locations .container .basic-heading h2 {
    font-size: 38px;
  }
}

.locations #locations .container .basic-heading .searchbox {
  width: auto;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .locations #locations .container .basic-heading .searchbox {
    width: 240px;
    margin: 0 auto;
    position: relative;
  }
}

.locations #locations .container .basic-heading .searchbox .form-control {
  border-radius: 8px;
}

.locations .mapa {
  width: auto;
}

@media (min-width: 992px) {
  .locations .mapa {
    position: relative;
    margin: 20px auto 50px;
  }
}

.locations .mapa .container {
  padding: 0;
}

.locations #map-canvas {
  height: 400px;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .locations #map-canvas {
    width: 58.6%;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1094px) {
  .locations #map-canvas {
    width: 62.5%;
    margin-bottom: 0;
  }
}

@media (min-width: 1363px) {
  .locations #map-canvas {
    width: 64%;
    margin-bottom: 0;
    border-radius: 10px;
  }
}

.locations #map-canvas-lista {
  height: 453px;
  overflow: hidden;
  width: auto;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .locations #map-canvas-lista {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    width: 400px;
    height: 400px;
    margin: 0;
    display: inline-block;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .locations #map-canvas-lista {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    width: 400px;
    height: 400px;
    margin: 0;
    display: inline-block;
    padding: 0;
  }
}

.locations #map-canvas-lista #lista {
  width: inherit;
  height: inherit;
  overflow: inherit;
  display: inherit;
}

.locations #map-canvas-lista #lista ul {
  padding-left: 3px;
}

@media (min-width: 992px) {
  .locations #map-canvas-lista #lista ul {
    padding-left: 25px;
  }
}

.locations #map-canvas-lista #lista ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid #292929;
  padding-bottom: 15px;
}

.locations #map-canvas-lista #lista ul li .title {
  color: #399247;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.locations #map-canvas-lista #lista ul li a {
  color: #399247;
}

.locations #map-canvas-lista #lista ul li a:hover {
  color: #292929;
}

.locations #map-canvas-lista #filtros {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 992px) {
  .locations #map-canvas-lista #filtros {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-right: 4px;
    margin-left: 25px;
  }
}

.locations .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #399247;
}

.locations .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.1);
}

.locations .maps-page ul li label {
  position: relative;
  font-weight: normal;
  padding-left: 23px;
  font-size: 13px;
}

.locations .page-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* EVENTS */

.events.event-show .basic-heading {
  margin-bottom: 15px;
}

.events.event-show .basic-listing {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .posts-show header#main_header {
    height: 50vh;
  }

  .posts-show header#main_header h2 {
    max-width: 800px;
  }
}

@media (max-width: 768px) {
  .posts-show header#main_header h2 {
    font-size: 20px;
    width: 500px;
    position: relative; 
  }
}

@media (max-width: 468px) {
  .posts-show header#main_header h2 {
    font-size: 18px;
    width: 280px;
    left: 50%;
    position: relative; 
  }
}

.posts-show .main-section {
  padding-top: 35px;
}

.posts-show .main-section h2.title {
  font-weight: bold;
  color: #399247;
  font-size: 32px;
}

.posts-show .main-section .content {
  margin-top: 25px;
}

.posts-show .main-section .content img {
  max-width: 100% !important;
  height: auto;
}

.posts-show .main-section .content p {
  margin-bottom: 20px;
}

.posts-show .main-section .content h1,
.posts-show .main-section .content h2,
.posts-show .main-section .content h3,
.posts-show .main-section .content h4,
.posts-show .main-section .content h5 {
  font-weight: bold;
  color: #399247;
}

.posts-show .main-section #social-links {
  padding: 5px 0;
}

.posts-show .main-section #social-links ul {
  width: auto !important;
  margin: 0;
}

.posts-show .main-section #social-links ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 30px;
}

.posts-show #related_posts {
  margin-bottom: 25px;
}

.posts-show #related_posts .basic-heading {
  border-top: 1px solid #d4d4d4;
  padding-top: 25px;
  margin-bottom: 15px;
}

.posts-index .main-section {
  max-width: 100%;
  margin: auto;
  margin-top: 20px;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .posts-index .main-section {
    max-width: 955px;
    margin: auto;
    margin-top: 50px;
  }
}

.posts-index .main-section .container-fluid {
  padding: 0;
}

@media (min-width: 992px) {
  .posts-index .main-section .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.posts-index .search-form {
  display: flex;
  gap: 10px;
}

.posts-index .search-form input {
  padding: 12px 20px 13px;
  border-radius: 8px;
  border: 1px solid #292929;
  width: 50%;
}

@media (min-width: 992px) {
  .posts-index .search-form input {
    width: auto;
    padding: 12px 20px 13px;
    border-radius: 8px;
    border: 1px solid #292929;
  }
}

.posts-index .search-form button {
  width: 50%;
  font-size: 12px;
}

@media (min-width: 992px) {
  .posts-index .search-form button {
    width: auto;
  }
}

.posts-index .post-listing {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: auto;
}

.posts-index .post-listing li {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.posts-index .post-listing li:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.posts-index .post-listing li a {
  display: flex;
  text-decoration: none;
  color: inherit;
  flex: 1;
  flex-direction: column;
  /* Define a ordem vertical no mobile por padrão */
}

.posts-index .post-listing li .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  /* Ocupa toda a largura no mobile */
  height: 200px;
  /* Altura fixa para a imagem no mobile */
}

.posts-index .post-listing li .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.posts-index .post-listing li .content .title {
  font-weight: bold;
  color: #399247;
  font-size: 22px;
  margin-bottom: 10px;
}

.posts-index .post-listing li .content .excerpt {
  color: #292929;
  font-size: 16px;
}

@media (min-width: 992px) {
  .posts-index .post-listing li {
    flex-direction: row;
    min-height: 228px;
  }

  .posts-index .post-listing li a {
    flex-direction: row;
    /* Define a ordem horizontal no desktop */
  }

  .posts-index .post-listing li .image {
    flex: 1;
    height: 100%;
    /* Altura 100% no desktop */
    width: 250px;
    /* Largura fixa no desktop */
  }

  .posts-index .post-listing li .content {
    flex: 2;
    padding: 20px 50px 20px 20px;
  }

  .posts-index .post-listing li .content .title {
    font-size: 26px;
  }

  .posts-index .post-listing li .content .excerpt {
    font-size: 18px;
  }
}

.posts-index .pagination_wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.posts-index .pagination_wrap .pagination {
  display: flex;
  list-style: none;
  padding: 0;
}

.posts-index .pagination_wrap .pagination li {
  display: inline-flex;
}

.posts-index .pagination_wrap .pagination li span {
  align-content: center;
}

.posts-index .pagination_wrap .pagination li a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #399247;
  text-decoration: none;
}

.posts-index .pagination_wrap .pagination li a:hover {
  background-color: #f0f0f0;
}

.posts-index .pagination_wrap .pagination li.active a {
  background-color: #287534;
  color: #fff;
}

#noticia .content {
  max-width: 900px;
}

#noticia .content p {
  font-size: 16px;
}

.landing .testimonials {
  background-image: url(/images/testimonials-bg.jpg?8f563bc434db1a1fbbfe1f7589068479);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.landing #awards {
  padding: 40px 0 0;
}

.landing #awards .carousel-basic {
  margin-top: 25px;
}

.landing #awards .container {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 40px;
}

.landing #team {
  padding: 40px 0 0;
}

.landing #team .container {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 40px;
}

.landing #team .basic-heading h2 {
  margin-bottom: 15px;
}

.landing #team ul .desc {
  text-decoration: none;
}

.landing #team ul .desc:focus {
  outline: none;
}

.landing #team ul .desc .seeStaff {
  color: #399247 !important;
}

.landing #team ul {
  text-align: center;
}

@media (min-width: 992px) {
  .landing #team ul {
    text-align: left;
  }
}

.landing #team ul li {
  display: block;
  width: 280px;
  vertical-align: top;
  text-align: center;
  margin: 10px auto 40px;
}

@media (min-width: 992px) {
  .landing #team ul li {
    text-align: left;
    width: calc(25% - 4px);
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 0 15px;
  }
}

.landing #team ul li .title {
  display: block;
  color: #399247;
  font-weight: bold;
  font-size: 20px;
}

.landing #team #board {
  margin-top: 30px;
}

.landing .mapa {
  margin-top: 0;
}

.program-index .main-section {
  padding-bottom: 35px;
}

.program-index .main-section .container {
  max-width: 1205px;
  padding: 0;
}

.program-index .main-section .container.main-description {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .program-index .main-section .container.main-description {
    max-width: 777px;
    text-align: center;
  }
}

.program-index #program-list .nav-titles {
  margin-bottom: 40px;
  gap: 15px;
  display: inline-flex;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .program-index #program-list .nav-titles {
    display: inline-flex;
    margin-bottom: 20px;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    gap: 50px;
    text-transform: uppercase;
  }
}

.program-index #program-list .nav-titles .nav-title {
  font-size: 20px;
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s;
  color: #000;
  font-weight: 400;
}

@media (min-width: 992px) {
  .program-index #program-list .nav-titles .nav-title {
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s;
    color: #000;
    font-size: 24px;
    font-weight: 400;
  }
}

.program-index #program-list .nav-titles .nav-title.active {
  border-bottom: 4px solid #399247;
  font-weight: bold;
}

.program-index #program-list .nav-titles::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  z-index: -1;
}

.program-index .basic-listing {
  text-align: center;
  display: none;
  padding-left: 13px;
}

.program-index .basic-listing.active {
  display: block;
}

.program-index .basic-listing .icon {
  margin-bottom: 15px;
  padding: 25px;
  border-radius: 10px 10px 0 0;
  position: relative;
  background-size: cover;
}

.program-index .basic-listing .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: inherit;
}

@media (min-width: 992px) {
  .program-index .basic-listing .icon {
    padding: 45px;
    border-radius: 10px 10px 0 0;
  }
}

.program-index .basic-listing .description {
  padding: 10px;
  font-size: 10px;
  height: 32%;
  align-content: center;
}

@media (min-width: 992px) {
  .program-index .basic-listing .description {
    padding: 10px;
    font-size: 14px;
    height: 32%;
    align-content: center;
  }
}

.program-index .basic-listing li .title {
  padding: 0 15px;
  line-height: 15px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .program-index .basic-listing li .title {
    padding: 0 15px;
    line-height: 27px;
    font-size: 18px;
  }
}

.program-index .basic-listing li img {
  width: auto;
  height: 59px;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .program-index .basic-listing li img {
    height: 95px;
  }
}

@media (min-width: 1200px) {
  .program-index .basic-listing li img {
    height: 95px;
  }
}

.program-show #como-funciona .basic-heading {
  text-align: center;
}

.program-show #como-funciona .basic-heading h2 {
  margin: 20px auto;
}

.program-show #como-funciona .fases {
  margin-bottom: 50px;
}

.program-show #como-funciona .fases .fase {
  display: inline-block;
  width: 100%;
  height: 160px;
  margin: 7px 0;
  vertical-align: top;
  transition: 0.5s;
  border-radius: 8px; 
  overflow: hidden;
}

@media (min-width: 992px) {
  .program-show #como-funciona .fases .fase {
    width: calc(16.6666666667% - 10px);
    height: 350px;
    margin: 0;
  }
}

.program-show #como-funciona .fases .fase .overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 10px;
  color: #fff;
}

.program-show #como-funciona .fases .fase .overlay h4 {
  font-weight: bold;
}

.program-show #como-funciona .fases .fase:hover {
  transform: translate(0, -10px);
}

.program-show #como-funciona .fases .fase.step-1 {
  background-image: url(/images/fase1.jpg?1eaa915736ba1d042bde40ea9c6b7c94);
  background-size: cover;
  background-position: center center;
}

.program-show #como-funciona .fases .fase.step-2 {
  background-image: url(/images/fase2.jpg?efa9eb73fd21895d6682347edd62551d);
  background-size: cover;
  background-position: center center;
}

.program-show #como-funciona .fases .fase.step-3 {
  background-image: url(/images/fase3.jpg?5a8184f219cdb962648774db466533c6);
  background-size: cover;
  background-position: center center;
}

.program-show #como-funciona .fases .fase.step-4 {
  background-image: url(/images/fase4.jpg?f0c9aff7850aefd90c90e4201821680b);
  background-size: cover;
  background-position: center center;
}

.program-show #como-funciona .fases .fase.step-5 {
  background-image: url(/images/fase5.jpg?04d6dbc8c6f3cee1349ab43497194a67);
  background-size: cover;
  background-position: center center;
}

.program-show #como-funciona .fases .fase.step-6 {
  background-image: url(/images/fase6.jpg?41ec9aeb367f80dcc94f6ef23246e5a3);
  background-size: cover;
  background-position: center center;
}

.program-show #content {
  padding-top: 35px;
}

.program-show #content .container p iframe {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .program-show #content .container p iframe {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 590px;
  }
}

.program-show #content .container p img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .program-show #content .container p img {
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}

.program-show #img-slide {
  margin-top: 200px;
}

.program-show #img-slide img {
  width: 100%;
}

.program-show #sponsor {
  text-align: center;
  padding: 40px 0;
}

@media (min-width: 992px) {
  .program-show #sponsor {
    padding: 60px 0;
  }
}

.program-show #sponsor ul {
  margin-top: 25px;
}

.program-show #sponsor ul li {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .program-show #sponsor ul li {
    width: calc(50% - 30px);
    text-align: center;
    display: inline-block;
    margin: 0 15px;
  }
}

.program-show #sponsor ul li .image {
  margin-bottom: 10px;
}

.program-show #sponsor ul li .image img {
  width: 50%;
}

.program-show #sponsor ul li h2 {
  color: #399247;
  font-weight: bold;
  margin-top: 0;
}

.program-show #content2 {
  text-align: center;
  padding: 40px 0;
}

@media (min-width: 992px) {
  .program-show #content2 {
    padding: 60px 0;
  }
}

.program-show #content2 ul {
  margin-top: 25px;
}

.program-show #content2 ul.box-lines {
  margin-bottom: 20px;
}

.program-show #content2 ul.box-lines li {
  float: none;
  text-transform: uppercase;
  border: 1px solid #292929;
  height: 150px;
  width: 100%;
  padding: 40px 50px;
  font-size: 16px;
  border-radius: 8px;
}

@media (min-width: 992px) {
  .program-show #content2 ul.box-lines li {
    display: inline-block;
    width: calc(33.3333333333% - 50px);
  }
}

.program-show #content2 ul li {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .program-show #content2 ul li {
    float: left;
    width: calc(25% - 30px);
    text-align: center;
    margin: 0 15px;
  }
}

.program-show #content2 ul li .image {
  margin-bottom: 10px;
}

.program-show #content2 ul li .image img {
  width: 60px;
}

.program-show #content2 ul li h2 {
  color: #399247;
  font-weight: bold;
  margin-top: 0;
}

.program-show #content2 iframe {
  margin: 25px auto;
}

@media (min-width: 992px) {
  .program-show #content2 iframe {
    height: 700px;
  }
}

.program-show #gallery {
  padding-top: 35px;
}

.program-show #projects {
  padding-top: 35px;
}

.program-show #projects .basic-heading {
  margin-bottom: 25px;
}

.program-show #locations {
  padding: 0;
}

.program-show .mapa {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}

.program-show #map-canvas {
  height: 400px;
}

.program-show #map-canvas-lista {
  height: 400px;
  overflow: hidden;
  width: 280px;
  margin: 0 auto;
  padding-top: 25px;
}

@media (min-width: 992px) {
  .program-show #map-canvas-lista {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 400px;
    margin: 0;
  }
}

.program-show #map-canvas-lista ul {
  padding-left: 25px;
}

.program-show #map-canvas-lista ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid #292929;
  padding-bottom: 15px;
}

.program-show #map-canvas-lista ul li .title {
  color: #399247;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.program-show #map-canvas-lista ul li a {
  color: #399247;
}

.program-show #map-canvas-lista ul li a:hover {
  color: #292929;
}

.program-show .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #399247;
}

.program-show .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.1);
}

.program-show .maps-page ul li label {
  position: relative;
  font-weight: normal;
  padding-left: 23px;
  font-size: 13px;
}

.program-show .main-section:last-child {
  margin-bottom: 35px;
}

.program-show #related_posts {
  margin: 25px 0;
}

.program-show #related_posts .basic-heading {
  border-top: 1px solid #d4d4d4;
  padding-top: 25px;
  margin-bottom: 15px;
}

.program-show #related_posts .ver-mais {
  float: right;
  color: #399247;
  margin: 10px 22px;
}

@media (max-width: 768px) {
  .program-show #related_posts .basic-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .program-show #related_posts h2 {
      margin: 0; 
  }
}

.orders #orders h2 {
  margin-bottom: 20px;
}

.orders #orders .orderList {
  margin-bottom: 50px;
}

.orders #orders .tableList .table thead tr th {
  text-align: center;
}

/*CALCULATOR*/

.calculator #timeline .basic-heading {
  margin-bottom: 15px;
}

.calculator #timeline .timelineWrap {
  margin-bottom: 25px;
  width: 100%;
  overflow: auto;
}

.calculator #timeline .timelineWrap ul {
  display: block;
  position: relative;
}

.calculator #timeline .timelineWrap ul::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d4d4d4;
  content: "";
}

.calculator #timeline .timelineWrap ul li {
  float: left;
  width: 65px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 8px 50px 0;
  cursor: pointer;
}

.calculator #timeline .timelineWrap ul li.disabled_li {
  pointer-events: none;
}

.calculator #timeline .timelineWrap ul li .ball {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 40px;
  background: #d4d4d4;
  margin: 0 auto 4px;
  transition: background 0.2s ease-out;
}

.calculator #timeline .timelineWrap ul li .text {
  color: #d4d4d4;
  font-size: 12px;
  font-weight: bold;
  display: block;
  transition: color 0.2s ease-out;
}

.calculator #timeline .timelineWrap ul li:hover .ball {
  background: #399247;
}

.calculator #timeline .timelineWrap ul li:hover .text {
  color: #399247;
}

.calculator #timeline .timelineWrap ul li.active {
  margin-top: 0px;
}

.calculator #timeline .timelineWrap ul li.active .ball {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  background: #399247;
  margin: 0 auto 4px;
}

.calculator #timeline .timelineWrap ul li.active .text {
  color: #399247;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.calculator #timeline .timelineWrap ul li:last-child {
  margin-right: 0;
}

.calculator #timeline .descriptions #about {
  margin-bottom: 40px;
  padding: 25px;
}

@media (min-width: 992px) {
  .calculator #timeline .descriptions #about {
    padding: 0;
  }
}

.calculator #timeline .descriptions .description {
  display: none;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .calculator #timeline .descriptions .description {
    width: 1170px;
  }
}

.calculator #timeline .descriptions .description.active {
  display: block;
}

.calculator #timeline .descriptions .description.full {
  width: 100%;
}

.calculator .page-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.calculator .side-form .casa {
  background-image: url("/assets/images/calculator/calc-energia.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .calculator .side-form .casa {
    background-size: cover;
    background-repeat: no-repeat;
    width: 35%;
    float: left;
    height: 50rem;
  }
}

.calculator .side-form .gas {
  background-image: url("/assets/images/calculator/calc-gas.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .calculator .side-form .gas {
    background-size: cover;
    background-repeat: no-repeat;
    width: 35%;
    float: left;
    height: 50rem;
  }
}

.calculator .side-form .tri {
  background-image: url("/assets/images/calculator/calc-transporte-i.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .calculator .side-form .tri {
    background-size: cover;
    background-repeat: no-repeat;
    width: 35%;
    float: left;
    height: 50rem;
  }
}

.calculator .side-form .tri + .right .container .form-group #table-individual {
  width: 100%;
  table-layout: fixed;
}

.calculator .side-form .tri + .right .container .form-group #table-individual thead {
  display: none;
}

.calculator .side-form .tri + .right .container .form-group #table-individual tbody tr {
  display: block;
  margin-bottom: 10px;
  margin-top: 30px;
  border: 0;
}

.calculator .side-form .tri + .right .container .form-group #table-individual tbody td {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 2px solid #eaeaea;
  border-top: 0;
  font-size: 14px;
  text-align: right;
  margin-top: 26px;
}

.calculator .side-form .tri + .right .container .form-group #table-individual tbody td:before {
  content: attr(data-label);
  font-weight: bold;
  flex: 1;
  padding-right: 10px;
  text-align: left;
  color: #399247;
}

@media (min-width: 992px) {
  .calculator .side-form .tri + .right .container .form-group #table-individual thead {
    display: table-header-group;
  }

  .calculator .side-form .tri + .right .container .form-group #table-individual tbody .table-mobile {
    display: none !important;
  }

  .calculator .side-form .tri + .right .container .form-group #table-individual tbody tr {
    display: table-row;
  }

  .calculator .side-form .tri + .right .container .form-group #table-individual tbody td {
    display: table-cell;
    padding: 10px;
    text-align: left;
  }

  .calculator .side-form .tri + .right .container .form-group #table-individual tbody td:before {
    content: none;
  }
}

.calculator .side-form .tri + .right .container p {
  font-size: 11px;
}

@media (min-width: 992px) {
  .calculator .side-form .tri + .right .container {
    width: 721px !important;
  }

  .calculator .side-form .tri + .right .container h3,
  .calculator .side-form .tri + .right .container small {
    width: 437px !important;
    margin: auto !important;
  }

  .calculator .side-form .tri + .right .container small {
    left: 50%;
    transform: translateX(-50%);
  }

  .calculator .side-form .tri + .right .container .form-group .transp-ind {
    width: 437px !important;
    margin: auto !important;
  }

  .calculator .side-form .tri + .right .container .form-group button {
    position: relative;
    left: 127px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 17px;
  }

  .calculator .side-form .tri + .right .container .form-group button.nxt {
    margin-top: 16px !important;
    z-index: 1;
    margin-left: 0;
  }

  .calculator .side-form .tri + .right .container p {
    position: relative;
    right: 127px;
  }
}

@media (min-width: 1200px) {
  .calculator .side-form .tri + .right .container {
    width: 721px !important;
  }

  .calculator .side-form .tri + .right .container h3,
  .calculator .side-form .tri + .right .container small {
    width: 437px !important;
    margin: auto !important;
  }

  .calculator .side-form .tri + .right .container small {
    left: 50%;
    transform: translateX(-50%);
  }

  .calculator .side-form .tri + .right .container .form-group .transp-ind {
    width: 437px !important;
    margin: auto !important;
  }

  .calculator .side-form .tri + .right .container .form-group button {
    position: relative;
    left: 127px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 17px;
  }

  .calculator .side-form .tri + .right .container .form-group button.nxt {
    margin-top: 16px !important;
    z-index: 1;
    margin-left: 0;
  }

  .calculator .side-form .tri + .right .container p {
    position: relative;
    right: 127px;
  }
}

.calculator .side-form .trc {
  background-image: url("/assets/images/calculator/calc-transporte-p.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .calculator .side-form .trc {
    background-size: cover;
    background-repeat: no-repeat;
    width: 35%;
    float: left;
    height: 50rem;
  }
}

.calculator .side-form .trc + .right .container .form-group {
  margin-bottom: 5px;
}

.calculator .side-form .trc + .right .container .form-group #table-coletivo {
  width: 100%;
  table-layout: fixed;
}

.calculator .side-form .trc + .right .container .form-group #table-coletivo thead {
  display: none;
}

.calculator .side-form .trc + .right .container .form-group #table-coletivo tbody tr {
  display: block;
  margin-bottom: 10px;
  margin-top: 30px;
  border: 0;
}

.calculator .side-form .trc + .right .container .form-group #table-coletivo tbody td {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 2px solid #eaeaea;
  border-top: 0;
  font-size: 14px;
  text-align: right;
  margin-top: 26px;
}

.calculator .side-form .trc + .right .container .form-group #table-coletivo tbody td:before {
  content: attr(data-label);
  font-weight: bold;
  flex: 1;
  padding-right: 10px;
  text-align: left;
  color: #399247;
}

@media (min-width: 992px) {
  .calculator .side-form .trc + .right .container .form-group #table-coletivo thead {
    display: table-header-group;
  }

  .calculator .side-form .trc + .right .container .form-group #table-coletivo tbody .table-mobile {
    display: none !important;
  }

  .calculator .side-form .trc + .right .container .form-group #table-coletivo tbody tr {
    display: table-row;
  }

  .calculator .side-form .trc + .right .container .form-group #table-coletivo tbody td {
    display: table-cell;
    padding: 10px;
    text-align: left;
  }

  .calculator .side-form .trc + .right .container .form-group #table-coletivo tbody td:before {
    content: none;
  }
}

.calculator .side-form .trc + .right .container p {
  font-size: 11px;
}

.calculator .side-form .trc + .right .container button {
  z-index: 2;
}

@media (min-width: 992px) {
  .calculator .side-form .trc + .right .container {
    width: 721px !important;
  }

  .calculator .side-form .trc + .right .container h3,
  .calculator .side-form .trc + .right .container small {
    width: 437px !important;
    margin: auto !important;
  }

  .calculator .side-form .trc + .right .container small {
    left: 50%;
    transform: translateX(-50%);
  }

  .calculator .side-form .trc + .right .container .form-group .transp-pub {
    width: 437px !important;
    margin: auto !important;
  }

  .calculator .side-form .trc + .right .container .form-group button {
    position: relative;
    left: 127px;
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 2;
  }

  .calculator .side-form .trc + .right .container p {
    position: relative;
    right: 127px;
  }
}

@media (min-width: 1200px) {
  .calculator .side-form .trc + .right .container {
    width: 721px !important;
  }

  .calculator .side-form .trc + .right .container h3,
  .calculator .side-form .trc + .right .container small {
    width: 437px !important;
    margin: auto !important;
  }

  .calculator .side-form .trc + .right .container small {
    left: 50%;
    transform: translateX(-50%);
  }

  .calculator .side-form .trc + .right .container .form-group .transp-pub {
    width: 437px !important;
    margin: auto !important;
  }

  .calculator .side-form .trc + .right .container .form-group button {
    position: relative;
    left: 127px;
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 2;
  }

  .calculator .side-form .trc + .right .container p {
    position: relative;
    right: 127px;
  }
}

.calculator .side-form .va {
  background-image: url("/assets/images/calculator/calc-aereo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .calculator .side-form .va {
    background-size: cover;
    background-repeat: no-repeat;
    width: 35%;
    float: left;
    height: 50rem;
  }
}

.calculator .side-form .va + .right .container .form-group #table-aereo {
  width: 100%;
  table-layout: fixed;
}

.calculator .side-form .va + .right .container .form-group #table-aereo thead {
  display: none;
}

.calculator .side-form .va + .right .container .form-group #table-aereo tbody tr {
  display: block;
  margin-bottom: 10px;
  margin-top: 30px;
  border: 0;
}

.calculator .side-form .va + .right .container .form-group #table-aereo tbody td {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 2px solid #eaeaea;
  border-top: 0;
  font-size: 14px;
  text-align: right;
  margin-top: 26px;
}

.calculator .side-form .va + .right .container .form-group #table-aereo tbody td:before {
  content: attr(data-label);
  font-weight: bold;
  flex: 1;
  padding-right: 10px;
  text-align: left;
  color: #399247;
}

@media (min-width: 992px) {
  .calculator .side-form .va + .right .container .form-group #table-aereo thead {
    display: table-header-group;
  }

  .calculator .side-form .va + .right .container .form-group #table-aereo tbody .table-mobile {
    display: none !important;
  }

  .calculator .side-form .va + .right .container .form-group #table-aereo tbody tr {
    display: table-row;
  }

  .calculator .side-form .va + .right .container .form-group #table-aereo tbody td {
    display: table-cell;
    padding: 10px;
    text-align: left;
  }

  .calculator .side-form .va + .right .container .form-group #table-aereo tbody td:before {
    content: none;
  }
}

.calculator .side-form .va + .right .container p {
  font-size: 11px;
}

.calculator .side-form .va + .right .container button {
  z-index: 2;
}

@media (min-width: 992px) {
  .calculator .side-form .va + .right .container {
    width: 721px !important;
  }

  .calculator .side-form .va + .right .container h3 {
    width: 437px !important;
    margin: auto !important;
    margin-bottom: 30px !important;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer {
    width: 437px !important;
    margin: auto !important;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar {
    height: 15px;
    width: 15px;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E8E8E8;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar-track:hover {
    background-color: #E8E8E8;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar-track:active {
    background-color: #E8E8E8;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #C4C4C4;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar-thumb:hover {
    background-color: #B7B7B7;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar-thumb:active {
    background-color: #B7B7B7;
  }

  .calculator .side-form .va + .right .container .form-group button {
    position: relative;
    left: 127px;
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 2;
  }

  .calculator .side-form .va + .right .container p {
    position: relative;
    right: 127px;
    top: 11px;
  }
}

@media (min-width: 1200px) {
  .calculator .side-form .va + .right .container {
    width: 721px !important;
  }

  .calculator .side-form .va + .right .container h3 {
    width: 437px !important;
    margin: auto !important;
    margin-bottom: 30px !important;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer {
    width: 437px !important;
    margin: auto !important;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 20px;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar {
    height: 15px;
    width: 15px;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E8E8E8;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar-track:hover {
    background-color: #E8E8E8;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar-track:active {
    background-color: #E8E8E8;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #C4C4C4;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar-thumb:hover {
    background-color: #B7B7B7;
  }

  .calculator .side-form .va + .right .container .form-group .transp-aer::-webkit-scrollbar-thumb:active {
    background-color: #B7B7B7;
  }

  .calculator .side-form .va + .right .container .form-group button {
    position: relative;
    left: 127px;
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 2;
  }

  .calculator .side-form .va + .right .container p {
    position: relative;
    right: 127px;
    top: 11px;
  }
}

.calculator .side-form .vgc {
  background-image: url("/assets/images/calculator/calc-resultado.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .calculator .side-form .vgc {
    background-size: cover;
    background-repeat: no-repeat;
    width: 35%;
    float: left;
    height: 50rem;
  }
}

.calculator .side-form .vgc + .right .container p {
  font-size: 13px;
}

.calculator .side-form .vgc + .right .container table thead tr th {
  font-size: 13px;
}

.calculator .side-form .vgc + .right .container table tbody {
  font-size: 12px;
}

@media (min-width: 992px) {
  .calculator .side-form .vgc + .right .container table tbody {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .calculator .side-form .vgc + .right .container table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .calculator .side-form .vgc + .right .container table::-webkit-scrollbar {
    height: 15px;
  }

  .calculator .side-form .vgc + .right .container table::-webkit-scrollbar-track {
    background-color: #E8E8E8;
  }

  .calculator .side-form .vgc + .right .container table::-webkit-scrollbar-thumb {
    background-color: #C4C4C4;
    border-radius: 10px;
  }

  .calculator .side-form .vgc + .right .container table::-webkit-scrollbar-thumb:hover {
    background-color: #B7B7B7;
  }

  .calculator .side-form .vgc + .right .container table::-webkit-scrollbar-thumb:active {
    background-color: #B7B7B7;
  }

  .calculator .side-form .vgc + .right .container table thead,
  .calculator .side-form .vgc + .right .container table tbody {
    display: block;
  }

  .calculator .side-form .vgc + .right .container table thead tr,
  .calculator .side-form .vgc + .right .container table tbody tr {
    display: table;
    width: 100%;
  }

  .calculator .side-form .vgc + .right .container table thead th,
  .calculator .side-form .vgc + .right .container table thead td,
  .calculator .side-form .vgc + .right .container table tbody th,
  .calculator .side-form .vgc + .right .container table tbody td {
    min-width: 200px;
    padding: 10px;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .calculator .side-form .vgc + .right .container {
    width: 721px !important;
  }

  .calculator .side-form .vgc + .right .container h3,
  .calculator .side-form .vgc + .right .container small {
    width: 437px !important;
    margin: auto !important;
  }

  .calculator .side-form .vgc + .right .container small {
    left: 50%;
    transform: translateX(-50%);
  }

  .calculator .side-form .vgc + .right .container .form-group .transp-pub {
    width: 437px !important;
    margin: auto !important;
  }

  .calculator .side-form .vgc + .right .container .form-group button {
    position: relative;
    left: 127px;
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .calculator .side-form .vgc + .right .container {
    width: 721px !important;
  }

  .calculator .side-form .vgc + .right .container h3,
  .calculator .side-form .vgc + .right .container small {
    width: 437px !important;
    margin: auto !important;
  }

  .calculator .side-form .vgc + .right .container small {
    left: 50%;
    transform: translateX(-50%);
  }

  .calculator .side-form .vgc + .right .container .form-group .transp-pub {
    width: 437px !important;
    margin: auto !important;
  }

  .calculator .side-form .vgc + .right .container .form-group button {
    position: relative;
    left: 127px;
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 2;
  }
}

.calculator .side-form .vgc + .right .disclaimer {
  text-align: left;
}

@media (min-width: 992px) {
  .calculator .side-form .vgc + .right .disclaimer {
    text-align: left;
    position: relative;
    left: 7px;
  }
}

@media (min-width: 1200px) {
  .calculator .side-form .vgc + .right .disclaimer {
    text-align: left;
    position: relative;
    left: 7px;
  }
}

.calculator .side-form .vgc + .right .disclaimer .disclaimer {
  left: 0 !important;
  transform: translateX(0) !important;
}

.calculator .side-form .vgc + .right .donation-buttons input.pagarme-checkout-btn {
  border-radius: 6px;
  border: 2px solid #399247;
  text-transform: uppercase;
  padding: 12px 30px;
  background: #399247;
  color: #fff;
  transition: all 0.2s ease-out;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
}

@media (min-width: 992px) {
  .calculator .side-form .vgc + .right .donation-buttons input.pagarme-checkout-btn {
    float: left;
    border-radius: 6px;
    border: 2px solid #399247;
    text-transform: uppercase;
    padding: 12px 30px;
    background: #399247;
    color: #fff;
    transition: all 0.2s ease-out;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
  }
}

@media (min-width: 1200px) {
  .calculator .side-form .vgc + .right .donation-buttons input.pagarme-checkout-btn {
    float: left;
    border-radius: 6px;
    border: 2px solid #399247;
    text-transform: uppercase;
    padding: 12px 30px;
    background: #399247;
    color: #fff;
    transition: all 0.2s ease-out;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
  }
}

.calculator .side-form .vgc + .right .donation-buttons input.pagarme-checkout-btn:hover {
  background: #287534 !important;
  border-color: #287534;
  color: #fff;
}

.calculator .side-form .vgc + .right .donate {
  background: #399247;
  color: #fff;
  float: left;
  margin-left: 0;
}

@media (min-width: 992px) {
  .calculator .side-form {
    max-height: 500px;
    margin: 0 auto;
  }
}

.calculator .side-form .left {
  font-weight: bold;
  color: #399247;
  font-size: 26px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .calculator .side-form .left {
    float: left;
    width: 40.2083333333%;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .calculator .side-form .left {
    float: left;
    width: 40.2083333333%;
    text-align: left;
  }
}

.calculator .side-form .right {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .calculator .side-form .right {
    float: right;
    width: 59.7916666667%;
    text-align: right;
    height: 500px;
    padding: 45px 50px 60px;
    overflow: overlay;
  }
}

@media (min-width: 1200px) {
  .calculator .side-form .right {
    float: right;
    width: 59.7916666667%;
    text-align: right;
    height: 500px;
    padding: 45px 50px 60px;
    overflow: overlay;
  }
}

@media (min-width: 768px) {
  .calculator .side-form .right .container {
    width: 437px !important;
  }
}

@media (min-width: 992px) {
  .calculator .side-form .right .container {
    width: 437px !important;
  }
}

@media (min-width: 1200px) {
  .calculator .side-form .right .container {
    width: 437px !important;
  }
}

.calculator .side-form .right .container small {
  text-align: center;
  position: relative;
  font-size: 84% !important;
  float: left;
  padding: 5px 0 15px;
}

.calculator .side-form .right .container h3 {
  text-align: center;
  font-weight: bold;
  color: #399247;
  font-size: 20px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .calculator .side-form .right .container h3 {
    text-align: center;
    font-weight: bold;
    color: #399247;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .calculator .side-form .right .container h3 {
    text-align: center;
    font-weight: bold;
    color: #399247;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .calculator .side-form .right .form-group {
    margin-top: 16px;
    margin-bottom: 38px;
  }
}

.calculator .side-form .right .form-group button {
  background: #399247;
  color: #fff;
  margin-left: 0;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .calculator .side-form .right .form-group button {
    float: left;
    margin-top: 14px;
    width: auto;
  }
}

.calculator .side-form .right .form-group button.modalOpener {
  margin: 10px 0;
}

@media (min-width: 992px) {
  .calculator .side-form .right .form-group button.modalOpener {
    float: right;
  }
}

.calculator .side-form .right .form-group table thead tr th {
  font-size: 13px;
}

.calculator .side-form .right .form-group table tbody {
  font-size: 12px;
}

@media (min-width: 992px) {
  .calculator .side-form .right .form-group table tbody {
    font-size: 14px;
  }
}

.calculator .side-form .right .form-group .transp-ind label,
.calculator .side-form .right .form-group .transp-pub label,
.calculator .side-form .right .form-group .transp-aer label {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #399247;
  width: 100%;
}

@media (min-width: 992px) {
  .calculator .side-form .right .form-group .transp-ind label,
  .calculator .side-form .right .form-group .transp-pub label,
  .calculator .side-form .right .form-group .transp-aer label {
    font-weight: bold;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #399247;
  }
}

.calculator .side-form .right .form-control {
  margin-bottom: 22px;
  border: 2px solid #7a7e7d;
  border-radius: 6px;
  box-shadow: none;
  height: 48px;
}

.calculator .side-form .right select {
  padding-right: 30px;
  background: white;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("/assets/images/icons/seta.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 15px;
}

@media (min-width: 992px) {
  .calculator .side-form .right button {
    vertical-align: top;
    margin-left: -6px;
  }
}

.calculator .side-form .right p {
  display: block;
  margin: 0;
  font-size: 11px;
}

.calculator .side-form .right table tbody {
  text-align: left;
}

.calculator .side-form .right table tbody tr.total {
  font-weight: bold;
}

.calculator .side-form .right #social-links {
  padding: 5px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .calculator .side-form .right #social-links {
    padding: 5px 0;
    text-align: end;
  }
}

@media (min-width: 1200px) {
  .calculator .side-form .right #social-links {
    padding: 5px 0;
    text-align: end;
  }
}

.calculator .side-form .right #social-links ul {
  width: auto !important;
  margin: 0;
}

.calculator .side-form .right #social-links ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 30px;
}

@media (min-width: 992px) {
  .calculator .side-form.inside {
    height: auto;
    max-height: 280px;
  }
}

.calculator .side-form.inside .left {
  padding: 0 5px !important;
}

.calculator .side-form.inside .left .form-group {
  font-weight: normal;
}

.calculator .side-form.inside .right {
  background-color: transparent;
  padding: 0 5px !important;
  height: auto !important;
}

.calculator .side-form button.nxt,
.calculator .side-form button.add {
  background: #399247;
  color: #fff;
  margin: 5px 0 5px 6px;
}

@media (min-width: 992px) {
  .calculator .side-form button.nxt,
  .calculator .side-form button.add {
    float: left;
  }
}

.donation #plans {
  position: relative;
  bottom: 288px;
}

.donation #other-donation {
  position: relative;
  bottom: 300px;
}

.donation #img-slide {
  position: relative;
  bottom: 150px;
}

.donation .donation-center {
  padding-top: 15px;
  max-width: 880px;
  margin: auto;
  background-color: #FFF;
  padding-bottom: 30px;
}

.donation .seu-apoio {
  color: #399247;
  text-align: center;
  font-weight: bold;
}

.program-show #content2 {
  text-align: center;
  padding: 40px 0;
}

@media (min-width: 992px) {
  .program-show #content2 {
    padding: 60px 0;
  }
}

.program-show #content2 ul {
  margin-top: 25px;
}

.program-show #content2 ul.box-lines {
  margin-bottom: 20px;
}

.program-show #content2 ul.box-lines li {
  float: none;
  text-transform: uppercase;
  border: 1px solid #292929;
  height: 150px;
  width: 100%;
  padding: 40px 50px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .program-show #content2 ul.box-lines li {
    display: inline-block;
    width: calc(33.3333333333% - 50px);
  }
}

.program-show #content2 ul li {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .program-show #content2 ul li {
    float: left;
    width: calc(25% - 30px);
    text-align: center;
    margin: 0 15px;
  }
}

.program-show #content2 ul li .image {
  margin-bottom: 10px;
}

.program-show #content2 ul li .image img {
  width: 60px;
}

.program-show #content2 ul li h2 {
  color: #399247;
  font-weight: bold;
  margin-top: 0;
}

.program-show #content2 iframe {
  margin: 25px auto;
}

@media (min-width: 992px) {
  .program-show #content2 iframe {
    height: 700px;
  }
}

.programs-index #content2 {
  text-align: center;
  padding: 40px 0;
}

@media (min-width: 992px) {
  .programs-index #content2 {
    padding: 60px 0 0 0;
  }
}

.programs-index #content2 ul {
  margin-top: 25px;
}

.programs-index #content2 ul.box-lines {
  margin-bottom: 20px;
}

.programs-index #content2 ul.box-lines li {
  float: none;
  text-transform: uppercase;
  border: 1px solid #292929;
  height: 150px;
  width: 100%;
  padding: 40px 50px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .programs-index #content2 ul.box-lines li {
    display: inline-block;
    width: calc(33.3333333333% - 50px);
  }
}

.programs-index #content2 ul li {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .programs-index #content2 ul li {
    float: left;
    width: calc(25% - 30px);
    text-align: center;
    margin: 0 15px;
  }
}

.programs-index #content2 ul li .image {
  margin-bottom: 10px;
}

.programs-index #content2 ul li .image img {
  width: 60px;
}

.programs-index #content2 ul li h2 {
  color: #399247;
  font-weight: bold;
  margin-top: 0;
}

.programs-index #content2 iframe {
  margin: 25px auto;
}

@media (min-width: 992px) {
  .programs-index #content2 iframe {
    height: 700px;
  }
}

.programs-index #img-slide {
  margin-top: 200px;
}

.programs-index #img-slide img {
  width: 100%;
}

#cards_section .container {
  /* Estilos para os cards de Imagens e Vídeos */
  /* Estilos para os cards de Documentos */
  /* Estilos para os cards de Publicações */
}

#cards_section .container#card-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 15px;
}

@media (min-width: 992px) {
  #cards_section .container#card-container {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  #cards_section .container#card-container {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    padding: 0;
  }
}

#cards_section .container .card-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#cards_section .container a.card-img-video {
  display: block;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

#cards_section .container a.card-img-video:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  #cards_section .container a.card-img-video {
    width: 277px;
  }
}

@media (max-width: 767px) {
  #cards_section .container a.card-img-video {
    width: 100%;
  }
}

#cards_section .container a.card-img-video .image {
  width: 100%;
  height: 184px;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
  border-radius: 8px 8px 0 0;
}

#cards_section .container a.card-img-video .infos {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#cards_section .container a.card-img-video .title {
  font-weight: bold;
  font-size: 18px;
  color: #399247;
  margin: 10px 0;
}

#cards_section .container a.card-img-video .description {
  font-size: 14px;
  color: #666;
  padding: 5px;
  margin-bottom: 12px;
  text-align: center;
}

#cards_section .container a.card-document {
  display: block;
  background: #fff;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

#cards_section .container a.card-document:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  #cards_section .container a.card-document {
    width: 371px;
  }
}

@media (max-width: 767px) {
  #cards_section .container a.card-document {
    width: 100%;
  }
}

#cards_section .container a.card-document .infos {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#cards_section .container a.card-document .title {
  font-weight: bold;
  font-size: 24px;
  color: #399247;
  margin: 10px 0;
}

#cards_section .container a.card-document .description {
  font-size: 14px;
  color: #666;
  padding: 5px;
  margin-bottom: 12px;
  text-align: center;
}

#cards_section .container a.card-publication {
  display: block;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

#cards_section .container a.card-publication:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  #cards_section .container a.card-publication {
    width: 371px;
  }
}

@media (max-width: 767px) {
  #cards_section .container a.card-publication {
    width: 100%;
  }
}

#cards_section .container a.card-publication .infos {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#cards_section .container a.card-publication .title {
  font-weight: bold;
  font-size: 24px;
  color: #399247;
  margin: 10px 0;
}

#cards_section .container a.card-publication .description {
  display: none;
}

#load_more_section .container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}

#load_more_section .container #loadMore {
  background-color: #fff;
  border: 2px solid #399247;
  color: #399247;
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#load_more_section .container #loadMore:hover {
  background-color: #399247;
  color: #fff;
}

#projetos {
  margin-top: 65px;
  padding: 50px 0;
}

#projetos .program-title {
  font-size: 32px;
  font-weight: bold;
  color: #399247;
  text-align: left;
  margin-bottom: 40px;
}

#projetos .slide-titles {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  max-width: 85%;
  margin: 0 auto 30px auto;
  overflow: hidden;
}

#projetos .slide-titles .slide-title {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  padding-bottom: 5px;
  display: none;
}

#projetos .slide-titles .slide-title.active,
#projetos .slide-titles .slide-title.visible {
  display: inline-block;
}

#projetos .slide-titles .slide-title.active {
  border-bottom: 4px solid #399247;
  font-weight: bold;
  line-height: normal;
  color: #000;
}

#projetos .slide-titles2 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  max-width: 85%;
  margin: 0 auto 30px auto;
  overflow: hidden;
}

#projetos .slide-titles2 .slide-title2 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  padding-bottom: 5px;
  display: none;
}

#projetos .slide-titles2 .slide-title2.active,
#projetos .slide-titles2 .slide-title2.visible {
  display: inline-block;
}

#projetos .slide-titles2 .slide-title2.active {
  border-bottom: 4px solid #399247;
  font-weight: bold;
  line-height: normal;
  color: #000;
}

#projetos .swiper-container2 {
  padding-top: 10px;
  position: relative;
}

#projetos .swiper-container2 .swiper-button-next,
#projetos .swiper-container2 .swiper-button-prev {
  transform: scale(0.5);
  color: #4CAF50;
  font-weight: bolder;
  top: 112px;
  width: 5%;
}

#projetos .swiper-container2 .inner-slides {
  width: 85%;
  margin: auto;
  overflow: hidden;
}

#projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: stretch;
  background: #fff;
  padding: 20px;
  height: 300px;
}

#projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide img {
  width: 40%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px 0px 0px 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

#projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide .swiper-slide-content {
  width: 60% !important;
  padding-left: 20px;
  border: 1px solid #ccc;
  border-radius: 0px 10px 10px 0px;
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide .swiper-slide-content p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
}

#projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide .swiper-slide-content a {
  display: inline-block;
  padding: 12px 25px;
  background-color: #399247;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  max-width: -moz-max-content;
  max-width: max-content;
}

#projetos .swiper-container2 {
  padding-top: 10px;
  position: relative;
}

#projetos .swiper-container2 .swiper-button-next,
#projetos .swiper-container2 .swiper-button-prev {
  transform: scale(0.5);
  color: #4CAF50;
  font-weight: bolder;
  top: 112px;
  width: 5%;
}

#projetos .swiper-container2 .inner-slides {
  width: 85%;
  margin: auto;
  overflow: hidden;
}

#projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: stretch;
  background: #fff;
  padding: 20px;
  height: 300px;
}

#projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide img {
  width: 40%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px 0px 0px 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

#projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide .swiper-slide-content {
  width: 60% !important;
  padding-left: 20px;
  border: 1px solid #ccc;
  border-radius: 0px 10px 10px 0px;
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide .swiper-slide-content p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
}

#projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide .swiper-slide-content a {
  display: inline-block;
  padding: 12px 25px;
  background-color: #399247;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  max-width: -moz-max-content;
  max-width: max-content;
}

#projetos .swiper-container3 {
  padding-top: 10px;
  position: relative;
}

#projetos .swiper-container3 .swiper-button-next,
#projetos .swiper-container3 .swiper-button-prev {
  transform: scale(0.5);
  color: #4CAF50;
  font-weight: bolder;
  top: 112px;
  width: 5%;
}

#projetos .swiper-container3 .inner-slides2 {
  width: 85%;
  margin: auto;
  overflow: hidden;
}

#projetos .swiper-container3 .inner-slides2 .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: stretch;
  background: #fff;
  padding: 20px;
  height: 300px;
}

#projetos .swiper-container3 .inner-slides2 .swiper-wrapper .swiper-slide img {
  width: 40%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px 0px 0px 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

#projetos .swiper-container3 .inner-slides2 .swiper-wrapper .swiper-slide .swiper-slide-content {
  width: 60% !important;
  padding-left: 20px;
  border: 1px solid #ccc;
  border-radius: 0px 10px 10px 0px;
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#projetos .swiper-container3 .inner-slides2 .swiper-wrapper .swiper-slide .swiper-slide-content p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
}

#projetos .swiper-container3 .inner-slides2 .swiper-wrapper .swiper-slide .swiper-slide-content a {
  display: inline-block;
  padding: 12px 25px;
  background-color: #399247;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  max-width: -moz-max-content;
  max-width: max-content;
}


@media (max-width: 600px) {
  #projetos {
    padding: 20px 15px;
  }

  #projetos .program-title {
    font-size: 22px;
  }

  #projetos .slide-titles {
    max-width: 100%;
    margin-bottom: 0 auto 10px auto;
  }

  #projetos .slide-titles .slide-title {
    display: none;
  }

  #projetos .slide-titles .slide-title.visible {
    display: none;
  }

  #projetos .slide-titles .slide-title.active {
    display: inline-block;
  }

  #projetos .slide-titles2 {
    max-width: 100%;
    margin-bottom: 0 auto 10px auto;
  }

  #projetos .slide-titles2 .slide-title2 {
    display: none;
  }

  #projetos .slide-titles2 .slide-title2.visible {
    display: none;
  }

  #projetos .slide-titles2 .slide-title2.active {
    display: inline-block;
  }

  #projetos .swiper-container2 .swiper-button-next,
  #projetos .swiper-container2 .swiper-button-prev {
    top: 95px;
    width: 0;
  }

  #projetos .swiper-container2 .inner-slides {
    width: 100%;
  }

  #projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide {
    padding: 20px 0;
    height: auto;
    flex-direction: column;
  }

  #projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide img {
    width: 92%;
    border-radius: 10px 10px 0px 0px;
  }

  #projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide .swiper-slide-content {
    width: 92% !important;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
  }

  #projetos .swiper-container2 .inner-slides .swiper-wrapper .swiper-slide .swiper-slide-content p {
    font-size: 16px;
  }

  #projetos .swiper-container3 .swiper-button-next,
  #projetos .swiper-container3 .swiper-button-prev {
    top: 95px;
    width: 0;
  }

  #projetos .swiper-container3 .inner-slides2 {
    width: 100%;
  }

  #projetos .swiper-container3 .inner-slides2 .swiper-wrapper .swiper-slide {
    padding: 20px 0;
    height: auto;
    flex-direction: column;
  }

  #projetos .swiper-container3 .inner-slides2 .swiper-wrapper .swiper-slide img {
    width: 92%;
    border-radius: 10px 10px 0px 0px;
  }

  #projetos .swiper-container3 .inner-slides2 .swiper-wrapper .swiper-slide .swiper-slide-content {
    width: 92% !important;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
  }

  #projetos .swiper-container3 .inner-slides2 .swiper-wrapper .swiper-slide .swiper-slide-content p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #video iframe {
      width: 100%; 
      height: auto; 
      padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .basic-listing .btn {
      width: 171px;
  }

  .basic-listing li {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  .basic-listing .text-center {
    padding-bottom: 15px;
  }
}

.carousel-basic .gallery-card {
  padding: 0; 
}

.gallery-card {
  width: 265px !important;
  height: 245px;
  border-radius: 10px; 
  margin: 0 10px 25px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.gallery-card .image {
  width: 100%;
  height: 150px;
  border-radius: 10px 10px 0 0; 
}

.gallery-card .description {
  padding: 2px 10px 2px;
  display: -webkit-box; 
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

.basic-listing.events li {
  height: 380px;
}

.basic-listing.events .description {
  padding: 5px 10px 5px;
  text-align: left;
}

#events .basic-listing .title {
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

#events .basic-listing .description {
  display: -webkit-box; 
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  height: calc(1.5em * 3);
}