#Main
{
	min-height: 100vh;
}
#Menu
{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	box-shadow: 0 -20px 20px 20px rgba(0, 0, 0, 0.2);
	background-color: #FFFFFF;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
#Menu .Itm
{
	padding: 25px 40px;
	text-align: center;
	cursor: pointer;
	transition: var(--v-trans);
	position: relative;
}
#Menu .Itm::after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: solid 5px var(--col-verde);
	width: 0;
	transition: var(--v-trans);
}
#Menu .Itm:hover
{
	background-color: #F0F0F0;
}
#Menu .Itm:hover::after, #Menu .Itm.Act::after
{
	width: 100%;
}
#Menu .Logo
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 140px;
	line-height: 70px;
	cursor: pointer;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 6px;
	padding-left: 42px;
	line-height: 2.8;
}
#Menu .Logo b
{
	font-size: 10px;
	display: block;
	position: absolute;
	top: 14px;
	left: 42px;
	letter-spacing: 0;
	line-height: 5.6;
	font-weight: normal;
}
#Menu .Logo::after
{
	content: '';
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border: 6px solid var(--col-verde-l);
	background-color: var(--col-verde-l);
	z-index: 0;
}
#Menu .Logo::before
{
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border: 6px solid var(--col-verde);
	background-color: var(--col-verde);
	z-index: 1;
}
#Reg, #NewPass, #PLog
{
	position: relative;
	padding: 100px 0 200px 0;
	background: rgb(255, 255, 255);
	z-index: 0;
	min-height: 50vh;
}
/*#Reg::after, #NewPass::after
{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	opacity: 0.3;
	(*background: url('../img/portada2.jpg') center/130%;*)
	background: url('../img/portada6.jpg') center / 100%;
}*/
#NewPass::after
{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	opacity: 0.3;
	/*background: url('../img/portada2.jpg') center/130%;*/
	background: url('../img/portada6.jpg') center / 100%;
}
#FRegistro, #FNPass, #PLogin
{
	margin: 0 auto;
	background-color: #FFFFFF;
	max-width: 500px;
	min-width: 500px;
	border-radius:var(--b-radius);
	box-shadow:var(--b-shadow);
	padding: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#Intro
{
	margin: 0 auto 30px;
	background-color: #FFFFFF;
	width: 80vw;
	max-width: 1000px;
	min-width: 500px;
	border-radius:var(--b-radius);
	box-shadow:var(--b-shadow);
	padding: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
	border-left: 5px solid var(--col-verde);
	border-right: 5px solid var(--col-verde);
}
#Intro h1
{
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
}
#Intro h1:after
{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -8px;
	width: 50px;
	border-bottom: 3px solid var(--col-verde);
}
#Intro p
{
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #6B6B6B;
}
#FRegistro .Paso
{
	width: 50%;
	padding: 20px;
	position: relative;
}
#FRegistro .Form .TopForm, #PLogin .Form .TopForm
{
	margin-bottom: 10px;
	margin-top: -10px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #585858;
}
#FRegistro .Form .TopForm i, #PLogin .Form .TopForm i
{
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 50px;
	z-index: -1;
	opacity: 0.1;
}
#FRegistro .L_Pasos
{
	width: 300%;
	display: flex;
	flex-flow: nowrap;
	position: relative;
	left: 0;
	transition: var(--v-trans);
	/* left: -200%; */
}
#FRegistro .L_Pasos.Act2
{
	left: -100%;
}
#FRegistro .L_Pasos.Act3
{
	left: -200%;
}
#FRegistro .L_Pasos.Act2 .Paso:nth-child(1), #FRegistro .L_Pasos.Act3 .Paso:nth-child(1)
{
	height: 0px;
}
#FRegistro .Paso#P3
{
	text-align: center;
	font-size: 48px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	color: #3F3F3F;
	font-weight: 300;
}
#FRegistro .Paso#P3 i
{
	color: var(--col-verde);
	display: block;
	width: 100%;
	font-size: 70px;
	margin-bottom: 10px;
	transition: var(--v-trans);
}
#FRegistro .Paso#P3 h4
{
	font-size: 12px;
	font-weight: 500;
	margin: 15px 25px 0 25px;
	color: rgb(110, 110, 110);
}
#PLogin
{
	padding: 25px 0px;
	max-width: 600px;
	min-width: 600px;
}
#PLogin .Form .TopForm
{
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#PLogin .LogPasos
{
	width: 300%;
	display: flex;
	flex-flow: nowrap;
	position: relative;
	left: 0;
	transition: var(--v-trans);
	/*left: -100%;*/
}
#PLogin .LogPasos.P1
{
	left: 0;
}
#PLogin .LogPasos.P2
{
	left: -100%;
}
#PLogin .LogPasos.P3
{
	left: -200%;
}
#PLogin .LogPasos .ItPaso
{
	width: 100%;
	position: relative;
	/* left: -200%; */
	margin-right: 25px;
	margin-left: 25px;
}
#PLogin .LogPasos .ItPaso h4
{
	font-weight: normal;
}
#Bottom
{
	box-shadow: 0 20px 20px 20px rgba(0, 0, 0, 0.2);
	background-color: #FFFFFF;
	font-size: 16px;
	position: relative;
	padding: 15px;
	z-index: 1;
}
#Bottom .Pie
{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}
#Bottom .Pie .Itm
{
	padding: 10px 20px;
	font-weight: 500;
	cursor: pointer;
}
#Bottom .Copyright
{
	margin-top: 35px;
	font-size: 14px;
	text-align: center;
}
#RlsPass .ItmRl
{
	font-size: 12px;
	padding-left: 14px;
	position: relative;
}
#RlsPass .ItmRl:after
{
	content: '';
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	border:2px solid var(--col-gris);
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#RlsPass .ItmRl.Ok
{
	color: #01AF88;
	font-weight: bold;
}
#RlsPass .ItmRl.Error
{
	color:var(--col-rojo);
	font-weight: bold;
}
#FNPass .Paso
{
	padding: 20px;
	position: relative;
	width: 100%;
}
#FNPass .L_Pasos
{
	width: 200%;
	display: flex;
	flex-flow: nowrap;
	position: relative;
	left: 0;
	transition: var(--v-trans);
	/* left: -100%; */
}
#FNPass .L_Pasos.Act2
{
	left: -100%;
}
#FNPass .Paso#P2
{
	text-align: center;
	font-size: 48px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	color: #3F3F3F;
	font-weight: 300;
}
#FNPass .Paso#P2 i
{
	color: var(--col-verde);
	display: block;
	width: 100%;
	font-size: 70px;
	margin-bottom: 10px;
	transition: var(--v-trans);
}
#FNPass .Paso#P2 h4
{
	font-size: 12px;
	font-weight: 500;
	margin: 15px 25px 0 25px;
	color: rgb(110, 110, 110);
}
#MainPasos
{
	width: 100%;
	display: flex;
	flex-flow: nowrap;
	position: relative;
	left: 0;
	transition: var(--v-trans);
	overflow: hidden;
}
#MainPasos::after
{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	left: 0;
	width: 120%;
	opacity: 0.3;
	/*background: url('../img/portada2.jpg') center/130%;*/
	background: url('../img/portada6.jpg') center / 100%;
	z-index: 1;
	transition: 0.3s all;
}
#MainPasos .MPCPasos
{
	width: 300%;
	position: relative;
	display: flex;
	flex-flow: nowrap;
	transition: var(--v-trans);
	left: 0;
	z-index: 2;
}
#MainPasos .MPCPasos .MPaso
{
	width: 100vw;
	visibility: visible !important;
	z-index: 2;
	position: relative;
	background-color: transparent;
}
/**/
#MainPasos.MP1 .MPCPasos
{
	left: 0%;
}
#MainPasos.MP1::after
{
	left: 0%;
}
#MainPasos.MP2 .MPCPasos
{
	left: -100%;
}
#MainPasos.MP2::after
{
	left: -2%;
}
#MainPasos.MP3 .MPCPasos
{
	left: -200%;
}
#MainPasos.MP3::after
{
	left: -4%;
}
/**/
/**/
