.qua-div-flex {
	position:relative;
	height: 180px;
	display: -webkit-flex; 
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	font-size:20px;
	width:1200px;
	font-weight:600;
	padding:3px;
	margin:auto;
	flex-wrap:wrap;
	margin-bottom:5px;
	text-align:center;
}

.qua-div-item{
	-webkit-box-shadow: 17px 22px 29px 33px rgba(19, 140, 232, 0.2);
	-moz-box-shadow: 17px 22px 29px 33px rgba(19, 140, 232, 0.2);
	box-shadow: 17px 22px 29px 33px rgba(19, 140, 232, 0.2);
	border-radius: 26% 12%;
	-webkit-align-self: center; 
	align-self: center;
	width:300px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	display:block;
	padding:5px;
	text-decoration: none;
	font-weight:400;
	font-size:17px;
	line-height:16px;
}
.qua-bot-flex {
	position:relative;
	height: 180px;
	display: -webkit-flex; 
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	font-size:20px;
	width:1200px;
	font-weight:600;
	padding:3px;
	margin:auto;
	flex-wrap:wrap;
	margin-bottom:45px;
	text-align:center;
}

.qua-bot-item{
	-webkit-align-self: center; 
	align-self: center;
	width:300px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	display:block;
	padding:5px;
	text-decoration: none;
	font-weight:400;
	font-size:17px;
	line-height:17px;
	
}

.qua-bot-div{
	border:1px #c9c9c9;
	height:35px;
-webkit-box-shadow: 14px 11px 57px 34px rgba(0, 144, 255, 0.31);
-moz-box-shadow: 14px 11px 57px 34px rgba(0, 144, 255, 0.31);
box-shadow: 14px 11px 57px 34px rgba(0, 144, 255, 0.31);
	
	//background-color:#50c9ff;
	border-radius: 30px;
}
.qua-a {
	text-decoration: none;
	color: #000;

}
.qua-a a:hover{
	color: #ff0044;
	opacity:0.9;
	cursor: pointer;
}
.qua-title{
	font-size:35px;
	color: #00b8dF;
	font-weight:700;
	text-align:center;
	
}
.qua-img-arrow{
	position:absolute;
	left:26.5%;
	top:43%;
	height:200px;
}

.qua-img-air{
	
}
.qua-footer{
	position:relative;
	left:-10px;
	//border:1px solid #c9c9c9;
	font-size:25px;
	font-weight:600;
	text-align:center;
	line-height:27px;
	width:100%;
	padding:10px;
	margin:auto;
	//background: #0991FB;
	//background: linear-gradient(180deg, #0991FB, #EDEEEF);
	

/*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=189cf4&c2=fefefe&gt=r&gd=dbl
*/
background: #189CF4;
background: radial-gradient(at right top, #189CF4, #FEFEFE);
}

.qua-modal{
	text-align:justify;
}