
.imp-shapes-menu-scroll-wrap {
    flex: 1;
   height: 100%;
    min-height: 400px;
}

.aseos {
 /*display: none;*/
}

.capaBaja{
    display: block;
}
.capaCalle{
    display: none;
}
.capaPrimera{
    display: none;
}
.imp-shapes-menu-layer-title {
    position: relative;
    padding: 0 10px;
    line-height: 40px;
    background: #d10000;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
    z-index: 1;
    font-family: roboto_condensed;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.imp-shapes-menu-layer-title:hover {
    cursor: pointer;
}
.imp-shapes-menu-shape-title{
    font-family: roboto_condensed;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.tableIconoServicios {
    display: none;
    margin-bottom:2px;
}

.tableIconoServicios .imp-shapes-menu-shape-title {
    width:100%;
    display: table-cell;
    vertical-align: middle;
}

.imgTableIconos {
     display: table-cell;
     width: 20%;
    border: solid 1px #d10000;
 }

.imgTableIconos  img{
    width: 100%;
}

.imp-tooltip {
 max-width: 550px;
}

.tableIconoServicios .imp-shapes-menu-shape-title {
    color: #222;
    position: relative;
    z-index: 0;
    padding: 0 10px;
    line-height: 18px;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
    font-family: sans-serif;
    font-size: 14px;
}

.linkTenan a {
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 100%;
    background-color: #fff;
}

@media (max-width: 1024px) {
    .imp-shapes-menu-wrap {
       /* display: none !important; */
    }
}