@font-face {
  font-family: "Rodape";
  src: url("../fonts/Rajdhani/Rajdhani-Bold.ttf");
  font-display: swap;
  font-weight: bold;
}

@font-face {
  font-family: "Rodape";
  src: url("../fonts/Rajdhani/Rajdhani-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "sk";
  src: url("../fonts/sk-modernist/sk-modernist.otf");
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "sk";
}
body a {
  color: #000;
}
body a:hover {
  text-decoration: none;
  color: #000;
}

header {
  background-color: #fff;
  padding: 10px;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-en {
  display: none;
}
@media (min-width: 992px) {
  header .header #btnMobile {
    display: none;
  }
}
header .header .logo h1 {
  display: none;
}
header .header .logo img {
  max-width: 200px;
  -webkit-animation-name: imagem_cresce;
  animation-name: imagem_cresce;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@media (max-width: 991px) {
  header .header .menuMobile {
    text-align: right;
  }
  header .header .menuMobile button {
    border: 2px solid #86bc43;
    background-color: white;
    color: #86bc43;
    border-radius: 5px;
  }
  header .header .menuMobile button:focus {
    outline: none;
  }
  header .header .menuMobile .navigation {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    right: 0px;
    padding: 15px 30px;
    top: 75px;
  }
}
header .header ul {
  list-style: none;
}
@media (min-width: 992px) {
  header .header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  header .header ul .headermenu {
    display: none;
  }
  header .header ul li {
    padding-left: 40px;
  }
}
header .header ul li a {
  text-transform: uppercase;
  font-size: 0.9rem;
}
header.desceu {
  background-color: transparent;
}
header.desceu .logo img {
  -webkit-animation-name: imagem_diminui;
  animation-name: imagem_diminui;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  max-width: 150px;
}
header.desceu ul,
header.desceu .menuMobile {
  -webkit-animation-name: opacidade_some;
  animation-name: opacidade_some;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  opacity: 0;
}

@-webkit-keyframes opacidade_some {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes opacidade_some {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes imagem_diminui {
  from {
    max-width: 80px;
  }
  to {
    max-width: 50px;
  }
}

@keyframes imagem_diminui {
  from {
    max-width: 80px;
  }
  to {
    max-width: 50px;
  }
}

@-webkit-keyframes imagem_cresce {
  from {
    max-width: 50px;
  }
  to {
    max-width: 80px;
  }
}

@keyframes imagem_cresce {
  from {
    max-width: 50px;
  }
  to {
    max-width: 80px;
  }
}

.banner_home {
  padding-top: 78px;
}
.banner_home video {
  width: 100%;
}
.banner_home .swiper-slide img {
  max-width: 100%;
}
.banner_home .container_absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.banner_home .container_absolute .container {
  position: relative;
  height: 100%;
}
@media (min-width: 1300px) {
  .banner_home .container_absolute .container {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .banner_home .linhas_arrows {
    display: none;
  }
}
.banner_home .linhas_arrows:after {
  display: none;
}
.banner_home .swiper-button-next img,
.banner_home .swiper-button-prev img {
  max-width: 30px;
}

.fundo {
  position: relative;
  z-index: 1;
}
.fundo .fundo_branco {
  background-image: url("../image/fundo.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.desce .banner_home {
  position: fixed;
  width: 100%;
}

.desce .fundo {
  padding-top: 78px;
}

.whoWeAre {
  padding-top: 40px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .whoWeAre .container .handsImage {
    width: 45%;
    padding-top: 5%;
  }
}
@media (min-width: 1200px) {
  .whoWeAre .container .handsImage {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .whoWeAre .container .lado_direito {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .whoWeAre .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .whoWeAre .container {
    margin: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .whoWeAre .container {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .whoWeAre .container .handsImage img {
    max-width: 100%;
  }
  .whoWeAre .container .lado_direito {
    width: 55%;
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .whoWeAre .container .handsImage {
    display: none;
  }
}
.whoWeAre .container .lado_direito {
  position: relative;
}
.whoWeAre .container .lado_direito h2 {
  font-weight: bold;
}
@media (max-width: 767px) {
  .whoWeAre .container .lado_direito h2 {
    text-align: center;
  }
}
.whoWeAre .container .lado_direito .line {
  position: absolute;
  right: -70px;
  top: 50px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.whoWeAre .container .lado_direito .line p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.whoWeAre .container .lado_direito .line .linha {
  width: 55px;
  height: 1px;
  background-color: #000;
  margin-top: 3px;
  margin-left: 10px;
}
.whoWeAre .container .lado_direito .recycleImage {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .whoWeAre .container .lado_direito .recycleImage img {
    max-width: 200px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .whoWeAre .container .lado_direito .recycleImage img {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .whoWeAre .container .lado_direito .recycleImage img {
    max-width: 182px;
  }
}
.whoWeAre .container .lado_direito .trashCanImage {
  text-align: center;
}
.whoWeAre .container .lado_direito .trashCanImage img {
  max-width: 100%;
}

.aboutUs .textaboutUsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.aboutUs .textaboutUsContainer p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.aboutUs .textaboutUsContainer .linha {
  width: 55px;
  height: 1px;
  background-color: #000;
  margin-top: 3px;
  margin-left: 10px;
}

.aboutUs .aboutUsImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.aboutUs .aboutUsImages > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.aboutUs .aboutUsImages > div img {
  max-width: 100%;
}
.aboutUs .aboutUsImages > div:first-of-type {
  margin-right: 15px;
}
.aboutUs .aboutUsImages > div:last-of-type {
  margin-left: 15px;
}
@media (min-width: 992px) {
  .aboutUs .aboutUsImages > div > div {
    padding: 30px 10px 40px 40px;
    position: absolute;
    bottom: 0;
    /* left: 0; */
    /* -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;  */
    /* overflow: hidden; 
    width: 99.8%;
  }
  .aboutUs .aboutUsImages > div > div p {
    font-size: 0.9rem;
    /* -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; */
    /* -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px); */
  }
  .aboutUs .aboutUsImages > div > div.textaboutUsDiving {
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 126px;
    display: flex;
    justify-content: center;
  }
  .aboutUs .aboutUsImages > div > div.textaboutUsHandWorld {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 132px;
  }
  /* .aboutUs .aboutUsImages > div:hover > div p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .aboutUs .aboutUsImages > div:first-of-type:hover > div {
    background-image: url("../image/fundo_sbre_nos_1.png");
    background-repeat: no-repeat;
    background-size: 106.4% 106%;
    background-position-x: 0px;
    background-position-y: -12px;
  }
  .aboutUs .aboutUsImages > div:last-of-type:hover > div {
    background-image: url("../image/fundo_sbre_nos_2.png");
    background-repeat: no-repeat;
    background-size: 100.2% 104%;
    background-position-x: 0px;
    background-position-y: -12px;
  } */
}
@media (max-width: 991px) {
  .aboutUs .aboutUsImages > div > div {
    height: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* overflow: hidden; */
  }
  .aboutUs .aboutUsImages > div > div.clicado {
    margin-top: 10px;
    height: auto;
    padding: 10px 15px;
    background: #d9d9d9b2;
  }
  .aboutUs .aboutUsImages > div > div.clicado p {
    font-size: 0.9rem;
  }
  .aboutUs .aboutUsImages > div:first-of-type > div.clicado {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .aboutUs .aboutUsImages > div:last-of-type > div.clicado {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.aboutUs .aboutUsImages:last-of-type > div:first-of-type {
  text-align: right;
}
.aboutUs .aboutUsImages:last-of-type > div img {
  max-width: 50%;
}

.partners {
  background-color: #fff;
  padding: 10px;
}
.partners .textPartnersContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.partners .textPartnersContainer p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.partners .textPartnersContainer .linha {
  width: 55px;
  height: 1px;
  background-color: #000;
  margin-top: 3px;
  margin-left: 10px;
}
.partners .partnersLogo {
  margin: 30px 40px;
}
.partners .partnersLogo .swiper-slide {
  text-align: center;
}
.partners .partnersLogo .swiper-slide .item {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .partners .partnersLogo .swiper-slide .item img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .partners .partnersLogo .swiper-slide .item img {
    max-width: 90%;
  }
}

.ourProjects {
  margin-top: 40px;
  margin-bottom: 80px;
}
.ourProjects .textourProjects {
  position: relative;
  background: white;
  min-height: 110vh;
}
@media (min-width: 992px) {
  /* .ourProjects .textourProjects .swiper-slide {
        max-height: 450px;
      } */
  .ourProjects .textourProjects .swiper-slide.swiper-slide-next {
    width: 30%;
  }
  .ourProjects .textourProjects .swiper-slide.swiper-slide-active {
    margin-right: 30px;
    width: 50%;
    text-align: right;
  }
  .ourProjects .textourProjects .swiper-slide.swiper-slide-active .imagem {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.ourProjects .textourProjects .swiper-slide.swiper-slide-active .lado_texto {
  margin: auto;
  margin-right: 0;
}
@media (max-width: 991px) {
  .ourProjects .textourProjects .swiper-slide {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding: 0 10px;  */
    overflow: a;
  }
  .ourProjects .textourProjects .swiper-slide.swiper-slide-active .lado_texto {
    margin-top: 1rem;
  }
  .ourProjects .textourProjects .swiper-slide .imagem {
    text-align: center;
    padding: 20px;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ourProjects .textourProjects .swiper-slide .item {
  padding: 30px 15px 50px;
  background-color: #fff;
  max-width: 1140px;
  margin: auto;
}
@media (min-width: 768px) {
  .ourProjects .textourProjects .swiper-slide .item .lado_texto {
    text-align: start;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .text-projeto {
    max-width: 550px;
  }

  .text-projeto2 {
    max-width: 350px;
    margin-bottom: 2rem !important;
    text-align: start;
    margin-top: 1rem;
  }
}
.ourProjects .textourProjects .swiper-slide .item .lado_texto .tiutlo_projeto {
  font-weight: bold;
  font-size: 1.5rem;
}
.ourProjects .textourProjects .swiper-slide .item .imagem img {
  width: 300px;
  height: 350px;
}

.ourProjects .textourProjects .projetos_setas {
  width: 50%;
}
.ourProjects .textourProjects .projetos_setas .swiper-button-next,
.ourProjects .textourProjects .projetos_setas .swiper-button-prev {
  padding: 5px;
  height: 20px;
  width: 45px;
  text-align: center;
}
.ourProjects .textourProjects .projetos_setas .swiper-button-next {
  /* background-color: #d9d9d9; */
  right: auto;
  left: 100px;
}
.ourProjects .textourProjects .projetos_setas .swiper-button-prev {
  /* background-color: #86bc43; */
  left: 46px;
}
@media (min-width: 768px) {
  .ourProjects .textourProjects .projetos_setas {
    bottom: 7px;
    position: absolute;
    right: 100px;
  }
}
@media (max-width: 767px) {
  .ourProjects .textourProjects .projetos_setas {
    margin: auto;
    position: relative;
    padding-left: 10px;
  }
}
.ourProjects .textourProjects .linhas_projetos_arrows:after {
  display: none;
}
.ourProjects .textourProjects .swiper-button-next img,
.ourProjects .textourProjects .swiper-button-prev img {
  max-width: 30px;
}

.sendWork {
  margin-top: 90px;
  background-color: #86bc43;
}
.sendWork .sendWorkcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .sendWork .sendWorkcontainer {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .sendWork .sendWorkcontainer {
    background-repeat: no-repeat;
    background-size: 48vh;
    background-position: 84% 42%;
    background-attachment: fixed;
    height: 45vh;
    background-image: url("../image/simbolo-envie-seu-trabalho.png");
  }
}
.sendWork .sendWorkcontainer .borboleta_verde {
  position: absolute;
  top: -49px;
  right: 0;
}
.sendWork .sendWorkcontainer .borboleta_verde svg {
  max-width: 60px;
  max-height: 41px;
}
.sendWork .sendWorkcontainer .borboleta_branca1 {
  position: absolute;
  top: 1px;
  right: 24px;
}
.sendWork .sendWorkcontainer .borboleta_branca1 svg {
  max-width: 40px;
  max-height: 20px;
}
.sendWork .sendWorkcontainer .borboleta_branca2 {
  position: absolute;
  top: 20px;
  right: 4px;
}
.sendWork .sendWorkcontainer .borboleta_branca2 svg {
  max-width: 28px;
  max-height: 14px;
}
@media (min-width: 768px) {
  .sendWork .sendWorkcontainer > div.sendWorkImage {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    padding-left: 20px;
  }
  .sendWork .sendWorkcontainer > div.sendWorkImage img {
    max-width: 100%;
  }
  .sendWork .sendWorkcontainer > div.sendWorkText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .sendWork .sendWorkcontainer > div.sendWorkImage {
    display: none;
  }
}
.sendWork .sendWorkcontainer > div.sendWorkText {
  color: #fff;
}
.sendWork .sendWorkcontainer > div.sendWorkText .titulo {
  font-weight: bold;
  font-size: 1.5rem;
}
.sendWork .sendWorkcontainer > div.sendWorkText .botao {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  border: 0;
  color: #000;
}
@media (max-width: 767px) {
  .sendWork .sendWorkcontainer > div.sendWorkText .botao {
    margin: auto;
  }
}
.sendWork .sendWorkcontainer > div.sendWorkText .botao:hover {
  -webkit-box-shadow: 0 0 6px #fff;
  box-shadow: 0 0 6px #fff;
}
.sendWork .sendWorkcontainer > div.sendWorkText .botao:focus {
  outline: 0;
}

.secao_flutuante {
  position: fixed;
  top: 65%;
  right: 0;
  background-color: #86bc43;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 5px 10px;
  z-index: 1;
}
.secao_flutuante ul {
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin-bottom: 0;
}
.secao_flutuante ul li {
  font-family: "fontAwesome";
  text-align: center;
  margin-top: 6px;
}
.secao_flutuante ul li:first-of-type {
  margin-top: 0;
}
.secao_flutuante ul li a {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.secao_flutuante ul li a i {
  font-style: normal;
}
.secao_flutuante ul li a svg {
  max-width: 18px;
  max-height: 15px;
}
.secao_flutuante ul li a:hover {
  color: #643262;
}
.secao_flutuante ul li a:hover svg path {
  fill: #643262;
}

.modal .modal-content {
  border-color: #86bc43;
}
.modal .modal-content .modal-header {
  border-bottom: 0;
  -webkit-box-shadow: 0 5px 9px #435e2245;
  box-shadow: 0 5px 9px #435e2245;
}
.modal .modal-content .modal-header button:focus-visible,
.modal .modal-content .modal-header button:focus {
  outline: none;
}
@media (min-width: 992px) {
  .modal .modal-content .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.modal .modal-content .flex .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .modal .modal-content .flex .item:last-of-type {
    padding-left: 30px;
  }
}
.modal .modal-content .item {
  margin-bottom: 10px;
}
.modal .modal-content .item input,
.modal .modal-content .item textarea {
  width: 100%;
  border: 1px solid #86bc43;
  padding: 5px 10px;
  -webkit-box-shadow: 0 0 4px #86bc43;
  box-shadow: 0 0 4px #86bc43;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.modal .modal-content .item input:focus-visible,
.modal .modal-content .item input:focus,
.modal .modal-content .item textarea:focus-visible,
.modal .modal-content .item textarea:focus {
  -webkit-box-shadow: 0 0 4px #643262;
  box-shadow: 0 0 4px #643262;
  border-color: #643262;
  outline: 0;
}
.modal .modal-content .item textarea {
  resize: none;
  height: 100px;
}
.modal .modal-content .item_import {
  margin-bottom: 0;
}
.modal .modal-content .item_import p {
  margin-bottom: 10px;
}
.modal .modal-content .item_import label {
  background-color: #643262;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
}
.modal .modal-content .item_import label:hover {
  -webkit-box-shadow: 0 0 9px #643262;
  box-shadow: 0 0 9px #643262;
}
.modal .modal-content .item_import input[type="file"] {
  display: none;
}
@media (min-width: 768px) {
  .modal .modal-content .botao {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .modal .modal-content .botao {
    text-align: center;
  }
}
#projeto_enviar, #curriculo_enviar {
  background-color: #86bc43;
  color: #fff;
  border: 1px solid #86bc43;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 5px 15px;
  text-transform: uppercase;
}
#projeto_enviar :hover, #curriculo_enviar:hover {
  -webkit-box-shadow: 0 0px 9px #86bc43;
  box-shadow: 0 0px 9px #86bc43;
}
#projeto_enviar :focus-visible,
#projeto_enviar :focus {
  outline: none;
}
.modal .modal-content #sucesso {
  margin: 10px 0;
  background-color: #86bc43;
  padding: 10px;
  text-align: center;
  display: none;
}
.modal .modal-content #sucesso.show-message {
  display: block;
}
.modal .modal-content #sucesso p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.modal .modal-content #erro {
  margin: 10px 0;
  background-color: red;
  padding: 10px;
  text-align: center;
  display: none;
}
.modal .modal-content #erro.show-message {
  display: block;
}
.modal .modal-content #erro p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}

footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.footer {
  padding: 60px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .footerText {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer .footerText p {
    margin-bottom: 5px;
  }
  .footer .footerText > div {
    padding-right: 0 !important;
    margin-bottom: 10px;
    text-align: center;
  }
}
.footer .footerText > div {
  padding-right: 30px;
}
.footer .footerText > div .titulo_footer {
  font-weight: bold;
}
.footer .footerText > div a {
  font-size: 0.8rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer .footerText > div a:hover {
  color: #643262;
}
.footer .footerText > div .botao_trabalhe_conosco {
  background: transparent;
  border: none;
  font-size: 0.8rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0;
  color: #000;
}
.footer .footerText > div .botao_trabalhe_conosco:hover {
  color: #643262;
}
.footer .footerText > div .botao_trabalhe_conosco:focus-visible,
.footer .footerText > div .botao_trabalhe_conosco:focus {
  outline: none;
}
@media (min-width: 768px) {
  .footer .footerText {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .logoFooter {
    width: 20%;
  }
}
.footer .logoFooter img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer .logoFooter {
    padding: 20px 15px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .logoFooter img {
    max-width: 70%;
  }
}

.rodape {
  padding: 5px 0;
  font-family: "Rodape";
  background: #643262;
}
.rodape .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rodape .footer-logos {
  position: relative;
}
.rodape .footer-logos a:after {
  content: "DESIGN E DESENVOLVIMENTO";
  position: absolute;
  top: -50px;
  width: 90%;
  right: 0%;
  padding: 5px;
  background: #000;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.8rem;
  opacity: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .rodape .footer-logos a:after {
    display: none;
  }
}
.rodape .footer-logos a:hover:after {
  opacity: 1;
}
.rodape .footer-logos .g1 {
  width: 33px;
  margin: auto;
}
@media (min-width: 768px) {
  .rodape .footer-logos {
    text-align: right;
  }
  .rodape .footer-logos .g1 {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .rodape .footer-logos {
    text-align: center;
  }
}
.rodape .footer-conteudo p {
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .rodape .footer-conteudo {
    text-align: center;
  }
}

div#modal_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  background: #643262;
  color: #fff;
  display: none;
  z-index: 100000;
}
div#modal_cookie.show-cookie {
  display: block;
}
div#modal_cookie .lcb-mensagem a {
  color: #86bc43;
}
div#modal_cookie .botoes {
  text-align: center;
  padding-top: 20px;
}
div#modal_cookie .botoes button {
  border-radius: 20px;
  padding: 5px 10px;
  border: none;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
div#modal_cookie .botoes button:active,
div#modal_cookie .botoes button:focus {
  outline: none;
}
div#modal_cookie .botoes button.lcb-info {
  background: #fff;
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
}
@media (min-width: 768px) {
  div#modal_cookie .botoes button.lcb-info {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  div#modal_cookie .botoes button.lcb-info {
    margin-bottom: 10px;
  }
}
div#modal_cookie .botoes button.lcb-ciente {
  background: #fff;
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
  color: #86bc43;
}
div#modal_cookie .botoes button a {
  color: #86bc43;
}
div#modal_cookie .botoes button a:hover {
  text-decoration: none;
}
div#modal_cookie .botoes button:hover {
  -webkit-box-shadow: 0 0 6px 6px #ffffff7a;
  box-shadow: 0 0 6px 6px #ffffff7a;
}

.textwhoWeAre p {
  word-wrap: break-word;
}

@media (max-width: 425px) {
  .ourProjects .textourProjects .swiper-slide .item .imagem img {
    width: 200px;
    height: 250px;
  }
}

.titulo_projetos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.titulo_projetos p {
  font-family: "sk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 110%;
  /* or 64px */
  color: #000000;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .show-button {
    background-color: #86bc43;
    color: #fff;
    border: 1px solid #86bc43;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 5px 15px;
    text-transform: uppercase;
    display: none;
    font-size: 15px;
  }

  .show-div {
    /* border-bottom-right-radius: 12px;
      border-bottom-left-radius: 155px !important; */
    display: flex;
    justify-content: center;
    /* border-top-right-radius: 150px;
      border-top-left-radius: 15px;
      background: rgba(0,0,0,0.4); */
    height: 100%;
    align-items: center;
  }

  .show-div2 {
    /* border-bottom-right-radius: 155px !important;
      border-bottom-left-radius: 17px !important;
      border-top-right-radius: 12px;
      border-top-left-radius: 150px; */
    display: flex;
    justify-content: center;

    /* background: rgba(0,0,0,0.4); */
    height: 100%;
    align-items: center;
  }

  .aboutUsPlanting {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
  }

  .aboutUsPlanting .show-button {
    position: absolute;
    top: 40%;
    left: 65%;
  }

  .aboutUsMen .show-button {
    position: absolute;
    top: 40%;
    left: 82px;
  }
}

@media (max-width: 730px) {
  .show-button.show {
    display: block;
    margin-bottom: 13rem;
  }
  .aboutUsPlanting .show-button {
    left: 59%;
  }

  .aboutUsMen .show-button {
    left: 20px;
  }
}

@media (max-width: 450px) {
  .show-button {
    font-size: 14px;
  }

  .show-button.show {
    margin-bottom: 11rem;
  }
}

@media (max-width: 415px) {
  .show-button {
    font-size: 11px;
  }

  .show-button.show {
    margin-bottom: 8rem;
  }
}

@media (max-width: 355px) {
  .show-button {
    font-size: 10px;
  }

  .show-button.show {
    margin-bottom: 7rem;
  }

  .aboutUsMen .show-button {
    left: 6px;
  }
  .aboutUsPlanting .show-button {
    left: 69px;
  }
}

.texto-cuidamos {
  margin-bottom: 0;
}

.link-cuidamos:hover {
  color: #000;
  text-decoration: underline;
}

.link-cuidamos {
  display: block;
  word-break: break-all;
}

.textwhoWeAre {
  margin-bottom: 1rem;
}

.container-projetos {
  max-width: 1140px;
  margin: auto;
}

@media (min-width: 2560px) {
  .ourProjects .textourProjects .projetos_setas {
    bottom: 69%;
    transform: translateY(-50%);
    position: absolute;
    right: 100px;
  }

  .ourProjects .textourProjects .projetos_setas .swiper-button-next {
    right: 44%;
    left: auto;
  }

  .ourProjects .textourProjects .projetos_setas .swiper-button-prev {
    left: -41%;
  }
}

@media (min-width: 1910px) and (max-width: 2559px) {
  .ourProjects .textourProjects .projetos_setas {
    bottom: 50%;
    position: absolute;
    right: 100px;
  }

  .ourProjects .textourProjects .projetos_setas .swiper-button-next {
    right: 40%;
    left: auto;
  }

  .ourProjects .textourProjects .projetos_setas .swiper-button-prev {
    left: -40%;
  }
}

@media (min-width: 1400px) and (max-width: 1909px) {
  .ourProjects .textourProjects .projetos_setas {
    bottom: 50%;
    position: absolute;
    right: 100px;
  }

  .ourProjects .textourProjects .projetos_setas .swiper-button-next {
    right: 15%;
    left: auto;
  }

  .ourProjects .textourProjects .projetos_setas .swiper-button-prev {
    left: -55%;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .ourProjects .textourProjects .projetos_setas {
    bottom: 50%;
    position: absolute;
    right: 100px;
  }

  .ourProjects .textourProjects .projetos_setas .swiper-button-next {
    right: 0;
    left: auto;
  }

  .ourProjects .textourProjects .projetos_setas .swiper-button-prev {
    left: -70%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ourProjects .textourProjects .projetos_setas {
    bottom: 50%;
    position: absolute;
    right: 100px;
  }

  .ourProjects .textourProjects .projetos_setas .swiper-button-next {
    right: 0;
    left: auto;
  }

  .ourProjects .textourProjects .projetos_setas .swiper-button-prev {
    left: -65%;
  }
}

/*30/03*/

.texto-borboleta,
.texto-borboleta2 {
  display: none;
  margin-bottom: 1rem;
  width: 100%;
}

.texto-borboleta3 {
  margin-top: -21px;
  margin-left: -26px;
  display: none;
  margin-bottom: 1rem;
  width: 100%;
}

.texto-borboleta4 {
  margin-top: -21px;
  margin-left: 5px;
  display: none;
  margin-bottom: 1rem;
  width: 100%;
}

@media (min-width: 992px) {
  .texto-borboleta-ativo {
    display: block;
  }

  .texto-ativo {
    background: rgba(263, 263, 263, 0.5);
    overflow: auto;
    border-bottom-right-radius: 11px;
    border-top-right-radius: 155px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 14px;
    height: 100%;
    z-index: 99 !important;
  }

  .texto-ativo2 {
    background: rgba(263, 263, 263, 0.7);
    overflow: auto;
    z-index: 99 !important;
    border-bottom-right-radius: 160px;
    border-top-right-radius: 11px;
    border-top-left-radius: 126px;
    border-bottom-left-radius: 17px;
    height: 100%;
  }

  .texto-ativo3 {
    background: rgba(263, 263, 263, 0.7);
    overflow: auto;
    z-index: 99 !important;
    border-bottom-right-radius: 73px;
    border-top-right-radius: 11px;
    border-top-left-radius: 69px;
    border-bottom-left-radius: 7px;
    height: 100%;
    width: 50%;
  }

  .texto-ativo4 {
    background: rgba(263, 263, 263, 0.7);
    overflow: auto;
    z-index: 99 !important;
    border-bottom-right-radius: 11px;
    border-top-right-radius: 75px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 79px;
    height: 100%;
    width: 50%;
  }

  .textaboutUsHandWorld2 {
    right: 0 !important;
  }

  .texto-borboleta3 p,
  .texto-borboleta4 p {
    max-width: 200px;
  }

  .texto-ativo::-webkit-scrollbar {
    width: 8px; /* largura da barra de rolagem */
    background-color: transparent; /* torna a barra de rolagem transparente */
  }

  .texto-ativo::-webkit-scrollbar-thumb {
    background-color: rgba(
      0,
      0,
      0,
      0
    ); /* torna a alça da barra de rolagem transparente */
  }

  .texto-ativo2::-webkit-scrollbar {
    width: 8px; /* largura da barra de rolagem */
    background-color: transparent; /* torna a barra de rolagem transparente */
  }

  .texto-ativo2::-webkit-scrollbar-thumb {
    background-color: rgba(
      0,
      0,
      0,
      0
    ); /* torna a alça da barra de rolagem transparente */
  }

  .texto-ativo3::-webkit-scrollbar {
    width: 8px; /* largura da barra de rolagem */
    background-color: transparent; /* torna a barra de rolagem transparente */
  }

  .texto-ativo3::-webkit-scrollbar-thumb {
    background-color: rgba(
      0,
      0,
      0,
      0
    ); /* torna a alça da barra de rolagem transparente */
  }

  .texto-ativo4::-webkit-scrollbar {
    width: 8px; /* largura da barra de rolagem */
    background-color: transparent; /* torna a barra de rolagem transparente */
  }

  .texto-ativo4::-webkit-scrollbar-thumb {
    background-color: rgba(
      0,
      0,
      0,
      0
    ); /* torna a alça da barra de rolagem transparente */
  }

  #aboutUsPlanting {
    position: relative;
  }

  .show-button {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .show-button {
    background-color: #86bc43;
    color: #fff;
    border: 1px solid #86bc43;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .show-div {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
  }

  .show-div2 {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
  }

  .aboutUsPlanting {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
  }

  .aboutUsPlanting .show-button {
    left: 73%;
    top: -27px;
    display: flex;
    text-align: center;
    position: absolute;
    width: 20px;
    height: 20px;
    width: 10%;
    justify-content: center;
    align-items: center;
  }

  .aboutUsMen .show-button {
    display: flex;
    text-align: center;
    position: absolute;
    left: 13%;
    top: -27px;
    width: 10%;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
  }

  .textaboutUsHandWorld .show-button {
    left: 47%;
    display: flex;
    text-align: center;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: -27px;
    width: 20px;
    height: 20px;
  }

  .textaboutUsDiving .show-button {
    position: absolute;
    right: 50%;
    top: -27px;
    text-align: center;
    position: absolute;
    width: 20px;
    justify-content: center;
    align-items: center;
    height: 20px;
    display: flex;
  }
}

.search-form {
  position: relative; /* Define a posição relativa para o formulário de pesquisa */
  margin-top: 10px;
}

.botao_procura {
  position: absolute; /* Define a posição absoluta para o botão */
  top: -3px; /* Alinha o botão no topo do input */
  left: 0; /* Alinha o botão à esquerda do input */
  width: 40px; /* Define a largura do botão */
  height: 100%; /* Define a altura do botão */
  display: flex; /* Define o layout flexbox para alinhar o ícone verticalmente */
  align-items: center; /* Alinha o ícone verticalmente */
  justify-content: center; /* Alinha o ícone horizontalmente */
}

.search-field {
  padding-left: 30px; /* Define um padding à esquerda para o input para acomodar o botão */
  border: 0.5px solid #000000;
  border-radius: 12.5px;
  outline: none;
}

.search-field ::placeholder {
  font-family: "Sk-Modernist";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #a9a9a9;
}

.search-submit {
  position: absolute;
  width: 36px;
  left: 0;
  top: 0;
  background: transparent;
  border: none;
}

.botao_procura i .fa,
.fas {
  color: #a9a9a9;
}

@media (max-width: 1260px) {
  header .header-blog ul li a {
    font-size: 12px !important;
  }

  header .header-blog ul li {
    padding-left: 11px !important;
  }
}

@media (min-width: 992px) {
  .muda-nav {
    display: block !important;
  }
}
.nav-home {
  display: none;
}

.nav-home-mobile {
  display: none;
}

@media (max-width: 991px) {
  header .header-blog .nav-home-mobile {
    display: block;
  }

  .botao_procura {
    right: 0;
    left: auto;
  }
}

.navbar-collapse.show {
  transition: none;
}

/*Loader*/

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

@media (max-width: 450px) {
  #overlay img {
    width: 250px;
  }
}





/* Estilo padrão do banner em português */
.banner-pt {
  display: block;
}
/* Estilo padrão do banner em inglês */
.banner-en {
  display: none;
}

/* Estilo do banner em português quando a classe "translated-ltr" estiver presente na tag <html> */
html.translated-ltr .banner-pt {
  display: none;
}
/* Estilo do banner em inglês quando a classe "translated-ltr" estiver presente na tag <html> */
html.translated-ltr .banner-en {
  display: block;
}
