@import url(reset.css);



/* =========================================================
   SOBRE — MOBILE
========================================================= */



    /* =====================================================
       PRINCIPAL
    ===================================================== */

    .principal {
        width: 100%;
    }


    /* =====================================================
       ÁREA PRINCIPAL
    ===================================================== */

    .imagemBackground {
        position: relative;

        width: 100%;
        min-height: auto;

        overflow: hidden;

        display: flex;
        flex-direction: column;
        align-items: center;

        padding: 15px 20px 20px;
    }


    /* =====================================================
       IMAGEM DE FUNDO
    ===================================================== */

    .imagemBackground > img {
        position: absolute;

        inset: 0;

        width: 100%;
        height: 100%;

        object-fit: cover;

        z-index: 0;
    }


    /* =====================================================
       OVERLAY
    ===================================================== */

    .imagemBackground::before {
        content: "";

        position: absolute;

        inset: 0;

        background: rgba(32, 27, 19, 0.45);

        z-index: 1;
    }


    /* =====================================================
       CONTEÚDOS
    ===================================================== */

    .imagemBackground .conteudos {
        position: relative;

        z-index: 2;

        width: 100%;

        padding: 0;

        display: contents;
    }


    /* =====================================================
       TÍTULO
    ===================================================== */

    .imagemBackground .conteudos h2 {
        position: relative;

        z-index: 3;

        order: 1;

        width: 95%;


        margin: 0 0 25px;

        padding: 0 0 12px;

        color: var(--corBranca);

        font-size: var(--tituloMobile);

        font-weight: var(--peso-2);

        line-height: 1.2;

        text-align: left;
    }


    /* =====================================================
       LINHA DECORATIVA
    ===================================================== */

    .imagemBackground .conteudos h2::before {
        content: "";

        position: absolute;

        left: 45%;
        bottom: 0;

        transform: translateX(-50%);

        width: 90%;
        height: 1px;

        background: linear-gradient(
            to right,
            var(--corPrincipal) 0,
            var(--corPrincipal) 60px,
            color-mix(
                in srgb,
                var(--corPrincipal) 30%,
                transparent
            ) 20px,
            color-mix(
                in srgb,
                var(--corPrincipal) 30%,
                transparent
            ) 100%
        );
    }


    /* =====================================================
       IMAGEM
    ===================================================== */

    .imagemBackground .img {
        position: relative;

        z-index: 2;

        order: 2;

        top: 10px;
        right: auto;

        transform: none;

        width: 95%;
        max-width: 360px;

        height: 290px;

        margin: 0 auto 5px;

        background-color: var(--corSegundaria);

            border-radius: 8px;
    }


    /* =====================================================
       IMAGEM INTERNA
    ===================================================== */

    .imagemBackground .img img {
        position: absolute;

        z-index: 1;

        display: block;

        width: 100%;
        height: 290px;

        object-fit: cover;

        top: -25px;
        right: -20px;
            border-radius: 8px;
    }


    /* =====================================================
       TEXTO
    ===================================================== */

    .imagemBackground .conteudos p {
        position: relative;

        z-index: 3;

        order: 3;

        width: 100%;
        max-width: 500px;

        margin: 15px 0 0 20px;

        padding: 0;

        color: var(--corBranca);

        font-size: var(--esp-6);

        font-weight: var(--peso-4);

        line-height: 1.2;

       
    }




        /* =====================================================
       ACADEMIA
    ===================================================== */

    .aprenderes {
        width: 100%;
        padding: 20px 0;
        overflow: hidden;
    }


    /* =====================================================
       CONTEÚDO
    ===================================================== */

    .aprenderes .aprender {
        width: 90%;

        margin: 0 auto;
        padding: 18px 5%;

        background-color: rgba(219, 174, 118, 0.10);

        border-radius: 25px;

        text-align: center;

        box-sizing: border-box;
    }


    /* =====================================================
       TÍTULO
    ===================================================== */

    .aprenderes .aprender h3 {
        margin: 0 0 10px;

        color: var(--corBranca);

        font-size: var(--esp-3);
        font-weight: var(--peso-2);

        line-height: 1.2;

        text-align: center;
    }


    /* =====================================================
       DESCRIÇÃO
    ===================================================== */

    .aprenderes .aprender p {
        width: 100%;
        max-width: 650px;

        margin: 0 auto;

        color: var(--corBranca);

        font-size: var(--esp-7);
        font-weight: var(--peso-4);

        line-height: 1.4;

        text-align: center;
    }


    /* =====================================================
   ENSINAR — MOBILE
===================================================== */

