.icon-circle {
    width: 80px;
    height: 80px;
    background-color: #e6f2ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.icon-circle i {
    font-size: 30px;
    color: #0066cc;
}
.category-item p {
    margin-top: 10px;
}
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #ff0000;
    border-radius: 50%;
}
.custom-bg {
background-color: rgb(252, 54, 54);
}

.text-welcome {
    color: #b7b5b5; /* Puedes ajustar el tono de gris según tu preferencia */
}
/*
#productos {
    display: none;
}
*/

.cursor-pointer {
    cursor: pointer;
}
