@import url('https://fonts.googleapis.com/css2?family=Calistoga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

body {
    font-size: 16px;
    font-family: Fustat, Roboto, Arial, Tahoma;
    font-weight: 500 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Calistoga, Roboto, Arial, Tahoma;
    font-weight: 400 !important;
}

h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
    font-family: Fustat, Roboto, Arial, Tahoma;
}

.form-group.captcha {
    background-color: #cccccc;
    border-radius: 4px;
    padding: 2px;
}

a {
    color: #4a55e0;
}

.btn-primary {
    background-color: #4a55e0;
    border-color: #4a55e0;
}

.btn-primary.btn-link {
    background-color: transparent;
    border-color: transparent;
}

body.app {
    overflow: hidden;
}

body.landing-page {
    box-shadow: inset 2px 100px 50px -60px rgba(74, 86, 224, 0.5);
}

.material-symbols-outlined {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
}

.grecaptcha-badge {
    display: none !important;
}

img.pagamentos {
    max-width: 100%;
}

pre {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

select {
    background-color: #FFF;
}

input.valor-prod {
    width: 120px;
}

.grecaptcha-badge {
    z-index: 10;
}

.tour-overlay {
	display: none;
	background: #000;
	opacity: 0.5;
	z-index: 9997;
	position: fixed;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tour-highlight {
    position: relative;
	background-color: #FFF;
	z-index: 9998 !important;
    box-shadow: 0px 0px 7px 7px #fff !important;
}

.tourbus-leg {
    max-width: 400px;
    text-align: center;
}

.modal-body #produtos .sel-produtos {
    background-color: #f5f5f5;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
}

.panel-default.opcoes-modal {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

.panel-default.opcoes-modal .panel-heading {
    color: #333;
    border: none;
    background: none;
    padding: 0;
    text-align: right;
}

.panel-default.opcoes-modal .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.open>.dropdown-menu {
    max-width: 64vw;
    max-height: 70vh;
    overflow: auto;
}

.area-admin {
    background-color: #E2E2E2;
    padding: 15px;
    border-radius: 5px;
    border: 1px dotted #724530;
}

.area-admin h3 {
    margin-top: 0;
}

.area-admin .table-responsive {
    max-height: 274px;
    overflow-y: auto;
}

.area-admin table {
    background-color: #FFF;
    margin-bottom: 0;
}

div.form-inline {
    display: flex;
    gap: 5px;
}

div.form-inline .form-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

div.form-inline .form-group label {
    font-weight: normal;
    font-size: 11px;
    margin: 0;
}

.center {
    text-align: center;
}

.label {
    font-size: 60%;
    vertical-align: middle;
}

.navbar, .footer {
    padding: 15px;
    background: #FFF;
    border-radius: 0;
    box-shadow: 2px 100px 50px 100px rgba(74, 86, 224, 0.5);
}

body.landing-page .navbar {
    background: none;
    margin-bottom: -40px;
    z-index: 1;
    box-shadow: none;
}

body.app .navbar {
    margin-bottom: 0;
    height: 85px;
    background: #e2e2e2;
}

body.app .footer {
    display: none;
}

.container {
    position: relative;
}

.container #notificacoes {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    z-index: 99;
    overflow-y: auto;
    background-color: #fcf8e3;
    padding: 12px;
    display: none;
}

.container #notificacoes:before {
    content: '';
    position: fixed;
    top: 0;
    right: 250px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .75);
}

.container #notificacoes a.fechar {
    position: fixed;
    top: 0;
    right: 248px;
    color: #FFF;
    font-size: 20pt;
}

.container #notificacoes h3 {
    margin-top: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}

.container #notificacoes ul {
    list-style: none;
    padding: 0;
}

.container #notificacoes li {
    padding-top: 12px;
    border-top: 1px solid #CCC;
    margin-bottom: 12px;
    font-size: 12px;
}

.container #notificacoes li .label {
    font-size: 10px;
}

body.app .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.form-group {
    position: relative;
}

.modal-content .bloco-importante {
    background-color: #e6e6e6;
    padding: 15px;
    border-radius: 5px;
}

.modal-footer .acoes {
    display: flex;
    justify-content: space-between;
}

