.rodapePrincipal-navMap-list{
    display: flex;
    flex-direction: column;
    height: 260px;
    flex-wrap: wrap;
}
.contenidoPrincipal-cursos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
.contenidoPrincipal-cursos-link{
    display: flex;
    width: 23%;
}
.videoSobre .container {
    display: flex;
}
.videoSobre-sobre {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.videoSobre-video{
    flex-grow: 2;
    flex-shrink: 2;
}
.videoSobre-sobre-list{
    flex-grow: 2;
}
/* RESPONSIBE */
@media (max-width:768px) {
.headerPrincipal .container {
    flex-direction: column;
    align-items: initial;
    text-align: center;
}
.headerPrincipal-nav{
    flex-direction: column;
}
.contenidoPrincipal-cursos{
    flex-direction: column;
    width: 100%;
}
.contenidoPrincipal-cursos-link{
    width: 100%;
}
.rodapePrincipal-navMap-list{
    height: auto;
    flex-wrap: nowrap;
}
.rodapePrincipal-patrocinadores .container {
    flex-direction: column;
}
.rodapePrincipal-contatoForm{
    width: 100%;
}
.rodapePrincipal-patrocinadores-list{
    align-items: center;
    width: 100%;
    margin: 0%;
}
.rodapePrincipal-contatoForm-fieldset{
    justify-content: center;
}
.headerPrincipal-nav-link-app{
    order: -1;
}
.videoSobre .container {
    flex-direction: column;
}
} 
            