@charset "UTF-8";
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variáveis
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}

html {
  scroll-behavior: smooth;
}

h2 {
  margin-bottom: 35px;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  color: #14995f;
  text-decoration: none;
}
a:hover {
  color: #0b7044;
}

p {
  line-height: 36px;
}

.page-link {
  color: #000;
}

select {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}

.btn {
  border-radius: 600px;
}

.btn-dark:hover {
  opacity: 0.8;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: #14995f;
}
.accordion-button:not(.collapsed):after {
  color: #fff;
  filter: brightness(60.5);
}

.taxas li {
  cursor: pointer;
}

.loading-page {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2392156863);
  top: 0;
  left: 0;
}

.default-img {
  display: inline-block;
  position: relative;
}
.default-img img {
  width: 100%;
  border-radius: 0px 0 80px 0;
}
.default-img.monitor:before {
  height: 85%;
  top: 130px;
  left: 19px;
}
.default-img:before {
  content: "";
  position: absolute;
  top: 50px;
  right: -50px;
  width: 100%;
  height: 100%;
  border: solid 3px #14995f;
  border-radius: 0 0 80px 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .default-img:before {
    display: none;
  }
}

/* header */
header {
  position: relative;
  background-size: 100% 90%;
}
header.interna {
  padding-bottom: 30px;
  overflow: visible;
}
header.interna .container {
  height: auto;
}
header.interna:after {
  display: none;
}
header .container-fluid {
  padding: 0;
}
header .bar-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: #fff;
  height: 160px;
  border-bottom: solid 8px #3c9047;
}
@media (max-width: 768px) {
  header .bar-top {
    height: auto;
  }
}
header .bar-top .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
header .bar-top .logo img {
  height: 80px;
}
@media (max-width: 768px) {
  header .bar-top .logo img {
    height: 60px;
  }
}
header .bar-top .navbar .navbar-toggler {
  outline: none !important;
  color: #14995f;
}
@media (max-width: 768px) {
  header .bar-top .navbar .navbar-collapse {
    flex-basis: 67%;
  }
}
@media (max-width: 768px) {
  header .bar-top .navbar {
    border-radius: 20px;
    align-items: flex-start;
  }
  header .bar-top .navbar .navbar-collapse {
    flex-basis: 100%;
  }
}
header .bar-top .navbar .navbar-nav {
  margin-top: 40px;
}
header .bar-top .navbar .navbar-nav .nav-item > a {
  border-radius: 0px 20px 0 0;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  padding: 44px 20px;
  transition: all 0.5s ease-out;
  background: transparent;
}
header .bar-top .navbar .navbar-nav .nav-item > a.active {
  color: #fff;
  background: linear-gradient(0deg, #3d994d 0%, #387035 100%);
}
header .bar-top .navbar .navbar-nav .nav-item > a:hover {
  color: #3c9349;
}
@media (max-width: 768px) {
  header .bar-top .navbar .navbar-nav .nav-item > a {
    padding: 10px;
  }
}
header .slider-header {
  position: relative;
  width: 100%;
}
header .slider-header .slick-arrow {
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 40%;
}
header .slider-header .slick-arrow:hover {
  color: #99ab26;
}
header .slider-header .slick-arrow.fa-chevron-left {
  left: -50px;
}
header .slider-header .slick-arrow.fa-chevron-right {
  right: -50px;
}
header .slider-header .item {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
}
@media (max-width: 768px) {
  header .slider-header .item {
    flex-direction: column;
  }
}
header .slider-header .item img {
  width: 100%;
}
header .slider-header .item .text h2 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}
header .slider-header .item .text h2 span {
  color: #daf63d;
}
@media (max-width: 768px) {
  header .slider-header .item .text h2 {
    font-size: 30px;
  }
}
header .slider-header .item .text p {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  header .slider-header .item .text p {
    font-size: 15px;
  }
}

@media (max-width: 1390px) {
  .section-default .container {
    max-width: 900px;
  }
  .default-img:before {
    left: 10px;
    top: 10px;
  }
}
.section-cards {
  position: relative;
  z-index: 9;
  margin-top: -265px;
}
@media (max-width: 768px) {
  .section-cards {
    margin-top: 50px;
  }
}
.section-cards .card-item {
  position: relative;
  height: 430px;
  background: #fff;
  border-radius: 0px 20px 0px 0;
  border: solid 1px #ccc;
  overflow: hidden;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .section-cards .card-item {
    height: 250px;
    margin: 10px 0;
  }
}
.section-cards .card-item .fake-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #387638;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
}
.section-cards .card-item .fake-link i {
  font-size: 30px;
  display: block;
}
.section-cards .card-item .info {
  transition: all 0.3s ease-out;
  padding: 20px;
  height: 50%;
  color: #000;
}
.section-cards .card-item .info p {
  line-height: normal;
}
@media (min-width: 425px) and (max-width: 1024px) {
  .section-cards .card-item .info {
    /* seus estilos aqui */
  }
}
@media (max-width: 1460px) {
  .section-cards .card-item .info {
    padding: 10px 20px 10px 10px;
  }
  .section-cards .card-item .info h4 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .section-cards .card-item .info {
    padding: 10px;
    font-size: 11px;
  }
  .section-cards .card-item .info h4 {
    font-weight: bold;
    font-size: 15px;
  }
}
.section-cards .card-item figure {
  position: relative;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  display: flex;
  justify-content: end;
}
.section-cards .card-item figure img {
  height: 100%;
  transition: all 0.3s ease-out;
  border-radius: 0px 0 80px 0;
}
.section-cards .card-item:hover .info {
  color: #387638;
}
.section-cards .card-item:hover figure img {
  border-radius: 0px 0 240px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.322);
}

