/* * {
    outline: 1px solid red;
} */

#panorama {
    width: 100vw;
    height: 100vh;
}


.aniv-FACEJ {
    height: 30px;
    width: 30px;
    background-image: url("/recorrido-virtual/FotosUM/svg/aniv/83derecho.webp");    
    background-size: cover;
}

.aniv-FACSA {
    height: 32px;
    width: 32px;
    background-image: url("/recorrido-virtual/FotosUM/svg/aniv/83medicina.webp");    
    background-size: cover;
}

.aniv-ARTCOM {
    height: 32px;
    width: 32px;
    background-image: url("/recorrido-virtual/FotosUM/svg/aniv/83diseno.webp");    
    background-size: cover;
}

.aniv-prepa {
    height: 32px;
    width: 32px;
    background-image: url("/recorrido-virtual/FotosUM/svg/aniv/83preparatoria.webp");    
    background-size: cover;
}

.aniv-FAPSI {
    height: 32px;
    width: 32px;
    background-image: url("/recorrido-virtual/FotosUM/svg/aniv/83psicologia.webp");
    background-size: cover;
}

.pinmap {
    height: 30px;
    width: 30px;
    background-image: url("/recorrido-virtual/FotosUM/svg/street.svg");
    background-size: cover;
}

.emblematico {
    height: 30px;
    width: 30px;
    background-image: url("/recorrido-virtual/FotosUM/svg/museum.png");
    background-size: cover;
}

.edificios {
    height: 30px;
    width: 30px;
    background-image: url("/recorrido-virtual/FotosUM/svg/buildings2.png");
    background-size: cover;
}

.hermanas {
    height: 30px;
    width: 30px;
    background-image: url("/recorrido-virtual/FotosUM/svg/buildings-person.png");
    background-size: cover;
}

.leyenda {
    height: 30px;
    width: 30px;
    background-image: url("/recorrido-virtual/FotosUM/svg/books.png");
    background-size: cover;
}

.deporte {
    height: 30px;
    width: 30px;
    background-image: url("/recorrido-virtual/FotosUM/svg/sports.webp");
    background-size: cover;
}

.facultad {
    height: 26px;
    width: 26px;
    background-image: url("/recorrido-virtual/FotosUM/svg/diploma.svg");
    background-size: cover;
}
/* Usar después con nuevo ícono */
/* .facultad {
    height: 26px;
    width: 26px;
    background-image: url("/recorrido-virtual/FotosUM/svg/books.png");
    background-size: cover;
} */

.svgInfo {
    height: 30px;
    width: 30px;
    background-image: url("/recorrido-virtual/FotosUM/svg/location.svg");
    background-size: cover;
    /* position: absolute; */
    z-index: 9999;
}

.construction {
    height: 30px;
    width: 30px;
    background-image: url("/recorrido-virtual/FotosUM/svg/construccion.png");
    background-size: cover;
}

.logo-um {
    height: 55px;
    width: 550px;
    background-image: url("https://cdn.um.click/logos-um/um-lineal.svg");
    background-size: cover;
}

.logo-um-cel {
    height: 60px;
    width: 450px;
    background-image: url("https://cdn.um.click/logos-um/dos-lineas/");
    background-size: contain;
    background-repeat: no-repeat;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.btn-round {
    border-radius: 50%;
}

.text-morado {
    color: #42007c !important;
}

.text-ocre {
    color: #af9571 !important;
}

.modal-content {
    background-color: rgba(66, 0, 124, 0.7);
}

#hsVisible span {
    position: absolute;
    border-radius: 3px;
    background-color: rgba(66, 0, 128, 0.7);
    color: #fff;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default;
    visibility: visible !important;
    left: 234px;
    transform: translateX(-50%);
    bottom: calc(100% + 9px);
}

#hsVisible span::before {    
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(66, 0, 128, 0.7) transparent transparent transparent;
    bottom: -10px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

div.pnlm-tooltip span {
    background-color: rgba(66, 0, 128, 0.7);
}

div.pnlm-tooltip:hover span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(66, 0, 128, 0.7) transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}


#controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-bottom: 3px;
}

.ctrl {
    padding: 8px 5px;
    width: 30px;
    text-align: center;
    background: rgba(200, 200, 200, 0.8);
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
}

.ctrl:hover {
    background: rgba(200, 200, 200, 1);
}

#xmark {
    cursor: pointer;
}

/* Móviles */
@media (max-width: 768px) {
    #panorama {
        width: 100vw;
        height: 100svh;
    }

    #controls {
        position: absolute;
        height: auto;
        width: auto;
        max-height: 40px;
        overflow: hidden;
        top: 0;
        left: 50%;
        z-index: 2;
    }

    .pnlm-load-button {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 200px;
        height: 200px;
        margin: -50px 0 0 -100px;
        background-color: rgba(66,0,124,.7);
        border-radius: 10px;
        text-align: center;
        font-size: 20px;
        display: table;
        color: #fff;
        cursor: pointer;
    }    
}