.blocker {
  position: fixed;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  z-index: 2000;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.0);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.bmodal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2000;
  max-width: 500px;
  box-sizing: border-box;
  width: 100%;
  background: #F0F0F1;
  padding: 15px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.bmodal a.close-bmodal {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(../img/close-icon.png) center center no-repeat;
}
.titulo {
    font-size: 21px;
    line-height: 31px;
    color: #221F1F;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bullets{
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius:50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.bullets-active{
    width: 10px;
    height: 10px;
    background: #000;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius:50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.ing-desc {
    color: #221f1f;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 15px;
    margin-bottom: 30px;
}