body,
html {
  margin: 0;
  background-color: #e0e0e0 !important;
}

* {
  box-sizing: border-box;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-ipn {
  width: 100%;
  min-height: 56px;
  padding: 0.5em 10% !important;
  background-color: #152d28;
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
}
.navbar-ipn .logo-gob {
  width: 10%;
}
.navbar-ipn .logo-gob img {
  height: 32px;
}

.navbar-ipn .search-png img {
  height: 16px;
}
.navbar-ipn .links {
  width: 90%;
  padding: 0.5em 0;
  text-align: right;
}
.navbar-ipn .links a {
  margin-left: 2em;
  color: #fff;
  text-decoration: none;
}
.navbar-ipn .links a:hover {
  color: #666;
}
.header-ipn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 184px;
  padding: 56px 10% 0.5em !important;
}
.header-ipn .educacion-wrapper {
  display: flex;
}
.header-ipn .educacion-wrapper .logo-educacion {
  height: 64px;
}
.header-ipn .educacion-wrapper .ipn-wrapper {
  display: flex;
  align-items: center;
}
.header-ipn .educacion-wrapper .ipn-wrapper .logo-ipn {
  margin: 0 20px;
}
.header-ipn .educacion-wrapper .ipn-wrapper p {
  margin-bottom: 0;
}
.header-ipn .logo-dev img {
  height: 64px;
}

.footer-ipn {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 445px;
  padding: 2em 10% !important;
  background-color: #13322b;
  color: #fff;
}
.footer-ipn .logo img {
  height: 64px;
}
.footer-ipn .links-column {
  display: grid;
  align-content: baseline;
}
.footer-ipn .links-column a,
.footer-ipn .links-column p {
  font-size: 14px;
  color: #fff;
}
.footer-ipn .links-column .denuncia-servidores {
  margin-bottom: 1.9285em;
}

.row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
  .navbar-ipn {
    padding: 0.5em 2em !important;
    font-size: 13px;
  }
  .navbar-ipn .logo-gob {
    width: 5%;
  }
  .navbar-ipn .logo-gob img {
    height: 24px;
  }
  .navbar-ipn .links {
    width: 95%;
  }
  .navbar-ipn .links a {
    margin-left: 1em;
  }

  .footer-ipn .links-column:not(:first-of-type) {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 1200px) {
  .row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .header-ipn {
    padding: 56px 2em 0.5em !important;
  }
  .header-ipn .educacion-wrapper .logo-educacion {
    display: none;
  }
  .header-ipn .logo-dev {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-ipn {
    font-size: 11px;
    background-color: #fff;
  }
  .navbar-ipn .logo-gob {
    display: none;
  }
  .navbar-ipn .links {
    width: 100%;
    text-align: center;
  }
  .navbar-ipn .links a {
    margin: 0 0.5em;
    color: #363636;
  }
  .header-ipn {
    padding: 56px 0 0.5em !important;
  }
}

.principal {
  margin-top: -8px;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tituloSeccion h2 {
  background-color: #2f477f;
  padding: 15px;
  font-weight: bold !important;
  color: white;
}

.menuSiapol {
  width: 100%;
  background-color: #4359a4;
  color: #fff;
}

.menuSiapol a {
  color: #fff;
  text-decoration: none;
}
.menuSiapol a:hover {
  color: #666;
}

.nav-item .dropdown-menu {
  background-color: #4359a4 !important;
  color: #fff;
}

a.dropdown-item :hover {
  background-color: #4359a4 !important;
  color: #666 !important;
}
/*
.dropdown-item {
  color: #fff;
  text-decoration: none;
}
.dropdown-item a :hover {
  background-color: #4359a4 !important;
  color: #666;
}
*/
table.table#trayectoria {
  font-size: 12px;
}

/*constancias*/
.etiqueta{
  width: 20%;
}

.textoEtiqueta{
  background-color: #fff !important;
}
.grupoEtiquetas{
  margin-top: 15px  !important;
}

#resultados{
  margin: 30px;
}
