﻿#contato .form-group {
    margin: 0 0 10px 0;
    color: white;
}

#contato label {
    margin: 0 0 3px 0;
}

#contato h2 {
    text-transform: uppercase;
    font-size: calc(24px + (34 - 24) * ((100vw - 300px) / (1600 - 300)));

    color: white;
    margin-bottom: 3rem;
}

#contato #nao {
    margin-left: 20px;
}

#contato input[type=text], #contato input[type=email] {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    font-weight: 700;
}

#contato button {
    text-transform: uppercase;
    border-radius: 6px;
    padding: 0.75rem 2.75rem;
    margin-top: 1rem;
    font-size: 18px;
    background: black;
    color: #fff;
}

    #contato button:hover {
        background-color: #249d33;
    }

#contato .clube label {
    margin-top: 15px;
    margin-bottom: 0;
}

#contato form {
    max-width: 520px;
    margin: auto;
}

#contato label {
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

#contato.bg {
    background-image: url('../img/img-contato.png');
    background-position: bottom left 180PX;
    background-repeat: no-repeat;
    background-size: 400px;
    background-color: #0058AF;
}

@media(max-width:998px) {
    #contato.bg {
        background-position: bottom center;
        padding-bottom: 260px;
    }
}

#contato .form-group.d-flex.justify-content-between.align-items-center.mt-3 {
    flex-direction: column;
}
