#bannerServicios{
    width: 100%;
}

#bannerServicios img{
    width: 100%;
}

.subLista {
    display: flex;
    position: relative;
    width: 92%;
    margin-top: 84px;
    height: auto;
    /* flex-direction: column; */
    margin-left: 55px;
    color: gray;
    flex-wrap: wrap;
    font-size: 16px;
}


.itemSublista{
    width: 18%;
    margin-right: 24px;
    /* margin-left: -15px; */
    margin-bottom: 20px;
}

.itemSublistaTittle{
    font-size: 13px !important;
    line-height: 19px;
    color: #888888;
    width: 100% !important;
    font-weight: bold;
}

.itemSublistaDescription{
    font-size: 13px !important;
    line-height: 18px;
    color: #888888;
    width: 100% !important;
}

.itemSublista img{
    width: 100%;
    /* height: 100%; */
}