/********** Imports CSS **********/
@import url('/assets/css/theme-colors.css');
@import url('/assets/css/libs/bootstrap.min.css');
@import url('/assets/css/libs/fontawesome.min.css');
@import url('/assets/css/libs/swiper-bundle.min.css');

/********** Fonts CSS **********/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/********** Font Classes **********/
.roboto {
  font-family: "Roboto", serif;
}

.roboto-thin {
  font-weight: 100;
}

.roboto-light {
  font-weight: 300;
}

.roboto-regular {
  font-weight: 400;
}

.roboto-medium {
  font-weight: 500;
}

.roboto-bold {
  font-weight: 700;
}

.roboto-black {
  font-weight: 900;
}

.roboto-italic {
  font-style: italic;
}


/***************** Scroll ****************/
::-webkit-scrollbar {
  display: none;
}

/**/
.btn-login {
  width: 100%;
  max-width: 120px;

  @media (max-width: 768px) {
    max-width: 120px;
  }
}

/* Header - Oculta o navbar até estar pronto */
.z-index-fixed {
  z-index: 1030; /* valor típico do Bootstrap */
}
nav.navbar {
  transition: opacity 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}


.navbar.bg-transparent .navbar-nav .nav-link,
.navbar.bg-transparent .navbar-brand {
  color: white !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); /* Sombra para melhor legibilidade */
}


/*Footer*/
.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social>a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social>a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

/*Forms*/
.material-outline {
  border: 2px solid #ced4da;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  box-shadow: none;
}

.material-outline:focus {
  border-color: #0dcaf0; /* Bootstrap info */
  box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.25);
  outline: none;
}

.form-group-floating {
  position: relative;
  margin-bottom: 1rem;
}

.form-group-floating input {
  height: 48px !important;
  line-height: 1.35;           /* ajuda no equilíbrio visual */
  border: 2px solid #ced4da;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
}

.form-group-floating input:focus {
  border-color: #0dcaf0;
  box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.25);
  outline: none;
}

.form-group-floating label {
  position: absolute;
  top: .7rem; /* ⬅️ aqui foi ajustado */
  left: 0.75rem;
  font-size: 1rem;
  color: #6c757d;
  background: white;
  padding: 0 0.25rem;
  transition: 0.2s ease all;
  pointer-events: none;
}

.form-group-floating input:focus + label,
.form-group-floating input:not(:placeholder-shown) + label {
  top: -0.6rem;
  left: 0.5rem;
  font-size: 0.75rem;
  color: #0dcaf0;
}

.btn-same-height {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
   transform: translateY(-34%);
}

/* Feedback visual para URLs inválidas */
.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

/* Spinner do botão */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
}

/*USER*/
.username-outline {
  color: #f0f9ff;
  text-shadow:
    1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000;
}

.bold-3 {
  color: red;
  font-weight: 700;
  font-family: inherit;
  font-size: .8em;
  margin-left: -2px; /* Ajusta para colar no K */
}

.lk3-logo {
  font-family: 'Segoe UI', sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

