.box-list{
    margin-top: 24px;
    margin-bottom: 12px;
}

.box-list > li.col-md-2:nth-child(6n+1), .box-list > li.col-md-3:nth-child(4n+1), .box-list > li.col-md-4:nth-child(3n+1), .box-list > li.col-md-6:nth-child(2n+1) {
    clear: both;
}

.box-list > li {
    overflow: initial !important;
}

.box-list > li {
    overflow: hidden;
    padding-bottom: 24px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.NuestrasMarcasInner {
    width: 120px;
    height: 120px;
    padding: 54px 8px;
    /*border: #000000 solid 2px;*/
    /*-moz-border-radius: 12px;*/
    /*-webkit-border-radius: 12px;*/
    /*border-radius: 12px;*/
    -moz-box-shadow: #666666 4px 8px;
    -webkit-box-shadow: #666666 4px 8px;
    box-shadow: 0 4px 8px #666666;
}

h4 {
    margin-top: 8px;
    font-size: 13px;
}

body{
    font-family: Raleway, sans-serif;
    color: #9d9d9d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}