*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background-color: #1a1d1f;
	background-image: url(../img/bg.png);
	color: #c5d3d6;
	font-weight: 400;
	font-size: 1em;
	font-family:'Muli', sans-serif;
}

a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #c5d3d6;
}

.js .codrops-header,
.js .codrops-top {
	position: fixed;
	z-index: 1000;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	width: 70%;
	left: 15%;
	top: 3.5em;
	pointer-events: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.message {
	display: none;
	clear: both;
	color: #f39c12;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.3;
	padding: 1.5em 0 0.25em;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
}

.codrops-header img {
	background-color: #5F316B;
	padding: 0px 5px 7px 5px;

	-webkit-border-radius: 10px;
	 -khtml-border-radius: 10px;
	   -moz-border-radius: 10px;
	    -ms-border-radius: 10px;
	     -o-border-radius: 10px;
	        border-radius: 10px;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	    filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	  -moz-opacity: 0.8;
	       opacity: 0.8;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	/*background-color: rgba(40,49,56,0.95);*/
	background-color: rgba(95,49,107,0.95);
	z-index: 10000;
}

.no-js .overlay, 
.overlay.hide {
	-webkit-transition: opacity 0.3s, visibility 0.3s;
			transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
}

.info {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 80%;
	width: 100%;
}

.info span {
	display: inline-block;
	width: 180px;
	height: 180px;
	padding: 10px;
	margin: 4px;
	text-align: center;
	vertical-align: top;
	background-size: 75%;
	background-color: rgba(52,73,94,0.7);
	background-repeat: no-repeat;
	background-position: 50% 85%;
}

.info span.info-drag {
	background-image: url(../img/drag.svg);
}

.info span.info-keys {
	background-image: url(../img/keys.svg);
}

.info span.info-switch {
	/*background-image: url(../img/switchmin.svg);*/
	background-image: url(../img/switchmax.svg);
	background-size: 65%;
	background-repeat: no-repeat;
	background-position: center center;
}

.info button {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-weight: bold;
	padding: 1em 2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin: 1em auto;
	opacity: 0.7;
	outline: none;
}

.info button:hover {
	opacity: 1;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.69em;
	line-height: 2.2;
	top: 0;
	left: 0;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	background-color: #333;
	float: right;
	margin: 10px 20px 0px 0px;
	padding: 8px 10px 7px 10px;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	    filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	  -moz-opacity: 0.8;
	       opacity: 0.8;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}




/* David Herrera Cordero Noviembre 2016 */
#topLPT {
	background-color: #FFF;
	padding: 9px 9px 0px 9px;
}

.cierre {
	background-repeat: repeat-x;
	display: block;
	float: none;
	clear: both;
	width: 100%;
}
.cierreOpen {
	background-image: url(../img/cierre_1.png);
	background-position: 0px -20px;
	margin: 0px;
	height: 20px;
}
.cierreEnd {
	background-image: url(../img/cierre_2.png);
	background-position: 0px 0px;
	margin: 40px 0px 0px 0px;
	height: 40px;
}

.datosCuento {
	text-align: left;
	color: #333;
}
.datosCuento strong {
	color: #5F316B;
}

.cintillo {
	margin: 0px;
}

.imgAutor {
	border: #5F316B solid 2px;
	margin: 0px 10px 0px 0px;

	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
}

.finColums {
	float: none;
	clear: both;
}

.infoBoxes {
	/*background-color: #5F316B;*/
	/*background-color: #1a1d1f;*/
	background-image: url(../img/bg_info.png);
	background-position: top left;
	background-repeat: repeat;

	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	padding: 40px;
	z-index: 11000;
	color: #FFF;
	text-align: center;
	overflow-y: scroll;
}
.infoBoxes strong {
	/*color: #C9C9C9 !important;*/
	/*color: #CCC;*/
	color: #999;
}
.closeBox {
	background-color: #5F316B;
	background-image: url(../img/ico_close_gde.png);
	background-position: center center;
	background-repeat: no-repeat;

	display: block;
	position: absolute;

	top: 40px;
	right: 40px;
	width: 80px;
	height: 80px;
	color: #FFF;

	-webkit-border-radius: 50%;
	 -khtml-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
}
.closeBox:hover {
	/*background-color: #1a1d1f;*/
	background-color: #c5d3d6;
}
.organizador img {
	background-color: #FFF;
	display: inline-block;
	padding: 10px;
	margin: 0px 5px 20px 5px;
}

