.cms-indice .breadcrumbs{
    display: none !important;
}

.index-item{
    margin: 4px 0 !important;
}
.index-item a{
    color: #212322 !important;
    font-size: 16px !important;
}
.index-item a:hover{
    text-decoration: none !important;
    color: #ff6720 !important;

}

.index-letter{
    font-family: 'Lato', sans-serif !important;
    cursor: pointer;
    margin:0 1vw ;
    display: inline-block;
    font-weight: bold !important;
    font-size: 15px !important;
}

.index-letter.active{
    color: #ff6720;
}
.index-letter.active:before{
    content: "\f0da";
    color: #ff6720 !important;
    font-size: 8px !important;
    font-family: "Font Awesome 5 Free" !important;
    position: relative;
    top: -3px;
    left: -3px;
}


.index-letter:hover{
    cursor: pointer;
    color: #ff6720 !important;
}

.index-brand{
    cursor: pointer;
    display: inline-block;
    width: 10% !important;

}

.index-brand img{
    transition: transform .2s; /* Animation */

}

.index-brand img:hover{
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.index-brand.active img{
    transform: scale(1.5);
}

.cms-indice .cms-header-container{
    margin-top: -30px;
    margin-bottom: 30px;
    background: url('../images/banner_indice.jpg') no-repeat center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 200px !important;
}

.cms-indice .slider-boots{
    margin:0 !important;
    width: 100% !important;
}

.cms-indice .carousel-control{
    color: #000 !important;
    opacity: 1 !important;
    position: relative !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: inline-block !important;
}

.cms-indice .flechas{
    display: none;
}

.cms-indice .all-brands{
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #4b4b4b;
    display: inline;
    top: -10px;
    position: relative;
    border-radius: 30px;
    padding: 5px 10px;
}

.cms-indice .all-brands.active{
    border: 1px solid #ff6720;
    color: #ff6720;
}

.cms-indice .all-brands:hover{
    border: 1px solid #ff6720;
    color: #ff6720;
}


.cms-indice h2.current-letter{
    font-family: 'Lato', sans-serif !important;
    color: #ff6720 !important;
    font-size: 25px !important;
    font-weight: bolder !important;
    margin-bottom: 0 !important;
}

.cms-indice hr{
    margin: 5px 0 !important;
}

.cms-indice .carousel-control .glyphicon{
    font-size: 20px !important;

}

.cms-indice  .carousel-control{
    width: 100px !important;
}

.cms-indice .flechas-top{
    margin-top: -30px !important;
    color: #212322 !important
}

.cms-indice .current-page{
    color: #ff6720 !important;
}


@media (max-width: 770px) {
    .index-brand{
        width: 49% !important
    }




    .cms-indice .all-brands{
        position: relative !important;
        display: block !important;
        text-align: center;
        margin: 0 auto !important;
        font-size: 14px;
        font-weight: bold;
        border: 1px solid #4b4b4b;
        top: -10px;
        position: relative;
        border-radius: 30px;
        padding: 5px 10px;
    }

    .cms-indice .all-brands.active{
        border: 1px solid #ff6720;
        color: #ff6720;
    }

    .cms-indice .all-brands:hover{
        border: 1px solid #ff6720;
        color: #ff6720;
    }
}


