#conteudo{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 50vh;
    margin-top: 100px;
}
#apresentacaoAnime{
    height: 50vh;
    width: 80%;
    background-color: #1B1B1B;
    /* background-image: linear-gradient(to right, #1b1b1b, #161616, #111111, #090909, #000000); */
    display: flex;
    color: white;
    font-weight: bold;
    border-radius: 0 20px 20px 0;
}
/* #apresentacaoAnime:hover{
    background-image: linear-gradient(to left, #1b1b1b, #161616, #111111, #090909, #000000);
} */
#apresentacaoAnime #resumo{
    padding: 20px;
}
#apresentacaoAnime h2{
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    font-size: 40px;
}
#apresentacaoAnime p{
    height: calc(100% - 45px);
    /* margin-top: 15px; */
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#apresentacaoAnime img{
    height: 100%;
}
#mangaPlus{
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1B1B1B;
    width: 100%;
    padding: 100px 0;
    margin-bottom: 50px;
}

p.maisMidias{
    padding: 10px;
    background-color: #8d8d8d;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
}

#midias{
    display: none;
    width: 100%;
    /* background-color: #1B1B1B; */
    margin-top: 150px;
}
#midias{
    text-align: left;
}
#midias h1#tituloMidias{
    text-align: center;
    margin-top: 50px;
}
.cartaoMusicaYoutube{
    width: 500px;
    min-height: 450px;
    margin: 20px;
    background-color: #1b1b1b;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cartaoMusicaYoutube .divVideo{
    width: 500px;
    height: 250px;
}
.cartaoMusicaYoutube .divVideo iframe{
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
}
.cartaoMusicaYoutube .conteudoOutrosVideo{
    width: 500px;
    min-height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    text-align: left;
    color: white;
    word-wrap: break-word;
}
.cartaoMusicaYoutube .conteudoOutrosVideo p{
    width: 500px;
    padding: 0 20px;
    text-align: left;
}
#mediasMangaYoutube{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #1B1B1B; */
    width: 100%;
    min-height: 500px;
    padding: 100px 0;
    margin-bottom: 50px;
    flex-wrap: wrap;
    /* overflow: auto; */
}
#mediasMangaYoutube::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    border-radius: 20px;
}
#mediasMangaYoutube::-webkit-scrollbar {
    width: 8px;
    background: #6fc5e9;
    border-radius: 20px;
}
#mediasMangaYoutube::-webkit-scrollbar-thumb {
    background: #6fc5e9;
    border-radius: 20px;
}

/* ========================== */

#mediasManga{
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1B1B1B;
    width: 100%;
    height: 500px;
    padding: 100px 0;
    margin-bottom: 50px;
    /* overflow: auto; */
}
#mediasManga::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    border-radius: 20px;
}
#mediasManga::-webkit-scrollbar {
    width: 8px;
    background: #6fc5e9;
    border-radius: 20px;
}
#mediasManga::-webkit-scrollbar-thumb {
    background: #6fc5e9;
    border-radius: 20px;
}
.cartaoMedia{
    margin: 20px 0;
    background-color: #3D3D3D;
    height: 80px;
    width: 80%;
    padding: 5px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cartaoMedia p{
    font-size: 30px;
    color: white;
    font-weight: bold;
}
.cartaoMedia img{
    height: 70px;
    width: 70px;
    border-radius: 20px;
    margin: 0 15px;
    transition: 0.5s;
}
.cartaoMedia img:hover{
    transform: scale(1.2);
    transition: 0.5s;
}
.cartaoMedia img:hover{
    transform: scale(1.1);
    transition: 0.5s;
    border-radius: 50%;
    border: 3px solid #8d8d8d;
}
.cartaoMedia audio{
    width: 100%;
}
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
    background-color: #8d8d8d;
    border: 0px;
} 

audio::-webkit-media-controls-enclosure {
    border-radius: 5px;
} 

#mangaPlus h1{
    margin-bottom: 50px;
    color: white;
    font-weight: bold;
    font-size: 30px;
}
#mangaPlus a{
    text-decoration: none;
    color: white;
    display: flex;
    height: 150px;
    margin: 20px 0;
    width: 80%;
}
#mangaPlus a div#conteudoMangaPlus{
    width: 60vw;
    height: 100%;
    /* background-color: #3D3D3D; */
    background-image: linear-gradient(to right, #3d3d3d, #343434, #2b2b2b, #232323, #1b1b1b);
    border-radius: 0 20px 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    /* padding: 10px; */
}
#mangaPlus a div#conteudoMangaPlus p{
    margin: 0 15px;
}
#mangaPlus a:hover div#conteudoMangaPlus{
    background-image: linear-gradient(to left, #3d3d3d, #343434, #2b2b2b, #232323, #1b1b1b);
}
#mangaPlus a div#conteudoMangaPlus #dataMangaPlus{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
}
#mangaPlus a img{
    height: 100%;
}