h3 {
	font-family: 'CooperBlackStd';
	font-size: 4em;
	font-weight: 700;
	margin: 0 auto;
	line-height: 1;
	position: relative;
	/*color: #e9eaea;*/
	
	/* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
	text-shadow: 3px  3px 0 #5F316B,
				-1px -1px 0 #5F316B,  
				 1px -1px 0 #5F316B,
				-1px  1px 0 #5F316B,
				 1px  1px 0 #5F316B;

	/*color: #34495e;*/
	/*color: #5F316B;*/
	color: #FFF;
	padding: 2.25em 10px 1em;
}

.btAudio:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	    filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	  -moz-opacity: 0.8;
	       opacity: 0.8;
}

.audioPlayer {
	display: block;
	/*display: none;*/
	float: none;
	clear: both;
	width: 500px;
	height: 50px;
	margin: 0px auto 20px auto;
}
#audioIntro {
	display: block;
}

#icoDrag {
	/*background-color: #CCC;*/
	background-image: url(../img/drag.svg);
	background-position: -9px -17px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 310px;
	height: 92px;
	padding: 40px 0px 0px 110px;
}

#icoDrag,
.slide h2 span {
	color: #FFF !important;
	text-shadow: 2px  2px 0 #5F316B,
				-1px -1px 0 #5F316B,  
				 1px -1px 0 #5F316B,
				-1px  1px 0 #5F316B,
				 1px  1px 0 #5F316B;
}
/* Fin David Herrera Cordero Noviembre 2016 */




@media screen and (max-width: 900px) {
	.cintillo {
		-webkit-transform: scale(0.7); /* Chrome, Safari, Opera */
			-ms-transform: scale(0.7); /* IE 9 */
	    		transform: scale(0.7);

	    margin-left: -100px;
	}
}
@media screen and (max-width: 500px) {
	.cintillo {
		margin-left: -200px;
	}
}

@media screen and (max-width: 650px) {
	.message {
		display: block;
	}
	.info span.info-keys,
	.info span.info-switch {
		display: none;
	}
	.organizador img {
		display: block;
		float: none;
		clear: both;
		margin: 10px auto;
	}

	
	#topLPT {
		position: absolute;
		right: 0px;
		/*position: relative !important;
		float: right;
		clear: both;*/
	}
	.codrops-header img {
		margin: -97px 0px 0px -168px;

		-webkit-border-radius: 0px;
		 -khtml-border-radius: 0px;
		   -moz-border-radius: 0px;
		    -ms-border-radius: 0px;
		     -o-border-radius: 0px;
		        border-radius: 0px;
	}
	.codrops-header {
		top: 0px;
		left: 0px;

		-webkit-transform: scale(0.4);
			-ms-transform: scale(0.4);
	    		transform: scale(0.4);

	    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	    	filter: alpha(opacity=100);
		-khtml-opacity: 1.0;
		  -moz-opacity: 1.0;
		       opacity: 1.0;
	}
	.codrops-top span.right {
		display: none;
		/* obstruye arrastre lateral
		margin: 325px auto 0px auto; */
	}
	.right {
		width: 100% !important;
		text-align: center;
	}
	.right a {
		width: 100%;
	}
	.slide h2 {
		font-size: 24px !important;
		line-height: 22px;
	}
	.slide h2 {
		font-size: 36px !important;
	}
	#icoDrag {
		display: block;
		width: 160px;
		height: 130px;
		margin: auto;
		padding: 100px 0px 0px 0px;
		text-align: center;
	}
	.img-wrap img {
		width: 120% !important;
		/*height: 340px !important;*/
		height: 100% !important;
		margin-left: -10%;
	}
	.cintillo {
		margin-left: -257px;

		-webkit-transform: scale(0.4); /* Chrome, Safari, Opera */
			-ms-transform: scale(0.4); /* IE 9 */
				transform: scale(0.4);

	}

}

@media screen and (max-width: 30em) {
	.info span {
		width: 100px;
		height: 100px;
		font-size: 0.5em;
	}
}

@media screen and (max-width: 25em) {
	.codrops-icon span {
		display: none;
	}
}