.headerPrincipal .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerPrincipal-nav {
  display: flex;
}

.contenidoPrincipal-cursos {
  display: flex;
  flex-wrap: wrap;
}

.contenidoPrincipal-cursos-link {
  display: flex;
  width: 23%;
}

.videoSobre .container {
  display: flex;
  justify-content: space-evenly;
}

.videoSobre-sobre {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.videoSobre-video {
  width: 40%;
  flex-shrink: 1;
}

.videoSobre-sobre-list {
  flex-grow: 1;
}

.rodapePrincipal-navMap-list {
  display: flex;
  flex-direction: column;
  height: 260px;
  flex-wrap: wrap;
}

.rodapePrincipal-patrocinadores .container {
  display: flex;
  justify-content: space-between;
}

.rodapePrincipal-patrocinadores-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 70%;
  margin-right: 5%;
}

.rodapePrincipal-contatoForm {
  width: 25%;
}

.rodapePrincipal-contatoForm-fieldset {
  display: flex;
}

/* PARTE RESPONSIVE */
@media screen and (max-width: 768px) {
  .headerPrincipal .container {
    flex-direction: column;
    align-items: initial;
    text-align: center;
  }

  .headerPrincipal-nav {
    flex-direction: column;
  }

  .headerPrincipal-nav-link-app {
    order: -1;
  }

  .contenidoPrincipal-cursos {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .contenidoPrincipal-cursos-link {
    width: 100%;
  }

  .videoSobre .container {
    flex-direction: column;
  }

  .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;
  }
}
