/*========================*/
/* seccion Servicio */
/*========================*/
._infobackground-contServicio {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 7rem 0px 7rem 0px;
}

._infoBackground-filtro {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000006b;
    z-index: 0;
}

._infoBackground-cont {
    position: relative;
    z-index: 1;
}

._infoBackground-tituloInfo {
    text-align: center;
    color: var(--textoClaro);
    font-size: 35px;
}

._infoBackground-subtituloInfo {
    text-align: center;
    color: var(--textoClaro);
    font-size: 20px;
}

._infoBackground-ulUbicaciones{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media(max-width: 991px){
    ._infoBackground-ulUbicaciones{
        justify-content: center;
        column-gap: 20px;
        row-gap: 10px;
    }
}

._infoBackground-spanUbicacion{
    color: var(--textoClaro);
    font-weight: 600;
    font-size: 18px;
}

._infoBackground-descInfo{
    text-align: center;
    color: var(--textoClaro);
    font-size: 18px;
}