@charset "UTF-8";
* {
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow: hidden;
}

.fullscreen-open {
  background-image: url("../images/fullscreen_open.svg");
}

.fullscreen-close {
  background-image: url("../images/fullscreen_close.svg");
}

.v3d-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 640px;
  background-color: #c6c6c6;
}
.v3d-container .controller {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.v3d-container .controller .option {
  width: 100%;
  margin: 1em 0;
}
.v3d-container .controller .option .option-title {
  font-size: small;
  margin-bottom: 0.5em;
}
.v3d-container .controller .option .color-options {
  max-height: 170px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  width: 100%;
  align-items: center;
}
.v3d-container .controller .option .color-options .color-button {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  border: none;
}
.v3d-container .controller .option .color-options .color-button > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v3d-container .controller .option .color-options .color-button.active {
  border: 2px solid green;
}
.v3d-container .controller .option .model-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.v3d-container .controller .option .model-list button {
  height: 30px;
  width: 30px;
  background: none;
  border: 1px solid #000;
  cursor: pointer;
}
.v3d-container .controller .option .model-list button img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.v3d-container .controller .option .model-list .model-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: small;
  margin: 0 0.5em;
}
.v3d-container .controller .button-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
  width: 100%;
}
.v3d-container .controller .button-list button, .v3d-container .controller .button-list a {
  background: none;
  border: 1px solid #000;
  padding: 1em;
  font-size: x-small;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: black;
}
.v3d-container .controller .button-list button img, .v3d-container .controller .button-list a img {
  max-height: 15px;
}
.v3d-container .controller .button-list.button-list-1 a {
  width: 100%;
  background-color: black;
  color: white;
  text-transform: uppercase;
}
.v3d-container .controller .button-list.button-list-2 {
  width: 100%;
}
.v3d-container .controller .button-list.button-list-2 a {
  background-color: black;
  color: white;
  width: 100%;
}
.v3d-container .controller .button-list.button-list-2 span {
  text-align: center;
}
.v3d-container .controller .button-list.button-list-2 img {
  height: 100%;
  filter: brightness(0) invert(1);
}
.v3d-container .controller .button-list.button-list-3 button, .v3d-container .controller .button-list.button-list-3 a {
  width: 32%;
  text-align: center;
}
.v3d-container .qr-code-container {
  position: absolute;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.v3d-container .qr-code-container.show {
  display: flex;
}
.v3d-container .qr-code-container > div {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 5px;
}
.v3d-container #enter_AR_button:before {
  content: "EXPERIMENTE NO SEU ESPAÇO";
  margin-right: 1em;
}
.v3d-container .loading {
  position: absolute;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.v3d-container .loading.show {
  display: flex;
}
.v3d-container .loading .lds-roller,
.v3d-container .loading .lds-roller div,
.v3d-container .loading .lds-roller div:after {
  box-sizing: border-box;
}
.v3d-container .loading .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.v3d-container .loading .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.v3d-container .loading .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.v3d-container .loading .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.v3d-container .loading .lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.v3d-container .loading .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.v3d-container .loading .lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.v3d-container .loading .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.v3d-container .loading .lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.v3d-container .loading .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.v3d-container .loading .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.v3d-container .loading .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.v3d-container .loading .lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.v3d-container .loading .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.v3d-container .loading .lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.v3d-container .loading .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.v3d-container .loading .lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.v3d-container .loading .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.v3d-container .loading .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 576px) {
  .v3d-container {
    max-height: 100%;
  }
  .v3d-container .controller {
    top: auto;
    left: 0;
    max-width: none;
    padding: 0.5em;
  }
  .v3d-container .controller .option {
    margin: 0.5em 0;
  }
  .v3d-container .controller .option .color-options {
    display: flex;
    justify-content: space-between;
  }
  .v3d-container .controller .option .color-options .color-button {
    width: 50px;
    height: 50px;
  }
  .v3d-container .controller .option .model-list {
    justify-content: space-between;
  }
  .v3d-container .controller .option:last-child {
    display: flex;
    justify-content: space-between;
  }
  .v3d-container .controller .option .button-list {
    margin-bottom: 0.25em;
  }
  .v3d-container .controller .option .button-list a {
    text-align: center;
  }
  .v3d-container .controller .option .button-list button {
    padding: 0.5em;
  }
  .v3d-container .controller .option .button-list.button-list-1 {
    width: 32%;
  }
  .v3d-container .controller .option .button-list.button-list-2 {
    width: 32%;
  }
  .v3d-container .controller .option .button-list.button-list-3 {
    width: 32%;
    display: flex;
    flex-direction: column;
  }
  .v3d-container .controller .option .button-list.button-list-3 > a {
    width: 100%;
    padding: 0.5em;
    margin: 0.1em;
  }
}
@media screen and (max-height: 576px) {
  .v3d-container {
    max-height: 100%;
  }
  .v3d-container .controller .option {
    margin: 0.25em 0;
  }
  .v3d-container .controller .option .color-options {
    max-width: 210px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  .v3d-container .controller .option .color-options .color-button {
    width: 50px;
    height: 50px;
  }
  .v3d-container .controller .option .model-list {
    justify-content: space-between;
  }
  .v3d-container .controller .button-list {
    margin-bottom: 0.25em;
  }
  .v3d-container .controller .button-list button {
    padding: 0.5em;
  }
}

.v3d-simple-preloader-logo {
  background-image: url("../images/logo.png");
  background-size: contain;
  width: 100%;
}

.v3d-simple-preloader-bar {
  background: black;
  border: black;
}

.fullscreen-button {
  position: absolute;
  top: 5px;
  right: 280px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: 100% 100%;
  display: none;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .fullscreen-button {
    right: 5px;
  }
}
@media screen and (max-height: 576px) {
  .fullscreen-button {
    right: 240px;
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.9);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

/*# sourceMappingURL=styles.css.map */
