#loader{
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#loader .loader-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.brand{
    width: 100%;
}

.card-custom{
    text-align: center;
    background-image: url('../img/traffic-card.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    border-radius: 10px;
    margin: 1% 0;
}

.card-custom h2{
    color: white;
    font-weight: lighter;
}

.card-custom:hover{
    opacity: .9;
}

.callout .btn{
    text-decoration: none;
}

#form-aproveitamento {
    display: none;
}

#form-aproveitamento.ativo{
    display: block;
}