body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: #f4f4f4;
    margin: 0;
}

#dvCardBox{width: 100%; max-width: 1600px;}



.clHotSection{width: 100%; display: flex; flex-direction: row; margin: auto; display: flex; justify-content: center;  flex-wrap: wrap;  }





/***********************************************************************************/
.slider-container {
    width: 100%;
    
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 100% !important;
    
    
}
.slider {
    display: flex;
    width: 100vh;
    transition: transform 0.5s ease-in-out;
    
}
.slide {
    width: 100%;
    flex: 0 0  calc(100% - 10px);
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    min-height:500px;
    overflow: hidden;
    
}

.slide img {
    width: 100%;
    
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    
}



.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}
.btn-left { left: 10px; }
.btn-right { right: 10px; }

/*.sliderpart1{ border: double; display:flex;  overflow: hidden; border-radius: 50px;}*/

/******************************************************************************************/

.cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    
}


.clprodCardBox{width: 450px;height: 276px; }



.card {
    
    height: 150px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 10px;
}



.card {
    width: 320px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-content {
    padding: 20px;
    text-align: center;
}

.card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
}

.card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.card button {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.card button:hover {
    background: #0056b3;
}

/******************************************************************************************************************************/



/******************************************* MEDIA QUERY**************************************/
@media (max-width: 1200px) {
    

    .slider-container {
        justify-content: flex-start;
        width: 750px;
        overflow: hidden;
        
    }


    .slider{
        
    }
    .slide {
        width: 100%;

        
        
        
    }

}
@media (min-width: 1200px) and (max-width: 1800px) {
    
    #dvSlideBox{ display: flex; flex-direction: row; justify-content: center; align-items: flex-start; 
        width: 100vw; /* Ocupa el 100% de la ventana */}
        .slide {
            width: 100vw; /* Ocupa el 100% de la ventana */
            overflow:hidden;
        }

        .clprodCardBox{width: 440px;height: 276px;  }

}

@media (min-width: 1800px) {

    #dvSlideBox{ display: flex; flex-direction: row; justify-content: center; align-items: flex-start; 
        width: 100vw; /* Ocupa el 100% de la ventana */}

   /* .slider-container {
        justify-content: flex-start;
    
    }
    .slide {
        width: 100vw; /* Ocupa el 100% de la ventana */
        
     /*   overflow:hidden;
        
    }*/

    .clprodCardBox{width: 440px;height: 276px;  }
}

@media (min-width: 900px) and (max-width: 1500px) {
    
   
        .clprodCardBox{width: 400px;height: 276px;  }

}


@media (min-width: 300px) and (max-width: 1080px) {
    
   
    .clprodCardBox{width: 500px;height: 276px;  }

}