@charset "UTF-8";
/* Variáveis */
/* Estilos globais */
body {
  margin: 0;
  height: 100vh;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("/imagens/bg1-b.jpg") no-repeat center center/cover;
  position: relative;
  color: #fff;
}
body .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
body a {
  color: #FFF;
}

/* Container principal */
.container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  width: 100%;
  padding: 20px;
  /* Blocos de texto */
  /* Ícones sociais */
}
.container .row {
  margin-bottom: 30px;
  /* Logo */
}
.container .row.logo-row img.logo {
  max-width: 200px;
  height: auto;
  margin: 0 auto 20px;
}
.container h1, .container h2, .container h3 {
  margin: 0;
  line-height: 1.5;
}
.container .social-icons {
  margin-top: 10px;
}
.container .social-icons .icon {
  font-size: 24px;
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.container .social-icons .icon.whatsapp:hover {
  color: #25d366;
}
.container .social-icons .icon.telegram:hover {
  color: #0088cc;
}

/*# sourceMappingURL=style.css.map */
