@font-face {
  font-family: Nh Md;
  src: url('../fonts/NH-Md.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nh 55 Rg";
  src: url('../fonts/NH-55Rg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nh Displayroman;
  src: url('../fonts/NH-DisplayRoman.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nh Displaymediu;
  src: url('../fonts/NH-DisplayMediu.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nh;
  src: url('../fonts/NH-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nh 65 Md";
  src: url('../fonts/NH-65Md.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gris-regular: #6c787f;
  --blanco: #fff;
  --gris-fondo: #d9d9d9;
  --azul: #00213d;
}

body {
  color: #333;
  font-family: Nh, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.body-home {
  background-image: url('../images/Homepage.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 20000px;
  font-family: Nh Displayroman, Arial, sans-serif;
}

.section-hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.logo-hero {
  width: 60.4rem;
  margin-bottom: 6.3rem;
}

.menu-hero {
  z-index: 4;
  grid-column-gap: 20.1rem;
  grid-row-gap: 20.1rem;
  justify-content: center;
  align-items: center;
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
  display: flex;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
}

.link-menu {
  color: var(--gris-regular);
  font-family: Nh, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.section-nosotros {
  padding: 20rem 2rem 10rem;
  overflow: hidden;
}

.container-nosotros {
  background-color: var(--gris-fondo);
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 7.7rem 11rem 10rem;
}

.titulo-nosotros {
  color: var(--azul);
  margin-top: 0;
  margin-bottom: 13rem;
  font-family: Nh, Arial, sans-serif;
  font-size: 4.1rem;
  font-weight: 300;
  line-height: 1em;
}

.p-nosotros {
  color: var(--azul);
  margin-bottom: 0;
  font-family: Nh, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2em;
}

.section-servicios {
  padding: 10rem 2rem;
}

.container-servicios {
  max-width: 108rem;
  height: 400vh;
  margin-left: auto;
  margin-right: auto;
}

.titulo-servicios {
  color: var(--azul);
  margin-top: 0;
  margin-bottom: 6.5rem;
  padding-left: 5.1rem;
  padding-right: 5.1rem;
  font-family: Nh, Arial, sans-serif;
  font-size: 4.1rem;
  font-weight: 300;
  line-height: 1em;
}

.fila-servicios {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.card-servicio {
  z-index: 3;
  background-color: #6b7880;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 57.3rem;
  min-height: 50rem;
  padding: 5.6rem 3.5rem 3.6rem;
  display: flex;
  position: absolute;
  top: 0%;
  right: 0%;
}

.card-servicio.dos {
  z-index: 2;
  background-color: #182f3d;
  right: 16%;
}

.card-servicio.tres {
  z-index: 1;
  background-color: #00213d;
  right: 33%;
}

.card-servicio.cuatro {
  z-index: 0;
  background-color: #012c51;
  position: static;
  left: 0;
  right: auto;
}

.titulo-card {
  color: var(--blanco);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nh, Arial, sans-serif;
  font-size: 4.05rem;
  font-weight: 300;
  line-height: 1.2em;
}

.punto-servicio {
  color: var(--blanco);
  margin-top: .6rem;
  margin-bottom: 0;
  font-family: Nh, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1em;
}

.section-equipo {
  padding-top: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-equipo {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.titulo-equipo {
  color: var(--azul);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20rem;
  font-family: Nh, Arial, sans-serif;
  font-size: 4.1rem;
  font-weight: 300;
  line-height: 1em;
}

.miembro-euipo {
  margin-bottom: 30rem;
}

.miembro-euipo.ultimo {
  margin-bottom: 0;
}

.col-img {
  width: 47.9%;
}

.row-top-miembro {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.img-miembro {
  aspect-ratio: 2 / 2.44;
  object-fit: cover;
  width: 30.64rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.col-content-equipo {
  width: 38.7%;
  padding-top: .3rem;
}

.col-content-equipo.invertir {
  order: -9999;
  padding-left: 13rem;
}

.nombre-equipo {
  color: var(--azul);
  margin-top: 0;
  margin-bottom: 1.3rem;
  font-family: Nh Displaymediu, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
}

.p-datos-team {
  color: var(--azul);
  margin-bottom: 1.4rem;
  font-family: Nh, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2em;
}

.link-mail {
  color: var(--azul);
  text-decoration: none;
}

.link-linked-in.footer {
  filter: brightness(0%) invert();
}

.icono-linked {
  width: 4.4rem;
}

.p-row-team {
  color: var(--blanco);
  margin-bottom: 11.3rem;
  font-family: Nh, Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 1.15em;
}

.contenidos-team-member {
  background-color: var(--azul);
  margin-top: -5.6rem;
  padding: 14.4rem 13.2rem 10rem;
}

.titulo-educacion {
  color: var(--blanco);
  margin-bottom: 0;
  font-family: Nh, Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 1.15em;
}

.punto-educacion {
  color: var(--blanco);
  width: 70%;
  margin-bottom: 0;
  padding-left: 1.3rem;
  font-family: Nh, Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 1.15em;
  position: relative;
}

.grafico-educacion {
  position: absolute;
  inset: 0% auto auto 0%;
}

.p-idiomas {
  color: var(--blanco);
  margin-top: 7rem;
  margin-bottom: 0;
  font-family: Nh, Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 1.15em;
}

.section-footer {
  background-color: var(--gris-regular);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.container-footer {
  width: 100%;
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
}

.titulo-contacto {
  color: var(--blanco);
  margin-top: 0;
  margin-bottom: 15.5rem;
  font-family: Nh, Arial, sans-serif;
  font-size: 4.1rem;
  font-weight: 300;
  line-height: 1em;
}

.row-footer {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.p-footer {
  color: var(--blanco);
  width: 32.6rem;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2em;
}

.cerrar-menu, .menu-resp {
  display: none;
}

.menu-btn {
  border-top: 1px solid var(--azul);
  border-bottom: 1px solid var(--azul);
  width: 2rem;
  height: 1.4rem;
  display: block;
  position: relative;
}

.linea-media {
  border-bottom: 1px solid var(--azul);
  width: 100%;
  height: 50%;
}

.menu-text {
  color: var(--azul);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 130% 0% auto;
}

.underline {
  border-bottom: 1px solid var(--gris-regular);
  color: #6c787f00;
  width: 0%;
  height: 0;
  transition: all .4s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
}

.underline.on {
  width: 100%;
}

.sticky-servicios {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section-menu-sticky {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.container-menu-resp {
  justify-content: flex-end;
  align-items: center;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logo-hero {
    width: 70%;
  }

  .menu-hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .link-menu {
    font-size: 2rem;
  }

  .section-nosotros {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .container-nosotros {
    padding: 5rem;
  }

  .titulo-nosotros {
    margin-bottom: 10rem;
    font-size: 3.5rem;
  }

  .p-nosotros {
    font-size: 2.5rem;
  }

  .section-servicios {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .titulo-servicios {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.5rem;
  }

  .card-servicio {
    width: 50%;
    min-height: 39rem;
    padding: 2rem;
  }

  .titulo-card {
    font-size: 2.5rem;
  }

  .punto-servicio {
    font-size: 2rem;
  }

  .container-equipo {
    padding-top: 0;
  }

  .titulo-equipo {
    margin-bottom: 6.5rem;
    font-size: 3.5rem;
  }

  .miembro-euipo {
    margin-bottom: 30rem;
  }

  .img-miembro {
    width: 65%;
  }

  .col-content-equipo {
    width: 50%;
  }

  .col-content-equipo.invertir {
    padding-left: 4.7rem;
  }

  .nombre-equipo {
    margin-bottom: .5rem;
    font-size: 2rem;
  }

  .p-datos-team {
    font-size: 2rem;
  }

  .icono-linked {
    width: 2rem;
  }

  .p-row-team {
    font-size: 2rem;
  }

  .contenidos-team-member {
    padding: 10.3rem 4.8rem 5rem;
  }

  .titulo-educacion, .punto-educacion, .p-idiomas {
    font-size: 2rem;
  }

  .section-footer {
    padding: 9rem 6.8rem;
  }

  .titulo-contacto {
    margin-bottom: 11rem;
  }
}

@media screen and (max-width: 767px) {
  .logo-hero {
    width: 80%;
  }

  .link-menu {
    font-size: 1.5rem;
  }

  .titulo-nosotros {
    margin-bottom: 5rem;
    font-size: 2.5rem;
  }

  .p-nosotros {
    font-size: 2rem;
  }

  .titulo-servicios {
    font-size: 2.5rem;
  }

  .card-servicio {
    min-height: 32rem;
  }

  .titulo-card, .punto-servicio {
    font-size: 1.5rem;
  }

  .titulo-equipo {
    font-size: 2.5rem;
  }

  .miembro-euipo {
    margin-bottom: 15rem;
  }

  .col-content-equipo.invertir {
    padding-left: 3.5rem;
  }

  .nombre-equipo {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .p-datos-team {
    font-size: 1.5rem;
  }

  .p-row-team {
    margin-bottom: 5rem;
    font-size: 1.5rem;
  }

  .contenidos-team-member {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }

  .titulo-educacion {
    font-size: 1.5rem;
  }

  .punto-educacion {
    width: 100%;
    font-size: 1.5rem;
  }

  .p-idiomas {
    font-size: 1.5rem;
  }

  .section-footer {
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }

  .titulo-contacto {
    font-size: 2.5rem;
  }

  .p-footer {
    width: 62%;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .menu-hero {
    z-index: 10;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #85858585;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transition: all .5s;
    position: fixed;
    inset: -100vh 0% auto;
  }

  .menu-hero.on {
    top: 0;
  }

  .link-menu {
    color: var(--blanco);
    font-size: 2.1rem;
  }

  .section-nosotros {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-nosotros {
    padding: 2rem;
  }

  .titulo-nosotros {
    font-size: 2rem;
  }

  .p-nosotros {
    font-size: 1.25rem;
  }

  .section-servicios {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-servicios {
    height: auto;
  }

  .titulo-servicios {
    margin-bottom: 5rem;
    font-size: 2rem;
  }

  .fila-servicios {
    flex-flow: column-reverse;
    display: flex;
    position: static;
  }

  .card-servicio {
    z-index: 1;
    width: 100%;
    position: sticky;
    top: auto;
    bottom: 10rem;
    right: auto;
  }

  .card-servicio.dos {
    right: auto;
  }

  .card-servicio.tres {
    z-index: 3;
    right: auto;
  }

  .card-servicio.cuatro {
    z-index: 4;
    position: sticky;
    left: auto;
  }

  .titulo-card {
    width: 85%;
    margin-bottom: 3rem;
  }

  .punto-servicio {
    margin-top: .3rem;
    font-size: 1.25rem;
  }

  .section-equipo {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .titulo-equipo {
    font-size: 2rem;
  }

  .miembro-euipo {
    margin-bottom: 10rem;
  }

  .col-content-equipo.invertir {
    padding-left: 2.9rem;
  }

  .nombre-equipo, .p-datos-team {
    font-size: 1rem;
  }

  .icono-linked {
    width: 2rem;
  }

  .p-row-team {
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }

  .contenidos-team-member {
    margin-top: 3rem;
    padding: 3rem;
  }

  .titulo-educacion, .punto-educacion {
    font-size: 1.25rem;
  }

  .p-idiomas {
    margin-top: 2rem;
    font-size: 1.25rem;
  }

  .section-footer {
    padding: 5rem;
  }

  .titulo-contacto {
    font-size: 2rem;
  }

  .p-footer {
    width: 70%;
    font-size: 1.25rem;
  }

  .cerrar-menu {
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    display: block;
    position: relative;
    transform: rotate(45deg);
  }

  .linea-a {
    border-bottom: 1px solid var(--blanco);
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
  }

  .linea-b {
    border-left: 1px solid var(--blanco);
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
  }

  .menu-resp {
    z-index: 4;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: fixed;
    top: 2rem;
    right: 2rem;
  }

  .menu-btn {
    border-top: 1px solid var(--azul);
    border-bottom: 1px solid var(--azul);
    width: 2rem;
    height: 1.4rem;
    position: relative;
  }

  .linea-media {
    border-bottom: 1px solid var(--azul);
    height: 50%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .menu-text {
    color: var(--azul);
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 1em;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 130%;
  }

  .sticky-servicios {
    height: auto;
    position: static;
  }

  .section-menu-sticky {
    display: none;
  }

  .menu-desktop {
    z-index: 4;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: fixed;
    top: 2rem;
    right: 2rem;
  }
}


@font-face {
  font-family: 'Nh Md';
  src: url('../fonts/NH-Md.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nh 55 Rg';
  src: url('../fonts/NH-55Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nh Displayroman';
  src: url('../fonts/NH-DisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nh Displaymediu';
  src: url('../fonts/NH-DisplayMediu.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nh';
  src: url('../fonts/NH-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nh 65 Md';
  src: url('../fonts/NH-65Md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}