main {
    margin-top: 130px;
}

/*Carrusel Bootstrap*/
#carouselExample {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}
.carousel-control-prev, .carousel-control-next, .carousel-indicators {
    z-index: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 100px;
}
.carousel-indicators {
    margin-bottom: 10px;
}
#pagina01 .carousel-indicators > button {
    margin: 0 5px;
    height: 5px;
}
.bg-secondary {
    --bs-bg-opacity: 0.5;
}

/* Productos Principales*/
#pagina02 {
    margin-top: 40px;
    background: #eee;
}
.pagina02__h2 {
    color: #ffffff;
    max-width: 1366px;
    text-align: center;
}

/* Card Productos */
#pagina04 {
    margin-top: 20px;
    background-color: #ddd;
}

.container {
    max-width: 1366px;
    width: 95%;
}
.card {
    border-radius: 10px;
    border: solid 1.5px #BBBBBB;
    max-width: 216px;
    margin: 10px auto;
}
.card > img {
    border-radius: 9px;
    width: 100%;        height: 100%;
}
.col-lg-2 {
    width: 20%
}




@media (max-width: 992px) {
    #pagina02 {
        margin-top: 20px;
    }
    .container {
        padding: 0;
    }
    .col-sm-3 {
        width: 33%;
        padding: 8px;
    }

}
@media (max-width: 576px) {
    .col-sm-3 {
        width: 50%
    }
}