/*PRECIOS DE MANTEMINIENTO*/
.precios-content {
	display: grid;
	grid-template-columns: minmax(250px, 30%) 1fr;
	gap: 18%;
}

.img-precios {
	position: relative;
	height: min-content;
}

#img-precios-modelo {
	position: absolute;
	bottom: -6%;
	left: -25%;
	height: 75%;
}

#imgBGPrecios {
	width: clamp(65%, 100%, 500px);
}

#img-precios-text {
	font-family: 'FordAntennaWGL-Light';
	font-size: 14px;
	color: #575757;

	display: none;
	position: absolute;
	bottom: -45px;
	left: 10%;
}

@media (max-width: 768px) {
	.precios-content {
		display: block;
	}
	.img-precios {
		margin-bottom: 5rem;
	}

    #imgBGPrecios {
		width: 65%;
		display: block;
		margin-left: auto;
    }
    #img-precios-modelo {
		left: 0;
    }
    #img-precios-text {
		left: 50%;
		translate: -50%;
    }
}
@media (max-width: 575px) {
    #imgBGPrecios {
		width: 80%;
		margin-inline: auto;
    }
	#img-precios-text {
		width: 100%;
		text-align: center;
	}
    #img-precios-modelo {
		left: 50%;
		translate: -50%;
    }

	#btnAgenCita,
	.btn2 {
		display: block;
		width: 100%;
	}
}

.info-precios-mt {
	text-align: center;
}

.info-precios-mt span{
	font-size: 42px;
    font-family: 'FordAntennaWGL-Bold';
}

.info-precios-mt p small {
	font-size: 16px;
	color: #575757;
	display: block;
}

.legales-precios {
	font-family: 'FordAntennaWGL-Light';
	font-size: 14px;
}

.legales-precios button{
	display: inline-flex; 
	justify-content: center;
	align-items: center;

}

.legales-precios button i{
	margin-left: 10px;
}

.legales-precios h4 {
	font-size: 16px;
	font-family: 'FordAntennaWGL-Regular';
}

.legales-precios p{
	text-align: justify;
}

.btn2 {
	height: 45px;
	border-radius: 30px;
	min-width: 250px!important;
	transition: .3s all linear;
	font-size: 16px;
}

	.btn2:hover {
		background-color: #066FEF;
		color: white;
	}

.form-select {
	background-size: 16px 100px!important;
}

.modal-body {
	padding: 0 !important;
}

@media (max-width: 575px) {
	.modal-header h3 {
		font-size: 1.20rem; 
		white-space: nowrap; 
	}
	.modal-body {
		padding: 0!important;
	}
	.legales-precios2 {
		padding-top: 20%;
	}

	.img-precios span {
		transform: translateX(0)!important;
	}
}