.ensinar {
    width: 90%;

    margin: 10px auto 25px;

    padding: 25px 8% 25px 18%;

    display: flex;
    flex-direction: column;

    gap: 25px;

    border-radius: 10px;

    background-color: var(--corSegundaria);

    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);

    box-sizing: border-box;
}


/* =====================================================
   CONTEÚDO
===================================================== */

.ensinar .conteudo {
    width: 100%;
}


/* =====================================================
   TÍTULO
===================================================== */

.ensinar .conteudo h4 {
    position: relative;

    margin: 0 0 4px;

    padding-bottom: 3px;

    color: var(--corPrincipal);

    font-size: var(--esp-5);
    font-weight: var(--peso-4);

    line-height: 1.2;
}


/* =====================================================
   LINHA DECORATIVA
===================================================== */

.ensinar .conteudo h4::before {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 45%;
    height: 1px;

    background: linear-gradient(
        to right,
        var(--corPrincipal) 0,
        var(--corPrincipal) 20px,
        color-mix(
            in srgb,
            var(--corPrincipal) 30%,
            transparent
        ) 20px,
        color-mix(
            in srgb,
            var(--corPrincipal) 30%,
            transparent
        ) 100%
    );
}


/* =====================================================
   PARÁGRAFO
===================================================== */

.ensinar .conteudo p {
    position: relative;

    width: 90%;

    margin: 0;

    padding-left: 0;

    color: var(--corBranca);

    font-size: var(--esp-7);
    font-weight: 200;

    line-height: 1.2;
}


/* =====================================================
   BOLA
===================================================== */

.ensinar .conteudo p::before {
    content: "";

    position: absolute;

    left: -42px;
    top: -20px;

    width: 38px;
    height: 38px;

    border-radius: 50%;

    background-color: var(--corPrincipal);
}




/* =========================================================
   PESQUISA — MOBILE
========================================================= */