.modal-footer .acoes .secundarias a {
    color: silver;
    display: flex;
    gap: 9px;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

#loading.reload {
    background-color: rgba(255,255,255,0.7);
}

#loading.open {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#loading img {
    max-width: 200px;
}

.footer {
    margin-top: 50px;
    padding-top: 45px;
    padding-bottom: 85px;
}

.footer .matie {
    text-align: right;
}

.footer .matie img {
    max-height: 40px;
}

.footer hr {
    border-color: #337ab7;
}

#lgpd {
    background-color: #000;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    padding: 15px;
    color: #FFF;
    text-align: center;
    display: none;
}

.navbar .container .row {
    display: flex;
}

body.landing-page .navbar .container .row {
    justify-content: center;
    text-align: center;
}

.navbar img {
    max-width: 100%;
    max-height: 60px;
}

body.landing-page .navbar img {
    max-height: 35px;
}

body.app .navbar img {
    max-height: 44px;
    margin-bottom: 10px;
}

.navbar .acao {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

body.landing-page .navbar .acao {
    display: none;
}

.navbar .acao #btn-notificacoes {
    color: #000;
    display: flex;
    align-items: center;
}

.navbar .acao #btn-notificacoes:hover {
    text-decoration: none;
}

.navbar .acao #detalhes-conta {
    padding: 5px 0 0;
}

.navbar .acao #detalhes-conta li {
    padding: 0px 19px;
}

.navbar .acao #btn-saldo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.home {
    text-align: center;
}

.home hr {
    margin: 0;
    border-color: #337ab7;
}

.home .chamada-home {    
    padding: 50px 50px 260px;
    margin: 50px 10px;
    background-color: #fcf8e3;
    background-image: url(imagens/img-chamada.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

body.landing-page .home .chamada-home {    
    padding: 50px;
    background-color: #4a56e0;
    color: #FFF;
    background-blend-mode: soft-light;
}

.home .chamada-home.pro {
    background-image: none;
    padding: 50px;
}

.home .chamada-home img {
    width: 130%;
    margin-left: -15%;
    margin-top: 20px;
    margin-bottom: 15px;
}

.home .chamada-home h1 {
    font-size: 71px;
    font-weight: 700;
    margin: 0;
}

.home .chamada-home h2 {
    font-size: 44px;
    font-weight: 100;
    margin: 0;
}

.home .chamada-home .ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.home .chamada-home .ctas .btn {   
    padding: 20px 40px;
    box-shadow: 0 0 20px 9px #FFF;
}

.home .chamada-home:hover .btn {
    animation: waggle 1s 0s forwards ease-out;    
}

.home .chamada-home.pro .ctas .btn {
    margin-top: 0;
}

.home .chamada-home .ctas #exemplo-hero {
    position: relative;
}

.home .chamada-home .ctas #exemplo-hero label {
    position: absolute;
    margin: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #FFF;
}

.home .chamada-home .ctas #exemplo-hero select {
    width: fit-content;
    height: 67px;
}

.home .chamada-home .ctas #exemplo-hero select option:first-child {
    font-weight: 700;
}

.home .educacao {
    text-align: left;
    padding: 15px 50px;
    margin: 50px 0;
}

.home .beneficios {
    padding: 50px;
    margin: 50px 10px;
}

.home .beneficios h2 {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 50px;
}

.home .beneficios .listBeneficios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home .beneficios .beneficio {
    width: 40%;
    margin: 25px 5%;
    text-align: center;
}

.home .beneficios .beneficio img {
    width: 76px;
    height: auto;
    margin-bottom: 15px;
}

.home .beneficios .beneficio p {
    font-size: 18px;
    line-height: 27px;
    max-width: 500px;
    margin: 0 auto;
}

.home .beneficios .beneficio p span {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #337ab7;
}

.home .beneficios a {
    margin-top: 30px;
}

.home .como-funciona {
    padding: 50px;
    margin: 50px 10px;
    background-color: #fcf8e3;
}

.home .como-funciona h2 {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 50px;
}

.home .como-funciona .passos {
    display: flex;
    flex-wrap: wrap;
}

