
  @import url('https://fonts.googleapis.com/css2?family=Anton&family=Merriweather:wght@700&family=Poppins:wght@200;500&display=swap');

  body{
background: #343a40;
font-family: 'Poppins', sans-serif;
  }

  #hero {
    min-height: 100vh;
    position: relative;
  }

  video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .capa{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343a40;
    opacity: 0.5;
    mix-blend-mode: overlay;
  }

.efecto{
  position: relative;
z-index: 2;
  margin: 0;
  padding: 0;
  height: 100vh;
  /*background: #343a40;*/
  font-family: font-family: 'Anton', sans-serif;
font-family: 'Merriweather', serif;
font-family: 'Poppins', sans-serif;
display: flex;
align-items: center;
justify-content: center;
}

ul li {
  list-style: none;
  margin: 0 5 px;
}

ul li a .fa{
  transition: .5s;
}

ul li a span {
  position: absolute;
  /*top: 30px;*/
  color: #262626;
  letter-spacing: 4px;
  transition: .5s;
}

ul li a{
  text-decoration: none;
 display: absolute;
  display: block;
  width: 210px;
  height: 80px;
  background: #91ff8f;
  text-align: left;
  padding-left: 20 px;
  transform: rotate(-30deg) skew(25deg) translate(0,0);
transition: .5s;
box-shadow: -20px -20px -10px rgba(0, 0, 0, .5);

}

ul li a:before{
  content: '';
  position: absolute;
  top: 10px;
  left: -20px;
  height: 100%;
  width: 20px;
  background: #b1b1b1;
  transform: .5s;
  transform: rotate(0deg) skewY(-45deg);
}

ul li a:after{
  content: '';
  position: absolute;
  bottom: -20px;
  left: -10px;
  height: 20px;
  width: 100%;
background: #b1b1b1;
  transform: .5s;
  transform: rotate(0deg) skewX(-45deg);
}

ul li a:hover{
  transform: rotate(-30deg)skew(25deg) translate(20px,-15px);
  box-shadow: -50px 50px 50px rgba(0, 0, 0, .5);
}

ul li:hover span{
  color: #fff;
}

ul li:hover:nth-child(1) a{
  background: #3b5998;
}

ul li:hover:nth-child(1) a:before{
background: #365492;
}

ul li:hover:nth-child(1) a:after{
  background: #4a69ad;
}

.bienvenidos{
color: #fff;
text-align: center;
position: relative;
z-index: 2;
}
.bienvenidos h1{
  text-align: center;
}

.proximamente{
  color: #fff;
  margin: 0;
  padding: 0;
  height: 100vh;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 2;
}