*{
    font-family: "Roboto", Helvetica, Arial, serif;
}
.pricing {
    padding-top: 0rem;
}
label.form-slider {
    width: -webkit-fill-available;
}
.button {
    display: flex;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding: 12px 29px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #5f48ff;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    letter-spacing: inherit;
    white-space: nowrap;
    transition: background 0.15s ease;
}
input[type="range"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #eef1f6;
    border-radius: 3px;
    height: 6px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
}
input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    background-color: #5f48ff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    width: 36px;
}
input[type="range"]::-moz-range-thumb {
    background-color: #5f48ff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    width: 36px;
}
input[type="range"]::-ms-thumb {
    background-color: #5f48ff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    width: 36px;
}
input[type="range"]::-moz-focus-outer {
    border: 0;
}

.pricing-slider {
    max-width: 280px;
    margin: 0 auto;
}

.form-slider span {
    display: block;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
}

.pricing-slider {
    margin-bottom: 1rem;
}

.pricing-slider {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.pricing-slider input {
    width: 100%;
}
.pricing-slider .pricing-slider-value {
    text-align: -webkit-center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: rgba(75, 43, 212, 1);
    margin-top: -5px;
    --thumb-size: 36px;
}
.pricing-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -12px;
}
.pricing-item {
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: content-box;
    padding: 12px;
}
.pricing-item-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    padding: 5px;
    border-radius: 8%;
}
.pricing-item-title {
    text-align: -webkit-center;
    font-weight: 500;
}
.pricing-item-price {
    text-align: -webkit-center;
    align-items: baseline;
    font-size: 20px;
    color: rgba(75, 43, 212, 1);
}
.pricing-item-price-amount {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    color: rgba(75, 43, 212, 1);
}
.pricing-item-features-list {
    list-style: none;
    padding: 0;
}
.pricing-item-features-list li {
    margin-bottom: 0;
    padding: 4px 0;
    position: relative;
    display: flex;
    align-items: center;
    color: #747474;
}
.pricing-item-features-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #e9ecf8;
}
.pricing-item-features-list li::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%2011h14v2H5z%22%20fill%3D%22%239298B8%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.pricing-item-features-list li.is-checked::after {
    background-image: url("../images/custom/check.svg");
}
/*ARREGLAR CARD*/
.modal-header {
    background-color: rgba(75, 43, 212, 1);
    color: #fff;
    padding: 0.5rem;
}
.modal-title {
    position: relative;
    left: 25%;
}
.content-wrapper {
    background: #fff;
}
.form-control {
    background-color: #F5F5F5;
    color: #4B2BD4;
}
.form-control:focus {
    background-color: #F5F5F5;
    color: #4B2BD4;
}
a#btn_pagar_metodo {
    background: transparent linear-gradient( 
90deg
 , #4127CE 0%, #7107D9 100%) 0% 0% no-repeat;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #145A97;
    border-radius: 4px;
    color: #ffffff;
}
.pricing-item-header {
    margin-top: -1rem;
}
.modal-content {
    width: 70%;
}
@media (max-width: 992px){
    .modal-content {
        width: auto;
    }
}