@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?-ee0u0f');
	src:url('../fonts/icomoon/icomoon.eot?#iefix-ee0u0f') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?-ee0u0f') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?-ee0u0f') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?-ee0u0f#icomoon') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


body{
	background: #fff;
	color: #5c554c;
	font-weight: 300;
	font-size:1em;
	line-height: 1.5em;
	font-family:'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	--fuente-1:'Open Sans', sans-serif;
	--fuente-2:'Playfair Display', serif;;
}	

html, body, .container, .header {
	height: 100%;
}

a {
	outline: none;
	color: #cf4a5c;
	text-decoration: none;
}

a:hover, a:focus {
	color: #69606b;
}

h1, h2, h3, h4, h5{
	font-family:var(--fuente-2);
}

h2{
	font-size:3em;
	line-height:1.2em;
}

h2.titulo-cro{
	border-top:1px dashed #333;
	padding-top:2em;
	margin-top:2em;
}

p{
	font-size:1.2em;
	line-height:1.8em;
	margin:0 0 1.5em 0;
}

#top-logo{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.3);
	min-height:2em;
	z-index:1000;
	padding:1em;
}

		#id{
			float:left;
			max-width:5em;
		}
		
		#links{
			float:right;
			width:50%;
			text-align:right;
			color:#fff;
			height:2em;
		}
		
			#links ul li{
				display:inline-block;
				list-style-type:none;
				margin-right:1em;
				font-size:0.8em;
			}
			
			#links ul li a{
				font-weight:bold;
				color:#f1cd53;
			}
			
			#links2{
				float:right;
				width:50%;
				text-align:right;
				color:#fff
			}

.modify #top-logo{
	top:-6em;
}
		

/* Header */
.header {
	position: relative;
	margin: 0 auto;
	min-height: 560px;
	width: 100%;
}

.bg-img {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
}

