@charset "utf-8";
/* CSS Document */
.imgResponsive{
	width:100%;
}
.containerPromosList{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width:1400px;
	margin: 0 auto;
	width: 100%;
	justify-content:center;
}
.containerPromoItem{
	background-color:white;
	box-sizing:border-box;
}
.descriptionPromo{
	font-family:Helvetica, Arial, "sans-serif";
	box-sizing:border-box;
	padding:10px;
	font-size:medium;
}
.containerPromoItem>p>span{
	font-size:x-large;
	color:red;
	font-weight:bold;
}

.promoBoxDes{ width:calc(25% - 20px); height:auto; margin: 10px;}
.promoBoxTab{ width:calc(50% - 20px); height:auto; margin: 10px;}
.promoBoxMov{ width:calc(100% - 20px); height:auto; margin: 10px;}