.card-planos {
    display: inline-block;
    width: 100%;
    background-color: #FFF;
    border-top: 10px solid #462ECF;
    margin: 15px auto;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    top: 0;
    box-shadow: 0 7px 15px rgba(0,0,0,.1);
    position: relative;
}
.card-planos .card-planos-header {
    padding: 30px 15px 10px;
}
.card-planos .card-planos-footer {
    position: absolute;
    z-index: 5;
    left: 15px;
    bottom: 30px;
    right: 15px;
}
.card-planos .card-planos-center {
    padding: 10px 15px 100px;
}
.card-planos .card-planos-center p {
    padding: 10px 0;
    border-bottom: 1px solid #B2BDE6;
    color: #261741;
}
.card-simples .box-btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto;
    padding: 0 20%;
}
.btn-icon.btn-2 {
    background-color: #EAF1FC;
    color: #B2BDE6;
    box-shadow: none;
}
.btn-icon {
    text-decoration: none;
    cursor: pointer;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.429em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: #FFF;
    color: #F85253;
    outline: 0!important;
    transition: all .4s ease-in-out;
    box-shadow: 0 7px 15px rgba(0,0,0,.1);
}
.btn-icon.btn-2.active, .btn-icon.btn-2.focus, .btn-icon.btn-2:active, .btn-icon.btn-2:focus, .btn-icon.btn-2:hover {
    background-color: #261741;
    color: #B2BDE6;
}
.card-simples {
    margin: 5px 0;
    background-color: #FFF;
    border: 1px solid #E6E6E6;
}
.p-3 {
    padding: 1rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.card-cartao {
    position: relative;
    display: inline-block;
    width: 80%;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 30px 15px 15px;
}
.card-cartao.frente {
    z-index: 2;
    background-color: #9013FE;
    margin-left: -30px;
    height: 220px;
}
.card-cartao.verso {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 10px;
    background-color: #D8D8D8;
    margin-right: -15px;
    height: 185px;
}
.card-cartao label {
    color: #FFF;
    font-size: .929em;
    font-weight: 400;
    margin-bottom: 2px;
}
.card-cartao label span {
    font-size: 75%;
    display: block;
    color: #fff;
}
.card-cartao .form-control {
    font-size: .857em;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 12px 15px;
    font-weight: 400;
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    outline: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
}
.card-cartao.verso::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    width: 100%;
    height: 35px;
    background-color: #000;
}
.card-cartao.verso .form-group {
    width: 65px;
    float: right;
    margin: 40px 0 0;
}
.card-cartao.verso label {
    font-size: 1.071em;
    font-weight: 700;
    color: #969696;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}

@media only screen and (max-width: 575.98px) {
    .card-cartao.frente {
        width: calc(100% + 60px);
    }
    .card-cartao.verso {
        width: calc(100% + 50px);
        position: relative;
        top: -5px;
        margin: 0 0 0 -25px;
    }
}