*{
    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: 570px;
}

section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section h4{
    margin-top: 32px;
}
section h5{
    width: 100%;
    max-width: 760px;
    font-weight: normal;
    line-height: 18px;
    text-align: justify;
    margin-top: 28px;
}
section h6{

}
section .imagen1{
    margin-top: 30px;
}
section .final{
    margin-bottom: 30px;
}
