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