.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.page-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #8d4f2c;
    color: rgb(0, 0, 0);
    padding: 5px 10px;
    display: inline-block;
  
}

.page-description {
    margin-bottom: 2rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.contato-form label {
    display: block;
    margin-top: 1rem;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.contato-form input,
.contato-form textarea {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.3rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contato-form .btn {
    margin-top: 1rem;
    padding: 0.7rem 1.5rem;
    background-color: #4b2612; 
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contato-form .btn:hover {
    background-color: #2e170b;
    transition: 0.7s;
}

.contato-info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contato-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #4b2612; 
    
}

.contato-icon {
    width: 24px;
    height: 24px;
}
