* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to bottom, #f0f4f8, #d8e2e7); /* Gradiente suave do topo para baixo */
    color: #333;
}

/* Cabeçalho */
header {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    background-color: #ffffff; /* Fundo branco para o cabeçalho */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Sombra mais sutil */
    transition: 0.5s;
}

header img {
    width: 25px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

footer {
    background-color: #2f2f2f; /* Fundo escuro para o rodapé */
    color: #ffffff;
    font-size: 14px;
    height: auto;
    width: 100%;
    padding: 20px 0;
}

footer p {
    margin-left: 4%;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 50px;
    padding: 15px 20px;
    width: 33%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

footer a {
    text-decoration: none;
    background-color: #000000;
    color: white;
    margin: 50px 12px 50px;
    margin-left: 5%;
    padding: 10px 20px;
    border-radius: 30px;

}

footer h1 {
    margin-left: 5%;
    margin-top: 0px;
}


.logo img {
    width: 10%;
    margin-left: 20px;
}

.bt-cadastro {
    background-color: #000000;
    padding: 10px 20px;
    border-radius: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.3s;
}

.bt-cadastro:hover {
    background-color: #333;
}

/* Navegação */
nav ul {
    list-style-type: none;
    display: flex;
    gap: 20px;
    width: 100%;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    transition: 0.8s;
}

nav ul li a:hover {
    color: #007bff;
    transform: scale(1.1);
}
.infos {
    width: 12%;
    background-color: #F5F7FF;
    justify-content: space-evenly;
    align-items: center;     
    margin: 3%;
}

.infos img{
    margin-left: 36%;
    align-items: center;
}

.corpo_info {
    justify-content: center;
    display: flex;
    gap: 8%;
    background-color: #F5F7FF;   
}

.bt-cadastro {
    background-color: #000000;
    padding: 8px 8px 8px;
    border-radius: 25px;
    color: #ffffff;

}

.btn-carrinho{
    color: #f1f1f1;
    background-color: #838383; ;
    padding: 10px 8px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    display: inline-block;
    transition: 0.8s;
    margin-top: 5px;
}

/* Banner */
.banner {
    text-align: center;
    padding: 100px 20px;
    background-color: #000;
    color:#f1f1f1;
    font-size: 40px;
}

.banner h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.banner p {
    font-size: 20px;
    margin-bottom: 20px;
}



.btn-shop {
    background-color: #007bff;
    color: #f1f1f1;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    display: inline-block;
    transition: 0.8s;
}

.btn-shop:hover {
    background-color: #a7a7a7;
    transform: (1.1);
    
}


.btn-info{
    color: #f1f1f1;
    background-color: #007bff; ;
    padding: 10px 8px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    display: inline-block;
    transition: 0.8s;
}

.btn-info:hover {
    background-color: #a7a7a7;
    transform: (1.1);
}

/* produtos */
.produtos {
    padding: 40px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    background-color: #f1f1f1;
    margin: auto;

}

.produto {
    text-align: center;
    text-decoration: none;
    width: 180px;
    padding: 10px 20px 20px;
    border-radius: 10px;
    background-color:#ffffff;
    transition: 0.8s;
    box-shadow: 0 4px 20px rgb(0, 0, 0);
    justify-content: space-around;
}

.produto:hover {
    transform: scale(1.2)
}


.produto img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.produto h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.produto p {
    margin: 10px 0;
    font-size: 18px;
    color: #007bff;
}

.produto button {
    background-color: #28a745;
    color: rgb(255, 255, 255);
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
}

.produto butto n:hover {
    background-color: #b4b4b4;
    transition: 0.5s;
}

.anuncio1 {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center; /* Alinha horizontalmente */
    align-items: center;     /* Alinha verticalmente */
    background-color: #f1f1f1;
}
.h1 {
    
    padding: 15px 20px;
    display: flex;
    font-size: 20px;
    border-radius: 10px;
    align-items: center;
    margin: 0px;
}
.h2 {
    padding: 2px 2px;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    
}
.p1 { 
    padding: 2px 2px;
    display: flex;
    border-radius: 10px;

}

.corpo_anuncios {
    align-items: center;
    margin-left: 200px;
    margin-right: 200px;
    
}

.section_categoria {
    background-color: #ffffff;
    text-align: center;
    width: 250px;
    padding: 5px;
    border-radius: 5px;
    transition: 0.6s;
}

.section_categoria:hover {
    transform: scale(0.92)

}

.section {
    display: flex;
}

.carrousel {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    overflow: auto; 
    scroll-snap-type: mandatory;
}

.carrousel img {
    width: 100%;
    height: 100%;
    position: sticky;
    left: 0;
    flex-shrink: 0;
    object-fit: cover;
    scroll-behavior: smooth;
}
.redes {
    text-decoration: none;
    width: 30px;
    transition: 0.8s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.103);
    justify-content: space-around;
    gap: 0px;
    display: flex;
    align-items: center;
    margin: auto;  
}




input[type="text"],
input[type="email"],
input[type="tel"] {
  border: none; 
  border-bottom: 1px solid #000; 
  outline: none; 
  width: 300px;
  padding: 8px; 
  background: transparent; 
}


textarea {
  border: none;
  border-bottom: 1px solid #000; 
  outline: none; 
  width: 300px; 
  height: 150px; 
  padding: 8px;
  background: transparent; 
  resize: vertical; 
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-bottom: 2px solid #007BFF; 
}


.section_contato {
    width: 40%;
    background-color: #f3f3f3;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.507);
    margin: 25px;
    border: 20px solid #f3f3f3;
    

}
button {
    background-color: #006effec;
    color: white;
    padding: 10px 25px 10px;
    border-radius: 20px;
}

