*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    background: rgb(195, 235, 195);
}

header{
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header .grande1{
    width: 100%;
    max-width: 750px;
}

header h2, h4{
    margin-top: 15px;
}

section{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section h4{
   margin-top: 50px; 
}

section h5{
    margin-top: 30px; 
    text-align: justify;
    width: 100%;
    max-width: 750px;
    font-weight: normal;
    line-height: 18px;
}

section h6{
    margin-top: 20px;
}

.h5especial1{
    font-weight: bold;
}

.miimg1{
    margin-top: 20px;
}
.miimg2{
    margin-top: 20px;
}
.miimg3{
    margin-top: 20px;
    width: 40%;
}
.miimg4{
    margin-top: 20px;
    width: 40%;
}
.miimg5{
    margin-top: 20px;
    width: 40%;
}
.miimg6{
    margin-top: 20px;
    width: 40%;
}
.miimg7{
    margin-top: 20px;
    width: 40%;
}

section .final{
    margin-bottom: 40px;
}