.container{
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  margin-top: -33px;

  
}
#espacamento{
  padding: 40px;
}
  



body{
    margin: 0%;
    padding: 0%;
    background-color: #f1f1f1;
     background: linear-gradient(to top, rgb(243, 243, 243), rgb(221, 220, 220));
}




/* header START */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 6rem;
  background-color: #f4f4f4;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.logo img {
  height: 10rem;
  
  
  
}
#voltar_barra{
  color: #120e4c;
  text-transform: uppercase;
  display: block;
  background-color: #ccc;
 
  
}
.search-bar {
  position: relative;
  flex-grow: 1;
  max-width: 600px;
  margin: 0 20px;
}



.search-bar input {
  width: 100%;
  padding: 15px 40px 15px 15px; /* Aumenta o padding à direita para o ícone */
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 18px;
  background-color: #ececec;
  background-image: url('../imagens/lupa-semfundo.png'); /* Caminho para o ícone */
  background-repeat: no-repeat;
  background-position: 95% center; /* Posiciona o ícone à direita */
  background-size: 20px; /* Ajusta o tamanho do ícone */
  
  
}

.search-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}

.search-bar ul li {
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}

.search-bar ul li:hover {
  background-color: #f0f0f0;
}

.hidden {
  display: none;
}

.icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icons i {
  font-size: 1.2rem;
  cursor: pointer;
  background-color: #000000b4;
  color: white;
  padding: .8rem;
  border-radius: 10rem;
}

/* header END */




/* UP_header START */

.up_header {
  padding: 0.7rem;
  text-align: center;
  display: flex; /* Adicionei Flexbox para controlar o alinhamento */
  justify-content: center; /* Alinha os itens ao centro */
  gap: 10rem; /* Espaçamento entre os links */
  background-color: #120e4c;
}

.up_header a {
  text-decoration: none; /* Remove o sublinhado dos links */
  color: rgb(255, 255, 255); /* Altere para a cor desejada */
  margin: 0 1rem; /* Adiciona espaçamento lateral entre os links */
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: bold;
  pointer-events: none; /* Remove a funcionalidade de clique */
  cursor: default; /* Muda o cursor para "padrão" em vez de "mãozinha" */
}

/* UP_header END */


#imagemtitulo{
  max-width: 60px;
  margin-bottom: -25px;
}
#subtitulo{
  font-size: 12px;
  margin-top: -7px;

  
}
nav{
display: flex;
text-align: center;
justify-content: center;
gap: 10rem;
margin-top: 4rem;
background-color: #120e4ce1;
padding: .8rem;
border-radius: 20rem;



}
nav a{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 500;
}



#inicio{
    text-align: center;
    margin-top: 90px;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.titulo{
  text-align: center;
  font-size: 2rem;
  color: rgb(5, 0, 46);
  font-family: 'Georgia', serif;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.871);
  margin: 0;
  padding: 1rem;
  margin-bottom: -140px;
  text-transform: uppercase;

}
footer{
  background-color: rgba(24, 24, 24, 0.859);
  color: white;
  padding: 10px;
  font-size: 15px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  text-transform: uppercase;
  
  
}
.WhatsApp img{
  width: 90px;
  height: auto;
}
.WhatsApp{
  
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  
}
.WhatsApp:hover{
  transform: scale(1.05);
  }

.content {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fffdfd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.604);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
  
}

.content:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}

#textoT{
  font-size: 2.5em;
  color: #5700b3;
  margin-bottom: 20px;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.textoP {
  margin: 20px 0;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif
}