.pesquisa {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 30px;

    display: flex;
    flex-direction: column;

    gap: 20px;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.pesquisa .conteudo {
    width: 100%;

    text-align: left;
}

.pesquisa .conteudo h3 {
    margin: 0 0 5px;

    color: var(--corBranca);

    font-size: var(--esp-3);
    font-weight: var(--peso-2);

    line-height: 1.2;
}

.pesquisa .conteudo p {
    width: 100%;
    margin: 0;

    color: var(--corBranca);

    font-size: var(--esp-7);
    font-weight: var(--peso-4);

    line-height: 1.3;
}


/* =========================================================
   FORMULÁRIO
========================================================= */

.pesquisa .form {
    width: 100%;
}


/* =========================================================
   ESTRUTURA DO FORMULÁRIO
   INPUT EM CIMA
   DOIS SELECTS EM BAIXO
========================================================= */

.pesquisa .form form {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;
}


/* =========================================================
   CAMPO DE PESQUISA
   OCUPA AS DUAS COLUNAS
========================================================= */

.pesquisa .pesquisa-campo {
    width: 100%;

    grid-column: 1 / -1;

    display: flex;
    flex-direction: column;

    gap: 5px;
}


/* =========================================================
   CAMPO ORDENAR
========================================================= */

.pesquisa .select-campo {
    width: 100%;

    display: flex;
    flex-direction: column;

    gap: 5px;
}


/* =========================================================
   CAMPO CATEGORIA
========================================================= */

.pesquisa .select-categorias {
    width: 100%;

    display: flex;
    flex-direction: column;

    gap: 5px;
}


/* =========================================================
   LABELS
========================================================= */

.pesquisa .campo label,
.pesquisa .select-categorias label {
    color: var(--corBranca);

    font-size: var(--esp-7);
    font-weight: var(--peso-4);

    line-height: 1.3;
}


/* =========================================================
   INPUT COM ÍCONE
========================================================= */

.pesquisa .input-icon {
    position: relative;

    width: 100%;
}

.pesquisa .input-icon img {
    position: absolute;

    left: 12px;
    top: 50%;

    width: 13px;
    height: 13px;

    transform: translateY(-50%);

    pointer-events: none;
}

.pesquisa .input-icon input {
    width: 100%;
    height: 35px;

    padding: 0 12px 0 33px;

    border: none;
    outline: none;

    border-radius: 8px;

    background-color: var(--corBranca);
    color: var(--corPreta);

    font-family: inherit;
    font-size: var(--esp-7);
    font-weight: var(--peso-4);

    box-sizing: border-box;
}

.pesquisa .input-icon input::placeholder {
    color: #777;
}


/* =========================================================
   ÁREA DOS SELECTS
========================================================= */

.pesquisa .select-icon {
    position: relative;

    width: 100%;
}


/* =========================================================
   OS DOIS SELECTS
   MESMA ESTILIZAÇÃO
========================================================= */

.pesquisa .select-icon select,
.pesquisa .select-categorias select {
    width: 100%;
    height: 35px;

    padding: 0 35px 0 12px;

    border: none;
    outline: none;

    border-radius: 8px;

    appearance: none;

    background-color: var(--corBranca);
    color: var(--corPreta);

    font-family: inherit;
    font-size: var(--esp-7);
    font-weight: var(--peso-4);

    cursor: pointer;

    box-sizing: border-box;
}


/* =========================================================
   SETA DO SELECT ORDENAR
========================================================= */

.pesquisa .select-icon img {
    position: absolute;

    right: 12px;
    top: 50%;

    width: 12px;
    height: 12px;

    transform: translateY(-50%);

    pointer-events: none;

    transition: transform .3s ease;
}


/* =========================================================
   SETA DO SELECT CATEGORIA
========================================================= */

.pesquisa .select-categorias {
    position: relative;
}

.pesquisa .select-categorias::after {
    content: "";

    position: absolute;

    right: 12px;
    bottom: 11px;

    width: 12px;
    height: 12px;

    background-image: url("../assets/icons/setacategoria.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    pointer-events: none;

    transition: transform .3s ease;
}


/* =========================================================
   ROTAÇÃO DA SETA — ORDENAR
========================================================= */

.pesquisa .select-icon:focus-within img {
    transform: translateY(-50%) rotate(180deg);
}


/* =========================================================
   ROTAÇÃO DA SETA — CATEGORIA
========================================================= */

.pesquisa .select-categorias:focus-within::after {
    transform: rotate(180deg);
}


/* =========================================================
   BOTÕES DE CATEGORIA DESKTOP
   ESCONDIDOS NO MOBILE
========================================================= */

.pesquisa .btn {
    display: none;
}


/* =========================================================
   SELECT DE CATEGORIA MOBILE
========================================================= */

.pesquisa .select-categorias {
    display: flex;
}


/* =========================================================
   AJUSTE FINAL DO FORM
========================================================= */

.pesquisa .form form + .btn {
    display: none;
}


/* =========================================================
   DESTAQUE — MOBILE
========================================================= */

.destaque {
    width: 95%;
    max-width: 500px;

    margin: 0 auto 30px;
    padding: 18px 2% 25px;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 0;

    background-color: rgba(219, 174, 118, 0.10);

    border-radius: 15px;

    box-sizing: border-box;
}


/* =========================================================
   IMAGEM
========================================================= */
.destaque > img {
    width: 325px;
    max-width: 350px;
    height: 270px;

    display: block;
    object-fit: cover;
    border-radius: 6px;

    margin: 0 auto 20px;
}

/* =========================================================
   CONTEÚDO
========================================================= */

.destaque .conteudo {
    width: 100%;
    max-width: 450px;

    padding: 0;

    text-align: left;
}


/* =========================================================
   TÍTULO PRINCIPAL
========================================================= */

.destaque .conteudo h2 {
    position: relative;

    margin: 0 0 15px;

    padding-bottom: 6px;

    color: var(--corBranca);

    font-size: var(--esp-3);
    font-weight: var(--peso-4);

    line-height: 1.2;

    text-align: left;
}


/* =========================================================
   LINHA DECORATIVA
========================================================= */

.destaque .conteudo h2::before {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 70%;
    height: 2px;

    background: linear-gradient(
        to right,
        var(--corPrincipal) 0,
        var(--corPrincipal) 50px,
        color-mix(
            in srgb,
            var(--corPrincipal) 30%,
            transparent
        ) 50px,
        color-mix(
            in srgb,
            var(--corPrincipal) 30%,
            transparent
        ) 100%
    );
}


/* =========================================================
   TÍTULO DA OBRA
========================================================= */

.destaque .conteudo h3 {
    margin: 0 0 8px;

    color: var(--corBranca);

    font-size: var(--esp-4);
    font-weight: var(--peso-4);

    line-height: 1.3;

    text-align: left;
}


/* =========================================================
   DESCRIÇÃO
========================================================= */

.destaque .conteudo > p {
    margin: 0 0 8px;

    color: var(--corBranca);

    font-size: var(--esp-7);
    font-weight: var(--peso-4);

    line-height: 1.4;

    text-align: left;
}


/* =========================================================
   CATEGORIA / TIPO
========================================================= */

.destaque .conteudo > p span {
    display: block;

    margin-top: 8px;

    color: var(--corBranca);

    font-size: var(--esp-7);
    font-weight: var(--peso-3);

    line-height: 1.3;
}


/* =========================================================
   BOTÃO — VER MATERIAL
========================================================= */

.destaque .conteudo > a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin-top: 8px;

    padding: 7px 22px;

    background-color: var(--corSegundaria);

    color: var(--corBranca);

    text-decoration: none;

    font-size: var(--esp-7);
    font-weight: var(--peso-4);

    border-radius: 4px;

    transition: .3s ease;
}


/* =========================================================
   HOVER
========================================================= */

.destaque .conteudo > a:hover {
    transform: translateY(-2px);

    opacity: .9;
}


/* =========================================================
   ARTIGOS / LIVROS — MOBILE
========================================================= */

.livros {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}


/* =========================================================
   LISTA DE ARTIGOS
========================================================= */

.livros .lista-livros {
    width: 100%;
    margin: 0 auto 30px;

    display: grid;

    /* UM ARTIGO POR LINHA */
    grid-template-columns: 1fr;

    gap: 25px;
}


/* =========================================================
   CARD DO ARTIGO
========================================================= */

.livros .livro {
    width: 100%;

    overflow: hidden;

    background-color: rgba(219, 174, 118, 0.10);

    border-radius: 6px;

    transition: .3s ease;
}


/* =========================================================
   HOVER DO CARD
========================================================= */

.livros .livro:hover {
    transform: translateY(-3px);

    box-shadow:
        0 12px 25px rgba(0, 0, 0, .8);
}


/* =========================================================
   IMAGEM / CAPA DO ARTIGO
========================================================= */

.livros .livro > img {
    width: 85%;
    height: 300px;

    margin: 10px auto 0;

    display: block;

    object-fit: cover;

    border-radius: 8px;
}


/* =========================================================
   CATEGORIA
========================================================= */

.livros .categoriaAno {
    width: 100%;

    padding: 5px 20px 0;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    box-sizing: border-box;
}


.livros .categoriaAno p {
    margin: 0;

    color: var(--corBranca);

    font-size: .62rem;
    font-weight: 200;

    line-height: 1.3;

    font-style: italic;
}


/* =========================================================
   CONTEÚDO DO ARTIGO
========================================================= */

.livros .livro .conteudo {
    width: 100%;

    padding: 8px 20px 18px;

    box-sizing: border-box;
}


/* =========================================================
   TÍTULO DO ARTIGO
========================================================= */

.livros .livro .conteudo h4 {
    margin: 0 0 7px;

    color: var(--corBranca);

    font-size: var(--esp-5);
    font-weight: var(--peso-4);

    line-height: 1.3;
}


/* =========================================================
   DESCRIÇÃO
========================================================= */

.livros .livro .conteudo p {
    margin: 0 0 10px;

    color: var(--corBranca);

    font-size: .70rem;
    font-weight: var(--peso-4);

    line-height: 1.4;
}


/* =========================================================
   LINK — LER ARTIGO
========================================================= */

.livros .livro .conteudo a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 4px;

    color: var(--corBranca);

    text-decoration: none;

    font-size: .70rem;
    font-weight: var(--peso-4);

    border-radius: 4px;

    transition: .3s ease;
}


