body,
html {
  font-family: 'Poppins', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: 'Poppins', sans-serif;
}
h2 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 50px;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .h1-policies {
    font-size: 2rem;
    font-weight: 600;
  }
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}

/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #8793ab;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: 100px;
}
#menu a.navbar-brand {
  width: 00px;
  color: #333;
}

.btn-download {
  display: none;
  margin-right: 0.8%;
}

@media (min-width: 768px) {
  .btn-download {
    background-color: #000;
    color: #fff;
    padding: 10px 40px;
    border-radius: 8px;
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
  }
}
/* Header Section */
.intro {
  display: table;
  width: 97%;
  margin: 1.5% auto;
  border-radius: 1%;
  padding: 0;
  background-color: #f4f4f4;
}
.intro h1 {
  font-family: 'Inter', sans-serif;
  color: #000;
  font-size: 4rem;
  font-weight: bold;
  line-height: 6rem;
}
.intro h1 span,
h2 span {
  font-weight: 800;
  color: #f8b757;
}
.intro p {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3rem;
  margin-bottom: 2rem;
}
header .intro-text {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header-img {
  display: none;
}

@media (max-width: 767px) {
  .intro h1 span {
    display: block;
  }

  .intro p {
    font-size: 1.3rem;
  }

  .intro h1 {
    line-height: 4rem;
  }
}

@media (min-width: 1024px) {
  .header-img {
    display: block;
  }
  .intro-text-container {
    margin-right: 100px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .header-img {
    display: block;
    height: 500px;
  }

  .intro h1 {
    font-size: 3.2rem;
  }

  .intro-text-container {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .intro h1 {
    font-size: 2.5rem;
  }
}
.btn-apple-download {
  background-image: url('../img/appstore.svg');
  background-size: contain; /* Ajusta o SVG ao tamanho do botão */
  background-repeat: no-repeat;
  /* background-position: center; */
  width: 15rem;
  height: 5rem;
  border: none;
  cursor: pointer;
  /* margin-bottom: 20px; */
  background-color: transparent;
}

.btn-android-download {
  background-image: url('../img/googleplay.svg');
  background-size: contain; /* Ajusta o SVG ao tamanho do botão */
  background-repeat: no-repeat;
  /* background-position: center; */
  width: 15rem;
  height: 5rem;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

@media (max-width: 767px) {
  .btn-android-download,
  .btn-apple-download {
    width: 13rem;
    height: 5rem;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .btn-apple-download,
  .btn-android-download {
    width: 17rem;
    height: 8rem;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .btn-apple-download {
    width: 20rem;
    height: 10rem;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .btn-android-download {
    width: 20rem;
    height: 10rem;
  }
}

/* Features Section */
#features {
  background: #f6f6f6;
}

#features .box {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  height: 100vh;
  background-color: #f0f0f0;
}

#features .container {
  margin-right: auto;
  margin-left: auto;
}

#features .container-card {
  grid-template-columns: 1fr;
  display: grid;
  gap: 20px;
  margin: 3% 0;
}

@media (min-width: 1024px) {
  #features .container-card {
    grid-template-columns: repeat(2, 1fr);
  }
}

.features .card {
  width: 100%;
  padding: 8% 12%;
  background-color: #faf7f7;
  border-radius: 16px; /* Bordas arredondadas */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Efeito de drop shadow do Figma */
  text-align: center;
  font-family: Arial, sans-serif;
}

#features .icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  margin-top: 20px;
}

#features img {
  width: 100%;
  height: 100%;
}

.features h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  color: #8793ab;
  text-align: left;
}

#features .description {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  color: #4b4949;
  width: 90%;
  text-align: justify;
}

@media (max-width: 767px) {
  .features h3 {
    text-align: center;
    font-size: 1.7rem;
  }

  #features .description {
    text-align: center;
    font-size: 1.3rem;
  }
}

#features .grid-container {
  display: grid;
  grid-template-columns: auto 1fr; /* Ícone na esquerda e texto na direita */
  gap: 12px;
  /* align-items: center; */
}