.textoP:first-of-type::first-letter {
  font-size: 1.2em;
  font-weight: bold;
  color: #5700b3;}
 
  







.slider{
  width: 90rem;
  max-width: 100vw;
  height: 700px;
  margin: auto;
  position: relative;
  overflow: hidden;
  margin-top: 150px;
 
  
}
.slider .list{
  position: absolute;
  width: max-content;
  height: 550px;
  left: 0;
  top: 0;
  display: flex;
  transition: 1s;
}
.slider .list img{
  width: 100rem;
  max-width: 100vw;
  height: 100%;
  object-fit: cover;
}
.slider .buttons{
  position: absolute;
  top: 60%;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.slider .buttons button{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff5;
  color: #fff;
  border: none;
  font-family: monospace;
  font-weight: bold;
}
.slider .dots{
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  width: 100%;
  height: 33%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.slider .dots li{
  list-style: none;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 10px;
  border-radius: 20px;
  transition: 0.5s;
}

  
.fotoscarrocel{
  border-radius: 15px;
}
.slider .dots li.active{
  width: 20px;
}





.container-principal {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  
  
  
 
}

.titulo_container_principal {
  text-align: center;
  margin-bottom: 20px;
  color: #161616;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.product {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.product img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.product-name {
  font-size: 15px;
  color: #000000;
  margin: 5px 0;
}

.price {
  font-size: 16px;
  font-weight: bold;
  color: #27ae60;
}

.payment {
  font-size: 12px;
  color: #666;
}

.espaco{
  padding: 5rem;
}


#container_piso_titulo{
  text-align: center;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #120e4c;
  margin-bottom: 3rem;
  
}

.container_piso{
  text-align: center;
  justify-content: center;
  
}


.familia img{
  height: 30rem;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgb(0, 0, 0);
  margin-bottom: 4rem;
  transition: transform 0.3s ease;
}
.familia:hover img{
  transform: scale(1.04);
}

.bright img{
  height: 30rem;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgb(0, 0, 0);
  margin-bottom: 4rem;
  transition: transform 0.3s ease;
}
.bright:hover img{
  transform: scale(1.04);
}
.palace img{
  height: 30rem;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgb(0, 0, 0);
  margin-bottom: 4rem;
  transition: transform 0.3s ease;
}

.palace:hover img{
  transform: scale(1.04);
}

.regua img{
  height: 30rem;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgb(0, 0, 0);
  margin-bottom: 4rem;
  transition: transform 0.3s ease;
}

.regua:hover{
  transform: scale(1.04);
}

.icon-telefone {
  height: 42px !important;
  vertical-align: middle;
  
}

.icons-title{
  font-size: 1.3rem;
  color: #120e4c;
  
}

/* DISPOSITIVOS MOVEIS START */

/* Estilos gerais já presentes no código acima */
/* ... */

/* Estilos para dispositivos móveis */
@media (max-width: 1020px) {

  .container_principal{
    max-width: 20rem;
    text-align: center;
    justify-content: center;
    padding-left: 2rem;

  }
  .up_header{
    padding: 1rem .4rem;
    display: block;
    
  }
  .header {
    flex-direction: column; /* Organiza os itens do cabeçalho em coluna */
    align-items: center;
    padding: 1rem; /* Ajuste do padding para telas menores */
  }

  .search-bar {
    max-width: 100%; /* Deixa a barra de pesquisa ocupar toda a largura disponível */
    margin-top: rem;
    margin-right: 5rem;
  }

  .icons {
    margin-top: 1rem;
    gap: 5px; /* Reduz a distância entre os ícones */
  }

  .logo img {
    height: 9rem; /* Logo menor em telas menores */
    
  }
  nav {
    gap: .5rem; /* Reduz o espaçamento entre os links */
    background-color: transparent;
    margin-top: 3rem;
    margin-bottom: -2rem;

  }

  nav a {
    font-size: 1.1rem; /* Reduz o tamanho da fonte para telas menores */
    color: #ffffff;
    font-weight: bold;
    background-color: #120e4c;
    padding: .4rem;
    border-radius: 10rem;
  }
  .titulo{
    font-size: 1.5rem;
  }
  
  .product{
    background-color: rgb(250, 250, 250);
  }
  .product img{
    width: 100%;
    border-radius: .5rem;
    
  }
  .product-name{
    font-weight: bold;
    color: #000000d7;
  }
  .titulo_container_principal{
    font-size: 1.5rem;
    
  }
  .container_piso{
    margin-top: 1rem;
  }
  #container_piso_titulo{
    font-size: 2rem;
  }

  .familia img{
    height: 9rem;
  }
  .palace img{
    height: 9rem;
  }
  .bright img{
    height: 9rem;
  }
  .regua img{
    height: 9rem;
  }

  .content{
    max-width: 22rem;
    margin-bottom: 1rem;
    
  }
  .WhatsApp img{
    height: 5rem;
    width: 5rem;
    
  }
  .WhatsApp{
    bottom: 1rem;
    right: 1rem;
  }
  .espaco{
    padding: 2rem;
  }
  }
  


  @media (max-width: 768px) {
    /* Ajusta a altura para telas menores */
    .slider {
      height: 400px;
     
    }
  
    /* Ajuste do tamanho das imagens */
    .slider .list img {
      width: 100%;
      height: auto; /* Mantém a proporção da imagem */
    }
  
    /* Ajuste do tamanho dos botões */
    .slider .buttons button {
      width: 40px;
      height: 40px;
    }
  
    /* Ajuste do tamanho dos pontos */
    .slider .dots li {
      width: 8px;
      height: 8px;
    }
  
    .slider .dots li.active {
      width: 15px;
    }
  }
  
  @media (max-width: 480px) {
    /* Ajusta a altura ainda mais para dispositivos muito pequenos */
    .slider {
      height: 300px;
    }
  
    /* Ajuste da largura das imagens */
    .slider .list img {
      width: 100%;
      height: auto;
    }
  
    /* Ajuste do tamanho dos botões */
    .slider .buttons button {
      width: 35px;
      height: 35px;
      color: #000000;
    }
  
    /* Ajuste do tamanho dos pontos */
    .slider .dots li {
      width: 6px;
      height: 6px;
      
    }
  
    .slider .dots li.active {
      width: 12px;
      
    }
    
  }














