#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%; */
}

.serviciosContainer {
    width: 68%;
    margin: 0px auto;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.serviciosTittle {
    margin-bottom: 40px;
    width: 70%;
    /* margin: 0px auto; */
    color: #545454;
    line-height: 15px;
    marign: 0px initial;
    margin: 0px auto;
    font-size: 26px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 31px;
}

.serviciosIconoscontainer {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: center;
    margin: 0px auto;
    margin-left: 25%;
}

.serviciosIconos {
    width: 38%;
    display: flex;
    margin-right: 11%;
    color: #545454;
    font-size: 14px;
    margin-bottom: 45px;
    flex-direction: row;
    align-items: center;
}

.serviciosBottom {
    width: 60%;
    background-color: #1B459C;
    color: white;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* padding-left: 26%; */
    /* padding-right: 20%; */
    margin-bottom: 51px;
}

.whiteLine {
    width: 50px;
    height: 5px;
    background-color: white;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    MARGIN-LEFT: 10%;
}

.serviciosBottom p {
    color: white;
}

img.servicioIcono {
    max-width: 40px;
    width: auto;
    height: auto;
    max-height: 40px;
    margin-right: 30px;
}

.serviciosBottom p {
    font-size: 13px;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 27px;
    line-height: 21px;
}

.whiteLine {}

@media screen and (max-width: 768px) {
    .serviciosContainer {
        width: 90%;
    }
    .serviciosTittle {
        width: 100%;
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .serviciosIconoscontainer {
        width: 95%;
        margin-left: 5%;
    }
    .serviciosIconos {
        margin-right: 5%;
        margin-bottom: 20px;
        font-size: 13px;
        width: 45%;
    }
    img.servicioIcono {
        margin-right: 13px;
    }
    .serviciosBottom {
        margin-top: 20px;
        margin-bottom: 30px;
        width: 100%;
        /* margin: 0px auto; */
    }
    .serviciosBottom p {
        width: 80%;
    }
    .whiteLine {
        MARGIN-LEFT: 10%;
        height: 4px;
    }
    #bannerServicios img {
        margin-top: -18vw;
    }
}