.wrapper-width-padding {
  width: 100%;
  padding: 0 5%;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.download-section {
  width: 100%;
  max-width: var(--view-port);

  /* max-height: 400px; */

  border-radius: 16px;
  background: var(--blue-500);

  padding: 60px;

  position: relative;

  /* overflow: hidden; */

  .darker-bg-mobile {
    display: none;
  }

  .wpcf7-response-output {
    color: #fff;
  }

  .wpcf7-form {
    max-width: 300px;
    width: 100%;

    p {
      display: flex;
      width: 100%;
      flex-direction: column;
      gap: 10px;
    }

    p input {
      width: 100%;
    }

    p input[type="submit"] {
      display: none;
    }
  }

  .darker-bg {
    width: 149px;
    height: 100% !important;

    object-fit: fill;

    /* display: none; */

    border-radius: 16px 0 0 16px;

    z-index: 0;

    img {
      width: 100%;
      height: 100%;
    }

    position: absolute;
    left: 0;
    bottom: 0 !important;
    top: 0 !important;
  }

  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr;
  gap: 40px;
}

.download-section-image-wrapper {
  display: flex;
}

.download-section-image {
  max-width: 278px;

  height: 100%;
  position: relative;
  z-index: 1;

  margin-left: -40px;
  margin-bottom: -40px;
}

.download-section-texts {
  display: flex;
  flex-direction: column;

  position: relative;
  z-index: 1;
}

@media (max-width: 750px) {
  .download-section-texts {
    align-items: center;
  }
}

.download-section-texts-title {
  color: #fff;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;

  margin-bottom: 12px;
}

@media (max-width: 750px) {
  .download-section-texts-title {
    text-align: center;
  }
}

.download-section-texts-description {
  color: var(--blue-100);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;

  margin-bottom: 24px;
}

@media (max-width: 750px) {
  .download-section-texts-description {
    text-align: left;
  }
}

.download-section-texts-text {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}

@media screen and (max-width: 750px) {
  .download-section-texts-text {
    text-align: center;
  }
}

.form {
  display: flex;
  flex-direction: column;

  justify-content: space-between;

  position: relative;
}

.input-with-border-bottom {
  border: 1px solid transparent;
  border-bottom-color: #33a3ff;
  background-color: transparent;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 16px 0;
  margin-top: 32px;
}

.input-with-border-bottom::placeholder {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.download-section-form-button,
.download-section .wpcf7-submit {
  width: 104px;
  font-size: 14px;
}

.payment-section {
  width: 100%;

  margin-top: -221px;

  padding: 0 5%;

  padding-bottom: 80px;

  background: #f2f2f250;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.payment-section-content {
  width: 100%;
  max-width: var(--view-port);

  margin-top: 289px;

  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 50px;

  .column {
    display: flex;
    flex-direction: column;

    align-items: flex-start;

    max-width: 33%;
  }
}

.payment-section-title {
  color: var(--blue-500);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.payment-section-playments-images {
  display: flex;
  flex-direction: row;

  flex-flow: wrap;
  margin-top: 32px;

  column-gap: 28px;
  row-gap: 8px;

  img {
    width: 38px;
    height: 25px;
  }
}

.payment-section-playments-links-gap {
  gap: 8px;
}

.payment-section-playments-links {
  color: var(--blue-500);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: all ease 0.5s;

  cursor: pointer;
}

.payment-section-playments-info {
  cursor: default;
}

.payment-section-playments-links:hover {
  opacity: 0.9;

  transform: scale(1.04);
}

.payment-section-playments-info:hover {
  opacity: 1;
  transform: scale(1);
}

.contact-section {
  width: 100%;
  max-width: var(--view-port);

  display: grid;

  grid-template-columns: 1fr 1fr 1fr;

  padding: 53px 0;

  border-top: 1px solid var(--blue-100);

  a {
    margin-bottom: -6px;
  }

  .last-row {
    justify-content: flex-end;
  }

  @media screen and (max-width: 750px) {
    .last-row {
      justify-content: space-between;
    }
  }

  .contact-section-row {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .contact-section-row a {
    text-decoration: none;
  }

  .mail-icon {
    width: 18px;
    height: 14px;
    margin-top: 8px;
  }

  .social-media-list {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .social-media-icon {
    width: 24px;
    height: 24px;

    transition: all ease 0.5s;

    cursor: pointer;
  }

  .social-media-icon:hover {
    transform: scale(1.09);
  }

  .text {
    color: #2d2869;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}

.logo-section {
  width: 100%;
  max-width: var(--view-port);

  display: flex;
  justify-content: space-between;

  flex-flow: wrap;

  row-gap: 30px;
  column-gap: 20px;

  padding-top: 30px;
  padding-bottom: 53px;

  border-bottom: 1px solid var(--blue-100);
}

.logo-wrapper {
  display: flex;
  column-gap: 50px;
  row-gap: 16px;

  flex-flow: wrap;
}

.logo-blue {
  width: 117px;
  height: 82px;
}

.logo-wrapper-text {
  color: var(--blue-500);
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;

  max-width: 484px;
}

.footer-selos {
  display: flex;
  gap: 28px;

  img {
    max-height: 74px;
  }
}

.copyright-section {
  width: 100%;
  max-width: var(--view-port);

  padding-top: 24px;
  padding-bottom: 70px;

  display: flex;
  justify-content: space-between;

  span,
  span a {
    color: #2d2869;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }

  a {
    color: #2d2869;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
  }
}

@media screen and (max-width: 1000px) {
  .download-section {
    grid-template-columns: 1fr 1fr;
    padding: 38px;
  }

  .download-section-image-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .contact-section {
    grid-template-columns: 1fr 1fr;

    gap: 30px;
  }
}

@media screen and (max-width: 750px) {
  .download-section {
    grid-template-columns: 1fr;

    .darker-bg {
      display: none;
    }

    .darker-bg-mobile {
      height: 149px;
      width: 100%;

      display: flex;

      border-radius: 16px 0 0 16px;

      z-index: 0;

      img {
        width: 100%;
        height: 100%;
      }

      position: absolute;
      left: 0;
      top: 0;
      right: 0;
    }
  }

  .download-section-image-wrapper {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;

    align-items: center;
    justify-content: center;
  }

  .payment-section-content {
    flex-direction: column;

    .column {
      max-width: 100%;
    }
  }

  .contact-section {
    grid-template-columns: 1fr;

    gap: 30px;

    .whatsApp-button {
      width: 100%;
      max-width: 100%;
      text-decoration: none;
      margin-bottom: 20px;
    }
  }

  .copyright-section {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
}

#wpcf7-f940-o2 input {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  border: 1px solid var(--Azul-200, #aba9c3);
  padding: 14px 22px;
  color: var(--Azul-400, #001871);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 12px;
}
#wpcf7-f940-o2 input[type="submit"] {
  width: 175px;
  height: 48px;
  border-radius: 600px;
  background: #00d287;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.45px;
  transition: all ease 0.5s;
  margin-top: 14px;
  cursor: pointer;
  padding: 0;
}


.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 1000;
}
.whatsapp-btn img {
  height: 40px;
display: block;
}