/*.row-menu-footer {
    padding: 40px;
}*/

.col-menu-footer {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 60px;
}

.col-footer {
    display: flex;
    flex-wrap: wrap;
}

.col-items-menu {
    padding: 0px 20px;
    padding-bottom: 40px;
    width: 210px;
}

.col-items-menu > ul {
    padding-top: 15px !important;
}

.title-footer {
  font-weight: 600;
}

@media screen and (max-width: 700px) {
  .col-footer {
    display:none;
  }
  .col-menu-footer {
    margin-bottom: 10px !important;
  }
  
  #map {
    display:none;
  }
}

.mapa_peu {
    display: flex;
    height: 100%;
    justify-content: center;
    background-color: #2b2b2b;
    overflow: hidden;
}