:root {
  --dark-green: #00573f;
  --light-green: #97d700;
}

/*Estilizando scroll bar*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: var(--dark-green);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: var(--light-green);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--light-green);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Bingar", serif;
}

html,
body {
  height: 100%;
  overflow-x: hidden;
}

@font-face {
  font-family: "Bingar";
  src: url(./../fonts/Bingar-Regular.ttf);
}

/* Boot CSS */

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.w33 {
  width: 33.33%;
}

.w25 {
  width: 25%;
}

.flex {
  display: flex;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 2%;
  margin: 0 auto;
}

.btn {
  border-radius: 10px;
  text-decoration: none;
}

.btn-medium {
  padding: 8px 15px;
}

.btn-color-limon {
  color: #325843;
  background-color: var(--light-green);
}

.btn-color-limon:hover {
  color: var(--light-green);
  background-color: var(--dark-green);
  transition: ease-in 0.2s;
}

.btn-color-negative-green {
  color: var(--light-green);
  background-color: var(--dark-green);
  border: 1px solid #f2f2f2;
}

.btn-color-positive-green {
  color: var(--light-green);
  background-color: #f2f2f2;
  border: 1px solid var(--dark-green);
}

/* Fim Boot CSS */

section.header .menu {
  padding: 20px 0;
  border-bottom: 4px solid var(--light-green);
  background-color: #f2f2f2;
}
section.header .menu img {
  max-width: 120px;
}

section.header .menu nav ul {
  margin-top: 17px;
}

section.header .menu nav ul.desktop-menu li {
  padding: 0 10px;
  display: inline-block;
}

section.header .menu nav ul.desktop-menu li a {
  color: black;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
section.header .menu nav ul.desktop-menu li a:hover {
  color: var(--light-green);
  transition: ease-in 0.1s;
}
section.header .menu nav .btn {
  margin-top: 10px;
  margin-left: 55px;
  font-weight: 600;
  letter-spacing: 2px;
}

section.header .menu nav .mobile-menu {
  display: none;
}

section.header .menu nav .mobile-menu {
  display: none;
}

.hamburguer {
  position: relative;
  top: 10px;
  display: none;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.hamburguer .line {
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--dark-green);
  margin-block: 7px;
  border-radius: 4px;
  transition: transform 0.5s, opacity 0.25s;
}
.hamburguer.active .line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
  -ms-transform: translateY(6.5px) rotate(45deg);
}
.hamburguer.active .line:nth-child(2) {
  opacity: 0;
}
.hamburguer.active .line:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
}

