.texto-general {
    color: #5B6B85;
}
.titulo-card {
    color: #0A2A54;
}
.btn-azul{
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    background-color: #1466c9;
    width: 100%;
    text-align: center;
}
.btn-whatsapp {
    border-width: 1px;
    border-style: solid;
    border-color: #25d366;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
    font-weight: bold;
    font-style: normal;
    color: #0a2a54;
    background-color: #25d366;
    width: 100%;
    text-align: center;
}