/*/////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'Lato', 'Raleway', Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Arial, 'Raleway', 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: #d33f8d;
}

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

p {
	font-family: 'Raleway', 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: #acacac;
}

input:-moz-placeholder {
	color: #acacac;
}

input::-moz-placeholder {
	color: #acacac;
}

input:-ms-input-placeholder {
	color: #acacac;
}

textarea::-webkit-input-placeholder {
	color: #acacac;
}

textarea:-moz-placeholder {
	color: #acacac;
}

textarea::-moz-placeholder {
	color: #acacac;
}

textarea:-ms-input-placeholder {
	color: #acacac;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
	font-family: 'Raleway', Raleway-Regular sans-serif monospace;
	font-size: 16px;
	color: #999999;
	line-height: 1.4;
}

.bo1 {
	border-bottom: 1px solid #999999;
}

.hov1:hover {
	border-color: #d33f8d;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
	width: 100%;
	margin: 0 auto;
}

.btn-vacante {
	position: absolute;
	bottom: 40%;
	right: 0px;
	width: 100%;
	text-align: center;
	animation-duration: 2s;
	animation-name: information;
}

#boton-special {
	font-family: 'Raleway', 'Poppins', 'ABeeZee', 'Indie Flower',
		Raleway-Bold;
	border: none;
	font-weight: 600;
	-background: #f2f2f2;
	background: #20B2AA;
	color: rgba(91, 206, 244, 1);
	padding: 10px 15px 10px 15px;
	font-size: 18px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	transition: all 500ms ease;
}

.w3-modal {
	z-index: 4;
	display: none;
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	overflow: none !important;
	left: 0 !important;
	top: 0 !important;
	background-color: rgb(0, 0, 0) !important;
	background-color: rgba(0, 0, 0, 0.4) !important;
}

#boton-special:hover {
	/*background: rgba(0,0,0,0);*/
	background: #FF69B4;;
	/*color :rgb(0, 179, 238);*/
	color: #fff;
	/*color: #3a7999;*/
	box-shadow: inset 0 0 0 3px #fff;
	-box-shadow: inset 0 0 0 3px #7b41c1;
	-box-shadow: inset 0 0 0 3px #3a7999;
}

body .ui-dialog .ui-dialog-content {
  background-color: rgba(0,0,0,0) !important;
	
}

.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: center;
	align-items: center;
	padding: 10px;
	background-color: #F7F7F7;
	/*-background: rgba(73, 155, 234, 0.6);
	-background: -moz-linear-gradient(left, rgba(73, 155, 234, 0.6) 0%, rgba(32, 124, 229, 0.6) 100%);
	background-image: url(../resources/images/login001.jpg);*/
	background-size: cover;
  	background-repeat: no-repeat;
	-background: linear-gradient(bottom, #0250c5, #d43f8d);
	position: relative;
	z-index: 1;
}

.container-login100::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.wrap-login100 {
	width: 450px;
	background: #0F2734;/*#fff;*/
	border-radius: 3px;
	overflow: hidden;
}

.wrap-login101 {
	width: 650px;
	margin: 70px;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}

.wrap-login101 p {
	text-shadow: none !important;
}

.logo-password {
	position: absolute;
	left: 1%;
	top: 1%;
	-background-color: rgba(73, 155, 234, 0.5);
	background-size: contain;
	height: 85px;
	width: 90px;
	z-index: 1;
}

footer {
	background: none !important;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: end;
    height: 34vh;
}

.pie-padre {
	width: 100%;
	display: inline-flex;
}

.pie-hijo1 {
	background-image: url(../resources/images/topEmployer.png);
	background-size: contain;
	width: 50%;
	background-repeat: no-repeat;
	margin-top: 0.6em;
}

.pie-hijo2 {
	background-image: url(../resources/images/empresaSuenos.png);
	background-size: contain;
	width: 50%;
	height: 70px;
	background-repeat: no-repeat;
}

#pie-pagina-s a:hover {
	color: #A52A2A;
}
body .ui-chkbox .ui-chkbox-box .ui-chkbox-icon {
    cursor: pointer;
    background: #2D8EE3;
}
/*------------------------------------------------------------------
[  ]*/
.login100-form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.login100-form-title {
	font-family: 'Raleway', Raleway-Black sans-serif monospace;
	font-size: 28px;
	color: #333333;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
}

.logo-vw-tras {
	/*background-color: red;*/
	background-size: cover;
	align-items: center;
	height: 90px;
	width: 100%;
	text-align: center;
}

.logo-vw-tras img {
	-background-color: rgba(73, 155, 234, 0.5);
	background-size: contain;
	-background-repeat: no-repeat;
	/*height: 85px;
	width: 90px;*/
}

/*---------------------------------------------*/
.wrap-input100 {
	position: relative;
	width: 100%;
	z-index: 1;
}

.input100 {
	font-family: 'Raleway', Raleway-SemiBold sans-serif !important;
	font-size: 18px !important;
	line-height: 1.2 !important;
	/*color: #686868 !important;*//*Edi*/
	display: block !important;
	width: 100%;
	/*background: #e6e6e6 !important;*//*Edi*/
	height: 62px !important;
	border-radius: 3px !important;
	/*padding: 0 30px 0 65px !important;*//*Edi*/
	box-shadow: inherit !important;
	border: none !important;
	background: #0F2734 !important; /*Edi*/
	color: #1BA5B8 !important; /*Edi*/
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	-border: none !important;
	font-family: "Raleway";
}

.calendario>input {
	width: 318px !important;
	background: #0F2734 !important;
	color: #1BA5B8;
}

/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
	display: block;
	position: absolute;
	border-radius: 3px;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 0px;
	color: rgba(211, 63, 141, 0.6);
}

