* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

body {
    background-repeat: no-repeat;
    min-height: 100vh;
    background-image: url(../imagens/fundos/fundo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.container {
    max-width: 1400px;
    padding: 3%;
    margin: 0 auto;
}

.cabecalho img{
    width: 202px;
}

.cabecalho {
    max-width: 1200px;
    align-items: center;
    margin: 0;
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-top: 10px;
    justify-content: space-between;
}

nav {
    text-align: center;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline-block;
}

nav ul li a { 
    text-decoration: none;
    font-size: 19px;
    color: #FFF;
    border-radius: 30px;
    transition: 0.6s;
    padding: 15px 30px;
    display: block;
}

nav ul li a:hover {
    background-color: rgba(137, 43, 226, 0.699);
}

#cabecalho1 #video {
    width: 100%;
}

nav ul li img{
    width: 150px;
}

#sinopse {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFF;
}

#sinopse h3 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#sinopse img {
    float: left;
    margin-right: 20px;
    width: 200px;
    border-radius: 20px;
}

#sinopse p {
    text-align: justify;
    margin-bottom: 15px;
    color: white;
}

#autora {
    width: 100%;
    height: 80vh;
    
}

#autora h2 {
    text-align: center;
    color: white;
    padding: 50px 0px 12px 0px;
    text-transform: uppercase;
    font-size: 28px;
}

#autora #conteudo-autora{
    display: flex;
    padding: 50px 50px;
}

#autora #conteudo-autora img {
    width: 1200px;
    margin-right: 12px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.295);
}

#autora #conteudo-autora p {
    text-align: justify;
    color: white;
    align-self: center;
    font-size: 20px;
    line-height: 32px;
}

#personagens {
    width: 1200px;
    margin: 0 auto;

} 

.conteudo-personagens {
    margin: 15px 0px;
}

#personagens .conteudo-personagens img{
    width: 350px;
    display: flex;
    justify-content: center;
    margin: 0px auto 12px auto;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.644);
}

#personagens .conteudo-personagens p {
    color: white;
    text-align: justify;
    line-height: 28px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

#personagens .conteudo-personagens h3{
    color: white;
    text-align: center;
    margin-bottom: 28px;
    margin-top: 15px;
}

#galeria .container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 5px;
}

#galeria h2 {
    color: #FFF;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
}

#galeria .container img {
    width: 100%;
    display: block;
    transition: all 0.3s linear;
}

#galeria .container img:hover {
    transform: scale(0.9);
}

.mapa img {
    margin: 0 10%;
    width: 80%;
}

.livro {
    padding: 50px;
}

.livro1 {
    padding: 50px;
}

#sinopse .livro img {
    width: 140px;
    margin-top: 45px;
}

#sinopse .livro1 img{
    width: 140px;
    margin-top: 40px;
}

#fundohome {
    background-image: url(../imagens/fundos/fundo1.jpg);
}

#sinopse h2 {
    text-align: center;
    color: white;
    text-transform: uppercase;
}

#sinopse p {
    line-height: 28px;
}

#corte {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

#corte .conteudo-corte {
    align-self: center;
    width: 80%;
}

#corte .conteudo-corte img {
    margin: 0 auto ; 
    width: 400px;
    display: block;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.404);
}

#corte .conteudo-corte h3 {
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}

#corte .conteudo-corte p {
    text-align: justify;
    color: #FFF;
    margin-top: 20px;
    line-height: 28px;
    display: flex;
    justify-content: center;
}


#rodape {
    background-color: #000;
    padding: 30px;
    color: #666;
    text-align: center;
    font-size: 12px;
}

#rodape a {
    color: #06c;
    text-decoration: none;
}

#rodape a:hover {
    text-decoration: underline;
}

#reviews h2 {
    color: white;
    text-align: center;
    text-transform: uppercase;
}

#reviews .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

#reviews .container iframe {
    width: 100%;
}

