:root {
	--primary-color: #eb671d;
	--secondary-color: #0a66fc;
}

.container-login {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: flex-start;
	/*background-image: url("../img/background-login.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

.container-login .login {
	width: 400px;
	height: 100vh;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	/*background-image: url("../img/franja-login.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;*/
}

.container-login .login #franja {
	width: 40px;
}

.container-login .login #logo {
	width: 250px;
}

#logo {
	margin: 49px 0 24px 0;
}
 
.container-login .login h1 {
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.login-content > form {
	/* width: 100%; */
	width: 280px;
}

.login-content > form:last-child {
	display:none;
}

.login-content > form > div > input {
	height: 20px!important;
	margin-bottom: 5px;
	padding: 4px 0!important;
}

.login-content > form > button {
	width: 100%;
	background-color: var(--secondary-color);
	border: none;
	padding: 10px;
	border-radius: 3px;
	margin-top: 10px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.tab-group {
	list-style:none;
	padding:0;
	width: 280px;
}

.recuperar-clave{
	text-decoration: none;
    color: #2e2e2e;
}

.tab-clave{
	text-align: center;
	margin-top: 15px;
}

.tab-group:after {
	content: "";
	display: table;
	clear: both;
}

.tab-group li a {
	display:block;
	text-decoration:none;
	/*padding:15px;*/
	/* background:rgba($gray-light,.25); */
	/* color:$gray-light; */
	font-size:14px;
	font-weight: 600;
	float:left;
	width:50%;
	text-align:center;
	cursor:pointer;
	transition:.5s ease;
	color: #2e2e2e;	
	line-height: 2.5;
}

.tab-group li:first-child {
	padding-left: 0;
}

.tab-group li:last-child {
	padding-right: 0;
}

.tab-group li a:hover {
	transform: scaleX(1);
}

.tab-group li a:after {
	display:block;
	content: '';
	border-bottom: solid 3px #F1A276;  
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;
}

.tab-group li .active:after {
	border-bottom: solid 3px var(--primary-color);  
}

.tab-group li a:hover:after , .tab-group li .active:after { 
	transform: scaleX(1); 
}

/*LINEA DIVISORIA ---- O -----*/

.container-divisor {
	max-width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
}
.hr-text:before {
	content: "";
	background-color: #2e2e2e;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 0.5em;
	line-height: 1.5em;
	color: #2e2e2e;
	background-color: #fcfcfa;
}

.bottom-container{
	margin-top: 40px;
}

.bottom-container a{
	color: #2e2e2e !important;
	display: block;
}

.loginMicrosoftContainer{
	display: flex;
	align-items: center;
	border: 2px solid rgb(161, 161, 161);
	padding: 12px;
	margin-bottom: 15px;
}

.loginMicrosoftContainer img{
	width: 25px;
	height: 25px;
}

.loginMicrosoftContainer a{
	margin-left: 25px;
	color: grey;
	font-weight: 700;
	font-size: 15px;
}



@media screen and (max-width: 992px) {
	.container-login {
		justify-content: center;
	}
	.bottom-container a{
		color: #2e2e2e !important;
		/*display: block;*/
	}
	.bottom-container{
		margin-top: 5px;
	}
	.container-divisor {
		max-width: 90%;
		margin: auto;
	}
	.container-login .login {
		width: 400px;
		/*height: 100vh;*/
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		/*padding-top: 50px;*/
		padding-bottom: 50px;
		flex-direction: column;
		/*background-image: url("../img/franja-login.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;*/
	}
	.fondo video {
		display: none;  
	}
	.fondo {
		background: url('../img/st-adaptado.jpg') no-repeat center center;
		background-size: cover;
	}
}
@media screen and (max-height: 830px) {
	.bottom-container a{
		color: #2e2e2e !important;
		/*display: block;*/
	}
	.bottom-container{
		margin-top: 5px;
	}
	.container-divisor {
		max-width: 90%;
		margin: auto;
	}
	.container-login .login {
		width: 400px;
		/*height: 100vh;*/
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		/*padding-top: 50px;*/
		/*padding-bottom: 50px;*/
		flex-direction: column;
		/*background-image: url("../img/franja-login.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;*/
	}
	#logo {
    	margin: 20px 0 15px 0;
	}
	.parte-abajo p {
		padding-top: 1px;
		display: flex;
		text-decoration: none;
		color: #2e2e2e;
		font-size: 13px !important;
	}
}

@media screen and (min-height: 828px) {
	#logo {
    	margin: 20px 0 15px 0;
	}
	.parte-abajo p {
		padding-top: 1px;
		display: flex;
		text-decoration: none;
		color: #2e2e2e;
		font-size: 13px !important;
	}
	.login-content p{
		font-size: 13px !important;
	}
}

@media screen and (max-height: 775px) {
	.container-login .login {
		width: 400px;
		height: 100%;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		/*padding-top: 50px;*/
		/*padding-bottom: 50px;*/
		flex-direction: column;
		/*background-image: url("../img/franja-login.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;*/
	}
}

@media screen and (min-height: 900px) {
	.container-login .login {
		width: 400px;
		/*height: 100vh;*/
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		/*padding-top: 50px;*/
		/*padding-bottom: 50px;*/
		flex-direction: column;
		/*background-image: url("../img/franja-login.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;*/
	}
	.login-content input {
		margin: 0 0 8px 0 !important;
	}
	#logo {
    	margin: 24px 0 24px 0;
	}
	.bottom-container a{
		color: #2e2e2e !important;
		/*display: block;*/
	}
	.bottom-container{
		margin-top: 5px;
	}
	.container-divisor {
		max-width: 90%;
		margin: auto;
	}
}

@media (max-height: 816px) {
	.parte-abajo .politicas {
		/*padding-top: 10%;*/
		display: flex;
		text-decoration: none;
		color: #2e2e2e;
	}
	
	.parte-abajo .politicas a{
		text-decoration: none;
		color: #2e2e2e;
	}
		
	.parte-abajo .imagen-geco{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.parte-abajo .imagen-geco p{
		padding-left: 10px;
	}
		
	.parte-abajo .reservado {
		display: flex;
		justify-content: center;
	}
}

.arriba{
	position: relative;
	z-index: 100;
}

.fondo {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

video {
    width: 100%; 
    height: 100%;
    object-fit: cover; 
	object-position: right;
}

.container-login {
    position: relative; 
    z-index: 2; 
}

.parte-abajo .politicas {
	display: flex;
	text-decoration: none;
	color: #2e2e2e;
}

.parte-abajo .politicas a{
	text-decoration: none;
	color: #2e2e2e;
}
	
.parte-abajo .imagen-geco{
	display: flex;
	justify-content: center;
	align-items: center;
}

.parte-abajo .imagen-geco p{
	padding-left: 10px;
}
	
.parte-abajo .reservado {
	display: flex;
	justify-content: center;
}

@media screen and (min-height: 830px) {
	.login-content input {
		margin: 0 0 8px 0 !important;
	}
	
	#logo {
    	margin: 24px 0 24px 0;
	}
}

.registro{
	font-size: 13px;
}

.tab-volver a{
	display: flex !important;
    align-items: center;
    gap: 5px;
}