.central{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bg-decor .ramo{
    top: 140px;
}

.bg-decor .tomates {
    top: 140px;
    right: 0px;
}

.container1{
    padding: 0;
    margin: auto;
    width: 100%;
    height: 50em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: relative;
}

.container {
    max-width: 690px;
    margin: 0;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

#assunto{
    width: 100%;
    height: 37px; 
    resize: none; 
}

#mensagem{
    height: 150px;
    width: 100%;
    resize: none;
}

h1 {
    text-align: center;
}

p {
    text-align: center;
    margin-bottom: 20px;
}

label {
    display: block;
    margin: 10px 0 5px;
}

input, select, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Poppins';
    overflow: hidden;
}

.container button {
    background-color: rgb(146,26,28);
    color: white;
    padding: 10px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-family: 'Poppins',sans-serif;
}

.container button:hover {
    background-color: rgb(167, 66, 68);
}

.container a:hover { /*troca de cor */
    color: rgb(0, 128, 17);
}


/* Estilos para o consentimento LGPD */
.lgpd-consent {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.lgpd-consent label {
    display: inline;
    margin: 0;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
    line-height: 1;
}

.lgpd-consent input[type="checkbox"] {
    margin-right: 8px;
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    flex-shrink: 0;
    vertical-align: middle;
}

.lgpd-consent a {
    color: #8a2be2;
    text-decoration: none;
    font-weight: bold;
}

.lgpd-consent a:hover {
    text-decoration: underline;
}

.container2{
    display: flex;
    align-items: center;
    justify-content: center;
}

.container2 input{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:1024px){
    .container1{
        height: auto;
        padding: 50px 0;
    }
}

@media screen and (max-width:768px){
    .container{
        width: 90%;
    }
}

@media (max-width: 1024px){
    .bg-decor .tomates {
        top: 90px;
    }

    .bg-decor .ramo{
        top: 85px;
    }
}