@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header h2,h4,h3{
    margin-top: 25px;
}

header .especial1{
    width: 100%;
    max-width: 760px;
}

.miorcid1{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}
.miorcid2{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.miorcid2 img{
    width: 20px;
}
.miorcid2 a{
    margin-left: 6px;
    text-decoration: none;
    color: green;
}

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 .efea2, .efea3, .efea4, .efea5{
    margin-top: 28px;
}

.miceleste1{
    background: #BCD5ED;
    width: 100%;
    max-width: 760px;
    text-align: center;
    padding: 4px 0px 4px 0px;
}
.miceleste2{
    background: #BCD5ED;
    width: 100%;
    max-width: 760px;
    padding: 4px 0px 4px 4px;
}

#final{
    margin-bottom: 30px; 
}