#testimonio-3{
	width: 100%;
    position: relative;
    margin-top: -130px;
    z-index:0;
}
#testimonio-3 h4{
	width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Titulo',helvetica,verdana,sans-serif;
    color: rgba(104,161,36,1);
    font-size: 26px;
    position: relative;
    top: 138px;
    z-index: 3;
    letter-spacing: var(--espaciado-titulos);
}
#testimonio-3-capa{
	position: relative;
	width: 100%;
	/* height: 100%; */
	top: 0;
	left: 0;
	background-color: rgba(36,131,163,1);
	padding: 200px 0px 80px 0px;
	z-index: 2;
	transition: all .5s ease-out;
}
#testimonio-3-capa::after{
	content: " ";
	background-color: rgba(255,255,255,1);
	display: inline-block;
	height: 250px;
	width: 100%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#testimonio-3-img{
	width: 100px;
	height: 100px;
	overflow: hidden;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin:0px auto 30px auto;
     background-color:rgba(255,255,255,1);
     display:flex;
     align-items: center 
}
#testimonio-3-img img{
	margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
    width:100%;
}
#testimonio-3 p{
	width: 50%;
	box-sizing: border-box;
	margin:0px auto;
	font-size: 17px;
	font-family: 'Principal',helvetica,verdana,sans-serif;
	color:rgba(255,255,255,1);
	line-height: 1.6em;
	font-style: italic;
	text-align: center;
}
#testimonio-3 h3{
	box-sizing: border-box;
	margin:30px auto;
	width: 60%;
	font-size: 19px;
	font-family: 'Titulo',helvetica,verdana,sans-serif;
	color:rgba(255,255,255,1);
	text-align: center;
	/*font-style: italic;*/
	letter-spacing: var(--espaciado-titulos);
}
@media (max-width: 900px){
	#testimonio-3{
		background-attachment: scroll;
	}
}
@media (max-width: 640px){
	#testimonio-3 p{
		width: 90%;
		margin-top: 30px;
		font-size: 15px;
	}
	#testimonio-3 h3{
		font-size: 17px;
	}
}