/*
BRAVO CREATIVE
Bravo Creative Custom Websites
Version: 3.0
Text Domain: bravo
*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Lato', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

body {
    touch-action: pan-x pan-y;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*
DESENVOLVIDO POR BRAVO CREATIVE
http://bravocreative.com.br
Bravo Framework 3.0
*/

body, h1, h2, h3, h4, h5, h6, li, p, a, input, span, div {
    font-family: 'Lato', sans-serif;
}

[class*="column"] + [class*="column"]:last-child {
    float: left;
}

.row {
    max-width: 100%;
}

.columns {
    padding: 0;
}

a {
    color: #bd7131;
}

header a {
    color: white;
}

body {
    background: #061530;
}

header {
    height: 70px;
    top: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.icone-home {
    position: fixed;
    right: 95px;
    font-size: 32px;
    top: 29px;
}

a .icone-home,
a:hover .icone-home,
a:visited .icone-home {
    position: absolute;
    right: 85px;
    font-size: 32px;
    top: 29px;
}
.icone-cards {
   font-size: 32px;
}


#tivoli, #imgtivoli {
    max-height: 70px;
    margin-top: 20px;
}

.inline-div {
    display: inline;
}

#cmbLang {
    background: white;
    color: #bd7131;
    position: absolute;
    width: 43px;
    padding: 0 12px;
    text-align: center;
    right: 30px;
    top: 25px;
    border-color: white;
    font-weight: bold;
    border-radius: 50%;
    border: none;
    height: 40px;
}

.cartao.apps {
    border-radius: 10px;
    padding: 15px;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-top: 60px !important;
}

    .cartao.apps h2 {
        margin-bottom: 20px;
    }

.apps small {
    font-size: 12px;
    margin-bottom: 5px;
    color: #bd7131;
    display: block;
}

.icones-lojas {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icones-lojas a:first-child {
        display: inline-block;
        margin-right: 10px;
    }

    .icones-lojas a:last-child {
        display: inline-block;
        margin-left: 10px;
    }

#webapp {
    background-size: cover;
    min-height: 100vh;
    width: 100vw;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#conteudo {
    margin-top: 90px;
    width: 100%;
}
.cartao-popup {
    border-radius: 10px;
    margin: 0 0px;
    background: white;
    width: 100vw;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    justify-content: center;
    /*  margin-left: 30px;*/
}
.cartao {
    margin: 0 0px;
    background: white;
    border-radius: 10px;
    padding: 30px;
    width: calc(100% - 60px);
    margin-left: 30px;
}

    .cartao.tabela {
        margin: 0 0px;
        background: white;
        border-radius: 10px;
        padding: 0;
        width: calc(100% - 60px);
        margin-left: 30px;
    }

        .cartao.tabela .titulo-tabela {
            margin: 0;
        }

.label.success.dourado {
    background: #bd7131;
    color: white;
    border-radius: 5px;
}

