
 .texto p{
    padding-bottom: 8px;
}

 .contenedor-boton-contacto-whats a{
    text-decoration: none;
}

 .contenedor-boton-contacto-whats p:hover{
    transform: scale(1.05);
}

 .elementos-boton-contacto-whats{
    display: flex;
    flex-direction: row;
}

 .elementos-boton-contacto-whats{
    background-color: #25d366;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 180px;
    justify-content: center;
    border-radius: 5px;
    transition: 0.3s ease-out;
}
 .elementos-boton-contacto-whats:hover{
    transform: scale(1.05);
}
 .elementos-boton-contacto-whats img{
    width: 30px;
}
 .elementos-boton-contacto-whats p{
    color: white;
    padding-left: 10px;
    font-weight: 500;
    padding-bottom: 0;
}
 .contenedor-boton-contacto-whats{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#servicios{
    background-color: rgb(241, 241, 241);
}

.imagen{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.imagen img{
    min-width: 100px;
    max-width: 500px;
    width: 100%;
    border-radius: 5px;
    
}