.slick-slide:focus,button:focus,input:focus {
    outline: 0
}

html,legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

progress,sub,sup {
    vertical-align: baseline
}

img,legend {
    max-width: 100%
}

*,legend {
    padding: 0
}

@font-face {
    font-family: Flama-Bold;
    src: url(/arquivos/Flama-Bold.eot.css);
    src: url(/arquivos/Flama-Bold.woff2.css) format("woff2"),url(/arquivos/Flama-Bold.woff.css) format("woff"),url(/arquivos/Flama-Bold.ttf.css) format("truetype"),url(/arquivos/Flama-Bold.svg.css#Flama-Bold) format("svg"),url(/arquivos/Flama-Bold.eot.css?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Flama-Medium;
    src: url(/arquivos/Flama-Medium.eot.css);
    src: url(/arquivos/Flama-Medium.woff2.css) format("woff2"),url(/arquivos/Flama-Medium.woff.css) format("woff"),url(/arquivos/Flama-Medium.ttf.css) format("truetype"),url(/arquivos/Flama-Medium.svg.css#Flama-Medium) format("svg"),url(/arquivos/Flama-Medium.eot.css?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Flama-Regular;
    src: url(/arquivos/Flama.eot.css);
    src: url(/arquivos/Flama.woff2.css) format("woff2"),url(/arquivos/Flama.woff.css) format("woff"),url(/arquivos/Flama.ttf.css) format("truetype"),url(/arquivos/Flama.svg.css#Flama) format("svg"),url(/arquivos/Flama.eot.css?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    from {
        -moz-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes pulse {
    from {
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

body {
    line-height: 1;
    margin: 0
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    -webkit-text-decoration-skip: objects
}

* {
    margin: 0;
    border: 0
}

button,input,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

body,html {
    font-family: Flama-Bold,sans-serif;
    font-weight: 500
}

body.has--no-scroll {
    overflow-y: hidden;
    height: 100%
}

button,hr,input {
    overflow: visible
}

img {
    height: auto
}

#ajaxBusy {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 6000;
    display: none!important
}

.slick-arrow {
    z-index: 2
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
    font-weight: 700!important;
    letter-spacing: 3px!important
}

/*!
 * Initialize.css (v1.3.2) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
 * http://jeroenoomsnl.github.io/initialize-css
 *
 * HTML5 Boilerplate: https://github.com/h5bp/html5-boilerplate
 * Normalize.css: http://github.com/necolas/normalize.css
 */
html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.4;
    font-size: 1em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

svg:not(:root) {
    overflow: hidden
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

button,input,select,textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: ButtonText dotted 1px
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.x-fw {
    float: left;
    width: 100%
}

#returnToTop,.ui-autocomplete {
    display: none!important
}

#vtexIdContainer {
    z-index: 999999!important;
    background: rgba(255,255,255,.8)
}

#vtexIdContainer .vtexIdUI-heading {
    font-family: Flama-Medium,sans-serif;
    font-size: 12px;
    font-weight: initial;
    text-transform: uppercase;
    letter-spacing: initial!important
}

#vtexIdContainer .vtexIdUI-heading * {
    letter-spacing: initial!important
}

#vtexIdContainer .modal-header .close {
    cursor: pointer;
    outline: 0
}

.x-cadastro-group {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.67);
    z-index: 9999999;
    top: 0;
    left: 0
}

.x-cadastro-group .x-cadastro-user {
    background: #FFF;
    width: 482px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    position: absolute;
    height: 400px;
    top: 0;
    bottom: 0
}

@media only screen and (min-width: 100px) and (max-width:1080px) {
    .x-cadastro-group .x-cadastro-user {
        width:90%
    }
}

.x-cadastro-group .x-cadastro-user .x-title {
    background: #f4f4f4;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 30px;
    width: 90%;
    float: left
}

.x-cadastro-group .x-cadastro-user .x-close {
    float: right;
    width: 10%;
    background: #000;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-weight: 100;
    font-size: 0;
    cursor: pointer
}

