@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 700;
}

.super {
  font-size: 0.7em;
  vertical-align: super;
  line-height: 0;
}

.img-fluid {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
}

#main-banner {
  width: 100%;
}

.banner-mobile {
  display: block;
}
@media (min-width: 500px) {
  .banner-mobile {
    display: none;
  }
}

.banner-desktop {
  display: none;
}
@media (min-width: 500px) {
  .banner-desktop {
    display: block;
  }
}

h1 {
  color: #fc8087;
}

sup {
  font-size: 0.6em;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
  justify-content: space-around;
  align-items: center;
}
.d-flex div {
  width: 40%;
}
.d-flex h3 {
  font-size: 1.15rem;
  font-weight: 900;
  color: #fe8189;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 500px) {
  .d-flex {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .d-flex div {
    width: 100%;
  }
}

.section-2 {
  text-align: center;
}
.section-2 h2 {
  color: #630b9e;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

#tachado {
  color: #630b9e;
  padding: 0 0.1em;
  background: linear-gradient(to bottom, transparent 40%, #fe8189 40%, #fe8189 60%, transparent 60%);
  background-repeat: no-repeat;
  background-size: 100% 3em;
  background-position: 0 50%;
  border-radius: 0.1em;
  display: inline;
}

.section-number {
  font-size: 3.5rem;
  font-weight: 900;
  color: #fe8189;
  margin-right: 0.5rem;
  line-height: 1;
}

#last-section {
  background-color: #660d9f;
  text-align: center;
  color: #ffffff;
  padding: 1.5rem;
}
#last-section h2 {
  font-size: 2rem;
}

.cta-button-wrapper {
  background-color: #fe8189;
  display: inline-block;
}
.cta-button-wrapper h4 {
  margin: 0;
  padding: 0;
}
.cta-button-wrapper h4 a {
  text-decoration: none;
  color: #010101;
  font-size: 1.2rem;
  padding: 0.1rem 0.7rem;
  display: block;
}
.cta-button-wrapper h4 a:hover {
  background: #fc8087;
  color: #fff;
}/*# sourceMappingURL=style.css.map */