/* =========================================================
   SETA
========================================================= */

.livros .livro .conteudo a img {
    width: 10px;
    height: 10px;

    display: block;

    object-fit: contain;
}


/* =========================================================
   HOVER DO LINK
========================================================= */

.livros .livro .conteudo a:hover {
    color: var(--corPrincipal);

    transform: translateY(-2px);
}

/* =========================================================
   CONTEÚDOS — MOBILE
========================================================= */

.conteudos {
    width: 95%;
    margin: 10px auto;

    text-align: center;
}

.conteudos h3 {
    margin: 0 0 4px;

    color: var(--corBranca);

    font-size: var(--esp-3);
    font-weight: var(--peso-2);

    line-height: 1.3;
    text-align: center;
}

.conteudos p {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;

    color: var(--corBranca);

    font-size: var(--esp-7);
    font-weight: var(--peso-4);

    line-height: 1.4;
    text-align: center;
}



/* =========================================================
   OBRA — MOBILE
========================================================= */

.obra {
    width: 100%;
    margin: 15px auto 0;
    padding: 15px 5% 20px;

    background-color: rgba(219, 174, 118, 0.10);
    border-radius: 15px;

    box-sizing: border-box;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.obra .conteudo {
    width: 100%;
    padding: 5px 0;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}


/* =========================================================
   TÍTULO
========================================================= */

.obra .conteudo h3 {
    width: 100%;

    margin: 0 0 5px;

    color: var(--corBranca);

    font-size: var(--esp-5);
    font-weight: var(--peso-3);

    line-height: 1.2;

    text-align: center;
}


/* =========================================================
   DESCRIÇÃO
========================================================= */

.obra .conteudo > p {
    width: 100%;
    max-width: 500px;

    margin: 0 0 8px;

    color: var(--corBranca);

    font-size: var(--esp-7);
    font-weight: var(--peso-4);

    line-height: 1.4;

    text-align: center;
}


/* =========================================================
   VÍDEO
========================================================= */

.obra .video {
    width: 100%;
    max-width: 500px;

    overflow: hidden;

    background-color: rgba(219, 174, 118, 0.10);

}


/* =========================================================
   YOUTUBE
========================================================= */

.obra .video iframe {
    width: 100%;
    height: 280px;

    display: block;

    border: none;
}







/* =========================================================
   RESPONSIVIDADE — TABLET
   768px ATÉ 1024px
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {


  /* =====================================================
       SOBRE — ÁREA PRINCIPAL
    ===================================================== */

    .imagemBackground {
        padding: 25px 5% 30px;
    }

    .imagemBackground .conteudos h2 {
        width: 90%;

        font-size: var(--tituloMobile);

        margin-bottom: 30px;
    }

    .imagemBackground .img {
        width: 90%;
        max-width: 600px;

        height: 380px;

        margin-bottom: 10px;
    }

    .imagemBackground .img img {
        width: 100%;
        height: 380px;

        top: -30px;
        right: -25px;
    }

    .imagemBackground .conteudos p {
        width: 90%;
        max-width: 700px;

        margin: 20px auto 0;

        font-size: var(--esp-6);
    }


    /* =====================================================
       ACADEMIA
    ===================================================== */

    .aprenderes {
        padding: 30px 0;
    }


    .aprenderes .aprender {
        width: 90%;

        padding: 25px 8%;

        border-radius: 25px;
    }


    .aprenderes .aprender h3 {
        margin-bottom: 12px;

        font-size: var(--esp-3);

        line-height: 1.3;
    }


    .aprenderes .aprender p {
        max-width: 750px;

        font-size: var(--esp-6);

        line-height: 1.5;
    }


    /* =====================================================
       ENSINAR
    ===================================================== */

    .ensinar {
        width: 85%;

        margin: 15px auto 35px;

        padding: 35px 10% 35px 15%;

        gap: 30px;

        border-radius: 12px;
    }


    .ensinar .conteudo h4 {
        margin-bottom: 5px;

        padding-bottom: 5px;

        font-size: var(--esp-4);
    }


    .ensinar .conteudo h4::before {
        width: 30%;
        height: 2px;
    }


    .ensinar .conteudo p {
        width: 90%;

        font-size: var(--esp-6);

        line-height: 1.4;
    }


    .ensinar .conteudo p::before {
        left: -45px;
        top: -8px;

        width: 32px;
        height: 32px;
    }


    /* =====================================================
       PESQUISA
    ===================================================== */

    .pesquisa {
        width: 90%;

        padding: 40px 0 40px;

        gap: 25px;
    }


    .pesquisa .conteudo h3 {
        margin-bottom: 8px;

        font-size: var(--esp-3);
    }


    .pesquisa .conteudo p {
        max-width: 750px;

        font-size: var(--esp-6);

        line-height: 1.4;
    }


    /* =====================================================
       FORMULÁRIO
    ===================================================== */

    .pesquisa .form form {
        gap: 15px;
    }


    .pesquisa .campo label,
    .pesquisa .select-categorias label {
        font-size: var(--esp-6);
    }


    /* =====================================================
       INPUT
    ===================================================== */

    .pesquisa .input-icon input {
        height: 42px;

        padding: 0 15px 0 40px;

        font-size: var(--esp-7);

        border-radius: 8px;
    }


    .pesquisa .input-icon img {
        left: 14px;

        width: 15px;
        height: 15px;
    }


    /* =====================================================
       SELECTS
    ===================================================== */

    .pesquisa .select-icon select,
    .pesquisa .select-categorias select {
        height: 42px;

        padding: 0 40px 0 15px;

        font-size: var(--esp-7);

        border-radius: 8px;
    }


    .pesquisa .select-icon img {
        right: 14px;

        width: 13px;
        height: 13px;
    }


    .pesquisa .select-categorias::after {
        right: 14px;
        bottom: 14px;

        width: 13px;
        height: 13px;
    }


    /* =====================================================
       DESTAQUE
    ===================================================== */

    .destaque {
        width: 90%;
        max-width: 750px;

        margin: 10px auto 40px;

        padding: 25px 5% 35px;

        border-radius: 18px;
    }


    /* =====================================================
       IMAGEM DO DESTAQUE
    ===================================================== */

    .destaque > img {
        width: 700px;
        max-width: 100%;

        height: 330px;

        margin: 0 auto 25px;
    }


    /* =====================================================
       CONTEÚDO DO DESTAQUE
    ===================================================== */

    .destaque .conteudo {
        width: 100%;
        max-width: 650px;

        padding: 0;
    }


    .destaque .conteudo h2 {
        margin-bottom: 20px;

        padding-bottom: 8px;

        font-size: var(--esp-3);
    }


    .destaque .conteudo h2::before {
        width: 60%;
        height: 2px;
    }


    .destaque .conteudo h3 {
        margin-bottom: 10px;

        font-size: var(--esp-3);

        line-height: 1.3;
    }


    .destaque .conteudo > p {
        margin-bottom: 10px;

        font-size: var(--esp-6);

        line-height: 1.5;
    }


    .destaque .conteudo > p span {
        margin-top: 10px;

        font-size: var(--esp-7);
    }


    .destaque .conteudo > a {
        margin-top: 10px;

        padding: 8px 25px;

        font-size: var(--esp-7);
    }


    /* =====================================================
       ARTIGOS / LIVROS
       2 ARTIGOS POR LINHA
    ===================================================== */

    .livros {
        width: 90%;

        margin: 0 auto;
    }


    /* =====================================================
       LISTA — 2 COLUNAS
    ===================================================== */

    .livros .lista-livros {
        width: 100%;

        margin: 0 auto 40px;

        display: grid;

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 30px 20px;
    }


    /* =====================================================
       CARD
    ===================================================== */

    .livros .livro {
        width: 100%;

        border-radius: 8px;
    }


    /* =====================================================
       IMAGEM DO ARTIGO
    ===================================================== */

    .livros .livro > img {
        width: 85%;

        height: 330px;

        margin: 15px auto 0;

        border-radius: 8px;
    }


    /* =====================================================
       CATEGORIA
    ===================================================== */

    .livros .categoriaAno {
        padding: 7px 25px 0;

        gap: 15px;
    }


    .livros .categoriaAno p {
        font-size: .68rem;
    }


    /* =====================================================
       CONTEÚDO DO ARTIGO
    ===================================================== */

    .livros .livro .conteudo {
        padding: 10px 25px 22px;
    }


    /* =====================================================
       TÍTULO
    ===================================================== */

    .livros .livro .conteudo h4 {
        margin-bottom: 8px;

        font-size: var(--esp-5);

        line-height: 1.3;
    }


    /* =====================================================
       DESCRIÇÃO
    ===================================================== */

    .livros .livro .conteudo p {
        margin-bottom: 10px;

        font-size: var(--esp-7);

        line-height: 1.4;
    }


    /* =====================================================
       LINK
    ===================================================== */

    .livros .livro .conteudo a {
        font-size: var(--esp-7);
    }


    .livros .livro .conteudo a img {
        width: 11px;
        height: 11px;
    }


    /* =====================================================
       CONTEÚDOS
    ===================================================== */

    .conteudos {
        width: 90%;

        margin: 15px auto;

        text-align: center;
    }


    .conteudos h3 {
        margin-bottom: 6px;

        font-size: var(--esp-3);

        line-height: 1.3;

        text-align: center;
    }


    .conteudos p {
        width: 90%;
        max-width: 750px;

        margin: 0 auto;

        font-size: var(--esp-6);

        line-height: 1.5;

        text-align: center;
    }


    /* =====================================================
       OBRA
    ===================================================== */

    .obra {
        width: 90%;

        margin: 25px auto 0;

        padding: 25px 5% 30px;

        border-radius: 15px;
    }


    /* =====================================================
       CONTEÚDO
    ===================================================== */

    .obra .conteudo {
        padding: 10px 0;
    }


    /* =====================================================
       TÍTULO
    ===================================================== */

    .obra .conteudo h3 {
        margin-bottom: 8px;

        font-size: var(--esp-3);

        line-height: 1.2;
    }


    /* =====================================================
       DESCRIÇÃO
    ===================================================== */

    .obra .conteudo > p {
        max-width: 700px;

        margin-bottom: 15px;

        font-size: var(--esp-6);

        line-height: 1.4;
    }


    /* =====================================================
       VÍDEO
    ===================================================== */

    .obra .video {
        width: 90%;
        max-width: 750px;

        border-radius: 10px;
    }


    .obra .video iframe {
        width: 100%;

        height: 400px;
    }


/* =========================================================
   PAGINAÇÃO — MOBILE
========================================================= */

.paginacao-botoes {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 8px;

    margin-top: 30px;
}


/* =========================================================
   NÚMEROS
========================================================= */

.paginacao-numeros {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 6px;
}


/* =========================================================
   NÚMERO DA PÁGINA
========================================================= */

.paginacao-numeros a {
    width: 32px;
    height: 32px;

    display: flex;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;

    font-size: 12px;
    font-weight: 500;

    color: #201b13;

    text-decoration: none;

    border: 1px solid #d8ae76;
    border-radius: 50%;

    transition: all .3s ease;
}


/* =========================================================
   PÁGINA ATUAL
========================================================= */

.paginacao-numeros a.pagina-atual {
    background: #d8ae76;
    color: #ffffff;

    border-color: #d8ae76;
}


/* =========================================================
   HOVER
========================================================= */

.paginacao-numeros a:hover {
    background: #d8ae76;
    color: #ffffff;
}


/* =========================================================
   SETA ANTERIOR E PRÓXIMA
========================================================= */

.paginacao-botoes .pagina-anterior,
.paginacao-botoes .pagina-proxima {
    width: 34px;
    height: 34px;

    display: flex;
    justify-content: center;
    align-items: center;

    flex-shrink: 0;

    padding: 0;

    background: transparent;

    border: 1px solid #d8ae76;
    border-radius: 50%;

    cursor: pointer;

    transition: all .3s ease;
}


/* =========================================================
   ÍCONES
========================================================= */

.paginacao-botoes .pagina-anterior img,
.paginacao-botoes .pagina-proxima img {
    width: 14px;
    height: 14px;

    display: block;
}


/* =========================================================
   SETA ANTERIOR
========================================================= */

.paginacao-botoes .pagina-anterior img {
    transform: rotate(180deg);
}


/* =========================================================
   HOVER DAS SETAS
========================================================= */

.paginacao-botoes a.pagina-anterior:hover,
.paginacao-botoes a.pagina-proxima:hover {
    background: #d8ae76;
}


/* =========================================================
   DESATIVADO
========================================================= */

.paginacao-botoes .desativado {
    opacity: .3;

    cursor: not-allowed;
    pointer-events: none;
}

}




