

body{
	font-family: 'Roboto', sans-serif;
	font-size:1.8em; 

}

.navbar-default{
	background:none!important;
	background-image:none!important;
	box-shadow:none!important;
}
.divmenu{
	padding-top:20px!important;
	padding-bottom:20px!important;
	background-color:#f2f5fb!important;
}
.logo{
	width:60%;
}

.navbar-default .navbar-nav>li>a {
    color: #000!important;
    font-size: 19px!important;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #b3b3b3!important;
   
}

.menucolor{
	background-color:#f2f5fb!important;
}

.portada{
	background-image:url(../img/header.png);
	width: 100%;
    height: 100%;
	background-size:cover;
	color:#FFFFFF;
	padding-top:200px;
	padding-bottom:200px;
	text-align:center;
	text-transform:uppercase;
	display:block;
	
}

 

.soluciones .normal h3{ 
	color:#112f9f!important;
}

.normal{
	padding-top:70px!important;
	padding-bottom:70px!important;
	padding-left: 62px;
} 
hr.star-light, hr.star-primary {
    padding: 0;
    border: none;
    border-top: solid 2px;
    text-align: center;
    max-width: 500px;
    margin: 25px auto 30px;
}
hr.mediana {
    padding: 0;
    border: none;
    border-top: solid 2px;
    text-align: center;
    max-width: 250px;
    margin: 25px auto 30px;
}
hr.star-light:after, hr.star-primary:after, hr.mediana:after {
    content: "\f111";
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: -.8em;
    font-size: 1em;
    padding: 0 .25em;
}	



.home{
	color:#000000;
}

.d1 h3{
	margin-left:10px;
}

p#somos{
	line-height: 40px;
	text-align:justify;
}

.myhr{
	height: 3px;
	background: #333;
	margin-top: .9em;
}
.myhrr{
	height: 3px;
	background: #333;
	margin-top: 7px;
}


.d1 h3, .d2 h3{
	font-weight:700;
}
.home .d1 {
    padding-left: 75px;
    padding-top: 60px;
    padding-bottom: 50px;
}

.home .d2{
	background-color:#2f3a84;
	color:#ffffff;
	text-align:center;
	padding-top:20px;
	padding-bottom:50px;
}

.ajustar{
	padding-top:20px;
	margin: 0 auto;
}

.nosotros .d1{
	background-image:url("../img/bannerhome.png");
	background-size: cover;
	padding-right:0px;
	padding-top:150px;
  padding-bottom:150px;

	color:#ffffff;
}
.nosotros .d2{
	background-color:#3d3d3d;
	color:#ffffff;
	height:100%;
	padding-top:90px;
	padding-bottom:100px;
}



.fixmargenizquierdo{
	margin-right:0px!important;
}


.imghr{
	max-width: 60%!important;
    margin: 0 auto!important;
}
/*LINEA DEL TIEMPO*/

.listafondo{
	background-color:#dde2f1;
}
.mytimeline{
	padding-top:100px!important;
}
.page-header {
    max-width: 240px;
    padding-top:5px;
	padding-left:25px;
    margin:0 auto;
    border-bottom: 1px solid #eee;
	color:#ffffff;
	background-color:#2f3a84; 
}

