/* RESET*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,u, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

*{box-sizing:border-box;}


/*ESTILOS GENERALES
****************************************/

body {
	font-family: 'Raleway', sans-serif;
	}
	
::-webkit-scrollbar {
	width: 10px;
	}
	
::-webkit-scrollbar-track { /*fondo-barra-scroll*/
	background-color: #E9E9E9;
	}

::-webkit-scrollbar-thumb { /*barra-scroll*/
	background-color: #FFB09B;
	}
	
::-moz-selection {
	background-color:#E9E9E9;
	}
	
::selection {
	background-color:#00CAD5;
	color: #fff;
	}
	
a {
	text-decoration:none;	
		
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	}

#boton-inicio {
	position: fixed;
	width: 200px;
	height: 80px;
	background-color: #FF1830;
	text-align: right;
	padding-right: 20px;
	z-index: 10;
	background-image: url(../historia/LOGOTIPO.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#boton-inicio a {
	color: white;
	font-weight: 400;

	line-height: 80px;
	font-size: 12px;
	letter-spacing: 3px;
}

#boton-inicio a:hover {
	font-weight: 600;

}

.scroll-section {
	height:1000px;
}

.numeros {
	color:rgba(0,0,0,0.0);
	}

#scroll-indicator-bullets {
	position: fixed;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 20px;
	z-index: 8;
	font-size: 15px;
}
#scroll-indicator-bullets ul {
	list-style: none;
}
#scroll-indicator-bullets ul li {
	position: relative;
	padding-right: 7px;
}
#scroll-indicator-bullets ul li a {
	display: block;
	color: #F0042D;
	padding: 4px 0 0 0;
	-webkit-user-select: none !important;
	-webkit-touch-callout: none;
}
#scroll-indicator-bullets ul li .bullet-nav-title {
	position: absolute;
	top: 4px;
	right: -10px;
	display: block;
	visibility: hidden;
	opacity: 0.0;
	white-space: nowrap;
	text-align: left;
	-webkit-transition: opacity 300ms, right 300ms, text-shadow 300ms;
	transition: opacity 300ms, right 300ms, text-shadow 300ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	padding: 5px 30px 5px 10px;
	border-radius: 0 5px 5px 0;
	background: rgba(255,177,156,0.2);
}
#scroll-indicator-bullets ul li .bullet-item-link .circle {
	position: relative;
	top: 2px;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	border: 1px solid #F0042D;
	background: transparent;
	margin: 4px 0;
}
#scroll-indicator-bullets ul li .bullet-item-link.active .circle {
	background: #F0042D;
}
#scroll-indicator-bullets ul li.show-title .circle {
	text-shadow: none;
}
#scroll-indicator-bullets ul li.show-title .bullet-nav-title {
	opacity: 1.0;
	right: 2px;
	visibility: visible;
}
#scroll-indicator-bullets ul.open .bullet-nav-title {
	visibility: visible;
}

/*específicos*/

#uno {
	background-image:url(../historia/pattern-rojo.png);
	border-bottom:1px solid #FFB19C;
	background-attachment:fixed;
	}
	
#uno article {
	margin:auto;
	max-width:900px;
	height:1000px;
	background-image:url(../historia/slide-1-historia.png);	
	background-position:left bottom;
	background-repeat:no-repeat;
	
	}
	
#uno article p {
	font-size:60px;
	line-height:70px;
	color:rgba(0,172,188,1.00);
	width:500px;
	font-weight:800;
	margin-top:30%;
	margin-left:40%;
	text-align:right;		
	}
	
#dos {
	background-image:url(../historia/slide-2-historia.png);
	background-position:right center;
	background-repeat:no-repeat;
	
	}
	
#dos article {
	width:100%;
	margin:auto;
	height:1000px;
	background-image:url(../historia/slide-2-historia-rio.png);
	background-repeat:repeat-x;
	background-position:bottom center;
	border-bottom:1px solid #FFB19C;
	}
	
#dos article p {
	color:#00ACBC;
	font-size:30px;
	line-height:40px;
	font-weight:400;
	width:550px;
	height:150px;
	margin-top:15%;
	margin-left:15%;	
	}
	
#dos article p span {
	color:#F0042D;
	}
	
#tres {
	background-image:url(../historia/slide-3-historia.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
#tres article {
	width:100%;
	height:1000px;
	background-image:url(../historia/slide-3-historia-peces.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	border-bottom:1px solid #F0042D;	
	}
	
#tres article p {
	text-align:center;
	font-size:30px;
	line-height:40px;
	max-width:900px;
	color:#00ACBC;
	font-weight:700;
	margin:auto;
	margin-top:5%;
	}
	
#cuatro {
	background-image:url(../historia/slide-4-historia-pattern.png);
	position:relative;
	}
	
