.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #fcf7f7;
}

video {
    max-width: 100%;
    height: auto;
}

body{
    background-color: #ffffff;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;

}
.contenedor{
    padding: 60px 0;
    width:90% ;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.titulo{
    color: rgb(125, 83, 8);
    font-size: 30px;
    text-align: center;
    margin-bottom : 60px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

header{
    width:100% ;
    height: 600px; ;
    background: url(principal.jpg);
    background: #908a9d4a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E7E9BB, #403B4A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E7E9BB, #403b4a7a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    ;
    background-size:cover ;
    background-attachment: fixed;
    position: relative;
    z-index: 10 ;
    background: url(Compañeros.jpg);
    background-size:cover;
    background-position; center center;

}


nav{
    text-align: right;
    padding: 30px 50px 0 0;
    
    
}

nav> a{
    color:rgb(251, 149, 60);
    font-weight: 300;
    text-decoration: none;
    margin-right: 10px;

}


nav> a:hover{
    text-decoration: underline;
    width: 100%;
    visibility: visible;
   }



   

.Ola{
    position: absolute;
    bottom: 0;
    width: 100%;

}

header .texto-header{
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center ;
    justify-content: center;
    flex-direction: column;
    
    
}

.texto-header h1{
    font-size: 50px;
    color: rgb(245, 240, 240);
}


.texto-header h2{
      font-size: 30px;
      font-weight: 300;
      color: rgb(234, 234, 227);
      text-align: center;
}


footer {
    background-color: #8c7e7e;
    color: white;
    text-align: center;
    padding: 1rem 0;
    margin-top: 2rem;
}

nav{
    text-align: left;
    padding: 30px 50px 0 0;
    margin-left: 3%;

}

nav> a{
    color:rgb(249, 212, 6);
    font-weight: 300;
    text-decoration: none;
   margin-right: 10px;

}


nav> a:hover{
    text-decoration: underline;
   }