.titulo-cliente> p{
	margin-top: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #202020;
}
@media only screen and (min-width: 345px){
	.titulo-cliente>p{
	    margin-top: 60px;
	}
}
.subrayado{
	width: 35px;
	height: 2px;
	background-color: #F7CB00;
	position: relative;
	left: 3px;
	bottom: 10px;
}
.referente{
	height: 100%;
	width: 100%;
	background-color: rgb(248,248,248);
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #D6D6D6;
	border-bottom: 4px solid #F7CB00; 
}
.logo-cliente{
	display: flex;
	justify-content: center;
	align-items: center;
}
.empresa{
	font-size: 17px;
	text-align: center;
	color: #353535;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 15px;
	text-transform: capitalize;
}
.padd{
	padding-bottom: 30px;  
}
.msj{
	background-color: #F9F9F9;
	padding: 10px 20px;
    margin-bottom: 25px;
}
.msj p{
	margin: 0px !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}