.elementor-1732 .elementor-element.elementor-element-4e0ec4c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-1732 .elementor-element.elementor-element-66563c4 > .elementor-widget-container{margin:7px 0px 0px 15px;}.elementor-1732 .elementor-element.elementor-element-66563c4 .elementor-icon-wrapper{text-align:start;}.elementor-1732 .elementor-element.elementor-element-66563c4.elementor-view-stacked .elementor-icon{background-color:#4BBE00;}.elementor-1732 .elementor-element.elementor-element-66563c4.elementor-view-framed .elementor-icon, .elementor-1732 .elementor-element.elementor-element-66563c4.elementor-view-default .elementor-icon{color:#4BBE00;border-color:#4BBE00;}.elementor-1732 .elementor-element.elementor-element-66563c4.elementor-view-framed .elementor-icon, .elementor-1732 .elementor-element.elementor-element-66563c4.elementor-view-default .elementor-icon svg{fill:#4BBE00;}.elementor-1732 .elementor-element.elementor-element-66563c4 .elementor-icon{font-size:15px;}.elementor-1732 .elementor-element.elementor-element-66563c4 .elementor-icon svg{height:15px;}.elementor-1732 .elementor-element.elementor-element-45595e4{--display:flex;}@media(max-width:767px){.elementor-1732 .elementor-element.elementor-element-66563c4 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-82463b6 *//* Estilos Gerais da Página */
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f9f9f9;
}

.arthaios-page-container {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

/* Cabeçalho de Contato com Seta de Retorno */
.page-header.contact-header {
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.back-link {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #4a913c; /* Cor do degradê da logo */
    text-decoration: none;
}

.back-link:hover {
    color: #8bc34a;
}

.logo-container img {
    max-width: 250px;
    height: auto;
}

/* Seção Hero de Contato */
.hero-section.contact-hero {
    text-align: center;
    padding: 60px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.hero-section.contact-hero h1 {
    font-size: 38px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.hero-section.contact-hero p {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

/* Seção de Informações de Contato */
.contact-info-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 60px 20px;
    flex-wrap: wrap;
    background-color: #f1f1f1;
}

.info-card {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contact-icon {
    font-size: 40px;
    color: #4a913c;
    margin-bottom: 15px;
}

.info-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Seção de Formulário e Mapa */
.contact-form-map-section {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 60px 20px;
    flex-wrap: wrap;
}

.form-wrapper {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-wrapper h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.map-wrapper {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    height: 450px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.map-wrapper iframe {
    height: 100%;
}

/* Estilos do Formulário */
.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #555;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.btn-submit {
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #4a913c, #8bc34a);
    color: #fff;
    width: 100%;
}

.btn-submit:hover {
    background: #e6e6e6;
    color: #4a913c;
}

/* Rodapé */
.page-footer {
    text-align: center;
    padding: 20px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
}

/* Media Queries para Responsividade */
@media (max-width: 768px) {
    .contact-info-section, .contact-form-map-section {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .map-wrapper {
        height: 300px;
        width: 100%;
    }
    .form-wrapper {
        width: 100%;
    }
    .hero-section.contact-hero h1 {
        font-size: 28px;
    }
    .hero-section.contact-hero p {
        font-size: 16px;
    }
}/* End custom CSS */