.contato {
    max-width: 1024px;
    margin: 160px auto 0px auto;
    padding: 20px;
}

.content_contato {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

#contactForm {
    margin-top: 50px;
    max-width:  500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.container__field__form {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    height: 104px;
}

.container__field__form label {
    font-size: 18px;
    color: #785F49;
}

.container__field__form label span {
    font-size: 22px;
    color: #785F49;
}

.container__field__form input {
    min-height: 40px;
    border-radius: 10px;
    padding: 5px 10px;
    border: solid 1px #785F49;
    outline: none;
    background-color: transparent;
    color: #785F49;
    font-size: 22px;
}

#contactForm button {
    min-height: 60px;
    border-radius: 10px;
    padding: 5px 10px;
    outline: none;
    background-color: #785F49;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.error {
    color: red;
}


.info__contato {
    margin-top: 20px;
    max-width: 275px;
    width: 100%;
    margin: 20px;
}

.barra_contato {
    width: 100%;
    height: 5px;
    margin: 0px auto;
    background-color: #785F49;
    color: #785F49;
    border: none;
    margin-bottom: 20px;
}

.content_info__contato-title {
    color: #785F49;
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content_info__contato-info {
    margin-bottom: 40px;
}

.content_info__contato__ele {
    font-size: 16px;
    color: #785F49;
}

.content_info__contato__value {
    font-size: 16px;
    font-weight: 500;
    color: #9CB2BE;
    margin-top: 5px;
}

.content_info__contato__value.redes__sociais {
    font-size: 30px;
}


@media (max-width: 1024px) {

    .contato {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 0px;
    }

    .content_contato {
        max-width: 500px;
        flex-direction: column;
        justify-content: center;
    }

    .info__contato {
        margin-top: 40px;
        text-align: center;
        margin: 20px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.title-secundary {
    color: #785F49;
    font-weight: 600;
}
