.card-deck-xml{
		justify-items: center;
		display: grid;
    	grid-template-columns: repeat(1, 1fr);
		row-gap: 20px;
    	column-gap: 0px;
	}
	@media (min-width:767px){
	.card-deck-xml{
		justify-items: center;
		display: grid;
    	grid-template-columns: repeat(2, 1fr);
	}
	}
	@media (min-width:1200px){
	.card-deck-xml{
		justify-items: center;
		display: grid;
    	grid-template-columns: repeat(3, 1fr);
	}
	}
	.card-xml:first-child{
		margin: 0 10px !important;
		border-radius: 16px;
		border: 0 !important;
		background-color:#EEEEEE;
		color:#000;
		min-width: 265px;
    	max-width: 340px;
	}
	.card-xml{
		margin: 0 10px !important;
		border-radius: 16px;
		border: 0 !important;
		background-color:#EEEEEE;
		color:#000;
		min-width: 265px;
    	max-width: 340px;
	}
	.card-xml:hover{
		box-shadow: inset 0 0 0 2px #1E5596;
		background-color:#FFF;
	}
	.card-xml p{
		margin-bottom:0;
		color:#000;
	}
	.card-xml h5{
		color:#000;
	}
	.card-xml .card-header{
		padding: 0 !important;
		border-radius: 16px 16px 0px 0px;
	}
	.card-xml .card-header img{
		height: 11rem;
    	width: 100%;
		border-radius: 16px 16px 0px 0px;
	}
	.card-xml .card-header i{
		opacity:0;
		transition: opacity 0.7s linear;
		background-color: #D7E71B;
		color:#FFF !important;
		padding: 12px;
		border-radius: 50%;
		margin-top: -60px;
		right: 12px;
		position: relative;
		bottom: 0;
		float: right;
		z-index: 1;
	}
	.card-xml:hover .card-header i{
		opacity:1;
	}
	.card-xml .card-body{
		background-color:transparent;
		border-bottom: 2px solid #fff;
		padding: 0;
   		margin: 1.25rem;
		min-height: 160px;
		max-height: 232px;
		text-align: center;
	}
	.card-xml:hover .card-body{
		border-bottom: 2px solid #1E5596;
	}
	.card-xml .card-body .card-title{
		font-size: 18px;
    	font-weight: bold;
		color:#222752;
	}
	.card-xml .card-body .card-subtitle{
	color: #878996;
	}
	/*.card-xml .card-body .price{
		background-color: #D7E71B;
		margin-left: -1.25rem;
		width: 50%;
		border-radius: 0px 32px 32px 0px;
		padding: .5rem 0 .5rem 1.25rem;
		bottom: 92px;
    	position: absolute;
	}*/
	.card-xml .card-body .price{
	margin-top:5px;
	}
	.card-xml .card-body .price h5.card-title2{
		margin-bottom:0;
		box-shadow: inset 0px 3px 6px #00000029;
		border: 2px solid #22275280;
		border-radius: 25px;
		width: fit-content;
   		margin: 0 0 0 12px;
    	padding: 2px 12px;
		/*color:#FFF;*/
		color:#1B426F;
		font-weight: 600;
		font-size: 15px;
	}
.card-xml .card-body .price h5.card-title{
		margin-bottom:0;
		box-shadow: inset 0px 3px 6px #1E5596;
		background:#1E5596;
		border: 2px solid #1E5596;
		border-radius: 25px;
		width: fit-content;
   		margin: 0 0 0 6px;
    	padding: 1px 16px;
		/*color:#FFF;*/
		color:#FFF;
		font-weight: 600;
		font-size: 20px;
	}
 .text-price-h4{
	 margin-bottom:0;
	 color: #222752;	 
}
	/*.card-xml:hover .card-body .price h5.card-title{
	background:#1E5596;
	border: 0px solid #1E5596;
		padding: 5px 25px;
		color:#FFF;
	}*/
	.card-xml .card-footer{
		background-color:transparent;
		border-radius: 0px 0px 16px 16px;
		border: 0 !important;
		padding: 0 1.25rem 1.25rem;
		display: grid;
    	grid-template-columns: repeat(3, 1fr);
	}
	.card-xml .icon-footer{
		text-align: center;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.card-xml:hover .icon-footer{
		border-left: 1px solid #1E5596;
		border-right: 1px solid #1E5596;
	}
	.card-xml .icon-footer:first-child, .card-xml .icon-footer:last-child{
		border-left: 0;
		border-right: 0;
	}
	.card-xml .icon-footer p{
		font-size: 12px;
		margin-bottom:0
	}
	.pagination-personal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0px;
}
	@media (max-width:767px){
		.card-xml, .card-xml:first-child {
    max-width: 100%;
}
		.card-xml .card-header img {
    height: auto;
}
	}
	@media (max-width:1199px){
		.card-xml .card-header img {
    height: 25rem;
    width: 100%;
    min-width: 302px;
    border-radius: 16px 16px 0px 0px;
}
	}

.pagination-personal .page-numbers {
  	/*padding: 5px 10px;*/
	border-radius: 4px;
    display: flex;
  	color: #000;
 	text-decoration: none;
	min-width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.pagination-personal .page-numbers.current {
  font-weight: bold;
  background-color: #1E5596;
  color: #fff;
}
	.pagination-personal li{
		list-style:none;
	}

.none-card{
    grid-column-start: 1;
    grid-column-end: 4;
    width: 100%;
}
.none-content{
	margin: 0 10px !important;
	border-radius: 16px;
	border: 0 !important;
	background-color:#EEEEEE;
	color:#000;
	text-align: center;
    padding: 92px;
}
.none-content h2{
	color: #1E1932;
    font-size: 32px;
    font-weight: 500;
	margin-bottom:23px;
}
.none-content h4{
	color: #1E1932;
    font-size: 20px;
}

@media (max-width:575.90px){
	.card-xml .card-body .card-title {
    font-size: 24px;
}
	.card-xml .card-body .card-subtitle, .card-xml .card-body .price .card-title-price {
    font-size: 18px;
}
	.card-xml .ban-oferts{
		font-size: 18px;
	}
	.btn-movile-filtro button {
		font-size: 18px;
	}
	.card-xml .icon-footer p{
		font-size: 14px;
	}
	}