@font-face {
  font-family: Roboto;
  src: url('roboto/Roboto-Regular.ttf');
}
.modal-body p {
  font-size: 30px;
  letter-spacing: 2px;
  text-align: justify;
}

.modal-body p .nip {
  font-weight: 900;
}
.modal-dialog {
  height: 90%;
}
.modal-content {
  height: 100%;
}
.btn-verde-cc{
    background-color: #00AC68;
    color: #FFF;
}
/* fix SO stick navigation ;) */
@media (min-width: 768px) { body { padding-top: 75px; } }
.caducado{
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.15000000596046448px;
  text-align: center;
  margin-top: 30px;
  color: #424242;
}
.caducado-2{
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  margin-top: 25px;
  text-align: center;
  color: #757575;

}

.titulo-portal{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  /* identical to box height */
  letter-spacing: 0.15px;
  margin-top: 15x;
  margin-bottom: 15px;
  color: #424242;
}
.titulo-portal-2{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  /* or 150% */
  color: #757575;
  margin-top: 15px;
  margin-bottom: 15px;
}
.subtexto-portal-2{
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 35px; 
  margin-bottom: 35px; 
  color: #6c757d;
}
.logo{
  margin: 15px 0 0 15px;
  width: 120px;
  height: auto;
  display: block;
}
.ilustracion{
  text-align: center;
  margin: 20px auto 35px;
}
.ilustracion img{
  width: 80%;
  max-width: 300px;
  height: auto;
}
.titulo-digitos{font-family: Roboto;font-style: normal;font-weight: 500;font-size: 18px;line-height: 19px;text-align: center;color: #424242;margin: 30px;}
.subtitulo-digitos{font-family: Roboto;font-style: normal;font-weight: 500;font-size: 18px;line-height: 20px;color: #424242;margin-top: 35px;margin-bottom: 15px;}
.nip{background: #F5F5F5;border: 1px solid #BDBDBD;box-sizing: border-box;border-radius: 5px;font-family: Roboto;font-weight: 500;font-size: 34px;line-height: 40px;
/* identical to box height */letter-spacing: 0.25px;color: #424242;padding-top: 10px;padding-bottom: 10px;padding-right: 20px;padding-left: 20px;}
.pasos-digitos{
  padding: 0;
  list-style: none;
}
.paso-rst{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 23px;
  letter-spacing: 0.15px;
  color: #00AC68;
}
ul.pasos-digitos li {
  padding: 10px;
  padding-left: 0;
  border-bottom: 1px solid #EEEEEE;
  padding: 10px;
}
#mensaje {
  background-color: #cccc;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
#mensaje h3{
  padding: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
#mensaje img {
  width: 40px;
  margin: 0;
}
aside#mensaje-error {
  padding: 10px;
      background: #e74c3c;
      text-align: justify;
      margin-bottom: 10px;
}
aside#mensaje-error h3{
padding: 10px;
font-size: 18px;
}

aside#mensaje-error img {
  width: 30px;
}