#simpleTooltip {
    padding: 10px;
    border: 1px solid #A6A7AB;
    background: #F2F3F5;
    line-height: 24px;
    font-size: 15px;
}

h2 {
    font-size: 46px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
    color: #444444;
}

#mapas p {
    font-size: 18px;
    font-family: Georgia;
}

#mapas table tr td {
    text-align: center
}

.legenda {
    background-color: #eee;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 16px;
    margin-right: 16px
}

.miniatura {
    max-height: 113px;
    max-width: auto
}

area {
    cursor: pointer;
}

.predio .salas {
    display: none;
}

.salas-predio {
    display: flex;
    flex-wrap: wrap;
}

.btn-sala {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 11px;
    margin: 5px;
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
}

.btn-sala:hover {
    border-color: #999;
    color: #333;
}

.btn-voltar {
    margin-bottom: 5px;
}

.fotos {
    text-align: center;
}

#foto-panoramica {
    width: 100%;
    aspect-ratio: 16/9;
}

.fa-location-dot {
    color: #ed1b24;
}

@media (max-width: 1100px) {
    .side-scroll {
        overflow: scroll;
        white-space: nowrap;
    }
}