    .qstione-academy {
        padding: 50px 0;
        padding-top: 122px;
        overflow: hidden;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
    }

    .main-title {
        padding: 0 25px;
        text-align: center;
        margin-bottom: 40px;
        font-size: 36px;
        color: #333;
    }

    .featured-block {
        height: auto;
        background-color: #0A0042;
        border-radius: 16px;
        display: flex;        
        width: 100%;        
        overflow: hidden;
        color: var(--color-branco);
        padding: 70px;
    }

    .content-column {
        flex: 1;
        /* padding: 40px; */
    }

    .category {
        display: inline-block;
        background-color: transparent;
        border:1px solid var(--color-orquidea);
        color: var(--color-orquidea);
        padding: 5px 16px;
        border-radius: 20px;
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 80px;
    }
    
    .qstione-academy .category {
        margin-top: 0;
    }

    .content-column h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .content-column p {
        margin-bottom: 20px;
    } 

    .image-column {
        flex: 1;
        position: relative;
        min-height: 300px;        
        background-repeat: no-repeat;
        background-size: cover;
    }

    #page-qstione-academy .image-column

    .featured-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 66%;
        max-width: 66%;
        height: auto;
        z-index: 2;
    }

    .background-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        background-image: url('/api/placeholder/300/300');
        background-size: cover;
        background-position: center;
        opacity: 0.3;
    }

    @media (max-width: 1280px) {
        .featured-block {
            padding: 30px 25px;
            flex-direction: column;            
            width: 100%;
            height: 700px;
        }

        .image-column {
            min-height: 200px;
        }

        .category {
            width: 40%;
            /* margin-left: 7%; */
            margin-top: 0;
        }

        .qstione-academy {    
            min-height: 520px;
            height: 582px;
        }

        .qstione-academy h2 {
            line-height: 70px;
        }

        .qstione-academy h3 {
            /* margin-left: 7%; */
        }

        .qstione-academy p {
            width: 93%;
            /* margin-left: 7%; */
        }

        .qstione-academy a.btn-cta {
            width: 80% !important;
            margin: 0 auto;
            margin-left: 15px;
        }

        .lista-ebooks {
            padding-top: 470px !important;
        }

        .section-header {                            
            align-items: start !important;            
        }
    }
    
    .ebooks {
        padding: 120px 0;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .title-wrapper {
        display: flex;
        align-items: center;
    }

    .qstione-academy {
        background-color: var(--color-orquidea);
        min-height: 520px;
        height: 582px;
        overflow: initial;
    }

    .qstione-academy h2 {
        font-size: 3.7rem;
        color: var(--color-branco);
    }

    .qstione-academy h3 {        
        font-size: 2.5rem;
        text-align: left;
        line-height: initial;
        color: var(--color-branco);
        padding-bottom: initial;
    }

    .btn-cta {
        width: 60%;
    }

    .qstione-academy p {
        color: var(--color-branco);
        text-align: left;

    }

    .icon {
        margin-right: 10px;
    }

    h2 {
        font-size: 24px;
        margin: 0;
    }

    .view-all {
        color: #007bff;
        text-decoration: none;
    }

    .view-all:hover {
        text-decoration: underline;
    }

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

    .ebook-item {
        border: 1px solid #E6EBF5;
        border-radius: 32px;
        padding: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
    }

    .ebook-item:hover {
        background-color: #E6EBF5;
        cursor: pointer;
    }

    .ebook-item h3 {
        margin-bottom: 0;
        font-size: 1.6rem;
        padding-bottom: 15px;
        line-height: 32px;
    }

    .ebook-item p {
        text-align: left;
        padding-bottom: 20px;
    }

    .ebook-image {
        width: 70%;        
        border-radius: 16px;
        margin-bottom: 55px;
    }

    .lista-ebooks {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .lista-ebooks h2,
    .ebooks h2,
    .qstione-events-section h2{
        font-size: 3.2rem;
        color: var(--color-azul);
    }

    .lista-ebooks h2 {
        padding-left: 5px;
    }

    .ebooks h2 {
        padding-left: 10px;
    }

    .lista-ebooks a.view-all,
    .ebooks a.view-all {
        font-size: 1.3rem;
        color: var(--color-azul);
        text-decoration: none;
        font-weight: 800;
        font-family: "Signika Negative", serif;
    }

    .btn-cta-blog {
        width: 325px;
        padding: 12px 24px;
        height: 47px;
        font-size: 1rem;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    p {
        flex-grow: 1;
        margin-bottom: 15px;
    }    

    @media (max-width: 1280px) {
        .ebooks-grid {
            grid-template-columns: 1fr;
        }
    }
/* INSTAGRAM  */

 .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.title-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.class-icon {
    width: 24px;
    height: 24px;
}

.view-all {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.view-all:hover {
    opacity: 0.8;
}

.instagram-feed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto;
}

.instagram-item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 360/344;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-item:hover {
    transform: translateY(-4px);
}

.instagram-error {
    text-align: center;
    color: #666;
    padding: 20px;
}

/* Versão mobile */
@media (max-width: 1280px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .instagram-feed {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    
    .instagram-item:nth-child(3) {
        
    }

    .instagram-item {
        margin-top: 40px;
        
    }
    
    .view-all {
        align-self: flex-end;
        margin-top: -66px;
    }

    .lista-ebooks a.view-all, .ebooks a.view-all {
        font-size: 0.7rem; 
    }

    .lista-ebooks h2, .ebooks h2, .qstione-events-section h2 {
        font-size: 2.4rem;
        padding-left: initial;
    }
}

/* Ajustes para telas menores */
@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    
    .section-header {
        margin-bottom: 24px;
    }
}

/* FIM INSTAGRAM  */

/* YOUTUBE */

.youtube-list {
    background-color: var(--color-areia);
    padding-top: 120px;
    padding-bottom: 160px;
}

.youtube-feed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto;
}

.youtube-info {
    margin-top: 16px;
    width: 100%; /* Garante largura total */
}

.youtube-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    width: 100%; /* Garante largura total */
}

.youtube-title h3 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 1.3rem;
    padding-left: 5px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    flex: 1;
    /* Permite que o texto quebre em até 2 linhas */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Permite quebra de linha */
}

