/* Descripción de imagen principal */
/* #cpserviceblock{
    float: none;
    margin: auto;
    max-width: 85%;
}

#cpserviceblock .container{
    border: none;
    //border-bottom: 10px solid var(--complementary-color); 
} */

#cpserviceblock{
    padding: 15px;
}

.service_content::after{
    content: "";
    width: 3px;
    background-color: var(--complementary-color);
}

/* iconos */
.service_block_inner .service_image{
    background: var(--secondary-color);
    font-size: 30px; /* Ajusta el tamaño según lo necesites */
    color: var(--primary-color);
}

.service_block_inner .service_image img{
    width: 36px;
    font-size: 30px;    
    margin-left: 0;
}

.card .download-img{

    display: flex;
     justify-self: center;
      margin-top: 10px;
       margin-bottom: 10px;
        border-radius: 3px;
        width: 300px;

}





/* Carrusel nuevos productos */
/* #newproduct-carousel {
    width: 80%; 
    margin: 0 auto; 
    float: none;
} */


/* Estilos de categorias, fila 1 y 2 */
/* .products #cpcategorylist {
    width: 80%; 
    margin: 0 auto; 
    float: none;
}
.products2 #cpcategorylist {
    width: 80%; 
    margin: 0 auto; 
    float: none;
} */

/* Estilos del footer */
/* #footer .container{
    max-width: 100%;
    padding: 0px;
    margin: 0;
}
#footer .footer-middle{
    margin: 0;
}
#footer .footer-before{
    margin: 0;
} */


/* Opiniones de clientes */

/* .testimonial-block-part .cptestimonial-container{
    background-color: var(--secondary-color);
} */







@media (max-width: 991px) {
    .service_block_inner .service_content{
        float: none;
    }
    

}

@media (max-width: 768px) {
    
}

@media (max-width: 480px) {


}