.title {
	z-index: 1000;
	margin: 0 auto;
	padding: 0 7.5em;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.title h1 {
	padding: 0 0 0.2em;
	color: #fff;
	font-weight: 800;
	font-size: 2.5em;
	margin: 0 auto;
}

.title p {
	color: #fff;
	padding: 0 0 0.6em;
	font-weight: 300;
	font-size: 0.85em;
	margin: 0 auto;
}

.title h1{
	line-height: 1;
}

.title p.subline {
	font-size: 1.3em;
	line-height:1.2em;
}

/* Trigger Button */
button.trigger {
	position: fixed;
	bottom: 40px;
	left: 50%;
	z-index: 5000;
	display: block;
	margin-left: -0.5em;
	padding: 0;
	width: 1em;
	height: 1em;
	border: none;
	background: transparent;
	color: transparent;
	font-size: 2em;
	cursor: pointer;
}

.container:not(.notrans) button.trigger {
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.container.modify:not(.notrans) button.trigger {
	opacity: 0;
	pointer-events: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

button.trigger::before {
	position: absolute;
	bottom: 100%;
	left: -100%;
	padding: 0.8em;
	width: 300%;
	color: #fff;
	content: attr(data-info);
	font-size: 0.35em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

button.trigger:focus {
	outline: none;
}

button.trigger span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

button.trigger span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	content: "\e097";
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Content */
.content {
	margin: 0 auto;
	padding: 0 0 3em;
}

		.content img{
			max-width:100%;
		}

#int-cont{
	float:left;
	max-width: 900px;
	padding: 0 7.5em;
}

#int-cont-2{
	float:left;
	max-width: 900px;
	padding: 0 7.5em;
}


.content h3 {
	font-size: 1.4em;
}

.content blockquote {
	padding: 0.25em;
	font-style: italic;
	font-size: 1.65em;
	font-family:var(--fuente-2);
	line-height: 1.4;
	float:right;
	width:50%;
	margin-right:-2.5em;
}

.content blockquote::before {
	content: '\201C';
}

.content blockquote::after {
	content: '\201D';
}

/***** Individual effects *****/


/* -------------------------- */
/* Side Fixed */
/* -------------------------- */
.intro-effect-sidefixed:not(.notrans) .bg-img::before {
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.intro-effect-sidefixed:not(.notrans) .bg-img::after {
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.intro-effect-sidefixed:not(.notrans) .title p {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.intro-effect-sidefixed:not(.notrans) .content > div {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after,
.intro-effect-sidefixed:not(.notrans) .title p,
.intro-effect-sidefixed:not(.notrans) .content > div {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.intro-effect-sidefixed .header {
	position: absolute;
}

.intro-effect-sidefixed .bg-img {
	position: fixed;
}

.intro-effect-sidefixed .bg-img img {
	left: auto;
	right: 0;
}

.intro-effect-sidefixed .bg-img::before,
.intro-effect-sidefixed .bg-img::after {
	content: '';
	position: absolute;
	z-index: 100;
}

.intro-effect-sidefixed .bg-img::after {
	background: #fff;
	top: 0;
	right: 0;
	width: 59.45vw;
	height: 100vh;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.intro-effect-sidefixed.modify .bg-img::after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.intro-effect-sidefixed .bg-img::before {
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,0.0);
}

.intro-effect-sidefixed.modify .bg-img::before {
	background-color: rgba(255,255,255,1);
}

.intro-effect-sidefixed .codrops-demos a {
	color: #f68f6c;
}

.intro-effect-sidefixed .title {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
}

.intro-effect-sidefixed.modify .title {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	margin-top:3em;
}

.intro-effect-sidefixed .title h1 {
	font-weight: 700;
	padding: 0 0 0.5em 0;
	color: #fff;
}

.intro-effect-sidefixed .title p {
	opacity: 1;
	color: #f4f4f4;
}

.intro-effect-sidefixed.modify .title h1{
	color:#333;
}

.intro-effect-sidefixed.modify .title p {
	opacity: 0;
	color:#333;
	display:none;
}

.intro-effect-sidefixed .content {
	width: 60vw;
	margin-left: 40vw;
}

.intro-effect-sidefixed .content div {
	position: relative;
	color: #333;
}

.intro-effect-sidefixed.modify .content div {
}


.intro-effect-sidefixed .content div:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
}

.intro-effect-sidefixed.modify .content div:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


/* Delays */
.intro-effect-sidefixed:not(.notrans) .title,
.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.intro-effect-sidefixed.modify:not(.notrans) .title,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::before,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.intro-effect-sidefixed.modify:not(.notrans) .content div:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


/* Media Queries */
@media screen and (max-width: 47em) {
	.title, .content {
		font-size: 70%;
	}

	.codrops-demos a {
		font-size: 80%;
	}

	.intro-effect-side .title {
		width: 100%;
		padding: 0 1em;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.intro-effect-side.modify .bg-img::before {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.intro-effect-side .bg-img::after {
		border-left-width: 0px;
		border-right-width: 0px;
		right: 0px;
		left: 0px;
		background: rgba(255,255,255,0.1);
	}

	.intro-effect-side.modify .bg-img::after {
		background: rgba(255,255,255,0.8);
	}

	.intro-effect-sidefixed .content {
		width: 100%;
		margin-left: auto;
	}

	.intro-effect-sidefixed .bg-img::after {
		width: 95%;
	}

}

@media screen and (max-width: 27em) {
	.intro-effect-jam3 .content {
		padding: 0 2em 5em;
	}

	.intro-effect-grid .grid li h2 {
		display: none;
	}

	.intro-effect-push .header .title {
		top: 60px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.title, .content {
		font-size: 50%;
	}

	button.trigger::before {
		display: none;
	}
}

#grafica-mapa{
	float:left;
	width:100%;
	padding:0 !important;
	margin:2em 0 3em;
}

		#grafica-int{
			float:left;
			width:50%;
			margin:0 !important;
		}
		
				#grafica-int img{
					max-width:100%;
					margin:0 !important;
				}
		
		#texto-int{
			float:left;
			width:50%;
			padding:2.5em;
			margin:0 !important;
		}
		
				#texto-int p{
					font-size:1.8em;
					line-height:1.3em;
					font-family:var(--fuente-2);
				}
				
				#texto-int p.eje{
					font-size:1em;
					line-height:1.3em;
					font-family:var(--fuente-1);
				}
				
		#infogram-d{
			float:left;
			width:100%;
			padding:2em;
		}

#grafica-fuera{
	float:left;
	width:calc(41vw + 15em);
	padding:0 !important;
}

		#grafica-int-fuera{
			float:left;
			width:41vw;
			margin:0 0 0 calc(-41vw - 7.5em);
		}
		
				#grafica-int-fuera img{
					max-width:100%;
					margin:0 !important;
				}
		
		#texto-int-fuera{
			float:left;
			width:15em;
			padding:1.5em;
			margin:0 1.5em 0 -7em;
			border-right:3px solid #f1cd53;
		}
		
				#texto-int-fuera p{
					font-size:1.5em;
					line-height:1.3em;
					font-family:var(--fuente-2);
				}
				
				#texto-int-fuera p.eje{
					font-size:1em;
					line-height:1.3em;
					font-family:var(--fuente-1);
				}
				
				#texto-int-fuera p.desc-foto{
					font-size:0.8em;
				}
				
#grafica-mapa-simple{
	float:left;
	width:50%;
	padding:0 !important;
	margin:0 2em 0 -7.5em;
}

		#grafica-int-simple{
			float:left;
			width:100%;
			margin:0 0 1em 0 !important;
		}
		
				#grafica-int-simple img{
					max-width:100%;
					margin:0 !important;
				}
		
		#texto-int-simple{
			float:left;
			width:100%;
			padding:0 1.5em;
			margin:0 !important;
		}
		
				#texto-int-simple p{
					font-size:1.8em;
					line-height:1.3em;
					font-family:var(--fuente-2);
					margin-bottom:0.5em;
				}
				
				#texto-int-simple p.eje{
					font-size:1em;
					line-height:1.3em;
					font-family:var(--fuente-1);
				}
				
#pie-grafica{
	float:right;
	width:50%;
	margin-bottom:1em;
	font-size:0.8em;
}

.subtext{
	font-size:0.8em;
}

