.img-slider{
	height: 400px;
	background-size: cover;
	background-position: center;
}

.titulo-slider-promo{
	font-size: 27px;	
	font-weight: 700;
	font-family: Inter regular;
	color: #236092;
	line-height: 1.2;
	margin-top: 25px;
}

.parrafo-slider{
	font-size: 16px;
	font-weight: 500;
	font-family: inter regular;
	color: #212125;
	margin-top: 25px;
}

.precio-slider{
	font-size: 21px;
	font-family: inter regular;
	font-weight: 700;
	color: #212125;
	margin-top: 30px;
}

.btn-slider{
	width: 100%;
	background-color: #236092;
	border-radius: 5px;
	color: white;
	/*height: 67px;*/
	margin-top: 20px;
	font-size: 21px;
	font-weight: 700;
	font-family: inter regular;
}