.campanha-section {
  width: 100%;
  background: linear-gradient(
    180deg,
    #00938e 0.96%,
    #06a9a2 14.42%,
    #31b1ac 72.12%,
    #50c5c5 92.79%,
    #69dcdc 100%
  );
  margin-top: 90px;
}

.o-que-somos-button-cta {
  margin-top: 32px;
}

.campanha-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0px;
  padding-bottom: 140px;
  position: relative;
}

.spacer-ocean {
  aspect-ratio: 1920/1080;
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.spacer-ocean img {
  width: calc(400px + 6%);
  -webkit-user-drag: none; /* Chrome, Safari, Edge */
  user-select: none; /* Prevents text/image selection */
  pointer-events: none; /* Optional: disables all pointer events */
}

@media (min-width: 1101px) and (max-width: 1590px) {
  .spacer-ocean img {
    width: calc(280px);
  }
}

.campanha-container .campanha-subtitle {
  font-family: Aeonik;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.campanha-container .campanha-title {
  color: #b5f3f1;
  font-family: Aeonik;
  font-weight: 400;
  font-size: 56px;
  line-height: 125%;
  letter-spacing: -2%;
  text-align: center;
  max-width: 800px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.campanha-container .campanha-paragraph {
  color: #fff;
  font-family: Aeonik;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 720px;
}

.campanha-content-1,
.campanha-content-2,
.campanha-content-3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1078px;
  margin-top: 90px;
}

.campanha-content-2 {
  flex-direction: row-reverse;
}

.campanha-content-1 .campanha-content-body,
.campanha-content-3 .campanha-content-body {
  max-width: 290px;
  margin-right: 65px;
}

.campanha-content-2 .campanha-content-body {
  max-width: 290px;
  margin-left: 65px;
}

.campanha-content-1 .campanha-content-body h4,
.campanha-content-2 .campanha-content-body h4,
.campanha-content-3 .campanha-content-body h4 {
  font-family: Aeonik;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #b5f3f1;
  margin-bottom: 24px;
}

.campanha-content-1 .campanha-content-body p,
.campanha-content-2 .campanha-content-body p,
.campanha-content-3 .campanha-content-body p {
  font-family: SF Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #f5f6ed;
}

.campanha-content-1 .campanha-image-container,
.campanha-content-3 .campanha-image-container {
  margin-left: 65px;
}

.campanha-content-2 .campanha-image-container {
  margin-right: 65px;
}

.campanha-container .campanha-main-content {
  margin-top: 144px;
}

.campanha-main-content h4 {
  font-family: Aeonik;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #b5f3f1;
}

.campanha-main-content .campanha-main-paragraph {
  font-family: SF Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #f5f6ed;
  margin: 24px 0px;
  max-width: 768px;
}

.campanha-main-content ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-left: 40px;
  margin-bottom: 72px;
}

.campanha-main-content ul div {
  width: 280px;
}

.campanha-main-content ul > div:nth-child(2) {
  margin: 0px 30px;
}

.campanha-main-content li {
  font-family: SF Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #f5f6f5;
}

.campanha-main-content .call-to-action-text {
  margin-top: 155px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.campanha-main-content .call-to-action-text h3 {
  font-family: SF Pro Display;
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #b5f3f1;
}

.campanha-main-content .call-to-action-text p {
  font-family: Aeonik;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 76px;
}

.call-to-action-text .campanha-button-cta {
  width: 350px;
  padding: 16px;
  border-radius: 32px;
  border: none;
  background-color: #fff;

  font-family: SF Pro;
  font-weight: 430;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
  text-align: center;
  color: #12959e;
  cursor: pointer;
}
