/* .card-package * {
    user-select: none;
}

.card-package.disabled {
    opacity: .7;
}

.card-package .package-name {
    font-weight: 700;
    font-size: 36px;
    color: var(--primary);
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0px;
}

.card-package .package-description {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.card-package .package-description span {
    font-size: 26px;
    line-height: 5px;
}

.card-package .pricing-price {
    font-size: 3.5rem;
    color: #363d47;
    margin-bottom: 1rem;
    text-align: center;
    padding-bottom: 20px;
}

.card-package .pricing-price sup {
    font-size: 1.5rem;
} */

@charset "UTF-8";
.containerPrices {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cardPrices {
    padding: 10px;
    width: 320px;
}

.cardPricesCorporate {
    padding: 10px;
    width: 320px;
    height: 485px;
}

.badge {
    background-color: #188CC8;
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.35rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transform: translate(0px, -5px);
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.35rem;
}

.p-5 {
    padding: 3rem !important;
}

.h-100 {
    height: 100% !important;
}

.pricing {
    font-size: 1.2rem;
}

.pricing .pricing-list {
    margin-bottom: 0;
    margin-left: 1.6em;
}

.text-format-list {
    font-size: 180%;
    margin-bottom: 0;
    margin-left: 1.6em;
    font-family: 'Source Sans Pro', sans-serif;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.pricing .pricing-price {
    font-size: 3.5rem;
    color: #e07c01;
    margin-bottom: 1rem;
    padding-top: 50px;
}

.pricing .pricing-price-voucher {
    text-decoration: line-through;
    font-size: 3.5rem;
    color: #e07c01;
    margin-bottom: 1rem;
    padding-top: 50px;
}

.pricing-voucher {
    font-size: 1.5rem;
    color: #e07c01;
    margin-bottom: 1rem;
}

.pricing .pricing-price sup {
    font-size: 1.5rem;
}

.pricing .pricing-price .pricing-price-period {
    font-size: 1.25rem;
}

.pricing .pricing-list {
    margin-bottom: 0;
    margin-left: 1.6em;
}

.pricing .pricing-list .pricing-list-item {
    margin-bottom: 0.5rem;
}

.pricing-corporate {
    font-size: 1.6rem;
}

.message-payment-module {
    font-size: 2rem;
}

.text-teal {
    color: #00ba94 !important;
}

a.text-teal:hover,
a.text-teal:focus {
    color: #006e57 !important;
}

.text-teal-soft {
    color: #daf0f2 !important;
}

a.text-teal-soft:hover,
a.text-teal-soft:focus {
    color: #a1d9de !important;
}


/* .btn-outline-orange {
    background-color: #fff !important;
    color: #188CC8 !important;
    border-color: #188CC8;
}

.btn-outline-orange:focus {
    outline: 0 !important;
}

.btn-outline-orange:hover {
    background-color: #188CC8 !important;
    color: #fff !important;
} */

.btn-outline-orange {
    background-color: #e07c01!important;
    color: #fff !important;
    border-color: #e07c01;
}

.btn-outline-orange:focus {
    outline: 0 !important;
}

.btn-outline-orange:hover {
    background-color: #faaf53 !important;
    color: #fff !important;
}

.orange {
    background-color: #e07c01!important;
    color: #fff !important;
    border-color: #e07c01;
}

td {
    font-size: 120%;
    margin-bottom: 0;
    margin-left: 0.6em;
    font-family: 'Source Sans Pro', sans-serif;
}