@font-face {
  font-family: 'FiraSansCondensed';
  src: url('../fonts/FiraSansCondensed-SemiBold.eot?') format('eot'), 
       url('../fonts/FiraSansCondensed-SemiBold.woff') format('woff'),
       url('../fonts/FiraSansCondensed-SemiBold.ttf')  format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FiraSansCondensed';
  src: url('../fonts/FiraSansCondensed-Regular.eot?') format('eot'), 
       url('../fonts/FiraSansCondensed-Regular.woff') format('woff'),
       url('../fonts/FiraSansCondensed-Regular.ttf')  format('truetype');
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot?') format('eot'), 
       url('../fonts/Poppins-Bold.woff') format('woff'),
       url('../fonts/Poppins-Bold.ttf')  format('truetype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot?') format('eot'), 
       url('../fonts/Poppins-SemiBold.woff') format('woff'),
       url('../fonts/Poppins-SemiBold.ttf')  format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot?') format('eot'), 
       url('../fonts/Poppins-Light.woff') format('woff'),
       url('../fonts/Poppins-Light.ttf')  format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot?') format('eot'), 
       url('../fonts/Poppins-Regular.woff') format('woff'),
       url('../fonts/Poppins-Regular.ttf')  format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.eot?') format('eot'), 
       url('../fonts/Poppins-Thin.woff') format('woff'),
       url('../fonts/Poppins-Thin.ttf')  format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot?') format('eot'), 
       url('../fonts/Lato-Bold.woff') format('woff'),
       url('../fonts/Lato-Bold.ttf')  format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.eot?') format('eot'), 
       url('../fonts/Lato-Light.woff') format('woff'),
       url('../fonts/Lato-Light.ttf')  format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot?') format('eot'), 
       url('../fonts/Lato-Regular.woff') format('woff'),
       url('../fonts/Lato-Regular.ttf')  format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.eot?') format('eot'), 
       url('../fonts/Lato-Thin.woff') format('woff'),
       url('../fonts/Lato-Thin.ttf')  format('truetype');
  font-weight: 100;
  font-style: normal;
}


@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.eot?') format('eot'), 
       url('../fonts/Barlow-Bold.woff') format('woff'),
       url('../fonts/Barlow-Bold.ttf')  format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.eot?') format('eot'), 
       url('../fonts/Barlow-Light.woff') format('woff'),
       url('../fonts/Barlow-Light.ttf')  format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.eot?') format('eot'), 
       url('../fonts/Barlow-SemiBold.woff') format('woff'),
       url('../fonts/Barlow-SemiBold.ttf')  format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot?') format('eot'), 
       url('../fonts/Barlow-Regular.woff') format('woff'),
       url('../fonts/Barlow-Regular.ttf')  format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Thin.eot?') format('eot'), 
       url('../fonts/Barlow-Thin.woff') format('woff'),
       url('../fonts/Barlow-Thin.ttf')  format('truetype');
  font-weight: 100;
  font-style: normal;
}



a {
	color:#e27918;
	text-decoration:none;
	outline:none!important;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	transition:all .2s ease-in
}

a:hover,a:focus {
	text-decoration:none;
	cursor:pointer;
	color:#fff;
}

h1 {
	font-size: 36px;
	margin: 0 0 25px;
	padding: 0;
	font-weight: 500;
}
p {
	line-height: 1.2em;
	font-size: 18px;
	margin: 0 0 25px;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0 0 0 15px;
}

li {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
}

body,html{
    height:100%;
}

