.container-wapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-wapp label {
    z-index: 1;
    color: #000;
    padding-right: 10px;
    padding-top: 10px;
}
.whatsapp {
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding: 8px;
}

.whatsapp:hover {
    text-decoration: none;
    color: #fff;
}

.card {
    margin-bottom: 1.25rem;
}

.card-title {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
}

.responsabilidad {
    background: #6f13c0;
    color: #fff;
}

.confianza {
    background: #cb1543;
    color: #fff;
}

.honestidad {
    background: #6dc10e;
    color: #000;
}

.servicio {
    background: #fbac03;
    color: #fff;
}

.trabajo {
    background: #2368ad;
    color: #fff;
}

.slider-1 {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../img/slider1.jpg");
    height: 100%;
    background-size: cover;
    background-position: top;
}

.slider-2 {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../img/slider2.jpeg");
    height: 100%;
    background-size: cover;
    background-position: center;
}

.slider-3 {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../img/slider3.jpg");
    height: 100%;
    background-size: cover;
    background-position: center;
}