html, body {
    width: 100%;
    height: 100%;
}
main {
    width: 100%;
    background: #eda5b2; /* For browsers that do not support gradients */
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #f3d1d6, #eda5b2, #eda5b2, #eda5b2, #f3d1d6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f3d1d6, #eda5b2, #eda5b2, #eda5b2, #f3d1d6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f3d1d6, #eda5b2, #eda5b2, #eda5b2, #f3d1d6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f3d1d6, #eda5b2, #eda5b2, #eda5b2, #f3d1d6); /* Standard syntax */
}
section {
    background-size: cover;
    background-position: center;
}
section .main {
    max-width: 1100px;    
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}
a {
    color: #76384D;
    font-weight: 600;
}
section h1 {
    margin-bottom: 25px;
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 4em;
    color: #76384D;
    line-height: 80px;
    font-weight: 700;
    text-align: center;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    color: #ffffff;
    font-size: 20px;
	line-height: 24px;
	font-weight: 600;
    font-family: 'Hind Siliguri', sans-serif;
    text-align: center;
}
article .main {
    max-width: 1000px;
    padding: 40px 10% 25px 10%;
    margin: auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
	font-family: 'Hind Siliguri', sans-serif;	
	font-size: 2.1em;
    color: #76384D;
    font-weight: 700;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
	color: #696969;
}
article p {
	font-size: 18px;
    font-weight: 400;
    font-family: 'Hind Siliguri', sans-serif;
	line-height: 22px;
	margin-bottom: 20px;
    color: #ffffff;
}
article p.column {
    width: 40%;
    float: right;
}
@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
}
blockquote {
    color: #fff;
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Hind Siliguri', sans-serif;
    font-size: 24px;
    font-weight: 600;	
    border-left: #e27487 10px solid;
    line-height: 30px;
}
blockquote span {
	margin-top: 15px;
    font-weight: 800;
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 16px;
    color: #bc7c8e;
}
#parallax {
    background-image: url("/gnfactory/LNC/GNF/2016/11/18/0017/img/snorkeling.jpg");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}
#parallax blockquote {
    color: #ffffff;
	width: 80%;
    margin:auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Hind Siliguri', sans-serif;
    font-size: 24px;
    font-weight: 600;	
    border-left: #e27487 10px solid;
    line-height: 40px;
}
blockquote span {
	margin-top: 15px;
    font-weight: 800;
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 16px;
    color: #fff;
}
/*BOXES*/
.boxes {
	text-align: center;
    margin-bottom: 20px;
}
.boxes li {
	width: 49%;
    vertical-align: top;
	padding: 10px;
    background: rgba(243, 209, 214, 0.43);
	display: inline-block;
	transition: border .5s ease;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 900px) {
	.boxes li {
		width: 48%;
	}
}
@media screen and (max-width: 500px) {
	.boxes li {
		width: 95%;
	}
}
.boxes li span {
	display: block;
}
.boxes li img {
    margin: 10px auto 15px auto;
    width: 95%;
}
.boxes li .name {
    font-family: 'Hind Siliguri', sans-serif;
    padding: 5px;
	font-weight: 700;
	color: #ffffff;
	font-size: 35px;
	letter-spacing: 2px;
}
.boxes li .dia {
    font-family: 'Hind Siliguri', sans-serif;
    padding: 5px;
    text-align: left;
	font-weight: 800;
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 2px;
}
.boxes li .actividad{
    padding: 5px;
    text-align: left;
	margin-bottom: 15px;
	font-weight: 400;
	color: #76384D;
	font-size: 14px;
	letter-spacing: 2px;
    line-height: 1.5;
}
.boxes li .text {
	margin-bottom: 16px;
	font-weight: 400;
	color: #363636;
	font-size: 14px;
	font-style: italic;
}
/*OTROS*/
.arrow {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    border-radius: 100%;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .8;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2016/11/18/0017/img/Crystal.png);
}
.arrow:hover {
    opacity: 1;
}
/*OTROS*/
/*ANIMATION*/
@keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;  
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }    
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
/*ANIMATION*/