.modalContact{
	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;
}
.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;
}
.forcondatos h2{
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #ea8511;
}

.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;
}
.contenttest .cerrar {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
}
.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 textarea{
	width: 100%;
	height: 70px;
	color: #fff;
	border: none;
	outline: none;
	border-bottom: 1px solid #ea8511; 
	background: transparent;
}
.forcondatos form textarea: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 .imgempresa{
	width: 100%;
	height: auto;
	margin-right: 4%;
}
.forcondatos .datotest .imgdato img{
	width: 100%;
	height: 100%;
}
.forcondatos .datotest .imgempresa img{
	width: 100%;
	height: 100%;
}
.forcondatos .datotest .datas{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.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: left;
}
.forcondatos .datotest .datocontact{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.forcondatos .datotest .datocontact h5{
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: left;
}
.forcondatos .datotest .datocontact span{
	width: 50%;
	height: 20px;
	font-size: 11px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 20px;
}


/*-------------------------fin del movil---------------------------------*/

@media(min-width: 760px){
	
	.forcondatos .datotest .imgempresa{
		width: 45%;
	}
	.forcondatos .datotest .datocontact{
		width: 50%;
	}

}
/*------------------------------fin de tabla---------------------------------*/
@media(min-width: 1023px){
	
	.forcondatos{
		grid-template-columns: auto auto;
	}

}

/*---------------------mostrar quitar-------------*/
.mostrartest{
	display: flex;
	opacity: 1;
}
.quitartest{
	display: none;
	opacity: 0;
}

.mostrarModal{
	display: flex;
	opacity: 1;
}
.quitarModal{
	display: none;
	opacity: 0;
}