body {
  font-family: "Roboto";
  background-color: #fff;
  margin: 0;
}

.deprecated {
  color: red;
}

div.inline {
  display: inline-block;
}

h1,
h2,
h3 {
  font-family: "Roboto";
  font-weight: normal;
}

h4 {
  font-family: "Roboto";
  font-weight: normal;
}

p {
  font-family: "Roboto";
}

a {
  font-family: "Roboto";
  color: #555;
  text-decoration: none;
}

.hero {
  background: #181d1e;
  background-image: url("../img/seguimiento/hero.jpg");
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 250px;
  text-align: center;
}

.hero h2 {
  margin: 0;
  padding: 45px 0 0 0;
  color: #fff;
  font-size: 65px;
  font-weight: bold;
}

.hero h3 {
  padding: 20px 0 0 0;
  margin: 0;
  color: #fff;
  font-size: 30px;
}

.contenido {
  text-align: center;
}

.contenido .consulta {
  display: inline-block;
  width: 550px;
  padding: 20px 0 20px 0;
  line-height: 80px;
  
}

.contenido .consulta input {
    display: inline-block;
    border: 0;
    border-bottom: solid #555 1px;
    text-align: center;
    font-size: 20px;
    width: 550px;
    padding: 9px;
    outline: none;
}

.contenido .consulta a {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #555;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 26px;
    font-size: 20px;
    line-height: 20px;
    font-family: Roboto Mono;
    color: #d09f7a;
    background: #fff;
}

.contenido .consulta a:hover {
    border: 1px solid #d09f7a;
    color: #fff;
    background: #d09f7a;
}

.contenido .loading {
  display: none;
  padding: 50px 20px;
  text-align: center;
  color: #AAA;
  line-height: 35px;
  font-family: "Roboto Mono";
  font-size: 22px;
}

.contenido .loading .salto-de-linea {
  display: none;
}

.contenido .error {
  display: none;
  padding: 30px 20px;
  text-align: center;
  color: #E53935;
  line-height: 35px;
  font-family: "Roboto Mono";
  font-size: 18px;   
}

.contenido  .alerta {
  padding: 10px 20px 40px 20px;
  text-align: center;
  color: #444;
  line-height: 30px;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 20px;
}

.contenido .datos {
  background: #F0F0F0;
  border: solid #F0F0F0 2px;
  padding: 10px 0 15px 0;
  margin: 0 auto 30px auto;
  width: 800px;
  border-radius: 50px; 
  color: #333;
}

.contenido .datos .correo {
  text-align: center;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 17px;
  line-height: 40px; 
}

.contenido .datos .correo img {
  display: inline-block;
  position: relative;
  top: 14px;
  margin: 0 10px; 
}

.contenido .datos .correo p {
  font-family: "Roboto Mono";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center; 
}

.contenido .datos .correo .telefono {
  margin-top: 25px;
  font-family: "Roboto";
  font-weight: bold;
}

.contenido .datos .correo .aviso-integralpack {
  font-size: 11px;
  padding: 0 30px; 
}

.contenido .datos.selectable {
  cursor: pointer; 
}

.contenido .datos.selectable:hover {
  border: solid #d09f7a 2px;
  background: #fbf9f9;  
}

.contenido .resultados {
  max-width: 700px;
  margin: 10px auto 10px auto;
  border-collapse: collapse;
  max-width: 1115px;
  font-family: "Roboto";
  font-size: 16px;
  color: #555;
}
.contenido .resultados tr td {
  position: relative;
  min-width: 75px;
  padding: 20px 15px;
  text-align: left;
}

.contenido .resultados tr td strong {
  font-family: "Roboto";
  color: #333;
  font-size: 15px;
}
.contenido .resultados tr td.fecha {
  font-family: "Roboto Mono";
  text-align: right;
  color: #999;
  font-size: 14px;
}

.contenido .resultados tr td.fecha strong {
  font-family: "Roboto Mono";
}

.contenido .resultados tr td.paso {
  min-width: 36px;
  width: 36px;
}
.contenido .resultados tr td.paso div {
  position: relative;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 18px;
}
.contenido .resultados tr td.paso div:before {
  content: "";
  display: block;
  background-color: #ddd;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 12px;
  left: 11px;
  top: 11px;
  z-index: 999;
}
.contenido .resultados tr td.paso:before {
  position: absolute;
  display: block;
  width: 1px;
  top: 0;
  left: 33px;
  bottom: 0;
  content: "";
  background-color: #ddd;
}

.contenido .resultados tr td.sin-info {
  font-family: "Roboto Mono";
  font-size: 20px;
  line-height: 40px;
  color: #a57d5f;
  text-align: center;
  padding: 0 0 80px 0;
}

.contenido .bloquear-boton {
  pointer-events: none;
  cursor: not-allowed;
}

.contenido .spacer {
  height: 100px;
}


/* MOBILE */
@media (max-width: 1000px) {
  .hero h2 {
    font-size: 6vh;
  }

  .hero h3 {
    font-size: 2vh;
  }

  .contenido .consulta {
    width: 80%;
  }

  .contenido .consulta input {
    width: 80%;
  }

  .contenido .consulta input {
      font-size: 20px;
  }

  .contenido .consulta a {
    font-size: 20px;
  }

  .contenido .loading {
    padding-top: 0;
    font-size: 18px;
  }

  .contenido .error {
    font-size: 18px;   
  }

  .contenido  .alerta {
    font-size: 16px;
  }

  .contenido .datos {
    width: 100%;
    border-radius: 0; 
  }

  .contenido .datos .correo {
    font-size: 14px;
  }

  .contenido .datos .correo p {
    font-size: 12px;
  }

  .contenido .datos .correo .aviso-integralpack {
    font-size: 11px;
  }

  .contenido .resultados {
    font-size: 16px;
  }

  .contenido .resultados tr td {
    font-size: 14px;
  }

  .contenido .resultados tr td strong {
    font-size: 13px;
  }
  .contenido .resultados tr td.fecha {
    font-size: 13px;
  }

  .contenido .resultados tr td.sin-info {
    font-size: 20px;
  }

  .contenido .loading .salto-de-linea {
    display: block;
  }
}

/* ADAPTACION PARA WALMART */
.walmart .hero {
  height: 160px;
  background: #2366c3 !important;
}

.walmart .hero:before {
  position: relative;
  top: 25px;
  background-image: url("../img/seguimiento/logo-walmart.png");
  content: '';
  width: 421px;
  height: 109px;
  display: inline-block;
}

.walmart h2 {
  display: none;
}

.walmart h3 {
  display: none;
}

.walmart .contenido .consulta a {
    color: #2366c3;
}

.walmart .contenido .consulta a:hover {
    border: 1px solid #2366c3;
    background: #2366c3;
}

.walmart .contenido .datos.selectable:hover {
  border: solid #2366c3 2px;
  background: #fff;  
}