body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  padding-bottom: 80px; /* Espaço para o footer fixo */
}

.login-container {  
  padding-top: 10%;
  padding-bottom: 9%;
}

.login-form {
  width: 100%;
  max-width: 400px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #dbdbdb;
}

.login-form .toggle-password {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

.btn-area-restrita {
  background-color: #28a745;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
  margin-left: 10px;
}

.btn-area-restrita:hover {
  background-color: #218838;
  color: #fff;
}

.modal-content {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

.input-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.input-group .toggle-password {
  right: 10px;
  top: 50%;
  cursor: pointer;
}

.input-group .toggle-password i {
  color: #888;
  transition: color 0.3s ease;
}

.btn-primary {
  background-color: #007bff;
  border: none;
  padding: 10px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #0056b3;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.mt-3 {
  margin-top: 1rem;
}

.hero-section {
  background-color: #333;
  color: white;
  padding: 100px 0;
}

.about-us, .services, .contact-section {
  padding: 80px 0;
}

.section {
  scroll-margin-top: 80px;
}

/* footer {
  background-color: #333;
  color: white;
  padding: 40px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
} */

/* Estilo comum para Navbar */
.navbar {
  background-color: #343a40; /* Cor escura padrão */
}

.navbar .navbar-brand {
  font-weight: bold;
  color: #ffffff;
}

.navbar .navbar-nav .nav-link {
  color: #ffffff;
  transition: color 0.3s ease;
}

.navbar .navbar-nav .nav-link:hover {
  color: #b0b0b0;
}

/* Estilos do Formulário de Busca */
.search-form .search-input {
  border-radius: 5px 0 0 5px;
  border: 1px solid #6c757d;
}

.search-form .search-button {
  border-radius: 0 5px 5px 0;
  color: #fff;
  border: 1px solid #6c757d;
}

.area-restrita-button {
  background-color: #6c757d;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}

.area-restrita-button:hover {
  background-color: #5a6268;
  color: #ffffff;
}

/* Footer Estilo Comum */
/* .footer {
  background-color: #343a40;
  color: #ffffff;
}

.footer p {
  margin-bottom: 0.5rem;
  color: #cccccc;
}

.footer a {
  color: #cccccc;
}

.footer a:hover {
  color: #ffffff;
  text-decoration: none;
} */

/* Footer */
footer {
  background-color: #333;
  color: white;
  padding: 40px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
}

footer p, footer a {
  color: #bbb;
  font-size: 14px;
  margin-bottom: 5px;
}

/* Estilos adicionais responsivos */
@media (max-width: 768px) {
  .navbar .navbar-nav .nav-link {
      font-size: 14px;
  }

  .search-form .search-input, .search-form .search-button, .area-restrita-button {
      font-size: 14px;
  }
}

/* From Uiverse.io by lenin55 */ 
.cl-checkbox {
  position: relative;
  display: inline-block;
 }
 
 /* Input */
 .cl-checkbox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s;
 }
 
 /* Span */
 .cl-checkbox > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
 }
 
 /* Box */
 .cl-checkbox > span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 11px 3px 1px;
  border: solid 2px;
  /* Safari */
  border-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  width: 18px;
  height: 18px;
  vertical-align: top;
  transition: border-color 0.2s, background-color 0.2s;
 }
 
 /* Checkmark */
 .cl-checkbox > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 1px;
  width: 10px;
  height: 5px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  transform: translate(3px, 4px) rotate(-45deg);
 }
 
 /* Checked, Indeterminate */
 .cl-checkbox > input:checked,
 .cl-checkbox > input:indeterminate {
  background-color: #018786;
 }
 
 .cl-checkbox > input:checked + span::before,
 .cl-checkbox > input:indeterminate + span::before {
  border-color: #018786;
  background-color: #018786;
 }
 
 .cl-checkbox > input:checked + span::after,
 .cl-checkbox > input:indeterminate + span::after {
  border-color: #fff;
 }
 
 .cl-checkbox > input:indeterminate + span::after {
  border-left: none;
  transform: translate(4px, 3px);
 }
 
 /* Hover, Focus */
 .cl-checkbox:hover > input {
  opacity: 0.04;
 }
 
 .cl-checkbox > input:focus {
  opacity: 0.12;
 }
 
 .cl-checkbox:hover > input:focus {
  opacity: 0.16;
 }
 
 /* Active */
 .cl-checkbox > input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s;
 }
 
 .cl-checkbox > input:active + span::before {
  border-color: #85b8b7;
 }
 
 .cl-checkbox > input:checked:active + span::before {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
 }
 
 /* Disabled */
 .cl-checkbox > input:disabled {
  opacity: 0;
 }
 
 .cl-checkbox > input:disabled + span {
  color: rgba(0, 0, 0, 0.38);
  cursor: initial;
 }
 
 .cl-checkbox > input:disabled + span::before {
  border-color: currentColor;
 }
 
 .cl-checkbox > input:checked:disabled + span::before,
 .cl-checkbox > input:indeterminate:disabled + span::before {
  border-color: transparent;
  background-color: currentColor;
 }
 