
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 

.wrapper{
	width: 100%;
	margin-top: 10px;
	/* background: #fff; */
	padding: 30px 0;
}

.slider-testimonial{
	width: 85%;
	max-width: 1400px;
	margin: auto;
}

.testimonial-client{
	margin-bottom: 10px;
}
.testimonial-client p{
	margin-top: 10px;
}

.testimonial-client img{
	width: 50px;
	margin:auto;
}

.client-name{
	font-weight: 50;
	text-align: center;
	color: #00285f; 
}

.testimonial-text{
	padding: 0px 0px;
}

.testimonial-text p{
	font-size: 20px;
	font-weight: 400;
	/* font-style: ; */
	text-align: center;
	color: #000000;
}
#video-fondo{
	background:#e9e9e9;
}

