

.ia-container {
	width: 600px;
	overflow: hidden;
}

.fondo-slider{
	width: 100%
	height:250px;
	color: #ffffff;
}

.ia-container figure {
    position: absolute;
	top: 0;
	left: 50px; /* width of visible piece */
	width: 200px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ia-container > figure {
    position: relative;
	left: 0 !important;
}

.ia-container img {
	display: block;
	width: 100%;
}

.ia-container input {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px; /* just cover visible part */
	height: 100%;
	cursor: pointer;
	border: 0;
	padding: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ia-container input:checked{
	width: 5px;
	left: auto;
	right: 0px;
}
.ia-container input:checked ~ figure {
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
	left: 200px;
}

.ia-container figcaption {
	width: 100%;
	height: 100%;
	background: rgba(87, 73, 81, 0.1);
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ia-container figcaption span {
	position: absolute;
	top: 40%;
	width: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
} 

.ia-container input:checked + figcaption,
.ia-container input:checked:hover + figcaption{
	background: rgba(87, 73, 81, 0);
}

.ia-container input:checked + figcaption span {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
	opacity: 1;
	
	top: 40%;
}

.ia-container #ia-selector-last:checked + figcaption span {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.ia-container input:hover + figcaption {
	background: rgba(87, 73, 81, 0.03);
}

.ia-container input:checked ~ figure input{
    z-index: 1;
}

.titulo-tema{
	overflow: hidden;
	position: absolute;
	top:0px;
	right: 0px;
	width: 100%;
	height: 100%;
	border-radius:0px 30px 0px 0;
	/*propiedades flex*/
	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	display: -webkit-flex;
	-webkit-flex-direction:row;
	-webkit-flex-wrap:nowrap;	
}

.espacio-slider{
	min-width: 600px;
}

.txtslider{
	border-radius: 0px 30px 0px 0;
	position: relative;
	width: 100%;
	height:250px;
	z-index: 20;
	background:rgba(0,0,0,0.2);
	border-left: 2px #ffffff solid;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.6);
	box-shadow: inset 0px 0px 151px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0px 0px 151px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 0px 151px 0px rgba(0,0,0,0.6);



}

.contenido-txt-acordeon{
	border-radius: 0px 30px 0px 0;
	width: 100%;
	position: absolute;
	text-align:center;
	color:#ffffff;

}

.contenido-txt-acordeon h2{
	padding: 20px 10px 20px 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-family: 'Economica', Arial, sans-serif;
	border-bottom:1px rgba(255,255,255,1) solid;
	font-size: 3.5rem;
	color: #ffffff;
	line-height: 3.2rem;
	width:90%;
	margin: auto;


}

.contenido-txt-acordeon p{
	font-family: 'Economica', Arial, sans-serif;
	font-size: 1.4rem;
	font-style: italic;
	padding: 10px;
	color: rgba(255,255,255,1);
	text-align:center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}



@media screen and (max-width: 1142px) {
    .ia-container { 
		width: 510px; 
	}
	
	.ia-container figure { 
		left: 40px; 
		width: 190px; 
	}
	
	.ia-container input { 
		width: 40px; 
	}
	
	.ia-container input:checked ~ figure { 
		left: 190px; 
	}
	
	.ia-container figcaption span { 
		font-size: 16px; 
	}

	.espacio-slider{
		min-width: 510px;
	}

	.titulo-tema .texto-slider{
		height: 237.5px;
	}

}

@media screen and (max-width: 1014px) {
    .ia-container { 
		width: 470px; 
	}
	
	.ia-container figure { 
		left: 35px; 
		width: 190px; 
	}
	
	.ia-container input { 
		width: 40px; 
	}
	
	.ia-container input:checked ~ figure { 
		left: 190px; 
	}
	
	.ia-container figcaption span { 
		font-size: 16px; 
	}

	.espacio-slider{
		min-width: 470px;
	}

	.titulo-tema .texto-slider{
		height: 237.5px;
	}

}

@media screen and (max-width: 915px) {
    .ia-container { 
		width: 430px; 
	}
	
	.ia-container figure { 
		left: 30px; 
		width: 190px; 
	}
	
	.ia-container input { 
		width: 40px; 
	}
	
	.ia-container input:checked ~ figure { 
		left: 190px; 
	}
	
	.ia-container figcaption span { 
		font-size: 16px; 
	}

	.espacio-slider{
		min-width: 430px;
	}

	.titulo-tema .texto-slider{
		height: 237.5px;
	}

}