/* =========================================================
   PAGINAÇÃO — MOBILE
========================================================= */

.paginacao-botoes {

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 8px;

    margin-top: 30px;
}


/* =========================================================
   NÚMEROS
========================================================= */

.paginacao-numeros {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 6px;
}


/* =========================================================
   NÚMERO DA PÁGINA
========================================================= */

.paginacao-numeros a {

    width: 32px;

    height: 32px;

    display: flex;

    justify-content: center;

    align-items: center;

    box-sizing: border-box;

    text-decoration: none;

    font-size: 12px;

    font-weight: 500;

    color: #201b13;

    border: 1px solid #d8ae76;

    border-radius: 50%;

    transition:

        background .3s ease,

        color .3s ease,

        border-color .3s ease;
}


/* =========================================================
   PÁGINA ATUAL
========================================================= */

.paginacao-numeros a.pagina-atual {

    background: #d8ae76;

    color: #ffffff;

    border-color: #d8ae76;
}


/* =========================================================
   HOVER
========================================================= */

.paginacao-numeros a:hover {

    background: #d8ae76;

    color: #ffffff;

    border-color: #d8ae76;
}


/* =========================================================
   SETAS
========================================================= */

.paginacao-botoes .pagina-anterior,
.paginacao-botoes .pagina-proxima {

    width: 34px;

    height: 34px;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-shrink: 0;

    box-sizing: border-box;

    padding: 0;

    background: transparent;

    border: 1px solid #d8ae76;

    border-radius: 50%;

    cursor: pointer;

    transition:

        background .3s ease,

        opacity .3s ease;
}