.youtube-title .arrow-icon {
    flex-shrink: 0;
    margin-left: 16px; /* Espaço fixo entre texto e ícone */
    width: 24px;
    height: 24px;
    margin-top: 0;
}

.event-info .arrow-icon {
    margin-top: 0;
    margin-left: 12px;
}

.youtube-item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.youtube-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 0, 66, 0) 0%, rgba(10, 0, 66, 0.75) 69.13%);
    z-index: 1;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translateY(-50%) translatex(-50%);
    z-index: 2;
    transition: transform 0.3s ease;
}

.fancybox__footer {
    display: none !important;
}

/* Efeito hover */
.youtube-item:hover {
    transform: translateY(-4px);
}

.youtube-item:hover .play-icon {
    
}

/* Versão mobile */
@media (max-width: 1280px) {
    .youtube-feed {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    
    .youtube-item:nth-child(3) {
        display: none;
    }

    .youtube-item {
        border-radius: 20px; /* Reduzindo um pouco para mobile */
    }

    .play-icon {
        width: 60px;
        height: 60px;
    }

    .youtube-title h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

/* Ajustes para telas menores */
@media (max-width: 480px) {
    .youtube-item {
        border-radius: 15px;
    }

    .play-icon {
        width: 50px;
        height: 50px;
    }
}

/* FIM YOUTUBE  */

/* SPOTIFY  */

.spotify-feed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto;
}

.podcast-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.podcast-thumb {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

/* Cores de fundo específicas */
.podcast-thumb.blue {
    background-color: #5687F5;
}

.podcast-thumb.dark {
    background-color: #0A0042;
}

.podcast-thumb.red {
    background-color: #FF300C;
}

.play-icon2 {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.podcast-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.podcast-info h3 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 1.3rem;
    padding-left: 5px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    margin: 0;
    flex: 1;
}

.spotify-icon {
    flex-shrink: 0;
}

/* Efeitos hover */
.podcast-thumb:hover {
    transform: translateY(-4px);
}

.podcast-thumb:hover .play-icon {
    transform: translateY(-50%) scale(1.1);
}

/* Versão mobile */
@media (max-width: 1280px) {
    .spotify-feed {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    
    .podcast-item:nth-child(3) {
        
    }

    .podcast-thumb {
        height: 200px;
    }

    .podcast-info h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .play-icon {
        width: 60px;
        height: 60px;
    }
}

/* Ajustes para telas menores */
@media (max-width: 480px) {
    .podcast-thumb {
        height: 180px;
    }

    .podcast-info h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .play-icon {
        width: 50px;
        height: 50px;
        right: 16px;
    }
}

/*  FIM SPOTIFY */

/*  EVENTOS */

.qstione-events-section {
    background-color: #E6EBF5;
    padding: 60px 0;
    padding-bottom: 150px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.qstione-carousel-nav {
    display: flex;
    gap: 16px;
}

.qstione-event-prev,
.qstione-event-next {
    background: none;
    border: 1px solid var(--color-azul);
    border-radius: 50%;
    color: var(--color-azul);
    width: 54px;
    height: 54px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.qstione-event-prev:hover,
.qstione-event-next:hover {
    background-color: #0A0042;
    color: white;
}

.qstione-events-carousel {
    overflow: hidden;
    position: relative;
}

.qstione-events-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
}

.qstione-event-item {
    flex: 0 0 calc((100% - 48px) / 3); /* 3 itens com gap de 24px */
    max-width: calc((100% - 48px) / 3);
}

.event-thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 0, 66, 0) 0%, rgba(10, 0, 66, 0.75) 69.13%);
}

.event-info {
    text-align: left;
    padding: 0 8px;
}

.event-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.event-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    flex: 1;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-info p {
    text-align: left;       
    color: #666;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 1280px) {
    .qstione-event-item {
        flex: 0 0 calc((100% - 24px) / 1);
        max-width: calc((100% - 24px) / 1);
    }
    
    .event-title h3 {
        font-size: 20px;
    }
}

/*  FIM EVENTOS */