.elementor-353 .elementor-element.elementor-element-5ec5fd6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-353 .elementor-element.elementor-element-ae73525{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ae73525 *//* ================================================= */
/* --- PÁGINA DE CONTATO --- */
/* ================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* --- Estilos Gerais --- */
.contact-page-wrapper {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
}
.contact-page-wrapper .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Seção Cabeçalho (Hero) --- */
.contact-hero {
    background-color: #f8f9fa;
    padding: 60px 0;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
}
.contact-hero h1 { font-size: 2.8rem; font-weight: 700; color: #212529; margin-bottom: 15px; }
.contact-hero p { font-size: 1.1rem; color: #6c757d; max-width: 600px; margin: 0 auto; }

/* --- Seção Principal --- */
.contact-main-section {
    padding: 80px 0;
}
.contact-layout-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr; /* Coluna da info menor que a do form */
    gap: 60px;
}

/* --- Painel de Informações (Esquerda) --- */
.contact-info-panel h3 { font-size: 1.8rem; color: #212529; margin-bottom: 10px; }
.contact-info-panel p { color: #6c757d; line-height: 1.6; margin-bottom: 40px; }
.contact-details-list { list-style: none; padding: 0; }
.contact-details-list li { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
.contact-details-list i {
    font-size: 1.5rem;
    color: #FF7200;
    margin-top: 5px;
    width: 25px;
    text-align: center;
}
.contact-details-list strong { display: block; font-size: 1rem; color: #343a40; margin-bottom: 5px; }
.contact-details-list a, .contact-details-list span { font-size: 1rem; color: #6c757d; text-decoration: none; transition: color 0.3s; }
.contact-details-list a:hover { color: #FF7200; }

.contact-socials { margin-top: 40px; }
.contact-socials strong { font-size: 1.1rem; color: #343a40; }
.contact-socials .social-icons { display: flex; gap: 15px; margin-top: 15px; }
.contact-socials .social-icons a {
    color: #6c757d; font-size: 1.2rem;
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    transition: all 0.3s;
}
.contact-socials .social-icons a:hover { color: #FF7200; border-color: #FF7200; transform: translateY(-3px); }

/* --- Painel do Formulário (Direita) --- */
.contact-form-panel {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 16px;
}
.contact-form-panel h3 { font-size: 1.8rem; color: #212529; margin-bottom: 30px; }
.form-row { display: flex; gap: 20px; }
.input-group { position: relative; width: 100%; margin-bottom: 20px; }
.input-group.half-width { width: 50%; }
.input-group i {
    position: absolute; left: 15px; top: 16px;
    color: #adb5bd; transition: color 0.3s;
}
.input-group input, .input-group select, .input-group textarea {
    width: 100%;
    padding: 14px 14px 14px 45px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
    -webkit-appearance: none;
}
.input-group textarea { padding: 14px 20px; } /* Textarea não precisa de espaço para ícone */
.input-group input:focus, .input-group select:focus, .input-group textarea:focus {
    outline: none;
    border-color: #FF7200;
    box-shadow: 0 0 0 3px rgba(255, 114, 0, 0.2);
}
.input-group input:focus ~ i, .input-group select:focus ~ i { color: #FF7200; }
.submit-button {
    width: 100%; padding: 16px; background: #FF7200; color: #ffffff; border: none;
    border-radius: 8px; font-size: 1rem; font-weight: 600; text-transform: uppercase;
    cursor: pointer; transition: all 0.3s; box-shadow: 0 4px 15px rgba(255, 114, 0, 0.2);
}
.submit-button:hover { background-color: #e66700; transform: translateY(-3px); box-shadow: 0 8px 25px rgba(255, 114, 0, 0.3); }

/* --- Seção do Mapa --- */
.contact-map-section iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/* --- Responsividade --- */
@media (max-width: 992px) {
    .contact-layout-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 576px) {
    .form-row { flex-direction: column; gap: 0; }
    .input-group.half-width { width: 100%; }
    .contact-hero h1 { font-size: 2.2rem; }
}/* End custom CSS */