.cbp {
    padding: 0 10px;
}

.cbp-item {
    border-bottom: 2px solid #e67e22;
}

.cbp-item:hover {
    background: #f7f7f7;
    text-decoration: none;
}

p {
    margin: 0 10px 10px 5px;
    padding: 0 10px 0 0;
}

h3{
    margin: 5px 6px 0 0;
 padding: 0 10px 0 5px;
}

/*Flex box for document*/

.cube-portfolio {
    width: 90%;
    overflow: hidden;
    margin: auto;
}

.cube-portfolio .cbp-l-grid-agency {
    display: flex ;
    flex-direction: row;
    width: 100%;
    height: auto;
   /* padding: 15px;*/
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}

.cube-portfolio .cbp-item {
    display: inline-block;
    width: 45% ;
    height: 110px;
    margin: 20px;
    box-sizing: border-box;
    text-decoration: none;
    overflow: hidden;
}


/*diseño filtros*/