.section-default {
  position: relative;
  z-index: 98;
  padding: 100px 0;
  background-image: url(../img/bg-section.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.section-default h1, .section-default h2, .section-default h3, .section-default h4, .section-default h5, .section-default h6 {
  color: #387638;
}
.section-default.light-green {
  background-color: #f2f9f6;
}
@media (max-width: 768px) {
  .section-default {
    background: none;
  }
}
.section-default .title h2 {
  color: #387638;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 40px;
}
.section-default#sustentabilidade {
  background: none;
  z-index: 99;
}
@media (max-width: 768px) {
  .section-default#sustentabilidade {
    overflow: hidden;
  }
}
.section-default#sustentabilidade .slick-slide {
  padding: 50px;
}
@media (max-width: 768px) {
  .section-default#sustentabilidade .slick-slide {
    padding: 0;
  }
}
.section-default#sustentabilidade .slick-slide img {
  width: 100%;
}
.section-default#sustentabilidade .slick-dots button:before {
  opacity: 1;
  font-size: 15px;
  color: #ababab;
}
.section-default#sustentabilidade .slick-dots .slick-active button:before {
  color: #387638 !important;
}
.section-default#sustentabilidade:before {
  position: absolute;
  transform: skewY(-6deg);
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/bg-sustentabilidade.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .section-default#sustentabilidade:before {
    background-image: none;
  }
}
.section-default .card {
  border: 0;
  background: none;
}
.section-default .card figure {
  width: 90%;
  margin: auto !important;
  display: block;
  margin: 0;
}
.section-default .card figure img {
  border-radius: 0 0 80px 0;
}
.section-default .card figure:before {
  top: 15px;
  right: 15px;
}
.section-default .card h3 {
  color: #387638;
}
.section-default .list-cards .row {
  border-bottom: solid 5px lightgray;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.section-default .list-cards .row:last-child {
  border: none;
}
@media (min-width: 768px) {
  .section-default .list-cards .row:nth-child(odd) > div:nth-child(1) {
    padding-left: 0;
  }
  .section-default .list-cards .row:nth-child(odd) > div:nth-child(2) {
    padding-right: 0;
  }
}
.section-default .list-cards .row:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}
@media (min-width: 768px) {
  .section-default .list-cards .row:nth-child(even) > div:nth-child(1) {
    padding-right: 0;
  }
  .section-default .list-cards .row:nth-child(even) > div:nth-child(2) {
    padding-left: 0;
  }
}

#section-fale-conosco {
  background-color: #f5f5f5;
}

footer {
  padding: 100px 0;
  background: linear-gradient(180deg, #348541 0%, #224b20 100%);
  color: #fff;
}
footer a {
  color: #fff;
  margin: 0 10px;
}
footer a:hover {
  color: #065f38;
}
footer p {
  margin: 0;
}
footer i {
  font-size: 40px;
}
footer div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  footer div {
    margin: 50px 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  height: 40px;
}
.pagination a, .pagination span {
  border-radius: 4px;
  margin: 0 3px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  color: #387638;
  background-color: transparent;
}
.pagination a:hover, .pagination span:hover {
  color: #fff;
  background-color: #387638;
}
.pagination a.next, .pagination a.prev, .pagination span.next, .pagination span.prev {
  text-indent: -100px;
  padding: 0 10px;
  overflow: hidden;
  border: none;
  font-weight: bold;
}
.pagination a.next:hover, .pagination a.prev:hover, .pagination span.next:hover, .pagination span.prev:hover {
  color: #000;
  background: none;
}
.pagination a.next:before, .pagination a.prev:before, .pagination span.next:before, .pagination span.prev:before {
  text-indent: 0;
  display: block;
}
.pagination a.next:before, .pagination span.next:before {
  content: ">";
}
.pagination a.prev:before, .pagination span.prev:before {
  content: "<";
}
.pagination span {
  color: #fff;
  background-color: #387638;
}
.pagination span:hover {
  color: #fff;
  background: #387638;
}/*# sourceMappingURL=style.css.map */