.home .como-funciona .passo {
    width: 46%;
    margin: 15px 2%;
}

.home .como-funciona .passo img {
    width: 76px;
    height: auto;
    margin-bottom: 15px;
}

.home .como-funciona .passo p {
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
}

.home .como-funciona .passo p span {
    font-size: 26px;
    font-weight: 700;
    margin-right: 15px;
    color: #337ab7;
    float: left;
}

.home .como-funciona a {
    margin-top: 30px;
}

.home .exemplos {
    padding: 50px;
    margin: 50px 10px;
    background-color: #fcf8e3;
}

.home .exemplos h2 {
    font-size: 44px;
    font-weight: 700;
    margin:50px 0;
}

.home .exemplos h2 {
    margin-top: 0;
}

.home .exemplos ul {
    padding: 0;
    margin: 0;
    list-style: circle;
    text-align: left;
    columns: 2;
}

.home .exemplos ul li {
    margin: 8px 0;
}

.home .exemplos ul li:first-of-type {
    margin-top: 0;
}

.home .exemplos img {
    max-width: 100%;
}

body.landing-page .home .lista {
    margin: 0 -5px;
}

body.landing-page .home table th {    
    background-color: #E2E2E2;
}

body.landing-page .home table td {
    text-align: left;
    vertical-align: middle;
}

body.landing-page .home table img {
    height: 60px;
}

.alterar-conta .exclusao {
    background-color: #e6d4d4;
    padding: 15px;
    border-radius: 5px;
    margin-top: 30px;
}

.alterar-conta .exclusao hr {
    margin: 5px 0 16px;
}

.alterar-conta .exclusao p {
    margin: 0px;
}

.alterar-conta .exclusao a {
    color: #d9534f;
}

.form-login, .form-conta {
    background-color: #e6e6e6;
    padding: 30px;
    border-radius: 5px;
}

.alterar-conta .form-conta {
    margin: 30px 0 0;
}

.login .nova-conta {
    padding: 30px;
    margin: 50px 0;
    text-align: center;
}

.login .nova-conta a {
    margin: 15px 0;
}

#form-dados-lista .sel-produtos {
    columns: 2;
}

#form-dados-lista .sel-produtos .checkbox {
    margin-top: 0;
}

.minhas-listas .listas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.minhas-listas .sem-listas {
    text-align: center;
    padding: 50px 0;
    color: #949494;
}

.minhas-listas .listas #dados-listas {
    max-width: 100%;
}

.minhas-listas .listas #navegacao-listas {
    text-align: right;
}

.minhas-listas .listas .lista {
    position: relative;
    display: flex;
    width: 100%;
    margin: 15px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.minhas-listas .listas .lista a:hover {
    text-decoration: none;
}

.minhas-listas .listas .lista .dados {
    padding: 30px;
    width: 100%;
}

.minhas-listas .listas .lista .dados:first-of-type {
    background-color: #f5f5f5;
    width: 480px;
}

.minhas-listas .listas .lista .dados:first-of-type .numeros {
    margin: 10px 0 25px;
}

.minhas-listas .listas .lista .dados p.link {
    background-color: #fcf8e3;
    padding: 5px 0 3px;
    text-align: center;
    border-radius: 6px;
    margin: 0;
}

.minhas-listas .listas .lista .dados .dados-valores-topo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.minhas-listas .listas .lista .dados .dados-valores-topo span {
    color: silver;
}

.minhas-listas .listas .lista .dados h2 {
    margin-top: 0;
}

.minhas-listas .listas .lista .dados .table-responsive {
    max-height: 320px;
}

.minhas-listas .listas .lista .dados .table {
    margin-bottom: 0;
}

.minhas-listas .acoes {
    text-align: center;
}

.meus-repasses .sem-repasses {
    text-align: center;
    padding: 50px 0;
    color: #949494;
}

.meus-repasses .repasses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.meus-repasses .repasses .table-responsive {
    width: 100%;
}

.meus-repasses .acoes {
    text-align: center;
}

.top-aplicacao {
    background: #FFF;
    padding: 18px 0;
    flex: none;
}

.top-aplicacao .row {
    display: flex;
    justify-content: space-between;
}

.top-aplicacao .breadcrumb-lista {
    width: 100%;
    margin-top: -30px;
}

.top-aplicacao .breadcrumb-lista h4 {
    font-family: Fustat, Roboto, Arial, Tahoma;
    font-size: 14px;
}

.top-aplicacao h4.breadcrumb {
    display: table;
    font-family: Fustat, Roboto, Arial, Tahoma;
    font-size: 14px;
    margin-top: -30px;
    margin-left: -7px;
    background-color: #FFF;
    padding: 7px 7px 2px;
    border-radius: 4px;
}

.top-aplicacao .btn-aplicacao {
    height: 34px;
    padding-top: 7px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: space-between;
}

.top-aplicacao #acoes {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -30px;
    padding-right: 12px;
    gap: 5px;
}

