@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

/* Estilo para a barra de rolagem */
::-webkit-scrollbar {
  width: 8px; /* largura da barra de rolagem */
}

/* Estilo para o rastreio da barra de rolagem */
::-webkit-scrollbar-track {
  background-color: rgb(201, 201, 201); /* cor de fundo do rastreio */
}

/* Estilo para o manipulador da barra de rolagem */
::-webkit-scrollbar-thumb {
  background-color: rgb(231, 231, 231); /* cor do manipulador */
  border-radius: 4px; /* borda arredondada */
}

/* Estilo para a borda da barra de rolagem */
::-webkit-scrollbar-thumb:hover {
  background-color: #f5f5f5; /* cor do manipulador quando hover */
}
.logo-container {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 9999; /* Garante que o logo fique acima de outros elementos */
    margin-left: 75px;
    margin-top: 5px;
    padding-right: 220px;
  }
  
  .logo {
    width: 150px; /* Ajuste conforme necessário */
    height: auto;
    z-index: 9999;
    display: block;
  }

  .container-price {
    position: fixed;
    right: 5px; /* Alinha a div à direita */
    top: 0;
    display: flex;
    align-items: center;
    gap: 70px; /* Espaço entre o preço e o botão */
    z-index: 1000; /* Garante que fique por cima de outros elementos */
  }
  
  .add-to-cart-btn {
    margin: 10px 20px 0px 0;
    background-color: #000000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #bababa;
    border-radius: 1px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color 0.3s ease; 
    font-family: 'Montserrat', sans-serif;
  }
  .add-to-cart-btn:hover{
    background-color: #888888;
  }
  .total-price {    
    position: fixed; 
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    position: fixed; 
    right: 190px; /* Alinha a div à direita */
    top: 30px;
    transform: translateY(-50%);
    text-align: center;
    line-height: 0.5;     
}

.left-toolbar {
background: #FBFBFB;
border: 1px solid #bababa; 
}

#root > div > div > div > div.left-container > div > div:nth-child(17) {
    background: rgba(0, 0, 0, 0);
}

#root > div > div > div > div.left-container > div > div:nth-child(17) > span {
  color: rgba(0, 0, 0, 0);
}

#root > div > div > div > div.left-container > div > div:nth-child(17):hover {
  background: rgba(0, 0, 0, 0);
}

.controls-section {
left: auto;
right: 0;
margin-right: 20px;
margin-bottom: 10px;
position: absolute;
top: 400px;
}
.bp3d .container .main-container .controls-section {
  right: 0;
  left: auto;
}

#root > div > div > div > div.main-container.wide > div.scenes-container > div > div.controls-section > span:nth-child(4) {
  position: absolute;
  top: -50px;
  right: 0px;
}

#root > div > div > div > div.main-container.wide > div.scenes-container > div > div.controls-section > span:nth-child(5) {
  position: absolute;
  top: -50px;
  right: 50px;
}

#root > div > div > div > div.main-container.wide > div.scenes-container > div > div.controls-section > span:nth-child(6) {
  position: absolute;
  top: -50px;
  right: 100px;
}

#root > div > div > div > div.main-container.wide > div.scenes-container > div > div.controls-section {
position: absolute !important;
}

.left-toolbar .left-toolbar-button {
    color: #fff;
    background-color: #000;
  }

.bp3d .container .main-container .controls-section .control-button {
    border-radius: 1px;
}
  
