body {
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .7);
}

.cover-container {
    max-width: 42em;
}

.nav-masthead .nav-link {
    color: rgba(255, 255, 255, .5);
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover:not(.active),
.nav-masthead .nav-link:focus:not(.active):not(.numeros) {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #17B647;
    border-bottom-color: #17B647;
}

.botaoLogin {
    background-color: #17B647;
    border: none;
}

.botaoLogin:hover {
    background-color: #146019;
}

.bilhetes {
    background: #198754;
    color: white;
    border: none;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
}

.color-white{
    color: #fff!important;
}

.color-white-text{
    color: #e1e1e1!important;
}

.color-logo{
    color: #17b647!important;
}
.color-white-hover:hover{
    color: #17b647!important;
}