.elementor-834 .elementor-element.elementor-element-514bab1:not(.elementor-motion-effects-element-type-background), .elementor-834 .elementor-element.elementor-element-514bab1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #500057 100%);}.elementor-834 .elementor-element.elementor-element-514bab1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-834 .elementor-element.elementor-element-514bab1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-834 .elementor-element.elementor-element-5632a7d > .elementor-element-populated{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-834 .elementor-element.elementor-element-514bab1{padding:0px 0px 0px 0px;}}/* Start custom CSS for column, class: .elementor-element-5632a7d *//* Resetando algumas configurações padrões */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #1A1A1A;
    color: #fff;
    line-height: 1.6;
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 30px;
}

.title {
    font-size: 3em;
    font-weight: 600;
    color: #D98BFF; /* Roxo característico */
    text-align: center;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 1.2em;
    color: #C0C0C0;
    text-align: center;
    margin-bottom: 30px;
}

.topics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.topic {
    background-color: #2D2D2D;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.topic-title {
    font-size: 1.6em;
    font-weight: 600;
    color: #D98BFF;
    margin-bottom: 15px;
}

.video-player {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Responsividade */
@media (max-width: 768px) {
    .topics {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */