@font-face {
  font-family: 'Söhne';
  src: url('/path/to/fonts/soehne-regular.woff2') format('woff2'),
       url('/path/to/fonts/soehne-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

::selection {
  background: #ffffff; /* Selection background color */
  color: #000000; /* Selection text color */
}

:root {
  font-size: 16px;
  --royal-blue-light: #000000;
  --royal-blue-dark: #000000;
  --white: #fff;
  --back: #080808;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  height: 100%;
}

body {
  background-color: var(--back);
  font-family: 'Söhne', sans-serif;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1; /* Makes main occupy available space */
}

.gap-section {
  height: 10rem;
  background-color: transparent; 
}

.Spotlight-text {
  background-color: white;
  color: black;
  font-size: 1.00rem;
  font-weight: 200;
  margin-bottom: 20px;
  display: inline-block;
  padding: 5px 10px; /* Adds padding */
  border-radius: 10px; /* Rounds corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow */
  border: 1px solid #ddd; /* Subtle border */
}

h1 {
  font-size: 3.4rem;
  font-weight: 500;
}

.invisible {
  height: 10rem;
}

.invisible2 {
  height: 8rem;
}

.section-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
}

.announcement {
  text-align: center;
  color: var(--white);
}

.announcement-text {
  padding-top: 20px;
  text-align: center;
  color: var(--white);
  font-weight: 500;
  font-size: 1.3rem;
  max-width: 600px; 
  margin: 0 auto; 
}

.image-container {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.img-box {
  text-align: left;
  max-width: 510px;
}

.responsive-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.image-description {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.image-subdescription {
  font-size: 1rem;
  color: #bfbfbf;
  margin-bottom: 1.5rem;
}

.download-link {
  color: #bfbfbf;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
}

.download-link:hover {
  text-decoration: underline;
}

.disclaimer {
  font-size: 0.875rem;
  color: #bfbfbf;
  text-align: center;
  margin-top: 2rem;
  line-height: 1.5;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px; /* Define um valor máximo para a largura do footer */
  width: 100%;
  background-color: transparent;
  color: #fff;
  padding: 10px 20px; /* Adiciona padding lateral para afastar das bordas */
  margin: 0 auto; /* Centraliza o footer na página */
  box-sizing: border-box; /* Garante que o padding não afete a largura total */
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer-content .left-section {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.8rem;
}

.footer-content .left-section img {
  width: 3rem;
  height: 3rem;
  user-select: none;
  padding: 10px;
}

.footer-content p {
  margin: 5px 0;
}

.footer-content .right-section {
  padding: 10px;
  text-align: right;
}

.footer-content .right-section a {
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
}

.footer-content .right-section a:hover {
  text-decoration: underline;
}


@media only screen and (max-width: 768px) {
  .section-text {
    height: 38vh;
  }

  h1 {
    font-size: 4.0rem;
  }

  .announcement-text {
    font-size: 1.4rem;
    padding: 20px 1rem 0 1rem;
  }

  .section-img {
    padding-top: 6rem;
    height: auto;
  }

  .responsive-img {
    border-radius: 1rem; 
  }
  
}

/* Media Queries para Responsividade */
@media screen and (max-width: 768px) {
    /* Container de imagens em coluna */
    .image-container {
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
    }

    /* Ajustes para os boxes de imagem */
    .img-box {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    /* Ajuste no texto principal */
    .section-text {
        height: auto;
        padding: 20px 20px 40px;
        min-height: unset;
    }

    h1 {
        font-size: 2.8rem;
        line-height: 1.2;
        margin: 10px 0;
    }

    .announcement-text {
        font-size: 1.1rem;
        padding: 10px 0 0;
    }

    .disclaimer {
        padding: 0 20px;
        font-size: 0.8rem;
        margin-top: 1rem;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 20px;
    }

    .footer-content .left-section,
    .footer-content .right-section {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    /* Ajuste no input de busca */
    .search-input-wrapper {
        padding: 0 20px;
    }

    .search-input {
        font-size: 32px;
        padding: 30px 0;
    }

    /* Ajuste das seções invisíveis para mobile */
    .invisible {
        height: 1rem;
    }

    .invisible2 {
        height: 0.2rem;
    }

    /* Ajustes para a seção de imagens */
    .section-img {
        padding-top: 0;
        margin-top: 20px;
    }

    .image-container {
        gap: 40px;
    }

    /* Ajuste no gap-section */
    .gap-section {
        height: 8rem;
    }

    /* Ajuste no título e texto */
    h1 {
        font-size: 2.8rem;
        line-height: 1.1;
        margin: 8px 0;
    }

    .announcement-text {
        font-size: 1.1rem;
        padding: 8px 0 0;
    }

    /* Ajuste na primeira seção */
    .section-text {
        height: auto;
        padding: 5px 20px 15px;
        min-height: unset;
    }

    /* Ajuste nas seções invisíveis */
    .invisible {
        height: 0.3rem;
    }

    .invisible2 {
        height: 0.1rem;
    }

    /* Ajuste na seção de imagens */
    .section-img {
        padding-top: 0;
        margin-top: 5px;
    }

    .image-container {
        gap: 20px;
        padding: 0 20px;
    }

    /* Ajuste no gap-section */
    .gap-section {
        height: 8rem;
    }

    /* Ajuste nos espaçamentos do texto */
    .announcement-text {
        padding: 5px 0 0;
    }

    .image-subdescription {
        margin-top: 3px;
    }
}

/* Ajustes para telas muito pequenas */
@media screen and (max-width: 480px) {
    .image-description {
        font-size: 1.2rem;
    }

    .image-subdescription {
        font-size: 0.9rem;
    }

    .download-link {
        font-size: 0.9rem;
    }
    .invisible {
      height: 1rem; /* Reduzido de 10rem para 5rem */
  }

  .invisible2 {
      height: 1rem; /* Reduzido de 8rem para 4rem */
  }
}
