.banner-info{
	max-height: 520px;
	min-height: 520px;
	overflow: hidden;
}
.banner-info img{
	max-height: 520px;
	min-height: 520px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.banner-info .link{
	color: #009DE2;
	background: #ffffff;
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 35px;
	padding: 10px 25px;
	border-radius: 25px;
	font-size: 16px;
	font-family: 'ZosimoCyr-DemiBold';
}
.banner-info .link:hover{
	background: #009DE2;
	color: #ffffff;
}
.banner-info .jumbotron{
	position:relative;
	overflow:hidden;
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: none;
	max-height: 520px;
	min-height: 520px;
	display: flex;
	background: #009DE2;
}
#block-views-block-banner-promocional-inicio-block-3 .banner-info .jumbotron{
	background: #0E1539;
}
.banner-info .jumbotron .container{
	position:relative;
	z-index:2;
	padding:4rem;
	width: 40%;
	margin: 0;
}
.banner-info .jumbotron-background{
	position:absolute;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
}
.banner-info .jumbotron-background img{
	object-fit: cover;
	-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	width: 60%;
	position: absolute;
	right: 3%;
}
.banner-info .card-link a{
	color: #ffffff;
	background: transparent;
	padding: 10px 25px;
	border: 1px solid #ffffff;
	border-radius: 25px;
	font-size: 16px;
	font-family: 'ZosimoCyr-DemiBold';
	position: relative;
	top: 30px;
}
.banner-info .card-link a:hover{
	background: #ffffff;
	color: #009DE2;
}
.banner-info .jumbotron h1{
	font-family: ZosimoCyr-Thin;
	font-size: 80px;
}
.banner-info .jumbotron h3{
	font-family: ZosimoCyr-Bold;
	font-size: 40px;
}
.banner-info .jumbotron p{
	font-family: ZosimoCyr-Light;
	font-size: 20px;
}
.banner-info .download-link a{
	color: #ffffff;
	background: #009DE2;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 25px;
	font-weight: bold;
}
.banner-info .download-link a:hover{
	color: #009DE2;
	background: #ffffff;
}