.cardCatSect {
	width: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	position: static;
	/* margin-top: 3%; */
	margin: 2% 0;
}

.cardsCatlg {
	width: 80%;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.col {
	align-items: center;
	justify-content: center;
	align-items: center;
	margin: auto;
	/* width: 20%; */
}

.card {
	border: transparent;
	background-color: transparent;
	width: 300px;
	margin: auto;
}

.card:hover {
	width: 305px;
	border: transparent;
}

.btn:hover {
	text-decoration: none;
	filter: drop-shadow(17px 17px 17px #15253E);
}

.card-img-top {
	border-radius: 25px;
}

.car-img-top:hover {
	border: 1px solid white;
	/* filter: drop-shadow(30px 30px 30px #15253E); */
}

.modal {
	background-color: #000000b4;
}

/* ******************************************************************************* */
.modal-dialog {
	background-color: transparent;
	align-content: center;
}

.modal-header {
	border: 2px solid transparent;
	background-color: transparent;
	border: transparent;
}

.modal-footer {
	background-color: transparent;
	border: transparent;
}

.modal-content {
	background-color: transparent;
}

.modal-title {
	text-align: center;
	color: white;
	background-color: transparent;
	font-size: 30px;
}

.btn-close {
	color: white;
	background-color: #f4f4f4;
}

.carousel{
	border: transparent;
}

.carousel-inner {
	border-radius: 25px;
	/*border: 5px solid ed*/
}

/* Aviso general de las imagenes en modelos de asientos */
.AvisoImg {
	/* border: 2px solid green; */
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.AvsI {
	/* border: 2px solid gray; */
	font-family: 'kanit', sans-serif;
	margin: 5px;
	padding: 5px;
	font-size: 20px;
	font-weight: 300;
	/* width: 450px; */
	width: auto;
	text-align: center;
	height: auto;
	background-color: #15253E;
	color: white;
	border-radius: 15px;

}
/* ****** */

@media only screen and (min-width:200px) and (max-width:780px) {
		
	.cardsCatlg {
		width: 95%;
	}

	.col {
		width: auto
	}
	
	.card {
		width: 200px;
		margin: auto;
	}

	.card:hover {
		width: 205px;
	}

	.modal-dialog {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.modal-content {
		width: 80%;
	}

	.modal-title {
		font-size: 15px;
	}

}

@media only screen and (min-width:781px) and (max-width:1300px) {

	.cardsCatlg {
		width: 95%;
	}

	.card {
		width: 250px;
		margin: auto;
	}

	.card:hover {
		width: 255px;
	}

	.modal-title{
		font-size: 25px;
	}

}