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%;
    background: url(/gnfactory/LNC/GNF/2017/09/05/0003/img/BG.png), linear-gradient(180deg, #94e6f8, #f5bf75, #67597e, #182438);
    background-size:cover, 100% 100%;
    background-repeat:no-repeat, no-repeat;
    background-position:bottom, top;
    background-attachment: fixed, scroll;
}
@media screen and (max-width: 600px) {
    main {
       background-size:auto, 100% 100%;  
    }
}
section {
    background-size: cover;
    background-position: center;
    background-color: rgba(70, 68, 64, 0.52);
    
}
section .main {
    max-width: 1100px;    
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
    
}
section h1 {
    text-align: center;
    margin-bottom: 25px;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 3em;
    color: #fff;
}
section h1.bigtext {
    margin-top: 0px; 
    text-align: center;
	font-family: 'Ropa Sans', sans-serif;	
	font-size: 6em;
    color: #2d528d;
    
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
	line-height: 26px;
	font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
section .titletext{
    color: #ffffff;
    text-shadow: 1px 1px 1px #767676;
}

article .main {
    max-width: 800px;
    padding: 40px 10px 25px 10px;
    margin: auto;
    background:linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(18, 18, 18, 0.45),rgba(18, 18, 18, 0.45),rgba(18, 18, 18, 0.45),rgba(255, 255, 255, 0));
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
	font-family: 'Ropa Sans', sans-serif;	
	font-size: 1.6em;
    color: #ffffff;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
	color: #696969;
}
article p {
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
    color: #ffffff;
	margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 40, 40, 0.3);
}
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: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;	
    border-left: #de6700 10px solid;
    color: #fff;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
    color: #ccc;
}

/*ABRE LISTA BENEFICIOS*/

#beneficios{
	margin: 20px 5px;
}

#beneficios li {
    list-style-image: url(/gnfactory/LNC/GNF/2017/09/05/0003/img/vineta.png);
	margin: 10px 20px;
    font-size: 16px;
    color: #fff;
}

/*CIERRA LISTA BENEFICIOS*/




/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin:20px auto;
    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/2017/09/05/0003/svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
/*OTROS*/

/*SWIPER*/

 .swiper-container {
        width: 45%;
        height: 100%;
    }

@media screen and (max-width: 600px) {
    .swiper-container {
        width: 100%;
    }
}
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.swiper-slide p{
    width: inherit;
    
}
/*SWIPER*/


