.btn {
    background-color: rgb(190,190,190); /*rgb(164, 199, 68);*/
    color: black;
    border-style: none;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 14px 20px;
    font-size: 1.2rem;
    font-weight: 800;
    text-align: center;
    height: 70px;
}

.btn:hover {
    background-color: rgb(44,158,180);
    color: white;
}

.verde {
    background-color: rgb(30, 148, 30);
}

.color1-logo {
    color: black !important;
}

.color2-logo {
    color: rgb(44,158,180) !important;
}