.DivInicioInfo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 80px;
}

.CreditosInformación{
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: black;
    text-align: justify;
    font-family: 'Montserrat';
    font-size: 18px;
    overflow: hidden;
    padding-bottom: 20px;
}
section{
    overflow-wrap: break-word;
    word-break: keep-all;
}

section > p{
    text-align: justify;
    word-break: keep-all;
}

section > h2, section > h4{
    color: rgb(243, 151, 66);
}