
/*MODAL POPUP DEL PREREGISTRO DE LA PAGINA PRINCIPAL WINKETING.COM*/
#fadeModalPopupPreRegister {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto
}

#modalPopupPreRegister {
	background-color: #FFFFFF;
	position: relative;
	display: flex;
	margin: 0% auto;
	max-width: 800px;
 	z-index: 1040
}

/*ICONO DE LA X PARA CERRAR*/
#modalPopupPreRegister > span {
	color: #F37930;
	font-size: 1.1rem;
	position: absolute;
	right: 0;
	margin-top: 0.3rem;
	margin-right: 0.2rem;
	cursor: pointer
}

/*IMAGEN DE LA IZQUIERDA*/
#modalPopupPreRegister > .container-img {
	/*border: 1px solid red;*/
	display: none;
}


/*TEXTO DE LA DERECHA*/
#modalPopupPreRegister > .container-form {
	/*border: 1px solid blue;*/
	width: 100%;
	padding: 1.5rem;
}

#modalPopupPreRegister > .container-form > h2 {
	font-family: 'Poppins-Light';
	line-height: 1.4rem;
	font-size: 1.2rem;
	text-align: center;
	color: #F37930
}

#modalPopupPreRegister > .container-form > h2:nth-child(2) {
	color: #1a1a1a
}

#modalPopupPreRegister > .container-form > h2:nth-child(3) {
	/*color: red*/
	margin-top: 1rem;
	margin-bottom: -0.3rem;
	text-align: left;
}
#modalPopupPreRegister > .container-form > h2:nth-child(3) > span {color: #F37930}

/*CONTENEDOR DE LOS BONOS*/
#modalPopupPreRegister > .container-form > .container-bonus {
	/*border: 1px solid red;*/
	width: 100%;
	/*max-width: 250px;*/
	margin: 0% auto;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

#modalPopupPreRegister > .container-form > .container-bonus > .item-bonus {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5rem;
	width: 100%
}

#modalPopupPreRegister > .container-form > .container-bonus > .item-bonus > img {width: 20%; max-width: 28px; margin-right: 0.5rem}
#modalPopupPreRegister > .container-form > .container-bonus > .item-bonus > p {font-family: 'Montserrat-ExtraLight';font-size: 1rem;line-height: 1.1rem;width: 80%}
#modalPopupPreRegister > .container-form > .container-bonus > .item-bonus > p > span {font-family: 'Montserrat-BoldItalic'}

/*FORMULARIO*/
#frmPreRegisterIndex  {
	/*border: 1px solid red;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0% auto
}

#frmPreRegisterIndex > .form-group > .group > input {
	text-align: center;
	width: 100%;
	margin: 0% auto;
	margin-bottom: 2rem;
	border: 0px;
	border-bottom: 1px solid #CED4DA;
	border-radius: 0px
}

#frmPreRegisterIndex > .form-group > .group > input:focus {
	border-bottom: 1px solid #F37930;
	outline:0px;
}

#frmPreRegisterIndex > #btnSendPopupPreRegister {
	border: 1px solid transparent;
	padding: 0.5rem 1rem 0.5rem 1rem;
	color: #FFFFFF;
	background-color: #F37930;
	/*margin-top: -1.5rem*/
}

#frmPreRegisterIndex > #btnSendPopupPreRegister:hover {
	background-color: #FFFFFF;
	color: #F37930;
	border: 1px solid #F37930;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

/*MOSTAR MODAL*/
.modal-closed {
	display: none !important;
}

.modal-show{
	display: flex !important;
}

.txtErrorInput{
	visibility: hidden;
	color: #fc0a26;
	font-size: 0.82rem !important;
	line-height: 1rem
}

.txtErrorInputShow{
	visibility: visible !important;
}

/*APARTIR DE MOVIL HORIZONTAL*/
@media (min-width: 560px) {
	#frmPreRegisterIndex > .form-group  {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap
	}

	#frmPreRegisterIndex > .form-group > .group {
		width: 45%
	}
}

/*PARA IPAD*/
@media (min-width: 760px) {
	#modalPopupPreRegister {
		/*border: 1px solid red;*/
		max-width: 700px;
	}

	/*IMAGEN DE LA IZQUIERDA*/
	#modalPopupPreRegister > .container-img{
		display: block;
		width: 35%;
		/*background-image: url(../image/mujer-empresa.jpg);*/
		background-image: url(../image/ventas-modal-mujer.jpg);
		background-size: cover;
		/*max-height: 450px*/
	}
	
	/*TEXTO DE LA DERECHA*/
	#modalPopupPreRegister > .container-form {
		/*border: 1px solid blue;*/
		width: 65%;
	}

	#modalPopupPreRegister > .container-form > h2 {
		font-size: 1.5rem;
		line-height: 1.6rem
	}
	
	#modalPopupPreRegister > .container-form > h2:nth-child(1) {
		margin-bottom: 1.5rem
	}
	#modalPopupPreRegister > .container-form > h2:nth-child(2) {text-align: left; font-size: 1.4rem}
	#modalPopupPreRegister > .container-form > h2:nth-child(3) {
		/*color: red;*/
		margin-top: 0rem;
		margin-bottom: -1rem
	}

	#modalPopupPreRegister > .container-form > h2:nth-child(3) > span {font-size: 1.3rem}

	/*CONTENEDOR DE LOS BONOS*/
	#modalPopupPreRegister > .container-form > .container-bonus {margin-top: 2rem; margin-bottom: 2rem}
	#modalPopupPreRegister > .container-form > .container-bonus > .item-bonus {justify-content: flex-start;margin-top: 0.8rem;margin-bottom: 0.8rem}
	#modalPopupPreRegister > .container-form > .container-bonus > .item-bonus > img {width: 20%; max-width: 35px}
	#modalPopupPreRegister > .container-form > .container-bonus > .item-bonus > p {font-size: 1.1rem}

	#frmPreRegisterIndex > #btnSendPopupPreRegister {margin-top: -0.5rem}
}