*{box-sizing:border-box;
}



.header{
    height: 100vp;
    display: flex;
    align-items: center;
    color:##27ae60;
}

.content{
    max-width: 60rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin:auto;
    text-align: center;

}

.header-video{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 70vh;
    overflow: hidden;

}

.header-video video{
    min-width: 100%;
    min-height: 100%;
}

.header-video-img{
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.header-overlay{
    height: 50vh;
    width: 100vw;
    position:absolute;
    top: 0;
    left: 0;
    background: #303952;
    z-index: 1;
    opacity: .0;

}

.header-overlay-portada{


    z-index: 1;
    opacity: .80;

}

.header-content {
    z-index: 1;
}

.header-content1 {
    z-index: 1;
}

.header-content h1{
    font-size: 50px;
    margin-bottom: 0;
    font-family: 'Lobster', cursive;

}

.header-content p{
    font-size: 1.5rem;
    display: block;
    padding-bottom: 2rem;

}

.btn{
    background: #27ae60;
    color: #fff;
    font-size: 1rem;
    padding: .1rem 1rem;
    text-decoration: none;
}



.bg {
  /* The image used */


  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width:960px){
    .content{
        padding: 0 3rem 0 3rem
    }
