.detalles{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.video{
	width: 100%;
}
.cajadetails{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;	
}
.datospt{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.cajadetails h2{
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #ea8511;
}
.datosproducto{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: auto;
}
.datosproducto span{
	width: 100%;
}
.datosproducto span h4{
	padding: 0;
	margin: 0;
	text-align: center;

}
.datosproducto span p{
	text-align: center;
	border-bottom: 1px solid;
}
.test{
	width: 100%;
	height: 70px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.test button{
	border: none;
	background: #333;
	outline: none;
	color: #fff;
	width: 150px;
	height: 30px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s;
}
.test button:hover{
	background: #ea8511;
	transition: .3s;
	
}
.carfax{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.modalTest{
	width: 100%;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	overflow: hidden;
	position: fixed;
	z-index: 300;
	background: rgba(153,153,153,.5);
	color: #fff !important;
}

.contenttest{
	width: 100%;
	max-width: 1024px;
	height: auto;
	background: #000;
}
.forcondatos{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: auto;
	padding-top: 10px;
	padding-bottom: 50px;
	background: #000;
	position: relative;
}
.modalTest .contenttest .cerrar {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
}
.modalTest .contenttest .cerrar span.closet{
	width: 20px;
	height: 20px;
	transform: translateX(-13px);
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
}
.forcondatos form{
	width: 80%;
	max-width: 400px;
	height: auto;
	max-width: 400px;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}
.forcondatos form input[type="text"],input[type="date"],input[type="email"],input[type="phone"]{
	width: 100%;
	height: 30px;
	color: #fff;
	border: none;
	outline: none;
	border-bottom: 1px solid #ea8511; 
	background: transparent;
}
.forcondatos form input[type="text"]:hover{

	border-bottom: 1px solid green;
}
.forcondatos form input[type="date"]::-webkit-calendar-picker-indicator{
	cursor: pointer;
	background-color: #fff;
}
.forcondatos form input[type="date"]:hover{
	border-bottom: 1px solid green;

}
.forcondatos form input[type="email"]:hover{
	border-bottom: 1px solid green;

}
.forcondatos form input[type="phone"]:hover{
	border-bottom: 1px solid green;

}
.forcondatos form input[type="submit"]{
	width: 100px;
	height: 30px;
	margin: auto;
	margin-top: 30px;
	border: none;
	outline: none;
	cursor: pointer;
	background: #ea8511;
}
.forcondatos .datotest{
	width: 90%;
	max-width: 400px;
	height: auto;
	max-width: 400px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.forcondatos .datotest .imgdato{
	width: 45%;
	height: auto;
	margin-right: 4%;
}
.forcondatos .datotest .imgdato img{
	width: 100%;
	height: 100%;
}
.forcondatos .datotest .datas{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.forcondatos .datotest .datas h5{
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: left;
}
.forcondatos .datotest .datas span{
	width: 50%;
	height: 20px;
	font-size: 11px;
	font-weight: 400;
	text-align: right;
}
/*-------------------------fin del movil---------------------------------*/
@media(min-width: 500px){
	.detalles{
		width: 90%;
		margin: auto;
	}
	.datosproducto{
		width: 100%;
		height: auto;
		display: grid;
		grid-template-columns: auto auto;
	}
	.forcondatos{
		grid-template-columns: auto auto;
	}

}
@media(min-width: 1023px){
	.detalles{
		width: 80%;
		margin: auto;
	}
	.datospt{
		width: 100%;
		max-height: 300px;
		display: flex;
		flex-wrap: wrap;
	}
	.datosproducto{
		width: 100%;
		display: grid;
		grid-template-columns: auto auto;
	}
	.cajadetails .datospt h2{
		text-align: left;
	}

	.datosproducto span h4{
		text-align: left;

	}
	.datosproducto span p{
		text-align: left;
		border-bottom: none;
	}
	.video{
	 	width: 50%;
	}
	.forcondatos .datotest{
		width: 80%;
	}

}
@media(min-width: 1250px){
	.datosproducto{
		grid-template-columns: auto auto auto auto;
	}

}
@media(min-width: 1440px){
	.detalles{
		width: 60%;
	}

}
@media(min-width: 1920px){

}

/*---------------------mostrar quitar-------------*/
.mostrartest{
	display: flex;
	opacity: 1;
}
.quitartest{
	display: none;
	opacity: 0;
}