.miCarruselContenedor
{
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.carrusel-footer
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.swiper-button-prev-custom
{
    margin-left: 30px;
}

.swiper-button-next-custom
{
    margin-right: 30px;
}

.swiper-button-prev-custom, 
.swiper-button-next-custom
{
    font-family: Montserrat, sans-serif;;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    transition: color 0.3s;
}

.swiper-button-prev-custom:hover, 
.swiper-button-next-custom:hover
{
    color: #d18f9b;
}

.swiper-pagination
{
    position: relative !important;
    bottom: 0 !important;
    width: auto !important;
}

.swiper-pagination-bullet-active
{
    background: #ccc !important;
}