/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0rem;
  color: #5a5a5a;
  overflow-x: hidden;
}

.container-fluid {
  overflow-x: hidden;
}

.map-container {
  margin-bottom: 0;
  min-height: 86vh;
  width: 100%;
}


#map {
  height: 86vh;
  width: 100%;
}

.data {
  width: 100vw;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.data .valores {
  display: flex;
  flex-direction: row;
  justify-content:center;
}

.patro {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: white;
}
/*.patro img {
  height: 65px;
}*/

.donation, .uploadGpx {
  
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bandera {
  height: 20px;
  background: rgb(179, 6, 6);
  background: linear-gradient(180deg, rgba(179, 6, 6,1) 0%, rgba(179, 6, 6,1) 100%;
}

.footer {
  border-top: 1px solid grey;
  padding-top: 10px;
  min-height: 80px; /*position: fixed;*/
  bottom: 0px;
  margin: 0 auto;
  background: #FFF;
  display: flex;
  justify-content: center;
}