.cartao h2 {
    font-size: 21px;
    color: #bd7131;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.cartao h3 {
    font-size: 20px;
    color: #414141;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}

.cartao h4 {
    font-size: 19px;
    color: #414141;
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

.cartao h5.destaque {
    font-weight: 600;
    color: #bd7131;
}

.cartao h5 {
    text-align: center;
    margin-top: -15px;
    font-size: 14px;
}

    .cartao h5.titulo {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 14px;
    }

.cartao .status {
    color: #559e07;
    background: #eee;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #559e07;
}

.cartao input[type=text],
.cartao input[type=email],
.cartao input[type=date],
.cartao input[type=tel],
.cartao input[type=number],
.cartao input[type=password],
.cartao select {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 5px;
    height: 30px;
}

.cartao label {
    font-size: 13px;
}

.espaco {
    display: block;
    height: 30px;
}
.mini-espaco {
    display: block;
    height: 15px;
}
.cartao input[type=submit] {
    background: #11263a;
    color: white;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    border-radius: 10px;
}

.botao-alerta {
    background: firebrick !important;
}

input.branco[type=submit] {
    background: #c07232;
    color: white;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    width: calc(100% - 60px);
    height: 60px;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin: 0 30px;
}

.abaixo-cartao {
    margin-top: 20px;
    display: block;
}

.callout {
    z-index: 9999;
    position: fixed;
    width: 100vw;
}

.abaixo-cartao span {
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.abaixo-cartao p {
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
}

.abaixo-cartao a {
    color: #bd7131;
}

.botao-webapp {
    background: #11263a;
    color: white;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    border-radius: 10px;
}

#dados-cartao {
    margin-top: 30px;
}

.bandeiras-cartao {
    margin: 20px 0;
    padding: 0 25px;
}

.imagem-upselling {
    min-height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.efeito {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.55);
    z-index: 0;
}

.imagem-upselling h2, .imagem-upselling h3 {
    position: relative;
}

.item h2 {
    font-size: 17px;
    color: #bd7131;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}

.item h3 {
    font-size: 15px;
    color: #414141;
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px;
}

.item p {
    font-size: 14px;
    color: #414141;
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 120%;
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


    .pretty.p-switch .state:before {
        content: '';
        border: 1px solid #bdc3c7;
        border-radius: 60px;
        width: 4em;
        box-sizing: unset;
        height: calc(2em + 2px);
        position: absolute;
        top: 0;
        /*top: calc((0% - (100% - 1em)) - 16%);*/
        z-index: 0;
        transition: all .5s ease;
    }

    .pretty.p-switch .state label {
        align-items: center;
        justify-content: center;
        min-height: calc(2em + 8px);
        width: 100%;
        display: flex;
        text-indent: 0;
        padding-left: 4.5rem;
    }

    .pretty .state label:after, .pretty .state label:before {
        content: '';
        width: calc(2em + 2px);
        height: calc(2em + 2px);
        display: block;
        box-sizing: border-box;
        border-radius: 0;
        border: 1px solid transparent;
        z-index: 0;
        position: absolute;
        left: 0;
        top: calc((0% - (100% - 1em)) - 8%);
        background-color: transparent;
    }


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.pretty label {
    font-size: 16px;
}

.pretty.p-switch input:checked ~ .state:before {
    border-color: #c07232;
}

.switch-form.pretty label {
    font-size: 14px;
    padding-left: 10px;
    line-height: 16px;
}

.pretty.aceitesmall input {
    width: 50% !important;
}

.pretty .state label:before,
.pretty .state label:after {
    font-size: 16px;
}

.pretty.p-switch input:checked ~ .state label:after {
    background-color: #c07232 !important;
    left: 2em;
}

.cartao.upselling {
    padding: 20px;
}

.botao-stepper {
    background: #c07232;
    height: 45px;
    width: 100%;
    display: block;
    color: white;
    font-size: 28px;
}

    .botao-stepper.menos {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .botao-stepper.mais {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.js-stepper {
    height: 45px !important;
    text-align: center;
    box-shadow: none !important;
    border-color: #c07232 !important;
    margin: 0;
    border-top: 1px solid #c07232 !important;
}

.cartao.upselling {
    padding: 20px;
    margin-bottom: 30px;
}

h1 {
    color: white;
    font-size: 23px;
    margin: 0 0 30px;
    text-align: center;
}

.switch-form {
    margin-bottom: 20px;
}

.titulo-tabela {
    display: block;
    background: #c07232;
    padding: 10px;
    color: white;
    margin-top: 20px;
    font-weight: bold;
    font-size: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.tabela-upselling {
    border: 1px solid #c07232;
    font-size: 14px;
    margin-bottom: 30px;
}

    .tabela-upselling th:nth-child(1) {
        width: 65%;
    }

    .tabela-upselling th:nth-child(2) {
        width: 15%;
    }

    .tabela-upselling th:nth-child(3) {
        width: 20%;
    }

.obrigatorio {
    color: #d14443;
    margin-top: 5px;
    font-size: small;
}

.voltar a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.voltar i {
    font-size: 21px;
    display: inline-block;
    margin-right: 4px;
}


.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    min-height: 200px; /**/
    /*border: 1px solid #e8e8e8;*/
    /*	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
	border-radius: 4px;
	padding: 16px;*/
}

    .signature-pad::before,
    .signature-pad::after {
        position: absolute;
        z-index: -1;
        content: "";
        width: 40%;
        height: 10px;
        bottom: 10px;
        background: transparent;
        /*		box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);*/
    }

    .signature-pad::before {
        left: 20px;
        -webkit-transform: skew(-3deg) rotate(-3deg);
        transform: skew(-3deg) rotate(-3deg);
    }

    .signature-pad::after {
        right: 20px;
        -webkit-transform: skew(3deg) rotate(3deg);
        transform: skew(3deg) rotate(3deg);
    }

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
    /*	font-size: 10px;*/
}

    .signature-pad--body canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
    font-size: 12px;
}

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}



#container-upsell .titulo-categoria {
    background: #c07232 url(images/setinha-menu.png) no-repeat 98% center;
    color: white;
    font-size: 13px;
    text-align: left;
    padding: 10px 10px !important;
    transition: all 0.4s;
    margin-top: 10px;
    position: relative;
    background-size: 23px;
    z-index: 9999;
}

#container-upsell .accordion-navigation.active .titulo-categoria {
    background: #c07232 url(images/seta-cima.png) no-repeat 98% center;
}

#container-upsell .content {
    padding: 20px;
    margin-bottom: 30px;
    /*margin-bottom: 40px;*/
    height: auto !important;
}

#container-upsell .titulo-tabela {
    background: transparent;
}

.pnlQtd {
    width: 50%;
}


/* PRETTY CHECKBOX MULTI LINE */

/* Pretty checkbox overrides - https://github.com/lokesh-coder/pretty-checkbox/issues/25 */

.pretty {
    white-space: normal;
    /*width: 100%;*/
}



    .pretty .state label:after, .pretty .state label:before, .pretty.p-icon .state .icon, .pretty.p-svg .state .svg {
        top: 0 !important;
    }

    .pretty.p-switch .state label.multiplasLinhas {
        display: inline-block;
        text-indent: 0;
        padding-left: 4.5rem;
    }


.modalBackground {
    background-color: #03213b;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modal-inside input {
    width: 100%;
}


.popup-modal {
    padding: 0 40px;
    overflow-y: auto;
    overflow-x: auto;
    min-width: 50%;
    max-width: 100%;
    max-height: 90%;
}

    .popup-modal h3 {
        color: rgb(22, 21, 19);
        font-size: 21px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        margin: 20px 0 0;
    }
