.elementor-1725 .elementor-element.elementor-element-906e5d3{--display:flex;--min-height:27px;--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-1725 .elementor-element.elementor-element-8bc700a > .elementor-widget-container{margin:11px 0px 0px 20px;}.elementor-1725 .elementor-element.elementor-element-8bc700a .elementor-icon-wrapper{text-align:start;}.elementor-1725 .elementor-element.elementor-element-8bc700a.elementor-view-stacked .elementor-icon{background-color:#95D338;}.elementor-1725 .elementor-element.elementor-element-8bc700a.elementor-view-framed .elementor-icon, .elementor-1725 .elementor-element.elementor-element-8bc700a.elementor-view-default .elementor-icon{color:#95D338;border-color:#95D338;}.elementor-1725 .elementor-element.elementor-element-8bc700a.elementor-view-framed .elementor-icon, .elementor-1725 .elementor-element.elementor-element-8bc700a.elementor-view-default .elementor-icon svg{fill:#95D338;}.elementor-1725 .elementor-element.elementor-element-8bc700a .elementor-icon{font-size:23px;}.elementor-1725 .elementor-element.elementor-element-8bc700a .elementor-icon svg{height:23px;}.elementor-1725 .elementor-element.elementor-element-49a0c83{--display:flex;}@media(max-width:1024px){.elementor-1725 .elementor-element.elementor-element-8bc700a > .elementor-widget-container{margin:0px 0px -62px 0px;padding:0px 0px 0px 0px;}.elementor-1725 .elementor-element.elementor-element-8bc700a .elementor-icon{font-size:15px;}.elementor-1725 .elementor-element.elementor-element-8bc700a .elementor-icon svg{height:15px;}}@media(max-width:767px){.elementor-1725 .elementor-element.elementor-element-8bc700a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1725 .elementor-element.elementor-element-8bc700a .elementor-icon{font-size:15px;}.elementor-1725 .elementor-element.elementor-element-8bc700a .elementor-icon svg{height:15px;}}/* Start custom CSS for html, class: .elementor-element-0f5d144 *//* 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 */
.page-header {
    text-align: center;
    padding: 20px 0;
}

.logo-container img {
    max-width: 250px;
    height: auto;
}

/* Seção Hero */
.hero-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.hero-section h1 {
    font-size: 38px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.hero-section p {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

/* Seção de Benefícios */
.benefits-section {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 60px 20px;
    text-align: center;
    flex-wrap: wrap;
}

.benefit-item {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    background: #95d338;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.benefit-item .icon {
    font-size: 40px;
    color: #4a913c; /* Cor do degradê da logo */
    margin-bottom: 15px;
}

/* Seção do Formulário */
.form-section {
    padding: 60px 20px;
    background: #f1f1f1;
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Linha do Tempo */
.form-timeline {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 40px;
    position: relative;
}

.form-timeline::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #e0e0e0;
    z-index: 1;
}

.timeline-step {
    list-style: none;
    text-align: center;
    position: relative;
    flex: 1;
    z-index: 2;
    transition: all 0.4s ease;
}

.timeline-icon {
    display: flex; /* Transforma o contêiner em um flexbox */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e0e0e0;
    transition: all 0.4s ease;
}

.timeline-label {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    transition: all 0.4s ease;
}

.timeline-step.active .timeline-icon {
    background: #007bff; /* Cor primária */
}

.timeline-step.active .timeline-label {
    color: #007bff;
}

.timeline-step.completed .timeline-icon {
    background: #4a913c;
    color: #fff;
}

/* Estilos do Formulário */
.form-arthaios {
    margin-top: 30px;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.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);
}

.radio-options {
    display: flex;
    gap: 20px;
}

.radio-options input[type="radio"] {
    display: none;
}

.radio-options label {
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}

.radio-options input[type="radio"]:checked + label {
    background-color: #e6f3ff;
    border-color: #007bff;
    color: #007bff;
}

.image-preview {
    margin-top: 15px;
    border: 1px dashed #ccc;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}

.image-preview img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Botões com degrade verde da logo */
.btn-next, .btn-submit, .btn-prev {
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

/* Degradê verde para os botões */
.btn-next, .btn-submit {
    background-image: linear-gradient(to right, #4a913c, #8bc34a);
    color: #fff;
}
.btn-next:hover, .btn-submit:hover {
    background: #e6e6e6;
    color: #4a913c;
}
.btn-prev {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
}
.btn-prev:hover {
    background-color: #f1f1f1;
}

/* Efeito de loading */
.btn-submit .loader {
    display: inline-block;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Modal de Sucesso */
.modal-arthaios {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 40px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.5s ease-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.modal-icon-wrapper {
    margin-bottom: 20px;
}

.modal-icon {
    font-size: 60px;
    color: #4a913c;
}

.modal-content h2 {
    color: #333;
    margin-bottom: 10px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Rodapé */
.page-footer {
    text-align: center;
    padding: 20px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
}

/* Media Queries para Responsividade */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 28px;
    }
    .hero-section p {
        font-size: 16px;
    }
    .benefits-section {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .form-timeline {
        flex-wrap: wrap;
        justify-content: center;
    }
    .timeline-step {
        flex-basis: 33.33%;
        margin-bottom: 20px;
    }
    .form-container {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .logo-container img {
        max-width: 200px;
    }
    .form-container {
        padding: 20px;
    }
    .form-timeline {
        padding: 0;
    }
    .timeline-step {
        flex: none;
        width: 100%;
        text-align: left;
    }
    .timeline-step::before {
        display: none;
    }
    .timeline-icon {
        margin-right: 10px;
    }
}/* End custom CSS */