@CHARSET "UTF-8";

.pricing-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: min(1600px, 100%);
    margin: auto;
}

.pricing-card {
    flex: 1;
    min-width: 350px;
    max-width: 350px;
    height: 400px;
    margin: 5px 5px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    color: #2d2d2d;
    transition: .3s linear;
    -webkit-border-radius: 3px;
    border: 1px solid #bdbdbd;
    background-color: #ffffff;
}

.pricing-card-nivel1 {
    border: 4px solid #2d2d2d;
    border-radius: 8px;
}

.pricing-card-nivel2 {
    border: 4px solid #8070fa;
    border-radius: 8px;
}

.pricing-card-nivel3 {
    border: 4px solid #22cd1a;
    border-radius: 8px;
}

.pricing-card-nivel4 {
    border: 4px solid #6610f2;
    border-radius: 8px;
}

.pricing-card-header {
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    border-radius: 0 0 20px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .4s linear;
}

.pricing-card-header-nivel1 {
    background-color: #6610f2;
}

.pricing-card-header-nivel2 {
    background-color: #8070fa;
}

.pricing-card-header-nivel3 {
    background-color: #22cd1a;
}

.pricing-card-header-nivel4 {
    background-color: #6610f2;
}

.pricing-card-select .pricing-card-header-nivel1 {
    box-shadow: 0 0 0 14em #6610f2;
}

.pricing-card-select .pricing-card-header-nivel2 {
    box-shadow: 0 0 0 14em #8070fa;
}

.pricing-card-select .pricing-card-header-nivel3 {
    box-shadow: 0 0 0 14em #22cd1a;
}

.pricing-card-select .pricing-card-header-nivel4 {
    box-shadow: 0 0 0 14em #6610f2;
}

.pricing-card:hover .pricing-card-header-nivel1 {
    box-shadow: 0 0 0 14em #6610f2;
}

.pricing-card:hover .pricing-card-header-nivel2 {
    box-shadow: 0 0 0 14em #8070fa;
}

.pricing-card:hover .pricing-card-header-nivel3 {
    box-shadow: 0 0 0 14em #22cd1a;
}

.pricing-card:hover .pricing-card-header-nivel4 {
    box-shadow: 0 0 0 14em #6610f2;
}

.price {
    font-size: 50px;
    color: #6610f2;
    margin: 55px 0;
    transition: .2s linear;

}

.price-nivel1 {
    color: #6610f2;
}

.price-nivel2 {
    color: #8070fa;
}

.price-nivel3 {
    color: #22cd1a;
}

.price-nivel4 {
    color: #6610f2;
}

.price sup, .price span {
    font-size: 22px;
    font-weight: 700;
}

.pricing-card-select, .pricing-card-select .price {
    color: #fff;
}

.pricing-card:hover, .pricing-card:hover .price {
    color: #fff;
}

.pricing-card li {
    font-size: 16px;
    padding: 10px 0;
    text-transform: uppercase;
}

.order-btn {
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 80px;
    padding: 18px 40px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s linear;
}

.pricing-card-select .order-btn-nivel1 {
    background-color: #6610f2;
    color: #fff;
}

.pricing-card-select .order-btn-nivel2 {
    background-color: #8070fa;
    color: #fff;
}

.pricing-card-select .order-btn-nivel3 {
    background-color: #22cd1a;
    color: #fff;
}

.pricing-card-select .order-btn-nivel4 {
    background-color: #6610f2;
    color: #fff;
}

.order-btn-nivel1 {
    border: 2px solid #6610f2;
    color: #6610f2;
}

.order-btn-nivel2 {
    border: 2px solid #8070fa;
    color: #8070fa;
}

.order-btn-nivel3 {
    border: 2px solid #22cd1a;
    color: #22cd1a;
}

.order-btn-nivel4 {
    border: 2px solid #6610f2;
    color: #6610f2;
}

.order-btn-nivel1:hover {
    background-color: #6610f2;
    color: #fff;
}

.order-btn-nivel2:hover {
    background-color: #8070fa;
    color: #fff;
}

.order-btn-nivel3:hover {
    background-color: #22cd1a;
    color: #fff;
}

.order-btn-nivel4:hover {
    background-color: #6610f2;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .pricing-card {
        flex: 30%;
    }
}

.ui-pricing-table {
    min-height: 70vh;
    display: flex;
    align-items: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    list-style: none;
}

.ui-stack-wrapper {
    display: none;
}

body .ui-button-confirm {
    background-color: #28ef6f;
}

