/* @override 
	http://voc.dev/css/voc_login_clientes.css */
@font-face {
	font-family: "Raleway-Black";
	src: url('/fonts/Raleway-Black.woff');
	src: url('/fonts/Raleway-Black.woff') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Raleway-Bold";
	src: url('/fonts/Raleway-Bold.woff');
	src: url('/fonts/Raleway-Bold.woff') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Raleway-ExtraBold";
	src: url('/fonts/Raleway-ExtraBold.woff');
	src: url('/fonts/Raleway-ExtraBold.woff') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Raleway-Light";
	src: url('/fonts/Raleway-Light.woff');
	src: url('/fonts/Raleway-Light.woff') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Raleway-Medium";
	src: url('/fonts/Raleway-Medium.woff');
	src: url('/fonts/Raleway-Medium.woff') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Raleway-Regular";
	src: url('/fonts/Raleway-Regular.woff');
	src: url('/fonts/Raleway-Regular.woff') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Raleway-SemiBold";
	src: url('/fonts/Raleway-SemiBold.woff');
	src: url('/fonts/Raleway-SemiBold.woff') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Raleway-Thin";
	src: url('/fonts/Raleway-Thin.woff');
	src: url('/fonts/Raleway-Thin.woff') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html,
body {
	background-image: none;
	height: 100%;
	/* background-color: #2b1e45; */
}

footer.navbar-default.navbar-fixed-bottom.footer {
	display: none;
}

.bg-trama {
	background-image: url('/imagenes/tramas/bg_line.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 28px;
	display: flex;
	flex-direction: column;
}

.text-tt {
	font-family: 'Raleway-Bold';
	text-align: center !important;
	font-size: 18px !important;
	height: 20px !important;
}

.btn-voc:hover {
	color: white !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: unset !important;
}

.title-login {
	height: 43px;
	font-size: 32px;
	line-height: 44px;
	font-weight: 700;
	background: linear-gradient(90.77DEG, #9E78F7 -18.67%, #FF695A 128.83%);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.background-container {
	background-image: url('/imagenes/tramas/img_background.png');
	background-repeat: no-repeat;
	background-position: -25% 43%;
	background-size: 59%;
	width: 97%;
}

.subtitle-login {
	font-size: 32px;
	font-weight: 400;
	color: #767676;
	line-height: 44px;
	max-width: 709px;
	font-family: "Raleway-Medium";

}

.text1-login {
	font-family: "Raleway-Medium";
	font-size: 18px;
	height: 26px;
	color: #767676;
	line-height: 26px;
}

.subtext {
	font-family: "Raleway-Bold" !important;
	font-weight: 700;
}

.link1-login {
	font-family: "Raleway-Medium";
	color: #ff695a !important;
	cursor: pointer;
}

.link1-login:hover {
	text-decoration: underline #ff695a !important;
}

.link2-login a {
	font-family: "Raleway-Medium";
	height: 26px;
	color: #ff695a !important;
	line-height: 26px;
	font-size: 18px;
	cursor: pointer;

}

.link2-login:hover {
	text-decoration: underline #ff695a !important;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.icon-deskt {
	display: block;
}

.icon-mob {
	display: none;
}

.cursor-pointer {
	cursor: pointer;
}

.div-logo-blanco {
	margin-top: 5%;
}

.div-logo-blanco-registro {
	margin-top: 25px;
}

.login-logo-blanco {
	margin-bottom: 30px;
}

.login-logo-blanco-registro {
	margin-bottom: 30px;
}

.texto-blanco {
	color: white;
}

.texto-normal {
	color: #767676;
	font-size: 13px;
	height: 21px;
	line-height: 20.5px;
	font-family: "Raleway-Medium";
}

.texto-info-plataforma {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	display: block;
}

.strong {
	font-weight: 800;
}

.separador {
	margin-left: 0;
	border-top: 3px solid #d0256c;
	width: 30px;
	margin-top: 0;
	margin-bottom: 15px;
}

.footer {
	background-color: #2b1e45;
}

.texto-copyright {
	color: white;
	font-size: 10px;
}

.login-box {
	min-width: 250px;
	max-width: 340px;
	box-shadow: 0 0 15px -4px #ab79fa !important;

	/* margin: 0 auto; */
}

.login-box {
	max-width: 660px;
	background-color: #ffffffc4;
}

@media screen and (max-width: 980px) {
	.login-box {
		max-width: 660px;
	}

	.icon-deskt {
		display: none !important;
	}

	.icon-mob {
		display: block;
		margin-top: -30px;
	}

	.bg-trama {
		background-image: url('/imagenes/tramas/bg_2.png');
		background-size: 354%;
		background-repeat: no-repeat;
		background-position-x: -463px !important;
		display: flex;
		flex-direction: column;
	}

	.title-login {
		font-size: 23px;
		text-align: center;
	}

	.subtitle-login {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		height: auto;
		max-width: 90% !important;
		padding-bottom: 12px;
	}

	.text1-login {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}

	.link2-login {
		line-height: 18px;
		font-size: 12px;
		text-align: center;
	}

	.register-box {
		min-width: 300px;
		background-color: white;
	}

}

.deselected {
	background-color: #d2d8d8;
}

.padding-campo-registro {
	padding-left: 5px;
	padding-right: 5px;
}

.padding-15px {
	padding: 15px;
}

.padding-25px {
	padding: 25px;
}

.btn-voc {
	font-family: "Raleway-Bold";
	width: 100%;
	height: 37px;
	border-radius: 4px;
	background-color: #ff695a;
	color: white;
}

.btn-voc:hover {
	color: #2b1e45;
}

.email-no-econtrado {
	color: #d8127d;
}

.recuperar-clave {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 40px;
	color: grey;
	margin-top: 10px;
	margin-bottom: 20px;
}

.centrado {
	display: block;
	margin: 0 auto;
}

.campo-obligatorio {
	color: red;
}

.acceso-plataforma {
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {

	html,
	body {
		background-image: url("../imagenes/tramas/trama.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.register-dif {
		margin-top: 2%;
		width: 92%;
	}

	.background-container {
		background-position: -25% 103% !important;
		background-size: 91% !important;
		width: 97%;
		height: 100vh !important;
	}

	.div-centrado {
		margin-top: 10%;
	}

	.div-logo-blanco {
		margin-bottom: 100px;
	}

	.div-logo-blanco-registro {
		margin-bottom: 20px;
	}
}

.texto-azul {
	color: rgba(0, 0, 255, 0.7);
}

.margin-bottom25px {
	margin-bottom: 255px;
}

.enlace {
	display: inline;
}

@media (min-width: 1200px) {
	.container {
		width: 1440px !important;
	}
}