body{
background-color: rgb(224, 220, 220);
color: rgb(64, 52, 52);
font-size: 18px;
text-align: justify;
margin-left: 5%;
margin-right: 5%;
}
p{font-size: 30px;
    text-align: center;
    color: rgb(15, 14, 14);

}
h1{
    text-align: center;
    background-color: rgb(72, 69, 69);
    color: rgb(243, 228, 228);
    padding: 1%;
}
h2{
    text-decoration: underline;
    text-transform: uppercase;
}
li{
    font-style: italic;
    font-size: 18px;
    color: rgb(1, 1, 1);
}
ol{
    list-style: upper-alpha;
}
ul{
    list-style-type:square ; 
}
.nome{
    font-size: 14px;
    text-align: right;
    
}
summary{
    font-size: 25px;
    font-weight: bold;
    color: rgb(151, 39, 144);
    cursor: pointer;
}
details{
    font-size: 25px;
    padding-top: 1%;
    padding-bottom: 0.5%;
}
img{
    width:300px;
    display:block;
    margin: 0 auto;
}
.conteudo1{
    display: flex;
    flex-direction: row;
    gap: 5%;
}
    .conteudo2{
display: flex;
flex-direction: row-reverse;
gap: 5%;
    }
   .conteudo2  img{
    width: 95px;
    border-radius: 100%;

   }
   .conteudo3 {
    display: flex;
    flex-direction: row;
    gap: 2%;
   }
   .conteudo3 p{
    width: 40%;
   }
.conteudo3 img{
    width: 250px;

}

.conteudo4{
    display: flex;
    flex-direction: row-reverse;
    gap: 4%;
}
.conteudo4 img{
    width: 250px;
}
table{
    width: 80%;
    display: block;
    margin: 0 auto;
    border-color: black;
    border-style: double;
    border-width: 5px;
}
th{
    text-align: center;
    font-size: 20px;
    background-color: cadetblue;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}
td{
    padding: 0.5%;
    border-width: 1px;
    border-color: black;
    border-style: solid;
}
.destaque{
    width: 20%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: cadetblue;
}
section{
    height: 98vh;
}
section.parte1{
    background-color: rgb(103, 100, 100);
    background-image: url(../imagens/desenho7.jpg);
    background-repeat: no-repeat;
    background-size: 110%;
    color: black;
    text-align: center;
    padding-top: 15%;
}
section.parte2{
    background-color: rgb(103, 100, 100);
    background-image: url(../imagens/desenho8.jpg);
    background-repeat: no-repeat;
    background-size: 110%;
    color: rgb(15, 14, 14);
    text-align: center;
    padding-top: 15%;
}
section.parte3{
    background-color: rgb(103, 100, 100);
    background-image: url(../imagens/desenho9.jpg);
    background-repeat: no-repeat;
    background-size: 110%;
    color: black;
    text-align: center;
    padding-top: 15%
}

a{
    font-size: 18px;
    text-decoration: none;
    cursor: help;
    color: rgb(18, 16, 16);
}
a:hover{
    font-size: 22px;
    color: rgb(17, 16, 16);
    cursor: pointer;
}
a:visited{
    color: rgb(25, 23, 23);
}
.padrao{
    padding: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin: 0%;
}
header{
    background-color: aliceblue;
    width: 100%;
    height: 10vh;
    position: fixed;
}
nav ul{
    list-style: none;
    width: 100%;
    padding: 0%;
    margin: 0%;
}
nav ul li{
    float: inline-start;
    width: 22%;
    text-align: center;
    padding-top: 10px;
    padding-left: 1%;
}
nav ul li a{
    color: black;
    text-decoration: none;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    padding: 8px;
}
nav ul li a:hover{
    background-color: cadetblue;
    color: aliceblue;
}
.conteudo5{
    display: block;
    margin: 0 auto;
    padding-top: 5%;
    width: 60%;
}
.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-column: span 2;
    grid-row: span 1;
}
.galeria .img6{
    grid-column: 3;
    grid-row: 1;
}
.galeria.img2:hover{
    filter: grayscale(1);
}
.galeria .img4:hover{
    box-shadow: 0 15px cadetblue;
    transform: translateY(-10px);
}
.galeria .img7:hover{
    transform: rotate(360deg);
}
.cartoes{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin: 0 auto ;
}
.cartao{
    width: 300px;
    min-height: 200px;
    border-color: rgb(63, 62, 62);
    border-style: double;
    border-width: 5px;
    transition: 1s;
    background-color: rgb(116, 111, 111);
    color: aliceblue;
}
.cartao:hover{
    background-color: rgb(57, 56, 56);
    color: rgb(228, 222, 222);
    border-radius: 15px;
    transform: scale(1.1);
}
.aula9 h3{
    color: rgb(20, 20, 20);
    text-align: center;
}
.aula9 .cartao p{
    font-style: italic;
    font-size: 18px;
}
.aula9 h1{
    transition: 1s;
    animation: troca-cor 1s infinite;
    color: black;
}
@keyframes troca-cor {
    0%{
       background-color:rgb(143, 143, 143)
    }
    20%{
        background-color: rgb(134, 132, 132);
        
    }
}


@media only screen and (max-width:800px){
.aula1{
  font-size: 28px;
text-align: justify;
  
}
body{
      font-size: 28px;
}
.conteudo1{
   display: block;
}
.conteudo2{
   display: block;
}
.conteudo3{
   display: block;
}
.conteudo4{
   display: block;
}
.img1{
 width: 80%;
}
.texto1{
   width: 90%;
}
img{
   width: 90%;
}
.img2{
   width:90% ;
}
.principal{
   height: 130vh;
}
.parte1{
 background-size: 100% 100%;
 height: 110vh;
}
.parte2{
 background-size: 100% 100%;
 height: 110vh;
}
.parte3{
 background-size: 100% 100%;
 height: 110vh;
}
.conteudo5{
padding-top: 16%;
}
nav ul li a{
 font-size: 18px;
  padding-left: 0%;
}
.conteudo5 img{
   width: 90%;
}
.aula9 h2{
   font-size: 32px;
}}


