@font-face {
    font-family: 'Ubuntu-Light';
    src: url('Ubuntu-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

body {
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
  font-family: Ubuntu-Light;
/*  width: fit-content;*/
}

h1 {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  width: 100%;
}

#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  padding: 5px;
  left: -14px;
  top: -12px;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #fff;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 230px;
  box-shadow: 0 0 10px #85888C;
  margin: -62px 0 0 -25px;
  padding: 90px 0px 30px 0px;
  background-color: rgba(58,68,84,0.8);;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0px 5px 25px;
  transition-delay: 2s;
}

.text1 {
  color: #00cfff;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

#ext {
  display: block;
  margin: auto;
  width: 100vw;
  padding-top: 40px;
}

.exterior {
  background: #fff;
}

.exterior img {
  display: block;
  margin: auto;
  height: 80vh;
}

ul {
  padding: 0;
  list-style-type: none;
}

.container1 {
  top: 0px; 
  Display: flex;
  align-items: center;
  background-color: rgba(58,68,84,0.8);
  height: 33px;
  position: fixed;
  /*width: 100%;*/
  z-index: 1;
}

.container {
  top: 0px; 
  Display: flex;
  align-items: center;
  background-color: rgba(58,68,84,0.8);
  height: 33px;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.pano-container {
  Display: flex;
  align-items: center;
  height: 40px;
  width: 77px;
  position: fixed;
  top: 0px;
  z-index: 1;
}

.pnlm-panorama-info {
  height: 40px !important;
  width: 100%;
  top: 0 !important;
  position: fixed !important;
  display: block !important;
}

.pnlm-title-box {
  margin: 5px auto !important;
  font-size: 16px !important;
}

.content {
  border: 1px solid #36383F;
  border-radius: 20px;
  width: 94%;
  height: 91%;
  background-color: #F5F6FA;
  overflow: hidden;
}
nav {
  background-color: transparent;
  height: 65px;
  width: 80px;
  z-index: 20;
}

.scene {
  text-decoration: none;
  color: #fff;
  opacity:1;
  font-family: Ubuntu-Light;
  font-size: 16px;
  font-weight: normal;
  transition: 300ms;
  display: block;
  padding: 0.5rem;
}

a:hover {
  opacity:0.5;
  background: #000;
  display: block;
}

.pins {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pins .planta {
  width: auto;
  height: 100vh;
}

.pins .pin-salaComum {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -30vh;
  margin-right: 1vw;
}

.pins .pin-cozinha {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -9vw;
  margin-top: 0vh;
}

.pins .pin-suite {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -4vw;
  margin-top: 10vh;
}

.pins .pin-wc {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -11vw;
  margin-top: -2vh;
}

.pins .pin-quarto1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -3vw;
  margin-top: -24vh;
}

.pins .pin-quarto2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10vw;
  margin-top: -38vh;
}

.pins a img {
  width: 40px;
}

.pins a {
  display: flex;
}

#panorama {
/*  width: 100%;
  height: 100vh;*/
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

/*.pnlm-controls-container {
  display: none !important;
}*/

#controls {
        position: fixed;
        bottom: 1.8rem;;
        z-index: 2;
        text-align: center;
        width: 100%;
    }
.ctrl {
      padding: 8px 10px 2px 10px;
      width: 30px;
      text-align: center;
      background: #000000b5;
      display: inline-block;
      cursor: pointer;
      margin: 0 -2.30px;
    }
.ctrl:hover {
        background: rgba(0, 0, 0, 0.9);
    }

.ctrl img {
  width: 2rem;
}

.pnlm-hotspot-base {
  width: 2rem !important;
  height: 2rem !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: 2rem;
}

.pnlm-hotspot {
        background-image: url('../controls/link.png') !important;
}

.pnlm-1 {
        background-image: url('../controls/goto1.png') !important;
}
.pnlm-2 {
        background-image: url('../controls/goto2.png') !important;
}

.pnlm-3 {
        background-image: url('../controls/goto3.png') !important;
}

.pnlm-4 {
        background-image: url('../controls/goto4.png') !important;
}
.pnlm-5 {
        background-image: url('../controls/goto5.png') !important;
}

.pnlm-9 {
        background-image: url('../controls/goto9.png') !important;
}


div.pnlm-tooltip span {
        visibility: visible !important;
        margin-left: 45px !important;
        margin-top: 5px !important;
        padding: 2px 5px !important;
        font-family: Ubuntu-Light;
        font-size: 0.9rem;
        width: fit-content !important;
        white-space: nowrap !important;
}

div.pnlm-tooltip:hover span::after {
  bottom: 2px !important;
  left: -20px !important;
  margin: 0 !important;
  rotate: 90deg;
}

#footer {
  background: #000000b5;
  position: fixed;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  display: block;
  bottom: 0px;
  z-index: 20;
}

.footer {
  font-family: Ubuntu-Light;
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

@media only all and (max-width: 47.938rem) {

.scene {
  font-size: 1.2rem;
}

#menu
{
  margin: -50px 0 0 -25px;
  padding: 78px 0px 30px 25px;
}

#menu li {
  padding: 0.7rem 0 0.1rem 0;
  font-size: 16px !important;
}

div.pnlm-tooltip span {
        visibility: inherit;
}

.plantas {
  background: #fff;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.exterior {
  background: #fff;
  max-width: 100%;
  margin: auto;
  min-width: 350px;
}

.exterior img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
#controls {
  bottom: 2rem;
}
.footer {
  font-size: 0.7rem;
}

}

@media (max-device-width:915px) and (orientation:landscape) {
  
  h1 {
  font-size: 16px;
  }

  div.pnlm-tooltip span {
  visibility: inherit;
  }
  #controls {
    bottom: 1.5rem;
  }
  .footer {
    font-size: 0.7rem;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
  }
}

@media (min-device-width:915px) and (orientation:Portrait) {

.pins .planta {
  width: auto;
  height: 80vh;
}

}

@media (max-device-width:915px) and (orientation:Portrait) {

h1 {
  font-size: 16px;
}

.pins .planta {
  width: auto;
  height: 80vh;
}

.pins .pin-salaComum {
  margin-top: -20vh;
  margin-right: 1vw;
}

.pins .pin-cozinha {
  margin-right: -35vw;
  margin-top: 1vh;
}

.pins .pin-suite {
margin-right: -15vw;
margin-top: 6vh;
}

.pins .pin-wc {
margin-right: -35vw;
margin-top: -3vh;
}

.pins .pin-quarto1 {
margin-right: -18vw;
margin-top: -18vh;
}

.pins .pin-quarto2 {
margin-right: 30vw;
margin-top: -27vh;
}

}
