*{
  box-sizing: border-box;
}
body{
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden;
}




/* inicia configuración de video */
.logo3{
  width: 20rem;
  padding-bottom: 2rem;
}
.boton{
  background: rgba(96, 160, 112, 0.2);
  color: white;
  font-size: .8rem;
  padding: 1rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
}
.header{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.content{
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  text-align: center;
}
.header-video{
  position: absolute;
  align-content: center;
  top: 0;
  left: 0;
  width: 210vh;
  height: 100vh;
  overflow: hidden;
}
.header-video video{
  min-width: 10%;
  min-height: 10%;
}

.header-overlay{
  height: 100vh;
  width: 100vw;
  position: absolute;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: .60;
}
.header-content{
  margin: auto;
  z-index: 2;
}

.header-content p{
  font-size: 1.2rem;
  display: block;
  width: 30rem;
  padding-bottom: 8rem;
}
/* Estilo del video */
@media (max-width: 800px) {
  .content{
    padding: 0 3rem;
  }
}
