body {
    font-family: 'Quicksand', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #172a67;*/
    margin: 0 0 100px;
    background-image: url('../Images/prevenda/bg-site.jpg');
    background-repeat: no-repeat;
    background-size: cover
}


.logo {
    max-width: 30%;
}

h1 {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    max-width: 600px;
    margin: 0 auto 40px;
}

.description {
    border-radius: 19px;
    border: 1px solid #b49c59;
    padding: 4px 25px;
    font-size: 15px;
    line-height: 24px;
}

    .description span {
        color: #b49c59;
        letter-spacing: 1px;
        font-size: 20px;
    }

.top-line {
    height: 24px;
    background: #ad8f45;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    border: none;
}

label {
    display: block;
    text-align: left;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 10px;
}

.input {
    height: 45px;
    border: none;
    border-radius: 8px;
    padding: 0 10px;
    width: 100%;
    color: #000;
}

.input, .input__area {
    border-radius: 19px;
}

.input__checkbox {
    height: 18px;
    border: none;
    padding: 0 10px;
    width: 100%;
    color: #000;
}

.field:not(:last-child) {
    margin-bottom: 40px;
}

.checkbox__item {
    display: grid;
    align-items: center;
    color: #ffffff;
    text-align: left;
    grid-template-columns: 20px 1fr;
    gap: 12px;
}

    .checkbox__item:not(:last-child) {
        margin-bottom: 24px;
    }

textarea.input__area {
    resize: none;
    width: 100%;
    height: 200px;
    color: #000;
    padding: 10px;
}

.btn__submit {
    background: #b49c59;
    border: none;
    padding: 12px 40px;
    border-radius: 18px;
    color: #fff;
    font-size: 18px;
    transition: .4s;
    cursor: pointer;
    text-decoration: none;
}

    .btn__submit:hover {
        background: #fff;
        color: #b49c59;
    }

.container__logos {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.redes__sociais {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

    .redes__sociais a {
        font-size: 40px;
        color: #ffffff;
        transition: .4s;
    }

        .redes__sociais a:hover {
            transform: scale(1.2);
            color: #b49c59;
        }

iframe {
    margin: 60px 0;
}

@media only screen and (max-width: 640px) {
    section.form {
        width: 90%;
        margin: 0 auto;
    }
}

.field-validation-error {
    color: #00569f;
    margin-top: 3px;
    background: #ffffffcf;
    width: 100%;
    text-align: left;
    display: block;
    padding: 5px;
}
