/* Comentario */

/* 
nome de uma tag{...}
#nome de uma tag com id{...}
.nome de uma tag com uma classe{...}
 */
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Inria Serif', serif;
    font-weight: 700;
    box-sizing: border-box;
}

header {
    background-color: white;
    padding: 0px 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

img {
    display: block;
    width: 100%;

}

.conteudo {
    margin: auto;
    width: 100%;
    max-width: 1100px;

}

.contentor_flex {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}


blockquote {

    font-style: italic;
    font-size: 22px;
    text-align: center;
    width: 50%;
    margin: auto;
}

nav ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
    font-style: italic;
    font-size: 22px;
    list-style-type: none;
}

nav ul li {
    margin-left: 74px;
    margin-right: 40px;
    justify-content: space-evenly;
}


h1 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;

}

h2 {
    font-style: italic;
    font-size: 28px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;

}

h3 {
    font-size: 17px;

}

h4,
nav ul li {
    font-style: italic;
    font-size: 20px;
    text-decoration-line: underline;
    text-decoration-color: crimson;
    text-align: center;
}

h5 {
    font-size: 17;
    color: white;
    text-align: center;
}

hr {
    border-top: 3px solid #C91C0E;
    max-width: 1100px;
    margin: auto;
}

.frase {
    margin-top: 50px;
}

#quote {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 30px 30px;
    text-align: center;
}

#artsdiv {
    display: flex;
    justify-content: space-between;
    margin: 40px;

}

#artistas {
    margin-top: 60px;
    margin-bottom: 60px;
}

.artistas {
    width: 100%;
    margin-bottom: 10%;
}


.historia {
    background-color: #D9D9D9;
    text-align: center;
    width: 100%;
    margin-bottom: 100px;
    padding: 30px 30px;
}

#historia {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20%;
    margin-right: 20%;
    padding: 5px 5px;
}

.footer {
    background-color: #3E3E3E;
    width: 100%;
    margin-top: 30px;
    padding: 50px 50px;
    justify-items: center;
    align-items: center;
}

#caixatexto {
    background-color: #D9D9D9;
    max-width: 1000px;
    padding: 30px 30px;
    text-align: left;
    text-indent: 20px;
}
#more {display: none;}


@media
