/*Esconder Alerta de cookies r chat*/
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{
	display:none !important;
	visibility:hidden !important;
}

.btn-float{
	display:none !important;
	visibility:hidden !important;
}

/*form styles*/
#msform {
    text-align: center !important;
    position: relative !important;
}

#msform fieldset {
    background: #231d23 !important;
    border: 0 none !important;
    border-radius: 0px !important;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4) !important;
    box-sizing: border-box !important;
    position: relative !important;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input, #msform textarea, #msform select{
    padding: 5px;
    border: 1px solid #727272;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #FFF;
    background: #1d1d1b;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus, #msform select:focus{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #95c11f;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

#msform .action-button {
    width: 100px;
    background: #95c11f;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.legenda{
  color: #FFF; padding-top: 5px; position:absolute; top: 0; left: 0;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #95c11f;
}

#msform .action-button-previous {
    width: 100px;
    background: #acada6;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #acada6;
}

.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #FFF;
    margin-bottom: 20px;
	margin-top: 0;
}

#progressbar {
    margin-bottom: 0px;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px !important;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before, #progressbar li.active:after {
    background: #95c11f;
    color: white;
}

.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #95c11f;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}