.top-aplicacao #info-save {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    width: 160px;
    gap: 5px;
}

#form-config .config-prod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 34px;
}

#form-config .produtos table tr:last-of-type {
    background-color: #FFF !important;
}

#form-config #busca-novo-produto, #form-config #add-novo-produto {
    display: none;
}

#form-config #busca-novo-produto ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#form-config #busca-novo-produto ul li {    
    padding: 4px 6px 2px;
}

#form-config #busca-novo-produto ul li:not(.fixa) {
    border-bottom: 1px solid #E2E2E2;
}

#form-config #busca-novo-produto ul li a {
    cursor: pointer;
}

#form-config #search-select-filtered-options {
    columns: 3;
}

#form-config #add-novo-produto input#add-novo-produto-nome {
    width: 100%;
}

#form-config #add-novo-produto input#add-novo-produto-valor {
    width: 120px;
}

.produto .thumb-img-prod {
    display: inline;
    position: relative;
    margin-left: 3px;
}

.produto .thumb-img-prod.editavel:after {
    content: 'Clique na foto para editar';
    position: absolute;
    width: 120px;
    text-align: center;
    bottom: -36px;
    right: -110px;
    z-index: 9999;
    background-color: #337ab7;
    color: #FFF;
    padding: 2px 2px 0;
    font-size: x-small;
    border-radius: 6px;    
    display: none;
}

.produto .thumb-img-prod.editavel:hover:after {
    display: block;
}

.produto .thumb-img-prod span {
    color: #BEBEBE;
}

.produto .thumb-img-prod.editavel span {
    color: #337ab7;
}

.produto .thumb-img-prod img {
    position: absolute;
    z-index: 9999;
    width: 100px;
    height: auto;
    top: -40px;
    left: 100%;
    box-shadow: 0 0 10px #000;
    border-radius: 8px;
    cursor: pointer;
    display: none;
}

.produto .thumb-img-prod:hover img {
    display: block;
}

.produto .thumb-img-prod:not(.editavel) img {
    pointer-events: none;
}

.destaque-link-publico {
    background-color: #fcf8e3;
    padding: 0 0 20px;
    margin-top: 13px;
    border-radius: 12px;
}

