div#etapMapper {
  height: 540px;
  width: 100%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0px 1000px white inset; !important;
}
.etapHome h2 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
}
.etapHome h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  color: #111;
}
.etapHome h4 {
  font-size: 16px;
  font-weight: 700;
}
.etapHome p{
  font-size: 15px;
  line-height: 25px;
}
.etapHome h2 small {
  font-size: 16px;
  font-weight: 400;
}
body.etapHome {
  background-color: #FAFAFA;
  font-family: "Open Sans";
  padding: 0px;
  margin: 0px;
}
div.marcoFlex {
  max-width: 1232px;
  padding: 0px 16px;
  min-width: 240px;
  margin: 0px auto;
}
div.darkTheme {
  background-color: #232323;
  font-family: "Arial";
  color: #FFFFFF;
}
div.lightTheme {
  background-color: #FFFFFF;
  color: #4D4D4D;
}
div.picTheme {
  background-image: url("/images/slidehome.jpg?v=24235");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #89A5B1;
  height: 480px;
}
div.posTopBar {
  line-height: 30px;
  font-size: 13px;
}
div.posTopBar i {
  margin-left: 12px;
  margin-right: 8px;
}
div.posTopBar a {
  color: #FFFFFF;
}
body.etapHome a:hover {
  text-decoration: none;
}
div.posMenuBar {
  height: 72px;
}
div.posMenuBar i {
  margin-top: 6px;
  font-size: 40px;
  color: #000000;
}
div.posMenuBar a {
  background-color: #13C853;
  display: none;
  border-radius: 32px;
  padding: 14px 42px;
  font-weight: 600;
  margin-top: 32px;
  font-size: 14px;
  color: #FFFFFF;
}
div.posLogin, div.posTexts {
  background-color: rgba(255, 255, 255, .75);
  border-radius: 9px;
  padding: 16px;
}
div.posLogin {
  display: inline-block;
  width: 100%;
}
div.posTexts {
  background-color: rgba(0,0,0,0);
}
div.posTexts a {
  background-color: #007BFF;
  display: inline-block;
  border-radius: 32px;
  padding: 14px 42px;
  font-weight: 600;
  margin-top: 46px;
  font-size: 14px;
  color: #FFFFFF;
}
div.posLogin span.loginTitle , div.posLogin input, div.posLogin button {
  margin-bottom: 12px;
  border-radius: 4px;
  line-height: 44px;
  display: block;
  width: 100%;
}
div.posLogin div.loginInfo {
  border-radius: 6px;
  line-height: 36px;
  font-weight: 600;
  font-size: 15px;
  color: #FF6464;
}
div.posLogin input {
  border: 1px solid rgb(153, 153, 153);
  padding-left: 38px;
}
div.posLogin button {
  background-color: #007BFF;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  color: #FFFFFF;
  border: none;
}
div.posLogin span.loginLost {
  font-style: italic;
  font-size: 14px;
  color: #4D4D4D;
}
div.posLogin span.loginLost b {
  font-weight: 400;
  cursor: pointer;
}
div.newCaptchaStyle {
  margin-bottom: 12px;
}
div.posLogin div.loginInfo.recoverOK {
  background-color: #13C853;
}
div.posLogin span.loginTitle {
  line-height: 68px;
  font-size: 22px;
  color: #333333;
}
div.posLogin input {
  background-position: 10px 12px;
  background-repeat: no-repeat;
}
div.posLogin input.homeUser {
  background-image: url("/images/usuario.svg");
}
div.posLogin input.homePass {
  background-image: url("/images/clave.svg");
}
div.posLogin input.homeEmail {
  background-image: url("/images/email.svg");
}
div.posTexts span {
  line-height: 100%;
  font-weight: 600;
  display: block;
}
div.posTexts span.firstText {
  margin-top: 10px;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 10px #000;
}
div.posTexts span.secondText {
  margin-top: 20px;
  font-size: 48px;
}
div.posTexts span.thirdText {
  line-height: 180%;
  margin-top: 36px;
  font-size: 14px;
}
div.posLines span {
  line-height: 100%;
  font-weight: 600;
  display: block;
}
div.posLines span.firstText {
  margin-top: 42px;
  font-size: 15px;
}
div.posLines span.secondText {
  margin-top: 22px;
  font-size: 35px;
}
div.posLines span.thirdText {
  line-height: 180%;
  font-weight: 400;
  margin-top: 16px;
  font-size: 15px;
}
div.posLines a {
  background-color: #007BFF;
  display: inline-block;
  margin-bottom: 24px;
  border-radius: 32px;
  padding: 14px 42px;
  font-weight: 600;
  margin-top: 20px;
  max-width: 288px;
  font-size: 14px;
  color: #FFFFFF;
  width: 100%;
}
div.eachRow {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.28);
  max-width: 384px;
  padding: 16px 22px;
  margin: 16px auto;
}
div.eachRow i {
  line-height: 130%;
  margin-right: 24px;
  font-size: 50px;
  color: #336699;
  float: left;
}
div.eachRow b {
  font-size: 15px;
  color: #252D38;
}
div.eachRow span {
  font-size: 14px;
  color: #666666;
}
div.eachRow b, div.eachRow span {
  text-align: left;
  display: block;
}
div.posData h4, div.posSecure h4, div.posMap h4 {
  margin-bottom: 18px;
  font-weight: 600;
  margin-top: 24px;
}
div.posSecure img {
  margin-left: 16px;
  float: right;
}
div.posSecure p {
  text-align: right;
  font-size: 14px;
  color: #333333;
}
span.onlyDesk span.textDetails {
  display: inline-block;
  vertical-align: top;
  margin-left: -280px;
  margin-top: 120px;
  text-align: right;
  font-size: 24px;
  color: #007AFF;
  width: 300px;
}
span.onlyDesk span.textDetails a {
  text-decoration: underline;
  font-size: 18px;
  color: #FF6600;
}
div.posData div.picture {
  background-image: url("/images/keyboard.jpg");
  background-position: center;
  border: 2px solid #999999;
  background-size: cover;
  display: inline-block;
  border-radius: 6px;
  max-width: 384px;
  height: 156px;
  width: 100%;
}
div.posData p {
  display: inline-block;
  margin-top: 24px;
  text-align: left;
  font-size: 15px;
  color: #666666;
}
div.posData p i {
  margin-right: 8px;
  line-height: 14px;
  font-size: 24px;
  color: #007BFF;
}
span.onlyDesk {
  display: none;
}
div.bluishTheme {
  background-color: #00b422 ;
  height: 8px;
}
div.posMobility {
  clear: both;
}
div.posMobility img.posLaptop {
  max-width: 572px;
  width: 100%;
}
div.posMobility img.posPhones {
  padding-bottom: 32px;
  padding-left: 42px;
  padding-top: 16px;
}
div.posFooter {
  padding : 32px 16px;
}
div.posFooter i {
  display: inline-block;
  line-height: 100%;
  font-size: 40px;
}
div.posFooter div {
  padding-top: 24px;
  font-size: 14px;
  color: #DCDCDC;
}
div.posFooter div span {
  font-weight: 600;
  font-size: 16px;
  color: #00b422 ;
}
div.registDiv {
  padding-bottom: 24px;
}
div.registDiv a {
  text-decoration: underline;
  font-size: 22px;
  color: #FF6600;
}
div.posFooter a {
  color: #FFFFFF;
}
div.posFooter div.noMargin {
  padding-top: 0px;
}
.navbar-brand i{
  font-size: 52px;
  line-height: 1em;
}
.btn-primary {
    color: #fff;
    background-color: #00b422 !important;
    border-color: #00b422 !important;
}
.navbar-nav .nav-item {
  padding: 0 5px;
}
.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
@media only screen and (min-width: 768px) {
  div.posMenuBar {
    height: 112px;
  }
  div.posMenuBar i {
    margin-top: 18px;
    font-size: 52px;
  }
  div.picTheme {
    height: 700px;
  }
  div.posLogin, div.posTexts {
    border-radius: 12px;
    padding: 24px;
  }
  div.posLogin span.loginTitle {
    font-size: 24px;
  }
  div.posLogin {
   
  }
  div.posTexts {
    display: block;
  }
  div.posLines {
    display: none;
  }
  div.eachRow {
    display: inline-block;
    vertical-align: top;
    padding: 32px 22px;
    margin-top: -46px;
    min-height: 290px;
    max-width: 244px;
    margin-right: 1%;
    margin-left: 1%;
    width: 22%;
  }
  div.eachRow b, div.eachRow span {
    text-align: center;
  }
  div.eachRow i {
    line-height: 100%;
    font-size: 100px;
    margin: 0px;
    float: none;
  }
  div.eachRow b {
    margin-bottom: 32px;
    margin-top: 24px;
  }
  div.posData h4, div.posSecure h4 {
    text-align: left;
  }
  div.posData p {
    vertical-align: top;
    padding: 8px 24px;
    text-align: left;
    max-width: 800px;
    font-size: 16px;
    margin: 0px;
  }
  div.posSecure img {
    width: 128px;
  }
  div.posSecure p {
    font-size: 17px;
  }
  div.posData div.picture {
    height: 186px;
    float: left;
  }
  span.onlyDesk {
    display: initial;
  }
  span.onlyMobile {
    display: none;
  }
  div.posFooter div {
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
    width: 32%;
  }
  div.posFooter i {
    width: 32%;
  }
  div.posMenuBar a {
    display: block;
    float: right;
  }
}
@font-face {
  font-family: "etap";
  src: url("../fonts/etap.eot?v=10");
  src: url("../fonts/etap.eot?v=10#iefix") format("embedded-opentype"),
  url("../fonts/etap.woff?v=10") format("woff"),
  url("../fonts/etap.ttf?v=10") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.etap-icon{
  font-family: "etap";
  font-weight: normal;
  font-style: normal;
}
.etap-icon.etap-phone:before{content:"\f000";}
.etap-icon.etap-email:before{content:"\f001";}
.etap-icon.etap-palomita:before{content:"\f002";}
.etap-icon.etap-dinero:before{content:"\f003";}
.etap-icon.etap-palomita-alt:before{content:"\f004";}
.etap-icon.etap-ubicacion:before{content:"\f005";}
.etap-icon.etap-garantia:before{content:"\f006";}
.etap-icon.etap-mision:before{content:"\f007";}
.etap-icon.etap-vision:before{content:"\f008";}
.etap-icon.etap-valores:before{content:"\f009";}
.etap-icon.etap-recargas:before{content:"\f00A";}
.etap-icon.etap-servicios:before{content:"\f00B";}
.etap-icon.etap-traspasos:before{content:"\f00C";}
.etap-icon.etap-clientes:before{content:"\f00D";}
.etap-icon.etap-usuarios:before{content:"\f00E";}
.etap-icon.etap-reintegros:before{content:"\f00F";}
.etap-icon.etap-actualizar-perfil:before{content:"\f010";}
.etap-icon.etap-passshow:before{content:"\f011";}
.etap-icon.etap-passhide:before{content:"\f012";}
.etap-icon.etap-estado-de-cuenta:before{content:"\f013";}
.etap-icon.etap-trash:before{content:"\f014";}
.etap-icon.etap-logo-etap:before{content:"\f015";}
.etap-icon.etap-compra-de-saldo:before{content:"\f016";}
.etap-icon.etap-home:before{content:"\f017";}
.etap-icon.etap-cambiar-contraseña:before{content:"\f018";}
.etap-icon.etap-left-arrow:before{content:"\f019";}
.etap-icon.etap-herramientas:before{content:"\f01a";}
.etap-icon.etap-todos_los_clientes:before{content:"\f00D";}
.etap-icon.etap-ajustes:before{content:"\F059";}
.etap-icon.etap-comisiones-internet:before{content:"\f01b";}
.etap-icon.etap-ajuste-balance:before{content:"\f01c";}
.etap-icon.etap-actividad:before{content:"\f01d";}
.etap-icon.etap-configurar-ticket:before{content:"\f01e";}
.etap-icon.etap-calendario:before{content:"\f013";}
.etap-icon.etap-soporte:before{content:"\f00D";}
.etap-icon.etap-ventas:before{content:"\f01f";}
.etap-icon.etap-proveedores:before{content:"\f020";}
.etap-icon.etap-carrito:before{content:"\f021";}