body {
    background-color: #f7f7f7;
    margin-top: 1.5rem;
}

.card {
    margin-bottom: 1rem;
}

img {
    width: 100%;
}

.hidden {
    display: none;
}

button, input, select {
    border-radius: 5rem !important;
    box-shadow: none !important;
    outline: none !important;
}

.baixar {
    margin-top: 10px;
    display: none;
    width: 100% !important;
}

.btn-check.disabled {
    pointer-events: none;
}

.from-group a {
    color: #AD2C31;
    text-decoration: none;
}