html{
  height: 100%;
}

body {
  height: 100%;
}

a {
  color: #00B7FF;
}

.golondrina-logo{
  width: 100px;
}

#map {
/*  min-height: 300px;
  max-height: 100%;
  min-width: 100%;*/
}

.map-navbar {
  height :100px;
}

.map-report{
  height: 50px;
}

.golondrina-bg{
  background: #006bcc;
}

.golondrina-overlay{
  background: #ffffff82;
  border-radius: 45px;
}

.golondrina-btn {
  z-index: 9999;
}

.golondrina-btn-img {
    width: 50px;
    margin-top: 4px;
}

.golondrina-cat-img {
  height: 200px;
  width: 200px;
}

.btn-round{
  border-radius: 30px;
}

.dashboard-btn{
  border-radius: 50%;
  width: 140px;
  height: 140px;
  background: #ffffff82;
}

.dashboard-btn img{
  width: 90px;
}

.dashboard-alert {
  border-radius: 30px;
  background: white;
}
.dashboard-alert img{
  width: 70px;
}

.btn-check:checked+.btn{
  background: #ffffff;
}

.report-img-preview{
  width: 300px;
  height: 250px;
  border-radius: 30%;
  border: dashed;
}

main{
  margin-top: 70px;
}

nav img {
  border-radius: 50%;
}