#name {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    background-color: #b7b7b7;
    padding: 5px 10px;
}

#myPdf {
    width: 100%;
    height: 70vh;
}

body {
    margin: 0;
}

.title {
    color: rgba(230, 0, 0, 1);
    font-size: 18px;
    font-weight: bold;
}

.button {
    margin: 10px;
    border-radius: 50px;
    padding: 10px 20px;
    background-color: rgba(148, 193, 31, 1);
    color: #fff;
    border: 0;
    font-weight: bold;
    font-size: 1em;
}

.button:hover {
    background-color: #07601f;
}

#buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.beep {
    display: none;
}

#preloader6 {
    position: relative;
    width: 42px;
    height: 42px;
    margin-left: -10px;
    animation: preloader_6 5s infinite linear;
}

#preloader6 span {
    width: 20px;
    height: 20px;
    position: absolute;
    background: red;
    display: block;
    animation: preloader_6_span 1s infinite linear;
}

#preloader6 span:nth-child(1) {
    background: rgba(230, 0, 0, 1);
}

#preloader6 span:nth-child(2) {
    left: 22px;
    background: rgba(230, 0, 0, 0.4);
    animation-delay: .2s;
}

#preloader6 span:nth-child(3) {
    top: 22px;
    background: rgba(230, 0, 0, 0.4);
    animation-delay: .4s;
}

#preloader6 span:nth-child(4) {
    top: 22px;
    left: 22px;
    background: rgba(230, 0, 0, 1);
    animation-delay: .6s;
}

@keyframes preloader_6 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes preloader_6_span {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}

.carousel-indicators {
    color: rgba(230, 0, 0, 1);
    margin-bottom: -64px;
}

.carousel-control-next-icon {
    background-image: url('../img/next.svg');
}

.carousel-control-prev-icon {
    background-image: url('../img/previous.svg');
}

.carousel-indicators li {
    background-color: rgba(230, 0, 0, 1);
}

#panorama {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.circle-container {
    width: 20px;
    height: 20px;
}

.delay1 {
    animation: waves 2.5s linear infinite;
}

.delay2 {
    animation: waves 2.5s linear .7s infinite,
}

.delay3 {
    animation: waves 2.5s linear 1.3s infinite;
}

.delay4 {
    animation: waves 2.5s linear 1.9s infinite;
}

.circle {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: solid rgba(230, 0, 0, 1) 2px;
    transition: 5s ease;
    position: absolute;
    margin-left: -2px;
    background-color: rgba(230, 0, 0, 1);
    top: 0px
}

@-webkit-keyframes waves {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        border: solid rgba(230, 0, 0, 1);
        background-color: rgba(230, 0, 0, 0.4);
        opacity: 0;
    }
}

@keyframes pulse-green {
    0% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(230, 0, 0, 0.4);
        /* padding-left: 15px; */
    }

    70% {
        /* transform: scale(1); */
        box-shadow: 0 0 0 10px rgba(230, 0, 0, 0.4);
    }

    100% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(230, 0, 0, 0.4);
    }

}

.custom-hotspot-video {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/05.png');
    background-repeat: no-repeat;
    background-size: 3vw;
}

.custom-hotspot-pdf {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/09.png');
    background-repeat: no-repeat;
    background-size: 3vw;
}

.custom-hotspot-web {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/11.png');
    background-repeat: no-repeat;
    background-size: 3vw;
}


.custom-hotspot-home {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/10.png');
    background-repeat: no-repeat;
    background-size: 3vw;
}

.custom-hotspot-info {
    width: 5vw;
    height: 5vw;
    background-image: url('../iconos/13.png');
    background-repeat: no-repeat;
    background-size: 5vw;
}

.custom-hotspot-contact {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/12.png');
    background-repeat: no-repeat;
    background-size: 3vw;
}

.custom-hotspot {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/06.png');
    background-repeat: no-repeat;
    background-size: 3vw;
}
.custom-hotspot-gallery-video {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/05.png');
    background-repeat: no-repeat;
    background-size: 3vw;
    position: absolute;
}

.custom-hotspot-pdf {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/09.png');
    background-repeat: no-repeat;
    background-size: 3vw;
}
.custom-hotspot-pdf-bar {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/09.png');
    background-repeat: no-repeat;
    background-size: 3vw;
    position: absolute;
}
.custom-hotspot-video-bl-bar {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/05.png');
    background-repeat: no-repeat;
    background-size: 3vw;
    position: absolute;
}

.custom-hotspot-web2 {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/14.png');
    background-repeat: no-repeat;
    background-size: 3vw;
}

.custom-hotspot-room {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/15.png');
    background-repeat: no-repeat;
    background-size: 3vw;
}

.custom-hotspot-linkedin {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/16.png');
    background-repeat: no-repeat;
    background-size: 3vw;
}

.custom-hotspot-twitter {
    width: 3vw;
    height: 3vw;
    background-image: url('../iconos/17.png');
    background-repeat: no-repeat;
    background-size: 3vw;
}

iframe {
    margin: 0 auto;
    display: block;
}

embed {
    margin: 0 auto;
    display: block;
}

.custom-hotspot-video:hover {
    filter: drop-shadow(0px 0px 5px rgb(255 255 255));
}

.custom-hotspot-pdf:hover {
    filter: drop-shadow(0px 0px 5px rgb(255 255 255));
}

div.custom-tooltip-opaque-info span {
    color: #000 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border: solid 2px rgba(206, 0, 23, 1);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  }
  div.custom-tooltip-opaque-info:hover span {
      visibility: visible;
      z-index: 3001;
  }
  div.custom-tooltip-opaque-info:hover span:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: rgba(206, 0, 23, 1) transparent transparent transparent !important;
      bottom: -20px;
      left: -10px;
      margin: 0 50%;
  }

  div.custom-tooltip-info span {
      visibility: hidden;
      position: absolute;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      max-width: 500px;
      padding: 5px 10px;
      margin-left: -220px;
      cursor: default;
  }

  div.custom-tooltip-info:hover span {
      visibility: visible;
      z-index: 3001;
  }

  div.custom-tooltip-info:hover span:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
      bottom: -20px;
      left: -10px;
      margin: 0 50%;
  }

div.custom-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    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: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

.pnlm-sprite {
    background-image: url(img/sprites.svg);
}

#home_button {
    background-image: url(img/10.png);
    background-size: cover;
    background-color: transparent;
    border: 0;
    display: block;
    height: 26px;
    width: 26px;
    margin-left: 1px;
}

#modalAuxDialog {
    min-width: 70%;
    aspect-ratio: 16 / 9;
    height: 90vh;
}

#modalAuxCont {
    height: 100%;
}

.pnlm-compass {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    background-image: url(img/compass.svg);
    cursor: default;
    display: none;
    border: solid 1px rgb(255 0 0);
}

.pnlm-compass-parent {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 5px;
    bottom: 25px;
    border-radius: 200px;
    background-image: url(img/north.png);
    cursor: default;
    background-position: top;
    display: none;
    border-color: rgba(69, 96, 144, 1);
}

.btn-danger {
    background-color: rgba(230, 0, 0, 1);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px !important;
    }
}

@media (min-width: 768px) {
    .fullscreen-modal .modal-dialog {
        max-width: 750px !important;
        margin: 20% auto;
    }
}

@media (min-width: 992px) {
    .fullscreen-modal .modal-dialog {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .fullscreen-modal .modal-dialog {
        max-width: 1170px;
    }
}