body{
    background-color: rgb(255, 144, 203);
    color: rgb(50, 50, 50);
    font-size: 19px;
    text-align: justify;
    margin-left: 3%;
    margin-right: 4%;
}
p{
    color: rgb(232, 13, 123);
    font-size: 22px;
    text-align: center;
    text-decoration: underline;
}
.nome{
    color: rgb(255, 0, 128);
    text-align: right;
    text-transform: capitalize;
    text-decoration: underline;
}
.subtítulo{
    text-align: left;
text-decoration: underline;
}
h1{
    text-align: center;
    text-decoration: underline;
    padding: 1%;
    color: rgb(33, 136, 140);
    background-color: rgb(89, 217, 196);
}
h3{
    color: rgb(219, 31, 110);
    
}
li{
    font-style: italic;
}
ol{
    list-style-type: decimal;
}
ul{
    list-style-type: disc;
    font-weight: bold;
    font-style: italic;
}
    summary{
font-weight: bold;
font-size: 20px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
cursor: pointer;
    }
    details{
        font-size: 22px;
    }
    img{
        width: 600px;
        margin: 0 auto;
        display: block;
        border-radius: 70%;
        border-width: 5px;
        border-color: rgb(216, 52, 85);
        border-style: solid;
    }
    .conteudo1{
        display: flex;
        flex-direction: row;
        gap: 50px;
    }
    .conteudo2{
        display: flex;
        flex-direction: row-reverse;
    }
    .conteudo3{
        display: flex;
        flex-direction: row;
        gap: 50px;
    }
    .img1{
        width: 26%;
    }
        .texto1{
            width: 35%;
        }
.conteudo4{
    display: flex;
    flex-direction: row;
}
.img2{
    width: 32%;
}
table{
    width: 90%;
    display: block;
    margin: 0 auto;
    border-style: double;
    border-width: 7px;
    border-color: rgb(0, 0, 0);
}
th{
    text-align: center;
    font-size: 20px;
    background-color: rgb(220, 75, 104);
    color: aqua;
}
td{
    border-style: solid;
    border-width:  2px;
    border-color: black;
}
.destaque{
    background-color: rgb(209, 61, 90);
    text-align: center;
    font-weight: bolder;
    color: aqua;
}
section{
    height: 90vh;
}
.parte1{
    background-image: url(../imagens/abstrat01.avif);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    padding-top: 9%;
}
.parte2{
    background-image: url(../imagens/abstrato5.avif);
    background-repeat: no-repeat;
    text-align: center;
    background-size: 100%;
    padding-top: 9%;
}
.parte3{
    background-image: url(../imagens/abstrato2.avif);
     background-repeat: no-repeat;
    text-align: center;
    background-size: 100%;
    padding-top: 9%;
}
a:visited{
    color: rgb(255, 0, 128);
}
a:hover{
    color: aliceblue;
    font-size: 21px;
}
.padrao{
    padding: 0%;
   margin: 0%;
   margin-left: 0%;
   margin-right: 0%;
}
header{
    background-color: rgb(102, 233, 200);
    width: 100%;
    height: 10vh;
    position: fixed;
}
nav ul{
    list-style: none;
    padding: 0%;
    margin: 0%;
    width: 100%;
}
nav ul li{
    float: inline-start;
    width: 24%;
    text-align: center;
    padding-top: 1.5%;
}
nav ul li a{
    text-decoration: underline;
    text-transform: capitalize;
    color: aliceblue;
    display: block;
    padding:2px
}
nav ul li a:hover{
    background-color: rgb(248, 114, 184);
    color: rgb(255, 255, 255);
}
.conteudo5{
    width: 60%;
    margin: 0 auto;
    display: block;
    padding-top: 4%;
}
.conteudo5 img{
    width: 300px;
}
.conteudo5 h2{
    text-align: center;
}
.galeria{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 250px;
    gap: 10px;
}
.galeria img{
    border-radius: 0%;
    border-width: 0px;
    width: 100%;
    height: 100% ;
    object-fit: cover;
    transition: 2s;
}
.galeria .img1{
    grid-row: span 1;
    grid-column: span 2;
}
.galeria .img3{
    grid-row: span 1;
    grid-column: span 2;
}
.galeria .img6{
    grid-row: span 1;
    grid-column: span 2;
}
.galeria .img8{
    grid-row: span 1;
    grid-column: span 2;
}
.galeria .img10{
    grid-row: span 1;
    grid-column: span 2;
}
.galeria .img2:hover{
    box-shadow: 0 30px 35px rgb(0, 238, 255);
    transform: translateY(-10);
}
.galeria .img7:hover{
    box-shadow: 0 30px 35px rgb(0, 234, 255);
    transform: translateY(-10);
}
.galeria .img4:hover{
    box-shadow: 0 30px 35px rgb(0, 234, 255);
    transform: translateY(-10);
}
.galeria .img5:hover{
    box-shadow: 0 30px 35px rgb(0, 234, 255);
    transform: translateY(-10);
}
.galeria .img7:hover{
    box-shadow: 0 30px 35px rgb(0, 234, 255);
    transform: translateY(-10);
}
.galeria .img9:hover{
    box-shadow: 0 30px 35px rgb(0, 234, 255);
    transform: translateY(-10);
}
.cartoes{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
}
.cartao{
    width: 300px;
    min-height: 200px;
    border-color: rgb(16, 200, 200);
    border-style: double;
    border-width: 5px;
    transition: 1s;
    background-color: rgb(125, 225, 225);
}
.cartao:hover{
    background-color: rgb(64, 163, 220);
    color: aliceblue;
    border-radius: 15px;
    transform: scale(1.1);
}
.aula9 h3{
    color: rgb(0, 0, 0);
    text-align: center;
}
.aula9 .cartao p{
    font-style: italic;
    font-size: 18px;
}
.aula9 h1{
    transition: 1s;
    animation: troca-cor 1s infinite;
}
@keyframes troca-cor{
   0%{
        background-color: rgb(133, 221, 221);
    }
    20%{
        background-color: rgb(133, 251, 251);
    }
}