﻿@media (max-width: 481px) {
    html, body {
        overflow-x: hidden;
    }
}


.sessao-verde {
    background-color: #a6d035;
    min-height: 80vh;
    text-align: center;
    padding: 40px 20px;
}

.titulo-inicio {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #111;
}

.row-banner {
    margin: 0 auto 30px auto;
}

.banner-video {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .banner-video video {
        max-height: 45vh;
        border-radius: 25px;
        border: 2px solid #b9ff00;
    }

.video-frame {
    display: inline-block;
    position: relative;
    overflow: visible;
    border-radius: 16px;
    -webkit-font-smoothing: antialiased;
}


    .video-frame video {
        display: block;
        width: 100%;
        max-width: 1100px;
        height: auto;
        border-radius: 16px;
        position: relative;
        z-index: 2;
    }

.decoracao {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    will-change: transform;
}

.decoracao-esquerda {
    left: -150px;
    top: -150px;
    width: 300px;
}

.decoracao-direita {
    right: -100px;
    bottom: -100px;
    width: 200px;
}

@media (max-width: 768px) {
    .logo-claro-curta-enem {
        height: auto !important;
        width: 90%;
    }

    .video-frame video {
        max-width: 90vw;
    }

    .decoracao-esquerda {
        left: -50px;
        top: -50px;
        width: 100px;
    }

    .decoracao-direita {
        right: -25px;
        bottom: -25px;
        width: 50px;
    }
}


.ministerio-cultura {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.logo-claro-curta-enem {
    height: 100px;
}

.botoes .btn {
    margin: 10px;
}

.botoes .btn-dark {
    border-color: #000;
}

    .botoes .btn-dark:hover {
        background-color: #333;
    }

.botoes .btn-warning {
    background-color: #fdc32d;
    color: #000
}

.botoes .btn-default {
    color: #000 !important;
}

.btn-preto-transparente {
    color: #000 !important;
    background-color: transparent;
    border: 2px solid #000 !important;
}

    .btn-preto-transparente:hover {
        background-color: #f5dfbd
    }

.sessao-filmes {
    max-width: 1100px;
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
}

    .sessao-filmes .filme {
        max-width: 150px;
        margin: 0 auto;
        border-radius: 20px;
    }

    .section-vermelha {
        background-color: #e30613;
        padding: 40px 0;
    }

    .section-vermelha img {
        border-radius: 15px;
    }

        .section-vermelha .espaco-cards{
            margin-top: 40px;
        }

        .sessao-boxes {
            background-color: #e30613;
            padding-bottom: 40px;
        }

    .sessao-boxes .call-to-action {
        margin-bottom: 40px;
    }


    .sessao-boxes .titulo-branco {
        color: #fff;
        font-size: 32px !important;
        margin-bottom: 30px;
    }

    .sessao-boxes .box-grid {
        display: flex;
        flex-direction: row;
        gap: 25px;
        justify-content: center;
    }

@media (max-width: 481px) {
    .sessao-boxes .box-grid {
        flex-direction: column;
        align-items: center;
    }
}

.sessao-boxes .box-card {
    background-color: #fff4d2;
    border-radius: 50px;
    padding: 30px 20px;
    margin-bottom: 20px;
    min-height: 324px;
    width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.sessao-boxes .logo-box {
    max-width: 200px;
    margin-bottom: 10px;
}

.sessao-boxes .logo-meio {
    margin-top: 40px;
}

.sessao-boxes .logo-final {
    margin-top: 35px;
}

.sessao-boxes p {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}

.sessao-boxes .btn-amarelo {
    background-color: #ffcc33;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: bold;
    border: none;
    color: #000 !important;
    min-width: 200px;
}

.btn-amarelo:hover {
    background-color: #e6b800;
    color: #000;
}

.sessao-recomenda {
    padding: 40px 0;
    background-color: #fdc32d;
}

    .sessao-recomenda .call-to-action {
        margin-bottom: 40px;
    }


    .sessao-recomenda .titulo-preto {
        color: #000;
        font-size: 32px !important;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .sessao-recomenda .box-grid {
        display: flex;
        flex-direction: row;
        gap: 25px;
        justify-content: center;
    }

@media (max-width: 481px) {
    .sessao-recomenda .box-grid {
        flex-direction: column;
        align-items: center;
    }
}

.sessao-recomenda .box-card {
    background-color: #fff4d2;
    border-radius: 50px;
    padding: 40px;
    margin-bottom: 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    font-size: 18px;
}

.sessao-recomenda .box-card-1 {
    max-width: 440px;
}

.sessao-recomenda .box-card-rodape {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
}

.sessao-recomenda .logo-box {
    max-width: 40px;
}

.sessao-recomenda .area-acesse {
    padding: 40px 0 30px 0;
}

.novidades-curtaenem {
    background-color: #000;
    padding: 60px 0;
}

.novidades-box {
    background-color: #a6d035;
    border-radius: 15px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.novidades-conteudo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 40px;
}

.icone-novidades {
    max-height: 100px;
}

.texto-novidades {
    font-size: 28px;
    font-weight: 500;
    color: #111;
}

.decoracao-novidades {
    max-height: 100px;
}

@media (max-width: 481px) {
    .novidades-box {
        flex-direction: column;
    }

    .novidades-box,
    #minhasNoticias {
        margin: 30px;
    }

    .novidades-conteudo {
        margin-left: 0px;
        flex-direction: column;
        margin-bottom: 10px;
    }
}

.ultimas-noticias {
    border-radius: 25px;
    background-color: #1f2124;
    padding: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.skeleton {
    background: #333;
    border-radius: 8px;
    animation: pulse 1.5s infinite;
    margin-bottom: 15px;
}

.skeleton-img {
    width: 100%;
    height: 200px;
}

.skeleton-title {
    width: 70%;
    height: 24px;
}

.skeleton-date {
    width: 40%;
    height: 16px;
}

.skeleton-line {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.data-publicacao {
    color: #f1c83d;
    font-size: 16px;
    font-style: italic;
}

.row-flex {
    display: flex;
    flex-wrap: nowrap;
}

.coluna-esquerda,
.caixa-direita {
    height: 100%;
}

.coluna-esquerda {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.caixa-direita {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}

.caixa-direita {
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
}

    .caixa-direita .outras-noticias a {
        color: #fff;
        text-decoration: none;
    }

        .caixa-direita .outras-noticias a:hover {
            text-decoration: underline;
        }

    .caixa-direita .data-publicacao {
        margin-bottom: 10px;
    }

.linha-noticia {
    padding-bottom: 15px;
    border-bottom: 2px solid #fff !important;
}

.outras-noticias {
    color: #fff;
    padding-bottom: 15px;
}

.coluna-esquerda {
    border-right: 2px solid #ccc;
}

.publicacao-bottom {
    margin-left: 15px;
}

@media (max-width: 961px) {
    .ultimas-noticias h1 {
        font-size: 22px;
    }

    .leia-mais {
        text-align: center;
    }

    .titulo-destaque {
        font-size: 18px;
    }

    .coluna-esquerda {
        border-right: none;
        border-bottom: 2px solid #ccc;
        padding-bottom: 14px;
    }

    .caixa-direita {
        margin-left: 0px;
    }

    .publicacao-bottom {
        margin-left: 0px !important;
        padding-left: 15px;
    }

    .row-flex {
        flex-direction: column;
        text-align: center;
    }
}

.font-branca {
    font-size: 18px;
}

.btn-leia-mais {
    background-color: var(--botaoVerdeEnem) !important;
    color: #000 !important;
}

.novidades-inscricao {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.novidades-box-texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

    .novidades-box-texto span {
        font-size: 22px;
    }

    .novidades-box-texto .btn-dark {
        border: 1px solid #000 !important;
    }

.novidades-inscricao-img {
    max-height: 180px;
}

@media (max-width: 481px) {
    .novidades-inscricao {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        text-align: center;
    }

    .novidades-inscricao-img {
        max-height: 100px;
    }

    .novidades-box-texto {
        grid-column: span 2;
    }

        .novidades-box-texto .btn-dark {
            font-size: 14px !important;
        }
}
