/* Inicio header */
header {
  position: fixed;
}

.foundation__menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #e6e6e6;
  opacity: 1;
  display: flex;
}

.menu__logos img {
  width: 250px;
}

.menu__logos {
  display: flex;
  width: 23%;
  align-items: center;
  padding: 0 1rem;
}

.menu__lista {
  width: 72%;
  float: right;
  display: flex;
  justify-content: right;
  align-items: center;
}

a.nav-link {
  color: #4d4d4d;
  text-align: center;
  font-family: "Fira Sans Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px 5px !important;
}

a.upaep__link-about {
  /* padding: 0 !important; */
  margin: 16px 0 16px 0px;
  padding: 5px 0px 5px 0px !important;
}

li.nav-item.dropdown {
  display: flex;
}

a#menuTextAccesos {
  padding: 0 !important;
}

i.fa-solid.fa-chevron-down {
  display: none;
}

a#menuTextEstudiantes {
  text-align: center;
  padding: 10px;
  width: 76%;
  background: #fff;
}
a.upaep__link_donate {
  margin: 16px 16px 16px 0;
  background: #e30921;
  color: #fff !important;
  padding: 5px 20px !important;
  border-radius: 50px;
}

a.upaep__link_donate:hover {
  color: #fff;
}

a,
a:hover {
  text-decoration: none;
  color: #fff;
}

/* Fin header */

/* Inicio footer */

footer {
  background: #404040;
  padding: 40px 120px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_text {
  color: #ebf5ff;
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer_text-contacto {
  color: #ebf5ff;
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.__right .footer_text-contacto {
  text-align: right;
}

.footer_logos img {
  width: 50px;
  height: 50px;
}

.footer_logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.footer-content-contacto {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}

hr.footer-line {
  color: #fff;
  opacity: 1;
}

.footer-p {
  color: #ebf5ff;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Fin footer */

@media (max-width: 900px) {
  .menu__logos img {
    width: 150px;
    object-fit: contain;
  }

  .menu__logos {
    width: 100%;
  }

  button#btn_nav-bvar {
    font-size: 26px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    background: var(--upaep-color-red);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 0;
  }

  i.fas.fa-bars {
    font-size: 22px;
  }

  nav.navbar.navbar-expand-lg {
    padding: 0;
  }

  span.texto_menu {
    font-size: 15px;
    padding: 0 0 0 15px;
  }

  div#offcanvasNavbar {
    background: #52565a;
  }

  a.nav-link {
    justify-content: left;
    margin: 0;
    padding: 0 0 40px !important;
    color: #fff;
    font-size: 22px;
  }

  .header-movil {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .offcanvas-header {
    width: 100%;
    padding: 25px 25px 0;
    display: block;
  }

  .header-movil {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .offcanvas-header {
    width: 100%;
    padding: 25px 25px 0;
    display: block;
  }

  button.text-reset.d-flex.justify-content-end {
    background: none;
    border: none;
    color: #fff !important;
  }

  i.fas.fa-bars.movil {
    font-size: 35px;
  }

  .nav-link:focus,
  .nav-link:hover {
    color: #fff !important;
  }

  a.upaep__link_donate {
    margin: 0;
    background: #e30921;
    color: #fff;
    width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px !important;
  }

  .offcanvas-body {
    padding: 50px 40px;
  }

  footer {
    padding: 25px 20px;
    z-index: 0;
  }

  .footer-p {
    font-size: 11px;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .footer_text {
    width: 100%;
    padding: 0 0 15px;
  }

  .footer-content-contacto {
    flex-wrap: wrap;
  }

  .footer_text-contacto {
    width: 100%;
    padding: 0 0 15px;
    font-size: 14px;
  }

  .__right .footer_text-contacto {
    text-align: left;
  }
}
