body {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  background: #D34E49;
    /*linear-gradient(
    180deg,
    rgba(230, 178, 51, 1) 0%,
    rgba(188, 99, 2, 1) 100%
  );*/
  background-attachment: fixed;
  overscroll-behavior: none;
}

.HotspotAnnotation{
    background: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    font-family: Futura, "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: 700;
    left: calc(100% + 1em);
    max-width: 128px;
    overflow-wrap: break-word;
    padding: 0.5em 1em;
    position: absolute;
    top: 50%;
    width: max-content;
}


#logo {
  top: 40px;
  left: 40px;
  position: absolute;
  width: 200px;
  height: 80px;
}

h2{
  text-align: right;
  font-size: 4vh;
  line-height: 3vh;
  transition: 0.6s;
}

h2:hover{
  font-size: 5vh;
  line-height: 1vh;
  -webkit-filter: drop-shadow(12px 12px 25px rgba(0, 0, 0, 0.5));
  transition: 0.6s;
}

#comprar {
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  right: 20px;
  bottom: 40px;
  padding-right: 40px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.active{
  opacity: 0.5;
}

#instrucoes {
  position: fixed;
  left: 0;
  bottom: 0;
  padding-left: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  color: #333;
  z-index: 1001;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#instrucoes a {
  font-size: 12px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
#instrucoes p {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#footer {
  text-align: right;
  font-size: 34px;
  color: #222;
  top: 10vh;
  right: 60px;
  display: block;
  align-itens: right;
  justify-content: right;
  width: 30vw;
  position: absolute;
  line-height: 35px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  color: white
}

#footer span {
  font-size: 14px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

p {
  font-size: 18px;
  line-height: 24px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

h1 {
  text-aling: center;
  position: relative;
  left: 40px;
  top: 40px;
  color: #222;
  opacity: 0.1;
  font-size: 12vw;
  text-aling: left;
  line-height: 10vw;
  display: flex;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#card {
  flex: 1;
  display: flex;
  width: 100%;
  height: 70%;
  overflow: hidden;
  flex-direction: column;
}

model-viewer {
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
  --poster-color: transparent;
  z-index: 2;
}

model-viewer--poster {
  position: absolute;
}

@media only screen and (max-width: 600px) {
  h1 {
    display: flex;
    width: 85%;
    height: 100vh;
    margin-top: auto;
    vertical-align: center;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }

  #footer {
    top: 120px;
    left: 40px;
    font-size: 16px !important;
    width: 85%;
  }
  
  #footer p {
    top: 80px;
    text-align: left;
    font-size: 14px !important;
  }

  #instrucoes p {
    width: 100%;
    font-size: 10px !important;
    z-index: 2;
  }

}
