.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    text-align: left;
    width: 100%;
    padding-top: 160px;
}
.hero-content {
    max-width: 50%;
}
.hero-content h1 {
    color: #ff3b3b;
    font-size: 36px;
    margin-bottom: 20px;
}
.hero-content p {
    color: #352b2b;
    font-size: 18px;
    margin-bottom: 20px;
}
.hero-content .cta {
    display: inline-block;
    padding: 10px 20px;
    background: #ff3b3b;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
}
.hero-content .social-links {
    margin-top: 20px;
}
.hero-content .social-links a {
    margin-right: 10px;
    color: #ff3b3b;
    font-size: 24px;
    text-decoration: none;
}
.hero-image img {
    max-width: 400px;
    border-radius: 10px;
}
.services, .testimonials, .before-after, .contact {
    padding: 30px 20px;
    text-align: center;
}
.services h2, .testimonials h2, .before-after h2, .contact h2 {
    color: #ff3b3b;
    margin-bottom: 20px;
}
.before-after img {
    width: 45%;
    margin: 10px;
}
.contact a {
    color: #ff3b3b;
    font-size: 18px;
    text-decoration: none;
}




.services {
    padding: 60px 20px;
    text-align: center;
}
.services h2 {
    color: #ff3b3b;
    margin-bottom: 20px;
}
.services-wrapper {
    position: relative;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;

}
.services-wrapper2 {
    position: relative;
  
  

}
.services-container {
    display: flex;
    transition: transform 0.10s ease-in-out;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
.service-box {
  
    flex: 0 0 31.2%;
    padding: 10px;
    background: #222;
    border-radius: 10px;
    text-align: left;
    margin: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.service-box img {
    width: 180px;
    height: 200px; 
    min-width: 180px;
    object-fit: contain;
}
.service-box p {
    color: #ccc;
    font-weight: bold;
}
.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ff3b3b;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
  
}
.prev {
    left: 0;
    z-index: 2;
}
.next {
    right: 0;
    z-index: 2;
}
.servicesList{
    margin-top: 2rem;
}
.servicesList h3{
    color: #412e2e;
}
.servicesList ul {
    list-style: none;
    padding: 0;
}
.servicesList li {
    padding: 8px 0;
    font-weight: 600;
   
}
.servicesList li:last-child {
    border-bottom: none;
}


.products {
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 4rem;
}
.products h2 {
    color: #ff3b3b;
    margin-bottom: 20px;
}
.products-wrapper {
    position: relative;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;

}
.products-wrapper2 {
    position: relative;
  
  

}
.products-container {
    display: flex;
    transition: transform 0.10s ease-in-out;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
.products-box {
  
    flex: 0 0 31.2%;
    padding: 10px;
    background: #222;
    border-radius: 10px;
    text-align: left;
    margin: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.products-box img {
    width: 180px;
    height: 200px; 
    min-width: 180px;
    object-fit: contain;
    
}
.products-box p {
    color: #ccc;
    font-weight: bold;
}
.prevp {
    left: 0;
    z-index: 2;
}
.nextp {
    right: 0;
    z-index: 2;
}
.productsList{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.productsList h3{
    color: #412e2e;
}
.productsList ul {
    list-style: none;
    padding: 0;
}
.productsList li {
    padding: 8px 0;
    font-weight: 600;
   
}
.productsList li:last-child {
    border-bottom: none;
}



.testimonials {
    text-align: center;
    margin-top: 2rem;
    padding: 30px 20px;
    background: #ffffff;
}

.testimonials h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}

.testimonials-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.testimonial {
    background: #e0dddd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    text-align: center;
}

.testimonial p {
    font-style: italic;
    color: #21663b;
  height: 150px;
    min-height: 80px;
    font-weight: 700;
}

.testimonial h4 {
    margin-top: 10px;
    color: #222;
    font-weight: bold;
}



.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title {
    text-align: center;
    color: #333;
}
.contact{
    padding-top: 8rem;
}
.contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    gap: 10px;
    margin-bottom: 3rem;
    background-color: #40484e;
    padding: 1rem;
    border-radius: 8px;
}

.input-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.textarea {
    resize: none;
}

.submit-btn {
    background: #007bff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
}

.submit-btn:hover {
    background: #0056b3;
}

.map-container {
    margin-top: 20px;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 100%;
}



.map-container {
    width: 100%;
    max-width: 800px; /* Ajuste conforme necessário */
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.map-iframe {
    width: 100%;
    height: 400px; 
    border: none;
}

/* Seção da galeria */
.gallery-section {
    text-align: center;
    padding: 40px 20px;
    background: #f4f4f4;
}

.gallery-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

/* Grid de imagens */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
}

/* Estilo das imagens */
.gallery-item {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

/* Efeito de hover */
.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Botão flutuante do WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-float img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}

/* Botão de voltar ao topo */
.top-button {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.top-button:hover {
    transform: scale(1.1);
}


.footer {
    background: linear-gradient(135deg, #807979, #333);
    padding: 20px 20px 10px 20px ;
    text-align: center;
    margin-top: 50px;
    margin: 0;
}
.footer-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}
.footer-nav a {
    color: #ff3b3b;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.footer-nav a:hover {
    text-decoration: underline;
    color: #ccc;
}
.footer p {
    color: #ccc;
    font-size: 14px;
}

@media (max-width: 768px) {
    .hero {
        background-size: contain;
       
        margin-top: 0;
    }
    .products-wrapper {
        position: relative;
        max-width: 90%;
        margin: auto;
        overflow: hidden;
    
    }
    .service-wrapper {
        position: relative;
        max-width: 90%;
        margin: auto;
        overflow: hidden;
    
    }
    .service-box {
        flex: 0 0 94%; /* Um por tela no mobile */
    }
    .products-box  {
        flex: 0 0 94%; /* Um por tela no mobile */
    }
    .products-box img  {
        width: 90%;/* Um por tela no mobile */
    }
    .hero {
        padding-top: 90px;
        flex-direction: column-reverse;
        text-align: center;
    }
    .hero-content {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .hero-image img {
        max-width: 80%;
        margin-top: 0;
        padding-top: 0;
    }
    .hero-content h1 {
        padding-top: 20px;
        font-size: 26px;
       
    }
    .contact-form {
        
        width: 300px;
        
        
    }
}






.wminfinity p{
    color: #121614;
    margin-top: 2rem;
    font-weight: 800;
}
.wminfinity p:hover{
    color: #667e6f;
   
}
.wminfinity {
    
   text-decoration: none;
}

.hours {
    margin-top: 20px;
    margin-bottom: 2rem;
    padding: 15px;
    background: linear-gradient(135deg, #807979, #333);
    border-radius: 8px;
}
.hours h3 {
    margin-bottom: 10px;
    color: #fff;
}
.hours p {
    font-size: 14px;
    color: #ccc;
}

.about {
    width: 80%;
    margin-top: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #807979, #333);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    text-align: left;
    display: block;
    margin: 0 auto;
}

.about h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.about p {
    font-size: 20px;
    color: #ddd;
    line-height: 1.5;
}
