/* alert */
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
    font-weight: 700;
}

/* boton */
a.btn {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding: 6px 24px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 28px;
    color: #fff;
    background-color: #006db3;
    border-color: transparent;
}
a.btn:hover, a.btn:focus {
    background-color: #003e66;
    color: white;
}