body.app .aplicacao {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.aplicacao-content .sem-historicos {
    text-align: center;
    padding: 50px 0;
    color: #949494;
}

.politica-termos, .minhas-listas, .meus-repasses, .aplicacao, .alterar-conta, .carrinho, .faq, .docsApi {
    background-color: #FFF;
    margin-top: 30px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 20px 20px #FFF;
}

.login, .criar-conta, .recuperar-senha, .minhas-listas, .meus-repasses, .aplicacao, .faq, .docsApi {
    min-height: 70vh;
}

p.chamada-tutorial {
    background-color: #eaeaea;
    padding: 5px 10px;
    border-radius: 5px;
}

p.chamada-tutorial a span {
    color: red;
}

@keyframes waggle {
    0% {
      transform: none;
    }
    50% {
      transform: rotateZ(-20deg) scale(1.2);
    }
    60% {
      transform: rotateZ(25deg) scale(1.2);
    }
    67.5% {
      transform: rotateZ(-15deg) scale(1.2);
    }
    75% {
      transform: rotateZ(15deg) scale(1.2);
    }
    82.5% {
      transform: rotateZ(-12deg) scale(1.2);
    }
    85% {
      transform: rotateZ(0) scale(1.2);
    }
    100% {
      transform: rotateZ(0) scale(1);
    }
}

@media screen and (max-width : 1199px) {

    .home .chamada-home {    
        padding-bottom: 220px;
    }

}

@media screen and (max-width : 991px) {

    .home .chamada-home {    
        padding-bottom: 176px;
    }

    .home .beneficios h2 br {
        display: none;
    }

    .home .beneficios .beneficio {
        width: 100%;
    }

    .home .como-funciona .passo p {
        text-align: center;
    } 

    .home .exemplos img {
        margin-top: 30px;
    }

    .footer .col-md-7 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer .col-md-7 br {
        display: none;
    }

    .minhas-listas .listas .lista {
        width: 100%;
        margin: 0 0 3% 0;
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media screen and (max-width : 830px) {

    .top-aplicacao #acoes .material-symbols-outlined {
        width: 13px;
        height: 13px;
        font-size: 13px;
        line-height: 13px;
    }

    .top-aplicacao #acoes .btn-aplicacao {
        padding: 5px 8px;
        height: auto;
    }
    
}

@media screen and (max-width : 767px) {

    body.app .top-aplicacao {
        padding-right: 20px;
    }

    body.app .top-aplicacao .row {
        display: flex;
    }

    body.app .aplicacao {
        padding-left: 20px !important;
    }

    .produto .thumb-img-prod img {
        width: 80px;
        top: -32px;
        left: -50%;
    }

}

@media screen and (max-width: 660px) {

    .home .exemplos .conteudo {
        width: 46%;
    }

}

@media screen and (max-width : 600px) {

    .dropdown-menu-left-mobile {
        right: auto !important;
        left: 0 !important;
    }

    .home .chamada-home, .home .beneficios, .home .blogs, .home .exemplos, .home .como-funciona {
        padding: 30px;
    }

    .home .chamada-home {    
        padding-bottom: 144px;
    }

    .home .chamada-home h1 {
        font-size: 48px;
    }

    .home .chamada-home h2, .home .beneficios h2, .home .blogs h2, .home .exemplos h2, .home .como-funciona h2, .home .recursos-adicionais h2 {
        font-size: 33px;
    }

    .home .beneficios, .home .blogs, .home .exemplos, .home .como-funciona, .home .recursos-adicionais {
        padding: 50px 0;
    }

    .home .beneficios .beneficio, .home .blogs .blog, .home .como-funciona .passo, .home .recursos-adicionais .recurso {
        width: 100%;
    }

    .home .como-funciona iframe {
        display: none;
    }

    .home .exemplos ul {
        columns: 1;
        padding: revert;
    }
    
    .politica-termos, .aplicacao, .alterar-conta, .busca-participante, .carrinho, .sucesso, .faq, .docsApi {
        padding: inherit;
    }

}

@media screen and (max-width : 580px) {

    .navbar img {
        margin: 0 auto;
    }

    .navbar .container .row {
        display: block;
        text-align: center;
    }

    .navbar .col {
        width: 100%;
    }

    .navbar .acao {
        justify-content: center;
        margin-top: 15px;
    }    

    body.app .navbar .acao {
        display: none;
    }

    body.app .top-aplicacao .row {
        flex-direction: column;
        align-items: center;
    }

    body.app .top-aplicacao .row .col-xs-8, body.app .top-aplicacao .row .col-xs-4 {
        width: 100%;
    }

    body.app .top-aplicacao #acoes {
        margin-bottom: auto;
    }

    #form-dados-lista .sel-produtos {
        columns: 1;
    }
    
}

@media screen and (max-width : 550px) {

    .modal-footer .acoes .secundarias {
        opacity: 0;
        width: 0;
    }   

}

@media screen and (max-width : 450px) {

    .home .chamada-home, .home .como-funciona {
        padding: 30px 15px 60px;
    }

    .home .educacao {
        padding: 0;
        margin: 0;
    }
    
}

@media screen and (max-width : 400px) {
    
    .navbar .container {
        display: block;
    }

    .home .chamada-home h1 {
        font-size: 40px;
    }

    .home .chamada-home h2 {
        font-size: 25px;
    }
    
}