#testimonio {
	width:100%;
	max-width:800px;
}

#testimonio  h2 {
	margin-left:12px;
}

.sss {
	padding: 4px 12px;
	position: relative;
	display: block;
	overflow: hidden;
	background-color:#f6f6f6;
	border-radius:16px;
}

.ssslide {
	width: 100%;
	max-width: ;
	position: absolute;
	display: none;
	overflow: hidden;
}

.ssslide p {
	font-family: 'Krub', Verdana, sans-serif;
	font-size:15px;
	color:#000;
	text-align:justify;
	line-height:1.4;
	margin-bottom:4px;
}

.ssslide h3 {
	font-size:1.1rem;
	font-weight:500;
	color:#000;
	margin-left:12px;
	line-height:1.8;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	background: url(../../gifes/arr.png) no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 120px;
}

.sssnext {
	right: 3%;
	background-position: -40px 120px;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}

.testimonio img{
	margin: auto;
	border-radius:50%;
}



/*-------------------------continua testimonio--------------------*/

.modalDialog {
	position: fixed;
	font-family: 'Krub', Verdana, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	overflow: scroll;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	font-size:0.9rem;
	font-weight:300;
	color:#000;
	text-align:justify;
	line-height:1.4;
	width: 94%;
	max-width:660px;
	position: relative;
	margin: 5% auto;
	padding: 12px 20px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

.close {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #0A92DE;
	position: absolute;
	right: 50px;
	text-align: center;
	top: 5px;
	width: auto;
	padding: 4px 14px;
	border-radius: 7px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
	color:#fff;
	background: #510B68;
}

.open {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #0A92DE;
	line-height: 2;
	text-align: center;
	padding:4px 14px;
	border-radius: 7px;
}
.open:hover {
	color:#fff;
	background: #510B68;
}



@media screen and (max-width: 480px) {
.testimonios {
	width:100%;
}

.sss {
	padding: 4px;
	border-radius:0;
}

.ssslide p {
	font-size:.8rem;
	text-align:left;
	margin-bottom:4px;
}


.modalDialog {
	display:none;
}

.open {
	display:none; 7px;
	border-radius: 7px;
}
}