* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  width: 100%;
  height: 100%;
  background-color: #0b2b3e;
  font-family: "Lato", sans-serif;
}

.compra {
  position: fixed;
  display: flex;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  border-radius: 5px;
  padding: 10px;
  width: 300px;
  background-color: #fff;
}

.compra h3 {
  color: #223355;
  font-size: 18px;
  font-weight: 900;
}

.compra span {
  font-size: 16px;
  color: #006400;
}

.compra img {
  position: absolute;
  top: -10px;
  right: -10px;
}

.separator {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}

.cyan {
  color: #19e5e6;
}

.dark-green {
  color: #61de2a;
}

.blue {
  color: #00aaef;
}

.banner-image h1 .yellow {
  color: #f1c40f;
}

.banner-image {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  height: 0;
  padding-bottom: 48%;

  background-size: 100%;
  background-image: url("./assets/004.jpg");
  background-repeat: no-repeat;
}

.video-banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-image .logo {
  margin-top: 2%;
  margin-bottom: 0.5%;
}

.banner-image h1 {
  color: #ffffff;
  font-weight: 900;
  font-size: 2em;
  font-family: "Lato", sans-serif;
  text-align: center;
  max-width: 70%;
  margin-top: 20px;
}

.banner-button-pay-container {
  margin-top: 10px;
}

.banner-button-pay-container .banner-button-pay {
  color: #ffffff;
  cursor: pointer;
  width: 600px;
  padding: 20px;
  border-radius: 10px;
  border: none;
  background-color: #75b834;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  transition: 0.3s;
}

.banner-button-pay-container .banner-button-pay:hover {
  -webkit-box-shadow: 0px 0px 7px 5px rgba(41, 98, 255, 0.57);
  box-shadow: 0px 0px 7px 5px rgba(41, 98, 255, 0.57);
}

.banner-button-pay-container .banner-desc {
  color: #fff;
  margin-top: 5px;
  font-weight: 300;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.details-section-container {
  margin-top: 50px;
}

.detail-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-section-item {
  display: flex;
  align-items: center;
  max-width: 360px;
  color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
}

.detail-section-item p {
  margin-left: 20px;
}

.whois-section-container {
  margin: 0px 160px;
}

.whois-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.whois-section-text .subtitle {
  font-weight: 900;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  margin-bottom: 15px;
}

.whois-section-text h2 {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 30px;
}

.whois-section-image {
  width: 100%;
  margin-left: 30px;
}

.whois-section-text p {
  color: #ffffff;
}

.seven-keys-container {
}

.seven-keys-section {
  margin: 0px 4%;
  margin-top: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.seven-keys-section h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}

.seven-keys-section p {
  color: #fff;
  max-width: 800px;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
}

.seven-keys-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0px;
}

.seven-keys-div img {
  margin: 8px;
}

.steps-section {
  margin-top: 80px;
}

.steps-section h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}

.steps-section .steps-items-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 100px;
}

.steps-section .steps-items-container li {
  background-color: #0c3a54;
  padding: 25px;
  width: 300px;
  color: #fff;
  text-align: center;
  margin: 0px 30px;
  border-radius: 15px;
}

.steps-section .steps-items-container li img {
  margin-top: -90px;
}

.steps-section .steps-items-container li h4 {
  font-size: 26px;
  font-weight: 900;
}

.promo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promo-section h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}

.promo-section p {
  color: #fff;
  font-weight: 300;
  max-width: 600px;
  text-align: center;
}

.promo-section p .blue {
  color: #00aaef;
}

.promo-section p .yellow {
  color: #fecc27;
  font-weight: 700;
}

.promo-section-text-blue {
  font-size: 36px;
  color: #3f789e;
  font-weight: 700;
  margin-top: 25px;
}

.promo-section-text-blue span {
  font-weight: 900;
}

.promo-section-text {
  font-size: 32px;
  font-style: italic;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}

.promo-section-text span {
  font-weight: 700;
}

.payment-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0;
}

.payment-section img {
  width: 300px;
}

.payment-section .pix-number {
  color: #ffffff;
  font-size: 18px;
  margin: 10px 0;
}

.payment-section .pix-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.payment-section .pix-text2 {
  color: #fff;
  margin: 10px 0;
  font-size: 16px;
}

.wpp-button {
  width: 260px;
  display: flex;
  align-items: center;
  background: none;
  border: 1px solid #75b834;
  border-radius: 5px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
}

.wpp-button img {
  width: 36px;
  padding: 10px 30px;
}

.warranty-section {
  display: flex;
  justify-content: center;
  margin: 120px 50px;
}

.warranty-image img {
  width: 320px;
  height: 320px;
}

.warranty-image {
  margin-right: 60px;
}

.warranty-info {
  max-width: 600px;
}

.warranty-info h2 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.warranty-info p {
  color: #fff;
}

.warranty-button-pay-container {
  margin-top: 40px;
}

