/* BANNER */
.banner-page {
    background: #024638;
    display: flex;
    width: 100%;
    justify-content: center;
}

.content-banner {
    width: 100%;
    margin-left: 300px;
    display: flex;
    justify-content: center;
}

.breadcrumb {
    color: var(--Atai-Inst---Verde-Verde-100, #3B7468);
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 80px;
}

.titulo-banner {
    display: flex;
    flex-direction: column;
    padding: 32px 0;
    width: 35%;
    padding-right: 20px;
}

.titulo-banner h1 {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: "Janson Text LT Std";
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
    margin-top: 16px;
}

.titulo-banner p {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
}

.imagem-banner {
    width: 70%;
    height: 382px;
    background: url("../images/banner-artigo.png");
}

.share {
    display: flex;
}

.titulo-banner button {
    display: inline-flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Atai-Inst---White-White-Main, #FFF);
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    width: fit-content;
    margin-top: 32px;
}

.share {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.share p {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Atai-Inst---Verde-Verde-600, #012F26);
}

/* Artigo */

.container-artigo {
    background: #F7F2ED;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-artigo {
    width: 900px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 0 60px 0;
}

.artigo {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.meta-artigo {
    display: flex;
    justify-content: space-between;
}

/* Webserie */

.webserie {
    background: #B58150;
}

.content-webserie {
    display: flex;
    width: 100%;
}

.texto-webserie h2 {
    color: #024638;
    font-family: "Janson Text LT Std";
    font-size: 44px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

.texto-webserie h3 {
    color: #FFF;
    font-family: "Janson Text LT Std";
    font-size: 44px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    width: 90%;
}

.imagem-webserie {
    width: 50%;
}

.imagem-webserie img {
    height: 100%;
    object-fit: cover;
}

.texto-webserie {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 100px;
    padding: 140px 250px 140px 0;
}

/* Vídeos */

.videos {
    background: #01241D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0 0 0;
}

.content-videos {
    width: 1300px;
    margin-bottom: -8px;
}

.content-videos h2 {
    color: #B58150;
    font-family: "Janson Text LT Std";
    font-size: 34px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;

}

.content-videos h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.container-videos {
    display: flex;
    max-width: 1920px;
    padding: 80px 20px;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    background: #024638;
}

.lista-videos {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 0 60px;
}

.single-video-lista {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.single-video-lista img {
    max-width: 100%;
    height: auto;
}

.single-video-lista h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 144.444% */
}

/* Cards Notícias */

.content-leia-mais {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 100px 0;
}

.content-leia-mais h2 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 62px;
    /* 110.714% */
}

.icon-play-video {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-280%, -150%) scale(1);
    cursor: pointer;
    transition: transform .25s ease;
}

.icon-play-video:hover {
    transform: translate(-280%, -150%) scale(1.2);
}

/* RESPONSIVE */

@media (max-width: 1024px) {

    /* BANNER */
    .banner-page {
        height: auto;
        padding: 60px 20px;
        flex-direction: column;
    }

    .content-banner {
        width: 100%;
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .titulo-banner {
        width: 100%;
        padding: 0;
        align-items: center;
    }

    .titulo-banner h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-top: 20px;
    }

    .share {
        justify-content: center;
    }

    .imagem-banner {
        width: 100%;
        height: 250px;
        margin-top: 40px;
        background-size: cover;
        background-position: center;
    }

    /* ARTIGO */
    .content-artigo {
        width: 100%;
        padding: 40px 20px;
    }

    .meta-artigo {
        flex-direction: column;
        gap: 10px;
    }

    /* WEBSERIE */
    .content-webserie {
        flex-direction: column;
    }

    .imagem-webserie,
    .texto-webserie {
        width: 100%;
        margin-left: 0;
        padding: 40px 20px;
    }

    .texto-webserie h2,
    .texto-webserie h3 {
        font-size: 32px;
        width: 100%;
        text-align: center;
    }

    /* VÍDEOS */
    .content-videos {
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    .content-videos h2 {
        font-size: 28px;
    }

    .content-videos h3 {
        font-size: 24px;
    }

    .container-videos {
        padding: 40px 20px;
    }

    .lista-videos {
        flex-direction: column;
        padding: 0;
        width: 100%;
    }

    .single-video-lista {
        width: 100%;
    }

    .icon-play-video {
        position: relative;
        transform: none;
        margin-top: -50px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        right: auto;
        bottom: auto;
    }

    .icon-play-video:hover {
        transform: scale(1.1);
    }
}

/* Outros Artigos */
.outros-artigos {
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
}

.header-outros {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.header-outros h2 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: "Janson Text LT Std";
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

.btn-ver-todos {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.lista-outros {
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    flex-wrap: wrap;
}

.single-outro {
    width: calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.img-outro {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 8px;
}

.img-outro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.single-outro:hover .img-outro img {
    transform: scale(1.05);
}

.infos-outro {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.infos-outro .data {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.infos-outro h3 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: "Janson Text LT Std";
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
}

.infos-outro a {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    width: fit-content;
}

/* Responsive Outros Artigos */
@media (max-width: 1024px) {
    .header-outros {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .header-outros h2 {
        font-size: 32px;
    }

    .lista-outros {
        flex-direction: column;
    }

    .single-outro {
        width: 100%;
    }

    .img-outro {
        height: 220px;
    }
}