.container-backstore {
  position: fixed;
  top: 255px;
  right: 25px;
  display: flex;
  flex-direction: column; /* Empilha os itens verticalmente */
  align-items: center;
  gap: 0px; /* Espaço entre as divs */
  z-index: 1000;
  margin-left: 75px;
}

  .add-to-cart-btn-backstore {
    margin: 0 0 10px 10px;
    background-color: #FBFBFB;
    color: #000;
    border: none;
    padding: 10px 23px;
    cursor: pointer;
    border: 1px solid #bababa;
    border-radius: 1px;
    font-size: 12px;
    font-weight: 400;
    transition: background-color 0.3s ease; 
    font-family: 'Montserrat', sans-serif;
  }

  .add-to-cart-btn-backstore.reload {
padding: 10px 50px;
  }

  .add-to-cart-btn-backstore:hover{
    background-color: #000000;
    color: #fff;
  }

  h3 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
  }

  h4 {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
  }

  .bp3d .container .category-section .category-item {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
  }

  .bp3d .container .main-container .floorplan-modes-container {
    float: right;
    left: auto;
    right: 20px;
    margin-bottom: 10px;
  }

  .bp3d .container .main-container .floorplan-modes-container span {
    background-color: #FBFBFB;
    color: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #bababa;
    border-radius: 1px;
    font-size: 12px;
    font-weight: 400;
    transition: background-color 0.3s ease; 

  }

  .bp3d .container .category-section .search-box {
    border-radius: 1px;
  }

  .bp3d .container .category-section .search-box input::placeholder {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
  }

  #root > div > div > div > div.main-container.wide > div:nth-child(2) > div > div:nth-child(1) > div > i {
    cursor: pointer;
  }

  .bp3d {
    font-family: 'Montserrat', sans-serif;
}

#root > div > div > div > div.left-container > div > div:nth-child(10) {
  position: absolute;
  top: 12px;
  right: 25px;
  /* Outros estilos conforme necessário */
  z-index: 99999;
  padding-left: 110px !important;
  background-color: #ffffff00;
  border: none;
}

#root > div > div > div > div.left-container > div > div:nth-child(10) > span {
  display: none;
  border: none;
}

#root > div > div > lord-icon {
  right: 190px;
  top: 18px;
}

#root > div > div > div > div.left-container > div > div:nth-child(17) {
  position: absolute;
  top: 10px;
  right: 182px;
  z-index: 9999;
  border: none;
  width: 40px;
  height: 35px;
  margin-top: 2px;
}

/* Popup container */
.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%;/* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255, 255, 255); /* Black w/ opacity */  
}

/* Popup content */
.popup-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 400px;
  padding: 30px;
  border-radius: 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  text-align: left; 
}
.popup-content img.logo {
  display: block; /* Centralizar horizontalmente e adicionar margem na parte inferior */
  width: 140px; /* Tamanho do logo */
}

.popup-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.popup-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.popup-content label {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}

.popup-content input {
  width: calc(100% - 20px);
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 1px;
  font-size: 16px;
}

.popup-content button.popup-button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 1px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.popup-content button.popup-button:hover {
  background-color: #333;
}
#squareForm > label {
  margin-top: 10px;
  margin-bottom: 5px;
}

#squareForm > p {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 0px;
}
/* 
.close {
  color: #aaa;
  float: right;
  font-size: 38px;
  font-weight: bold;
  padding-top: 5px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
*/

#hidediv {
  display: none;
}

.hidebutton {
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}
/*abrir popup escondido*/
body > div.container-backstore > button.add-to-cart-btn-backstore.hidebutton {
  top: 300px;
  position: absolute;
}

.hidebutton:hover {
  background-color: rgba(0,0,0,0);
  cursor: auto;
}

.loading-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 999999999;
}

.loading-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-loading-screen {
  width: 250px;
  height: auto;
}

/* Adicionando media queries para ajustar o centrado vertical em dispositivos menores */

@media (max-width: 768px) {
  /* Estilos para tablets */
  .loading-content {
    min-height: 100%; /* Define uma altura mínima para ocupar toda a tela */
    flex-direction: column; /* Altera a direção do flexbox para colocar os elementos um abaixo do outro */
  }

  .logo-loading-screen {
    margin-bottom: 20px; /* Adiciona margem inferior para separar o logo do texto abaixo */
  }
}