.x-cadastro-group .x-cadastro-user .x-close:before {
    content: "";
    display: inline-block;
    margin-top: 13px
}

.x-cadastro-group .x-cadastro-user .x-form {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px
}

.x-cadastro-group .x-cadastro-user .x-form ul {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.x-cadastro-group .x-cadastro-user .x-form ul li {
    float: left;
    width: 50%
}

.x-cadastro-group .x-cadastro-user .x-form ul:nth-of-type(2) li,.x-cadastro-group .x-cadastro-user .x-form ul:nth-of-type(2) li input {
    width: 100%
}

.x-cadastro-group .x-cadastro-user .x-form ul.x-contact .x-right,.x-cadastro-group .x-cadastro-user .x-form ul:first-child li.x-right {
    width: 47%;
    float: right
}

.x-cadastro-group .x-cadastro-user .x-form ul:last-child {
    margin-bottom: 0
}

.x-cadastro-group .x-cadastro-user .x-form ul.x-contact .x-right #x-ddd-cel {
    width: 27%
}

.x-cadastro-group .x-cadastro-user .x-form ul.x-contact .x-right #x-number-cel {
    width: 69%;
    float: right
}

.x-cadastro-group .x-cadastro-user .x-form label {
    display: block;
    font-size: 12px;
    margin-bottom: 5px
}

.x-cadastro-group .x-cadastro-user .x-form label:after {
    content: "*";
    display: inline-block;
    color: #d61e13
}

.x-cadastro-group .x-cadastro-user .x-form input[type=text] {
    height: 34px;
    width: 200px;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 13px;
    font-family: Flama-Regular,sans-serif;
    outline: 0
}

.x-cadastro-group .x-cadastro-user .x-form .x-next,.x-cadastro-group .x-cadastro-user .x-form .x-not {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center
}

.x-cadastro-group .x-cadastro-user .x-form .x-next {
    background: #ff8400;
    color: #fff;
    font-weight: 900;
    margin-bottom: 10px
}

.x-cadastro-group .x-cadastro-user .x-form .x-not {
    color: #565656;
    border: 1px solid #565656
}

.x-cadastro-group .x-cadastro-user .x-sucesso {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600
}

.x-cadastro-group .x-cadastro-user .x-sucesso:before {
    content: "";
    display: block;
    margin: 0 auto 30px
}

.x-cadastro-group .x-cadastro-user .x-sucesso span {
    display: block;
    font-weight: 500;
    margin-top: 5px;
    font-size: 13px
}

.bt {    
    text-align: center;
    display: block;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px 0;
    letter-spacing: 1px;
    background: #ff8400;
    transition: .4s
}
.bt:hover {
    background: #000
}
.bt.block {
    background: #ccc;
    pointer-events: none;
}
.bt{
    padding: 12px 100px;
}

.slick-slide:focus,button:focus,input:focus {
    outline: 0
}

html,legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

progress,sub,sup {
    vertical-align: baseline
}

img,legend {
    max-width: 100%
}

*,legend {
    padding: 0
}

