#payment-form {
                                    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
                                        0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
                                    border-radius: 7px;
                                    padding: 25px;
                                }
                                
                                .hidden {
                                    display: none;
                                }
                                #card-error {
                                    color: rgb(105, 115, 134);
                                    text-align: left;
                                    font-size: 13px;
                                    line-height: 17px;
                                    margin-top: 12px;
                                }
                                #card-element {
                                    border-radius: 4px 4px 0 0;
                                    padding: 12px;
                                    border: 1px solid rgba(50, 50, 93, 0.1);
                                    height: 44px;
                                    width: 100%;
                                    background: white;
                                }
                                #payment-request-button {
                                    margin-bottom: 32px;
                                }
                                /* Buttons and links */
                                .btnstripe {
                                    background: #2ed5a1;
                                    ;
                                    margin-top: 12px;
                                    color: #ffffff;
                                    font-family: Arial, sans-serif;
                                    border-radius: 0 0 4px 4px;
                                    border: 0;
                                    padding: 12px 16px;
                                    font-size: 16px;
                                    font-weight: 600;
                                    cursor: pointer;
                                    display: block;
                                    transition: all 0.2s ease;
                                    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
                                    width: 100%;
                                }
                                button:hover {
                                    filter: contrast(115%);
                                }
                                button:disabled {
                                    opacity: 0.5;
                                    cursor: default;
                                }
                                /* spinner/processing state, errors */
                                .spinner,
                                .spinner:before,
                                .spinner:after {
                                    border-radius: 50%;
                                }
                                .spinner {
                                    color: #ffffff;
                                    font-size: 22px;
                                    text-indent: -99999px;
                                    margin: 0px auto;
                                    position: relative;
                                    width: 20px;
                                    height: 20px;
                                    box-shadow: inset 0 0 0 2px;
                                    -webkit-transform: translateZ(0);
                                    -ms-transform: translateZ(0);
                                    transform: translateZ(0);
                                }
                                .spinner:before,
                                .spinner:after {
                                    position: absolute;
                                    content: "";
                                }
                                .spinner:before {
                                    width: 10.4px;
                                    height: 20.4px;
                                    background: #5469d4;
                                    border-radius: 20.4px 0 0 20.4px;
                                    top: -0.2px;
                                    left: -0.2px;
                                    -webkit-transform-origin: 10.4px 10.2px;
                                    transform-origin: 10.4px 10.2px;
                                    -webkit-animation: loading 2s infinite ease 1.5s;
                                    animation: loading 2s infinite ease 1.5s;
                                }
                                .spinner:after {
                                    width: 10.4px;
                                    height: 10.2px;
                                    background: #5469d4;
                                    border-radius: 0 10.2px 10.2px 0;
                                    top: -0.1px;
                                    left: 10.2px;
                                    -webkit-transform-origin: 0px 10.2px;
                                    transform-origin: 0px 10.2px;
                                    -webkit-animation: loading 2s infinite ease;
                                    animation: loading 2s infinite ease;
                                }
                                @-webkit-keyframes loading {
                                    0% {
                                        -webkit-transform: rotate(0deg);
                                        transform: rotate(0deg);
                                    }
                                    100% {
                                        -webkit-transform: rotate(360deg);
                                        transform: rotate(360deg);
                                    }
                                }
                                @keyframes loading {
                                    0% {
                                        -webkit-transform: rotate(0deg);
                                        transform: rotate(0deg);
                                    }
                                    100% {
                                        -webkit-transform: rotate(360deg);
                                        transform: rotate(360deg);
                                    }
                                }
                                @media only screen and (max-width: 600px) {
                                    form {
                                        width: 80vw;
                                    }
                                }
                                
                                
.ccicon {
  height: 38px;
  position: absolute;
  right: 24px;
  top: calc(50% - 19px);
  width: 60px;
}


/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}



#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}


/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.container {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.radio label, .checkbox label {
  padding-left: 0px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.btnFacil{
    
  background: #2ed5a1;
  margin-top: 12px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;

}



#btn1, #btn2, #btn4{
    width: 100%;
    height: 50px;
    font-size: 16px; 
    border-radius: 10px;;
}