@media (max-width: 480px) {
  /* Estilos para dispositivos móveis */
  .loading-content {
    min-height: 100%;
    flex-direction: column;
  }
}

lord-icon { /* Tamanho desejado para o ícone */
  height: auto; /* Mantém a proporção */
  margin-right: 30px;
}

.container-cart {
  position: fixed; /* Fixa a div em relação à janela de visualização */
  right: 5px; /* Alinha a div à direita */
  top: 160px; /* Centraliza a div verticalmente */
  transform: translateY(-50%); /* Ajusta a div para o centro exato */
  width: 145px; /* Define a largura da div */
  height: 200px; /* Define a altura da div */
  background-color: #fff !important; /* Define a cor de fundo da div */
  border: 1px solid #bababa;
  text-align: center; /* Centraliza o texto horizontalmente */
  box-sizing: border-box; /* Garante que o padding não aumente o tamanho da div */
  transition: background-color 0.3s ease; 
  font-family: 'Montserrat', sans-serif;
  margin-right: 20px;
  overflow-y: auto; 
  overflow-x: none;
}
.container-cart #rightAlignedDiv {
  margin-top: 10px;
  font-size: 12px;
}

#continueButton {
  margin-top: 20px;
}

.float-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px; /* Largura fixa do elemento */
  height: 59px;
  overflow-y: hidden;
  border: 1px solid #ddd;
  position: fixed;
  bottom: 0;
  left: 50%; /* Alinha o ponto de referência (centro do elemento) com o centro da janela */
  transform: translateX(-50%); /* Move o elemento de volta à esquerda em 50% da sua própria largura */
  z-index: 1000; /* Define a camada z para garantir que o toolbar fique acima do conteúdo */
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;

}

  .float-toolbar .hr {
    margin: 0px 0;
    width: 40px;
  }
  .float-toolbar .float-toolbar-button {
    display: flex;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 1px;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 -1px;    
    background-color: #FBFBFB;
  }
  .float-toolbar .float-toolbar-button:hover {
    background: #888;
  }
  .float-toolbar .float-toolbar-button.toggled {
    background: #aaa;
    color: #fff;
  }
  #root > div > div > div > div.main-container.wide > div:nth-child(2) {
    border: 1px solid #aaa;
    left: -1px !important;
    width: 377px;
  }

  #root > div > div > div > div.main-container > div:nth-child(2) {
    border: 1px solid #aaa;
    left: -1px !important;
    width: 368px !important;
  }
  
  input[type="range"] {
    background: green;
            height: 0.5rem;
  }
  input[type="range"]::-moz-range-progress {
    background-color: #43e5f7 !important;
    color: #f80000 !important;
  }
  input[type="range"]::-moz-range-track {  
    background-color: #9a905d !important;
    color: #f80000 !important;
  }
  /* IE*/
  input[type="range"]::-ms-fill-lower {
    background-color: #43e5f7 !important;
    color: #f80000 !important;
  }
  input[type="range"]::-ms-fill-upper {  
    background-color: #f80000 !important;
    color: #f80000 !important;
  }

  input[type="range" i] {
  color: #9a905d !important;
  }
/*
  #root > div > div > div > div.right-container.opened > div.product-info-container > div.property-section > div:nth-child(1) > h3 {
    margin-bottom: 10px;
  }
  */
  #root > div > div > div > div.right-container.opened > div.product-info-container > div.property-section > div:nth-child(1) > p:nth-child(2) {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 14px;
  }

  #root > div > div > div > div.right-container.opened > div.product-info-container > div.property-section > div:nth-child(1) > p:nth-child(3) {
      margin-top: 0px;
      font-size: 12px;
  }

  .input-slider {
margin-top: 6px;
  }

 input[type=range] {
    -webkit-appearance: none; /* Remove o estilo padrão do WebKit */
    appearance: none; /* Define the standard appearance property */
    height: 10px; /* Define a altura do track */
    background: #ddd; /* Cor de fundo do track */
    margin-top: 10px;
  }

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Remove o estilo padrão do thumb no WebKit */
    width: 15px; /* Largura do thumb */
    height: 10px; /* Altura do thumb */
    background: #000; /* Cor do thumb */
    cursor: pointer; /* Altera o cursor ao passar por cima */
  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#rightAlignedDiv > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  margin: 0px 5px 0px 5px;
}
#rightAlignedDiv > div > div:nth-child(3) {
  display: flex;
  flex-direction: column;
  margin: 0px 5px 0px 5px;
}

