.equipe h2 {
  font-size: 36px;
  font-weight: 700;
}

.equipe h3 {
  font-size: 28px;
  margin: 64px 0 32px;
  font-weight: 600;
}

.equipe h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 32px;
}

.modal h4 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 32px;
  text-align: center;
}

.equipe-person__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal ul {
  list-style-type: disc;
  padding-left: 24px;
  align-self: flex-start;
}

.modal ul:not(.browser-default) > li {
  list-style-type: disc;
}

.equipe .citacao {
  color: #777;
}

.equipe-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.equipe .btn-custom,
.modal .btn-custom {
  width: fit-content;
  height: unset;
  padding: 12px 24px;
  cursor: pointer;
}

.whatsapp-btn {
  background-color: #039c45;
  border-radius: 4px;
  font-size: 18px;
  color: #f7f7f7;
  width: fit-content;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  box-shadow: 0px 3px 6px #21212126;
  place-content: center;
  border: transparent;
}

.whatsapp-btn:hover {
  background-color: #039442;
}

.equipe-persons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 128px 64px;
  margin: 64px 0 80px;
}

.equipe-persons .equipe-person {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.equipe .equipe-btn a {
  width: 100%;
}

.equipe-person {
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .equipe-persons {
    grid-template-columns: 1fr 1fr;
  }
}

.equipe-person {
  text-align: center;
}

.equipe-person__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.equipe-person__preview img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  padding: 20px 22px;
  background-color: #c19f72;
  border-radius: 50%;
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 22px;
    font-weight: 700;
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 22px;
    font-weight: 700;
}

/* Estilos do Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 32px;
  border-radius: 8px;
  max-width: 800px;
  max-height: 70%;
  width: 90%;
  position: relative;
}

.modal-content img {
  border-radius: 8px;
  margin-bottom: 32px;
}

.close-modal {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
  color: black;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .equipe-person__preview {
    padding: 16px;
  }

  .modal-content {
    padding: 40px;
  }
}
