:-moz-submit-invalid,
:-moz-ui-invalid,
:invalid {
    box-shadow: none;
}
b {
    font-weight: 800;
}
.clearfix {
    clear: both;
}
.spinning {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.brand-color {
    color: #9c4678;
}
.brand-border-color {
    border-color: #9c4678;
}
.brand-background-color {
    background-color: #9c4678;
}
.brand-background-color.darker-hover:hover {
    background-color: #8d1f66;
}
.no-mobile {
    display: initial;
}
.mobile {
    display: none;
}
.spinner {
    height: 18px;
    width: 18px;
    position: relative;
    -webkit-animation: rotation 0.6s infinite linear;
    -moz-animation: rotation 0.6s infinite linear;
    -o-animation: rotation 0.6s infinite linear;
    animation: rotation 0.6s infinite linear;
    border-left: 6px solid rgba(255, 255, 255, 0.15);
    border-right: 6px solid rgba(255, 255, 255, 0.15);
    border-bottom: 6px solid rgba(255, 255, 255, 0.15);
    border-top: 6px solid rgba(255, 255, 255, 0.8);
    border-radius: 100%;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0);
    }
    to {
        -o-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    100% {
        -o-transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    100% {
        -ms-transform: rotate(360deg);
    }
}
::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
}
::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
}
input:-moz-placeholder {
    color: #aaa;
    opactiy: 1;
}
#mind-modal-box {
    opacity: 0;
    font-family: "Titillium Web", sans-serif;
    text-align: center;
    z-index: -999998;
    overflow: auto;
    margin: 0 0 20px 0;
    padding: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    top: 5px !important;
    display: none;
}

#mind-modal-box-card{
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#mind-modal-box-card:before, #mind-modal-box-card:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px #e59b83;
    -moz-box-shadow:0 0 20px #e59b83;
    box-shadow:0 0 20px #e59b83;
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

#mind-modal-box-card:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}



