html, body {
  height: 100% !important;
}

header {
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
}

.bg-dark {
  background-color: #000000 !important;
}

.logo {
  height: 95px;
  margin-right: 10px;
  margin-left: 10px;
}

.navbar {
    padding: .2rem .2rem;
    height: 100px;
}

.navbar-brand {
  font-size: 2.4rem;
  line-height: 2rem;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  max-width: 100%;
  white-space: normal;
}

.navbar-brand > p {
  margin-bottom: 0;
}

.navbar-subtitle {
  font-size: 1.1rem;
  line-height: 1.3rem;
  padding-bottom: 4px;
  padding-top: 0;
  font-family: Oswald, Impact, "Sans Serif";
  display: block;
}

.navbar-subtitle-2 {
  font-size: 0.95rem;
  line-height: 1rem;
  display: block;
}

.nav-item {
  font-size: 1.1rem;
}

.nav-link {
    padding: .5rem; 
}

.nav-pills .nav-link.active {
  background-color: transparent;
}

.active {
  border-bottom: 1px solid white;
}


.contact-center {
  text-align: center;
  width: 100%;
  margin-top: 1.5rem;
}

.featurette-divider {
  margin: 2.5rem 0;
}
  
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.lead {
  margin-top: 1rem;
}

.onda-topo {
  line-height: 1rem;
  font-size: 1rem;
  display: block;
  text-align: end;
}

.onda-subtitle {
  line-height: 0.8rem;
  font-size: 0.85rem;
  display: block;
  text-align: end;
}

.thin-impact { 
  font-family: Oswald, Impact, "Sans Serif";
  letter-spacing: 0.5px;
}

/* POPUP DA ESTAÇÃO */
#details-popup {
  visibility: hidden;
  opacity: 0;
}

.details-title-icon {
  height: 1.6rem;
  width: auto;
  margin: -0.1rem 0.4rem 0.2rem 0;
  float: left;
}

.details-comment {
  max-height: 65%;
  padding-bottom: 2rem;
}

.grey-line {
  background-color: white;
}

.close-btn {
  float: right;
  cursor: pointer;
}

.popup-overlay {
  position: absolute;
  bottom: 6px;
  left: 7px;
  background-color: rgba(0,0,0,0.8);
  color: white;
  /* border: 3px white solid; */
  -webkit-box-shadow: 0px 0px 5px 0px  rgba(153,153,153,1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
  box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
}

/* CONTROLES DE AUDIO */
.audio-control {
  width: 100%;
  background-color: #000000;
}

/* PERSONALIZAÇÃO DO MAPA */
.gm-style-mtc > div {
  background-color: rgba(255,255,255,0.7) !important;
}

.gm-style-mtc > div:hover {
  background-color: rgba(255,255,255,1) !important;
}

/* Chrome Scrollbar */
::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(120,120,120,0.6); 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: white;
  outline: 1px solid slategrey;
}

::-webkit-scrollbar-button {
  background-color: yellow;
  outline: 1px solid lightblue;
}