/*Sobreescribe los indicadores de slider de bootstrap*/
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
}
.carousel-item {
    height: 100%;
}

/*#home_slider ol.carousel-indicators{
	margin-left: -15%;
}*/

.carousel-indicators button.active {
    margin: initial;
    width:  initial;
    height: initial;
    background-color: #f8981d;
}

@media(max-width:767px) {
    .btn-ing {
        position: absolute;
        top: 27px;
    }
}
