/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');*/
/*@import url('typoOpenSans.css');*/

@font-face {
    font-family: 'Open Sans Light';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),         
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Open Sans Bold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}




.fondoLogin{
	min-height: 768px;
}
/*
.login-empresas-update{
	position:absolute;
	display: block;
	left: 5px;
	top: 5px;
	background-color: rgba(255,255,255,0.2);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	padding:20px;
	padding-top: 25px;
	max-width: 400px;
	width: 390px;	
}
h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	width: 98%;
	text-align:center;
	margin: 5px auto 10px auto;
	color:  rgba(100,125,147,1); 
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
	box-sizing: border-box;
	-webkit-border-radius: 12px;   
  	-moz-border-radius: 12px; 
  	border-radius: 0px; 	
}
input[type="text"],input[type="password"]{
	font-family: 'Open Sans', sans-serif;
	min-height: 55px;
	width: 100% !important;
	margin:0 auto;
	margin: 0 0 10px 0;
	font-size:1.3em;
	padding: 4px 6px 4px 70px;
	box-sizing: border-box;
	-webkit-border-radius: 3px;       
	-moz-border-radius: 3px;         
	border-radius: 3px;
	color: rgb(181, 190, 197);  
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder { 
  text-transform:uppercase;
  color: #b5bec5;      
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-webkit-input-placeholder { 
  text-transform:uppercase;
  color: #b5bec5;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]::-webkit-input-placeholder { 
  text-transform:uppercase;
  color: #b5bec5;	
}
input[type="text"]:-moz-placeholder,
input[type="password"]::-webkit-input-placeholder { 
  text-transform:uppercase;
  color: #b5bec5; 	
}
a.empresa-iniciar:hover, a.empresa-registro:hover, a.empresa-recuperar:hover{
	background-color:rgba(109, 162, 56,0.8);
	-webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}
    

a.empresa-iniciar, a.empresa-registro, a.empresa-recuperar{
	font-family: 'Open Sans', sans-serif;	
	float: left;
	background-color:rgba(114,193,68,0.7);
	text-decoration:none;
	cursor:pointer;
	color: #e1f7d8;
	font-size:1.2em;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	display:block;
	width: 49.1%;
	width: 100%;
	box-sizing:border-box;
	padding: 20px;
	margin: 5px 0 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wrap-inputE{
	position:relative;
	overflow: hidden;
	padding: 0px;
	height: 55px;
	margin-top: 5px;
}
.wrap-inputE i{
	position:absolute;
	font-size:1.7em;
	top: 0px;
	left: 0px;
	color: rgba(146,169,179,1);
	color: rgb(192, 203, 212);
	border-right: solid 1px rgb(226, 234, 241);
	padding: 18px 17px;
	background-color: rgb(239, 244, 249);
	-moz-border-radius: 3px;
}
.login-empresas-home,
.login-empresas-back{
	position:absolute;
	color: rgba(95, 150, 63, 0.55);
}
.login-empresas-home{	
	top: 5px;
	left:20px;
	font-size:1.5em;
}
.login-empresas-back{	
	top: 8px;
	left:45px;
	font-size:1.2em;
	display:none;
}
.wrap-empresas-validacion{
	position:absolute;
	top: 70px;
	left:97.5%;
	width:200px;
	box-sizing:border-box;
	padding: 25px 15px 12px 15px;
	background-color:red;
	font-family: 'Open Sans', sans-serif;
	color: rgba(255, 255, 255, 0.67);
	font-size:1em;
	text-transform:uppercase;
	font-weight:700;
	z-index:1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	    animation: bounceIn 1s;
    -webkit-animation: bounceIn 1s;		
}
.empresas-validacion li{
	font-family: 'Open Sans', sans-serif;
	display:block;
	margin:0 0 15px 0;
}
.error-ico{
	position:absolute;
	color: #ff0000;
	font-size:3em !important;
	z-index: 0;
	top: 0px;
	left: -22px;
}
.empresa-novalid{
	display:none !important;
}*/

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  20% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
  -webkit-transform: scale3d(.9, .9, .9);
  transform: scale3d(.9, .9, .9);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
  -webkit-transform: scale3d(.97, .97, .97);
  transform: scale3d(.97, .97, .97);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  20% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
  -webkit-transform: scale3d(.9, .9, .9);
  transform: scale3d(.9, .9, .9);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
  -webkit-transform: scale3d(.97, .97, .97);
  transform: scale3d(.97, .97, .97);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 
#chat_empresarial {
	position: fixed;
	bottom: 5px;
	right: 20px;
	display: none;
	cursor:pointer;
	box-sizing:border-box;
	padding:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width:60px;
	background-color: rgba(114,193,68,0);

	
	
	animation: bounceIn 1.5s;
	-webkit-animation: bounceIn 1.5s;

    -webkit-transition: width 800ms, background-color 600ms linear;
    -ms-transition: width 800ms, background-color 600ms linear;
    transition: width 800ms, background-color 600ms linear;





}
#chat_empresarial:hover{
	background-color:rgba(109, 162, 56,0.8);
	width:220px;

    -webkit-transition: width 800ms, background-color 800ms linear;
    -ms-transition: width 800ms, background-color 800ms linear;
    transition: width 800ms, background-color 800ms linear;

}
#chat_empresarial:hover i{
	color: #8dc16e;
	background-color: rgba(255, 255, 255, 0.88);	

	-webkit-transition: color 400ms linear;
    -ms-transition: color 400ms linear;
    transition: color 400ms linear;

	-webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;    
}
#chat_empresarial i{
	display:inline-block;
	float:right;
	color: white;
	background-color: #8dc16e;
	font-size:2em;
	padding:7px 5px 7px 3px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;

	-webkit-transition: color 400ms linear, background-color 400ms linear;
    -ms-transition: color 400ms linear, background-color 400ms linear;
    transition: color 400ms linear, background-color 400ms linear;

	
}
#chat_empresarial h2{
	position:absolute;
	top:9px;
	/*left:0;*/
	display:block;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	/*background-color:red;*/
	color:rgba(109, 162, 56,0.8);
	text-transform: uppercase;
	font-weight: 700;
	width: auto !important;
	margin: 12px 5px 0 9px;
	
	
	visibility: hidden;
  	opacity: 0;
  	


}
#chat_empresarial:hover h2{

	visibility:visible;
  	opacity: 1;
  	color: rgba(255, 255, 255, 0.88);

	-webkit-transition: color 1.5s, visibility 1s, opacity 1s linear;	
	-ms-transition: color 1.5s, visibility 1s, opacity 1s linear;	
  	transition: color 1.5s, visibility 1s, opacity 1s linear;			

	

}

#intercom-container .intercom-messenger-frame{
	-webkit-transition: bottom 10ms linear;
    -ms-transition: bottom 10ms linear;
    transition: bottom 10ms linear; 	
}
.showItem{
	display: block !important;
}
