
.headerV {
    height: 100vh;
    display: flex;
    align-items:center;
    color: #fff;
}

.contentV {
      max-width: 30rem;
      padding-left: 1rem;
      padding-right: 1rem;
      margin: auto;
      text-align:center;
}

.headerVideo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height:100vh;
      overflow: hidden;

}

.headerVideo video {
      min-width:100%;
      min-height: 100%;
      width:100%;
}

.headerOverlay {
      height: 100vh;
      width: 100vw;
      position: absolute;
      top: 0;
      left: 0;
      /*background: #303952;*/
      z-index: 1;
    /*  opacity: .85;*/
}

.headerContent {
    z-index: 2;
}

.headerContent h1{
    font-size: 50px;
    margin-bottom: 0;
}

.headerContent p{
    font-size: 20px;
    display: block;
    padding-bottom: 2rem;
}
.boton {
      background: #c44569;
      color:white;
      font-size: 12px;
      padding: 1rem 2rem;
      text-decoration: none;
}

ul.nav li {
    margin: 42px 16px 0 !important;
}

@media (max-width:960px) {
    .content {

        padding: 0 3rem 0 3rem;
    }

    .headerVideo {
          height: 55vh;
    }

    .headerVideo video {
          min-width:100%;
          min-height: 100%;
          width:auto;
    }

    ul.nav li {
        margin: 18px 8px 0 !important;
    }

    .contentV {
          max-width: 25rem;

    }

    .headerV {
        height: 42vh;
    }


}

@media (max-width:768px) {


    .headerVideo {
          height: 50vh;
    }

    .headerVideo video {

          width:inherit;
    }

    .headerV {
        height: 42vh;
    }

    .headerContent {
        margin-top: 82px;
    }


}
