html, body, main, .full {
    width: 100%;
    height: 100%;
}
body{
    padding: 0;
    margin: 0;
}
#logo{
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: #00a990;
    padding: 5px 10px;
    top: 0;
    left: 0;
}
main{
    display: flex;
    align-items: center;
}
.background {
    position: fixed;
    top: 0;
    left: 0;
    cursor: grab;
}
.pnlm-panorama-info{
    background-color: rgb(0 169 144);
    bottom: 0;
    font-family: Arial, serif;
    text-transform: uppercase;
}
.pnlm-title-box{
    padding-left: 10px;
    margin-bottom: 0;
    font-size: 16px;
}
.pnlm-controls-container {
    position: absolute;
    top: 0;
    left: auto;
    z-index: 1;
    right: 10px;
}
.list-group-item{
    background-color: transparent;
    padding: 0;
}
.list-group-item .btn{
    margin-right: 5px;
    margin-top: 5px;
}
.btn-url{
    background-color: #4983b5;
    border-color: #4983b5;
}
.btn-video{
    background-color: #d32322;
    border-color: #d32322;
}
.btn-pdf{
    background-color: #9c27b0;
    border-color: #9c27b0;
}
.hotspot-escene{
    height: 100px;
    width: 100px;
    background: url('icons/escene.png') transparent;
    border-radius: 50%;
}
.hotspot-circle::after{
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid #00a990;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

.hotspot-ring{
    border: 3px solid #00a990;
}
.hotspot-ring:hover::after {
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid #fff;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
  }
@keyframes ring {
    0% {
      width: 30px;
      height: 30px;
      opacity: 1;
    }
    100% {
      width: 150px;
      height: 150px;
      opacity: 0;
    }
  }
  /* AMBULATORIO */
.hotspot-celcite {
    height: 100px;
    width: 100px;
    background: url('icons/ambulatorios/01AE_Celsite.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-bombainfusion {
    height: 100px;
    width: 100px;
    background: url('icons/ambulatorios/03AIS_BombasInfusionSpace.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-infusores {
    height: 100px;
    width: 100px;
    background: url('icons/ambulatorios/05CC_InfusoresElastoméricosEasyPump.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-ecoflac {
    height: 100px;
    width: 100px;
    background: url('icons/ambulatorios/04BC_Ecoflac.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-prontosan {
    height: 100px;
    width: 100px;
    background: url('icons/ambulatorios/06HC_PRONTOSAN.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-linovera {
    height: 100px;
    width: 100px;
    background: url('icons/ambulatorios/06HC_LINOVERA.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-hemodiafiltracion {
    height: 250px;
    width: 250px;
    background: url('icons/ambulatorios/02_HEMODIAFILTRACION.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
/* HOSPITALIZACION */ 
.hotspot-fluidoterapia{
    height: 100px;
    width: 100px;
    background: url('icons/hospitalizacion/03CC_Sterofundin1.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-compactplus{
    height: 100px;
    width: 100px;
    background: url('icons/hospitalizacion/03AIS_BombasInfusionSpace.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-safetyw{
    height: 100px;
    width: 100px;
    background: url('icons/hospitalizacion/02BC_IntrocanSafety.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-plusyspecial{
    height: 100px;
    width: 100px;
    background: url('icons/hospitalizacion/04CN_Nutriflex.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-heridasbbraun{
    height: 100px;
    width: 100px;
    background: url('icons/hospitalizacion/05HC_PRONTOSAN.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
/*Operacion*/
.hotspot-adtec{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/01AE_AdtecBipolar.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-adtecMonopolar{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/02AE_AdtecMonopolar.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-caiman{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/03AE_Caiman.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-yasargil{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/04AE_ClipAneurismaYasargil2.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-clipadora{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/05AE_ClipDS.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-einsteinvision{
    height: 250px;
    width: 250px;
    background: url('icons/operaciones/06AE_EinsteinVision.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-newmotors{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/07AE_Acculan4.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-plasmafit{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/08AE_Excia.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-instrumentalq{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/10AE_InstrumentalQ.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-optilenemesh{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/11AE_LapfixOptileneMesh.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-fijadorcraneal{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/19AE_LyoplantOnlay.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-minop{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/13AE_NeuroendoscopiaMinop.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-bombaperfusora{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/14HC_BombaPerfusor.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-paracetamol{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/15HC_Paracetamol.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-gelofusine{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/16HC_Gelofusine.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-celsite{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/17AE_ CELSITE.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-ecoflacoper{
    height: 100px;
    width: 100px;
    background: url('icons/operaciones/20BC_Ecoflac.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
/*Cuidados Intensivos*/
.hotspot-bombaspace{
    height: 100px;
    width: 100px;
    background: url('icons/uci/01HC_BombasSpace.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-intrapurplus{
    height: 100px;
    width: 100px;
    background: url('icons/uci/02HC_IntrapurPlus.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-certofix{
    height: 100px;
    width: 100px;
    background: url('icons/uci/03HC_Certofix1.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-enbracestandar{
    height: 100px;
    width: 100px;
    background: url('icons/uci/04HC_EnbraceStandar.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-diapact{
    height: 250px;
    width: 250px;
    background: url('icons/uci/05HC_Diapact.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-curacionheridas{
    height: 100px;
    width: 100px;
    background: url('icons/uci/06HC_LINOVERA.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.hotspot-ecoflacciu{
    height: 100px;
    width: 100px;
    background: url('icons/uci/07BC_Ecoflac.png') rgba(255, 255, 255, 1);
    border-radius: 50%;
}

div.custom-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default;
}
div.custom-tooltip:hover span{
    visibility: visible;
}
div.custom-tooltip:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}
.modal .modal-header{
    background-color: #00a990;
    color: #fff;
}
.modal .modal-content{
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: 1px solid #FFF;
}
.back-img{
    background-color: #FFF;
    border: 3px solid #00a990;
    border-radius: 10px !important;
}
.info-icon{
    position: absolute;
    top: -8px;
    left: 8px;
}
.subtitle{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00a990;
    margin-bottom: 1rem;
}
@media (max-width: 480px) { 
    .pnlm-hotspot-base{
        width: 40px !important;
        height: 40px !important;
        background-size: contain;
    }
 }