*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: rgb(200, 240, 167);
    font-family: Arial, Helvetica, sans-serif;
}

header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
header h2, h4{
    margin-top: 22px;
}
header .especial1{
    width: 100%;
    max-width: 760px;
}

section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section h4{
    margin-top: 35px;
}
section h5{
    width: 100%;
    max-width: 760px;
    text-align: justify;
    font-weight: normal;
    line-height: 18px;
    margin-top: 25px;
    
}
section .i1{
    margin-top: 30px;
}
section .i2{
    margin-top: 30px;
}
section .grupo1{
    margin-top: 30px;
}
section .i5{
    margin-top: 30px;
    width: 100%;
    max-width: 500px;
}
section .i6{
    margin-top: 30px;
    width: 100%;
    max-width: 500px;
}
section .i7{
    margin-top: 30px;
    width: 100%;
    max-width: 500px;
}
section .final{
    margin-bottom: 30px;
}