@font-face {
    font-family: Flama-Bold;
    src: url(/arquivos/Flama-Bold.eot.css);
    src: url(/arquivos/Flama-Bold.woff2.css) format("woff2"),url(/arquivos/Flama-Bold.woff.css) format("woff"),url(/arquivos/Flama-Bold.ttf.css) format("truetype"),url(/arquivos/Flama-Bold.svg.css#Flama-Bold) format("svg"),url(/arquivos/Flama-Bold.eot.css?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Flama-Medium;
    src: url(/arquivos/Flama-Medium.eot.css);
    src: url(/arquivos/Flama-Medium.woff2.css) format("woff2"),url(/arquivos/Flama-Medium.woff.css) format("woff"),url(/arquivos/Flama-Medium.ttf.css) format("truetype"),url(/arquivos/Flama-Medium.svg.css#Flama-Medium) format("svg"),url(/arquivos/Flama-Medium.eot.css?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Flama-Regular;
    src: url(/arquivos/Flama.eot.css);
    src: url(/arquivos/Flama.woff2.css) format("woff2"),url(/arquivos/Flama.woff.css) format("woff"),url(/arquivos/Flama.ttf.css) format("truetype"),url(/arquivos/Flama.svg.css#Flama) format("svg"),url(/arquivos/Flama.eot.css?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    from {
        -moz-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes pulse {
    from {
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

body {
    line-height: 1;
    margin: 0
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    -webkit-text-decoration-skip: objects
}

* {
    margin: 0;
    border: 0
}

button,input,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

body,html {
    font-family: Flama-Bold,sans-serif;
    font-weight: 500
}

body.has--no-scroll {
    overflow-y: hidden;
    height: 100%
}

button,hr,input {
    overflow: visible
}

img {
    height: auto
}

#ajaxBusy {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 6000;
    display: none!important
}

.slick-arrow {
    z-index: 2
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
    font-weight: 700!important;
    letter-spacing: 3px!important
}

/*!
 * Initialize.css (v1.3.2) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
 * http://jeroenoomsnl.github.io/initialize-css
 *
 * HTML5 Boilerplate: https://github.com/h5bp/html5-boilerplate
 * Normalize.css: http://github.com/necolas/normalize.css
 */
html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.4;
    font-size: 1em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

svg:not(:root) {
    overflow: hidden
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

button,input,select,textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: ButtonText dotted 1px
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.x-fw {
    float: left;
    width: 100%
}

#returnToTop,.ui-autocomplete {
    display: none!important
}

#vtexIdContainer {
    z-index: 999999!important;
    background: rgba(255,255,255,.8)
}

#vtexIdContainer .vtexIdUI-heading {
    font-family: Flama-Medium,sans-serif;
    font-size: 12px;
    font-weight: initial;
    text-transform: uppercase;
    letter-spacing: initial!important
}

#vtexIdContainer .vtexIdUI-heading * {
    letter-spacing: initial!important
}

#vtexIdContainer .modal-header .close {
    cursor: pointer;
    outline: 0
}

.x-cadastro-group {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.67);
    z-index: 9999999;
    top: 0;
    left: 0
}

.x-cadastro-group .x-cadastro-user {
    background: #FFF;
    width: 482px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    position: absolute;
    height: 400px;
    top: 0;
    bottom: 0
}

@media only screen and (min-width: 100px) and (max-width:1080px) {
    .x-cadastro-group .x-cadastro-user {
        width:90%
    }
}

.x-cadastro-group .x-cadastro-user .x-title {
    background: #f4f4f4;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 30px;
    width: 90%;
    float: left
}

.x-cadastro-group .x-cadastro-user .x-close {
    float: right;
    width: 10%;
    background: #000;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-weight: 100;
    font-size: 0;
    cursor: pointer
}

.x-cadastro-group .x-cadastro-user .x-close:before {
    content: "";
    display: inline-block;
    margin-top: 13px
}

.x-cadastro-group .x-cadastro-user .x-form {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px
}

.x-cadastro-group .x-cadastro-user .x-form ul {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.x-cadastro-group .x-cadastro-user .x-form ul li {
    float: left;
    width: 50%
}

.x-cadastro-group .x-cadastro-user .x-form ul:nth-of-type(2) li,.x-cadastro-group .x-cadastro-user .x-form ul:nth-of-type(2) li input {
    width: 100%
}

.x-cadastro-group .x-cadastro-user .x-form ul.x-contact .x-right,.x-cadastro-group .x-cadastro-user .x-form ul:first-child li.x-right {
    width: 47%;
    float: right
}

.x-cadastro-group .x-cadastro-user .x-form ul:last-child {
    margin-bottom: 0
}

.x-cadastro-group .x-cadastro-user .x-form ul.x-contact .x-right #x-ddd-cel {
    width: 27%
}

