*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    background: rgb(200, 240, 167);
}

header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
header h2,h4{
    margin-top: 25px;
}
header .especial1{
    width: 100%;
    max-width: 760px;
}

section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section h4{
    margin-top: 28px;
}
section h5{
   width: 100%;
   max-width: 760px;
   text-align: justify;
   font-weight: normal;
   line-height: 18px;
   margin-top: 28px; 
}
section h6{
    font-size: 12px;
    font-weight: normal;
    margin-top: 25px;
}
section .ima1{
    margin-top: 28px;
}
section .ima2{
    margin-top: 28px;
}
section .ima3{
    margin-top: 28px;
}
section .ima4{
    margin-top: 28px;
}
section .ima5{
    margin-top: 28px;
}
section .ima6{
    margin-top: 28px;
}
section .ima7{
    margin-top: 28px;
}
section .ima8{
    margin-top: 28px;
    width: 100%;
    max-width: 760px;
}
section .ima9{
    margin-top: 28px;
    width: 100%;
    max-width: 760px;
}
section .final{
    margin-bottom: 30px;
}
