html, body {
    width: 100%;
    height: 100%;
}
.embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}
.embed iframe, .embed object, .embed embed {
	position: absolute;
	top: 0;
	left: 0;
	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;
}
section h1 {
    margin-bottom: 25px;
	font-family: 'Economica', sans-serif;
	font-size: 4em;
    color: #fff;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
    font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
    color: #fff;
    font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 400;
}
article .main {
    max-width: 800px;
    padding: 40px 10px 25px 10px;
    margin: auto;
}
article img {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
	font-family: 'Economica', sans-serif;
	font-size: 2.2em;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: 700;
	color: #2F3C8B;
	font-family: 'Economica', sans-serif;
    text-transform: uppercase
}
article p {
    font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	margin-bottom: 20px;
}
article li {
    margin: 10px 0 0 5%;
    list-style-image: url(/gnfactory/LNC/GNF/2017/05/04/0002/svg/check.svg)
}
article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
}
@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-style: italic;
	font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 600;	
    border-left: #4a4a4a 10px solid;
}
blockquote span {
	margin-top: 15px;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
    color: #ccc;
}

/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #DF1720;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .8;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2017/05/04/0002/svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
/*OTROS*/
/*-=-=-=-=-=-=-=-=-=-*/
/* GENERAL STYLES */
/*-=-=-=-=-=-=-=-=-= */

.clear	{ 
	clear: both;
	display: block;
	width: 0; 
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

 h2, h3, h4, h5, h6 {
	margin: 30px 0;
	font-weight: 300;
}
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

#container {
	width:  94%;
	margin:  auto;
    text-align: center
}
#container section {
	height: 200px;
    display: inline-block
}

.section--blue {
	background-color: #2F3C8B;
    margin: 20px 10px 20px 10px;
    padding: 10px 20px;
    border-left: 10px solid #DF1720;
    border-radius: 5px
}
.section--yellow {
	background-color: white;

}

.section--blue h1 {
    font-size: 2em;
    font-weight: 600;
    text-align: center
}
.section--blue p {
    font-size: 1m;
}
#parallax{
    background-image: url(/gnfactory/LNC/GNF/2017/05/04/0002/img/cover2.jpg);
    padding-top: 8%;
}
@media screen and (max-width: 570px) {
    #parallax{
    background-attachment: scroll;
    }
    section h1 {
        font-size: 2em;
    }
    .video-play-button {
    margin-top: 20%;
    }   
    section p {
    font-size: 0.9em;
	line-height: 1em;
	font-weight: 400;
}
}

/*-=-=-=-=-=-=-=-=-=-*/
/* Column Grids */
/*-=-=-=-=-=-=-=-=-= */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 250px; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }

/*-=-=-=-=-=-=-=-=-=-*/
/* Links */
/*-=-=-=-=-=-=-=-=-= */

a {	text-decoration: none; color: #666666;}
a:hover, a:active { outline: 0; color: #666666; }


/*-=-=-=-=-=-=-=-=-=-*/
/* 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: ##2F3C8B; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  margin-top: 70px;
}

.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: #DF1720;
  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: #DF1720;
  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: 5em;
  line-height: 1;
  font-weight: 400;
  color: #D5181F;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #2f3c8b;
    
}

.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);
}
