        /* Botão para abrir o modal */
        .open-modalPeople-btn,
        .open-modal-btn {
            /* background: #F5A630;
            color: white; */
            border: none;
            /* padding: 15px 30px;
            font-size: 16px;
            border-radius: 5px;*/
            cursor: pointer;
           /* box-shadow: 0 3px 10px rgba(0,0,0,0.2);
            transition: all 0.3s ease; */
        }
        
        /* .open-modal-btn:hover {
            /* background: #d89020; *
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        } */
        
        /* Modal */
        .modalPeople,
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            /* background-color: rgba(0,0,0,0.8); */
            background-color: transparent; /* era rgba(0,0,0,0.8) */
            animation: fadeIn 0.3s ease;
        }
        
        .modalPeople.active,
        .modal.active {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        /* Fechar modal */
        /* .close-modal {
            position: absolute;
            top: 20px;
            right: 40px;
            font-size: 40px;
            color: white;
            cursor: pointer;
            z-index: 1001;
            transition: color 0.3s ease;
        }
        
        .close-modal:hover {
            color: #F5A630;
        } */

        .close-modal-whatsapp,
        .close-modal1,
        .close-modal {
          position: absolute;
          top: 10px;
          right: 15px;
          font-size: 30px;
          color: #333; /* era white */
          cursor: pointer;
          z-index: 1001;
          transition: color 0.3s ease;
        }

        .close-modal-whatsapp {
            color: #fff;
        }
        
        .close-modal1 {
            top: -9px;
        }
        
        .close-modal-whatsapp:hover,
        .close-modal1:hover,
        .close-modal:hover {
            color: #F5A630;
        }
        
        /* Conteúdo do modal */
        .modal-content {
            background-color: white;
            padding: 20px;
            border-radius: 10px;
            width: 90%;
            max-width: 600px;
            position: relative;
            box-shadow: 0 10px 40px rgba(0,0,0,0.5);
        }
        
        /* Slider */
        .slideshow {
            overflow: hidden;
            padding: 10px;
            position: relative;
            width: 100%;

            /*min-height: 500px;  Adicione uma altura mínima */
        }
        
        .slider1,
        .slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 600%;
        }
        
        .slide {
            min-width: calc(100% / 6);
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        
        .slide img {
            width: 100%;
            max-width: 320px;
            height: auto;
            display: block;
            margin: 0 auto;
            object-fit: contain;
        }
/*
        .slide1 {
            min-width: calc(100% / 8);
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            /* padding: 20px; Adicione padding para dar espaço *
            padding: 0; /* Adicione padding para dar espaço *
        }

.slide1 img {
    /* width: 100%; *
    width: auto;
    /* max-width: 320px; *
    /* max-width: 400px; *
    max-width: 95%;
    max-height: 450px; /*Adicione uma altura máxima *
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain; /* Garante que a imagem inteira apareça *
}
*/
/* ############################ */
/* Carrossel contínuo *
@keyframes scroll-continuous {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.slider1 {
    display: flex;
    animation: scroll-continuous 25s linear infinite;
    width: auto;
    gap: 20px; /* Espaço entre as imagens *
}

.slide1 {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide1 img {
    width: auto;
    max-width: 350px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
*/
@keyframes scroll-continuous {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% / 2)); /* Move exatamente metade */
    }
}

.slider1 {
    display: flex;
    animation: scroll-continuous 50s linear infinite;
    width: max-content; /* IMPORTANTE: permite que o slider tenha largura automática */
    gap: 20px;
}

.slide1 {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px; /* Defina uma largura fixa */
}

.slide1 img {
    width: 100%;
    max-width: 350px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
/* Pausar ao passar o mouse */
.slider1:hover {
    animation-play-state: paused;
}

/* Esconder os controles e indicadores */
.modalPeople .prev1,
.modalPeople .next1,
.modalPeople .slider-indicators {
    display: none;
}
/* ##################### */
/* E garanta que o slideshow tenha altura suficiente */
.slideshow1 {
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100%;
    min-height: 500px; /* Adicione uma altura mínima */
}
        
        .productDescription {
            width: 100%;
            max-width: 320px;
            margin: 20px auto 0;
            text-align: center;
        }
        
        .productDescription h2 {
            color: #656565;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0.96px;
            margin-bottom: 10px;
        }
        
        .price {
            display: flex;
            justify-content: center;
            gap: 20px;
        }
        
        .price p:nth-of-type(1) {
            font-weight: bold;
            font-size: 20px;
            color: #F5A630;
        }
        
        .price p:nth-of-type(2) {
            text-decoration: line-through;
            color: #656565;
            font-size: 16px;
        }
        
        /* Controles do slider */
        button.prev,
        button.prev1,
        button.next,
        button.next1 {
            cursor: pointer;
            position: absolute;
            z-index: 2;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(245, 166, 48, 0.8);
            color: white;
            border: none;
            padding: 15px 20px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 5px;
            transition: all 0.3s ease;
        }
        
        button.prev:hover,
        button.prev1:hover,
        button.next:hover,
        button.next1:hover {
            background: rgba(245, 166, 48, 1);
        }
        
        button.prev,
        button.prev1 {
            left: 10px;
        }
        
        button.next,
        button.next1 {
            right: 10px;
        }
        
        /* Indicadores */
        .slider-indicators {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }
        
        .indicator1,
        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .indicator1.active,
        .indicator.active {
            background: #F5A630;
            transform: scale(1.2);
        }
        
        /* Responsividade */
        @media (max-width: 768px) {
            .modal-content {
                padding: 15px;
                width: 95%;
            }
            
            .slide img {
                max-width: 280px;
            }
            
            .productDescription {
                max-width: 280px;
            }
            
            button.prev,
            button.next {
                padding: 8px 12px;
                font-size: 12px;
            }
            
            .productDescription h2 {
                font-size: 14px;
            }
            
            .price p:nth-of-type(1) {
                font-size: 16px;
            }
            
            .price p:nth-of-type(2) {
                font-size: 14px;
            }
            
            .close-modal1,
            .close-modal {
                top: -8px;
                right: 20px;
                font-size: 30px;
            }
        }
        
        @media (max-width: 480px) {
            .modal-content {
                padding: 10px;
                width: 98%;
            }
            
            .slide img {
                max-width: 240px;
            }
            
            .productDescription {
                max-width: 240px;
            }
            
            .productDescription h2 {
                font-size: 13px;
            }
            
            .price {
                gap: 10px;
            }
            
            .price p:nth-of-type(1) {
                font-size: 15px;
            }
            
            .price p:nth-of-type(2) {
                font-size: 13px;
            }
            
            button.prev {
                left: 5px;
            }
            
            button.next {
                right: 5px;
            }
        }