@media (max-width: 400px) {
  #features .grid-container {
    grid-template-columns: 1fr; /* Faz tudo ficar um abaixo do outro */
    text-align: center;
  }

  #features .icon {
    justify-self: center;
  }
}
/* About Section */
#about {
  padding: 40px 0;
}
#about h3 {
  font-size: 2rem;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 2.4rem;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
}
#about .about-text {
  width: 90%;
  margin: 0 auto;
}

#about p {
  text-align: justify;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 40px;
  /* color: #000; */
}

@media (min-width: 1200px) {
  #about p {
    font-size: 2rem;
  }

  #about img {
    margin-left: 18%;
  }
}

/* Download Section*/
#download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #111336;
  height: 50rem;
  padding-top: 10px;
}
#download img {
  display: none;
}

.container-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

#download .download-text {
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  color: #fff;
  text-align: left;
  font-weight: bolder;
}

@media (min-width: 708px) {
  #download .download-text {
    font-size: 5rem;
  }

  .container-button {
    flex-direction: row;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  #download .download-text {
    font-size: 4rem;
  }
  #download img {
    margin-right: 70px;
    display: block;
    height: 470px;
  }
}

@media (min-width: 1201px) {
  #download {
    height: 670px;
  }
  #download .download-text {
    font-size: 6rem;
  }
  #download img {
    margin-right: 130px;
    display: block;
  }
}

#download .download-text span {
  color: #f8b757;
}

/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
  width: 100vw;
}

#footer hr {
  border: none;
  border-top: 1px solid #c0c0c0;
  width: 93%;
}

#copyright {
  font-weight: 600;
  font-size: 1.1rem;
  color: #000;
}

@media (max-width: 768px) {
  #about img {
    margin: 0 auto;
  }
}

/* Fundo escuro quando o modal está aberto */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Caixa do modal */
.modal-container {
  background: white;
  width: 90%;
  max-width: 1000px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow: hidden;
}

/* Cabeçalho fixo */
.modal-header {
  background: #f6f6f6;
  color: black;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  position: relative;
}

.close-btn {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: black;
  margin-left: auto;
}

/* Corpo do modal com scroll */
.modal-body {
  padding: 15px;
  max-height: 500vh;
  overflow-y: auto;
}

/* Rodapé fixo */
.modal-footer {
  padding: 10px;
  text-align: right;
  background: #f1f1f1;
}

.close-modal-btn {
  background: #8793ab;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
}

.close-modal-btn:hover {
  background: #8793ab;
}

/* Botão para abrir o modal */
.open-modal-btn {
  background: #8793ab;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.open-modal-btn:hover {
  background: #8793ab;
}

/* Terms Modal */
[data-custom-class='body'],
[data-custom-class='body'] * {
  background: transparent !important;
}
[data-custom-class='title'],
[data-custom-class='title'] * {
  font-family: Arial !important;
  font-size: 26px !important;
  color: #000000 !important;
}
[data-custom-class='subtitle'],
[data-custom-class='subtitle'] * {
  font-family: Arial !important;
  color: #595959 !important;
  font-size: 14px !important;
}
[data-custom-class='heading_1'],
[data-custom-class='heading_1'] * {
  font-family: Arial !important;
  font-size: 19px !important;
  color: #000000 !important;
}
[data-custom-class='heading_2'],
[data-custom-class='heading_2'] * {
  font-family: Arial !important;
  font-size: 17px !important;
  color: #000000 !important;
}
[data-custom-class='body_text'],
[data-custom-class='body_text'] * {
  color: #595959 !important;
  font-size: 14px !important;
  font-family: Arial !important;
}
[data-custom-class='link'],
[data-custom-class='link'] * {
  color: #3030f1 !important;
  font-size: 14px !important;
  font-family: Arial !important;
  word-break: break-word !important;
}

ul {
  list-style-type: square;
}
ul > li > ul {
  list-style-type: circle;
}
ul > li > ul > li > ul {
  list-style-type: square;
}
ol li {
  font-family: Arial;
}
