@charset "utf-8";
.testimonios{
	background:url(../../images/estructura/testimonio-bg.jpg) center center no-repeat, rgba(30,30,30,1.00);
	background-size:cover;
	overflow:hidden;
	position:relative;
	height:50%;
	padding:3% 0 5% 0;
	color:#cca776;
}
.testimonios>input[type=radio]{
	position:absolute;
	cursor:pointer;

	width:60px;
	height:60px;
	box-sizing:border-box;
	margin: 0 3% 0 3%;

	font-size:2em;
	font-weight:bold;
	text-align:center;
	
	background-size:50%;
	opacity:0.5;
	transition:0.6s;
	
	border-radius: 100%;
	border: solid 1px #cca776;

	z-index:10;
}

.testimonios>input[type=radio]:hover{
	opacity:1;
}
.testimonios header{
	text-align:center;
	font-size:.75em;
	margin: 0 0 3% 0;
	}

.testimonios::before{
	content: '\201C';
	position:absolute;
	display:block;
	left:0;
	font-size:120px;
	font-weight:bold;
	margin: 8% 0 0 9%;
	opacity:0.3;
}
.testimonios::after{
	content: '\201D';
	position:absolute;
	display:block;
	right:0;
	bottom:0;
	font-size:120px;
	font-weight:bold;
	margin: 0 8% 7% 0;
	opacity:0.3;
}
.testimonios h1,
.testimonios h2,
.testimonios h3{ color: rgba(255,255,255,1.00);}
.testimonios h3{ 
	margin: 0 0 1% 0;
	text-align:left;
}

.testimonios-izq{
	background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj4NCjxwYXRoIGZpbGw9IiNjY2E3NzYiIGQ9Ik05LjQgMjMzLjRjLTEyLjUgMTIuNS0xMi41IDMyLjggMCA0NS4zbDE2MCAxNjBjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wxMDkuMiAyODggNDE2IDI4OGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMmwtMzA2LjcgMEwyMTQuNiAxMTguNmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMGwtMTYwIDE2MHoiLz4NCjwvc3ZnPg) center center no-repeat, rgba(255,255,255,0.1);
	/*filter: invert(1) sepia(100%) saturate(10000%) hue-rotate(45deg);*//*cambia color*/
}
.testimonios-der{
	right:0;
	background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj4NCjxwYXRoIGZpbGw9IiNjY2E3NzYiIGQ9Ik00MzguNiAyNzguNmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM2wtMTYwLTE2MGMtMTIuNS0xMi41LTMyLjgtMTIuNS00NS4zIDBzLTEyLjUgMzIuOCAwIDQ1LjNMMzM4LjggMjI0IDMyIDIyNGMtMTcuNyAwLTMyIDE0LjMtMzIgMzJzMTQuMyAzMiAzMiAzMmwzMDYuNyAwTDIzMy40IDM5My40Yy0xMi41IDEyLjUtMTIuNSAzMi44IDAgNDUuM3MzMi44IDEyLjUgNDUuMyAwbDE2MC0xNjB6Ii8+DQo8L3N2Zz4=) center center no-repeat, rgba(255,255,255,0.1);
	/*filter: invert(1) sepia(100%) saturate(10000%) hue-rotate(45deg);*//*cambia color*/
}

.testimonios ul{
	overflow:auto;
	list-style:none;
	padding-left:0;
	position:absolute;
	left:0vw;
	transition:1s;
	z-index:1;
}
.testimonios ul li{
	display:inline-flex;
	width:99vw;
}
.testimonios ul li div{
	width:100%;
	max-width:65vw;
	margin:auto;
	
	text-align:center;
}

.testimonios-szr{
	position:static;
	height:8em;
}
cite{
	font-style:italic;
	color:rgba(255,255,255,1.00);
	float:right;
}
.testimonios-btn{
	margin:auto;
	margin-top:2%;
	height:20px;
	width:auto;
	display:flex;
	justify-content:center;
}
.testimonios-punto{
	width:20px;
	height:20px;
	cursor:pointer;
	background:rgba(255,255,255,0.3);
	display:inline-flex;
	
	border-radius: 100%;
	margin: 0 0.8%;
}
.testimonios-punto:nth-child(1){
	background:rgba(255,255,255,1.00);
}


@media screen and (max-width: 800px) {
	.testimonios header{
		font-size:1.2em;
		margin: 0 0 5% 0;
	}
}
@media screen and (max-width: 600px) {
	.testimonios{
		padding:10% 0 15% 0;
	}
	.testimonios header{
		font-size:1.2em;
		margin: 0 0 5% 0;
	}
	.testimonios>input[type=radio]{
		width:40px;
		height:40px;
		margin-top:6%;

	}
	.testimonios-szr{
		height:10em;
	}
	.testimonios-btn{
		margin-top:8%;
	}
}

@media screen and (max-width: 480px) {
	.testimonios-szr{
		position:static;
	}
	.testimonios{
		padding:10% 0 15% 0;
	}
	.testimonios header{
		font-size:1.2em;
		margin: 0 0 5% 0;
	}
	.testimonios-izq, .testimonios-der{
		display:none;
	}
	.testimonios ul li div{
		max-width:92vw;
	}
	.testimonios-btn{
		margin-top:15%;
		display:none;
	}
}