body{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Poppins';
    margin-top: 11dvh;
}
p{
    text-align: justify;
}
.diplomadoInformacion{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin: 40px 0;
}
.header{
    background: #e67815;
}
#conocenos-hermano .subConocenos-a{
    background: #e67815;
}
#diplomados-hermano .subDiplomados-a{
    background: #e67815;
}
.formulario{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    z-index: 0;
}
h1{
    margin-bottom: 20px;
}
h2{
    margin-bottom: 7px;
}
.diplomadoInformacion p:nth-child(4), .diplomadoInformacion ul:nth-child(7){
    margin-bottom: 30px;
}