html{scroll-behavior:smooth}

body, html {
   font-family: 'Poppins', sans-serif;
   padding: 0;
   margin: 0;
}
.bg-landing{ background:#000;}
.container-box{ max-width:480px; margin:0 auto;}
.header-img {
	max-width: 480px;
    width: 100%;
    display: block;
    margin: 0 auto;
	}
.form-suscribe {text-align:center; margin:10px 0}

#phone, #pin {
	background: #f7f7f7 none repeat scroll 0 0;
    border: 2px solid #c5c5c5;
    border-radius: 10px;
    box-shadow: 0 0 1px #c7c7c7 inset;
    color: #555555;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    width: 90%;
	font-family: 'Poppins', sans-serif;
}
.btn-suscribe{
	border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 26px;
    font-weight: 700;
    height: 50px;
    padding: 0;
    width: 90%;
    text-shadow: none;
    margin-bottom: 20px;
	background:#ffea00;
	color:#000;
	transition: .15s ease-in-out;
}
.btn-suscribe:hover{opacity:0.9}
.legal{font-size:10px; text-align:center; max-width:340px; margin: 0 auto; padding:10px; color:#fff}
.tyc{border-top:1px solid #fff; text-align:center; line-height: 30px;}
.tyc a{color:#fff; font-size:11px;}
.bg-tyc{background: #ffff; color:#999;}
.bg-tyc h1{font-size:20px;}
.container-inner {padding:10px;}
.container-full{max-width:980px; margin:20px auto;}
.go-back{position:relative; color:#0000ff;text-decoration:none; border: 1px solid #0000ff; padding:5px 10px; font-size:14px; border-radius:150px}
.go-back:before{content:"<"; width:20px; margin-right:5px;  }
.container-full p {font-size:14px}




 
.modal {
    z-index: 2;
    position: fixed;
    opacity: 1;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:300px;
}
.modal h2{font-size:18px; }
.modal h3{font-size:16px; margin-top:0}
.modal p{font-size:14px; line-height:18px; margin-bottom: 20px;}
.modal-backdrop{z-index:1}
.btn{border-radius:150px}
#loading{display:none}
#loading .loading-inner{height:100vh; background:rgba(0,0,0,0.7); width:100%; position:absolute;z-index:5; top: 0;display: flex;align-items: center;justify-content: center;}
.steps {
  font-size: 16px;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  height: 6rem;
  border: 1px solid #3A5;
}
.steps-list {
  font-size: 0.75rem;
  padding-left: 0;
  margin: 40px auto 0;
  display: flex;
}
.steps-list-item {
  display: inline-block;
  margin: 0;
  color: #999999;
  position: relative;
  margin-top: 10px;
  text-align: center;
  flex: 0 1 100%;
  justify-content: center;
}
.steps-list-item span {
  position: absolute;
  top: -30px;
  width: 100%;
  height: 20px;
  left: 0;
  right: 0;
}
.steps-list-item span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 47%;
  display: block;
  width: 5px;
  height: 5px;
  line-height: 1px;
  border: 10px solid;
  border-radius: 10px;
  border-color: #DDD;
  background-color: #DDD;
  color: #999999;
  z-index: 1;
}
.steps-list-item span:after {
  border-top: 4px solid #DDD;
  content: "";
  right: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
}
.steps-list-item:first-child span:after {
  display: none;
}
.steps-list-item.completed {
  color: #999999;
}
.steps-list-item.completed span:after, .steps-list-item.completed span:before {
  border-color: #3A5;
  background-color: #3A5;
}