

#contenido {
  margin-top: 54px;
}
.flex-container{
  display: flex;
  justify-content: space-between;

}
.flex-right{
  order:9999999999999;
}

.flex-sidebar{

}
.flex-body{
  min-width: 80%;
  max-width: 100%;
}
#edit-map{
  height: 91vh;
}
#map {
  position: absolute;
  margin-top: 54px;
  top: 0;
  bottom: 0;
  width: 100%;
}
