.elementor-18520 .elementor-element.elementor-element-1498cb0{--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;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-decoration:var( --e-global-typography-primary-text-decoration );color:var( --e-global-color-primary );}.elementor-18520 .elementor-element.elementor-element-7c253100{text-align:center;}.elementor-18520 .elementor-element.elementor-element-7c253100 .elementor-heading-title{font-family:"Lexend", Sans-serif;font-size:32px;font-weight:600;text-decoration:none;color:var( --e-global-color-secondary );}/* Start custom CSS for html, class: .elementor-element-6cda3065 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Lexend', Tahoma, Geneva, Verdana, sans-serif;
        }

        .logo-dp {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }

        .logo-dp i {
            font-size: 2.5rem;
            margin-right: 15px;
            color: #80297d;
        }

        h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }

        .subtitle-dp {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
        }

        .journey-container-dp {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 40px;
            position: relative;
            overflow-x: auto;
            width: 100%;
            padding: 10px 0;
        }

        .journey-path-dp {
            display: flex;
            justify-content: space-between;
            min-width: min-content;
            width: 100%;
            margin: 30px 0 50px;
            position: relative;
            padding: 0 20px;
        }

        .journey-path-dp::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 5%;
            width: 90%;
            height: 4px;
            background: #80297d;
            transform: translateY(-50%);
            z-index: 1;
            border-radius: 2px;
        }

        .step-dp {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: #F5F7F9;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
            color: #2c3e50;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 2;
            position: relative;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            flex-shrink: 0;
        }

        .step-dp:hover {
            transform: scale(1.1);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .step-dp.active-dp {
            background-color: #973BBE;
            color: white;
            box-shadow: 0 0 0 10px rgb(244 228 238 / 100%);
        }

        .step-dp.completed-dp {
            background-color: #b644ca;
            color: white;
        }

        .step-label-dp {
            position: absolute;
            bottom: -40px;
            font-size: 0.7rem;
            font-weight: 600;
            color: #2c3e50;
            text-align: center;
            width: 90px;
            left: 50%;
            bottom: -85%;
            transform: translateX(-50%);
            line-height: 1.2;
        }

        .content-container-dp {
            background-color: white;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            width: 100%;
            margin-bottom: 30px;
            min-height: 500px;
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;
        }

        .step-content-dp {
            display: none;
            animation: fadeIn 0.5s ease;
        }

        .step-content-dp.active-dp {
            display: block;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .content-header-dp {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 2px solid #f0f0f0;
        }

        .content-title-dp {
            font-size: 2rem;
            color: #2c3e50;
        }

        .step-indicator-dp {
            font-size: 1rem;
            background-color: #ecf0f1;
            padding: 8px 20px;
            border-radius: 50px;
            font-weight: 600;
            color: #2c3e50;
        }

        .content-body-dp {
            flex-grow: 1;
        }

        .content-text-dp {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 25px;
            color: #555;
        }

        .highlight-dp {
            background-color: #f8f9fa;
            border-left: 4px solid #80297d;
            padding: 20px;
            margin: 25px 0;
            border-radius: 0 8px 8px 0;
            font-size: 1.1rem;
        }

        .video-placeholder-dp {
            height: auto;
            border-radius: 18px;
            display: flex;
            align-items: center;
            color: white;
            margin: 30px 0;
            position: relative;
            overflow: hidden;
            justify-content: space-between;
            gap: 30px;
        }

        .video-placeholder-dp iframe {
            border-radius: 18px;
        }

        .video-placeholder-dp .card-horario-dp {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 15px;
            width: -webkit-fill-available;
        }

        .video-placeholder-dp .card-horario-dp .card-dp {
            padding: 12px;
            background-color: #f8f9fa;
            border-radius: 12px;
            border: 1px solid #F1F1F1;
        }

        .video-placeholder-dp .card-horario-dp .dia_hora-dp {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

        .video-placeholder-dp .card-horario-dp .dia_hora-dp .dia-dp {
            padding: 10px 30px 10px 30px;
            background-color: #80297d;
            border-radius: 8px 8px 8px 8px;
            font-family: "Lexend", Sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: white;
        }

        .video-placeholder-dp .card-horario-dp .dia_hora-dp .hora-dp {
            padding: 9px 30px 9px 30px;
            background-color: #FFFFFF;
            border-style: solid;
            border-width: 2px 2px 2px 2px;
            border-radius: 8px 8px 8px 8px;
            text-align: center;
            color: #80297d;
            font-family: "Lexend", Sans-serif;
            font-size: 14px;
            font-weight: 600;
        }

        .video-placeholder-dp .card-horario-dp .botao_sala-dp button {
            margin-top: 23px;
            margin-bottom: 10px;
            font-family: "Lexend", Sans-serif;
            font-size: 14px;
            font-weight: 600;
            line-height: 22px;
            fill: #80297d;
            color: #80297d;
            background-color: #35C2D600;
            border-style: solid;
            border-width: 2px 2px 2px 2px;
            border-color: #80297d;
            border-radius: 8px 8px 8px 8px;
            width: -webkit-fill-available;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .video-placeholder-dp .card-horario-dp .botao_sala-dp button a {
            color: #80297d;
            padding: 14px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }

        .video-placeholder-dp .card-horario-dp .botao_sala-dp button:hover {
            background-color: #80297d;
            border-color: #02010100;
        }

        .video-placeholder-dp .card-horario-dp .botao_sala-dp button:hover a {
            color: #ffffff;
        }

        .video-placeholder-dp .card-horario-dp .artigo-dp {
            padding: 12px;
            background-color: #f8f9fa;
            border-radius: 12px;
            border: 1px solid #F1F1F1;
        }

        .video-placeholder-dp .card-horario-dp .botao_artigo-dp button {
            font-family: "Lexend", Sans-serif;
            font-size: 14px;
            font-weight: 600;
            line-height: 22px;
            fill: #80297d;
            color: #80297d;
            background-color: #35C2D600;
            border-style: solid;
            border-width: 2px 2px 2px 2px;
            border-color: #80297d;
            border-radius: 8px 8px 8px 8px;
            width: -webkit-fill-available;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .video-placeholder-dp .card-horario-dp .botao_artigo-dp button a {
            color: #80297d;
            padding: 14px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }

        .video-placeholder-dp .card-horario-dp .botao_artigo-dp button:hover {
            color: #FFFFFF;
            background-color: #80297d;
            border-color: #02010100;
        }

        .video-placeholder-dp .card-horario-dp .botao_artigo-dp button:hover a {
            color: #ffffff;
        }

        #step-6-dp .video-placeholder-dp {
            display: block;
        }

        #step-6-dp .video-placeholder-dp .card-horario-dp {
            flex-direction: row;
        }

        #step-6-dp .video-placeholder-dp .card-horario-dp .botao_artigo-dp button a {
            padding: 14px 40px;
        }

        .navigation-dp {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-top: 20px;
            gap: 15px;
        }

        .nav-btn-dp {
            padding: 14px 30px;
            background-color: #80297d;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 150px;
        }

        .nav-btn-dp:hover {
            background-color: #F4E4EE;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(151, 59, 190, 0.3);
            color: #383838;
        }

        .nav-btn-dp:disabled {
            background-color: #bdc3c7;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
            color: white;
        }

        .nav-btn-dp i {
            margin: 0 8px;
        }

        .nav-btn-dp.prev-dp {
            background-color: #7f8c8d;
        }

        .nav-btn-dp.prev-dp:hover:not(:disabled) {
            background-color: #6c7b7d;
            color: white;
        }

        .nav-btn-dp.complete-dp {
            background-color: #b644ca;
        }

        .nav-btn-dp.complete-dp:hover:not(:disabled) {
            background-color: #27ae60;
            color: white;
        }

        .progress-container-dp {
            width: 100%;
            margin-bottom: 40px;
        }

        .progress-bar-dp {
            height: 12px;
            background-color: #ecf0f1;
            border-radius: 6px;
            overflow: hidden;
            margin-bottom: 15px;
        }

        .progress-fill-dp {
            height: 100%;
            background: linear-gradient(90deg, #F4E4EE 0%, #80297d 100%);
            width: 0%;
            transition: width 0.5s ease;
            border-radius: 6px;
        }

        .progress-text-dp {
            display: flex;
            justify-content: space-between;
            font-weight: 600;
            color: #2c3e50;
        }

        .step-dp.active-dp {
            background-color: #80297d;
            color: white;
            box-shadow: 0 0 0 10px rgb(244 228 238 / 100%);
        }

        @media (max-width: 1024px) {
            .video-placeholder-dp .card-horario-dp .botao_sala-dp a {
                padding: 12px 95px;
            }

            .video-placeholder-dp .card-horario-dp .botao_artigo-dp a {
                padding: 12px 123px;
            }

            .video-placeholder-dp .card-horario-dp .dia_hora-dp .dia-dp {
                padding: 10px 20px 10px 20px;
            }
        }

        @media (max-width: 768px) {
            .journey-path-dp {
                flex-direction: column;
                align-items: center;
                height: 600px;
                margin: 30px 0;
            }

            .journey-path-dp::before {
                width: 4px;
                height: 90%;
                left: 50%;
                top: 5%;
                transform: translateX(-50%);
            }

            .step-dp {
                margin: 15px 0;
                width: 45px;
                height: 45px;
            }

            .step-dp .step-label-dp {
                bottom: -110%;
            }

            .content-container-dp {
                padding: 25px;
            }

            .content-title-dp {
                font-size: 1.6rem;
            }

            .navigation-dp {
                flex-direction: column;
                gap: 15px;
            }

            .nav-btn-dp {
                width: 100%;
            }
        }

        @media (max-width: 425px) {
            .video-placeholder-dp {
                flex-direction: column;
                height: fit-content;
            }
            
            .video-placeholder-dp iframe {
                border-radius: 18px;
                width: -webkit-fill-available;
            }
            
            #step-6-dp .video-placeholder-dp .card-horario-dp {
                flex-direction: column;
            }
        }/* End custom CSS */