.timeline  li  .mypunto{
	 color: #fff;
    width: 20px;
    height: 20px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 51.5%;
    margin-left: -25px;
    background-color: #2e3983;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
 

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

/*Fin linea del tiempo */





.ventajas{
	padding-top:70px;
	background-color:#2f3a84;
	color:#FFFFFF;
	padding-bottom:50px;
	
}
.ventajas h3{
	text-align: center;
}


/*Inicio de Diseño de lista normal*/

.marked-list{
	margin-left: 140px;
	position: relative;
    padding-left: 39px;
    line-height: 31px;
    letter-spacing: 0.1em;
	
}
.marked-list li {
    position: relative;
    list-style: none;
}

.marked-list:before {
	
    content: "";
    position: absolute;
    left: 3px;
    top: 12px;
    bottom: 14px;
    width: 2px;
    background-color: #e6e5e5;
}


.marked-list li:after {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    left: -39px;
    top: 11px;
    background-color: #17a598;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.marked-list li:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 27px;
    left: -35px;
    top: 14px;
    background-color: #e6e5e5;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.marked-list li {
    position: relative;

}


.marked-list li a{
    color:#ffffff;
	text-decoration:none;

}
/*Fin de diseño de lista normal*/





.mapa{
	margin-bottom:-10px;
}
iframe {
/*pointer-events: none;*/ 
}



mysoluciones{
	margin: auto auto;
	width:80%;
}
 .mysoluciones h3{
	 color:#112f9f;
 }

.normal{
	padding-top:70px;
	padding-bottom:70px;
}
 .fazul{
	background-color:#112F9F;
	padding-top:150px;
	padding-bottom:50px;
	height: 750px;
 }  
  .fazul h4{
	color:#ffffff;
	text-align:center;
 }


.fixcontainer{
  padding-left: 0px;
  padding-right: 0px;
}
.divinfo{
  padding-bottom: 50px;
}
.divinfo img{
  max-width: 80%;
}
.imgd{
  max-width: 10%!important;
  display: inline-block;
}
.softguard img{
  cursor: pointer;
}
.title-info{
  color: #004e7e;
  font-weight: bold;
}

.more{
  margin-top: 35px;
}

.divajax{
  padding-top: 40px;
}

/*Estilo para la sección ajax*/
.izquierdo{
  border-right: 1px solid #b2b2b1;
  border-bottom: 1px solid #b2b2b1;
  max-height: 326px;
  cursor:pointer;
}

.derecho{
  border-bottom: 1px solid #b2b2b1;
  max-height: 326px;
  cursor:pointer;
}
.divajax img{
  margin: auto!important;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 350px;
}
.descripcion{
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.divdatacard h2{
  text-align: center;
}

.item{
  background: #f5f5f5!important;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
   box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}

.amarillo{
  height: 4px;
  background-color: #ffc300;
}
.readmore{
  height: 1px!important;
  background-color: #d6d6d6!important;
}

.itemm img{
  max-width: 50%!important;
  margin: 0 auto!important;
}

.itemm .titulo{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
}

.itemm .texto{
  font-size: 14px;
  color: #827d7d;
  padding: 10px;
}

.explorar{
  color: #508fca;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
}


.txtimagen{
  position: absolute;
  margin-left: 40px;
  font-weight: bold;
  text-shadow: -1px 0 #fdfafa, 0 1px #f9f9f9, 1px 0 #fff, 0 -1px #fff;
}

.speccontainer h2, .speccontainer h3{
  text-align: center;
}

.speccontainer p, .speccontainer ul li{
  font-size: 15px!important;
}


.biostar{
  width: 70%;
}
.div1biostar{
  background-image: url('../img/biostar2.jpg');
  width: 70%;
  height: 500px;
  background-size: 100% 100%;
}
.div1biostar h2, .div1biostar p{
  color: #ffffff;
  margin-left: 20px;
}

.divgris{
  background-color: #b3b3b3;
}

.divgris h2{
  font-weight: bold;
}
#carnet{
  max-width: 60%!important;
  margin: 0 auto;
  margin-top: 20px;
}

#pcimg{
  margin-left: -15px;
}



.footer{
  background-color:#dde2f1;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	color:#9fa3b9;
}

.footer p{
	font-size:15px;
}

.dnosotros{
	margin-top:40px;
	margin-bottom:50px;
}
.dnosotros h3{
	text-align:center!important;
}
.dnosotros div p{
	font-size:15px;
}
.txtgris{
	font-size:15px;
	color:#b3b3b3;
	text-align:justify;
}
  
.boxgris{
	
	background-color: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px; 
	padding-right: 15px;
}

.txtazul{
	color:#112f9f;
	font-weight: bold;
}


.divcontacto{
     background-color: #2f3a84;
 	    height: 300px;
 }
 
 .divcontacto h3{
 	color:#ffffff;
 }
 
 .btn-default{
	 background-image:none;
	 text-shadow:none;
 }
 .btnenviar{
 	background-color:#4066c0;
 	color:#FFFFFF;
 	border:none!important;
 }
 
 .fixmargen{
	margin-left: 40px;
 }

 #txtdireccion{
 	margin-top:10px;
 	font-size:18px;
	color:#000000;
 }

.nubes{
  background-image: url('../img/nubes.jpg');
  height: 700px;
  background-size: 100% 100%;
  
}

.circulos{
  background-image: url('../img/circulos.jpg');
  padding-top: 200px;
  padding-bottom: 50px;
  background-size: 100% 100%;
}
.circulos h1, .circulos p{
  color: #ffffff!important;

}

.biometria{
  background-image: url('../img/biometria.jpg');
  padding-top: 100px;
  padding-bottom: 100px;
}

.seguridad{
  background-image: url('../img/seguridad.jpg');
  text-align: center;
  color: #ffffff;
  padding-top: 300px;
  padding-bottom: 100px;
  background-size: 100% 100%;
}


.biostar2{
  width: 70%;
  padding-left: 50px;
  padding-right: 50px;
}

.bio2{
  background-image: url('../img/bio2.jpg');
  padding-top: 70px;
  padding-bottom: 40px;
  background-size: 100% 100%;
}
.bio2 p{
  margin-left: -15px;
}

.bio2 h1{
  font-size: 56px;
  font-weight: bold;
}

#proteccionprivacidad{
  font-size: 29px;
}
#pii{
  max-width: 10%;
}
#txtpii, #nota{
  color: red;
}

.facestation{
  width: 70%;
  padding-left: 50px;
  padding-right: 50px;
}

.terminal{
  background-image: url('../img/terminal.png');
  padding-top: 50px;
  background-size: 100% 100%;
}

.terminal h1, .terminal p{
  color: #ffffff;
}

