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

body {
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
/*  width: fit-content;*/
}
.scene {
  text-decoration: none;
  color: #fff;
  opacity:1;
  font-family: Ubuntu-Light;
  font-size: 16px;
  font-weight: normal;
  transition: 200ms;
}
a:hover {
  opacity:0.5;
}
ul {
  padding: 0;
  list-style-type: none;
}


.container {
  margin-top: 0px; 
  Display: flex;
  align-items: center;
  background-color: rgba(58,68,84,0.8);
  height: 40px;
}

.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;
}

.sceneName {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: Ubuntu-Light;
  font-size: 1.2rem;
  position: absolute;
  background: rgba(58,68,84,0.8);
  padding: 9px 0;
}

#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: 180px;
  box-shadow: 0 0 10px #85888C;
  margin: -50px 0 0 -50px;
  padding: 50px 50px 30px 50px;
  padding-top: 105px;
  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 0;
  transition-delay: 2s;
}

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

.plantas {
  background: #fff;
  width: 50%;
  margin: auto;
  min-width: 350px;
}

.plantas img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}
#piso-1 {
  position: relative;
}
#piso-0 {
  float: left;
  width: 350px;
  display: block;
}
.pins {
  width: 350px;
  position: relative;
  max-height: 100%;
  display: block;
  float: left;
}

.pin-salaComum {
    z-index: 16;
    display: inline-block;
    position: absolute;
}
.pin-salaComum a {
    display: inline-block;
    width: 45px;
    margin-top: 345px;
    margin-left: 130px;
}
.pin-salaComum img {
  width: 45px;
  height: auto;
}
.pin-cozinha {
  z-index: 10;
  display: inline-block;
  position: absolute;
}
.pin-cozinha a {
  display: inline-block;
  width: 45px;
  margin-top: 398px;
  margin-left: 170px;
}
.pin-cozinha img {
  width: 45px;
  height: auto;
}
.pin-suite {
  z-index: 16;
  display: inline-block;
  position: absolute;
}
.pin-suite a {
  display: inline-block;
  width: 45px;
  margin-top: 245px;
  margin-left: 68px;
}
.pin-suite img {
  width: 45px;
  height: auto;
}
.pin-quarto {
  z-index: 10;
  display: inline-block;
  position: absolute;
}
.pin-quarto a {
  display: inline-block;
  width: 45px;
  margin-top: 148px;
  margin-left: 166px;
}
.pin-quarto img {
  width: 45px;
  height: auto;
}
.pin-wc {
  z-index: 16;
  display: inline-block;
  position: absolute;
}
.pin-wc a {
  display: inline-block;
  width: 45px;
  margin-top: 185px;
  margin-left: 122px;
}
.pin-wc img {
  width: 45px;
  height: auto;
}

#ext {
  display: block;
  margin: auto;
  width: 100vw;
}

.exterior {
  background: #fff;
}

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

.pin-extsalaComum {
  z-index: 10;
  display: inline-block;
  position: absolute;
}
.pin-extsalaComum a {
  display: inline-block;
  width: 45px;
  margin-top: 185px;
  margin-left: 122px;
}
.pin-extsalaComum img {
  width: 45px;
  height: auto;
}
.pin-extcozinha {
  z-index: 10;
  display: inline-block;
  position: absolute;
}
.pin-extcozinha a {
  display: inline-block;
  width: 45px;
  margin-top: 185px;
  margin-left: 122px;
}
.pin-extcozinha img {
  width: 45px;
  height: auto;
}

#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: 1rem;
  font-weight: normal;
}

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

.scene {
  font-size: 1.2rem;
}

#menu li {
  padding: 1rem 0;
}

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

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

.exterior img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}



}