* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  list-style: none;
  position: relative;
}

body {
display: flex;
flex-direction: column;
justify-content: space-between;
min-height:100vh;
}

main {
  flex-grow: 1;
  background-color: #0e0e0e;

}

@font-face {
  font-family: "Montreal-Book";
  src: url(2/font/PPNeueMontreal-Book.otf);
}

@font-face {
  font-family: "Montreal-Medium";
  src: url(2/font/PPNeueMontreal-Medium.otf);
}

header {
  z-index: 2;
}

.nav-header .p1 {
  width: 40%;
}

.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

header .nav-header {
  position: fixed;
  background-color: #0e0e0e;
}

header .nav-header .logo-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  height: 5.875rem;
  border-right: 0.063rem solid #f4f4f4;
  border-bottom: 0.063rem solid #f4f4f4;
}

header .nav-header .logo-wrapper img {
  padding-left: 1rem;
  padding-right: 1rem;
  height: auto;
  max-width: 15.6rem;
}

header .nav-header .claim {
  background-color: #8aec01;
}

header .nav-header .claim p {
  padding: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}

html.disable-scroll body {
  max-height: 100%;
  overflow: hidden;
  position: fixed;
}

.nav-main {
  display: block;
  width: 100%;
  background-color: #0e0e0e;
}

.nav-header {
  position: fixed;
  width: 100%;
  background-color: #0e0e0e;
}

.nav-header .p2 {
  width: 60%;
}

.claim {
  font-family: "Montreal-Medium", sans-serif;
}

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

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

ul.box-nav {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

ul.box-nav li {
  font-size: 1.125rem;
  font-family: "Montreal-Medium", sans-serif;
  height: 2.938rem;
  width: 20%;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.nav-header .nav-main ul.box-nav {
  flex-wrap: wrap;
}

.nav-header .nav-main ul.box-nav li {
  width: 50%;
}

a.no-href:hover {
  cursor: pointer;
}

a.box-link:hover,
a.box-link:focus {
  color: #000000;
  background-color: #8aec01;
}

a {
  color: #ffffff;
  transition: 0.25s;
}

.vm22 img {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 0.5rem;
}

div.h1v {
  width: 100%;
  border-bottom: 0.063rem solid #f4f4f4;
}

h1 {
  font-family: "Montreal-Medium";
  font-size: 2.25rem;
  color: #f4f4f4;
  padding: 1rem;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-family: "Montreal-Medium";
  font-size: 0.938rem;
  color: #0e0e0e;
  padding: 1rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  background-color: #8aec01;
  border-bottom: 0.063rem solid #f4f4f4;
}


.acumar {
  font-family: "Montreal-Book";
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  color: #ffffff;
}

.acumar picture {
  overflow: hidden;
  height: 37.5rem;
  background-color: #8aec01;
}

.acumar img {
  mix-blend-mode: multiply;
  filter: grayscale(100%);
  object-fit: cover;
  border-right: 0.063rem solid #f4f4f4;
  border-left: 0.063rem solid #f4f4f4;
}

.acumar div {
  overflow: hidden;
  padding: 1rem;
  gap: 1rem;
  border-right: 0.063rem solid #f4f4f4;
  border-left: 0.063rem solid #f4f4f4;
}

.acumar p {
  line-height: 157.5%;
  margin-bottom: 0.5rem;
}

tool-tip {
  position: fixed;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  font-family: "Montreal-Medium";
  font-size: 1.1rem;
  color: #ffffff;
  left: 2rem;
  top: 94%;
}

#equipo {
  display: flex;
  width: 66.68%;
  height: 37.5rem;
  background-color: #8aec01;
}

#equipo a {
  display: flex;
  width: 0;
  flex-grow: 1;
  object-fit: cover;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s ease;
  mix-blend-mode: multiply;
  margin: 0;
  padding: 0;
  filter: grayscale(100%);
}

#equipo a:hover {
  cursor: crosshair;
  width: 18.75rem;
  mix-blend-mode: normal;
  filter: grayscale(0%);
}

.academicos img {
  display: block;
  aspect-ratio: 1;
  width: 8em;
  background-color: #0e0e0e;
  padding: 0.5rem;
  margin-bottom: 2rem;
}

.academicos > ul {
  font-family: "Montreal-Book";
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  color: #ffffff;
}

.academicos > ul > li {
  margin: 0;
  padding: 2rem;
  border-bottom: 0.063rem solid #f4f4f4;
  border-right: 0.063rem solid #f4f4f4;
  border-left: 0.063rem solid #f4f4f4;
}
.mapa {
display: flex;
flex-direction: column;
flex-grow: 1;
  }

.mapa img{
width: 70%;
margin: auto;
padding: 4rem 2rem 4rem 2rem;
}

footer {
  background-color: #8aec01;
}

footer div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer p {
  font-family: "Montreal-Medium";
  font-size: 1rem;
  color: #0e0e0e;
  text-align: start;
  padding: 1rem;
}

.logos {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  padding-top: 1rem;
  padding-bottom: 0;
}

.mob {
  margin: 0 16.66% 0 16.66%;
}

.mtop {
margin-top: 5.9rem;
}

@media screen and (max-width: 1000px) {
  .mob {
    margin: 0 10% 0 10%;
  }

  #equipo {
    width: 80%;
  }
}
