.elementor-1224 .elementor-element.elementor-element-78790d72{--display:flex;}.elementor-1224 .elementor-element.elementor-element-78790d72:not(.elementor-motion-effects-element-type-background), .elementor-1224 .elementor-element.elementor-element-78790d72 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ECFEFF;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1224 .elementor-element.elementor-element-390b128{margin:40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1224 .elementor-element.elementor-element-390b128 img{width:20%;}@media(max-width:767px){.elementor-1224 .elementor-element.elementor-element-390b128 img{width:60%;}}/* Start custom CSS for container, class: .elementor-element-78790d72 *//* ===== ESTILIZAÇÃO DO LOGIN ULTIMATE MEMBER ===== */
.elementor-1224 .um-login {
    max-width: 80% !important;
    opacity: 1 !important;
}

.elementor-1224 .um-form {
    background: white;
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 3px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

/* Efeito de brilho sutil */
.elementor-1224 .um-form::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
    z-index: 0;
}

@keyframes shine {
    0% { transform: rotate(45deg) translateX(-100%); }
    100% { transform: rotate(45deg) translateX(100%); }
}

/* Campos do formulário */
.elementor-1224 .um-field {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.elementor-1224 .um-field-label {
    margin-bottom: 8px !important;
}

.elementor-1224 .um-field-label label {
    font-weight: 600 !important;
    color: var(--text) !important;
    font-size: 0.95rem !important;
    display: block;
}

.elementor-1224 .um-field-area input {
    width: 100% !important;
    padding: 16px 20px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    font-size: 1rem !important;
    background: #f8fafc !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    box-sizing: border-box !important;
}

.elementor-1224 .um-field-area input:focus {
    outline: none !important;
    border-color: var(--primary) !important;
    background: white !important;
    box-shadow: 0 4px 16px rgba(20, 184, 166, 0.2) !important;
    transform: translateY(-2px);
}

/* ===== CHECKBOX E TEXTO ALINHADOS ===== */

/* REMOVER TODOS OS ESTILOS DE LINHA DO ULTIMATE MEMBER */
.elementor-1224 .um-row._um_row_1 {
    display: block !important;
    width: 100% !important;
    margin: 0 0 30px 0 !important;
}

.elementor-1224 .um-col-1 {
    display: block !important;
    width: 100% !important;
}

/* CHECKBOX - TEXTO AO LADO */
.elementor-1224 .um-field-c {
    display: block !important;
    width: 100% !important;
    margin: 25px 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
}

.elementor-1224 .um-field-area {
    display: flex !important;
    justify-content: flex-start !important;
    width: auto !important;
}

.elementor-1224 .um-field-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer;
    width: auto !important;
    justify-content: flex-start;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-1224 .um-field-checkbox-state {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    background: white;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.elementor-1224 .um-field-checkbox input[type="checkbox"] {
    display: none;
}

.elementor-1224 .um-field-checkbox-option {
    font-weight: 500 !important;
    color: var(--text) !important;
    font-size: 0.95rem;
    white-space: nowrap;
    margin: 0 !important;
    padding: 0 !important;
}

/* BOTÕES - LINHA SEPARADA */
.elementor-1224 .um-col-alt {
    display: flex !important;
    gap: 15px;
    margin: 25px 0 20px 0 !important;
    position: relative;
    z-index: 1;
    width: 100% !important;
    clear: both !important;
    float: none !important;
}

/* REMOVER FLOAT DO ULTIMATE MEMBER */
.elementor-1224 .um-left,
.elementor-1224 .um-right {
    flex: 1;
    display: block !important;
    float: none !important;
    width: auto !important;
}

/* REMOVER ESTILOS DE MEIA LARGURA DO ULTIMATE MEMBER */
.elementor-1224 .um-half {
    width: auto !important;
    float: none !important;
}

/* Botões */
.elementor-1224 .um-button {
    width: 100% !important;
    padding: 16px 20px !important;
    border-radius: 12px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-align: center;
    display: block;
    border: none;
}

/* Botão Login */
.elementor-1224 .um-left .um-button {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(20, 184, 166, 0.3) !important;
}

.elementor-1224 .um-left .um-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(20, 184, 166, 0.4) !important;
}

/* Botão Registrar */
.elementor-1224 .um-right .um-button {
    background: white !important;
    color: var(--primary) !important;
    border: 2px solid var(--primary) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.elementor-1224 .um-right .um-button:hover {
    background: var(--primary) !important;
    color: white !important;
    margin-top: 20px;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(20, 184, 166, 0.3) !important;
}

/* Link "Esqueceu sua senha?" */
.elementor-1224 .um-col-alt-b {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    width: 100%;
    clear: both !important;
}

.elementor-1224 .um-link-alt {
    color: var(--primary) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.elementor-1224 .um-link-alt:hover {
    background: rgba(20, 184, 166, 0.1) !important;
    transform: translateY(-1px) !important;
}

/* Campos ocultos */
.elementor-1224 .um_request_name {
    display: none !important;
}

/* ===== RESET COMPLETO DOS ESTILOS DO ULTIMATE MEMBER ===== */
.elementor-1224 .um-row,
.elementor-1224 .um-col-1,
.elementor-1224 .um-field,
.elementor-1224 .um-field-c,
.elementor-1224 .um-col-alt {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Responsividade */
@media (max-width: 768px) {
    
    .elementor-1224 .um-login {
    max-width: 100% !important;
}
    .elementor-1224 .um-form {
        padding: 30px 25px;
        margin: 20px;
    }
    
    .elementor-1224 .um-field-area input {
        padding: 14px 16px !important;
    }
    
    .elementor-1224 .um-button {
        padding: 14px 16px !important;
    }
    
    .elementor-1224 .um-col-alt {
        flex-direction: column;
        gap: 12px;
    }
    
    .elementor-1224 .um-left,
    .elementor-1224 .um-right {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .elementor-1224 .um-link-alt {
        display: block !important;
        text-align: center;
    }
}

/* Acessibilidade */
.elementor-1224 .um-field-area input:focus,
.elementor-1224 .um-button:focus,
.elementor-1224 .um-link-alt:focus {
    outline: 2px solid var(--primary) !important;
    outline-offset: 2px !important;
}

/* Loading state */
.elementor-1224 .um-button:disabled {
    opacity: 0.7;
    cursor: not-allowed !important;
    transform: none !important;
}/* End custom CSS */