.elementor-213 .elementor-element.elementor-element-471d66cc{--display:flex;--min-height:1315px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:0.05;}.elementor-213 .elementor-element.elementor-element-471d66cc:not(.elementor-motion-effects-element-type-background), .elementor-213 .elementor-element.elementor-element-471d66cc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-213 .elementor-element.elementor-element-471d66cc::before, .elementor-213 .elementor-element.elementor-element-471d66cc > .elementor-background-video-container::before, .elementor-213 .elementor-element.elementor-element-471d66cc > .e-con-inner > .elementor-background-video-container::before, .elementor-213 .elementor-element.elementor-element-471d66cc > .elementor-background-slideshow::before, .elementor-213 .elementor-element.elementor-element-471d66cc > .e-con-inner > .elementor-background-slideshow::before, .elementor-213 .elementor-element.elementor-element-471d66cc > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://zdmflix.com/wp-content/uploads/2025/09/header.webp");--background-overlay:'';background-position:center right;background-repeat:no-repeat;background-size:cover;}.elementor-213 .elementor-element.elementor-element-20d32a12{--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-213 .elementor-element.elementor-element-167a31c9{--display:flex;}.elementor-213 .elementor-element.elementor-element-75dad0ad{text-align:center;}.elementor-213 .elementor-element.elementor-element-75dad0ad .elementor-heading-title{font-family:"Inter", Sans-serif;color:#FFFFFF;}.elementor-213 .elementor-element.elementor-element-b3201cb{--display:flex;}.elementor-213 .elementor-element.elementor-element-44cbc29e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-end;}.elementor-213 .elementor-element.elementor-element-b838e16.elementor-element{--align-self:flex-end;}.elementor-213 .elementor-element.elementor-element-7278230a{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-213 .elementor-element.elementor-element-7e14dea{text-align:center;font-family:"Inter", Sans-serif;color:#FFFFFF;}.elementor-213 .elementor-element.elementor-element-29633923{width:var( --container-widget-width, 43.899% );max-width:43.899%;--container-widget-width:43.899%;--container-widget-flex-grow:0;}.elementor-213 .elementor-element.elementor-element-29633923:hover{--e-transform-scale:1.025;}.elementor-213 .elementor-element.elementor-element-29633923.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-213 .elementor-element.elementor-element-29633923 img{max-width:100%;border-radius:30px 30px 30px 30px;box-shadow:0px 0px 10px 0px rgba(246.5, 228.2804347826087, 0, 0.5);}.elementor-213 .elementor-element.elementor-element-46c26cd1{--display:flex;}.elementor-213 .elementor-element.elementor-element-6281cb7d:hover{--e-transform-scale:1.025;}.elementor-213 .elementor-element.elementor-element-6281cb7d.elementor-element{--align-self:center;}.elementor-213 .elementor-element.elementor-element-6281cb7d{border-radius:15px 15px 15px 15px;}.elementor-213 .elementor-element.elementor-element-151c82b2{--display:flex;}@media(min-width:768px){.elementor-213 .elementor-element.elementor-element-20d32a12{--width:1500px;}.elementor-213 .elementor-element.elementor-element-7278230a{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-b838e16 */.btn-voltar-wrapper {
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
    position: relative;
}

/* Botão principal */
.btn-voltar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #e50000 0%, #cc0000 100%);
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(229, 0, 0, 0.3);
    min-width: 130px;
    position: relative;
    overflow: hidden;
}

/* Efeito hover */
.btn-voltar:hover {
    background: linear-gradient(135deg, #ff0000 0%, #e50000 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(229, 0, 0, 0.4);
    color: white;
}

/* Efeito ativo/clique */
.btn-voltar:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(229, 0, 0, 0.3);
}

/* Efeito de brilho no hover */
.btn-voltar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-voltar:hover::before {
    left: 100%;
}

/* Container do ícone */
.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

/* SVG do ícone */
.btn-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: transform 0.3s ease;
}

/* Animação do ícone no hover */
.btn-voltar:hover .btn-icon svg {
    transform: translateX(-3px);
}

/* Texto do botão */
.btn-voltar {
    position: relative;
    z-index: 2;
}

/* ===== VARIAÇÕES DE ESTILO ===== */

/* Versão alternativa: Botão branco com borda vermelha */
.btn-voltar.alt {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #e50000;
    border: 2px solid #e50000;
    box-shadow: 0 4px 15px rgba(229, 0, 0, 0.2);
}

