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-image: url(/gnfactory/LNC/GNF/2017/09/22/0011/img/BGMoney.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
section {
    background-size: cover;
    background-position: center;
}
section#intro{
    background-image:url(/gnfactory/LNC/GNF/2017/09/22/0011/img/casaintrobuilding.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-color: #7ffff5;
    padding: 0 0 50px 0;
}
section .main {
    max-width: 1100px;    
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}
#section01 p{
    color: #ffffff;
}
section#intro .main {
    max-width: 500px;    
    padding: 5% 0% 5% 0%;
    margin-left: 20%;
    text-align: left;
}
@media screen and (max-width: 1200px) {
    section#intro .main {
    max-width: 50%;
    margin-left: 5%;
    font-size: 0.8em;
    line-height: 20px;
    }
}
@media screen and (max-width: 600px) {
    section#intro .main {
    max-width: 60%;
    margin-left: 5%;
    font-size: 0.8em;
    line-height: 20px;
    }
}
section#intro h1{
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-size: 5em;
    color: #009fa5;
    line-height: 70px;
}
@media screen and (max-width: 600px) {
    section#intro h1 {
    font-size: 4em;
    line-height: 50px;
    }
}
section#intro p{
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #575757;
    font-weight: 400;
    line-height: 20px;
}
section h1 {
    font-family: 'Playfair Display', serif;
    font-size: 5em;
    color: #009fa5;
    line-height: 75px;
    margin-bottom: 25px;
    font-weight: 700;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
#section02 h1{
   width: 84%;
}
#section02 p{
    width: 80%;
    
}
#section03 h1{
    width: 50%;
}
#section03 p{
    width: 60%;
}
@media screen and (max-width: 600px) {
    #section02,#section03{
    background-position: 60%;
    }
}
@media screen and (max-width: 600px) {
    #section02 h1,#section03 h1 {
    font-size: 3em;
    line-height: 40px;
    width: 80%;
    }
}
section p {
	margin-bottom: 20px;
    font-family: 'Quicksand', sans-serif;
    color: #585858;
    font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
article .main {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    max-width: 800px;
    padding: 40px 10px 25px 10px;
    margin: auto;
    color: #4d4d4d;
    background-color: rgba(255, 255, 255, 0.71);
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    color: #009fa5;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
	font-size: 2.5em;
}
article h2 {
    margin-bottom: 10px;
    font-family: 'Fira Sans', sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	color: #009fa5;
}
article h6 {
    margin: -10px 0px 0px 0px;
    text-align: center;
	font-size: 1em;
	font-weight: 200;
	color: #696969;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
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;
    }
}
.icontext{
    width: 70%;
    display: block;
    margin: auto;
}
.icontext p{
    color: aqua;
    line-height: 20px;
}
.icontext img{
    color: aqua;
    float: right;
    height: 150px;
    width: 150px;
    margin-left: 5%;
}
@media screen and (max-width: 600px) {
    .icontext img {
        width: 90%;
        margin: auto;
        float: none;
    }
}

.iconsgrid {
	max-width: 100%;
	margin: 0px auto;
	list-style: none;
	text-align: center;
}
.iconsgrid li {
	display: inline-block;
	width: 32%;
	margin: 0;
	padding: 5px;
	text-align: left;
	position: relative;
}
.iconsgrid img{
    margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
    .iconsgrid li {
    width: 60%;
    padding: 0px;
    }
}
.parallax {
    padding: 1%;
    box-shadow: inset 0px 0.2px 30px rgba(0, 0, 0, 0.3);
    background-color: #ff6e6e;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax p{
    color: white;
    font-weight: 600;
    width: 70%;
    margin: auto;
    padding: 1%;
    text-align: justify;
}
.parallax img{
    width: 30%;
    margin: auto;
}
@media screen and (max-width: 800px) {
    .parallax img {
        width: 70%;
        margin: auto;
    }
}
#ventajas{
	margin: 20px 20px;
    font-family: 'Quicksand', sans-serif;
}

#ventajas li {
    background: url(/gnfactory/LNC/GNF/2017/09/22/0011/img/keyBullet.png) no-repeat left top;
    padding: 0px 10px 10px 55px;
    /* reset styles (optional): */
    list-style: none;
    margin: 10px;
    font-size: 16px;
    font-weight: 500;
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Fira Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;	
    border-left: #7cd800 5px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
    color: #ccc;
}

/*TABLA*/
.tabla{
    margin: auto;
    width: 85%;
    padding: 20px;
    border: solid 2px #009fa5;
    border-radius: 20px;
    background-color: rgba(240, 248, 255, 0.87);
}
@media screen and (max-width: 600px) {
    .tabla {
        width: 95%;
        margin: auto;
    }
}
form{
    margin: 20px auto;
    text-align: center;
}
input{
    margin: 10px;
    font-size: 150px;
}
.tabla h2{
    text-align: center;
    margin-bottom: -15px;
}

.tabla h5{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
section#resultado{
    width: 50%;
    text-align: center;
    margin: auto;
}
@media screen and (max-width: 600px) {
    section#resultado {
        width: 100%;
        margin: auto;
    }
}
#resultado h3{
    font-size: 40px;
    color: #009fa5;
    font-family: 'Fira Sans', sans-serif;
}
#resultado p{
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #626262;
}
#resultado .left{
    float: left;
}
#resultado .left h3{
    color:#93d811;
}
#resultado .right{
    float: right
}
#montoTotal {
    background-color: #ffffff;
    border: solid 3px #009fa5;
    color: #009fa5;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    margin: 10px auto;
    height: 40px;
    border-radius: 0px;
}
#tiempoAhorro {
    background-color: #ffffff;
    border: solid 3px #009fa5;
    color: #009fa5;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    margin: 10px auto;
    height: 40px;
    border-radius: 0px;
}
#calculadora {
    background-color: #009fa5;
    border: solid 5px #ffffff;
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.cuotaAhorro{
    padding-bottom: 10px;
    border-bottom: dashed 1px #8d8d8d;
}
/*TABLA*/

/*OTROS*/
.arrow {
    width: 80px;
    height: 80px;
    text-align: center;
    display:block;
    border: 5px solid #ffffff;
    margin: -60px auto -30px auto;
    border-radius: 10%;
    background-size: 20px;
    background-color: #7ffff5;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 2px rgba(85, 85, 85, 0.5);
    background-position: center;
    transition: all .5s ease;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
    
}
@media screen and (max-width: 600px) {
    .arrow {
    margin-top: 5px;
    }
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2017/09/22/0011/svg/arrow_down.svg);
}
.arrow:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
}
/*OTROS*/