/*  CAROUSEL CATEGORIA EMPRESAS ALOJAMIENTO - GASTRONIMIA - OTROS
-------------------------------------------------- */

/* Carousel base class */
.carousel {

    margin-bottom: 20px;
    margin-top: 0px;
}

.carousel .item {
    height: 500px;
    background-color: transparent;
. transition(.6 s ease-in-out left);
}

.btn-narango {
    color: #fff;
    background-color: #dd9531;
    border-color: #dd9531;
}

.btn-narango, .btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    text-decoration: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}






