body {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.btn-dark,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

.btn-lg {
  padding: 12px 24px;
  border-radius: 20px;
}

section {
  padding: 50px 0;
}

.navbar {
  padding: 10px 0;
  box-shadow: none;
}

.navbar-nav .nav-item .nav-link {
  position: relative;
  color: #000000;
  text-align: center;
  padding: 0 30px 0 0;
}

.navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000000;
  transition: all 0.5s ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover::before {
  width: 40%;
  transition: all 0.5s ease-in-out;
}

.showcase {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(/images/bg_hero.jpg?b1b29c89bbeb28d4ba880af8e51f30ce) no-repeat center center;
  background-size: cover;
}
.showcase p {
  font-weight: 600;
}

#Menu {
  background-color: #aeb7c8;
}

#Sobre {
  background-color: #aeb7c8;
}

#Estacoes {
  background-color: #ffffff;
}

#Fale_conosco {
  background-color: rgba(174, 183, 200, 0.2);
}

#Parceiros {
  background-color: #ffffff;
  text-align: center;
}
#Parceiros img {
  width: 80%;
}

footer {
  text-align: center;
  background-color: #0d669e;
  color: #ffffff;
}
footer a,
footer a:hover,
footer a:focus,
footer a:active {
  color: #ffffff;
}

#modalStation form {
  background-color: rgba(174, 183, 200, 0.2);
  border-radius: 10px;
  border: 1px solid #333333;
  padding: 10px;
}
#modalStation form h6 {
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

#modalAbout .carousel img {
  height: 50vh;
  display: block;
  margin: 0 auto;
}
#modalAbout .carousel .carousel-item {
  background-color: #777777;
  text-align: center;
}
#modalAbout p {
  text-indent: 4em;
  text-align: justify;
}

.select2-container {
  min-width: 100% !important;
}

.marker_ifpe {
  background-image: url("/site/images/marker_ifpe.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.marker_apac {
  background-image: url("/site/images/marker_apac.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.marker_inpe {
  background-image: url("/site/images/marker_inpe.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.marker_inmet {
  background-image: url("/site/images/marker_inmet.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.marker {
  background-image: url("/site/images/mapbox-icon.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.legenda_mapa {
  border: 1px solid #333333;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  line-height: 2em;
  font-size: small;
}
.legenda_mapa p {
  margin: 3px 0;
}
.legenda_mapa img {
  width: 1em;
}