#cuatro article {
	background-image:url(../historia/slide-4-historia-peces.png);
	background-position:center center;
	width:100%;
	height:1000px;
	}
	
#cuatro article p {
	position:absolute;
	top:0;
	left:50%;
	width:50%;
	height:1000px;
	background-color:rgba(255,255,255,0.7);	
	color:#F0042D;
	font-size:25px;
	line-height:35px;
	padding:20% 10%;
	border-left:1px solid rgba(255,177,156,1.00);
	box-shadow:-5px -5px 25px rgba(6,1,1,0.2);
	}
	
#cinco {
	background-color:rgba(255,226,144,1.00);	
	}
	
#cinco article {
	background-image:url(../historia/slide-5-historia-pattern.png);
	width:100%;
	height:1000px;
	position:relative;
	border-bottom:1px solid #FFB19C;
	}
	
#cinco article p {
	max-width:900px;
	margin:auto;
	margin-top:12%;
	text-align:center;
	font-size:30px;
	line-height:40px;
	color:#F0042D;
	}
	
#cinco article figure {
	background-image:url(../historia/slide-5-historia-peces.png);
	width:100%;
	height:516px;
	position:absolute;
	bottom:0;
	}
	
#seis {
	background-image:url(../historia/slide-6-historia.png);
	background-position: top center;
	}
	
#seis article {
	width:100%;
	height:1000px;
	background-image:url(../historia/slide-6-historia-cascada.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	}
	
#seis article p {
	width:520px;
	height:200px;
	font-size:25px;
	line-height:35px;
	color:#00ACBC;
	margin-top:15%;
	margin-left:20%;
	}
	
#siete {
	background-image:url(../historia/slide-7-historia-fondo.png);
	background-position: top center;
	}
	
#siete article {
	width:100%;
	height:1000px;
	background-image:url(../historia/slide-7-historia.png);
	background-position: bottom center;
	background-repeat:repeat-x;
	}
	
	
#siete article p {
	width:550px;
	height:200px;
	font-size:25px;
	line-height:35px;
	color:#F0042D;
	margin-top:15%;
	margin-left:15%;
	}
	
#ocho {
	background-image:url(../historia/slide-8-historia.png);
	background-position:center center;
	}
	
#ocho article {
	width:100%;
	height:1000px;
	background-image:url(../historia/slide-8-historia-demonio.png);
	background-position: bottom center;
	background-repeat:repeat-x;
	}
	
	
#ocho article p {
	width:600px;
	height:200px;
	margin:auto;
	font-size:25px;
	line-height:35px;
	color:#FFDCD3;
	margin-top:7%;
	text-align:center;
	}
	
#nueve {
	background-image:url(../historia/slide-9-historia.png);
	background-position:center center;
	}
	
#nueve article {
	width:100%;
	height:1000px;
	background-image:url(../historia/slide-8-historia-2.png);
	background-position: bottom center;
	background-repeat:repeat-x;
	}
	
#nueve article p {
	width:600px;
	height:200px;
	font-size:25px;
	line-height:35px;
	color:#F0042D;
	margin-top:7%;
	margin-left:10%;
	}
	
#diez article,
#diez figure {
	position:relative;
	float:left;
	width:50%;
	height:1000px;
	}
	
#diez article {
	background-image:url(../historia/slide-10-historia-texto.png);
	background-size:cover;
	background-position:center center;
	}
	
#diez article p {
	width:50%;
	height:300px;
	margin:auto;
	margin-top:35%;
	color:#fff;
	font-size:20px;
	line-height:30px;
	text-align:center;
	text-shadow:1px 1px 2px rgba(1,48,53,0.3);
	}
	
#diez article p span {
	font-size:40px;
	text-transform:uppercase;
	font-style:normal;
	letter-spacing:2px;
	font-weight:400;
	}
	
#diez figure {
	background-color:#FFB19C;
	background-image:url(../historia/slide-10-historia-pattern.png);
	text-align:center;
	padding-top:7%;
	}
	
/*MEDIA QUERY
******************************************************************************
********************************************************************************/

/*1366*/	
@media screen and (max-width:1440px) {
	
.scroll-section {
	height:700px;
}

/*específicos*/

#uno article {
	height:700px;
	background-image:url(../historia/slide-1-historia-1366.png);
	}
	
#uno article p {
	font-size:50px;
	line-height:60px;
	width:400px;
	margin-top:25%;
	}
	
#dos article {
	height:700px;
	background-image:url(../historia/slide-2-historia-rio-1366.png);
	}
	
#dos article p {
	font-size:25px;
	line-height:35px;
	width:450px;
	margin-left:10%;	
	}
	
#tres {
	background-image:url(../historia/slide-3-historia.png);
	}
	
#tres article {
	height:700px;
	background-image:url(../historia/slide-3-historia-peces-1366.png);
	background-repeat:repeat-x;
	}
	
