.bar-promo {
	position: relative;
	margin-bottom: 20px;
}

.bar-promo::before {
	background: url('/img/2021/summer.jpg?u=3') repeat;
	background-size: 150px;
	position: absolute;
	opacity: 0.7;
	display: block;
	width: 100%;
	height: 100%;
	content: " ";

}


.bar-promo p:first-of-type {
	font-size: 18px;
	margin-top: 20px;
}

.bar-promo p {
	display: inline-block;
	background: #00388c;
	padding: 5px 10px;
	color: #fff
}

.bar-promo p a {
	color: #fff;
	font-weight: 700;
}

.pa-tr {
	position: absolute;
	top: 20px;
	right: 20px;
}

.bg-summer23{background: linear-gradient(to top, #f9af98 70px, #2fbff7 70px, #2fbff7 235px, #c5f4ff 200px)}


@media only screen and (max-width: 40em) { 

	.bg-summer23{background: #c5f4ff;}

}