.identificacion{
  background-image: url('../img/identificacionfacial.png');
  padding-top: 50px;
  padding-bottom: 235px;
  background-size: 100% 100%;
}

.identificacion h1, .identificacion p{
  color: #ffffff;
}

.capacidad{
  background-image: url('../img/capacidad.png');
  padding-top: 120px;
  padding-bottom: 235px;
  background-size: 100% 100%;
}

.confianza{
  background-image: url('../img/confianza.png');
  color: #ffffff;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 255px;
  background-size: 100% 100%;
}

.funciones{
  background-color: #f3f3f3;
  padding-top: 80px;
}

.funciones h1{
  text-align: center;
}

.ergonomia{
  background-image: url('../img/ergonomia.png');
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 355px;
  background-size: 100% 100%;
}

.interfaz{
  background-image: url('../img/interfaz.png');
  text-align: center;
  padding-top: 30px;
  padding-bottom: 355px;
  background-size: 100% 100%;
}

.interfaz h1{
  font-size: 30px;
  font-weight: bold;
}

.identificacion{
  width: 70%;
  padding-left: 50px;
  padding-right: 50px;
}

.divbio{
  background-image: url('../img/biostation.jpg');
  padding-top: 50px;
  padding-bottom: 200px;
  background-size: 100% 100%;
}
.divbio h1, .divbio p{
  color: #ffffff;
}

.dedo{
  background-image: url('../img/dedo.jpg');
  padding-top: 50px;
  padding-bottom: 200px;
  background-size: 100% 100%;
}

.procesador{
  background-image: url('../img/procesador.jpg');
  padding-top: 50px;
  padding-bottom: 200px;
  background-size: 100% 100%;
}

.funcionesi{
  background-image: url('../img/funciones.jpg');
  padding-top: 50px;
  padding-bottom: 200px;
  background-size: 100% 100%;
}

.interfazi{
  background-image: url('../img/interfazi.jpg');
  padding-top: 50px;
  padding-bottom: 200px;
  background-size: 100% 100%;
}

.xpass{
  width: 70%;
  padding-left: 50px;
  padding-right: 50px;
}


.s2{
  background-image: url('../img/s2.jpg');
  padding-top: 50px;
  padding-bottom: 100px;
  background-size: 100% 100%;
}

.s2 h1, .s2 p{
  color: #FFFFFF;
}

.cardreader{
  background-image: url('../img/cardreader.jpg');
  padding-top: 150px;
  padding-bottom: 230px;
  background-size: 100% 100%;
}

.design{
  background-image: url('../img/design.jpg');
  padding-top: 200px;
  padding-bottom: 250px;
  background-size: 100% 100%;
  text-align: center;
}

.estructura{
  background-image: url('../img/estructura.jpg');
  padding-top: 180px;
  padding-bottom: 180px;
  background-size: 100% 100%;
}

.temperatura{
  background-image: url('../img/temperatura.jpg');
  padding-top: 50px;
  padding-bottom: 290px;
  background-size: 100% 100%;
}
.config img{
  margin: 0 auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-input-placeholder: #ffffff;
	-moz-placeholder:#ffffff;
	-ms-input-placeholder:#FFFFFF;
	-moz-placeholder:#FFFFFF;
	placeholder-text:#FFFFFF;
}
 
/*Lista negra*/

.listb li a{
    color:#000000!important;
	text-decoration:none!important;
	 pointer-events: none;
}

.listb{
	 
	position: relative;
    padding-left: 39px;
    line-height: 31px;
    letter-spacing: 0.1em;
	list-style-type: none;
	
}
.listb:before {
	
    content: "";
    position: absolute;
    left: 3px;
    top: 12px;
    bottom: 14px;
    width: 2px;
    background-color: #e6e5e5;
}





.listb li:after {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    left: -39px;
    top: 11px;
    background-color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.listb li:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 27px;
    left: -35px;
    top: 14px;
    background-color: #e6e5e5;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; 
    -o-transition: 0.2s;
    transition: 0.2s;
}
.listb li {
    position: relative;
	pointer-events: none;
	font-size:15px;

}
 .fixlist{
	margin-left: 0px!important;
 }
 
 
 /*Fin lista negra*/
 
 
 
 /*Lista blanca*/
 /*lista blanca*/


.listbl li a{
    color:#ffffff;
	text-decoration:none;

}


.listbl {

	position: relative;
    padding-left: 39px;
    line-height: 31px;
    letter-spacing: 0.1em;
	
}

.listbl:before {
	
    content: "";
    position: absolute;
    left: 3px;
    top: 12px;
    bottom: 14px;
    width: 2px;
    background-color: #ffffff;
}





.listbl li:after {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    left: -39px;
    top: 11px;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.listbl li:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 27px;
    left: -35px;
    top: 14px;
    background-color: #ffffff;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.listbl li {
    position: relative;

}

#soluciones{
  text-align: center;
  color: #2f3a84;
}


/*Fin lista blanca*/
/*Back to top*/


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #2f3a84 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
