.swiper-pagination {
    .swiper-pagination-bullet {
        background-color: $blanco;
        border: 1px solid $color1;
        width: 12px;
        height: 12px;
    }

    .swiper-pagination-bullet-active {
        background-color: $color1;
    }
}