@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
@import url(https://fonts.googleapis.com/css?family=Inter:400,600,300);

/*---------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	border: 0;
	font-family: "Inter";
	font-weight: 600;
}

body, html {
	height: 100%;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	background: #fff;
}

/*---------------------------------------------*/
a {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #2e679f;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

a:visited { color:#2865A3;  } 
a:active { color: #3A7EBD; } 
a:focus, 
a:hover {
  text-decoration: none;
  outline: none !important; 
  color: #4C96D7; 
}






/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

p {
	font-family: "Inter";
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////
  [ Utility ]*/
.txt1 {
	font-family: "Inter";
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}

.txt2 {
	font-family: "Inter";
	font-size: 14px;
	line-height: 1.5;
}

.bg1 {
	background-color: #3b5998;
}

.bg2 {
	background-color: #1da1f2;
}

.bg3 {
	background-color: #ea4335;
}

/*//////////////////////////////////////////////////////////////////
  [ login ]*/
.limiter {
	width: 100%;
	margin: 0 auto;
}

.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	align-items: center;
	padding-right: 275px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.login-titulo {
	color: #e28200;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}

/* 🔹 TEXTOS LOGIN */
.login-txt-contrasenia,
p.login-txt-contrasenia a {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #39444c !important; 
  text-align: center;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;

  &:visited { color: #636D74 !important; }
  &:hover { color:  #8A9299 !important;  } 
  &:active { color:  #636D74 !important;  } 
  &:focus { outline: none; text-decoration: underline; }
}

.login-txt-crear-cuenta,
p.login-txt-crear-cuenta a {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  color: #2865A3 !important; 
  cursor: pointer;
  padding-bottom: 1.5rem;


  &:visited { color:#2865A3 !important;  }
  &:hover { color: #4C96D7 !important; }
  &:active { color: #3A7EBD !important; }
  &:focus { outline: none; text-decoration: underline; }
}



/*------------------------------------------------------------------
  [ Form ]*/
.login100-form {
	width: 100%;
}

.login100-form-title {
	display: block;
	font-family: "Inter", sans-serif;
	font-weight: bold;
	font-size: 39px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
}

.login-box {
	background: rgba(255, 255, 255, 0.95) !important;
	border: none !important;
	margin-right: 20vw;
	box-shadow: 0px 1px 3px 0px #333;
	margin: 0 !important;
	position: static;
	transform: translateY(0);
	width: 410px;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}

.login-box  .login-box__titulo {
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-size: 16px;
}

.login-box .login-box__logo-igeo {
	height: 6em;
	margin: 0 auto 10px auto;
}


.login-box .login-box__logo-igeo-quorum {
	height: 3em;
	margin: 0 auto 10px auto;
}

.login100-form-btn {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
    border: 1px solid #444;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    height: 50px;
}

.login100-form-btn:hover {
    left: 0;
    color: #FFF;
    background-color: #444;
}
.flex-col-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
/*------------------------------------------------------------------
  [ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
}


.input100 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #383E4B !important;
    line-height: 1;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #A2A5AB !important;
    background: #FFF;
    padding: 0 10px;
}
.input100:focus{
	  outline: none;
}






.p-t-20 {
	padding-top: 20px;
}

.p-t-35 {
	padding-top: 35px;
}
.p-t-60 {
	padding-top: 60px;
}

.p-l-5 {
	padding-left: 5px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-b-35 {
	padding-bottom: 35px;
}
.p-b-17 {
	padding-bottom: 17px;
}
.p-b-10 {
	padding-bottom: 10px;
}

.sep {
	display: block;
	width: 100%;
	float: none;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.error {
	color: red;
}

.text-center {
	text-align: center;
}

.m-0 {
	margin: 0;
}
.m-b-23 {
	margin-bottom: 23px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-5 {
	margin-bottom: 5px;
}

p-0	{padding: 0;}
p-1	{padding: 0.25rem;}
p-2	{padding: 0.5rem;}
p-3	{padding: 1rem;}
p-4	{padding: 1.5rem;}
p-5	{padding: 2rem;}
p-6	{padding: 3rem;}

pt-0	{padding-top: 0;}
pt-1	{padding-top: 0.25rem;}
pt-2	{padding-top: 0.5rem;}
pt-3	{padding-top: 1rem;}
pt-4	{padding-top: 1.5rem;}
pt-5	{padding-top: 2rem;}
pt-6	{padding-top: 3rem;}

pr-0	{padding-right: 0;}
pr-1	{padding-right: 0.25rem;}
pr-2	{padding-right: 0.5rem;}
pr-3	{padding-right: 1rem;}
pr-4	{padding-right: 1.5rem;}
pr-5	{padding-right: 2rem;}
pr-6	{padding-right: 3rem;}

pl-0	{padding-left: 0;}
pl-1	{padding-left: 0.25rem;}
pl-2	{padding-left: 0.5rem;}
pl-3	{padding-left: 1rem;}
pl-4	{padding-left: 1.5rem;}
pl-5	{padding-left: 2rem;}
pl-6	{padding-left: 3rem;}

pb-0	{padding-bottom: 0;}
pb-1	{padding-bottom: 0.25rem;}
pb-2	{padding-bottom: 0.5rem;}
pb-3	{padding-bottom: 1rem;}
pb-4	{padding-bottom: 1.5rem;}
pb-5	{padding-bottom: 2rem;}
pb-6	{padding-bottom: 3rem;}










@media ( max-width : 400px) {
	.login-box {
		width: 98%;
	}
}


.txt2 {
    color: #003399; /* o el color que combine con tu branding */
    font-size: 14px;
    text-decoration: none;
}

.txt2:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
	.container-login100 {
		padding-right: 0;
		justify-content: center;
	}
	.login-box {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.container-login100 {
		padding-right: 0;
		justify-content: center;
		align-items: flex-start;
		min-height: 100vh;
	}
	.login-box {
		width: 90%;
		margin: 30px auto 0 auto !important;
		box-shadow: 0px 1px 6px 0px #333;
	}
	.login-box .login-box__logo-igeo {
		height: 4em;
	}
	.login-box .login-box__logo-igeo-quorum {
		height: 2em;
	}
	.login-titulo, .login-box__titulo {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.container-login100 {
		padding: 0;
		background-position: right top;
	}
	.login-box {
		width: 90%;
		margin: 10px auto 0 auto !important;
		padding: 10px 5px;
	}
	.login-box .login-box__logo-igeo {
		height: 2.5em;
	}
	.login-box .login-box__logo-igeo-quorum {
		height: 1.5em;
	}
	.login-titulo, .login-box__titulo {
		font-size: 15px;
		padding-bottom: 2px;
	}
	.input100 {
		font-size: 13px;
		height: 36px;
	}
	.login100-form-btn {
		height: 40px;
		font-size: 14px;
	}
	.p-t-35, .p-t-60 {
		padding-top: 15px;
	}
	.p-b-35 {
		padding-bottom: 15px;
	}
}