.content-menu-mobile * {
  font-family: "Poppins", serif;
  color: #818181;
}
.content-menu-mobile {
  display: none;
  position: relative;
  z-index: 2;
  width: 100%;
  background: #f2f2f2;
}
section.header .content-menu-mobile ul {
  display: inline-block;
  width: 100%;
}
section.header .content-menu-mobile ul li {
  display: inline-block;
  width: 100%;
}
section.header .content-menu-mobile ul li a {
  text-align: center;
  width: 100%;
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
section.header .content-menu-mobile ul li a:hover {
  background-color: var(--light-green);
  transition: ease-in 0.2s;
}

section.header .banner-single {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.header .banner-single h2 {
  max-width: 700px;
  font-weight: 400;
  font-size: 93px;
  letter-spacing: 4px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  color: white;
}
section.header .swiper-wrapper {
  height: 85vh;
}

/* Esconde as setas padrão do Swiper */

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* Posição das setas */
.swiper-button-prev {
  left: 40px !important;
}
.swiper-button-next {
  right: 40px !important;
}

/* Icone */
.swiper-button-prev > i,
.swiper-button-next > i {
  font-size: 62px;
  color: var(--light-green);
}

.swiper-pagination {
  bottom: 8% !important;
}
span.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: white !important;
  opacity: 1;
}
span.swiper-pagination-bullet-active {
  background-color: var(--light-green) !important;
}
section.header .wrapper-folha01 {
  display: inline-block;
  position: relative;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}

section.header .wrapper-folha01 .folha1 {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}

section.servicos *,
section.working-us * {
  font-family: "Poppins", serif;
}

section.servicos,
section.working-us {
  padding: 50px 0;
  text-align: center;
  background-color: #f2f2f2;
}

section.working-us .container > span {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 3px;
}

section.working-us .container > h2 {
  font-size: 32px;
  font-weight: 600;
  padding: 10px 0 20px 0;
}

section.working-us .container > p {
  color: #818181;
  font-size: 1.1rem;
}

section.servicos .container .cards,
section.working-us .container .cards {
  margin: 60px auto;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.servicos .container .cards .wrapper-card-single,
section.working-us .container .cards .wrapper-card-single {
  position: relative;
  padding-top: calc(25% * 1 - 40px);
  border: 20px solid #f2f2f2;
}

section.servicos .container .cards .card-single,
section.working-us .container .cards .card-single {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--dark-green);
  width: 100%;
  border-radius: 50% 4% 50% 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 35px;
}

section.servicos .container .cards .card-single img,
section.working-us .container .cards .card-single img {
  width: 30%;
  margin-bottom: 20px;
}

section.servicos .container .cards .card-single p,
section.working-us .container .cards .card-single p {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}

section.future {
  min-height: 400px;
  background-color: var(--dark-green);
  color: #f2f2f2;
}

section.future .half01 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.future .half01 .square {
  width: 60px;
  height: 60px;
  position: relative;
  top: 50%;
  left: calc(100% - 30px);
  transform: translateY(-50%);
  transform: rotate(135deg);
  background-color: var(--dark-green);
}

section.future .half02 {
  padding: 20px 40px 20px 45px;
}

section.future .half02 h2 {
  font-size: 3.7rem;
  padding: 20px 0;
  max-width: 450px;
  font-weight: 400;
}

section.future .half02 p {
  max-width: 450px;
  font-size: 0.9rem;
  line-height: 27px;
  font-family: "Poppins", serif;
}

section.future .half02 .buttons-box {
  padding: 30px 0;
}

section.future .half02 .buttons-box .btn:first-child {
  margin-right: 20px;
}

section.future .half02 .btn {
  padding: 9px 20px;
  margin-top: 15px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

section.future .half02 .btn:nth-of-type(2):hover {
  background-color: var(--light-green);
  border-color: var(--light-green);
  color: var(--dark-green);
}

section.materials {
  padding: 40px 0;
  background-color: #f2f2f2;
}

section.servicos .container div:first-child,
section.materials .container div:first-child {
  display: flex;
  /* width: 100%; */
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

section.materials div > h2 {
  font-size: 3.9rem;
  color: #28342d;
  font-weight: 400;
}

section.materials .container > p {
  font-family: "Poppins", serif;
  color: #818181;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 26px;
  max-width: 650px;
  padding: 20px 0 30px 0;
}

section.materials .container .box-articles {
  flex-wrap: wrap;
}

section.materials .container .box-articles {
  margin-bottom: 25px;
}

section.materials .container .box-articles article:last-child {
  border-right-width: 0;
}

section.materials .container .box-articles article {
  border: 10px solid #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Espalha o conteúdo verticalmente */
}

section.materials .container .box-articles article header {
  width: 100%;
}
section.materials .container .box-articles article header .wrapper-img {
  position: relative;
  width: 100%;
  padding-top: calc(25% * 2.5);
}

section.materials .container .box-articles article header .wrapper-img div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2%;
}

section.materials .container .box-articles article header h1 {
  padding: 20px 5px 5px 5px;
  font-size: 1.6rem;
  font-weight: 400;
}

section.materials .container .box-articles article header p {
  font-family: "Poppins", serif;
  padding: 0 5px;
  color: #818181;
  font-weight: 400;
  line-height: 22px;
  font-size: 0.8rem;
}

section.materials .container .box-articles article .btn {
  margin-top: auto; /* Empurra o botão para baixo, alinhando com outros botões */
  display: inline-block;
  margin-top: 15px;
  padding: 7px 25px;
  width: 75%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}

section.facts .half01 {
  padding: 45px 2%;
  background-image: url("./../assets/bg-fatos.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.facts .half01 h2 {
  position: relative;
  color: var(--dark-green);
  font-size: 3.5rem;
  font-weight: 400;
  padding-bottom: 25px;
}

section.facts .content-context {
  max-width: 650px;
  margin: 0 auto;
}

section.facts .half01 span.line {
  position: absolute;
  bottom: 10px;
  display: block;
  height: 3px;
  width: 120px;
  background-color: var(--light-green);
}

section.facts p {
  color: #818181;
  font-size: 0.9 rem;
  line-height: 24px;
  font-family: "Poppins", serif;
}

section.facts .box-container {
  padding: 35px 0;
}
section.facts .box-container .item {
  padding: 0 2% 0 7%;
}

section.facts .box-container .item img {
  width: 100%;
  max-width: 450px;
}

section.facts .box-container .item:nth-of-type(2) {
  border-left: 5px dotted #cee58e;
  border-right: 5px dotted #cee58e;
}

section.facts .box-container .item p {
  margin-top: 15px;
  padding-left: 5px;
  font-weight: 700;
  color: black;
}

section.facts .half02 {
  background-image: url("./../assets/bg-homem-green.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

section.facts .half02 button {
  background-color: transparent;
  border: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

section.facts .half02 button img {
  cursor: pointer;
}

section.facts .half02 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

section.facts .half02 .show-video {
  height: 100%;
  width: 100%;
}

section.facts .half02 iframe.active {
  display: block; /* Exibe o iframe quando a classe "active" é adicionada */
}

section.clients {
  padding: 60px 0;
  text-align: center;
  background-image: url("./../assets/bg-folhas.png");
}

section.clients > img {
  width: 140px;
}

section.clients h2 {
  padding: 25px 0 0 0;
  font-size: 3.5rem;
  font-weight: 400;
  color: #fff;
}

section.clients .slider-box {
  padding: 15px 0;
  height: 170px;
  display: flex;
  position: relative;
}

section.clients .slider-box .wrapper-item {
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.clients .slider-box .brand-item {
  /* width: 100%;
  padding-top: calc(23% * 0.6); */
}

/* section.clients .slider-box .brand-item .brand-item-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
} */

section.clients .slider-box .item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}

section.clients .slider-box .brand-item img {
  width: 100%;
  height: 100%;
}

/* .swiper-container {
  height: calc(100vh - 120px);
  margin: 60px;
} */

.swiper-slide {
  width: 28vw;
  overflow: hidden;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

section.clients .btn {
  display: inline-block;
  padding: 7px 25px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}

section.clients .arrow-sheet {
  position: relative;
  top: 90px;
}

footer {
  padding: 70px 0 0 0;
  position: relative;
  z-index: 999;
  background-color: var(--light-green);
}

footer .container {
  padding-bottom: 40px;
}

footer .container .brand {
  width: 51%;
}

footer .container .brand img {
  width: 160px;
}

footer .container .brand h2 {
  margin-top: 25px;
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  max-width: 450px;
}

footer .container .brand .social {
  padding: 25px 0;
}

footer .container .brand .social a {
  margin-right: 10px;
  background-color: #fff;
  font-size: 1.6rem;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

footer .container a:hover {
  color: var(--dark-green);
}

footer .container .brand .social a i {
  font-size: 22px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--light-green);
}

footer .container .about,
footer .container .blog,
footer .container .oters {
  width: 16.33%;
  padding-top: 30px;
}

footer nav h2 {
  color: #fff;
  font-weight: 400;
  font-family: "Oswald", serif;
  text-transform: uppercase;
}

footer nav ul {
  padding: 20px 0;
}

footer nav ul li {
  list-style: none;
  padding: 3px 0;
}

footer nav ul li a {
  font-family: "Poppins", serif;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 1.12rem;
}

footer .reserveds {
  background-color: #f2f2f2;
  padding: 35px 2%;
}

footer .reserveds h2,
footer .reserveds p {
  color: #325942c9;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  font-family: "Poppins", serif;
}

footer .reserveds p {
  margin-top: 5px;
  color: #325942c9;
  font-size: 0.9rem;
}

@media screen and (max-width: 920px) {
  section.header .banner-single h2 {
    font-size: 80px;
  }

  footer .container {
    flex-direction: column;
  }

  footer .container .brand {
    width: 100%;
  }
  footer .container .brand h2 {
    width: 100%;
    max-width: 920px;
  }

  footer .container .about,
  footer .container .blog,
  footer .container .oters {
    width: 100%;
  }
}

@media screen and (max-width: 869px) {
  /* Boot CSS */

  .w100 {
    width: 100%;
  }

  .w50 {
    width: 50%;
  }

  .w33 {
    width: 33.33%;
  }

  .w25 {
    width: 50%;
  }

  /* Fim Boot CSS */

  section.header .menu nav .btn,
  section.header .menu nav .desktop-menu {
    display: none;
  }

  section.header .menu nav .hamburguer {
    display: block;
  }

  section.header .banner-single h2 {
    max-width: 600px;
    font-size: 70px;
  }
  section.servicos .container .cards .wrapper-card-single,
  section.working-us .container .cards .wrapper-card-single {
    padding-top: calc(50% * 1 - 40px);
  }

  section.facts {
    flex-direction: column;
  }

  section.facts > div {
    width: 100%;
  }

  section.facts .half02 {
    padding: 140px 0;
  }

  section.facts .half02 button {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  section.facts .half02 button img {
    width: 100px;
  }
}

/* Página Sobre */
section.header .swiper-wrapper {
  height: 75vh;
}

section.header .banner-sobre .banner-single h2 {
  max-width: 700px;
  font-weight: 400;
  font-size: 120px;
  text-align: center;
  top: calc(50% + 40px);
  position: relative;
  transform: translateY(-50%);
  padding: 0 2%;
}

section.header .banner-sobre .banner-single p {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  top: calc(45% + 15px);
  transform: translateY(-50%);
  color: white;
  padding: 0 2%;
}

section.header .banner-sobre .banner-single b {
  font-family: "Poppins", serif;
}

section.history {
  padding: 60px 0 0 0;
  background-color: #f2f2f2;
}

section.history .container h2 {
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--dark-green);
}

section.history .container .line {
  padding: 0 2% 80px 0;
}

section.history .container .order2 {
  flex-direction: row-reverse !important;
}

section.history .container .order2 .box-image {
  padding: 0 60px 0 0 !important;
}

section.history .container .line .content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

section.history .container .line .content h2 {
  align-self: start;
  font-size: 4.5rem;
}

section.history .container .line .content p {
  font-family: "Poppins", serif;
  color: #818181;
  text-align: justify;
}

section.history .container .line .box-image {
  padding: 0 0 0 60px;
}

section.history .container .line .box-image .wrapper-image {
  width: 100%;
  top: 50%;
  transform: translateY(calc(-50% - 10px));
  position: relative;
  padding-top: calc(100% * 0.7);
}

section.history .container .line .box-image .wrapper-image img,
section.history .container .line .box-image .wrapper-image .bg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7%;
}
section.history .container .line .box-image .wrapper-image img {
  z-index: 1;
}
section.history .container .line .box-image .wrapper-image .bg-line {
  border: 3px solid var(--light-green);
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

section.history .container .fundador {
  padding-bottom: 0;
}

section.history .container .fundador .box-image {
  padding: 150px 0 150px 150px;
}

section.history .container .fundador .box-image .wrapper-image {
  padding-top: calc(100% * 1);
}

section.history .container .fundador .box-image .wrapper-image img,
section.history .container .fundador .box-image .wrapper-image .bg-line {
  border-radius: 35% 2% 25% 25%;
}

section.history .container .fundador .box-image .wrapper-image .bg-line {
  top: 15px;
  left: 15px;
}

section.facts-sobre {
  padding: 0px 0 60px 0;
  background-color: #f2f2f2;
}

section.facts-sobre .content-context {
  max-width: 1000px;
}

section.facts-sobre .box-container {
  padding-top: 0;
}

section.facts-sobre .box-container .item {
  border-width: 0 !important;
}

section.facts-sobre .box-container .item p {
  color: #636363;
}

section.facts-sobre .box-container {
  margin: 0 auto;
  justify-content: space-around;
}

section.facts-sobre .box-container .item {
  padding: 0 2%;
}
/* Fim da Página Sobre */

/* Página Política de Privacidade */
section.politicas * {
  font-family: "Poppins", serif;
}
section.politicas {
  margin: 0 auto;
  width: 65%;
  padding: 70px 0 50px 0;
}
section.politicas .center > h2 {
  padding: 10px 0;
  text-align: center;
}
section.politicas span {
  text-align: center;
  display: block;
  color: var(--light-green);
}
section.politicas span a::after {
  content: "•";
  margin: 0 4px;
}
section.politicas span a {
  text-decoration: none;
}
section.politicas .politicas-content {
  padding: 50px 0;
}
section.politicas .politicas-content h3 {
  padding: 30px 0 15px;
  color: #1bb3c1 !important;
  font-size: 30px;
  font-weight: 600;
}
section.politicas .politicas-content p {
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  color: #e1e1e1;
}

/* Página de serviços */

section.servicos {
  text-align: left;
}

/* Atacando o banner */
body div.banner-55vh > div.swiper-wrapper {
  height: 55vh;
}

section.servicos .container .cards {
  justify-content: center;
}

section.servicos .container > div h2 {
  color: var(--dark-green);
  max-width: 650px;
  font-size: 2.8rem;
}

section.servicos .container > p {
  color: #818181;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 26px;
  max-width: 750px;
  padding: 20px 0 30px 0;
}

section.servicos .container div:first-child {
  align-items: unset;
}

section.servicos .wrapper-card-single .card-border {
  background-color: white !important;
  border: 2px solid var(--dark-green);
}

section.servicos .wrapper-card-single .card-border p {
  color: var(--dark-green) !important;
}

section.servicos .wrapper-btn {
  text-align: center;
}

/* Fim da Página de serviços */

/* início da página da galeria */

section.galeria * {
  font-family: "Poppins", serif;
}
section.galeria {
  padding: 35px 0 50px 0;
  background-color: #f2f2f2;
}

section.galeria .cards {
  flex-wrap: wrap;
}

section.galeria .cards .wrapper-card-single {
  border: 15px solid #f2f2f2;
}

section.galeria .cards .card-single .wrapper-img {
  position: relative;
  top: 0;
  left: 0;
  max-height: 200px;
  height: 100%;
  padding-top: calc(25% * 0.5);
}
section.galeria .cards .card-single .wrapper-img img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

section.galeria .cards .wrapper-card-single a {
  text-decoration: none;
  color: black;
}

section.galeria .cards .wrapper-card-single a:hover {
  color: var(--dark-green);
}

section.galeria .cards .card-single h2 {
  padding: 15px 0 20px 0;
}

section.galeria .cards .card-single p {
  line-height: 20px;
}

/* Página de artigo */

section.galeria .container .half01 {
  padding-right: 25px;
}

section.galeria .container .half01 h1 {
  font-size: 50px;
  color: var(--dark-green);
}

section.galeria .container .half01 .content {
  margin: 20px 0;
}

section.galeria .container .half01 .content img {
  width: -webkit-fill-available;
}

section.galeria .container .half02 .cover-img {
  overflow: hidden;
  /* transform: skewX(20deg); */
}

section.galeria .container .half02 .cover-img img {
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}

/* Fim página de artigo */

/* Fim da página da galeria */

/* Estilo do Pagination */

.pagination-box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px; /* Ajuste conforme necessário */
}

.pagination-link,
.pagination-arrow {
  margin: 0 5px;
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px; /* Bordas arredondadas para os links */
}

.pagination-link.active {
  background-color: var(--dark-green);
  color: white;
  border-color: var(--dark-green);
}

.pagination-arrow {
  color: white;

  background-color: var(--dark-green);
}

.pagination-arrow:hover,
.pagination-link:hover {
  background-color: var(--light-green);
  color: #fff;
  border-color: var(--light-green);
}

.pagination-ellipsis {
  padding: 5px 10px;
  color: #333;
}

/* Fim do Estilo do Pagination */

@media screen and (max-width: 1697px) {
  section.header .banner-single {
    background-size: auto;
  }
}

@media screen and (max-width: 1024px) {
  section.politicas {
    width: 100%;
    float: left;
    padding: 70px 0;
  }
  section.servicos .container .cards .card-single p,
  section.working-us .container .cards .card-single p {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 986px) {
  section.galeria .container {
    flex-direction: column-reverse;
  }
}

/* Fim Página Política de Privacidade */

@media screen and (max-width: 869px) {
  /* Página Sobre */

  section.history .container .line .content h2 {
    align-self: start;
    font-size: 3rem;
  }

  section.history .container .fundador .box-image {
    padding: 0 0 0 60px;
  }
  /* Fim Página Sobre */
}
@media screen and (max-width: 800px) {
  section.header .banner-single h2 {
    font-size: 10vw;
    max-width: 75vw;
  }
}

@media screen and (max-width: 769px) {
  /* Boot CSS */

  .w50 {
    width: 100%;
  }

  /* Fim Boot CSS */

  section.header .banner-sobre .banner-single h2 {
    font-size: 100px;
    padding-top: 20px;
  }

  section.servicos .container div:first-child img,
  section.materials .container div:first-child img {
    margin: 20px 0;
  }

  section.servicos .container div:first-child,
  section.materials .container div:first-child {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  section.servicos .container > p,
  section.materials .container > p {
    text-align: center;
    margin: 0 auto;
  }

  section.materials .container .box-articles article header p {
    text-align: justify;
  }

  section.materials .container .box-articles article .btn {
    width: 100%;
  }

  section.facts p {
    text-align: justify;
  }

  section.history .container .line {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 0 100px 0 !important;
  }
  section.history .container h2 {
    text-align: center;
    padding-bottom: 15px;
  }

  section.history .container .line .box-image {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  section.history .container .line .box-image .wrapper-image {
    top: 40px;
    left: -10px;
    transform: unset;
  }

  section.history .container .order2 .box-image {
    padding: 0 !important;
  }

  section.history .container .line-fundador .box-image {
    width: 70%;
    margin: 0 auto;
  }

  /* section.history .container .line-fundador .box-image .wrapper-image {
    left: -30px;
  } */

  section.servicos .container > div h2 {
    font-size: 1.5rem;
  }

  footer .container .brand h2 {
    font-size: 10vw;
  }
}

@media screen and (max-width: 689px) {
  /* Posição das setas */
  .swiper-button-prev {
    left: 20px !important;
  }
  .swiper-button-next {
    right: 20px !important;
  }

  section.future .half01 {
    display: none;
  }

  section.future .half02 {
    width: 100%;
  }

  section.facts .box-container {
    flex-direction: column;
    justify-content: center;
  }

  section.facts .box-container .item {
    align-self: center;
    margin: 20px 0 40px 0;
  }

  section.facts .box-container .item:nth-of-type(2) {
    border-width: 0;
  }

  section.facts .box-container .item {
    padding: 0 2%;
  }
}

@media screen and (max-width: 568px) {
  /* Boot CSS */

  .w25 {
    width: 98%;
  }

  /* Fim Boot CSS */

  section.servicos .container .cards .card-single img,
  section.working-us .container .cards .card-single img {
    width: 45%;
    margin-bottom: 20px;
  }
  section.servicos .container .cards .wrapper-card-single,
  section.working-us .container .cards .wrapper-card-single {
    width: 70%;
    padding-top: calc(70% * 1 - 40px);
    margin: 0 auto;
  }

  /* Página sobre */

  section.header .banner-sobre .banner-single h2 {
    font-size: 80px;
    padding-bottom: 20px;
  }

  section.header .banner-sobre .banner-single p {
    font-size: 16px;
  }

  /* Fim página sobre */
}
