video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9;
}

.viewport-header {
  position: relative;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  color: white;
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
}

.bg-black {
  background: black;
}

section {
  padding: 80px 0;
}

.bg-dark {
  background-color: #020041 !important;
  padding: 20px 10px;
  box-shadow: 0px 0px 38px -13px #ee01a2;
  border-bottom: 1px solid rgb(244 0 146 / 50%);
}

nav .logo {
  position: absolute;
  width: 140px;
  top: 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255 / 90%);
}

#inicio {
  padding: 130px 0 100px;
  color: #01014b;
}

#inicio p {
  font-size: 24px;
}

#quienes-somos {
  background: linear-gradient(#01004c,#002661);
}

#experiencias {
  background: white;
  color: black;
}

footer {
  border-top: 1px solid rgb(255 255 255 / 30%);
  padding: 30px 0 10px;
  font-size: 13px;
}