/* CSS Sliders de Carouseles

Va en CSS Aparte por cosas de Dongee

*/

ol.carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-top: 0px;
    left: 0;
    right: 0;
    width: auto;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
    float: left;
    width: 33%;
    height: 20px;
    margin: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
}

ol.carousel-indicators li.active {
    background: #007bff;
}


/* ---- */