@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;
}

#cuadro{
    margin-left: 280px;
    margin-right: 280px;
    text-align: justify;
}


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: 17px;
}
.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{
    width: 100%;
    margin-top: 28px;
    text-align: left;
    justify-content: left;
    line-height: 28px;
    max-width: 760px;
}

section h5{
   width: 100%;
   max-width: 760px;
   text-align: justify;
   font-weight: normal;
   line-height: 18px;
   margin-top: 28px; 
}

section .img1g{
    margin-top: 28px;
    text-align: center;
}
section .img1g{
    max-width: 400px;
    width: 100%;

}

section .img2g{
    margin-top: 28px;
    text-align: center;
}
section .img2g{
    max-width: 500px;
    width: 100%;
}

section .img3g{
    margin-top: 28px;
}
section .img3g{
    max-width: 500px;
    width: 100%;
}

section .img4g{
    margin-top: 28px;
}
section .img4g{
    max-width: 500px;
    width: 100%;
}

section .img5g{
    margin-top: 28px;
}
section .img5g{
    max-width: 600px;
    width: 100%;
}

section .img6g{
    margin-top: 28px;
}
section .img6g{
    max-width: 400px;
    width: 100%;
}

section .img7g{
    margin-top: 28px;
}
section .img7g{
    max-width: 800px;
    width: 100%;
}

section .img8g{
    margin-top: 28px;
}
section .img8g{
    max-width: 650px;
    width: 100%;
}

section .img9g{
    margin-top: 28px;
}
section .img9g{
    max-width: 400px;
    width: 100%;
}
.gaaa{
    background: #BCD5ED;
    max-width: 780px;
    width: 100%;
    max-width: 20cm;
    padding: 4px 0px 4px 0px;
    }

#final{
    margin-bottom: 30px; 
}

.centrartexto{
    text-align: center;}