.clientes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#img-clientes {
    margin-left: 55px;
    margin-top: 30px;
}

.servicios-0 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.servicios-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.card-0{
    width: 250px;
    height: 210px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    margin: 50px;
}

.card-1{
    background-color: #859ccc;
    color: white;
    padding: 10px;
    font-size: 40px;
}
.card-2{
    padding: 30px;
}

#a-servicios {
    width: 200px;
    margin: 5px;
    margin-left: 20px;
}

.footer{
    padding: 20px 20px;
    background-color: #859ccc;
    color: azure;
    text-align: center;
}

#negro{
    background: rgba(52, 43, 181, .8);
    border-radius: 25px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.titulos{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.nue-back{
    justify-content: center;
    padding: 20px,20px;
    background: rgba(131, 156, 204, .5);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#img-cont{
    width: 200px;
    padding: 20px;
    margin: 20px;
    
}
.ind-logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
   