* { margin:0; padding:0;}

body {
  font-family:'Gudea', Arial, Helvetica, sans-serif; 
  font-size:12px; 
  background:white;
  overscroll-behavior: contain;
}

a {text-decoration:none;}

.clearfix:before, .clearfix:after {content: " "; display: table;}  
.clearfix:after {clear:both;}  
.clearfix {*zoom:1;}  

.pull-left {float:left;}
.pull-right {float:right;}

.background {
  bottom:0; 
  left:0;
  right: 0;
  width:100%; 
  height:100%; 
  overflow:hidden;
  position:fixed; 
  background-image: url("../images/bg_app.jpg");
  background-size: cover;
	background-position: bottom left;
  background-repeat: no-repeat;
}

#principal {
  position: absolute;
  height: 100vh;
  bottom: 0px;
  width: 100vw;  
}

.logo {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}
.logo_loaded {
  height: 50vh;
}

.formularios {
  overflow: hidden;
  height: 50vh;
  width: 100vw;
  display: none;
}
.formularios_loaded {
  display: block;
}

.container {
  width:90%; 
  height:90%; 
  overflow:hidden; 
  padding: 100px 5% 0px;
  transition:all 0.3s ease;
}
.container_loaded {
  width: 70%; 
  padding: 20px 15vw 0px;
}

.layer div {
  position:absolute;
}
.sombra{
  top:0px; 
  width: 100%;
  text-align: center;
}
.circulo{
  top:0px; 
  width: 100%;
  text-align: center;
}
.caraota {
  top:15px; 
  width: 100%;
  text-align: center;
} 
.container_loaded .caraota {
  top:13px;
}
.nombre {
  top:37px; 
  width: 100%;
  text-align: center;
}
.container_loaded .nombre {
  top:30px;
}

.loading {
  position: absolute; 
  z-index: 1000;
  text-align: center;
  bottom: 50px;
  width: 100%;
  color: #fff;
  font-size: 24px;
}
.form_login {
  left: 10%;
  margin: 0px auto 25px;
  width: 80%;
  padding: 25px 25px 0px;
  max-width: 400px;
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.error_container {
	width: 90%;
	height: 35px;
	margin: 0px 5% 12px;
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 2000;
}
.msg_error {
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background-color: rgba(255, 205, 206, 0.6);
	border: 1px solid #cc8587;
	color: #860608;
	padding: 9px;
  box-sizing: border-box;
  font-size: 14px;
}

.ok_container {
	width: 100%;
	height: 35px;
	margin: 0px 0px 12px 0px;
  display: none;
}
.msg_ok {
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background-color: rgba(127, 255, 212, 0.6);
	border: 1px solid #3ab33a;
	color: #056305;
	padding: 9px;
  box-sizing: border-box;
  font-size: 14px;
}

form a {
	font-size: 12px;
	text-decoration: none;
	color: #297e30;
}

input[type=text], input[type=password], input[type=email] {
  width: calc(100% - 25px);
  padding: 0px 0px 2px;
  font-size: 18px;
  font-family: "Lucida Sans", sans-serif;
  border: none;
  border-bottom: 1px solid #7d7d7d;
  margin: 5px 0px 8px;
  background-color: transparent;
  outline: 0px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
 	transition: all 5000s ease-in-out 0s;
}

.inputWithIcon input[type=text], input[type=password], input[type=email] {
  padding-left: 30px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 5px;
  top: 8px;
  color: #555555;
  font-size: 16px;
}

#forget_pass { text-align: right; }

.button_summit {
	width: 100%;
	font-size: 18px;
	font-family: "Lucida Sans", sans-serif;
	background-color:#3e3e3e; 
  border: none;
	color: white;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	padding: 8px 0px; 
	text-decoration: none;
	margin: 30px 0px 0px;
  cursor: pointer;
}

.button_summit:hover {
	background-color:#6e6e6e;  
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);;
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);;
}

#or_conected_label {
  color: #3e3e3e;
  text-align: center;
  padding: 12px 0px;
  letter-spacing: 2px;
}

.registro {
  color: #3e3e3e;
  text-align: center;
  padding: 30px 0px 20px;
}

.close_modal {
  text-align: right;
  position: relative;
  top: -10px;
  left: 7px;
  color: #555;
  font-size: 14px;
}
.loading_screen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  z-index: 3000;
  font-size: 36px;
  text-align: center;
}

.text_loading_screen {
  font-size: 18px;
}
