/* ========================================
   SEÇÃO WHATSAPP
   ======================================== */

.section-whatsapp {
  position: relative;
  background: url("../assets/images/faleComigoPeloWhatsapp.png") center/cover
    no-repeat;
  color: #fff;
}

.section-whatsapp h3 {
  font-family: inherit;
  font-size: 32px;
  margin-bottom: 10px;
  text-align: center;
}

.section-whatsapp-overlay {
  position: absolute;
  inset: 0;
}

.whatsapp-content {
  height: 40rem;
  position: relative;
  display: flex;
  padding: 50px 0;
}

.whatsapp-text {
  position: relative;
  z-index: 2;
}

.whatsapp-text p {
  margin: 8px 0 18px;
  line-height: 1.5;
  font-size: 22px;
  text-align: center;
}

.whatsapp-text .btn {
  display: block;
  width: fit-content;
  margin: 22rem auto 0;
}

.whatsapp-figure {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.whatsapp-figure img {
  width: 480px;
  height: auto;
  padding-top: 8rem;
  position: relative;
  right: -18rem;
}
