.portada{

}
.portada .portada-encabezado{	
	background:#f7f7f7;
	background-size:cover;
}
.portada .portada-encabezado .contenedor{
	padding:120px 20px 60px;
}
.portada .portada-encabezado h1{
	color:#fff;
	margin:0px;
}
.portada .portada-contenido{
	padding:80px 20px;
}
.portada-testimonios{
	padding:80px 20px;
}
.portada-testimonios .contenedor{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.portada-testimonios .testimonio{
	width:calc(50% - 20px);
}
.portada-testimonios .testimonio .testimonio-imagen{
	float:left;
	width:100%;
	max-width:225px;
}
.portada-testimonios .testimonio .testimonio-imagen img{
	width:100%;
}
.portada-testimonios .testimonio .testimonio-contenido{
	margin-left:245px;
}
.portada-testimonios .testimonio .testimonio-contenido h5{
	margin-bottom:10px;
	color:#333333;
	font-weight:500;
}
.portada-testimonios .testimonio .testimonio-contenido p{
	font-size:14px;
}

/*################# TABLETS #################*/

@media all and (max-width: 1024px){
	.portada-testimonios .testimonio{
		text-align:center;
	}
	.portada-testimonios .testimonio .testimonio-imagen{
		float:none;
		margin:0px auto 40px;
	}
	.portada-testimonios .testimonio .testimonio-contenido{
		margin:0px;
	}
}

@media all and (max-width: 768px){	
	.portada-testimonios .testimonio{
		width:80%;
		margin:50px auto 0px;
	}
	.portada-testimonios .testimonio:first-child{
		margin:0px auto 0px;
	}
}

/*################# MOVILES #################*/

@media all and (max-width: 600px){
	.portada-testimonios .testimonio{
		width:100%;
	}
}

@media all and (max-width: 480px){
	
}