/* Global styles */

body {
  font-family: "Montserrat";
}

header {
  padding: 40px 0 0;
}

section {
  padding: 40px 0;
}

section h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.bege {
  background-color: #ce9b7f;
  color: white;
}

.dark {
  background-color: #231f20;
  color: white;
}

/* Custom styles */

header {
  background-image: url("../images/background-effect.png");
  background-repeat: no-repeat;
  background-position: top center;
}

header h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.8rem;
  color: white;
}

header p {
  font-size: 20px;
}

header .data {
  color: white;
  font-size: 2rem;

  line-height: normal;
}

@media (max-width: 720px) {
  header h1 {
    font-size: 2.4rem;
  }

  header .data {
    font-size: 1.4rem;
  }
}

.headline span {
  font-weight: bold;
  color: black;
}

.cta {
  background-color: #231f20;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 5px rgb(255, 255, 255);
}

.cta:hover {
  background-color: rgb(57, 57, 57);
}

section .cta {
  background-color: #ce9b7f;
  color: white;
}

section .cta:hover {
  background-color: #a0755e;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link {
  color: white;
}

.link:hover {
  color: grey;
}

.citacao {
  font-style: italic;
}

.depoimentos {
}

.depoimentos .mensagem {
  font-style: italic;
}

.depoimentos .cidade {
  font-weight: bold;
}

.investimento ul li,
.faq ul li {
  font-size: 1rem;
  margin-bottom: 10px;
}

.testmonials {
  background-image: url("../images/background-effect.png");
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width: 480px) {
  .rh {
    margin-top: -135px;
  }

  header h1 {
    text-shadow: 1px 1px 2px grey;
  }

  .cta {
    padding: 10px 10px;
  }
}

#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: rgb(37, 37, 37);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

#scrollToTop.show {
  opacity: 1;
  visibility: visible;
}

#scrollToTop:hover {
  background-color: black;
  transform: scale(1.1);
}

.list-bullets li {
  display: flex;
  margin-bottom: 12px;
}

.bullet {
  background-color: #ce9b7f;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  display: flex;
  margin-right: 10px;
}

.bullet::before {
  content: "✔";
  color: black;
  font-size: 14px;
  margin: 0 auto;
  width: 25px;
  padding-left: 4px;
}

.accordion-button:not(.collapsed) {
  background-color: #ce9b7f;
  color: white;
}

.lista-pacote li {
  display: flex;
  align-items: center;
}

.lista-pacote li span {
  margin-left: 12px;
}

.lista-pacote li ion-icon {
  color: #ce9b7f;
  font-size: 26px;
  min-width: 30px;
}

.parcela {
  font-size: 2.8rem;
  color: rgb(254, 228, 166);
}

.bonus {
  border: 1px solid #ce9b7f;
  border-radius: 12px;
  padding: 20px;
}

.bonus span {
  margin-left: 12px;
}

.bonus ion-icon,
.vagas ion-icon {
  color: #ce9b7f;
  min-width: 30px;
}

.vagas li {
  margin-bottom: 12px;
}

.vagas ion-icon {
  font-size: 28px;
}

.vagas span {
  margin-left: 12px;
}
