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

  body{

font-family: 'Poppins', sans-serif;
  }

  #hero {
    margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
display: flex;
align-items: center;
justify-content: center;
    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;
  }

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