@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  /*Fonts*/
  --font-principal: "Montserrat", sans-serif;

  /*Cores*/
  --cor-background: #33a74a;
  --cor-background-esc: #004652;
  --cor-text: #fff;
}

header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 10px;
  background-color: #ffffff;
  font-family: var(--font-principal);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 1000;
}

body {
  background-color: var(--cor-background);
  width: 100vw;
}
.banner {
  position: relative;
}

.banner p {
  position: absolute;
  top: 35%;
  left: 0;
  width: 44%;
  padding-left: 2%;
  transform: translateY(-50%);
  margin: 0 2%;
  line-height: 1.9;
  color: var(--cor-text);
  font-family: var(--font-principal);
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  margin-top: 10%;
}

.banner img {
  width: 100%; /* Certifique-se de que a imagem ocupe toda a largura da div */
  display: block; /* Remove margens e espaçamentos indesejados */
}

#banner-mobile {
  display: none;
}

.nav-bar {
  display: flex;
  align-items: center;
}

.nav-bar ul {
  display: flex;
  list-style: none;
  align-items: center;
}

.nav-bar li {
  margin-right: 40px;
}

.nav-bar a {
  text-decoration: none;
  color: #5a5a5a;
  font-size: 16px;
  position: relative;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease;
  padding-bottom: 10px;
}

.nav-bar a:hover {
  border-bottom: 2px solid #30c54e;
  padding-bottom: 10px;
  color: #30c54e;
}

.span-clientarea {
  background-color: var(--cor-background);
  color: var(--cor-text);
  padding: 10px;
  border-radius: 20px;
  font-size: 13px;
  margin-left: 10px;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  display: none;
}

.span-clientarea:hover {
  background-color: #30c54e;
}

.logo {
  width: 200px;
  margin-left: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.hamburguer {
  display: none;
  cursor: pointer;
  padding: 10px;
}

.hamburguer {
  position: absolute;
  right: 20px;
}

.hamburguer.active .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 7px);
}

.hamburguer.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburguer.active .bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -8px);
}

.bar {
  transition: 0.4s;
}

.cross {
  transition: 0.4s;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #30c54e;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 7px;
}

.content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1200px; /* Ajuste conforme necessário */
  margin: 0 auto; /* Isso centraliza a div horizontalmente */
}

.text-section {
  flex: 1;
}

.services-area {
  background-color: #fff;
  padding-top: 50px;
  width: 100%;
  height: auto;
}

.services-area h1 {
  display: flex;
  text-align: left;
  align-items: left;
  justify-content: left;
  padding: 30px;
  padding-bottom: 0;
  max-width: 700px;
  font-size: 40px;
  margin-bottom: 0;
  margin-left: 30px;
  font-family: var(--font-principal);
  color: var(--cor-background-esc);
}

.main-services-p {
  font-family: var(--font-principal);
  font-size: 16px;
  max-width: 600px;
  padding: 30px;
  text-align: left;
  color: #004652;
  margin-left: 40px;
}

.draw-imb-column {
  display: none;
}

.draw-imb {
  display: flex;
  padding-right: 100px;
}

.content {
  display: flex;
}

#explore-service {
  width: 40px;
  justify-content: flex-start; /* Alinha o conteúdo à esquerda */
  align-items: flex-end; /* Alinha o conteúdo na parte inferior */
  margin: 0;
  padding: 0;
  display: none;
  touch-action: auto;
}

@media screen and (max-width: 1080px) {
  .draw-imb {
    display: none;
  }

  .draw-imb-column {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-left: 100px;
  }
}

.wrapper {
  margin: 40px auto;
  width: 930px;
  height: 100%;
  margin-bottom: 0;
}

.wrapper::before,
.wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.panel {
  position: relative;
  margin: 50px 20px;
  padding: 0 20px 20px;
  overflow: hidden;
  float: center;
  width: 270px;
  height: 450px;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #2ebe57;
  box-sizing: border-box;
  transition: border 200ms ease;
  cursor: pointer;
  border-radius: 20px;
}

.img-wrapper {
  width: 200px;
}

.panel img {
  display: block;
  margin: 20px auto;
  text-align: center;
}

.panel h3 {
  display: block;
  margin-bottom: 15px;
  color: #2ebe57;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 1px #fff;
  font-family: var(--font-principal);
  margin-top: 35px;
}

.panel p {
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  font-family: var(--font-principal);
}

.panel .slide {
  position: absolute;
  bottom: -450px;
  left: 0;
  z-index: 100;
  padding: 20px;
  height: 100%;
  width: 100%;
  text-align: left;
  background: rgb(1, 60, 71);
  box-sizing: border-box;
  transition: all 300ms 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: var(--font-principal);
}

.panel .slide h4 {
  margin-bottom: 20px;
  text-align: left;
  text-shadow: none;
  font-size: 18px;
  font-weight: 600;
  color: #39cc62;
}

.panel .slide ul li {
  padding: 5px 5px 5px 8px;
  line-height: 24px;
  font-size: 13px;
  color: #f0f0f0;
  border-bottom: 1px solid #3e737b;
}

.panel .slide ul li:last-child {
  border: 0;
}

.panel .slide ul li .fa {
  padding-right: 5px;
  color: #39cc62;
}

.panel:hover {
  border: 1px solid #2ebe57;
}

.panel:hover .slide {
  bottom: 0;
  cursor: pointer;
}

.animated {
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-delay: 0.7s;
}

#plans-img {
  width: 320px;
  margin-top: 80px;
  padding-right: 20px;
  margin-bottom: 0;
}

.slide a {
  text-decoration: none;
  color: #f0f0f0;
}

.slide a:hover {
  color: #2ebe57;
}

.slide li {
  font-size: 10px;
}

.slide ul {
  list-style-type: none;
  padding: 0;
}

