html, body {
    width: 100%;
    height: 100%;
}
main {
    width: 100%;
}
section {
    background-size: cover;
    background-position: center;
}
section .main {
    max-width: 1100px;    
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
    height: 550px;
    text-align: center;
}
section h1 {
    margin-bottom: 25px;
font-family: 'Lato', sans-serif;
	font-size: 2.7em;
    color: #fff;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 1.1em;
	line-height: 20px;
	font-weight: 400;
}
article .main {
    max-width: 1000px;
    padding: 40px 10% 25px 10%;
    margin: auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 5px 0;
}
article h1 {
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
	font-size: 2em;
    color: #69813A;
    text-align: center;
    letter-spacing: 0.08em;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: 400;
	color: #69813A;
}
article img {
    text-align: center;
    display: inline;
}
article p {
	font-size: 1.1em;
	line-height: 1.2.3em;
	font-weight: 400;
    color: #646464;
	margin-bottom: 20px;
}
aection p span{
    text-align: center;
}
article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
}
#playlist{
    width: 100%;
    text-align: center;
}
#playlist li{
    width: 320px;
    padding: 20px;
    background-color: #69813A;
    display: inline-block;
    margin: 5px;
}
#playlist li .img{
    width: 300px;
    height: 200;
    margin: auto;
}
@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: 600;
    color: #ffffff;
    border-left: #69813A 10px solid;
    max-width: 650px;
    text-shadow: 1px 1px #000;
    font-weight: 600;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 18px;
    color: #ffffff;
}

/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #000;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2016/11/15/0003/svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
/*OTROS*/
#parallax {
    background-image: url(/gnfactory/LNC/GNF/2016/11/15/0003/img/p01.png);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#parallax.second{
    background-image: url(/gnfactory/LNC/GNF/2016/11/15/0003/img/p02.png);
    padding-top: 8%;
}
@media screen and (max-width: 570px) {
    #parallax{
    background-attachment: scroll;
    }
    section h1 {
        font-size: 2em;
    }
    .video-play-button {
    margin-top: 50%;
    }    
}
/*VIDEO*/
#play {
    width: 100%;
    margin: auto;
    text-align: center;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: inline;
  width: 32px;
  height: 44px;
  /* background: #69813A; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  margin-top: 35px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #69813A;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #69813A;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#69813A, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 4;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


.video-overlay {
  height: 700px;    
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #69813A;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}