



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #a64bf4;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
/*input {
	outline: none;
	border: none;
}*/

/*textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}
*/
/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}

.txt2 {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  text-transform: uppercase;
}


.bg1 {background-color: #3b5998}
.bg2 {background-color: #1da1f2}
.bg3 {background-color: #ea4335}



/*//////////////////////////////////////////////////////////////////
[ login ]*/
	.limiter {
		width: 100%;
		margin: 0 auto;
	}

	.container-login100 {
		position: relative;
		width: 100%;
		min-height: 100vh;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		background: #f2f8fd;
	}

	.loginBackground-icon {
		position: absolute;
		opacity: 34%;
	}

	@keyframes scale {
		from {
			transform: scale(1);
		}

		to {
			transform: scale(0.5);
		}
	}

	.loginBackground-icon img {
		animation: scale 3s infinite alternate ease-in-out;
	}

	.loginBackground-icon__left img {
		position: fixed;
	}

	.loginBackground-icon__right img {
		position: fixed;
	}

	.loginBackground-icon__top img {
		position: fixed;
	}

	.loginBackground-icon__botom img {
		position: fixed;
	}

	.loginBackground-icon__top img:nth-child(1) {
		top: 2px;
	}

	.loginBackground-icon__left img:nth-child(1) {
		top: 0px;
		left: 0px;
	}

	.loginBackground-icon__left img:nth-child(2) {
		top: 354px;
		left: -4px;
	}

	.loginBackground-icon__left img:nth-child(3) {
		top: 0px;
		left: 398px;
	}

	.loginBackground-icon__left img:nth-child(4) {
		top: 143px;
		left: 223px;
	}

	.loginBackground-icon__left img:nth-child(5) {
		left: 395px;
		bottom: 11px;
	}

	.loginBackground-icon__left img:nth-child(6) {
		left: 195px;
		bottom: 190px;
	}

	.loginBackground-icon__left img:nth-child(7) {
		top: 340px;
		left: 434px;
	}

	.loginBackground-icon__left img:nth-child(8) {
		top: 659px;
		left: 6px;
	}

	.loginBackground-icon__right img:nth-child(1) {
		top: 0px;
		right: 0px;
	}

	.loginBackground-icon__right img:nth-child(2) {
		top: 354px;
		right: -4px;
	}

	.loginBackground-icon__right img:nth-child(3) {
		top: 0px;
		right: 398px;
	}

	.loginBackground-icon__right img:nth-child(4) {
		top: 143px;
		right: 223px;
	}

	.loginBackground-icon__right img:nth-child(5) {
		right: 395px;
		bottom: 11px;
	}

	.loginBackground-icon__rightimg:nth-child(6) {
		right: 195px;
		bottom: 190px;
	}

	.loginBackground-icon__right img:nth-child(7) {
		top: 340px;
		right: 434px;
	}

	.loginBackground-icon__right img:nth-child(8) {
		top: 659px;
		right: 6px;
	}

.loginBackground-icon__botom img:nth-child(2) {
	bottom: 2px;
}
.wrap-login100 {
	position: absolute;
	width: 500px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 30px rgb(0 0 0 / 54%);
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
	border: 3px solid rgba(255, 255, 255, 1);
	/*background: linear-gradient(38deg, #000428, #004e92);*/
	background: #34657f;
}

.groupinput {
	position: relative;
	width: 100%;
}

.groupinput .loginInput {
	font-size: 16px;
	color: #f2f8fd;
	padding: 10px 10px 10px 5px;
	display: block;
	width: 200px;
	border: none;
	background: transparent;
	width: 100%;
	border-radius:10px;
	width: 100%;
    position: relative;
    border-bottom: 2px solid #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
/*input:-webkit-autofill,
input:-moz-autofill {
	background-color: transparent !important;
	color: #000000 !important;
}
@media (prefers-color-scheme: dark) {
	input:-webkit-autofill {
		background-color: transparent !important;
		color: #ffffff !important;
	}
}

@media (prefers-color-scheme: light) {
	input:-webkit-autofill {
		background-color: transparent !important;
		color: #000000 !important;
	}
}*/


/*.input:-internal-autofill-selected {
	background-color: transparent;
}*/
.groupinput .loginInput:focus {
	outline: none;
}
.groupinput .label {
	color: #999;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	display: flex;
}

.groupinput .label-char {
	transition: 0.2s ease all;
	transition-delay: calc(var(--index) * .05s);
}
.groupinput .loginInput:focus ~ label .label-char,
.groupinput .loginInput:valid ~ label .label-char,
.groupinput .loginInput:active ~ label .label-char
{
transform: translateY(-30px);
font-size: 14px;
color: #fff;
}
.buttonforgetPassword {
	color: #f2f8fd;
}
.groupinput .bar:before, .groupinput .bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #fff;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.groupinput .bar:before {
	left: 50%;
}

.groupinput .bar:after {
	right: 50%;
}
.groupinput .loginInput:focus ~ .bar:before,
.groupinput .loginInput:focus ~ .bar:after {
	width: 50%;
}


	/*------------------------------------------------------------------
[ Form ]*/
.login100-form {
	width: 100%;
}

.login100-form-title {
	display: block;
	font-family: Poppins-Bold;
	font-size: 39px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
}

.login100-form-title img {
	height: 200px;
	width: 250px;
}

	/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
/*	width: 100%;
	position: relative;
	border-bottom: 2px solid #1B517E;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;*/
}
.label-input100 {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	padding-left: 7px;
}
.input100 {
	font-family: Poppins-Medium;
	font-size: 16px;
	color: #333333;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 55px;
	background: transparent;
	padding: 0 7px 0 43px;

}
/*---------------------------------------------*/
.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;

}
.focus-input100::after {
	content: attr(data-symbol);
	font-family: Material-Design-Iconic-Font;
	color: #333333;
	font-size: 22px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: calc(100% - 20px);
	bottom: 0;
	left: 0;
	padding-left: 13px;
	padding-top: 3px;
}
.focus-input100::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: #1B517E;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.input100:focus + .focus-input100::before {
	width: 100%;
}
.has-val.input100 + .focus-input100::before {
	width: 100%;
}
.input100:focus + .focus-input100::after {
	color: #1B517E;
}
.has-val.input100 + .focus-input100::after {
	color: #1B517E;
}
/*[ Button ]*/	
.container-login100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wrap-login100-form-btn {
	/*	width: 100%;*/
	padding: 10px 20px;
	display: block;
	position: relative;
	z-index: 1;
	font-weight: bold;
		/*  border-radius: 25px;*/
		overflow: hidden;
		margin: 0 auto;
		/*box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
	-moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
	-webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
	-o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
	-ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);*/
	}

	.login100-form-bgbtn {
		/*position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: #a64bf4;
	background: -webkit-linear-gradient(right, #00a3eb, #1B517E, #37a5d5, #34657f);*/
		/*background: -webkit-linear-gradient(right, #B8D1DC, #34657F, #B8D1DC, #34657F);*/
		/*background: -o-linear-gradient(right, #B8D1DC, #34657F, #B8D1DC, #34657F);
	background: -moz-linear-gradien(right, #B8D1DC, #34657F, #B8D1DC, #34657F);
	background: linear-gradient(right, #B8D1DC, #34657F, #B8D1DC, #34657F);
	top: 0;
	left: -100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;*/
		font-size: 16px;
		transition: .5s;
		letter-spacing: 3px;
	}

	.login100-form-btn {
		/*  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;*/
		color: #f2f8fd;
		font-size: 16px;
		transition: .5s;
		letter-spacing: 3px;
	}

		.login100-form-btn:hover {
			background: #f2f8fd;
			color: #272727;
			border-radius: 8px;
			height: 100%;
		}

		.login100-form-btn span {
			position: absolute;
			display: block;
		}

			.login100-form-btn span:nth-child(1) {
				top: 0;
				left: -100%;
				width: 100%;
				height: 2px;
				background: linear-gradient(90deg, transparent, #fff);
				animation: btn-anim1 1.5s linear infinite;
			}

	@keyframes btn-anim1 {
		0% {
			left: -100%;
		}

		50%,100% {
			left: 100%;
		}
	}

	.login100-form-btn span:nth-child(2) {
		top: -100%;
		right: 0;
		width: 2px;
		height: 100%;
		background: linear-gradient(180deg, transparent, #fff);
		animation: btn-anim2 1.5s linear infinite;
		animation-delay: .375s
	}

	@keyframes btn-anim2 {
		0% {
			top: -100%;
		}

		50%,100% {
			top: 100%;
		}
	}

	.login100-form-btn span:nth-child(3) {
		bottom: 0;
		right: -100%;
		width: 100%;
		height: 2px;
		background: linear-gradient(270deg, transparent, #fff);
		animation: btn-anim3 1.5s linear infinite;
		animation-delay: .75s
	}

	@keyframes btn-anim3 {
		0% {
			right: -100%;
		}

		50%,100% {
			right: 100%;
		}
	}

	.login100-form-btn span:nth-child(4) {
		bottom: -100%;
		left: 0;
		width: 2px;
		height: 100%;
		background: linear-gradient(360deg, transparent, #fff);
		animation: btn-anim4 1.5s linear infinite;
		animation-delay: 1.125s
	}

	@keyframes btn-anim4 {
		0% {
			bottom: -100%;
		}

		50%,100% {
			bottom: 100%;
		}
	}
.wrap-login100-form-btn:hover .login100-form-bgbtn {
		left: 0;
}

/*Medidas Responsivas Movil*/
@media only screen and (max-width:767px) {
	.container-login100 {
		background: white;
	}

	.loginBackground-icon {
		display: none;
	}

	.wrap-login100 {
	/*width: 364px !important;*/		
	height: -webkit-fill-available;
    width: auto;
	}

	h3 {
		font-size: 25px !important;
	}

	.icon_ing {
		height: 161px;
	}
}

@media only screen and (max-width:320px) {
	.wrap-login100 {
		width: 305px !important;
	}

	h3 {
		font-size: 25px !important;
	}

	.icon_ing {
		height: 161px;
	}
}
	/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
	position: relative;
}

.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	bottom: calc((100% - 20px) / 2);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	right: 2px;
	pointer-events: none;
	font-family: Poppins-Regular;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

	.alert-validate::after {
		content: "\f06a";
		font-family: FontAwesome;
		display: block;
		position: absolute;
		color: #c80000;
		font-size: 16px;
		bottom: calc((100% - 20px) / 2);
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
		transform: translateY(50%);
		right: 8px;
	}

	.alert-validate:hover:before {
		visibility: visible;
		opacity: 1;
	}

	@media (max-width: 992px) {
		.alert-validate::before {
			visibility: visible;
			opacity: 1;
		}
	}


	/*//////////////////////////////////////////////////////////////////
[ Social item ]*/
.login100-social-item {
	font-size: 25px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 5px;
}
.login100-social-item:hover {
	color: #fff;
	background-color: #333333;
}
.modal-header{
	display:flex;
	justify-content:center;
	border-bottom:none;
}
.fa-question-circle-bounce{
	animation:bounce 2s infinite;
	color:#1b517e;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(-5px);
	}
}
.modal-content__text{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.modal-group{
	position:relative;
}
.modal-group .modal-group__input{
	border: solid 1.5px #9e9e9e;
	border-radius: 1rem;
	background: none;
	padding: 1rem;
	font-size: 1rem;
	color: #f5f5f5;
	transition: border 150ms cubic-bezier(0.4,0,0.2,1);
}
.modal-group .modal-group__label{
	position: absolute;
	left: 15px;
	color: #e8e8e8;
	pointer-events: none;
	transform: translateY(1rem);
	transition: 150ms cubic-bezier(0.4,0,0.2,1);
}
.modal-group__input:focus, .modal-group__input:valid {
	outline: none;
	border: 1.5px solid #1B517E;
}
.modal-group__input:focus ~ label, .modal-group__input:valid ~ label{
	transform: translateY(-50%) scale(0.8);
	background-color: #212121;
	padding: 0 .2em;
	color: #2196f3;
}
/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/
@media (max-width: 576px) {
	.wrap-login100 {
			padding-left: 15px;
			padding-right: 15px;
		}
	}
