* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif
}

html {
    height: 100%
}


:root {
    --color-bolsas: #d3ab3b;
    --orange-primary: #FF6600;
    --gray: #4D4D4D;
}

p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform .logo {
    width: 200px;
    margin-bottom: 40px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform select,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform select:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgb(187, 100, 33);
    outline-width: 0;
}

#msform .action-button {
    width: 40%;
    background: #22bd5b;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    border-radius: 5px;
}

s #msform .action-button:hover,
#msform .action-button:focus {
    background-color: #22bd5b;
}

#msform .action-button-previous {
    width: 100px;
    background: #22bd5b;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #22bd5b;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #000;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left;
    font-weight: 600;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#progressbar .active {
    color: #000
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f07a"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar #course:before {
    font-family: FontAwesome;
    content: "\f02e";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #ccc;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #6cb65d
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.error {
    margin: -20px 0px 20px;
    color: red;
}

.input-coupon {
    border: 2px dashed #ccc !important;
}

.color-green {
    color: #22bd5b;
}

.coupon {
    display: flex;
}

.coupon input.action-button {
    position: absolute;
    right: -100px;
    top: 23px;
}

@media (max-width: 768px) {
    .coupon {
        display: flex;
        flex-direction: column;
    }
    .coupon input.action-button {
        left: 10px;
        top: 70px;
    }
    #msform .logo-bolsas h2 {
        font-size: 20px;
        margin-left: 20px;
        margin-top: 10px;
    }
}

#cookieAcceptBar.cookieAcceptBar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgb(245, 242, 242);
    color: rgb(51, 49, 49);
    padding: 20px 0;
    z-index: 99999;
    text-align: justify;
    padding: 10px 20px;
    font-size: 13px;
}

#cookieAcceptBar.cookieAcceptBar a {
    text-decoration: underline;
}

#cookieAcceptBar button {
    cursor: pointer;
    border: none;
    background-color: rgb(80 121 89);
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 3px;
}

#cookieAcceptBar #cookieAcceptBarRecuse {
    background-color: #f4ac6d;
}

.color-gray {
    color: rgb(82, 77, 77);
}

.text-bold {
    font-weight: bold;
}

.logo-bolsas {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.logo-bolsas img {
    width: 40px;
    height: 40px;
    margin-bottom: 50px;
}

.logo-bolsas h2 {
    margin-left: 50px;
}

.logo-bolsas-unifatecie {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.logo-bolsas-unifatecie .bolsas {
    height: 50px;
    width: 50px;
    margin-left: 20px;
}

.logo-bolsas-unifatecie .unifatecie {
    width: 220px;
    height: 100%;
}

.regulamento {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 12px;
    margin-top: 30px;
}

.contrato {
    height: 17px;
}

.warning-info {
    background-color: rgb(51, 185, 111);
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.warning-info-danger {
    background-color: var(--orange-primary);
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.warning-info p, .warning-info-danger p {
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.button-bolsas {
    outline: none;
    background-color: var(--color-bolsas);
    padding: 15px 25px;
    border: none;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid var(--color-bolsas);
    border-radius: 3px;
    transition: 0.3s;
}

.button-bolsas-payment-adesao{
    outline: none;
    background-color: rgb(201, 53, 27);
    padding: 15px 25px;
    border: none;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid rgb(201, 53, 27);
    border-radius: 3px;
    transition: 0.3s;
}

.countdown {
    margin-bottom: 40px;
}

.countdown .uk-grid {
    justify-content: center;
    align-items: center;
}

.uk-countdown-number {
    font-weight: 600;
    color: rgb(61, 57, 57);
}

@media (min-width: 960px) {
    .uk-countdown-number {
        font-size: 5rem;
    }
}

@media (min-width: 640px) {
    .uk-countdown-number {
        font-size: 3rem;
    }
}