#tres article p {
	font-size:25px;
	line-height:35px;
	max-width:700px;
	margin-top:8%;
	}
	
#cuatro article {
	background-image:url(../historia/slide-4-historia-peces-1366.png);
	height:700px;
	}
	
#cuatro article p {
	height:700px;
	font-size:20px;
	line-height:30px;
	padding:20% 13%;
	}
	
#cinco article {
	height:700px;
	}
	
#cinco article p {
	max-width:750px;
	margin-top:10%;
	font-size:25px;
	line-height:35px;
	}
	
#cinco article figure {
	background-image:url(../historia/slide-5-historia-peces-1366.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	height:386px;
	}
	
#seis article {
	height:700px;
	background-image:url(../historia/slide-6-historia-cascada-1366.png);
	}
	
#seis article p {
	width:500px;
	height:130px;
	font-size:20px;
	line-height:30px;
	margin-left:15%;
	}	

#siete article {
	height:700px;
	background-image:url(../historia/slide-7-historia-1366.png);
	}
	
	
#siete article p {
	width:400px;
	height:130px;
	font-size:20px;
	line-height:30px;
	margin-left:10%;
	}
	
#ocho article {
	height:700px;
	background-image:url(../historia/slide-8-historia-demonio-1366.png);
	}

#nueve article {
	height:700px;
	background-image:url(../historia/slide-8-historia-2-1366.png);
	}
	
#nueve article p {
	width:500px;
	font-size:20px;
	line-height:30px;
	margin-left:5%;
	}
	
#diez article,
#diez figure {
	height:700px;
	}
	
#diez article {
	background-image:url(../historia/slide-10-historia-texto-1366.png);
	}
	
#diez article p {
	width:60%;
	height:200px;
	margin-top:35%;
	font-size:18px;
	line-height:28px;
	font-weight:300;
	}
	
#diez article p span {
	font-size:35px;
	}
	
#diez figure {
	padding-top:10%;
	}
	
#diez figure img {
	width:70%;
	}


	}
	
/*1024*/	
@media screen and (max-width:1100px) {
	
#dos article p {
	width:350px;
	}
	
#nueve article p {
	width:350px;
	font-size:18px;
	}
	
#diez article {
	}
	
#diez article {
	background-size:120%;
	background-position:center center;
	background-repeat:no-repeat;
	}
	
#diez article p {
	width:65%;
	height:auto;
	margin:auto;
	margin-top:45%;
	font-size:18px;
	line-height:25px;
	}
	
#diez figure {
	padding-top:16%;
	}
	
	}

/*768*/	
@media screen and (max-width:800px) {
	
.scroll-section {
	height:900px;
	}

/*específicos*/

#uno article {
	height:900px;
	}
	
#uno article p {
	width:40%;
	margin:auto;
	margin-top:25%;
	}
	
#dos article {
	height:900px;
	}
	
#dos article p {
	width:60%;
	margin-top:20%;
	margin-left:10%;	
	}
	
#tres article {
	height:900px;
	}
	
#tres article p {
	width:50%;
	margin-top:20%;
	}
	
#cuatro article {
	height:900px;
	}
	
#cuatro article p {
	left:40%;
	width:60%;
	height:900px;
	padding:50% 15% 0 10%;
	font-weight:300;
	}
	
#cinco article {
	height:900px;
	}
	
#cinco article p {
	width:60%;
	margin-top:20%;
	}
	
#cinco article figure {
	background-image:url(../historia/slide-5-historia-peces.768.png);
	background-size:100%;
	height:1000px;
	}
	
#seis article {
	height:900px;
	}
	
#seis article p {
	width:50%;
	height:auto;
	margin-top:25%;
	margin-left:15%;
	}	

#siete article {
	height:900px;
	}	
	
#siete article p {
	width:50%;
	height:auto;
	margin-top:25%;
	margin-left:10%;
	}
	
#ocho article {
	height:900px;
	}
	
#ocho article p {
	width:60%;
	height:auto;
	line-height:40px;
	font-weight:300;
	margin-top:25%;
	}

#nueve article {
	height:900px;
	}
	
#nueve article p {
	width:50%;
	margin-left:8%;
	}
	
#diez article,
#diez figure {
	width:100%;
	height:450px;
	}
	
#diez article {
	background-size:80%;
	}
	
#diez article p {
	width:50%;
	margin-top:15%;
	}
	
#diez figure {
	padding-top:7%;
	}
	
#diez figure img {
	width:50%;
	}


	}
	

/*480*/	
@media screen and (max-width:600px) {

#scroll-indicator-bullets {
	display: none;
}

.scroll-section {
	height:700px;
	}

/*específicos*/

#uno article {
	background-image:url(../historia/slide-1-historia-480.png);
	height:700px;
	}
	
