h2{
    font-size:21px;
    color:#008000;
    margin:0;
    padding:0;
    font-weight: normal;
    margin: 20px 0;
    text-align: center;
    font-weight: bold
}

h1{
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    background: rgba(255, 232, 83, 0.2);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 10px 0 rgb(0 0 0 / 20%);
}

b{
    font-weight: 600;
}

#btn_pagar:disabled{
    background: #CCC;
}

#btn_pagar {
    display: inline-block;
    padding: 18px 70px;
    text-decoration: none;
    color: #ffffff;
    background-color: #008000;
    border-radius: 30px;
    font-size: 18px;
    font-weight: normal;
    margin: 50px auto 0;
    border: 0;
    cursor: pointer;
}

.box1{
    display: block;
}

.margin_t_10{
    margin-top: 10px;
}

.clearBoth{
    clear: both;
}

form{
    max-width: 480px;
    margin: 15px auto;
    width: calc(100% - 40px);
    box-shadow: 0 4px 22px 0 rgb(0 0 0 / 30%), 0 21px 35px 0 rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 6px;
    background: #f3f3f3;
}

form input[type="text"],
form input[type="number"],
form input[type="tel"]{
    font-size: 18px;
    width: calc(100% - 20px);
    letter-spacing: 3px;
}

ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
}

li {
    list-style-type: none;
    padding: 10px 0 0;
}

ul li.active > div{
    display: block;
}
ul li.active > label{
    background: #444;
    border: 1px solid #444;
    border-bottom: 0;
    padding: 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
}
ul li > label{
    display: block;
}
ul li > div{
    display: none;
    padding: 10px 15px 15px;
    border: 1px solid #444;
    background: #eee;
    color: #000;
}

#outra_forma_pg{
    display: block;
    padding: 9px 12px;
    padding-top: 7px;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #d1dade;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s !important;
    margin: 15px auto;
    text-decoration: underline;
}

#code_pix, #barcode {
    position: absolute;
    top: -1000px;
    left: -1000px;
}

ul li > label {
    cursor: pointer;
}