* {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h5{
    font-size: 14px;
    padding: 12px;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
  }
  
  h6 {
    font-size: 18px;
    padding: 15px;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
  }
  
  h1 {
    font-size: 30px;
    font-weight: 700;
    font-family: "IBM Plex Sans", sans-serif;
  }
  
  p {
    font-size: 13px;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
  }
  
  span{
    font-size: 14px;
    font-weight: 600;
    font-family: "IBM Plex Sans", sans-serif;
  }
  
  h1, h6, h5, p, input,span {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
  }
  
  span { animation-delay: 0.1s; }
  input { animation-delay: 0.1s; }
  h1 { animation-delay: 0.1s; }
  h2 { animation-delay: 0.1s; }
  p  { animation-delay: 0.2s; }
  h5 { animation-delay: 0.1s; }
  h6 { animation-delay: 0.1s; } 
  
  @keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
    }   
  }


body {
  height: 100%;
  background-color: rgb(255, 255, 255);
}


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.progress-bar {
  width: 100%;
  height: 5px;
  background-color: #000000;
  border-radius: 5px;
  overflow: hidden;
  flex-grow: 1;
}

.progress {
  height: 100%;
  background-color: #0066ff;
  width: 0%;
  transition: width 1s ease;
  flex-grow: 1;
}

.side-button {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #ffffffcc;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;

  & a {
      width: 100%;
      height: 50%;
    }
  
}

.side-button:hover {
  background-color: #f0f0f0;
}

.side-button i {
  font-size: 24px;
  color: #333;
}

.side-button-left {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: #ffffffcc;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;

    & a {
      width: 100%;
      height: 50%;
    }
}

.side-button-left:hover {
  background-color: #f0f0f0;
}

.side-button-left i {
  font-size: 24px;
  color: #333;
}

.tela_habitacao_tipo{
  position: relative;
  height: 100vh;
  width: 100%;
  background: linear-gradient(to bottom, #328bf1, #f9fbe7); 
  overflow: hidden;
  z-index: 0;
}

.conteudo {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 100px;
}

.scene {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.form-container {
    margin-left: 10%;
    display: flex;
    flex-direction: column; /* Alinha as opções verticalmente */
    justify-content: center;
    align-items: flex-start; 
    text-align: left;
    width: 100%;
    max-width: 350px; /* Define a largura máxima do formulário */
    padding: 20px;
    z-index: 10;
}

.quiz-section {
  position: flex;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding: 90px;
  color: 	#2C2C2C;
}



.option {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #2c3e50;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.option input[type="radio"] {
  margin-right: 10px;
}


input[type="radio"]:checked + span {
  font-weight: bold;
  color: #3498db;
}

.value-display {
  margin-top: 3px;
  text-align: center;
}

.house-type {
  font-weight: 600;
  font-size: 14px;    
}

.fundo-habitacao-tipo{
  position: fixed;
  width: 110vw;
  height: auto;
  left: 0;
  bottom: 0;
  transform: translateY(5%) translateX(-5%); 
  z-index: -1;
}

.casa_bonita{
  position: fixed;
  bottom: 0;
  left: -10%;
  transform: translateY(23%);
  width: 70vw;
  height: auto;

}

.cabana{
  position: fixed;
  bottom: 0;
  left: 0%;
  transform: translateY(35%);
  width: 80vw;
  height: auto;
}

.casa_pedra{
  position: fixed;
  bottom: 0;
  left: 20%;
  transform: translateY(56%);
  width: 80vw;
  height: auto;
}

.casa_madeira{
  position: fixed;
  bottom: 0;
  left: -15%;
  transform: translateY(60%);
  width: 80vw;
  height: auto;
}

.casa_normal{
  position: fixed;
  bottom: 0;
  left: 45%;
  transform: translateY(55%);
  width: 100vw;
  height: auto;
}

.predio{
  position: fixed;
  bottom: 0;
  right: -55%;
  transform: translateY(40%);
  width: 100vw;
  height: auto;
}

@media (max-width: 768px) {
  .side-button,
  .side-button-left {
    width: 40px;
    height: 40px;
  }

  .side-button i,
  .side-button-left i {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .side-button,
  .side-button-left {
    width: 35px;
    height: 35px;
  }

  .side-button i,
  .side-button-left i {
    font-size: 18px;
  }
}