.input100:focus+.focus-input100 {
	-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
	animation: anim-shadow 0.5s ease-in-out forwards;
}

@
-webkit-keyframes anim-shadow {to { box-shadow:0px0px60px20px;
	opacity: 0;
}

}
@
keyframes anim-shadow {to { box-shadow:0px0px60px20px;
	opacity: 0;
}

}
.symbol-input100 {
	font-size: 24px;
	/*color: #999999;*/
	color: lightblue;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	/*border-radius: 25px;*/
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 23px;
	padding-bottom: 5px;
	pointer-events: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	/*background: #0F2734;*/
}

.input100:focus+.focus-input100+.symbol-input100 {
	color: #d33f8d;
	padding-left: 18px;
}

/*==================================================================
[ Restyle Checkbox ]*/
.input-checkbox100 {
	display: none;
}

.label-checkbox100 {
	font-family: 'Raleway', Raleway-Regular sans-serif monospace;
	font-size: 16px;
	color: #999999;
	line-height: 1.2;
	display: block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
}

.label-checkbox100::before {
	content: "\f00c";
	font-family: 'Raleway', FontAwesome sans-serif monospace;
	font-size: 13px;
	color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	background: #fff;
	border: 2px solid #d33f8d;
	left: 0;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.input-checkbox100:checked+.label-checkbox100::before {
	color: #d33f8d;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.login100-form-btn {
	font-family: Raleway-Bold, 'Raleway', sans-serif, monospace;
	font-size: 16px !important;
	line-height: 1.5;
	color: #fff;
	height: 50px;
	border-radius: 5px;
	-background: -moz-linear-gradient(left, rgba(73, 155, 234, 1) 0%,rgba(32, 124, 229, 1) 100%);	
	background: #335f7d;
	background: #1BA5B8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.login100-form-btn:hover {
	-background: #40c05f;
	-transform: scale(1) !important;
	background: #8dbfcf;
}

.login100-form-btn1:hover {
	box-shadow: inset 0 0 0 1px #40c05f;
}
/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
	position: relative;
	border-bottom: 1px solid #1BA5B8; /*edi hacia abajo*/
	color: white;
    font-family: Inter;
    font-size: xx-large;
}

.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: white;
	border: 1px solid #c80000;
	border-radius: 3px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
	pointer-events: none;
	font-family: Raleway-SemiBold sans-serif monospace;
	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: "\f12a";
	font-family: FontAwesome sans-serif monospace;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 13px;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

@media ( max-width : 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}

/*//////////////////////////////////////////////////////////////////
[ responsive ]*/
@media ( max-width : 480px) {
	.logo-password {
		height: 65px;
		width: 70px;
	}
	.pie-padre {
		width: 100%;
		justify-content: center;
		display: flex;
	}
	
	.pie-hijo2, .pie-hijo1  {
    width: 30%;
    height: 44px;
}
	footer {
		width: 90%;
	}
	.wrap-login100, .wrap-login101 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wrap-login101 {
		margin: 76px 0 15px 0;
		width: 97%;
	}
	p {
		font-size: 12px;
	}
	.calendario>input {
		width: 250px !important;
		display: inline-block;
	}
}

/*****************************Edith******************************/
.wrap-login100 {
			    width: 570px !important;
			}
			
			input::-webkit-input-placeholder {
				color: lightgray;
				font-size: 16px !important;				
			}
			
			input:-moz-placeholder {
				color: lightgray;
				font-size: 16px !important;
			}
			
			input::-moz-placeholder {
				color: lightgray;
				font-size: 16px !important;
			}
			
			input:-ms-input-placeholder {
				color: lightgray;
				font-size: 16px !important;
			}
			
			textarea::-webkit-input-placeholder {
				color: lightgray;
				font-size: 16px !important;
			}
			
			textarea:-moz-placeholder {
				color: lightgray;
				font-size: 16px !important;
			}
			
			textarea::-moz-placeholder {
				color: lightgray;
				font-size: 16px !important;
			}
			
			textarea:-ms-input-placeholder {
				color: lightgray;
				font-size: 16px !important;
			}
						
			.ui-selectonemenu::-webkit-input-placeholder {
				color: lightgray;
				font-size: 16px !important;				
			}
			
			.ui-selectonemenu:-moz-placeholder {
				color: lightgray;
				font-size: 16px !important;
			}
			
			.ui-selectonemenu::-moz-placeholder {
				color: lightgray;
				font-size: 16px !important;
			}
			
			.ui-selectonemenu:-ms-input-placeholder {
				color: lightgray;
				font-size: 16px !important;
			}
			
			.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper {
			    overflow: auto;
			    background-color: #F7F7F7;
			}
			
			.ui-selectonemenu .ui-selectonemenu-label {
				color: lightgray;
				font-size: 16px !important;
			}
			
			.ui-radiobutton {
			    border-radius: 9px;
			    background: lightgray;
			}

			.ui-radiobutton .ui-state-active {
				background: #1BA5B8;
				background: radial-gradient(circle, rgba(27,165,184,1) 50%, rgba(255,255,255,1) 100%);
				border: 2px solid cyan;
				
			}
			
			.ui-chkbox .ui-chkbox-box  { 
			    /*border-radius: 9px;*/
			    background: lightgray;
			}

			.ui-chkbox .ui-state-active {
				background: #1BA5B8;	
				border: 2px solid aqua;
				border: 2px solid cyan;
			}
			
			.p-t-74 {
			    padding-top: 50px;
			}
			
			.ui-datepicker {
				background: white;
			}
			
			.ui-password-panel-overlay {
				background: white;
			}
			
			.limiter .logoLink {
				background: #F7F7F7;
			}
			
			
			.ui-growl-item {
			    color: white;
			    background: #0F2734;
			}