@font-face {
	font-family: ssp;
	src: url(../fonts/SourceSansPro-Regular.otf);
}

@font-face {
	font-family: aywr;
	src: url(../fonts/AYearWithoutRain.ttf);
}

@font-face {
	font-family: kmkx;
	src: url(../fonts/KOMIKAX.ttf);
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts//Montserrat-Regular.WOFF') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts//Montserrat-Semibold.WOFF') format('woff');
	font-weight: 500;
	font-style: normal;
}


@font-face {
	font-family: 'PTSans';
	src: url('../fonts//PTSans-Regular.WOFF') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans';
	src: url('../fonts//PTSans-Bold.WOFF') format('woff');
	font-weight: bold;
	font-style: normal;
}

body {
	background-color: #FFF;
	color: #001c35 !important;
	font: 13px/20px normal 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0;
	font-family: ssp;
}

h1 {
	font-family: ssp;
	font-size: 2rem;
	font-weight: bold;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #001c35 !important;
	font-family: ssp !important;
}

.cabecera {
	background-color: #FFF;
	color: #000;
	width: 100%;
}

.cuerpo .button.volver {
	background: none;
	text-decoration: underline;
	padding: 0;
	font-size: 1.1rem;
	color: black;
}

.cabecera .logo {
	width: 100%;
	max-width: 200px;
	margin: 1em 2em;
}

.cabecera .noLogo {
	display: block;
	position: relative;
	height: 17vh;
	width: 1vw;
}

.cabecera .appTitle {
	font-weight: bold;
	display: none;

}

.cabecera .idiomas {
	position: absolute;
	top: 1em;
	right: 2em;
	display: block;
	width: auto;
}

.cabecera .idiomas a {
	color: #001c35 !important;
	font-weight: bold;
	margin-right: 1em;
}

