.testimonios-block {
	margin-top: 80px;
	margin-bottom: 120px;
}
.testimonios-block .control-wrap{
	max-width: 600px;
	margin: auto;
}
.testimonios-block .carousel-cell{
	text-align: center;
}
.testimonios-block p.sentence,
.testimonios-block p.name,
.testimonios-block p.puesto{
	color: var(--color-1);
	font-weight: bold;
	font-size: 18px;
}
.testimonios-block .image img{
	width: 125px;
	height: 125px;
	object-fit: cover;
	object-position: center;
	border-radius: 999em;
	overflow: hidden;
	margin-bottom: 30px;
}
.testimonios-block .large-text{
	margin-bottom: 30px
}
.testimonios-block .large-text p{
	font-size: 18px;
}
.flickity-page-dots .dot{
	background: var(--color-1);
	width: 15px;
	height: 15px;
}
.flickity-page-dots{
	bottom: -50px
}
@media only screen and (max-width: 575px) {
	.testimonios-block {
	    margin-top: 40px;
	}
}