
@media only screen and (min-width: 769px) {
.cpxq_nr_ti {
	font-size: 28px;
	text-align: center;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #ebebeb;
	height: 80px;
	line-height: 80px;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 20px;
}
.cpxq_nr {
	max-width: 1400px;
	margin: auto;
}
.cpxq_nr ul, .cpxq_nr ul.piclist2 {
	margin: 0;
	margin-left: 0px;
	padding: 0;
	padding-top: 0px;
	border: 0;
	outline: 0;
	overflow: hidden;
}
.cpxq_nr ul li {
	float: left;
	width: 23%;
	margin: 30px 1%;
	list-style: none;
	padding: 0px;
}
  .cpxq_nr ul.piclist2 li {
	float: left;
	width: 31%;
	margin: 0px 1%;
	list-style: none;
	padding: 0px;
}
.cpxq_nr ul li img {
	width: 100%;
             aspect-ratio: 1 / 0.6;
        object-fit: cover;
}
.container_top {
	position: relative;
}
.container_xq {
	width: 80%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25%;
}
.container-info {
	padding: 36px 33px;
	font-size: 13px;
	max-width: 380px;
	border-radius: 8px;
	text-align: left;
	z-index: 2;
	display: flex;
	flex-direction: column;
	background-color: rgba(255,255,255,0.8);
	min-height: 300px;
}
.container-info .nombre-modelo {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: left;
	color: #333;
}
.container-info p {
	font-size: 24px;
	letter-spacing: initial; 
  font-weight: bold;
}
.container-info .btn-m {
	width: 100%;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.botones {
	text-align: left;
	margin-top: 30px;
}
.btn-red {
	color: #fff;
	background-color: #e32c40;
	border: none;
	transition: all 0.3s ease;
}
.btn-m {
	display: inline-block;
	line-height: 1em;
	font-size: 13px;
	font-weight: 400;
	padding: 15px;
	text-align: center;
	border-radius: 30px;
}
.btn-red:hover {
	background-color: #fff;
	color: #000;
}
  .botones svg {
    display: block;
    font-size: 15px;
    margin-top: 3px;
    color: #FFFFFF;
    position: relative;
    right: 15px;
    float: right;
}
}
