/*
 * Globals
 */
/* Ajustes para publicidade lateral */

@media (max-width: 991px) {
    .col-lg-1, .col-xl-2 {
        display: none !important;
    }
}

[data-bs-theme="dark"] .col-xl-2 .card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-control, .form-select{
	background-color: #eee !important;
}

.link-mapa, .link-report{
	cursor: pointer;
	
}

.skeleton {
  background: linear-gradient(
    90deg,
    #e0e0e0 25%,
    #f0f0f0 50%,
    #e0e0e0 75%
  );
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 4px;
}

.skeleton-number {
  height: 36px;
  width: 50%;
}

.skeleton-label {
  height: 18px;
  width: 70%;
}

.skeleton-row {
  height: 40px;
  width: 100%;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}


.is-footer-link {
   text-decoration: none;
	font-weight: bold;
} 

.btn-maps{
   text-decoration: none;
}

/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */


body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

/* Light theme adjustments */
[data-bs-theme="light"] .nav-masthead .nav-link {
  color: rgba(0, 0, 0, .55);
}

[data-bs-theme="light"] .nav-masthead .nav-link:hover,
[data-bs-theme="light"] .nav-masthead .nav-link:focus {
  border-bottom-color: rgba(0, 0, 0, .25);
  color: rgba(0, 0, 0, .75);
}

[data-bs-theme="light"] .nav-masthead .active {
  color: #000;
  border-bottom-color: #000;
}

[data-bs-theme="light"] .text-white-50 {
  color: rgba(0, 0, 0, .5) !important;
}

[data-bs-theme="light"] .text-white {
  color: #000 !important;
}

[data-bs-theme="light"] .lead a {
  color: #000;
}