/* Color de los bullets inactivos */
.cdb-swiper-historia-pagination .swiper-pagination-bullet {
    background: #838383 !important;
    width:16px;
    height:16px;
    opacity: 1; /* Swiper por defecto les baja la opacidad, así aseguramos el color exacto */
}

/* Color del bullet activo */
.cdb-swiper-historia-pagination .swiper-pagination-bullet-active {
    background: #5E8A57 !important;
}


@media (min-width:1024px){
    .cdb-swiper-historia-pagination{
        display:none!important;
    }
}