body .ui-button-confirm:hover {
    background-color: #20b555;
}

body .ui-button-cancel {
    background-color: #ff4a4a;
}

body .ui-button-cancel:hover {
    background-color: #c73737;
}


.MyOneButton.ui-selectonebutton {
    border-color: red;
}

.MyOneButton.ui-selectonebutton .ui-button {
    background-color: yellow;
    color: red;
}

body .ui-wizard {
    min-width: 390px;
    max-width: 100%;
}

body .ui-wizard .ui-wizard-step-titles {
    background-color: #f98e47;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

body .ui-wizard .ui-wizard-content {
    margin: 0;
}

body .ui-wizard .ui-wizard-step-titles > li {
    padding: 10px 16px;
    margin-top: 10px;
    top: 0;
    right: 0;
    color: #ffffff;
    height: 50px;
    font-weight: 600;
    font-size: 25px;
}

body .ui-wizard .ui-wizard-step-titles > li.ui-state-highlight {
    color: #ffffff;
    background-color: transparent;
    border-bottom: 6px solid #fa7070;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

body .ui-wizard .ui-wizard-content {
    margin: 0;
}

body .ui-wizard .ui-wizard-content .ui-panel .ui-panel-titlebar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

body .ui-breadcrumb {
    padding: 10px 16px;
}

body .ui-breadcrumb a {
    color: #ffffff;
    font-size: 16px;
}

body .ui-breadcrumb li:first-child a {
    position: relative;
    font-size: 24px;
    margin-top: 0;
}

body .ui-breadcrumb li:first-child a span {
    display: none;
}

body .ui-steps {
    position: relative;
}

body .ui-steps .ui-steps-item {
    background-color: transparent;
}

body .ui-steps .ui-steps-item.ui-state-disabled {
    opacity: 1;
    filter: alpha(opacity=100);
}

body .ui-steps .ui-steps-item .ui-menuitem-link {
    display: inline-block;
    text-align: left;
    background-color: #6610f2;
    overflow: hidden;
}

body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number {
    display: inline-block;
    background-color: #757575;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px 12px;
    font-size: 16px;
    color: #ffffff;
}

body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title {
    display: inline;
    margin-left: 10px;
    color: #757575;
}

body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
    background-color: #6610f2;
}

body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-title {
    font-weight: 700;
    color: #212121;
}

body .ui-steps .ui-steps-item:last-child .ui-menuitem-link {
    display: block;
}

body .ui-steps:before {
    content: ' ';
    border: 1px solid #bdbdbd;
    width: 90%;
    top: 45%;
    left: 0;
    display: block;
    position: absolute;
}

body .ui-wizard .ui-wizard-step-titles {
    background-color: #6610f2;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

body .ui-button {
    overflow: hidden;
    background-color: #6610f2;
    color: #ffffff;
    font-size: 16px;
    height: 70px;
    width: 100px;
    padding: 0 16px;
    border: 0 none;
    -moz-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

body .ui-button.ui-state-hover {
    background-color: #6610f2;
}

body .ui-button.ui-state-focus {
    outline: 0 none;
    background-color: #6610f2;
}

body .ui-button .ui-button-text {
    padding: 0;
    line-height: 36px;
}

.center {
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0 auto 0 auto;

}

.left {
    width: 300px;
    padding: 10px;
    text-align: left;
    margin: 0 auto 0 auto;

}

.center-half {
    margin: auto;
    width: 100%;
    padding: 10px;
}

.center-button-finalizar {
    margin: auto;
    padding: 10px;
}

.formControlsBottom {
    position: absolute !important;
    bottom: 15px !important;
    right: 15px !important;
}


.matricula-panel {
    text-align: center;
    min-width: 430px;
    max-width: 600px;
    min-height: 300px;
    margin: 30px auto 0 auto;
}

.matricula-panel .ui-g .ui-g-12 {
    padding: 25px 40px;
}

.matricula-panel .ui-g .ui-g-12 .ui-button {
    margin-bottom: 5px;
}

@media (max-width: 500px) {
    .matricula-panel {
        text-align: center;
        min-width: 300px;
        max-width: 600px;
        margin: 0px auto 0 auto;
    }

    body .ui-wizard .ui-wizard-step-titles > li {
        padding: 8px 8px;
        margin-top: 5px;
        top: 0;
        right: 0;
        color: #ffffff;
        height: 40px;
        font-weight: 600;
        font-size: 20px;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
        font-family: 'Roboto', serif;
        list-style: none;
    }

}