/* =========================================================
   ÍCONE DAS SETAS
========================================================= */

.paginacao-botoes .pagina-anterior img,
.paginacao-botoes .pagina-proxima img {

    width: 14px;

    height: 14px;

    display: block;
}


/* =========================================================
   INVERTER SETA ANTERIOR
========================================================= */

.paginacao-botoes .pagina-anterior img {

    transform: rotate(180deg);
}


/* =========================================================
   HOVER SETAS
========================================================= */

.paginacao-botoes a.pagina-anterior:hover,
.paginacao-botoes a.pagina-proxima:hover {

    background: #d8ae76;
}


/* =========================================================
   DESATIVADO
========================================================= */

.paginacao-botoes .desativado {

    opacity: .3;

    cursor: not-allowed;

    pointer-events: none;
}


/* =========================================================
   ECRÃS MUITO PEQUENOS
========================================================= */

@media (max-width: 380px) {

    .paginacao-botoes {

        gap: 6px;

        margin-top: 25px;
    }


    .paginacao-numeros {

        gap: 5px;
    }


    .paginacao-numeros a {

        width: 30px;

        height: 30px;

        font-size: 11px;
    }


    .paginacao-botoes .pagina-anterior,
    .paginacao-botoes .pagina-proxima {

        width: 32px;

        height: 32px;
    }


    .paginacao-botoes .pagina-anterior img,
    .paginacao-botoes .pagina-proxima img {

        width: 13px;

        height: 13px;
    }

}