.x-cadastro-group .x-cadastro-user .x-form ul.x-contact .x-right #x-number-cel {
    width: 69%;
    float: right
}

.x-cadastro-group .x-cadastro-user .x-form label {
    display: block;
    font-size: 12px;
    margin-bottom: 5px
}

.x-cadastro-group .x-cadastro-user .x-form label:after {
    content: "*";
    display: inline-block;
    color: #d61e13
}

.x-cadastro-group .x-cadastro-user .x-form input[type=text] {
    height: 34px;
    width: 200px;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 13px;
    font-family: Flama-Regular,sans-serif;
    outline: 0
}

.x-cadastro-group .x-cadastro-user .x-form .x-next,.x-cadastro-group .x-cadastro-user .x-form .x-not {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center
}

.x-cadastro-group .x-cadastro-user .x-form .x-next {
    background: #ff8400;
    color: #fff;
    font-weight: 900;
    margin-bottom: 10px
}

.x-cadastro-group .x-cadastro-user .x-form .x-not {
    color: #565656;
    border: 1px solid #565656
}

.x-cadastro-group .x-cadastro-user .x-sucesso {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600
}

.x-cadastro-group .x-cadastro-user .x-sucesso:before {
    content: "";
    display: block;
    margin: 0 auto 30px
}

.x-cadastro-group .x-cadastro-user .x-sucesso span {
    display: block;
    font-weight: 500;
    margin-top: 5px;
    font-size: 13px
}

.bt {    
    text-align: center;
    display: block;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px 0;
    letter-spacing: 1px;
    background: #ff8400;
    transition: .4s
}
.bt:hover {
    background: #000
}
.bt.block {
    background: #ccc;
    pointer-events: none;
}
.bt{
    padding: 12px 100px;
}

input#reset {
    display: none;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #ff6f22;
    color: #fff;
    font-size: 1.0625em;
}

h2#swal2-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .5px;
    font-family: Flama-Regular,sans-serif;
}
.black-friday {
    position: relative;
    width: 800px;
    height: 570px;
    background: url(/arquivos/dermage-img-fundo.jpg) no-repeat;
    bottom: 0;
  }
  .black-friday__campos {
    width: 395px;
    height: 213px;
    padding-right: 31px;
    padding-bottom: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .black-friday__title {
    color: #fff;
    font-family: Flama, Arial;
    font-size: 14px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .black-friday__title span {
    font-weight: bolder;
  }
  .black-friday__form {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .black-friday__form input,
  .black-friday__form button {
    height: 37px;
    border-radius: 37px;
    font-size: 14px;
    font-family: FlamaBook, Arial;
  }
  .black-friday__form input {
    width: 388px;
    border: 0;
    text-align: center;
  }
  .black-friday__form input::placeholder {
    color: black;
  }
  .black-friday__form button {
    width: 188px;
    border: 2px solid #ec7b01;
    color: #ec7b01;
    font-weight: bolder;
    background: none;
    cursor: pointer;
  }
  .black-friday__form button:hover {
    opacity: 0.8;
  }
  .black-friday__form--nome {
    margin-bottom: 19px;
    height: 37px;
  }
  .black-friday__form--email {
    margin-bottom: 25px;
  }
  .black-friday__form--submit {
    text-transform: uppercase;
  }
  .black-friday__close {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 12px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .black-friday__close:hover {
    opacity: 0.8;
  }
  .swal2-popup.swal2-modal.swal2-show {
    /* background: transparent;*/
    max-height: 603px;
    
  }
  .swal2-popup .swal2-close{
    top: 7px !important;
    right: 10px !important;
    z-index: 2;
    color:#000 !important;
  }
  .swal2-popup .swal2-close:hover {
    color:#000;
  }
  .swal2-fade.swal2-shown{
    z-index: 99999;
  }
  .swal2-fade .swal2-shown{
    z-index: 99999;
  }
  