.cuerpo {
	display: flex;
	align-items: center;
	color: #000;
	background-image: url("../images/f_login.jpg");
	background-size: cover;
    background-position: center;
    background-color: #1e282c;
    background-blend-mode: luminosity;
	padding: 0.75em 1em;
	font-size: 1em;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.cuerpo .content {
	margin: auto;	
	text-align: center;

}

.cuerpo .content .card {
	margin: auto;	
	text-align: center;
	padding-top: 0;
	padding-left: 6rem ;
	padding-right: 6rem ;
	padding-bottom: 3rem;


}

.cuerpo .lgnImg {
	background-image: url("../img/login/login.png");
	position: relative;
	display: inline-block;
	height: 23vh;
	width: 25vw;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: -2em;
	margin-bottom: 4em;
}

.cuerpo .logos .lgnImgA {
	width: 40%;
	max-width: 370px;
	margin: 0 0 1em;
	max-height: 100px;
}

.cuerpo .logos .lgnImgB {
	width: 80%;
	max-width: 370px;
	margin: 0 0 1em;
	max-height: 100px;
}

.cuerpo .login-box {
	margin: 1rem auto;
	padding: 1rem;
	background: #e8ebee;
	max-width: 550px;
	width: 100%;
	background: linear-gradient(-15deg, #f6f7f8 20%, #fff 20%);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}


.cuerpo .login-box h1 {
	font-family: Montserrat, sans-serif !important;
	color: #32383e !important;
	font-weight: 500;
	font-size: 1.25rem;
	border-bottom: 1px solid;
	padding: 0.5rem;
	text-transform: uppercase;
}

.cuerpo .login-box p,
.cuerpo .login-box label {
	font-family: PTSans, sans-serif !important;
}

.cuerpo .login-box label ~ label{
	margin-top: 1rem;
}

.cuerpo .login-form {
	display: flex;
	flex-direction: column;
	padding: 1rem 2rem;
	margin-bottom: 1rem;
}

.cuerpo .formFields {
	margin-bottom: 2rem;
}

.cuerpo a {
	color: #001c35 !important;
	text-decoration: none;
	font-size: .9rem;
	line-height: 1.1em;
	border-bottom: 1px solid #c63939;
	padding-bottom: 3px;
}

.cuerpo .txtCntrl {
	border-radius: 50px;
	background-color: #f0f2f4;
	font-size: 1rem;
	padding: 0.75rem 1.5rem;
	padding-left: 0.75rem;
	border: none;
}

.cuerpo label {
	display: block;
	color:hsl(199deg, 99%, 48%);
	padding-left: 1rem;
	text-transform: uppercase;
	font-weight: 600;
}

.cuerpo.registro .txtCntrl {
	width: 100%;
}

.cuerpo.registro .txtLabel {
	position: relative;
	float: left;
	width: 80%;
	text-align: left;
	border-bottom: 1px solid #767676;
	color: #767676;
	font-size: 0.85em;
}

.cuerpo.registro .chkCntrl {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	color: #767676;

}

.cuerpo.registro #dsclmr {
	margin-top: 11px;
	display: block;
}

.cuerpo.registro .disclaimer .cerrarD.button {
	float: right;
}

.cuerpo.registro .disclaimer {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background: white;
	transform: translateX(-50%) translateY(-50%);
	padding: 2em;
	box-shadow: 2px 2px 11px black;
	width: 90vw;
	max-width: 800px;
}

.cuerpo .button {
	border: none;
	border-radius: 50px;
	color: #f6f7f8;
	background-color: hsl(199deg, 99%, 48%);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1rem;
	padding: 0.5rem 2rem;
}

.cuerpo .content .card a {
	border: none;
	border-radius: 50px;
	color: #e0e3e6 !important;
	background-color: hsl(199deg, 99%, 48%);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1rem;
	padding: 1rem 2rem;
	height: 3rem;
	margin-top:2rem;
}

.cuerpo .content .card a:hover {
	background-color: rgb(54, 179, 236);
}


.cuerpo .button:hover {
	background-color: rgb(54, 179, 236);
}

.cuerpo .error {
	color: #F00;
	font-weight: normal;
	font-size: 0.75em;
	top: -1em;
	left: 0;
	width: 100%;
	text-align: center;
}

.cuerpo .txtLabel.error {
	color: #F00 !important;
	top: unset;
	left: unset;
	width: auto;
}

.cuerpo .chkCntrl.error {
	box-shadow: 1px 2px 4px rgb(255, 0, 0);
	top: unset;
	left: unset;
	width: auto;
}

.MT1 {
	margin-top: 1em;
}

.gmCntner,
.TC {
	text-align: center;
}

.gmSlctr {
	height: 91.5vh;
}

.pie {
	display: block;
	position: relative;
	float: left;
	width: 100vw;
	height: 2vh;
	background-color: #000;
	color: #FFF;
}

.error_validacion {
	background: #ffe5e5;
	border: solid 1px #ff4646;
	padding: .3rem 1rem;
	color: #ff4646;
	font-size: .9rem;
}


/* PASOS REGISTRO */

.caja-registro {
	max-width: 450px;
	border: solid 1px black;
	border-radius: 10px;
	margin: 0 auto;
	padding: 1rem 2rem 0;
	text-align: center;
	position: relative;
}

.caja-registro p {
	text-align: left;
	margin: 1rem 0;
}

.caja-registro .fila-form {
	margin-bottom: 1rem;
}

.cuerpo .caja-registro .txtCntrl {
	max-width: 300px;
	text-align: left;

}

.selector:not(*:root),
.cuerpo .caja-registro .txtCntrl {
	/*estilo solo para chrome*/
	padding-left: 10px;
}

.caja-registro select.txtCntrl {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 2;
	background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB4SURBVHgBrZDBCcAgDEV/OpH7OIoXFe8O4IgKukHaX7DY9tJDHwgh/2FIRA/wgQ0f2WqtsNZijPEK2WPWWgNKKRytxhjtveuENXvMcs4KNr33N3mVmJ17zB9WeUohhGvCJZIY4ynwsV6R53lSShAROOdui8nvd9wBimSJFPJLPFcAAAAASUVORK5CYII=") no-repeat right 10px center;
}

.caja-registro .select {
	position: relative;
	display: inline-block;
	z-index: 1;

}

.caja-registro .select option {
	background: transparent;
}

.caja-registro .select::before {
	content: "";
	position: absolute;
	top: 12px;
	right: 10px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: solid 2px black;
	border-bottom: solid 2px black;
	transform: rotate(-45deg);
}

.caja-registro .check {
	display: flex;
	align-items: baseline;
	text-align: left;
}

.registro .caja-registro .check input {
	margin-right: 1rem;
	width: 20px;
}

.registro .caja-registro .txtLabel {
	border: none;
	color: black;
	font-size: 1rem;
	order: 1;

}

.registro .caja-registro .condiciones .txtLabel {
	font-size: .85rem;
}

.caja-registro .continuar,
.caja-registro .back {
	margin: .5rem 0 0;
	display: inline-block;
}

.caja-registro .back .fa {
	line-height: 1.5em !important;
}

.caja-registro .button.volver {
	position: absolute;
	right: 10px;
	bottom: 0;
	text-decoration: underline;
	cursor: pointer;
	font-size: 1.1rem;
}

.caja-registro .condiciones {
	background: rgb(233, 233, 233);
	font-size: .8rem;
	padding: 1rem;
	border-radius: 5px;
	margin-bottom: 1rem;
}

.caja-registro .condiciones .check input {
	margin-right: .5rem;
}

.caja-registro .condiciones a#dsclmr {
	display: inline;
}

.paso2,
.paso3 {
	display: none;
}



.pasos {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pasos li {
	display: inline-block;
	text-align: center;
	margin: 0 .3rem
}

.pasos li::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #a3a3a3;
	border-radius: 50%;
	margin: 0 auto;
}

.pasos li.active::after {
	width: 12px;
	height: 12px;
	background: #437efd;
	box-shadow: 0 0 5px #437efd;
}

.pasos li.active.error {
	width: unset;
	background: #F00 !important;
}

.pasos li.error {
	width: 12px;
}

.pasos li.error::after {
	width: 12px;
	background: #F00 !important;
}

.pasos li.active.error::after {
	width: 12px;
	height: 12px;
	margin-left: 0 !important;
	background: #F00 !important;
	box-shadow: 0 0 5px #FF0000;
}

.cerrarD.button {
	margin-bottom: -1em;
	margin-top: 2em;
}