body
{
	margin:0;
	padding:0;
	font-family:'Poppins',sans-serif;
	font-size:18px;
	position:relative;
	color: #323232;
	background-color:  #222f71;
}
.bg {
  /* The image used */
  background-image: url("../images/fondologin.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.h-100 {
    height: 100% !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
	justify-content: center !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
  .row.table-row {display:table;width:100%;margin:0 auto;}

  .row.table-row > [class*="col-"] {
    float:none;
    display:table-cell;
    vertical-align:top;
  }

.box {
	margin: 0 60px;
}
.box-login {
	border: 1px solid #13216a;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.35);
	box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.35);
	background-color: #fff;
	overflow: hidden;

}
.telefono {
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 15px;
}

.error, .textoerror p{
	color: #FB2E31;
	font-size: 14px;
	font-weight:400;line-height: 1em;
	display: block;
}

.form-control.error {
	border-bottom-color: #FB2E31 !important;
}

.box-info {
	color: #fff;
	padding: 20px;
	  background-image: url("../images/login.jpg");

	  /* Full height */
      height: 100% !important;
	  /* Center and scale the image nicely */
	  background-position: bottom right;
	  background-repeat: no-repeat;
	  background-size: cover;
		background-color:  #222f71;
}
.panel-heading {
	font-family:'Poppins',sans-serif;
	font-weight: 500;
	font-size: 36px;
	color: #495698;
	padding: 10px 0;
}
.panel-body {
	padding: 0;
}
.registro .form-group {
	margin-bottom: 5px;
}
.registro .form-group label {
	display: none;
}
.registro .form-control {
	border-bottom: 1px solid #495698;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 0;
	padding: 0;
	-webkit-box-shadow: none;
box-shadow: none;
	color: #646464;
	height: 22px;
	font-size: 14px;
}

.squaredTwo {
    float: left;
    height: 30px;
    margin-top: 1px;
    position: relative;
    width: 25px;
}


.labelprivacidad {
	font-family:'Poppins',sans-serif;
    height: auto;
	font-weight:400;
	color:#323232;
	font-size:0.78em;
	display: inline;
	line-height:1em;
	text-transform:inherit;
}
.panel {
-webkit-box-shadow: none;
box-shadow: none;

}
.panel a {
	color: #182983;
	font-size:14px;
	text-decoration: underline;
}
.panel a:hover {
	color: #323223;
}
.btn {
	background-color: #182983;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family:'Poppins',sans-serif;
	text-transform: uppercase;
}
.btn:hover {
	color: #fff;
	background-color: #000;
}
.btn-registro {
	font-size: 14px;
}

.input-group-addon {
	height: 33px;
	width: 33px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
text-align: center;
background-color: #495698;
border: 1px solid #495698;
        border-right-color: rgb(204, 204, 204);
        border-right-style: solid;
        border-right-width: 1px;
    	border-radius: 33px;
	border-top-right-radius: 33px !important;
border-bottom-right-radius: 33px !important;
	position: relative;
margin-right: 5px;
overflow: hidden;
}

.fa-2x {

    font-size: 2.5em;
    position: absolute;
	left: 2px;
	bottom: -7px;

}
.fa-unlock-alt {
	left: 4px !important;
}

.fa-envelope {
	left: -1px !important;
}

.login .form-group {
	margin-bottom: 40px;
}
.login .form-control, .panel-login .form-control {
	border-bottom: 1px solid #495698;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #646464;
	font-size: 14px;	
	margin-left: 20px;
	width: 90%;
}
.info h2 {
	font-size: 24px;
}
.info {
	color: #495698;
}



#cargando { 
    display:none;
}

#cargando2{ 
    width:100%;
    position:fixed; /* to place it somewhere on the screen */
    top:0px;         /* free space at top */
    bottom:0;
	background-color:#fff;
	opacity:0.8;
	z-index:1000;
}
#loader{height:auto;left:50%;position:fixed;top:50%;width:500px;text-align:center;margin:-100px 0 0 -250px; background-color:transparent;opacity:1;z-index:10000;}
#loader2{position:relative;opacity:1; background-color:transparent; color:#000; padding:20px;}
#loaderSpinner{height:100px;left:50%;opacity:0;position:absolute;top:50%;width:100px;z-index:2;margin:40px 0 0 -50px}