#personagens{
    margin-top: 40px;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#personagens h1{
    text-align: center;
    margin-bottom: 50px;
    color: white;
    font-weight: bold;
    font-size: 30px;
}
#personagens a{
    height: 250px;
    margin: 15px 0;
    width: 80%;
    background-color: #1b1b1b;
    display: flex;
    text-decoration-style: none;
}
#personagens a:hover{
    /* border: 1px solid rgb(97, 97, 97); */
    transition: 0.5s;
    background-color: #6d6d6d;
}
#personagens a .conteudoCartao{
    height: 100%;
    width: calc(100% - 250px);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#personagens a .conteudoCartao p{
    margin-top: 20px;
}

#personagens a .conteudoCartao h2{
    text-align: center !important;
}
#personagens a .imagemCartao{
    width: 250px;
    height: 250px;
    overflow: hidden;
}
#personagens a .imagemCartao img{
    width: 250px;
}
#outrosSobreManga{
    margin: 50px 0 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #1B1B1B;
    color: white;
    flex-wrap: wrap;
}
#outrosSobreManga img#carregando, #personagens img#carregando{
    height: 30px;
    width: 30px;
}
#outrosSobreManga h1{
    margin: 50px 0;
}
#outrosSobreManga div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: white;
    flex-wrap: wrap;
}
#outrosSobreManga .cartaoOutros{
    min-height: 800px;
    width: 300px;
    margin: 20px;
    background-color: #3D3D3D;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#outrosSobreManga .cartaoOutros:hover img{
    transform: scale(1.5);
    transition: 0.5s;
}
#outrosSobreManga .cartaoOutros:hover{
    transition: 0.5s;
    background-color: #6d6d6d;
}
#outrosSobreManga .cartaoOutros .conteudoOutros{
    padding: 20px;
    text-align: left;
}
#outrosSobreManga .cartaoOutros .conteudoOutros p{
    width: 100%;
}
#outrosSobreManga .cartaoOutros .conteudoOutros .comentarios{
    text-align: left;
}
#outrosSobreManga .cartaoOutros .divOutrosImagem{
    height: 400px;
    overflow: hidden;
    width: 300px;
}
#outrosSobreManga .cartaoOutros .divOutrosImagem img{
    width: 300px;
    height: 400px;
    transition: 0.5s;
}
#outrosSobreManga a{
    font-size: 22px;
    color: #6fc5e9;
    text-decoration: none;
    cursor: pointer;
}

#compartilharPagina img{
    border-radius: 10px 0 0 10px;
    height: 60px;
    width: 60px;
}
#compartilharPagina{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
#compartilharPagina div{
    transition: 0.5s;
    cursor: pointer;
    margin: 20px 50px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 250px;
    height: 60px;
}
#compartilharPagina div#twitter{
    background-color: #00a2e3de;
}
#compartilharPagina div#twitter:hover{
    background-color: #00a3e3b0;
    transition: 0.5s;
}
#compartilharPagina div#whatsapp{
    background-color: #1bd742cf;
}
#compartilharPagina div#whatsapp:hover{
    background-color: #1bd741af;
    transition: 0.5s;
}
#compartilharPagina div p{
    width: 100%;
    font-weight: bold;
    color: white;
    font-size: 25px;
}

@media (max-width: 1300px) {
    #apresentacaoAnime h2{
        font-size: 20px;
    }
    #apresentacaoAnime p{
        font-size: 15px;
        align-items: center;
    }
}
@media (max-width: 800px) {
    #apresentacaoAnime{
        height: auto;
        max-width: 70%;
        width: 90%;
        flex-direction: column;
    }
    #mangaPlus a{
        flex-direction: column;
        height: auto;
    }
    #mangaPlus div{
        width: 100% !important;
        border-radius: 0 !important;
        flex-direction: column;
        padding-bottom: 30px;
        flex-wrap: nowrap;
    }
    #mangaPlus div p + p{
        bottom: 0 !important;
        right: 0 !important;
    }
    #rodape{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #rodape img{
        margin: 20px 0;
    }
    #rodape #linksRodape p{
        margin: 0 0 20px 0 !important;
    }
    .cartaoMusicaYoutube, .cartaoMusicaYoutube .divVideo iframe, .divVideo, .cartaoMusicaYoutube .conteudoOutrosVideo, .cartaoMusicaYoutube .conteudoOutrosVideo p{
        width: 300px !important;
    }
    #personagens a{
        flex-direction: column;
        height: 450px;
        width: 250px;
    }
    #personagens a .conteudoCartao:not(h2){
        text-align: left;
        height: calc(100% - 250px);
        width: auto;
    }
}