/* ======================
   RESET SEGURO
====================== */

html, body {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}


/* ======================
   NAVBAR
====================== */

.navbar {
  height: 72px;
  min-height: 72px;
  padding: 0;
}

.navbar .container {
  height: 100%;
  display: flex;
  align-items: center;
}


.navbar-brand img {
  height: 38px;
}

/* ======================
   FOOTER
====================== */

footer {
  background-color: #343a40;
  color: white;
  padding: 20px 0;
  text-align: center;
}

footer a {
  color: #ffffff;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
  color: #007bff;
}

/* ======================
   UTILITÁRIOS
====================== */

.text-warning { color: #ffd700 !important; }
.text-info { color: #17a2b8 !important; }
.text-success { color: #28a745 !important; }

.list-group-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}

.list-group-item i,
.list-group-item img {
  margin-right: 10px;
  flex-shrink: 0;
}

.list-group-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 50%;
}

.btn-animated:hover {
  filter: brightness(1.08) saturate(1.2);
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 4px 24px -2px #0002;
}