#rightAlignedDiv > div > div:nth-child(4) {
  display: flex;
  flex-direction: column;
  margin: 0px 5px 0px 5px;
}


@media screen and (min-width: 1383px) {
  .showunderdesktop {
    display: none !important;
  }
}

/* Para 768px e abaixo */
@media screen and (min-width: 991px) {
  .showundersemidesktop {
    display: none !important;
  }
}

/* Para 568px e abaixo */
@media screen and (min-width: 776px) {
  .showundertablet {
    display: none !important;
  }
}

/* Para 320px e abaixo */
@media screen and (min-width: 478px) {
  .showundermobile {
    display: none !important;
  }
}
  
@media screen and (max-width: 1383px) {
  .hidedesktop {
    display: none !important;
  }
}

/* Para 768px e abaixo */
@media screen and (max-width: 991px) {
  .hidesemidesktop {
    display: none !important;
  }
}

/* Para 568px e abaixo */
@media screen and (max-width: 776px) {

}

/* Para 320px e abaixo */
@media screen and (max-width: 478px) {
  .hidemobile {
    display: none !important;
  }
}

@media screen and (max-height: 570px) { 
  #squareForm {
    display: flex !important;
  }
  
  .smalltext {
    display: none;
  }
  .popup-content {
    width: auto;
  }
  
  #squareForm > label:nth-child(7), #squareForm > label:nth-child(4) {
    margin-left: 10px;
  }
  #squareForm > label:nth-child(7), #squareForm > label:nth-child(4), #squareForm > label:nth-child(1) {
    margin-right: 5px;
    font-size: 14px;
  }
  
  .popup-content input {
      height: 20px;
      bottom: -20px;
      position: relative;
  }
  
  #popup > div > p {
    display: none;
  }
  
  #continueButton {
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 12px 10px;
    border: none;
  }

  .hidetablet {
    display: none !important;
  }
  .container-backstore {
    display: none;
  }
  .container-cart {
    display: none;
  }
  .controls-section {
    left: auto;
    right: 0;
    margin-right: 20px;
    margin-bottom: 10px;
    position: absolute;
    top: auto;
   top: 120px;
  }
  #root > div > div > div > div.main-container > div:nth-child(2) {
      border: 1px solid #aaa;
      left: -1px !important;
      width: 180px !important;
  }
  .bp3d .container .right-container {
      width: 220px;
      height: 100vh;
      overflow: auto;
      display: none;
      position: relative;
      right: -220px;
      transition: 0.3s;
      border: 1px solid #ddd;
      background: #fff;
  }
}

#root > div > div > div > div.left-container > div > div:nth-child(13) {
  position: absolute;
  top: 0px;
  left: 50px;
}
#root > div > div > div > div.left-container > div > div:nth-child(13) {
  position: absolute;
  top: 0px;
  left: 50px;
  background-color: #ffffff00;
  border: none;
}

#root > div > div > div > div.left-container > div > div:nth-child(14) {
  position: absolute;
  top: 40px;
  left: 50px;
  background-color: #ffffff00;
  border: none;
}


#sobreposicao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Cor de fundo semi-transparente */
  display: none; /* Inicialmente escondido */
  justify-content: center;
  align-items: center;
  z-index: 0; /* Z-index alto para garantir que cubra outros elementos */
}

#mensagem {
  color: white;
  font-size: 24px;
  text-align: center;
}