#serviciosmovil {
    background: rgb(255, 255, 255);
}

#serviciosmovil .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.serviciomovilitem {
    width: 100%;
    max-width: 350px;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid rgb(171, 195, 212);
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 50%;
}

.fondotranspmovil {
    background: rgba(250, 250, 250, 0.90);
    height: 100%;
    padding: 15px;
}

.fondotranspmovil ul {
    margin-top: 10px;
    width: 100%;
    padding: 0;
}

.fondotranspmovil li {
    list-style: none;
    width: 100%;
    margin: 15px 0;
    text-align: center;
}

.fondotranspmovil a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    border-bottom: 1px dotted;
}

.encabmovil {
    width: 100%;
    justify-content: center;
}

.encabmovil img {
    width: 50px;
}

.encabmovil table {
    margin: 0 auto;
}

.encabmovil h3 {
    margin-left: 10px;
    font-weight: 500;
    color: rgb(19, 87, 133);
}