.contenedor_industrias
{
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    ::-webkit-scrollbar {
        width: 50px;
        height: 50px;
        background:-webkit-linear-gradient(0, blue 50%, white 100%);
    }
    ::-webkit-scrollbar-track {
        height: 1px;
        width: 1px;
        border: 1px solid #d5d5d5;
        background: #f1f1f1;
    }
    ::-webkit-scrollbar-thumb {
        height: 1px;
        width: 1px;
        border: 1px solid #d5d5d5;
        background: #888;
    }
    ::-webkit-scrollbar-thumb:hover {
        height: 1px;
        width: 1px;
        border: 1px solid #d5d5d5;
        background: #555;
    }
}

.slide_industrias
{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin: 5px;
    padding-top:5px !important;
    padding-bottom:5px !important;
    padding-left:10px !important;
    padding-right:10px !important;
    font-size: 12px !important;
    background-color: #0d6aad !important;
    color: #ffffff !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}