.warranty-button-pay {
  color: #75b834;
  cursor: pointer;
  width: 450px;
  padding: 20px;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  transition: 0.3s;
}

.warranty-button-pay:hover {
  -webkit-box-shadow: 0px 0px 7px 5px rgba(41, 98, 255, 0.57);
  box-shadow: 0px 0px 7px 5px rgba(41, 98, 255, 0.57);
}

footer {
  width: 100%;
  height: 100px;
  background-color: #007aa1;
  padding: 40px;
  bottom: 0;
  margin-top: 50px;
}

.footer {
  display: flex;
  justify-content: space-between;
}

.footer .footer-image {
  max-width: 100%;
  margin-right: 10px;
}

.footer p {
  margin-left: 10px;
  color: #fff;
}

/* MEDIA QUERYS */

@media only screen and (max-width: 968px) {
  .separator img {
    width: 100%;
    height: auto;
  }

  .banner-image .logo {
    width: 120px;
  }

  .banner-image h1 {
    max-width: 100%;
    font-size: 1rem;
  }

  .detail-section {
    flex-direction: column;
  }

  .whois-section {
    flex-direction: column;
  }
  .promo-section h2,
  .whois-section h2,
  .steps-section h2,
  .detail-section h2,
  .seven-keys-section h2 {
    font-size: 32px;
  }

  .steps-section .steps-items-container {
    flex-direction: column;
    align-items: center;
  }

  .steps-section .steps-items-container .steps-item {
    margin-bottom: 100px;
  }

  .steps-section .steps-items-container .steps-item h4 {
    font-size: 18px;
  }

  .steps-section .steps-items-container .steps-item p {
    margin: 15px 0;
    font-size: 16px;
  }

  .promo-section-container .promo-section img {
    width: 90%;
  }

  .warranty-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 15px;
  }

  .warranty-image {
    margin: 0px;
  }

  .warranty-info {
    margin-top: 30px;
    width: 100%;
  }

  .warranty-info h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 500px) {
  h2 {
    font-size: 16px;
  }

  .compra {
    position: normal;
    display: flex;
    margin-right: 3%;
    padding-bottom: 5px;
  }

  .banner-image .logo {
    width: 60px !important;
    margin-top: 10px;
    display: none;
  }

  .banner-image .mobile {
    margin-top: 10px;
    font-size: 1rem;
  }

  .separator {
    display: none;
  }

  .banner-image h1 {
    font-size: 1.5rem;
  }

  .video-banner-container iframe {
    width: 90%;
    height: 195px;
    border: none;
    border-radius: 5px;
  }

  .banner-image .logo {
    width: 120px;
  }

  .banner-button-pay-container {
    max-width: 90%;
  }

  .banner-button-pay-container .banner-button-pay {
    max-width: 100%;
    font-size: 24px;
  }

  .banner-button-pay-container p.banner-desc,
  .promo-section .banner-button-pay-container p.banner-desc {
    font-size: 12px;
    margin: 10px 0;
  }

  .details-section-container {
    margin-top: 50px;
  }

  .detail-section {
    flex-direction: column;
  }

  .whois-section-container {
    margin: 0px 20px;
  }

  .whois-section {
    flex-direction: column;
  }

  .whois-section-image img {
    width: 100%;
  }

  .promo-section img {
    width: 100%;
  }

  .whois-section .subtitle {
    font-size: 18px;
  }

  .whois-section-image {
    margin: 20px 0;
    width: 100%;
  }

  .whois-section p {
    font-size: 14px;
  }

  .promo-section h2,
  .whois-section h2,
  .steps-section h2,
  .detail-section h2,
  .seven-keys-section h2 {
    font-size: 24px;
  }

  .detail-section .detail-section-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .seven-keys-section {
    margin-top: 30px;
  }

  .seven-keys-section p {
    margin: 10px 30px;
  }

  .steps-section .steps-items-container {
    flex-direction: column;
    align-items: center;
  }

  .steps-section .steps-items-container .steps-item {
    margin-bottom: 100px;
  }

  .steps-section .steps-items-container .steps-item h4 {
    font-size: 18px;
  }

  .steps-section .steps-items-container .steps-item p {
    margin: 15px 0;
    font-size: 16px;
  }

  .promo-section-container .promo-section img {
    width: 90%;
  }

  .promo-section-container .promo-section p {
    font-size: 14px;
    margin: 0px 20px;
  }

  .promo-section-container .promo-section .promo-section-text,
  .promo-section-container .promo-section .promo-section-text-blue {
    font-size: 26px;
  }

  .payment-section .pix-number {
    font-size: 14px;
  }

  .payment-section .pix-text {
    font-size: 16px;
  }

  .payment-section .pix-text2 {
    font-size: 14px;
  }

  .warranty-button-pay {
    width: 100%;
    padding: 20px 10px;
    font-size: 1rem;
  }

  .footer .footer-image img {
    width: 100px;
  }

  .footer p {
    font-size: 0.825rem;
  }
}
