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

.navbar {
  height: 50px;
}

.button-lacrei {
  background-color: #018762;
  border: none;
  padding: 8px 15px;
  font-size: 1.06rem;
  line-height: 150% !important;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 4px;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  color: rgb(255, 255, 255);
}

.button-lacrei:hover {
  filter: brightness(1.1);
  background-color: #018762;
}

.button-lacrei:active {
  background-color: #018762 !important;
}

/* nosso-compromisso */
.nosso-compromisso h2 {
  font-size: 30px;
}

.nosso-compromisso h3 {
  font-size: 20px;
}


.icon-pilar {
  font-size: 3rem; 
  color: #018762;; 
}

.pilar-item {
  margin-bottom: 2rem;
}

.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px; 
  height: 100px; 
  border: 2px solid #018762; 
  border-radius: 50%;
  margin-bottom: 1rem;
}

.icon-container:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}


/* Historia */
.section-historia {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  min-height: 460px;
  margin: 48px auto;
  padding: 24px 32px;
  box-sizing: border-box;
  width: 100%;
}

.img-historia {
  aspect-ratio: auto 1324 / 924;
  height: 462px;
  width: 662px;
  border-radius: 8px;
  display: block;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  overflow-clip-margin: content-bo;
  overflow-y: clip;
  overflow-x: clip;
}

.div-historia-conteudo {
  border: 1px solid rgb(215, 215, 215);
  border-radius: 8px;
  display: block;
  margin-left: -24px;
  padding: 32px 32px;
  min-height: 415px;
  width: 474px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
}

.div-h2-separador {
  box-sizing: border-box;
  display: block;
  margin: 0px;
  padding: 0px;
}

.h2-historia {
  font-size: 40px;
  color: rgb(31, 31, 31);
  display: block;
  line-height: 48px;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.separador-historia {
  background-color: rgb(1, 135, 98);
  color: rgb(31, 31, 31);
  border-radius: 4px;
  background-size: auto;
  box-sizing: border-box;
  display: block;
  height: 2px;
  width: 160px;
  margin: 12px 250px 8px 0px;
  padding: 0px;
}

.p-historia {
  color: rgb(31, 31, 31);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-bottom: 43px;
  margin-top: 16px;
  padding: 0px;
  row-gap: 8px;
  column-gap: 8px;
  box-sizing: border-box;
  position: relative;
}

.p-historia p {
  color: rgb(81, 81, 81);
  font-size: 16px;
  display: block;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.historia-button {
  align-items: center;
  justify-content: center;
  appearance: auto;
  color: rgb(1, 135, 98);
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(1, 135, 98);
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 4px;
  border-radius: 8px;
  display: flex;
  font-size: 18px;
  line-height: 28px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  text-align: center;
  padding: 10px;
  margin-top: -12px;
  width: 188px;
  height: 48px;
  line-height: 28px;
  row-gap: 16px;
  column-gap: 16px;
}

.historia-button:hover {
  color: #fff;
}



/* quem-apoia */

.quem-apoia {
  background: linear-gradient(to top right, #000 0%, #018762 70%, #66bfa0 100%);
}

.quem-apoia-title {
  color: #fff;
  font-size: 30px;
}

.quem-apoia .card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 5px;
}

.quem-apoia .card img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
footer {
  background-color: #018762;
  height: 150px;
}

footer img {
  width: 100vw;
}

section {
  margin: 50px 0;
}

@media (min-width: 768px) {
  .button-lacrei {
    width: 15.5rem;
  }
  .card {
    height: 130px;
  }
}

@media (max-width: 768px) {
  .img-historia {
    display: none;
  }

  .div-historia-conteudo {
    width: 100%;
    margin-left: 0;
  }
}
