@charset "utf-8";
/* CSS Document */


html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

body {
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #000; /* Fallback */
  position: relative;
  z-index: 0;
  color: #fff;
  overflow-x: hidden;
}

.container {
  flex: 1; /* Faz o conteúdo principal crescer e empurra o footer para baixo */
}

footer {
  padding: 1rem;
  text-align: center;
  background-color: #111; /* opcional: cor de fundo */
}

.telaAjuste { }

a.btn {
  padding: 15px;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

a.btn:hover {
  background-color: #ffffff;
  color: #000000;
}


.btn-custom-1 {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}

.btn-custom-1:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

.btn-custom-2 {
  background-color: #FFF;
  border: 0;
  color: #000;
  border-radius: 50px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}

.btn-custom-2:hover {
  background-color: #000;
  color: #FFF;
  text-decoration: none;
}

.imgDestaque {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


@media (max-width: 768px) { /* MOBILE  /  breakpoint para mobile (mob-) */
  .agz-full { padding: 50px 0; }
  .telaAjuste {  }
  .text-whatsapp { font-size: 1rem; line-height: 2rem; }
  .txtButtons1 { font-size: 1rem; line-height: 2rem; }
  .txtButtons2 { font-size: 0.7rem; line-height: 2rem; }

}


@media (min-width: 992px) { /* DESKTOP  /  breakpoint para desktop (lg+) */
  .agz-full { padding-top: 0px; }
  .telaAjuste { height: 100vh; }
  .text-whatsapp { font-size: 1.5rem; line-height: 2rem; }
  .txtButtons1 { font-size: 1rem; line-height: 2rem; }
  .txtButtons2 { font-size: 1.25rem; line-height: 2rem; }
}