#mind-modal-box * {
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
#mind-checkout-header {
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
}
#mind-checkout-header a {
    color: #707070;
    display: block;
    float: left;
    padding: 25px;
}
#mind-checkout-header #mind-checkout-back-link {
    font-size: 12px;
}
#mind-checkout-header #mind-checkout-back-link span {
    display: inline-block;
}
#mind-checkout-header #mind-checkout-back-link .icon-pg-checkout-back {
    margin-right: 7px;
    font-size: 25px;
    vertical-align: middle;
}
#mind-checkout-header .icon-pg-checkout-close {
    font-size: 25px;
}
#mind-checkout-header #mind-checkout-close-link {
    float: right;
    margin-right: 10px;
    margin-top: -10px;
    font-size: 26px;
    font-weight: 200;
    color: rgba(128, 128, 128, 0.6);
}
#mind-checkout-footer {
    font-size: 13px;
    font-weight: 600;
    position: fixed;
    bottom: 20%;
    left: 0;
    width: 100%;
    z-index: -1;
}
#mind-checkout-footer p {
    color: grey;
    float: left;
}
#mind-checkout-footer #mind-checkout-mind-brand {
    float: right;
}
#mind-checkout-footer #mind-checkout-mind-brand .icon-pg-checkout-mind-logo {
    display: inline-block;
    margin-left: 10px;
    font-size: 25px;
    vertical-align: middle;
}
#mind-checkout-footer a,
#mind-checkout-footer a:active,
#mind-checkout-footer a:hover,
#mind-checkout-footer a:link,
#mind-checkout-footer a:visited {
    color: #707070;
}
@media screen and (min-width: 1025px) {
    #mind-checkout-footer,
    #mind-checkout-header {
        position: fixed;
    }
    #footer-container {
        padding: 0 25px 25px;
    }
}
@media screen and (max-width: 768px) {
    #mind-modal-box {
        top: 2px !important;
    }
}
@media screen and (max-width: 500px) {
    #mind-checkout-footer {
        margin: 0 auto 20px;
    }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
    #mind-checkout-footer {
        margin: 0 auto 350px;
    }
}
@media screen and (max-width: 1024px) {
    #mind-modal-box {
        margin: 20px auto 0;
    }
    #mind-checkout-footer {
        width: 100%;
        max-width: 390px;
    }
    #mind-checkout-footer #mind-checkout-mind-brand,
    #mind-checkout-footer #mind-checkout-secure-connection {
        float: none;
        text-align: center;
        font-size: 11px;
        margin-bottom: 5px;
    }
    #mind-checkout-footer #mind-checkout-mind-brand .icon-pg-checkout-mind-logo {
        font-size: 24px;
    }
    #mind-checkout-footer #mind-checkout-mind-brand span.no-mobile {
        display: none;
    }
    #mind-checkout-header {
        height: 45px;
    }
}
#mind-checkout-header #mind-checkout-back-link {
    font-size: 12px;
}
#mind-checkout-header #mind-checkout-back-link span {
    display: inline-block;
}
#mind-checkout-header #mind-checkout-back-link .icon-pg-checkout-back {
    margin-right: 7px;
    font-size: 25px;
    vertical-align: middle;
}
.mind-checkout-step-indicator {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    height: 39px;
    margin: -5px auto 20px;
    overflow: hidden;
    display: none;
}
.mind-checkout-step-indicator.show {
    display: inline-block;
}
.mind-checkout-step-indicator.mobile {
    display: none;
}
.mind-checkout-step-indicator li {
    cursor: pointer;
    height: 36px;
    text-decoration: none;
    color: #3b3b3b;
    font-size: 30px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
    line-height: 36px;
}
.mind-checkout-step-indicator li.validated {
    color: #ccc;
}
.mind-checkout-step-indicator li.active {
    font-size: 36px;
    color: #fff;
}
#mind-modal-loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#mind-modal-loading .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px;
}
.cursor-pointer {
    cursor: pointer !important;
}
.form-wizard-steps {
    margin: 30px 0 20px 0 !important;
}
.form-wizard-step {
    padding: 10px 0 !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
}
.mind-input {
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
    height: 50px !important;
    font-size: 18px !important;
}
.mind-input-invalid {
    padding-right: calc(1.5em + 0.9rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1556c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f1556c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center right calc(0.375em + 0.1875rem) !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
.mind-input-valid {
    padding-right: calc(1.5em + 0.9rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center right calc(0.375em + 0.1875rem) !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
.mind-input:focus {
    outline: 0 !important;
    border: 2px solid #ccc !important;
}
.mind-input::placeholder {
    color: #9b9b9b !important;
    opacity: 1;
}
.mind-input:-ms-input-placeholder {
    color: #9b9b9b !important;
}
.mind-input::-ms-input-placeholder {
    color: #9b9b9b !important;
}
.card-brand {
    background-size: 40px !important;
    background-repeat: no-repeat !important;
    background-position: 20px !important;
    padding-left: 50px !important;
}
.card-brand-default {
    background-image: url(/assets/libs/pages/checkout/img/cards/blank.png) !important;
}
.card-brand-amex {
    background-image: url(/assets/libs/pages/checkout/img/cards/amex.png) !important;
}
.card-brand-aura {
    background-image: url(/assets/libs/pages/checkout/img/cards/aura.png) !important;
}
.card-brand-diners {
    background-image: url(/assets/libs/pages/checkout/img/cards/diners.png) !important;
}
.card-brand-discover {
    background-image: url(/assets/libs/pages/checkout/img/cards/discover.png) !important;
}
.card-brand-elo {
    background-image: url(/assets/libs/pages/checkout/img/cards/elo.png) !important;
}
.card-brand-hipercard {
    background-image: url(/assets/libs/pages/checkout/img/cards/hipercard.png) !important;
}
.card-brand-jcb {
    background-image: url(/assets/libs/pages/checkout/img/cards/jcb.png) !important;
}
.card-brand-maestro {
    background-image: url(/assets/libs/pages/checkout/img/cards/maestro.png) !important;
}
.card-brand-mastercard {
    background-image: url(/assets/libs/pages/checkout/img/cards/mastercard.png) !important;
}
.card-brand-visa {
    background-image: url(/assets/libs/pages/checkout/img/cards/visa.png) !important;
}
#motivacao_options {
    margin-bottom: 120px !important;
    top: -30px !important;
    max-height: 300px;
    overflow-y: auto;
    margin-left: 40px !important;
}
#destino_preferencial_options {
    margin-bottom: 120px !important;
    top: -30px !important;
    max-height: 300px;
    overflow-y: auto;
    margin-left: 40px !important;
}
@media screen and (max-width: 768px) {
    #nome {
        margin-bottom: 10px !important;
    }
}
@media screen and (min-width: 769px) {
    #nome {
        width: 105% !important;
    }
    #ddd {
        width: 115% !important;
    }
    #complemento {
        width: 112% !important;
    }
    #cidade,
    #endereco {
        width: 105% !important;
    }
    #cc_bandeira_icone {
        width: 130% !important;
    }
    #cc_validade {
        width: 100% !important;
    }
    #cc_cod {
        width: 100% !important;
    }
}
@media screen and (min-width: 357px) and (max-width: 579px) {
    #motivacao_options {
        margin-bottom: 100px !important;
        margin-top: 0 !important;
        margin-left: 80px !important;
    }
    #destino_preferencial_options {
        margin-bottom: 100px !important;
        margin-top: 0 !important;
        margin-left: 80px !important;
    }
    #mind-checkout-header {
        display: none;
    }
    #mind-checkout-footer {
        display: none;
    }
    #modal-grid-cc-bandeira {
        display: none;
    }
}
@media screen and (min-width: 580px) and (max-width: 768px) {
    #motivacao_options {
        margin-bottom: 100px !important;
        margin-top: 0 !important;
        margin-left: 250px !important;
    }
    #destino_preferencial_options {
        margin-bottom: 100px !important;
        margin-top: 0 !important;
        margin-left: 250px !important;
    }
    #mind-checkout-header {
        display: none;
    }
    #mind-checkout-footer {
        display: none;
    }
    #modal-grid-cc-bandeira {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1073px) {
    #destino_preferencial_options {
        margin-bottom: 150px !important;
        margin-top: 0 !important;
        margin-left: 450px !important;
    }
    #motivacao_options {
        margin-bottom: 150px !important;
        margin-top: 0 !important;
        margin-left: 450px !important;
    }
    #mind-checkout-footer {
        display: none;
    }
}
.btn-checkout-primary {
    background-color: #9c4678;
}
#motivacao[readonly] {
    background-color: #fff;
}
#frequencia[readonly] {
    background-color: #fff;
}
#destino_preferencial[readonly] {
    background-color: #fff;
}

.form-wizard-content{
    padding: 0 10px 20px 10px !important;
}
