
.bitacoras-container {
  display: flex;
  justify-content: center;
  padding: 5px;
  width: 100%;

}

.nav-link-dark{
   margin-left: 15px;
   margin-top: 1px;
   color: black;
}

.new{
  
  background-color: gold;
  width: 35px;
  height: 15px;
  border: 0.5px solid red;
  border-radius: 70%;
  margin-top: -22px;
  margin-left: 15px;
  font-size: small;   
  
}

/*CSS Whatsapp*/

.float-wa{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.bitacoras {
  display: flex;
  width: 10%;
  justify-content: center;
  margin-left: 45%;
  
}

#bitacoras-description{
  height: 400px;
}

.mapas{
  display: flex;
  justify-content: center;
  padding: 5px;
  width: 100%;
  height: 500px;

}