html{
  background-color: #e4f0f5;
  font-family: "Kode Mono", monospace;
}

#wrapper{
  width: 400px;
  height: 1000px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffff;
}

h3{
  text-align: center;
}

h4{ text-align: center; margin-top: 30px; font-size: 20px; color: #0775b5;}

#selectPack{
  width: 360px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.select{
  width: 290px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  margin-top: 30px;
  background-color: #dae8f0;
}

p{
  text-align: center;
  color: blue;
  font-weight: bolder;
  margin-top: 35px;
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: bold;
  font-size: 22px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: block;
  box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  font-size: 15px;
}

.btn-2 {
  background: #004dff;
  background: linear-gradient(0deg, #004dff 0%, #004dff 100%);
  border: none;
}

.btn-2:before {
  height: 0%;
  width: 2px;
}

.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .5), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

.flag{
  width: 60px;
  height: 30px;
  margin: 0 auto;
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
}


#payLink{
  display: block;
  margin-left: 36px;
  margin-top: 80px;
  font-size: 20px;
  font-weight: bolder;
}

#payLinkEsp{
  display: block;
  margin-left: 6px;
  margin-top: 80px;
  font-size: 19px;
  font-weight: bolder;
}

#payLinkFrc{
  display: block;
  margin-left: -5px;
  margin-top: 80px;
  font-size: 19px;
  font-weight: bolder;
}


#logo{
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  display: block;
}

#logoIndex{
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  display: block;
}

#logoTXT{
  font-size: 15px;
  font-weight: bolder;
}

#logoSlc{
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

s{
  position: absolute;
  margin-top: 10px;
  margin-left: 20px;
  color: red;
  font-size: 20px;
}

#option2{
  height: 200px;
}

#option3{
  height: 200px;
}