body{
  width: 100%;
  height: 100%;
  background-color: rgb(45, 45, 45);
  text-align: center;
}


        
      
.contenedorVideo{
padding-top: 1.5%;
padding-bottom: 0.5%;
padding-left: 12%;
padding-right: 12%;
position: relative;
            height: 100vh;
            overflow: hidden;
            z-index: 1;
}

.videoFondo{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.imgFondo{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.enlaces {
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}


a{
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}


nav{
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: center;
  z-index: 2;
}
svg{
  max-width: 50px;
  max-height: 25px;
  
}
a:hover{
.cls-1 {
  fill: #b98d2e;
}
}
a:active{
.cls-1 {
  fill: #6c5117;
}}