.slide li {
  padding-left: 20px; /* Adjust this value to decrease the distance */
}

.slide li::before {
  content: ""; /* Replace with your desired list-style-type */
  margin-right: 5px; /* Adjust this value to decrease the distance */
}

section {
  left: 0;
  bottom: 12px;
  width: 100%;
  background: #004652;
  padding-top: 60px;
  font-family: var(--font-principal);
  color: #A6A6A6;
}

footer {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 0 30px;
  color: #A6A6A6;
}

footer a {
  text-decoration: none;
  color: #A6A6A6;
}

@media (width < 600px) {
  footer {
    flex-direction: column;
  }

  footer.bottom {
    gap: 16px;
    flex-direction: column-reverse;
  }
}

footer > img {
  margin-top: 10px;
}

@media (width >=620px) {
  footer {
    margin: 0 auto;
    max-width: 600px;
    padding: 0;
  }
}

footer {
  color: #c2bfac;
}

footer > img {
  margin-top: 10px;
  width: 100px;
}

footer.top {
  border-bottom: 2px solid #25d366;
  padding-bottom: 20px;
}

footer.bottom {
  padding: 20px 0;
  justify-content: space-between;
}

footer.top .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}

.links > div {
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
}

footer h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #f7f7f7;
}

.legal {
  font-size: 12px;
}

.legal > a {
  margin: 0 4px;
}

.legal > span {
  margin-right: 10px;
}

footer.bottom .links {
  display: flex;
  gap: 18px;
}

footer.bottom .links > a {
  font-size: 24px;
  padding-bottom: 20px;
}

.links ion-icon {
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

@media (width <=420px) {
  footer {
    text-align: center;
    align-items: center;
  }

  footer.top .links {
    grid-template-columns: 1fr;
  }

  footer.bottom {
    align-items: center;
  }

  .legal > span {
    display: block;
    margin-right: 0;
    margin-bottom: 2px;
  }
}

.links img {
  width: 25px;
  opacity: 70%;
}

.btn-whatsapp a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.btn-whatsapp {
  position: fixed;
  right: 0;
  bottom: 30px;
  transform: translate(-50%, -50%);
  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  font-size: 1.8em;
  color: #ffffff;
  font-weight: 100;
  border-radius: 50%;
}

.btn-whatsapp:before,
.btn-whatsapp:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  left: -20px;
  right: -20px;
  bottom: -20px;
  top: -20px;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.pulsaDelay:after {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.brand-list {
  overflow: hidden;
  background: white;
}

.wrapper2 {
  display: grid;
  width: 30px;
  grid-auto-flow: column;
  grid-auto-columns: 30rem;
  justify-items: stretch;
  animation: scroll 10s linear infinite;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-4 * 15rem));
  }
}

.wrapper2 img {
  width: 80px;
}

.linkedin-logo {
  display: inline-block;
  margin-left: 20px; /* ajuste conforme necessário */
}

.linkedin-logo a {
  border-bottom: none;
}

.linkedin-logo a:hover {
  border-bottom: none;
}

.linkedin-logo {
  display: inline-block;
  margin-left: 20px; /* ajuste conforme necessário */
}

.linkedin-logo img {
  padding-top: 5px;
  width: 40px;
  border-radius: 50%; /* torna a imagem redonda */
  transition: filter 0.3s, transform 0.3s; /* adicionar transições para mudanças de cor e de escala */
}

.linkedin-logo img:hover {
  filter: brightness(120%); /* ajuste a cor conforme necessário */
  transform: scale(1.1); /* aumenta a escala em 10% */
}

#scrollBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  font-size: 16px;
  padding: 15px 15px 15px 15px;
  border: none;
  outline: none;
  background-color: #5e9223;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  align-items: center;
}

#scrollBtn:hover {
  background-color: #5e9223c7;
}
.arrow-up {
  position: absolute;
  top: 10px;
  left: 6.5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid white; /* Ajuste o tamanho da seta conforme necessário */
}
.arrow-up::after {
  content: "";
  position: absolute;
  top: 13px;
  left: -5px;
  width: 10px;
  height: 8px;

  background-color: white;
  transform: rotate(90deg);
  z-index: -1;
}



/*AREA TRABALHE CONOSCO*/


.container-jobs{
  display: flex;
  padding-top: 230px;
  width: 80%;
  margin: auto;
  justify-content: center;
  gap: 70px;

}

.container-jobs h1{
  color: #33A74A;
  font-family: var(--font-principal);
  padding-bottom: 30px;
  font-size: 50px;
}

.container-jobs a{
  text-decoration: none;
  color: #2ebe57;
  font-size: 16px;
  font-family: var(--font-principal);
}

.container-jobs p{
  color: #004652;
  font-family: var(--font-principal);
 
}

.container-jobs #svg{
  margin-right: 60px;
}

.contacts-jobs{
  display: flex;
  padding-top: 20px;
  padding-bottom: 40px;
  gap: 10px;

}

.contacts-jobs img{
  width: 40px;
}

.body-jobs{
  background-color: #fff;
}


.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  overflow: auto;
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
}

@keyframes pop-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.modal-content {
  animation: pop-in 0.5s;
}



.modal-content h2{
  font-size: 30px;
  font-family: var(--font-principal);
  color: #2ebe57;
  padding-bottom: 20px;
}

.modal-content p{
  color: #000000;
  font-size: 15px;
  font-family: var(--font-principal);
  padding-bottom: 20px;
}

.modal-content button{
  background-color: #2ebe57;
  padding: 10px;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: var(--font-principal);
}

.modal-content button:hover{
  background-color: #22a150;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.fa-regular{
  color: #2ebe57;
  font-size: 20px;
  cursor: pointer;
 
}


#services{
  padding: 40px;
}