.btn-voltar.alt:hover {
    background: linear-gradient(135deg, #e50000 0%, #cc0000 100%);
    color: white;
    border-color: #e50000;
}

/* Versão compacta */
.btn-voltar.compact {
    padding: 8px 16px;
    font-size: 12px;
    min-width: 100px;
}

.btn-voltar.compact .btn-icon svg {
    width: 14px;
    height: 14px;
}

/* Versão só ícone */
.btn-voltar.icon-only {
    min-width: 50px;
    padding: 12px;
    font-size: 0;
}

.btn-voltar.icon-only .btn-icon svg {
    width: 18px;
    height: 18px;
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 768px) {
    .btn-voltar {
        padding: 10px 16px;
        font-size: 13px;
        min-width: 110px;
        gap: 8px;
    }
    
    .btn-icon svg {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 480px) {
    .btn-voltar {
        padding: 8px 14px;
        font-size: 12px;
        min-width: 90px;
        gap: 6px;
    }
    
    .btn-icon svg {
        width: 12px;
        height: 12px;
    }
    
    /* Em telas muito pequenas, mostra só o ícone */
    .btn-voltar {
        font-size: 0;
        min-width: 45px;
        padding: 10px;
    }
    
    .btn-voltar .btn-icon svg {
        width: 16px;
        height: 16px;
    }
    
    /* Tooltip para mobile */
    .btn-voltar:before {
        content: "Voltar";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #333;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 11px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        margin-bottom: 5px;
    }
    
    .btn-voltar:hover:before {
        opacity: 1;
    }
}

/* ===== ESTADOS ESPECIAIS ===== */

/* Estado desabilitado */
.btn-voltar:disabled {
    background: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-voltar:disabled:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
}

/* Estado carregando */
.btn-voltar.loading {
    pointer-events: none;
}

.btn-voltar.loading .btn-icon svg {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ===== MELHORIAS VISUAIS ===== */

/* Sombra interna sutil */
.btn-voltar {
    box-shadow: 
        0 4px 15px rgba(229, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn-voltar:hover {
    box-shadow: 
        0 6px 20px rgba(229, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Transição suave para todos os elementos */
.btn-voltar * {
    transition: all 0.3s ease;
}

/* ===== INTEGRAÇÃO COM OUTROS FRAMEWORKS ===== */

/* Compatibilidade com Bootstrap */
.btn-voltar.btn {
    border: none !important;
    outline: none !important;
}

/* Compatibilidade com Elementor */
.elementor-widget .btn-voltar {
    line-height: 1.4;
}

/* Reset para conflitos */
.btn-voltar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    text-align: center;
}

/* ===== ACESSIBILIDADE ===== */

/* Foco para navegação por teclado */
.btn-voltar:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
    box-shadow: 
        0 6px 20px rgba(229, 0, 0, 0.4),
        0 0 0 4px rgba(229, 0, 0, 0.3);
}

/* Redução de movimento para usuários sensíveis */
@media (prefers-reduced-motion: reduce) {
    .btn-voltar {
        transition: none;
    }
    
    .btn-voltar:hover {
        transform: none;
    }
    
    .btn-voltar::before {
        transition: none;
    }
    
    .btn-icon svg {
        transition: none;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-471d66cc */.module {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    border-left: 5px solid #3498db;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.module::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, #3498db, #2980b9);
    transition: width 0.4s ease;
    z-index: 1;
}

.module:hover::before {
    width: 100%;
}

.module:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 30px rgba(52, 152, 219, 0.25);
    border-left-color: #2980b9;
}

.module:hover * {
    color: white;
    position: relative;
    z-index: 2;
}

/* ===== ALTERNATIVAS DE ESTILO ===== */

/* Versão 2: Estilo Card Minimalista */
.module-minimal {
    display: flex;
    align-items: center;
    padding: 18px 22px;
    margin-bottom: 12px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e1e5e9;
    transition: all 0.2s ease;
    cursor: pointer;
}

.module-minimal:hover {
    border-color: #3498db;
    box-shadow: 0 2px 12px rgba(52, 152, 219, 0.15);
    transform: translateY(-2px);
}

/* Versão 3: Estilo Glassmorphism */
.module-glass {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    transition: all 0.3s ease;
    cursor: pointer;
}

.module-glass:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: scale(1.02);
}

/* Versão 4: Estilo Neumorphism */
.module-neuro {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    margin-bottom: 15px;
    background: #f0f0f3;
    border-radius: 20px;
    box-shadow: 
        9px 9px 16px rgba(163, 177, 198, 0.6),
        -9px -9px 16px rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
}

.module-neuro:hover {
    box-shadow: 
        inset 9px 9px 16px rgba(163, 177, 198, 0.6),
        inset -9px -9px 16px rgba(255, 255, 255, 0.5);
}

/* Versão 5: Estilo Dark Mode */
.module-dark {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border-radius: 12px;
    border-left: 4px solid #3498db;
    color: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.module-dark:hover {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    border-left-color: #5dade2;
    transform: translateX(5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

/* ===== COMPONENTES INTERNOS ===== */

/* Numeração dos módulos */
.module .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 16px;
    margin-right: 20px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.module:hover .number {
    background: white;
    color: #3498db;
    transform: scale(1.1);
}

/* Título do módulo */
.module .title {
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

/* Ícone de seta (opcional) */
.module .arrow {
    margin-left: auto;
    opacity: 0.6;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.module:hover .arrow {
    opacity: 1;
    transform: translateX(5px);
}

/* ===== ESTADOS ESPECIAIS ===== */

/* Módulo completado */
.module.completed {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-left-color: #28a745;
}

.module.completed .number {
    background: #28a745;
}

.module.completed::after {
    content: "✓";
    position: absolute;
    right: 20px;
    color: #28a745;
    font-weight: bold;
    font-size: 18px;
}

/* Módulo em progresso */
.module.in-progress {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border-left-color: #ffc107;
}

.module.in-progress .number {
    background: #ffc107;
    color: #212529;
}

/* Módulo bloqueado */
.module.locked {
    background: #f8f9fa;
    border-left-color: #6c757d;
    opacity: 0.6;
    cursor: not-allowed;
}

.module.locked .number {
    background: #6c757d;
}

.module.locked:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 768px) {
    .module {
        padding: 15px 18px;
        margin-bottom: 12px;
    }
    
    .module .number {
        width: 35px;
        height: 35px;
        font-size: 14px;
        margin-right: 15px;
    }
    
    .module .title {
        font-size: 14px;
    }
    
    .module:hover {
        transform: translateX(5px);
    }
}

@media (max-width: 480px) {
    .module {
        padding: 12px 15px;
        flex-direction: column;
        text-align: center;
    }
    
    .module .number {
        margin-right: 0;
        margin-bottom: 10px;
    }
}/* End custom CSS */