@charset "utf-8";

/* CSS Document */
@media only screen and (max-width: 768px) {
.cpdetail_nr_l {
	width: 100%;
	float: none;margin-bottom: 5%;
}
.cpdetail_nr_r {
	width: 100%;
	float: none;
  	overflow:hidden;
}
.cpdetail_nr_l2 {
	width: 100%;
	float: none;
  overflow: hidden;
}
.cpdetail_nr_r2 {
	width: 100%;
	float: none;
}
	.cpdetail {
	width: 100%;
	overflow: hidden;
}
.cpdetail_nr {
	max-width: 1400px;
	width: 90%;
	margin: auto;
	padding: 5% 0px;
	overflow: hidden;
}
.cpdetail:nth-child(even) {
	margin: 0 auto;
	background: #f4f6f7;
}
.bs-title {
	white-space: pre-wrap;
	font-size: 20px;
	color: #0064a8;
	font-weight: 700;
	line-height:1.2;
}
.bs-desc {
	line-height: 1.2;
	color: #8b8b8b;
	font-size: 14px;
	padding: 30px 0 0;
	line-height: 1.8;
}
.bright-title {
	margin-top: 6%;
}

.cpdetail_nr img {
	width: 100%;
	float: right;
}
.cpxq_nr_ti {
    font-size: 28px;
    text-align: center;
    color: #E60012;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 20px;
}
  .container-info .nombre-modelo{    font-size: 28px;}
  .btn-red {
    color: #fff;
    background-color: #e32c40;
    border: none;
    transition: all 0.3s ease;
}
  .btn-m {
    display: inline-block;
    line-height: 1em;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
}
  .btn-more {
    display: inline-block;
    line-height: 1em;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    text-align: center;
    border-radius: 30px;
    min-width: 200px;
    color: #fff;
    background-color: #e32c40;
    border: none;
    transition: all 0.3s ease;
}
  .picture_m {
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
}
  .botones{margin-top: 20px;}
  .container-info p {
    font-size: 16px;    margin-top: 10px;
    letter-spacing: initial;
    font-weight: bold;
}
}

@media only screen and (min-width: 769px) {
.cpdetail {
	width: 100%;
	overflow: hidden;
}
.cpdetail_nr {
	max-width: 1400px;
	width: 90%;
	margin: auto;
	padding: 5% 0px;
	overflow: hidden;
}
.cpdetail:nth-child(even) {
	margin: 0 auto;
	background: #f4f6f7;
}
.bs-title {
	white-space: pre-wrap;
	font-size: 28px;
	color: #0064a8;
	font-weight: 700;
	line-height: 1.2;
}
.bs-desc {
	line-height: 1.2;
	color: #8b8b8b;
	font-size: 18px;
	padding: 30px 0 0;
	line-height: 1.8;
}
.bright-title {
	margin-top: 8%;
}
.cpdetail_nr_l {
	width: 44%;
	float: left;
}
.cpdetail_nr_r {
	width: 52%;
	float: right;
  overflow:hidden;
}
.cpdetail_nr_r img {
	width: 100%;
	float: right;
}
.cpdetail_nr_l2 {
	width: 52%;
	float: left;
  overflow: hidden;
}
.cpdetail_nr_r2 {
	width: 44%;
	float: right;
}
.cpdetail img {
	transition: all .8s;
}
.cpdetail img:hover {
	transition: transform 1s ease 0s;
	transform: scale(1.1);
}
  .picture_m {
	margin: 30px auto;
	overflow: hidden;  text-align: center;
}
.btn-more {
	display: inline-block;
	line-height: 1em;
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
	text-align: center;
	border-radius: 30px;
	min-width: 200px;
	color: #fff;
	background-color: #e32c40;
	border: none;
	transition: all 0.3s ease;
    
}
	.btn-more:hover {
    background-color: #333;
    color: #fff;
}
}

