::-webkit-scrollbar {
    display: none;
}

.content-mapas {
    display: flex;
    justify-content: space-between;
    width: 1639px;
    height: 572px;
    margin-top: 291px;
    margin-left: 80px;
}

.content-mapas p {
    font-family: 'gotham_Medium';
    font-size: 37px;
    color: #00CAB2;
    letter-spacing: -2px;
    margin-bottom: 8px;
    font-weight: 600;
}

.floor img {
    box-shadow: -11px 8px 20px 4px #40404036;
    border-radius: 20px;
    width: 104%;
    max-height: 382px;
    padding: 14px;
}

.containet-map-zoom {
    display: flex;
    width: 1087px;
    height: 736px;
    overflow: hidden;
    justify-content: center;
}

.content-mapa {
    display: flex;
    justify-content: space-between;
    width: 1503px;
    height: 615px;
    margin-top: 163px;
    margin-left: 3px;
}

.container-floor {
    display: flex;
    width: 176px;
    height: 226px;
    margin-top: 150px;
    flex-direction: column;
}

.container-floor p {
    color: #C2C2C2;
}

.floor-button {
    width: 176px;
    height: 64px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 36px;
    border-radius: 2px;
    color: #C2C2C2;
    font-family: 'gotham_Medium';
}

.floor-button.active {
    background-color: #00CAB2;
    color: white;
}

.containet-map-zoom img {
    transform: rotate(0deg);
    width: auto;
    border-radius: 5px;
}

.floor {
    margin-right: 39px;
    width: 407px;
    height: 463px;
}