#uno article p {
	font-size:40px;
	line-height:50px;	
	width:70%;
	margin:auto;
	margin-top:30%;
	
	}
	
#dos article {
	height:700px;
	background-image:url(../historia/slide-2-historia-rio-480.png);
	background-size:100%;
	}
	
#dos article p {
	margin-top:10%;
	font-size:20px;
	line-height:35px;		
	}
	
#tres article {
	height:700px;
	background-image:url(../historia/slide-3-historia-peces-480.png);
	background-size:100%;
	}
	
#tres article p {
	width:70%;
	margin-top:15%;
	font-size:20px;
	line-height:35px;
	font-weight:300;
	}
	
#cuatro article {
	height:700px;
	}
	
#cuatro article p {
	left:0;
	width:100%;
	height:300px;
	top:400px;
	padding:15%;
	text-align:center;
	}
	
#cinco article {
	height:700px;
	}
	
#cinco article p {
	width:80%;
	margin-top:15%;
	font-size:20px;
	line-height:35px;	
	}
	
#cinco article figure {
	height:700px;
	}
	
#seis article {
	height:700px;
	background-image:url(../historia/slide-6-historia-cascada-480.png);
	background-size:100%;
	}
	
#seis article p {
	width:60%;
	margin-top:12%;
	margin-left:10%;
	font-size:18px;
	line-height:28px;
	}	

#siete article {
	height:700px;
	background-image:url(../historia/slide-7-historia-480.png);
	background-size:100%;
	}	
	
#siete article p {
	width:70%;
	margin-top:25%;
	margin-left:15%;
	font-size:18px;
	line-height:28px;
	text-align:center;
	font-weight:300;
	}
	
#ocho article {
	height:700px;
	background-image:url(../historia/slide-8-historia-demonio-480.png);
	background-size:100%;
	}
	
#ocho article p {
	font-size:20px;
	line-height:30px;
	}

#nueve article {
	height:700px;
	background-image:url(../historia/slide-8-historia-2-480.png);
	background-size:100%;
	}
	
#nueve article p {
	width:70%;
	margin-top:15%;
	margin-left:15%;
	font-size:18px;
	line-height:28px;
	text-align:center;
	font-weight:300;
	}
	
#diez article,
#diez figure {
	width:100%;
	height:350px;
	}
	
#diez article {
	background-image:url(../historia/slide-10-historia-pattern.png);
	background-repeat:repeat;
	background-size:auto;
	background-color:rgba(0,172,188,1.00);
	}
	
	
#diez article p {
	width:80%;
	margin-top:15%;
	}
	
#diez figure {
	padding-top:10%;
	}
	
#diez figure img {
	width:60%;
	}


}


/*360-320*/	
@media screen and (max-width:400px) {

.scroll-section {
	height:550px;
	}

/*específicos*/

#uno article {
	height:550px;
	background-size:100%;
	}
	
#uno article p {
	font-size:30px;
	line-height:40px;	
	width:50%;
	margin-top:40%;	
	}
	
#dos article {
	height:550px;
	}
	
#dos article p {
	margin-top:25%;
	font-size:16px;
	line-height:26px;
	font-weight:300;		
	}
	
#tres article {
	height:550px;
	}
	
#tres article p {
	margin-top:25%;
	font-size:16px;
	line-height:26px;
	color:#F0042D;
	}
	
#cuatro article {
	height:550px;
	}
	
#cuatro article p {
	height:300px;
	top:300px;
	font-size:16px;
	line-height:26px;
	}
	
#cinco article {
	height:550px;
	}
	
#cinco article p {
	width:70%;
	margin-top:25%;
	font-size:16px;
	line-height:26px;
	font-weight:300;	
	}
	
#cinco article figure {
	height:550px;
	}
	
#seis article {
	height:550px;
	}
	
#seis article p {
	width:80%;
	margin-top:23%;
	margin-left:10%;
	font-size:16px;
	line-height:26px;
	font-weight:300;
	text-align:center;	
	}	

#siete article {
	height:550px;
	}	
	
#siete article p {
	width:70%;
	margin-top:30%;
	margin-left:15%;
	font-size:16px;
	line-height:26px;
	}
	
#ocho article {
	height:550px;
	}
	
#ocho article p {
	font-size:16px;
	line-height:26px;
	}

#nueve article {
	height:550px;
	}
	
#nueve article p {
	width:76%;
	margin-top:25%;
	margin-left:12%;
	font-size:16px;
	line-height:26px;
	}
	
#diez article,
#diez figure {
	height:275px;
	}
	
#diez article p {
	width:80%;
	margin-top:15%;
	font-size:16px;
	line-height:22px;
	}
	
#diez article p span {
	font-size:25px;
	}
	
#diez figure {
	padding-top:12%;
	}
	
}
















