﻿input, select {
    border: 1px solid #C3C3C3;
}

.campo_telefone {
    width: 160px;
    display: inline;
    text-align: center;
    font-size: 14px;
}

.menu-label-container {
    position: fixed;
    right: 60px;
    margin-top: 18px;
    width: 150px;
}

.menu-label-text {
    color: #FFF;
    background: rgba(51, 51, 51, 0.5);
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
}

.menu-label-arrow {
    display: table-cell !important;
    vertical-align: middle;
    color: #333;
    opacity: 0.5;
    font-size: 10px;
}

.menu-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    right: 30px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
}

.menu-float img {
    width: 36px;
    padding-top: 15px;
}

.menu-float-ul {
    position: fixed;
    right: 0px;
    padding-bottom: 20px;
    bottom: 80px;
    z-index: 100;
}

.menu-float-ul li {
    list-style: none;
    margin-bottom: 10px;
}

.menu-float-ul li a {
    background-color: #F33;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    width: 60px;
    height: 60px;
    display: block;
}

.menu-float-ul:hover {
    visibility: visible !important;
    opacity: 1 !important;
}


.my-float {
    font-size: 24px;
    margin-top: 18px;
}

a#menu-share+ul {
    visibility: hidden;
}

a#menu-share:hover+ul {
    visibility: visible;
    animation: scale-in 0.5s;
}

a#menu-share i {
    animation: rotate-in 0.5s;
}

a#menu-share:hover>i {
    animation: rotate-out 0.5s;
}

a.menu-rotate:hover+ul {
    visibility: visible;
    animation: scale-in 0.5s;
}

a.menu-rotate i {
    animation: rotate-in 0.5s;
}

a.menu-rotate:hover>i {
    animation: rotate-out 0.5s;
}


a#menu-share img {
    animation: scale-in 0.5s;
}

@keyframes bot-to-top {
    0% {
        bottom: -40px
    }

    50% {
        bottom: 40px
    }
}

@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-out {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes rotate-in {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

#SenhaForcaBox {
    background: #fff;
    border: 1px solid #D5CEC8;
    display: none;
    float: left;
    padding: 10px;
    position: absolute;
    z-index: 99;
    text-align: left;
}

#SenhaInfo ul {
    list-style-type: disc;
    margin: 5px 0px 0px 17px;
    padding: 0;
}

#SenhaInfo ul li.valid {
    color: #00AA22;
}

/*#SenhaInfo ul li.invalid {
    color: #F51134;
}*/

#SenhaForca {
    display: block;
    height: 5px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.Forca-0 {
    background: none;
    width: 0px;
}

.Forca-1 {
    background: none repeat scroll 0 0 #F51134;
    width: 5%;
}

.Forca-2 {
    background: none repeat scroll 0 0 #F51134;
    width: 25%;
}

.Forca-3 {
    background: none repeat scroll 0 0 #FF9D00;
    width: 50%;
}

.Forca-4 {
    background: none repeat scroll 0 0 #FF9D00;
    width: 75%;
}

.Forca-5 {
    background: none repeat scroll 0 0 #00AA22;
    width: 100%;
}

.cartao_logo_clube {
    padding-bottom: 20px;
    width: 49%;
    float: left;
}

.cartao_box {
    padding: 10px !important;
    min-height: 200px !important;
    border: 2px solid #aaa !important;
    border-radius: 20px;
}

@media (min-width: 480px) {
    .cartao_box {
        width: 400px;
    }
}

@media (max-width: 480px) {

    .cartao_logo_clube,
    .cartao_nome {
        width: 100% !important;
        float: none !important;
        text-align: center;
    }
}


.cartao_nome {
    width: 100%;
    padding-bottom: 10px;
}

.cartao_nome p {
    font-size: 14px !important;
    margin: 0px !important;
}

.cartao_codigo {

    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.termo_experiencia {
    font-size: 11px;
    text-align: left;
    height: 250px;
    overflow: auto;
    margin-bottom: 15px;
}

.termo_experiencia p {
    line-height: normal !important;
}

.termo_experiencia h3 {
    font-size: 13px;
    text-align: center;
    font-weight: bold !important;
    line-height: normal !important;
}

.termo_experiencia ul {
    list-style-type: disc !important;
    padding-left: 15px;
    padding-bottom: 10px;
}

.form-texto {
    margin-bottom: 10px !important;
}

.form-token {
    display: inline;
    width: 35px;
    height: 35px;
    padding: 10px;
    font-size: 22px;
    text-align: center;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-button {
    margin-top: 15px;
}

.mesma-linha {
    display: inline-block;
}

.nav-pills>li {
    opacity: 0.7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    color: #fff;
}

.box_localizacao {
    position: absolute;
    bottom: 5px;
    width: 100%;
    padding-right: 32px;
    font-weight: 600;
    text-align: center;
    color: #323a45;
}

.nav-pills>li>a,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
    color: #fff !important;
}

.nav-pills>li.active {
    opacity: 1 !important;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}

/* TELA VOUCHER */
.voucher_codigo {
    text-align: left;
}

.voucher_codigo h4 {
    margin: 0px;
}

.voucher_validade {
    font-size: 12px;
}

.voucher_endereco {
    width: 300px;
    text-align: left;
}

.voucher_borda {
    border: 1px solid #ccc;
    margin-top: 20px;
    background-color: #fff;
}

/* CONFIRMAÇÃO RESGATE*/

.resumo_titulo {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.resumo_botao {
    float: right;
    padding: 10px;
}

.resumo_texto {
    padding: 12px 0px 0px 10px;
    margin-top: -5px;
}

.resumo_texto p {
    line-height: 18px;
    font-weight: 600;
}

.resumo_texto_confirmacao {
    line-height: 14px;
    padding: 10px 0px 10px 10px;
}


/* MENU */

.text-bold {
    font-weight: bold;
}

.fa-18px {
    font-size: 18px;
    width: 18px;
    height: 20px;
    text-align: center;
}

.dropdown-menu {
    top: 55px !important;
    /*padding-bottom: 1px !important;*/
    width: auto;
    left: auto;
}

.bootstrap-select .dropdown-menu {
    padding-bottom: 15px !important;
}

.megamenu .dropdown-menu {
    background: #FFF !important;
    border: 0 !important;
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    min-width: 220px;
    margin-left: -172px !important;
    border-radius: 15px !important;
}

@media (max-height: 850px) {
    .megamenu .dropdown-menu {
        overflow: auto;
        height: calc(100vh - 80px);
    }
}

.dropdown-menu.has-submenu.central {
    height: auto !important;
}

.megamenu .dropdown-menu li {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 2px;
}

.megamenu .dropdown-menu li i {
    float: left;
    font-size: 20px;
}

.megamenu .dropdown-menu li a {
    text-transform: none !important;
}

.megamenu .dropdown-menu li:first-child {
    padding-top: 5px;
}

.megamenu .dropdown-menu li:last-child {
    border-bottom: none !important;
}

.megamenu .dropdown-menu .engrenagem {
    margin-right: 5px;
}

.megamenu .navbar-nav > li > .dropdown-menu a {
    padding: 8px 15px;
}

.text-menu-icon {
    display: -webkit-box;
    padding-top: 2px;
    font-size: 12px;
    font-weight: 100;
}

.texto-visualizar {
    font-family: 'Azeret Mono', sans-serif !important;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    vertical-align: middle;
    padding: 20px 18px 15px 18px;
    text-transform: none;
}

.megamenu .navbar-nav ul img {
    float: left;
    padding-right: 10px;
    margin-top: -1px;
}

.central img {
    margin-top: 7px !important;
}

.central li {
    padding: 8px 15px;
    text-transform: none;
    padding-bottom: 10px !important;
}

@media (max-width: 767px) {
    .dropdown-menu {
        float: none !important;
        margin-left: 0;
    }

    .megamenu .dropdown .dropdown-menu li a {
        color: #1B1C28 !important;
    }

    .megamenu .dropdown-menu {
        background-color: inherit !important;
    }

    .megamenu .dropdown-menu {
        border: 0px !important;
    }

    .megamenu .dropdown-menu li {
        border-bottom: 1px solid #ddd;
        padding: 5px 0px 5px 0px;
    }

    .megamenu .dropdown-menu li:last-child {
        border-bottom: 1px solid #ddd !important;
    }

}

.text-moeda {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    display: inline;
    text-transform: none;
}

.text-nome {
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    padding-top: 5px;
}

.text-moeda-topo {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    display: inline;
    text-transform: none;
}

.text-nome-topo {
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    padding-top: 5px;
}

.text-nome-margem {
    padding-top: 0px !important;
    margin-top: -5px !important;
}

.opacidade {
    opacity: 0.7;
}

.box_cidade {
    max-height: 180px;
    overflow: auto;
}

.box_cidade form label {
    width: 100%;
}

.color-gray3 {
    color: #C3C6D1 !important;
}

.troca-clube {
    width: calc(100% - 365px);
    float: left;
    left: 230px;
    position: fixed;
    padding: 20px 0px 0px 50px;
    z-index: 1035;
}

.troca-clube .dropdown-menu {
    margin-left: 0px !important;
}

.troca-clube a {
    font-weight: 100 !important;
}

@media (max-width: 770px) {
    .troca-clube{
        display: none;
    }
}

/* BARRA DE ROLAGEM */

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
	background-color: #F5F5F5;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #F5F5F5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #CCC;
    border: 1px solid #CCC;
    border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #CCC;
}

/*HOME*/
.home_banner {
    margin-top: -25px;
}

.banner_destaque_home {
    width: 100%;
    height: 200px;
}

.home_titulo {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.home_ver_mais {
    float: right;
}

.beneficio-home {
    min-height: 200px !important;
    background: #fff;
    padding: 5px 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.beneficio-home-title {
    overflow: hidden;
    height: 55px;
    line-height: 18px !important;
}

.cashback-home {
    min-height: 270px !important;
    background: #fff;
    padding: 5px 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.box-home {
    min-height: 292px;
    margin-bottom: 20px;
    background-color: #fff;
    display: block;
    padding: 0;
    border: 1px solid #ccc;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-box-shadow: 0 1px 1px #ddd;
    -moz-box-shadow: 0 1px 1px #ddd;
    box-shadow: 0 1px 1px #ddd;
}

.box-home .titulo {
    font-size: 21px;
    padding: 10px;
    font-weight: 600;
    text-align: center;
}

.box-home .nome {
    font-size: 18px;
    padding: 10px;
    overflow: hidden;
    height: 40px;
}

.box-home .descricao {
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    font-weight: 600;
    overflow: hidden;
    height: 25px;
}

.box-home .localizacao {
    font-size: 15px;
    padding: 0px 10px 0px 10px;
}

.box-home-logo {
    height: 150px !important;
    overflow: hidden;
}

.box-home:hover .logo {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.box-home-logo .logo {
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.text_home {
    font-size: 80px;
    padding-bottom: 20px;
    text-transform: uppercase;
    line-height: 100px;
    font-weight: 600 !important;

}

.text_home_subtitulo {
    font-size: 30px;
    padding-bottom: 20px;
    line-height: 40px;

}

@media (max-width: 600px) {
    .text_home {
        line-height: 45px;
        font-size: 40px;
    }

    .text_home_subtitulo {
        font-size: 20px;
        line-height: 30px;
    }
}

.experiencia-detalhes .borda {
    padding: 5px !important;
    min-height: 50px !important;
    border: 1px solid #eee;
    margin-right: 10px;
}

.experiencia-detalhes .col-md-4 {
    padding: 0px !important;
}


@media(max-width:992px) {
    .box-campanha {
        height: 370px;
    }
}


.box-campanha {
    min-height: 330px;
    margin-bottom: 20px;
    background-color: #fff;
    display: block;
    padding: 0;
    border: 1px solid #ccc;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px #ddd;
    -moz-box-shadow: 0 1px 1px #ddd;
    box-shadow: 0 1px 1px #ddd;
}


.box-campanha:hover {
    -webkit-box-shadow: 0 0 40px #ddd;
    -moz-box-shadow: 0 0 40px #ddd;
    box-shadow: 0 0 40px #ddd;
}

.box-campanha-header {
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 300px !important;
    overflow: hidden;
}

.box-campanha:hover .logo {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.box-campanha-header .logo {
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.box-campanha .box-campanha-body {
    padding: 5px 10px 0 10px;
    background: transparent;
    float: left;
    width: 100%;
    height: 210px;
    padding-bottom: 0;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.box-campanha .box-campanha-body p {
    margin-bottom: 5px;
    height: 70%;
    overflow: hidden;
    line-height: 18px;
}

.box-campanha .box-campanha-body h4 {
    height: 45px;
    display: inline-block;
    overflow: hidden;
    line-height: 22px;
    margin: 3px 0px 3px 0px !important;
}

/* box-experiencia */
.box-experiencia {
    min-height: 365px;
    margin-bottom: 20px;
    background-color: #fff;
    display: block;
    padding: 0;
    border: 1px solid #ccc;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px #ddd;
    -moz-box-shadow: 0 1px 1px #ddd;
    box-shadow: 0 1px 1px #ddd;
}

.box-experiencia .shop-label-custon {
    position: absolute;
    z-index: 1;
    top: 0px;
    margin-right: 20px;
}

@media(max-width: 1200px) and (min-width: 992px) {
    .box-experiencia .shop-label-custon {
        width: 195px;
    }
}


.box-experiencia:hover {
    -webkit-box-shadow: 0 0 40px #ddd;
    -moz-box-shadow: 0 0 40px #ddd;
    box-shadow: 0 0 40px #ddd;
}

.box-experiencia-header {
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 150px !important;
    overflow: hidden;
}

.box-experiencia:hover .logo {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.box-experiencia-header .logo {
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.box-experiencia-attrib {
    height: 50px;
    padding: 8px 8px;
    font-family: 'Open Sans', sans-serif;
}

.experiencia-author-photo {
    width: 60px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    box-shadow: 0 1px 2px #ddd;
    position: absolute;
    top: 106px;
    right: 10px;
    background-color: #FFF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.box-experiencia .box-experiencia-attrib .experiencia-author-name {
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
    display: table-cell;
    float: none;
    margin-top: 13px;
    overflow: hidden;
    height: 40px;
    vertical-align: middle;
    position: relative;
    top: 10px;
}

@media(max-width:1200px) {
    .box-experiencia-attrib {
        padding: 15px 10px;
    }
}

.box-experiencia .box-experiencia-body {
    padding: 5px 10px 0 10px;
    background: transparent;
    float: left;
    width: 100%;
    height: 210px;
    padding-bottom: 0;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.box-experiencia .box-experiencia-body p {
    margin-bottom: 5px;
    height: 55px;
    overflow: hidden;
    line-height: 18px;
}

.box-experiencia .box-experiencia-body h4 {
    height: 45px;
    display: inline-block;
    overflow: hidden;
    line-height: 22px;
    margin: 3px 0px 3px 0px !important;
}

.box-experiencia .box-experiencia-body .localizacao {
    height: 20px;
    overflow: hidden;
}

.box-experiencia .box-experiencia-body .preco {
    text-align: center;
    border-top: 1px dashed #ddd;
    margin-top: 10px;
}

.box-experiencia .box-experiencia-body .preco .valor {
    font-size: 30px;
    font-weight: 600;
}

.box-experiencia .box-experiencia-body .preco .moeda {
    font-size: 14px;

}

.item_experiencia {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

@media(min-width:1200px) {
    .barra-busca {
        width: 830px;
    }

    .navbar-custom .barra-busca {
        width: 740px;
        padding-top: 30px;
    }

    .barra-busca .row .col-xs-6 {
        width: 60%;
    }

    .barra-busca .row .col-xs-3 {
        width: 10%;
    }

    .barra-busca .row .box-localizacao {
        width: 25%;
    }

    .box-saldo {
        padding-left: 30px;
    }
}

@media(max-width:1200px) {
    .item_experiencia {
        height: 280px;
    }

    .barra-busca {
        width: 630px;
    }

    .navbar-custom .barra-busca {
        width: 550px;
        padding-top: 30px;
    }
}

@media(max-width:992px) {
    .item_experiencia {
        height: 350px;
    }

    .barra-busca {
        width: 410px;
    }

    .navbar-custom .barra-busca {
        width: 330px;
        padding-top: 30px;
    }

    .barra-busca .col-xs-6 {
        width: 70%;
    }

    .box-localizacao {
        display: none;
    }

}

@media(max-width:768px) {
    .item_experiencia {
        height: 300px;
    }

    .navbar-custom .barra-busca {
        padding-top: 0px;
    }

    .barra-busca .col-xs-6 {
        width: 50%;
    }

    .box-localizacao {
        display: block;
    }

    .custom_top {
        height: 80px !important;
    }
}

@media(max-width:480px) {
    .item_experiencia {
        height: 200px;
    }

    .item_beneficio {
        height: 200px;
    }

    .item_experiencia_logo {
        width: 60px !important;
        height: 40px !important;
    }

    .item_beneficio_logo {
        width: 60px !important;
        height: 40px !important;
    }
}

.item_experiencia_logo {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 5px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    box-shadow: 0 1px 2px #ddd;
    position: absolute;
    bottom: 10px;
    right: 5px;
    background-color: #FFF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.irs-bar {
    height: 5px !important;
    top: 29px !important;
}

.irs-slider {
    width: 16px !important;
    height: 16px !important;
    top: 23px !important;
    border-radius: 100% !important;
}

.experiencia_check {
    display: flex;
    clear: both;
}

.experiencia_check select {
    width: 48%;
}

.carousel-indicators li {
    margin: 5px !important;
}

.carousel-indicators .active {
    margin: 5px !important;
}

@media (min-width: 767px) {}

@media (max-width: 766px) {

    .box-experiencia .box-experiencia-body h4 {
        max-height: 56px;
        height: unset;
    }

    .bg-light {
        padding-top: 135px;
    }
}

@media (min-width: 996px) {}

@media (min-width: 1200px) {}

.min-height {
    min-height: 120px !important;
}

.img-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

header {
    /*margin-top: -20px !important;*/
}

.carousel .item img {
    max-width: 230px;
    max-height: 150px;
}

@media(max-width: 1200px) and (min-width: 992px) {
    .carousel .item img {
        max-width: 200px;
        max-height: 150px;
    }
}

.img-large {
    max-width: 300px !important;
    max-height: 150px !important;
}

.item_full {
    max-height: 200px !important;
}

.item_experiencia img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.carousel .item {
    background-color: #FFF !important;
    /*max-height:150px;*/
    background-size: contain;
}

.carousel {
    margin-bottom: 10px !important;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right span,
.carousel-control.left span {
    font-size: 20px !important;
}

.wrap-custom-file label .fa {
    float: right;
    font-size: 30px;
    color: darkred;
}

.wrap-custom-file {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 0.5rem 1rem;
    text-align: center;
}

.wrap-custom-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    overflow: hidden;
    opacity: 0;
}

.wrap-custom-file label {
    z-index: 1;
    position: absolute;
    left: 0 !important;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    padding: 0 0.5rem;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.wrap-custom-file label span {
    display: block;
    margin-top: 3rem;
    font-size: 1.2rem;
    color: #777;
    padding-top: 30px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

.wrap-custom-file label:hover {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
}

.wrap-custom-file label:hover span {
    color: #333;
}

.wrap-custom-file label.file-ok {
    background-size: cover;
    background-position: center;
}

.wrap-custom-file label.file-ok span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem;
    font-size: 1.1rem;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7);
}

.pagination {
    display: inline-flex !important;
    margin: 0px;
    padding: 15px;
}

.pagination>li>a, .pagination>li>span {
    border: 0px !important;
    background-color: transparent !important;
    color: #1B1C28;
    font-size: 14px;
    font-weight: 600;
}

.dropdown-menu {
    margin: -3px 0 0 !important;
}

.arquivo {
    display: none !important;
}

.file {
    line-height: 30px;
    height: 30px;
    border: 1px solid #A7A7A7;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
    vertical-align: middle;
    width: 300px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 10px;
}

.bordabox {
    border: 1px solid #eaeff3;
}

.MostraPesq {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0px 15px 15px 15px;
    border: 1px solid #d0d7de;
    z-index: 9999;
    width: 95%;
    max-height: 300px;
    overflow-y: auto;
    text-align: left;
    margin: 5px 0px;
    border-radius: 8px;
}

.MostraPesq .logo {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid #d0d7de;
    float: left;
    border-radius: 4px;
}

.MostraPesq .descricao {
    min-height: 45px;
    display: flex;
    align-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: space-between;
    align-items: center;
}

.panel-notification {
    font-weight: 500 !important;
    background-color: #F0F0F0 !important;
}

.tab-content .tab-pane {
    overflow: hidden !important;
}

.borda_box {
    border: 1px solid #eaeff3;
    margin-bottom: 30px;
    padding: 10px;
}

.borda_box:hover {
    -webkit-box-shadow: 0 0 40px #ddd;
}

.sombra {
    text-shadow: black 0.1em 0.1em 0.3em !important;
}

.navbar-pasific {
    padding-top: 0px !important;
}

.height100 {
    height: 100% !important;
}

.height90 {
    height: 90% !important;
}

.height65 {
    height: 65.7% !important;
}
.height-fixo-65 {
    height: 65px !important;
}

.discount-sticker {
    z-index: 2;
    margin-left: 10px;
    width: 31px;
    height: 20px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    display: table;
    position: absolute;
}

a {
    color: #747474;
}

html,
body {
    height: 100%;
}

#shop {
    width: 100%;
    /*min-height: 600px;*/
    height: calc(100vh - 170px);
}

#container_central {
    width: 100%;
    height: 63.6vh;
    border-collapse: collapse;
    display: table;
    background-color: #F5F5F8 !important;

}

.foot {
    display: table-row;
    vertical-align: bottom;
    height: 1px;
}

.opacity {
    background: rgba(255, 255, 255, 0.7) !important;
}

.cat-name {
    color: #666;
    font-weight: bold !important;
}

.infoBox {
    background-color: #FFF;
    width: 300px;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-top: 10px
}

.infoBox p {
    padding: 0 15px
}

.infoBox:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    top: -10px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    left: 0
}

.easyPaginateNav {
    text-align: center;
    margin-top: 20px;
}

.easyPaginateNav .page {
    margin: 5px;
}

.easyPaginateNav .current {
    font-size: 13px !important;
}

.navbar {
    min-height: 100px !important;
    background-color: #FFF !important;
}

.navbar.admin {
    min-height: 79px !important;
}

.admin.bg-light-img {
    top: 80px;
}

@media (min-width: 1440px) {
    .admin .container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar {
        min-height: 80px !important;
    }

    .navbar-mp .collapse.in {
        margin-top: 0px !important;
    }

    .navbar-mp .collapsing,
    .in {
        margin-top: 0px;
    }

    .bg-light-img {
        top: 125px !important;
    }

    .barra-busca {
        margin-top: 10px;
    }

}

.navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-toggle {
    margin-top: 20px !important;
}

@media (min-width: 767px) {
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-toggle {
        display: none !important;
    }

    .navbar-mp .navbar-main-collapse {
        padding-top: 18px;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        float: left;
        margin-left: 15px;
        margin-bottom: 0px;
        padding: 0px;
        border: 0px;
        font-size: 28px !important;
        margin-right: 0px;
        margin-top: 15px !important;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        margin-left: 0 !important;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
    }

    .display-none {
        display: none !important;
    }
}

.dropdown-toggle .material-icons,
.navbar-nav .material-icons {
    font-size: 28px;
}

.navbar-pasific .navbar-nav>li {
    letter-spacing: normal;
}

.button.button-brown,
.button-3d.button-brown {
    background-color: #bfa386;
}

.intro-body {
    height: 100% !important;
}

.teste_bg,
.teste_bg_banner {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
}

table tr td {
    vertical-align: middle !important;
    font-size: 11px;
}

.justificar {
    text-align: justify !important;
    line-height: 18px;
    word-break: break-word;
}

.cropped>img {
    margin-right: 10px;
}

.imageBox {
    position: relative;
    height: 190px;
    width: 340px;
    border: 1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
}

.imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 150px;
    margin-top: -75px;
    margin-left: -150px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0, 0, 0, 0.7);
}

.imageBoxEmpresa {
    position: relative;
    height: 105px;
    width: 100%;
    border: 1px dashed #C3C3C3;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
    margin-top: 35px;
}

.imageBoxEmpresa .thumbBoxEmpresa {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 85px;
    margin-top: -42px;
    margin-left: -125px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgb(0 0 0 / 12%);
    background: none repeat scroll 0% 0% transparent;
}

.imageBoxEmpresaCustom {
    height: 190px !important;
    width: 350px !important;
}

.thumbBoxEmpresaCustom {
    width: 300px !important;
    height: 150px !important;
    margin-top: -75px !important;
    margin-left: -150px !important;
}

.imageBoxEmpresa .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0, 0, 0, 0.7);
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


.size100p {
    width: 100% !important;
}

.shop-label-custon {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 7px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    top: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.shop-item-container-in {
    padding: 0px !important;
    min-height: 250px !important;
    border: 1px solid #ccc !important;
}

.box_190 {
    height: 190px !important;
}

.shop-item-container-in h4 {
    line-height: 22px !important;
}


.shop-item-container-in img {
    /*	max-width:95% !important;
	padding-top:5px !important;  */
}

.shop-item-title {
    margin: 0px 5px 0px 5px !important;
    text-align: center !important;
    height: 84px;
    overflow: hidden;
}

.msg_error {
    border-color: #FF0000 !important;
}

.msg_sucesso {
    border-color: #3c763d !important;
}

#footer {
    bottom: 0vw;
    width: 100%;
    position: relative;
}

.footer-one ul li a {
    font-size: 14px !important;
}

.footer-one ul {
    padding: 0px;
}

.disabled_button {
    visibility: hidden;
}

.toolbar {
    float: left;
}

.c-distancia-1 {
    line-height: 1 !important;
}

.c-distancia-2 {
    line-height: 2 !important;
}

.c-distancia-3 {
    line-height: 3 !important;
}

.c-distancia-4 {
    line-height: 4 !important;
}

.c-font-10 {
    font-size: 10px !important;
}

.c-font-11 {
    font-size: 11px !important;
}

.c-font-12 {
    font-size: 12px !important;
}

.c-font-13 {
    font-size: 13px !important;
}

.c-font-14 {
    font-size: 14px !important;
}

.c-font-15 {
    font-size: 15px !important;
}

.c-font-16 {
    font-size: 16px !important;
}

.c-font-17 {
    font-size: 17px !important;
}

.c-font-18 {
    font-size: 18px !important;
}

.c-font-19 {
    font-size: 19px !important;
}

.c-font-20 {
    font-size: 20px !important;
}

.c-font-21 {
    font-size: 21px !important;
}

.c-font-22 {
    font-size: 22px !important;
}

.c-font-23 {
    font-size: 23px !important;
}

.c-font-24 {
    font-size: 24px !important;
}

.c-font-25 {
    font-size: 25px !important;
}

.c-font-26 {
    font-size: 26px !important;
}

.c-font-27 {
    font-size: 27px !important;
}

.c-font-28 {
    font-size: 28px !important;
}

.c-font-29 {
    font-size: 29px !important;
}

.c-font-30 {
    font-size: 30px !important;
}

.c-font-31 {
    font-size: 31px !important;
}

.c-font-32 {
    font-size: 32px !important;
}

.c-font-33 {
    font-size: 33px !important;
}

.c-font-34 {
    font-size: 34px !important;
}

.c-font-35 {
    font-size: 35px !important;
}

.c-font-36 {
    font-size: 36px !important;
}

.c-font-37 {
    font-size: 37px !important;
}

.c-font-38 {
    font-size: 38px !important;
}

.c-font-39 {
    font-size: 39px !important;
}

.c-font-40 {
    font-size: 40px !important;
}

.c-font-41 {
    font-size: 41px !important;
}

.c-font-42 {
    font-size: 42px !important;
}

.c-font-43 {
    font-size: 43px !important;
}

.c-font-44 {
    font-size: 44px !important;
}

.c-font-45 {
    font-size: 45px !important;
}

.c-font-46 {
    font-size: 46px !important;
}

.c-font-47 {
    font-size: 47px !important;
}

.c-font-48 {
    font-size: 48px !important;
}

.c-font-49 {
    font-size: 49px !important;
}

.c-font-50 {
    font-size: 50px !important;
}

.c-font-51 {
    font-size: 51px !important;
}

.c-font-52 {
    font-size: 52px !important;
}

.c-font-53 {
    font-size: 53px !important;
}

.c-font-54 {
    font-size: 54px !important;
}

.c-font-55 {
    font-size: 55px !important;
}

.c-font-56 {
    font-size: 56px !important;
}

.c-font-57 {
    font-size: 57px !important;
}

.c-font-58 {
    font-size: 58px !important;
}

.c-font-59 {
    font-size: 59px !important;
}

.c-font-60 {
    font-size: 60px !important;
}

.c-font-61 {
    font-size: 61px !important;
}

.c-font-62 {
    font-size: 62px !important;
}

.c-font-63 {
    font-size: 63px !important;
}

.c-font-64 {
    font-size: 64px !important;
}

.c-font-65 {
    font-size: 65px !important;
}

.c-font-66 {
    font-size: 66px !important;
}

.c-font-67 {
    font-size: 67px !important;
}

.c-font-68 {
    font-size: 68px !important;
}

.c-font-69 {
    font-size: 69px !important;
}

.c-font-70 {
    font-size: 70px !important;
}

.c-font-71 {
    font-size: 71px !important;
}

.c-font-72 {
    font-size: 72px !important;
}

.c-font-73 {
    font-size: 73px !important;
}

.c-font-74 {
    font-size: 74px !important;
}

.c-font-75 {
    font-size: 75px !important;
}

.c-font-76 {
    font-size: 76px !important;
}

.c-font-77 {
    font-size: 77px !important;
}

.c-font-78 {
    font-size: 78px !important;
}

.c-font-79 {
    font-size: 79px !important;
}

.c-font-80 {
    font-size: 80px !important;
}

.c-font-81 {
    font-size: 81px !important;
}

.c-font-82 {
    font-size: 82px !important;
}

.c-font-83 {
    font-size: 83px !important;
}

.c-font-84 {
    font-size: 84px !important;
}

.c-font-85 {
    font-size: 85px !important;
}

.c-font-86 {
    font-size: 86px !important;
}

.c-font-87 {
    font-size: 87px !important;
}

.c-font-88 {
    font-size: 88px !important;
}

.c-font-89 {
    font-size: 89px !important;
}

.c-font-90 {
    font-size: 90px !important;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading-local {
    text-align: center;
    display: none;
}

.spinner-loader:not(:required) {
    -webkit-animation: spinner-loader 1500ms infinite linear;
    animation: spinner-loader 1500ms infinite linear;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: rgb(0 0 51 / 30%) 1.5em 0 0 0, rgb(0 0 51 / 30%) 1.1em 1.1em 0 0, rgb(0 0 51 / 30%) 0 1.5em 0 0, rgb(0 0 51 / 30%) -1.1em 1.1em 0 0, rgb(0 0 51 / 30%) -1.5em 0 0 0, rgb(0 0 51 / 30%) -1.1em -1.1em 0 0, rgb(0 0 51 / 30%) 0 -1.5em 0 0, rgb(0 0 51 / 30%) 1.1em -1.1em 0 0;
    box-shadow: rgb(0 0 51 / 30%) 1.5em 0 0 0, rgb(0 0 51 / 30%) 1.1em 1.1em 0 0, rgb(0 0 51 / 30%) 0 1.5em 0 0, rgb(0 0 51 / 30%) -1.1em 1.1em 0 0, rgb(0 0 51 / 30%) -1.5em 0 0 0, rgb(0 0 51 / 30%) -1.1em -1.1em 0 0, rgb(0 0 51 / 30%) 0 -1.5em 0 0, rgb(0 0 51 / 30%) 1.1em -1.1em 0 0;
    display: inline-block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin: 1.5em;
    overflow: hidden;
    text-indent: 100%;
}

@-moz-keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media print {
    .noprint {
        display: none;
    }

    .nofix {
        position: static !important;
    }
}

.select-editable {
    position: relative;

    /*     border:solid grey 1px;
     width:120px;
     height:18px;*/
}

.select-editable select {
    position: absolute;
    width: 93%;
}

.select-editable input {
    position: absolute;
    width: 85%;
    height: 35px;
    margin-top: 1px;
    margin-left: 1px;
    border: none;
}

.select-editable select:focus,
.select-editable input:focus {
    outline: none;
}

.progress_rank {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.progress_text {
    font-size: 14px;
    position: absolute;
    z-index: 9999;
    text-align: right;
    width: 100%;
    top: 5px;
    font-weight: 600;
    color: #fff;
}

.progress_text_span {
    border-radius: 25px;
    padding: 5px;
}

/* TODO CARTOES */
.todo_cartoes {
    max-width: 385px;
    border: 1px solid #747474;
    padding: 15px;
    border-radius: 15px;
    margin-top: 10px;
}

.cartao_borda {
    border: 1px solid #747474;
    min-height: 200px;
    border-radius: 10px;
}

.cartao_logo {
    margin-left: 10px;
    float: left;
    width: 180px;
    height: 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cartao_logo img {
    margin-top: 1px;
    max-width: 180px;
    max-height: 100px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.cartao_valor {
    padding-top: 32px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    min-width: 155px;
    display: inline-block;
}

.cartao_numero {
    text-align: center;
    font-size: 26px;
}

.cartao_numero_nome {
    clear: both;
    font-size: 15px;
    text-align: left;
    padding-left: 25px;
    padding-top: 15px;
}

.cartao_senha_texto {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
}

.cartao_senha_numero {
    text-align: center;
}

.cartao_senha_numero b {
    font-size: 20px;
    border: 1px solid #747474;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

.cartao_senha_validade {
    text-align: center;
    padding-top: 15px;
}

.cartao_logos {
    padding-top: 10px;
}

.cartao_logos_macro {
    text-align: left;
}

.cartao_logos_macro img {
    float: left;
    width: 150px;
}

.cartao_logos_todo {
    text-align: right;
    height: 50px;
}

.cartao_logos_todo img {
    padding-top: 15px;
}

.cartao_lojas {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}

.custom_top {
    border-bottom: 1px solid #e9eaec;
}

.navbar-pasific-white {
    margin: 0px !important;
    padding: 0px !important;
}

.navbar-white {
    min-height: 0px !important;
}

.menudash {
    font-size: 12px;
}

.MostraCidade {
    display: none;
    position: absolute;
    background: #fff;
    padding: 5px;
    border: 1px solid #d0d7de;
    z-index: 9999;
    width: 95%;
    max-height: 300px;
    overflow-y: auto;
    text-align: left;
    margin: 2px;
    border-radius: 15px;
}

.MostraInstagram {
    display: none;
    position: absolute;
    background: #fff;
    padding: 5px;
    border: 1px solid #d0d7de;
    z-index: 9999;
    width: 95%;
    max-height: 300px;
    overflow-y: auto;
    text-align: left;
    margin: 2px;
    border-radius: 15px;
    width: 87%;
}

.cursor_pointer {
    cursor: pointer;
}


@media (min-width: 767px) {
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 755px) {
    .modal-lg {
        width: 100%;
        max-width: 750px !important;
    }
}

.modal-md {
    width: 100%;
    max-width: 750px !important;
}

.modal-content {
    overflow-y: auto !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.modal-header {
    position: sticky;
    top: 0px;
    z-index: 1;
}

/* box-produto */
.box-produto {
    min-height: 330px;
    margin-bottom: 20px;
    background-color: #fff;
    display: block;
    padding: 0;
    border: 1px solid #ccc;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px #ddd;
    -moz-box-shadow: 0 1px 1px #ddd;
    box-shadow: 0 1px 1px #ddd;
}

.box-produto .shop-label-custon {
    position: absolute;
    z-index: 1;
    top: 0px;
    margin-right: 20px;
}

@media(max-width: 1200px) and (min-width: 992px) {
    .box-produto .shop-label-custon {
        width: 195px;
    }
}


.box-produto:hover {
    -webkit-box-shadow: 0 0 40px #ddd;
    -moz-box-shadow: 0 0 40px #ddd;
    box-shadow: 0 0 40px #ddd;
}

.box-produto-header {
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 150px !important;
    overflow: hidden;
}

.box-produto:hover .logo {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.box-produto-header .logo {
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.box-produto-attrib {
    height: 50px;
    padding: 8px 8px;
    font-family: 'Open Sans', sans-serif;
}

.produto-author-photo {
    width: 60px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    box-shadow: 0 1px 2px #ddd;
    position: absolute;
    top: 106px;
    right: 10px;
    background-color: #FFF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.box-produto .box-produto-attrib .produto-author-name {
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
    display: table-cell;
    float: none;
    margin-top: 13px;
    overflow: hidden;
    height: 40px;
    vertical-align: middle;
    position: relative;
    top: 10px;
}

@media(max-width:1200px) {
    .box-produto-attrib {
        padding: 15px 10px;
    }
}

.box-produto .box-produto-body {
    padding: 5px 10px 0 10px;
    background: transparent;
    float: left;
    width: 100%;
    height: 180px;
    padding-bottom: 0;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.box-produto .box-produto-body p {
    margin-bottom: 5px;
    height: 55px;
    overflow: hidden;
    line-height: 18px;
}

.box-produto .box-produto-body h4 {
    height: 65px;
    display: inline-block;
    overflow: hidden;
    line-height: 22px;
    margin: 3px 0px 3px 0px !important;
    font-size: 15px;
    text-align: center;
}

.box-produto .box-produto-body .localizacao {
    height: 20px;
    overflow: hidden;
}

.box-produto .box-produto-body .preco {
    text-align: center;
    border-top: 1px dashed #ddd;
    margin-top: 10px;
}

.box-produto .box-produto-body .preco .valor {
    font-size: 30px;
    font-weight: 600;
}

.box-produto .box-produto-body .preco .moeda {
    font-size: 14px;
}

@media (max-width: 766px) {
    .box-produto .box-produto-body h4 {
        max-height: 56px;
        height: unset;
    }
}

/* carrinho */

.box-carrinho {
    margin-bottom: 25px;
    border-bottom: 2px solid #e9eaec;
    padding-bottom: 25px;
}

.box-carrinho-logo {
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 100px !important;
    width: 100px;
    overflow: hidden;
    float: left;
    padding: 5px;
    border: 1px solid #e9eaec;
    margin-right: 5px;
}

.box-carrinho-logo .logo {
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.box-carrinho-descricao {
    font-size: 10px;
}

.box-carrinho-valor {
    text-align: center;
    padding-top: 15px;
    font-size: 30px;
    font-weight: 600;
    height: 100px;
}

.box-carrinho-valor .moeda {
    font-size: 15px;
    font-weight: normal;
}

.valor-anterior {
    font-size: 15px;
}

.valor-atual {
    font-size: 24px;
}

.carrinho-unidade {
    width: 46px;
    text-align: center;
    text-align-last: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.box-carrinho-qtd {
    text-align: center;
    height: 100px;
    padding-top: 15px;
}

.box-carrinho-padding {
    padding-right: 0px;
    padding-left: 0px;

}

.carrinho-titulo {
    margin-top: 0px;
    line-height: 20px;
}

#form-cep-resultado-tempo {
    padding-top: 15px;
}

.carrinho-endereco {
    padding-top: 5px;
    padding-bottom: 5px;
}

.carrinho-resumo-titulo {
    border: 1px solid #ccc;
    margin: 10px;
    line-height: 1.5;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
}

.carrinho-resumo-titulo .moeda {
    font-size: 15px;
    font-weight: normal;
}


.modal-content-limite-80 {
    /* 80% of window height */
    height: 320px !important;
}

.modal-body-limite-80 {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: auto;
}

.favorito i,
.nao_favorito i,
.favorito_bene i,
.nao_favorito_bene i {
    cursor: pointer;
    font-size: 25px;
    margin-right: 10px;
    position: absolute;
    right: 0px;
}

.favorito_pos {
    margin-right: 0px !important;
    position: initial !important;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-color: #fff !important;
    border-color: #8c8c8c !important;
}

.btn-default.active,
.btn-default:hover {
    background-color: #fff !important;
    border-color: #8c8c8c !important;
}

.balao {
    position: absolute;
    top: 16px;
    right: 10px;
    /* left: 160px; */
    border-radius: 50%;
    min-width: 24px;
    text-align: center;
    min-height: 23px;
    display: grid;
    align-items: center;
    font-size: 10px;
    font-weight: bold;
}

.informacoes span {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.informacoes li {
    list-style-type: none;
    padding-bottom: 12px;
}

.box-beneficios-header {
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 123px !important;
    overflow: hidden;
}

.box-beneficios:hover .logo {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.box-beneficios-header .logo {
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.beneficios-logo {
    width: 60px;
    height: 40px;
    float: left;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    box-shadow: 0 1px 2px #ddd;
    position: absolute;
    top: 106px;
    right: 5px;
    background-color: #FFF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.item_beneficio {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
}

.item_beneficio_logo {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 5px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    box-shadow: 0 1px 2px #ddd;
    position: absolute;
    bottom: 10px;
    right: 5px;
    background-color: #FFF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.titulo-beneficio {
    line-height: 25px;
}

.beneficio-info {
    display: inline-flex;
}

.bg-pasific.beneficio-info {
    position: absolute;
    top: 65px;
    left: 45px;
    font-size: 10px;
    position: absolute;
    color: #FFF;
    border-radius: 4px;
    padding: 1px 6px 1px 5px;
}

.tag-custom {
    position: absolute;
    z-index: 999;
    top: 0px;
}

.loading_box {
    position: relative !important;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}

#roleta_imagem .modal-dialog {
    min-width: 65vw !important;
}
/* CSS REFERENTE AS ABAS E PAGINA DA PAGINA PARCEIRO */

.dropdown-menu {
    margin-left: 0%;
}

.obrigatorio {
    color: rgb(245, 17, 52) !important
}

#shop-item-details form label {
    float: inherit;
    margin-top: 0px;
    margin-right: 00px;
}

.mt_textarea_canais {
    margin-top: 6px;
    float: left;
}

.telefone_canais {
    width: 310px;
}

.desconto_whats_canais {
    width: 340px;
}

.float_left {
    float: left;
}

.texto_padrao {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px !important
}

.ui-widget-header {
    border: 0px !important;
    background: white !important
}

.tab_parceiro_a {
    color: #747474 !important;
}

.tab_parceiro_li {
    border: 0px !important;
    background: white !important
}

.ui-state-active {
    border-bottom: 1px solid black !important
}

#tabs-parceiro {
    border: 0px !important;
}

.ui-state-hover a {
    color: #747474 !important;
}

#tabs-1,
#tabs-2 {
    margin-top: 15px;
}

.imagem_instagram {
    width: 7%;
    border-radius: 15px;
}

.div_username_instagram {
    padding: 2%;
    border-bottom: 1px solid #CCC;
}

.label_username_instagram {
    margin-left: 2%;
}

.MostraInstagram:focus {
    outline: none;
}


.factor {
    font-size: 55px !important;
}

#img_mural img {
    width: 100% !important;
}

.box-comprovante {
    border-radius: 15px;
    border-color: #ccc;
    background-color: #f5f5f540;
    border: 1px solid #ccc;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.box-comprovante .titulo {
    font-weight: 600;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 5px;
}

.box-comprovante .valor {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    padding-left: 15px;
}

.box-comprovante .valor span {
    display: block;
    padding-top: 2px;
    font-size: 20px;
}

.box-comprovante .titular {
    padding-left: 15px;
    font-size: 20px;
    text-align: left;
}

.box-comprovante .dados {
    padding-left: 15px;
    text-align: left;
}

.box-comprovante .dados span {
    display: block;
    padding-top: 2px;
    font-size: 12px;
}

.box-comprovante .data {
    padding-left: 15px;
    font-size: 20px;
    text-align: left;
}

.box-comprovante .identificacao {
    padding-left: 15px;
    font-size: 20px;
    text-align: left;
}

.box-comprovante .cancelamento {
    padding-left: 15px;
    font-size: 20px;
    text-align: left;
}

.bg-light {
    background-color: #F5F5F8 !important;
}

.topo-custom .bg-light.pt120 {
    padding-top: 180px;
}

.bg-light-img {
    /*background-image: url(../../img/other/onda.png);*/
    position: absolute;
    top: 100px;
    width: 100%;
    height: 148px;
    filter: grayscale(100%);
}

.topo-custom .bg-light-img {
    top: 150px;
}

.bar-top {
    height: 20px;
    font-size: 12px;
    color: #FFF;
}

.logo-top {
    height: 50px; 
    margin-top: 11px !important;
}

.navbar-custom .logo-top {
    max-width: 220px;
    max-height: 115px;
    height: auto;
}

@media (max-width: 767px) {
    .logo-top {
        height: 35px;
        padding-left: 10px;
        margin-right: 0px !important;
    }

    .navbar-custom .logo-top {
        height: 45px; 
    }

    .topo-custom .bg-light-img {
        top: 130px; 
    }

    .topo-custom .bg-light.pt120 {
        padding-top: 150px;
    }

    .navbar-nav .material-icons {
        font-size: 28px;
        color: #C3C6D1 !important;
    }
}

.barra-busca {
    float: left;
}

.navbar-nav>li>a {
    padding: 5px 10px 5px 11px;
}

.box-top-localizacao {
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
}

.box-top-localizacao .material-icons {
    padding: 5px;
}

.box-top-localizacao .cidade {
    padding: 7px 7px 6px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.botao-top-busca {
    background: #F5F5F8 0% 0% no-repeat padding-box;
    border-radius: 8px;
    margin-top: 20px;
    letter-spacing: 0px;
    color: #1B1C28;
    opacity: 0.69;
    font-size: 14px;
    padding-right: 36px;
}

.botao-top-busca::placeholder {
    font-size: 12px;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.botao-top-busca-icon {
    width: 0px;
    height: 0px;
    border: 0px;
    position: absolute;
    right: 40px;
    top: 26px;
    background-color: transparent;
}

.box-top-pontos {
    display: flex;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}

@media (max-width: 767px) {

    .barra-busca .row .col-xs-6 {
        position: absolute;
        right: 0px;
        width: 60vw;
        z-index: -1;
    }

    .box-localizacao {
        position: absolute;
        left: 0px;
        width: 40vw;
        z-index: -1;
    }

    .box-top-pontos {
        position: absolute;
        right: 0px;
        top: 0;
        width: 135px;
        height: 30px;
    }

    .carteira .box-top-pontos {
        position: initial;
    }

    .box-top-localizacao {
        margin-top: 10px;
    }

    .box-top-localizacao .material-icons {
        font-size: 15px;
    }

    .box-top-localizacao .cidade {
        font-size: 10px;
        padding: 6px 5px 5px 0px;
    }

    .botao-top-busca {
        margin-top: 10px;
        padding-right: 30px;
    }

    .input-sm {
        height: 28px;
        font-size: 10px;
    }

    .input-sm::placeholder {
        font-size: 10px;
    }

    .botao-top-busca-icon {
        top: 15px;
        right: 35px;
    }

    .botao-top-busca-icon .material-icons {
        font-size: 18px;
    }
}

.box-top-pontos .icone-saldo {
    font-size: 28px;
}

.box-top-pontos .icone-notificacao {
    font-size: 28px;
    padding-top: 22px;
    padding-left: 10px;
}

@media (max-width: 767px) {
    .box-top-pontos .icone-saldo {
        font-size: 24px;
    }

    .box-top-pontos .icone-notificacao {
        font-size: 20px;
        padding-top: 20px;
        padding-left: 15px;
    }

    .icone_notificacao_1 {
        display: none !important;
    }

    .icone_notificacao_2 {
        display: block;
    }
}

@media (min-width: 767px) { 
    .icone_notificacao_1 {
        display: block;
    }

    .icone_notificacao_2 {
        display: none;
    }
}

.box-top-pontos .valor {
    font-size: 16px;
    font-weight: 600;
    padding-top: 25px;
    display: grid;
}

.box-top-pontos .valor .saldo {
    font-size: 9px;
    line-height: 0px;
    letter-spacing: 1px;
    font-weight: 100;
    white-space: nowrap;
}

.box-top-pontos .valor .moeda {
    font-size: 9px;
    text-align: end;
    font-weight: 100;
    line-height: 0px;
}

.box-saldo {
    padding-top: 20px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .box-top-pontos .valor {
        font-size: 15px;
        padding-top: 20px;
    }

    .box-top-pontos .valor .saldo {
        font-size: 8px;
    }

    .box-top-pontos .valor .moeda {
        font-size: 8px;
    }

    .box-saldo {
        padding-top: 15px;
        padding-right: 5px;
    }

    .carteira .box-top-pontos .valor .moeda {
        display: flow-root !important;
        line-height: 5px;
    }
}

.footer-one {
    background-image: url("../../img/bg-preto.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
}

#footer {
    color: #FFF;
    background-color: #F5F5F8;
}

#footer a {
    color: #FFF;
    line-height: 25px;
}

#footer .centraliza {
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#footer .barra {
    width: 35px;
    height: 5px;
    margin-bottom: 10px;
}

#footer .copy {
    border-top: 1px solid #585858;
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.box-footer-app div {
    padding: 10px;
}

@media (max-width: 767px) {
    .box-footer-app {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 5px !important;
    }
}

.box-home-top {
    color: #FFF;
}

.box-home-top .item {
    width: 370px;
    height: 210px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.button-width {
    width: 210px;
}

.owl-beneshop-menu .disabled {
    display: none;
}

#ordenacao {
    min-width: 115px;
}

@media (max-width: 993px) {
    .button-width {
        width: 150px;
    }
    .box-home-bene .filtros label {
        padding-left: 0px !important;
    }
    .box-home-bene .filtros .checkbox {
        padding-left: 0px !important;
    }
}

@media (max-width: 710px) {
    .box-home-menu button span {
        display: block;
        margin-top: 7px;
    }
    .button-width {
        width: 105px;
    }
    .box-home-menu button:first-of-type {
        height: 47px;
        width: 35px;
    }

    .box-home-menu #botao-ben {
        height: 47px;
        width: auto;
    }

    .carteira .box-home-menu button {
        height: 43px;
        width: 120px;
    }
    
}

.box-home-menu button:first-of-type .home{
    display: none;
}

@media (max-width: 500px) {

    .box-home-menu .button, .box-home-menu button:first-of-type {
        width: 100%;
        border: 1px solid !important;
        border-radius: 8px 8px 8px 8px !important;
        -webkit-border-radius: 8px 8px 8px 8px !important;
        -moz-border-radius: 8px 8px 8px 8px !important;
        -ms-border-radius: 8px 8px 8px 8px !important;
        -o-border-radius: 8px 8px 8px 8px !important;
    }

    .box-home-menu button:first-of-type .home{
        display: block;
    }

    .box-home-bene .filtros {
        width: 100%;
        font-size: 11px;
        text-align: left;
        display: grid;
    } 

    .box-home-bene .filtros label {
        font-size: 11px !important;
        padding-left: 0px !important;
    }

    .box-home-bene .filtros .checkbox {
        padding-left: 0px !important;
    }

    .box-home-bene .ordenacao {
        width: 100%;
        display: block !important;
        justify-content: flex-start !important;
        padding: 5px 8px !important;
    }

    .carteira .box-home-menu button {
        width: 100%;
    }

    .box-home-menu #botao-ben {
        width: 100%;
    }

    .carteira .borda {
        padding: 20px 3px !important;
    }

}

@media (max-width: 435px) {
    .box-home-top .item {
        height: 185px;
        width: 323px;
    }

    .box-home-top .row {
        height: 185px !important;
    }

    .box-home-top .titulo {
        font-size: 15px;
        line-height: 16px;
    }

    .box-home-top .centraliza {
        height: 185px !important;
    }

    .owl-top .owl-stage-outer {
        height: 185px !important;
    }

    .modal-dialog {
        max-width: 90vw !important;
    }
}

.box-home-top .row {
    margin: 0px;
    border-radius: 6px;
    height: 210px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.box-home-top .centraliza {
    height: 210px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    padding: 10px 5px;
}

.box-home-top .titulo {
    font-size: 18px;
    line-height: 18px;
    text-shadow: 0.1em 0.1em 0.2em black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box-home-top .descricao {
    font-size: 10px;
    line-height: 12px;
    text-shadow: 0.1em 0.1em 0.2em black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box-home-top .button {
    text-transform: capitalize;
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .modal-dialog {
        max-width: 90vw;
    }
}

.back-degrade {
    background: transparent linear-gradient(91deg, #FF222200 0%, #000 150%) 0% 0% no-repeat padding-box;
}

@media (max-width: 990px) {
    .box-home-menu .col-sm-2 {
        display: none;
    }

    .box-home-menu .col-sm-8 {
        width: 100%;
    }
}

@media (min-width: 991px) {
    .box-home-menu .col-sm-8 {
        width: 75%;
    }

    .box-home-menu .col-sm-2 {
        width: 12.5%;
    }
}

@media(min-width: 1200px) {

    .box-home-menu .col-sm-8 {
        width: 62%;
    }

    .box-home-menu .col-sm-2 {
        width: 18.666667%;
    }
}

/* BENESHOP */
@media (max-width: 1199px) {
    .menu-beneshop .col-xs-2 {
        display: none;
    }

    .menu-beneshop .col-xs-8 {
        width: 100%;
    }
}

@media(min-width: 1200px) {

    .menu-beneshop .col-xs-8 {
        width: 80%;
    }

    .menu-beneshop .col-xs-2 {
        width: 10%;
    }
}

.box-home-menu {
    padding: 20px 10px 10px 0px;
}

.box-home-menu .linha {
    width: 100%;
    height: 1px;
}

.box-home-menu .borda {
    border-radius: 8px;
}

.box-home-menu button {
    display: inline;
    margin: 0px;
    padding: 8px 8px 3px 8px;
    border: 1px solid;
    border-right: 0px;
    border-radius: 0%;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
}

.owl-beneshop-menu button, .owl-home-menu button {
    margin: 3px -5px;
    padding: 8px 8px 3px 8px;
}

.box-home-menu .button-pasific {
    border: 1px solid;
}

.box-home-menu button i {
    margin-left: 0px;
    font-size: 24px;
}

.box-home-menu button span {
    position: relative;
    top: -7px;
    padding-left: 10px;
}

.box-home-menu button:first-of-type{
    border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -ms-border-radius: 8px 0px 0px 8px;
    -o-border-radius: 8px 0px 0px 8px;
}

.box-home-menu button:last-of-type{
    border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    -ms-border-radius: 0px 8px 8px 0px;
    -o-border-radius: 0px 8px 8px 0px;
}

.inclina {
    transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0);
    -webkit-transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0);
    -moz-transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0);
    -ms-transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0);
    -o-transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0);
}

.divisao {
    /*border: 1px solid #707070;
    opacity: 0.23;*/
    margin: 20px 0px 10px 0px;
}

.divisao-bene {
    border: 1px solid #707070;
    opacity: 0.23;
    margin: 0px 0px 15px 0px;
}

.button-home {
    background-color: transparent;
}

.box-home-bene .titulo {
    font-size: 20px;
    font-weight: 600 !important;
    padding: 15px 0px 15px 10px;
    letter-spacing: 0px;
    line-height: 0px;
    white-space: nowrap;
}

.box-home-bene .titulo span {
    position: relative;
    top: -5px;
    padding-left: 10px;
}

.box-home-bene .borda {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.box-home-bene .subtitulo {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0px 0px 10px;
}

.box-home-bene .subtitulo span {
    position: relative;
    top: -6px;
    padding-left: 10px;
}

.box-home-bene .todos {
    font-size: 14px;
    padding: 20px 10px 0px 0px;
    text-align: right;
}

.box-home-bene .filtros {
    letter-spacing: 1.54px;
    color: #1B1C28 !important;
    font-weight: 600;
    padding: 25px 0px 20px 20px;
}

.box-home-bene .filtros label {
    letter-spacing: 0px;
    color: #1B1C28;
    font-size: 12px;
    padding-left: 5px;
}

.box-home-bene .filtros .checkbox {
    display: initial;
    padding-left: 5px;
}

.box-home-bene .ordenacao {
    display: flex;
    padding: 15px 20px 0px 0px;
    justify-content: flex-end;
}

.box-home-bene .ordenacao .form-group {
    margin-left: 10px;
}

.box-home-bene .ordenacao .form-group .form-control {
    border: 0px !important;
    box-shadow: none;
    font-size: 12px;
    color: #1B1C28;
    padding: 0px 2px 0px 0px;
    width: 100%;
}

.box-home-bene .ordenacao .form-group {
    display: flex;
}

.ordernacao-icone {
    font-size: 20px !important;
    padding-top: 7px;
}

@media (max-width: 993px) {
    .box-home-menu button {
        padding: 4px 8px;
        font-size: 11px;
        line-height: 1;
    }

    .box-home-menu button i {
        font-size: 18px;
    }

    .box-home-menu button span {
        top: -4px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .box-home-bene .titulo {
        font-size: 19px;
    }

    .box-home-bene .titulo i {
        font-size: 24px;
    }

    .box-home-bene .subtitulo {
        font-size: 14px;
    }

    .box-home-bene .subtitulo i {
        font-size: 18px;
    }

    .box-home-bene .todos {
        font-size: 10px;
        padding: 15px 10px 0px 0px;
    }

}

@media (max-width: 710px) {
    .box-home-menu button {
        padding: 2px 2px;
        font-size: 10px;
    }
}

.box-home-oferta {
    min-height: 285px;
    width: 250px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    margin: 10px 2px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.box-home-oferta .degrade {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #000000 150%) 0% 0% no-repeat padding-box;
    height: 143px;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}

.box-home-oferta .nome {
    font-size: 14px;
    color: #1B1C28;
    padding: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box-home-oferta .descricao {
    font-size: 12px;
    font-weight: 600;
    color: #1B1C28;
    padding: 0px 15px;
    overflow: hidden;
    height: 51px;
}

.box-home-oferta .botao {
    margin: 10px 5px 15px 15px;
}

.box-home-oferta .localizacao {
    font-size: 10px;
    position: absolute;
    top: 130px;
    left: 15px;
    color: #FFF;
}

.box-home-oferta .favorito {
    margin-top: 12px;
    cursor: pointer;
}

.box-home-oferta .localizacao span {
    position: relative;
    top: -5px;
    padding-left: 5px;
}

.box-home-oferta .localizacao i {
    font-size: 18px;
}

.box-home-oferta .voto {
    font-size: 10px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.box-home-oferta .voto span {
    position: relative;
    top: -5px;
    padding-left: 5px;
    letter-spacing: -2px;
    color: #FFF;
}

.box-home-oferta .voto i {
    font-size: 18px;
    color: #EAC54A;
}

.box-home-oferta .novidade {
    font-size: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #FFF;
    border-radius: 4px;
    padding: 1px 6px 1px 5px;
}

.box-home-oferta .logo {
    width: 64px;
    height: 64px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0px 2px 4px #00000029;
    position: absolute;
    top: 103px;
    right: 15px;
    background-color: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.box-home-oferta .imagem {
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 7px solid;
    background-color: #FFF;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
}

@media (max-width: 992px) {
    .box-home-campanha {
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .box-home-campanha.easyPaginateList {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .box-home-campanha .col-sm-4 {
        width: 100%;
    }
}

@media (min-width: 767px) {
    .box-home-campanha .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    .box-home-oferta {
        width: 182px;
        min-height: 180px;
    }

    .box-home-oferta .imagem {
        height: 110px;
    }

    .box-home-oferta .degrade {
        height: 103px;
    }

    .box-home-oferta .logo {
        width: 56px;
        height: 56px;
        top: 74px;
    }

    .box-home-oferta .localizacao {
        top: 92px;
        left: 5px;
        font-size: 8px;
    }

    .box-home-oferta .voto {
        left: 5px;
        font-size: 8px;
    }

    .box-home-oferta .nome {
        font-size: 12px;
        padding: 15px 10px 10px 10px;
    }

    .box-home-oferta .descricao {
        font-size: 11px;
        padding: 0px 10px;
        height: 46px;
    }

    .box-home-oferta .botao {
        margin: 10px 5px 10px 10px;
    }

    .elemento-hide {
        display: none;
    }

    .box-home-oferta .detalhes {
        padding-bottom: 7px;
    }
}

@media (max-width: 771px) {
    .owl-banner {
        width: calc(100vw - 60px) !important;
    }

    .owl-beneficios, .owl-experiencias, .owl-cashback, .owl-produtos  {
        width: calc(100vw - 80px) !important;
    }

    .owl-categorias  {
        width: calc(100vw - 80px) !important;
    }
    
    .oculta {
        display: none;
    }

    .dataTables_wrapper {
        width: calc(100vw - 57px);
        overflow-x: auto;
    }
}

@media (max-width: 400px) {
    .owl-banner {
        width: calc(100vw - 35px) !important;
    }

    .owl-beneficios, .owl-experiencias, .owl-cashback, .owl-produtos  {
        width: calc(100vw - 42px) !important;
    }

    #beneficios .owl-beneficios, #cashback .owl-beneficios, #experiencias .owl-experiencias, #produtos .owl-produtos  {
        width: calc(100vw - 60px) !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .owl-categorias  {
        width: calc(100vw - 42px) !important;
    }

    .box-home-bene .titulo {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90vw !important;
    }

    .MostraPesq {
        width: 95vw;
        left: -136px;
        max-height: 80vh;
    }
}

.home-banner {
    overflow: auto;
    padding: 0px;
}

.box-home-campanha .video {
    height: 175px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 20px;
    border-radius: 8px;
}

.box-home-campanha .video .chamada {
    position: absolute;
    top: 125px;
    width: 60%;
    color: #FFF;
    left: 20px;
    overflow: hidden;
    height: 49px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 17px;
}

.box-home-campanha .video .play {
    position: absolute;
    top: 125px;
    right: 20px;
    color: #FFF;
    box-shadow: 0px 3px 6px #00000029;
}

.box-home-campanha .video .play .material-icons {
    font-size: 40px;
}

.box-home-campanha .titulo {
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
}

.box-home-campanha .titulo span {
    position: relative;
    top: -5px;
    padding-left: 10px;
}

.box-home-campanha .titulo i {
    font-size: 24px;
}

.box-home-campanha .titulo b {
    font-size: 9px;
    display: block;
    font-weight: 100;
    letter-spacing: 0px;
    margin-left: 35px;
    margin-top: 2px;
    line-height: 9px;
}

.box-home-campanha .box {
    box-shadow: 0px 3px 6px #00000029;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 175px;
    margin-top: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.box-home-campanha .degrade {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #000000 150%) 0% 0% no-repeat padding-box;
    height: 175px;
    border-radius: 8px;
}

.box-home-campanha .box .chamada {
    position: absolute;
    top: 130px;
    color: #FFF;
    text-shadow: 0.1em 0.1em 0.2em black;
    overflow: hidden;
    height: 40px;
    margin: 10px;
}

.box-home-campanha .comunicado {
    padding: 0px 20px;
}

.box-home-campanha .comunicado-imagem {
    width: 50%;
    float: left;
    padding-right: 20px;
}

@media (max-width: 993px) {
    .box-home-campanha .comunicado-imagem {
        width: 100%;
        float:none;
        padding-right: 0px;
    }

    .box-home-campanha .comunicado-imagem .active {
        border-radius: 8px 8px 0 0 !important;
        -webkit-border-radius: 8px 8px 0 0 !important;
        -moz-border-radius: 8px 8px 0 0 !important;
        -ms-border-radius: 8px 8px 0 0 !important;
        -o-border-radius: 8px 8px 0 0 !important;
    }
    
}

@media (max-width: 767px) {
    .box-home-campanha .video {
        height: 210px;
        margin-top: 15px;
    }

    .box-home-campanha .degrade {
        height: 210px;
    }

    .box-home-campanha .video .chamada {
        top: 160px;
        width: 75%;
        height: 58px;
        font-size: 20px;
        font-weight: 600;
    }

    .box-home-campanha .video .play {
        top: 160px;
        right: 10px;
    }

    .box-home-campanha .video .play .material-icons {
        font-size: 65px;
    }

    .box-home-campanha .box {
        height: 210px;
    }

    .box-home-campanha .box .chamada {
        top: 145px;
        width: 75%;
        height: 58px;
        font-size: 20px;
        margin: 15px;
    }

    .box-imagem-campanha-esquerda {
        border-radius: 8px 8px 0px 0px !important;
    }

    .box-home-campanha .inverte {
        flex-direction: column-reverse;
        justify-content: center;
        display: flex;
        min-height: 300px;
    }

    .box-home-campanha .inverte .box-imagem-campanha-direita {
        border-radius: 8px 8px 0px 0px !important;
    }
}

.box-home-campanha .borda {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.box-home-campanha .box-campanha-body {
    flex-direction: column;
    justify-content: center;
    display: flex;
    min-height: 300px;
}

.box-home-campanha .icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.busca-titulo {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 10px 0px;
    position: sticky;
    top: 0px;
    z-index: 1;
    background-color: #FFF;
}

.MostraPesq a {
    font-size: 12px;
}

.MostraPesq .shop-item-price {
    font-size: 12px;
    display: block;
    width: 60px;
    text-align: end;
}

.MostraPesq img {
    box-shadow: 0px 1px 1px #00000029;
    border-radius: 5px;
}

.modal-localizacao input {
    background: #F5F5F8 0% 0% no-repeat padding-box;
    width: 100%;
    letter-spacing: 0px;
    color: #62626B;
    margin-top: 10px;
    padding: 10px 15px 8px 15px;
    font-weight: 100;
    border-radius: 8px;
}

.modal-localizacao .modal-body {
    max-height: 200px;
    overflow: auto;
}

.modal-ver-todas-unidades .modal-body {
    max-height: 500px;
    overflow: auto;
}

.modal-localizacao input::placeholder {
    opacity: 0.29;
}

.modal-dialog-centered {
    width: 100vw;
    height: 100vh;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.box-busca-localizacao {
    color: #62626B;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 13px;
}

.box-busca-localizacao .titulo {
    font-size: 12px;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-busca-localizacao .endereco {
    font-size: 10px;
    font-weight: 100;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-busca-localizacao .icone {
    float: left;
    padding-right: 10px;
}

.box-busca-localizacao img {
    height: 30px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.box-beneshop {
    font-size: 24px;
    text-align: center;
    padding: 20px 10px 30px 10px;
}

.box-beneshop .titulo {
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 24px;
}

.box-beneshop .material-icons {
    font-size: 36px;
}

.box-beneshop-oferta {
    min-height: 285px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    margin: 10px 2px 20px 2px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.owl-produtos .box-beneshop-oferta {
    height: 390px;
}

.box-beneshop-oferta .degrade {
    background: rgb(17 17 17 / 50%);
    height: 143px;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}

.box-beneshop-oferta .nome {
    font-size: 14px;
    color: #1B1C28;
    padding: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90vw;
}

.box-beneshop-oferta .descricao {
    font-size: 12px;
    font-weight: 600;
    color: #1B1C28;
    padding: 0px 15px;
    overflow: hidden;
    height: 51px;
}

.box-beneshop-oferta .valor {
    height: 100%;
}

.box-beneshop-oferta .valor .preco {
    text-align: center;
    border-top: 1px dashed #ddd;
    margin-top: 10px;
    padding-top: 10px;
    height: 77px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-beneshop-oferta .valor .preco .apartir {
    font-size: 10px;
}

.box-beneshop-oferta .valor .preco .valor {
    font-size: 20px;
    font-weight: 600;
}

.box-beneshop-oferta .valor .preco .moeda {
    font-size: 14px;
}

.box-beneshop-oferta .botao {
    margin: 10px 5px 15px 15px;
}

.box-beneshop-oferta .localizacao {
    font-size: 10px;
    position: absolute;
    top: 130px;
    left: 20px;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
}

.box-beneshop-oferta .favorito {
    margin-top: 12px;
    cursor: pointer;
}

.box-beneshop-oferta .localizacao span {
    position: relative;
    top: -5px;
    padding-left: 0px;
}

.box-beneshop-oferta .localizacao i {
    font-size: 18px;
}

.box-beneshop-oferta .voto {
    font-size: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FFF;
}

.box-beneshop-oferta .voto span {
    position: relative;
    top: -5px;
    padding-left: 5px;
    letter-spacing: -2px;
}

.box-beneshop-oferta .voto i {
    font-size: 18px;
    color: #EAC54A;
}

.box-beneshop-oferta .novidade {
    font-size: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #FFF;
    border-radius: 4px;
    padding: 1px 6px 1px 5px;
}

.box-beneshop-oferta .logo {
    width: 64px;
    height: 64px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0px 2px 4px #00000029;
    position: absolute;
    top: 103px;
    right: 25px;
    background-color: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.box-beneshop-oferta .imagem {
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 7px solid;
    background-color: #FFF;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
}

@media (max-width: 480px) {
    .col-xs-6.owl-beneficios, .col-xs-6.owl-experiencias, .col-xs-6.owl-produtos {
        width: 100%;
    }

    .owl-produtos .box-beneshop-oferta, .owl-experiencias .box-beneshop-oferta {
        height: 345px;
    }

    .beneshop-hide {
        display: none;
    }

    .box-beneshop-oferta {
        min-height: 255px;
    }
}

.c-font-weight-100 {
    font-weight: 100;
}

.color-black {
    color: #1B1C28;
}

.empresa.radio {
    display: flex;
    flex-direction: column;
}

.empresa.radio label {
    padding-left: 0px !important;
    padding-bottom: 15px;
}

.radio label:first-child {
    padding-left: 0px;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 1.1em;
    line-height: 0;
    top: 50%;
    left: 10%;
    font-weight: 600;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
    font-size: 0.8em;
    left: 12%;
    top: 54%;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    width: 0px;
    height: 0px;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

#sidebar ul.shop-sidebar li a {
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 4px;
}

#sidebar ul.pl20 li a {
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 0px;
    line-height: 12px;
}

#sidebar ul.pl20 li {
    line-height: 10px !important;
    padding: 10px 0px 0px 4px !important;
}

#sidebar ul.shop-sidebar li {
    border-bottom: 0px;
    display: flex;
    line-height: 30px;
    padding: 15px 0px 0px 0px;
}

#sidebar ul.shop-sidebar .active {
    font-weight: 600 !important;
}

.cat-none {
    display: none;
}

.box-imagem-campanha-esquerda {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px 0px 0px 8px;
}

.box-imagem-campanha-direita {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 8px 8px 0px;
}

.height-250 {
    height: 250px;
}

.fz20 {
    font-size: 20px !important;
}

.fz12 {
    font-size: 12px !important;
}

.fz10 {
    font-size: 10px !important;
}

.valorCarteiraDigital {
    padding-top: 10px;
    display: inline;
    overflow: hidden;
    height: 50px;
}

.box-sub-menu-cardeira-digital {
    padding: 20px 10px 10px 10px;
}

.box-sub-menu-cardeira-digital .linha {
    width: 100%;
    height: 1px;
}

.box-sub-menu-cardeira-digital .borda {
    border-radius: 8px;
}

.box-sub-menu-cardeira-digital button {
    display: inline;
    border: 0px solid;
    padding-bottom: 5px;
    margin-left: -5px;
    background-color: transparent;
}

.box-sub-menu-cardeira-digital button i {
    margin-left: 0px;
    font-size: 24px;
}

.box-sub-menu-cardeira-digital button span {
    position: relative;
    top: -6px;
    padding-left: 10px;
}

#extratoResgate .nav-tabs {
    border-bottom: 0px;
}

.sub-menu-cardeira-digital-ativo {
    border-bottom: 2px solid !important;
}

.bo-ra10 {
    border-radius: 10px;
}

.box-login {
    width: 450px !important;
    height: auto !important;
    min-height: 330px;
    border-radius: 8px !important;
    background: #ffffff !important;
    margin: 0 auto !important;
    z-index: 0;
    position: relative;
}

.box-login form {
    width: 80%;
}

.box-login input, .box-login select {
    background: #F5F5F8 0% 0% no-repeat padding-box !important;
    border: 0px;
}

.form-registro {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 20px;
    margin-top: 25px;
}

.form-registro input, .form-registro select {
    background: #F5F5F8 0% 0% no-repeat padding-box;
    border-radius: 4px;
    box-shadow: none;
}

.form-registro input:focus {
    box-shadow: none;
}

.form-registro select:focus {
    box-shadow: none;
}

.fundo-footer {
    background-color: #1b1c28 !important;
}

.box-parceiro {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.box-parceiro h4 {
    font-size: 14px;
    line-height: 30px;
    color: #1B1C28;
    font-weight: 600 !important;
    padding-top: 5px;
}

.box-parceiro .texto {
    font-size: 12px;
    text-align: justify;
    font-weight: 100;
    padding-bottom: 10px;
}

.traco_baixo {
    border-bottom: 3px solid !important;
}

.carrossel_imagem:hover {
    cursor: pointer;
}

.banner-beneficio-estrelas {
    position: absolute;
    right: 60px;
    top: 18px;
}

.banner-beneficio-estrelas .shop-item-review {
    font-size: 11px;
    cursor: pointer;
}

.banner-beneficio-estrelas .voto_computado {
    color: #FFF;
    font-size: 12px;
}

.banner-beneficio-logo-parceiro {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.logo-produto {
    top: 52px !important;
}

.banner-beneficio-parceiro-tipo {
    position: absolute;
    right: 20px;
    top: 45px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 10px;
}

.banner-beneficio-parceiro-tipo .beneficio-info {
    padding: 2px 10px;
    font-weight: 600;
}

.banner-beneficio-novidade {
    position: absolute;
    right: 20px;
    top: 70px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 10px;
}

.banner-beneficio-novidade .beneficio-info {
    padding: 2px 10px;
    font-weight: 600;
}

.banner-beneficio-favorito {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}

.banner-beneficio-bloco-dados {
    position: absolute;
    left: 130px;
    top: 40px;
    color: #FFF;
    font-size: 22px;
    text-align: left;
}

.dados-produtos {
    top: 80px;
}

.banner-beneficio-bloco-dados .categoria {
    font-size: 10px;
    text-align: left;
}

.parceiro-detalhes {
    padding-left: 0px;
    padding-right: 0px;
}

.parceiro-detalhes .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.parceiro-detalhes .imagem-topo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

.parceiro-detalhes .imagem-topo .degrade {
    background: rgb(17 17 17 / 50%);
    height: 130px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.parceiro-localizacao {
    padding-top: 75px;
    padding-left: 5px;
}

.parceiro-localizacao .titulo-loc {
    font-size: 18px;
    font-weight: 600 !important;
    padding: 0px;
    letter-spacing: 0px;
    line-height: 0px;
}

.parceiro-localizacao .titulo-loc span {
    position: relative;
    top: -5px;
    margin-left: 5px;
}

.parceiro-localizacao .titulo-loc i {
    font-size: 22px;
}

.parceiro-localizacao .mapa {
    height:200px;
    margin-top: 15px;
    border-radius: 8px;
}

.parceiro-localizacao .box {
    width:100%; padding-bottom: 15px;
}

.parceiro-localizacao .box .box-titulo {
    font-size: 12px;
    font-weight: 600;
}

.parceiro-localizacao .box .box-detalhes {
    font-size: 12px;
    font-weight: 100;
}

.parceiro-localizacao .fw-normal {
    font-size: 11px;
    line-height: 16px;
}

.parceiro-detalhes .titulo {
    font-size: 20px;
    font-weight: 600 !important;
    padding: 0px 0px 0px 20px;
    letter-spacing: 0px;
    line-height: 0px;
}

.parceiro-detalhes .titulo span {
    position: relative;
    top: -5px;
}

.parceiro-detalhes .titulo i {
    font-size: 26px;
}

.parceiro-detalhes .titulo-exp {
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 600 !important;
    color: #1B1C28;
}

.parceiro-detalhes .titulo-sub-exp {
    font-size: 14px !important;
    line-height: 16px;
    padding-top: 5px;
}

.parceiro-detalhes .box-valor-produto {
    font-size: 20px;
    padding-top: 15px;
}

.parceiro-detalhes .form-cep {
    display: flex;
    font-size: 12px;
    color: #1B1C28;
}

.parceiro-detalhes .button i, .parceiro-detalhes .button-3d i, .parceiro-detalhes .button-o i {
    margin-left: 8px;
    margin-right: 0px;
    font-size: 18px;
}

.parceiro-detalhes .form-cep .form-control {
    width: 110px;
}

.parceiro-detalhes .box-cep-produto {
    width: 315px;
}

.parceiro-detalhes .box-menu {
    font-size: 12px;
    cursor: pointer;
    max-width: 275px;
    float: right;
    padding-right: 25px;
}

.parceiro-detalhes .box-menu .material-icons {
    float: left;
}

.parceiro-detalhes .box-menu .titulo-menu {
    padding-left: 30px;
    font-size: 10px;
    padding-bottom: 5px;
    width: 94px;
    text-transform: uppercase;
    letter-spacing: 0px;    
}

.parceiro-detalhes .box-info {
    font-size: 12px;
}

.parceiro-detalhes .box-info .info-titulo
{
    color: #1B1C28;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.parceiro-detalhes .box-info .material-icons
{
    font-size: 20px;
    padding-right: 5px;
}

.parceiro-detalhes .box-info .info-detalhe
{
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.parceiro-detalhes .panel-heading {
    padding: 10px 20px;
}

.parceiro-detalhes .panel-heading a {
    color: #1B1C28;
}

.parceiro-detalhes .panel-collapse {
    padding: 5px;
}

.parceiro-detalhes .panel-body {
    padding: 15px 15px 0px 15px;
}

.fl-left {
    float: left;
}

.fw-normal {
    font-weight: normal;
}

.t-a-r{
    text-align: right
}

.br10{
    border-radius: 10px
}

.galeria-img-1{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 270px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.galeria-img-2{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 130px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.galeria-img-3{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 130px;
    border: 1px solid #eee;
    margin-top: 10px;
    border-radius: 8px;
}

.galeria-img-3 .degrade {
    background: rgb(17 17 17 / 50%);
    height: 130px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.box-pequenas {
    padding-right: 0px;
}

.botao-carrinho {
    padding: 6px 20px !important;   
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ordenacao .botao-carrinho {
    margin-top: 3px;
}

.tab-content .tab-pane {
    border-radius: 8px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: calc(100vh - 68px);
}

.modal {
    background-color: rgb(0 0 0 / 60%);
}

@media (max-width: 991px) {
    .galeria-img-2 {
        width: 240px;
        float: left;
        margin-top: 10px;
    }

    .galeria-img-3 {
        width: 240px;
        float: right;
    }

    .box-pequenas {
        padding: 0px;
    }

    .parceiro-detalhes .collapsing, .in {
        margin-top: 0px !important;
    }

    .parceiro-localizacao {
        padding-top: 30px;
        padding-left: 15px;
    }

    .botao-carrinho {
        text-align: left;
        padding-top: 20px;
    }

    .scroll-tabela {
        /*overflow-x: auto !important;
        width: 100%;*/
    }

}

@media (max-width: 767px) {
    .parceiro-detalhes .titulo {
        display: none;
    }
    .parceiro-detalhes .box-botoes {
        padding-top: 15px;
    }

    .parceiro-detalhes .collapsing, .in {
        margin-top: 45px !important;
    }

    .row{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .parceiro-detalhes .box-cep-produto {
        width: 100%;
        height: 38px;
        margin-bottom: 25px;
    }
}

@media (max-width: 628px) {
    .galeria-img-1 {
        height: 160px;
    }

    .galeria-img-2 {
        width: 48%;
        margin-top: 10px;
        float: left;
        height: 100px;
    }

    .galeria-img-3 {
        width: 48%;
        float: right;
        height: 100px;
    }

    .galeria-img-3 .degrade {
        height: 100px;
    }

    .parceiro-detalhes .imagem-topo, .parceiro-detalhes .imagem-topo .degrade {
        height: 150px;
    }

    .banner-beneficio-logo-parceiro {
        width: 60px;
        height: 60px;
        right: 20px;
        top: 54px;
    }

    .logo-produto {
        top: 46px !important;
    }

    .banner-beneficio-parceiro-tipo {
        font-size: 8px;
    }

    .banner-beneficio-estrelas .shop-item-review, .banner-beneficio-estrelas .voto_computado {
        font-size: 8px;
    }

    .banner-beneficio-favorito .material-icons {
        font-size: 20px;
    }

    .banner-beneficio-bloco-dados {
        right: 100px;
        top: 58px;
        font-size: 16px;
        padding-left: 20px;
    }

    .parceiro-detalhes .box-info {
        padding-bottom: 15px;
    }
    
}

@media (max-width: 375px) {
    
    
    .balao {
        position: absolute !important;
        top: 16px !important;
        right: 30px !important;
        /* left: 160px; */
        border-radius: 50% !important;
        min-width: 24px !important;
        text-align: center !important;
        min-height: 23px !important;
        display: grid !important;
        align-items: center !important;
        font-size: 10px !important;
        font-weight: bold !important;
    }

    .parceiro-detalhes .collapsing, .in {
        margin-top: 50px !important;
    }
}

@media (max-width: 1024px) {
    
    .balao {
        position: absolute;
        top: 16px;
        left: 154px;
        border-radius: 50%;
        min-width: 24px;
        text-align: center;
        min-height: 23px;
        display: grid;
        align-items: center;
        font-size: 10px;
        font-weight: bold;
    }
}

@media (max-width: 414px) {
    
    .parceiro-detalhes .collapsing, .in {
        margin-top: 70px !important;
    }
}

.carteira .borda {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
    border-radius: 8px;
}

.carteira .nav-tabs>li {
    float: right;
    height: 40px;
    opacity: 0.5;
}

.carteira .nav-tabs>li.active {
    opacity: 1;
}

.carteira .nav-tabs>li.active>a, .carteira .nav-tabs>li.active>a:focus, .carteira .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid !important;
    opacity: 1;
}

.carteira .nav-tabs li a {
    background-color: transparent;
    border: 0px;
    padding: 4px 15px;
}

.carteira .nav-tabs li span {
    position: relative;
    top: -6px;
    padding-left: 10px;
}

.carteira .box-top-pontos {
    justify-content: initial;
}

.carteira .box-saldo {
    padding-top: 0px;
    padding-left: 0px;
}

.carteira .box-top-pontos .valor {
    font-size: 20px;
    font-weight: 600;
    padding-top: 5px;
    display: grid;
}

.carteira .box-top-pontos .valor .moeda {
    display: contents;
    font-size: 12px;
}

.carteira .botao-transferir {
    position: absolute;
    top: 10px;
    right: 15px;
    text-transform: inherit;
}

.carteira .botao-transferir2 {
    position: absolute;
    top: 43px;
    right: 15px;
    text-transform: inherit;
    line-height: 49px;
    font-size: 12px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px !important;
}


.dataTables_wrapper .dataTables_info {
    font: normal normal normal 10px/12px Azeret Mono;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
}

.carteira .tab-titulo {
    font-size: 14px;
    letter-spacing: 1.54px;
    color: #1B1C28;
    text-align: left;
    height: 40px;
}

.carteira .tab-sub-titulo {
    letter-spacing: 3.35px;
    font-size: 11px;
    color: #1B1C28;
    font-weight: bold;
    text-transform: uppercase;
    width: 33% !important;
    padding: 10px !important;
}

.carteira .tab-sub-titulo-saida {
    letter-spacing: 3.35px;
    font-size: 11px;
    color: #1B1C28;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px !important;
}

.carteira .tab-borda {
    /* box-shadow: 0px 3px 6px #00000029; */
    border-top: 1px solid #dedede;
    border-radius: 8px;
    background-color: transparent;
    height: 80px;
}

.carteira .tab-divisao {
    border-top: 1px solid #70707038;
}

.carteira .box-top-pontos .icone-saldo {
    padding: 2px;
}

.carteira .valor-saldo {
    padding-right: 40px;
    display: inline;
    white-space: nowrap;
    line-height: 20px;
    padding-left: 10px;
}

.tab-content .tab-pane {
    border-radius: 8px !important;
    padding: 10px;
}

@media (max-width: 991px) {
    .carteira .botao-transferir2 {
        position: absolute;
        margin-top: 55px;
        left: 25px;
    }

    .box-home-menu button {
        padding: 4px 2px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .carteira .valor-saldo {
        padding-right: 20px;
    }
}

@media (max-width: 480px) {
    .carteira .botao-transferir, .carteira .botao-transferir2 {
        padding: 6px 8px;
        font-size: 9px;
    }
    .carteira .botao-transferir {
        position: initial;
        margin-top: 20px;
    }
    .parceiro-detalhes .collapsing, .in {
        margin-top: 0px !important;
    }

    #botao-comprar{
        margin-top: 80px;
        margin-left: -14px;
    }

    .box-banner, .box-home-bene .box-home-campanha{
        padding-left: 0px;
        padding-right: 0px;
    }

    .owl-home-menu .col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #footer .centraliza {
        display: block;
    }

    #footer .centraliza .col-md-12 {
        padding-top: 15px;
    }

    .box-footer-app {
        margin-top: 65px !important;
    }

    .box-home-bene .borda {
        padding: 5px;
    }

}

.popup-login .titulo {
    font-size: 16px;
}

.popup-login .modal-dialog {
    height: 100vh;
    max-width: 370px;
}

.popup-login .modal-body {
    text-align: center;
    letter-spacing: 0px;
    color: #1B1C28;
    font-weight: 100;
    font-size: 12px;
    padding: 25px;
    line-height: 24px;
}

.centraliza-div {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;  
}

.centraliza-login {
    width: calc(100vw - 30px);
    height: 100vh;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.bg-cinza {
    background-color: #999 !important;
}

.logo-login {
    height: 65px;
    margin-top: 45px;
}

.topo-custom .logo-login {
    height: auto;
    margin-top: 15px;
}

.label-mais-imagem-bene{
    position: relative;
    left: 41%;
    top: 40%;
    z-index: 999;
    color: #FFF;
    font-size: 18px;
}

.add-mais-protudos{
    margin-top: 18px;
    text-align: right;
    font-size: 11px;
}

.produtos-continuar{
    text-align: left;
}

.menu-top .nav-tabs {
    border: 0px;
    float: right;
}

.menu-top .nav-tabs>li.active {
    opacity: 1;
}

.menu-top .nav-tabs>li.active>a, .menu-top .nav-tabs>li.active>a:focus, .menu-top .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border: 0px;
    border-bottom: 3px solid !important;
    opacity: 1;
}

.menu-top .nav-tabs li a:hover {
    background-color: transparent;
    border: 0px;
    border-bottom: 3px solid !important;
    opacity: 1;
}

.menu-top .nav-tabs.owl-categorias li .color-pasific {
    border-bottom: 3px solid !important;
    opacity: 1;
}

.menu-top .nav-tabs li a {
    background-color: transparent;
    border: 0px;
    border-bottom: 3px solid transparent;
    padding: 10px 0px 0px 0px;
    height: 62px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.menu-top .nav-tabs li span {
    padding-left: 5px;
    font-size: 10px;
    max-width: 100px;
    padding-right: 10px;
}

.beneshop.menu-top .nav-tabs .color-pasific-alfa span {
    font-weight: 100;
}

.menu-top .nav-tabs .material-icons {
    padding-left: 5px;
}

.beneshop.menu-top {
    display: none;
    width: 100%;
}

@media(max-width: 991px) {   
    .menu-top {
        width: 75%;
    }
    .beneshop.menu-top {
        display: flex;
    }
    .oculta-menu {
        display: none;
    }
}

@media(max-width: 771px) {   
    .menu-top {
        width: 100%;
        display: flex;
        padding-left: 15px;
    }
}

@media(max-width: 615px) {   
    .box-home-bene .titulo {
        width: 100%;
    }
    .menu-top {
        display: none;
    }

    .beneshop.menu-top {
        display: flex;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 1200px) {
    .admin .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .admin .container {
        width: 1170px !important;
    }

    .admin .col-md-10, .admin .col-md-2 {
        float: left;
    } 
}

.color-pink2 {
    color: #EA4AA2;
}

#modalPriorizar li {
    border-radius: 25px !important;
    float: none !important;
    margin: 3px 0px !important;
    display: inline-block !important;
    font-weight: 100;
    padding: 5px 15px 4px 15px !important;
}

#mensagem_converter_dados p, #mensagem_converter p {
    font-size: 12px;
    font-weight: 100;
}

.admin.bg-light.pt120 {
    padding-top: 50px;
}

.admin .col-md-10 {
    width: calc(100% - 270px);
    margin-left: 260px;
}

.menu-admin {
    background-color: #FFF;
    height: 100vh;
    padding-top: 3px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0px 3px 6px #00000012;
    width: 250px;
    position: fixed !important;
    z-index: 1031;
}

.menu-admin .titulo {
    font: normal normal 600 14px/34px Azeret Mono;
    letter-spacing: 0px;
    color: #1B1C28;
    opacity: 1;
    padding: 15px 30px;
    border-top: 2px solid #EEEFF3;
    border-bottom: 2px solid #EEEFF3;
}

.menu-admin ul.menu-sidebar {
    margin: 0 0 0 0;
    padding: 0;
    overflow-y: auto;
    height: calc(100vh - 154px);
}

.menu-admin ul.menu-sidebar li {
    border-bottom: 0px;
    display: flex;
    line-height: 30px;
}

.menu-admin ul.menu-sidebar li.active {
    background: #F2F2F2 0% 0% no-repeat padding-box;
}

.menu-admin ul.menu-sidebar li:hover {
    background: #F2F2F2 0% 0% no-repeat padding-box;
}

.menu-admin ul.menu-sidebar li.principal:last-child {
    border-bottom: 1px solid #EEEFF3 !important;
}

.menu-admin ul.menu-sidebar li.principal.ultima {
    border-bottom: 1px solid #EEEFF3 !important;
}


.menu-admin ul.menu-sidebar li a {
    height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0 5px 0 20px;
    line-height: 18px;
}

.menu-admin ul.menu-sidebar li .icone {
    padding-right: 15px;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #EEEFF3;
    color: #C3C3C3;
}


.menu-admin ul.menu-sidebar li .icone i {
    /*
    padding-right: 15px;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #00000029;
    */
    font-size: 21px;
    color: #C3C3C3 
}

.menu-admin ul.menu-sidebar li .seta {
    padding-left: 5px;
}

.menu-admin ul.menu-sidebar li .menu {
    width: 140px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-admin ul.menu-sidebar li span {
    padding-right: 20px;
}

.menu-admin ul.menu-sidebar ul {
    padding: 0px;
    background: #F2F2F2 ;
}

.menu-admin ul.menu-sidebar ul li a {
    color: #000;
    height: 50px;
}

.menu-admin ul.menu-sidebar ul li {
    text-align: left;
    font: normal normal normal 12px/30px Azeret Mono;
    letter-spacing: 0px;
    color: #1B1C28;
    margin-left: 60px;
    border-left: 1px solid #00000029;
    padding: 0px;
    margin-left: 58.5px;
}

.menu-admin ul.menu-sidebar ul li.active a {
    font-weight: 600;
}

.admin-titulo {
    padding: 50px 0px 15px 0px;
}

.admin-titulo h3 {
    text-align: left;
    font: normal normal normal 20px/24px Azeret Mono;
    letter-spacing: 0px;
    opacity: 1;
    display: flex;
}

.admin-titulo h3 span {
    padding-right: 10px;
}

.admin-titulo .voltar {
    display: flex;
    justify-content: flex-end !important;
}

.admin-titulo .botao-voltar {
    font-size: 20px;
    color: #1B1C28;
    text-transform: initial;
    font-weight: 100;
    margin-top: 18px;
    margin-right: 40px;
}

.admin-titulo .botao-voltar .material-icons {
    font-size: 25px;
    padding-right: 10px;
}

.button-sm {
    padding: 12px 30px;
}

.alert {
    clear: both;
    font: normal normal normal 10px/11px Azeret Mono;
    letter-spacing: 0px;
    margin: 15px;
    padding: 22px;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 15px;
}

.alert span {
    padding-right: 10px;
}

.display-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-left {
    justify-content: left !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-space {
    justify-content: space-between !important;
}

.flex-direction-column {
    flex-direction: column !important;
}

.flex-direction-row {
    flex-direction: row !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.col-md-4, .col-md-6 {
    min-height: 100%;
}

.box-admin {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 30px 20px;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.box-admin h5 {
    letter-spacing: 0.28px;
}

.box-admin .texto {
    text-align: left;
    font: normal normal normal 12px/16px Azeret Mono;
    letter-spacing: 0.19px;
    color: #333333;
    padding-right: 56px;
    min-height: 48px;
}

.box-admin .texto-detalhes {
    text-align: left;
    font: normal normal normal 12px/25px Azeret Mono;
    letter-spacing: 0.19px;
    color: #333333;
    font-weight: 600;
    padding-right: 35px;
}

.botao-voltar {
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: 1.07px;
    color: #8D2BFF;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    width: 80px;
}

.botao-voltar .material-icons {
    font-size: 21px;
    padding-right: 5px;
}

.box-admin .subtitulo {
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #747474;
    padding: 15px 20px 0px 10px;
    width: 90%;
}

.box-admin .subtitulo .descricao {
    font-size: 12px;
    color: #747474;
}

.color-verde{
    color: #5CB85C !important;
}

.color-azul{
    color: #337AB7 !important;
}

.color-amarelo{
    color: #EC971F !important;
}

.color-vermelho{
    color: #E5002A !important;
}

.box-admin .texto-detalhes span {
    font-weight: 100 !important;
}

.box-admin .seta {
    position: absolute;
    bottom: 17px;
    right: 30px;
}

.box-admin .seta .material-icons {
    font-size: 28px;
}

.box-admin .box-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 60px;
}

.box-admin .box-icon .material-icons {
    color: #C3C3C3;
    font-size: 35px;
}

.box-admin .box-icon .texto {
    min-height: 0px;
    padding-right: 0px;
    padding-left: 15px;
}

.box-admin .box-icon h5 {
    line-height: 5px;
    padding-left: 15px;
    font-weight: 600 !important;
}

.box-admin .cabecalho {
    border: 1px solid #C3C3C3;
    margin-top: 10px;
    border-radius: 12px;
    display: flex;
}

.box-admin .cabecalho .esquerda {
    padding: 15px 10px 15px 30px;
    width: calc(100% - 250px);
    background: #FFF;
    border-radius: 10px 0px 0px 10px;
}

.box-admin .cabecalho .direita {
    width: 250px;
    border-radius: 0px 8px 8px 0px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.box-admin .cabecalho .titulo {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 10px;
}

.box-admin .cabecalho .detalhes {
    font-size: 12px;
    letter-spacing: 0px;
    color: #868B9E;
}

.box-admin .cabecalho .direita .material-icons {
    font-size: 40px;
    padding: 20px;
    color: #FFF;
}

.box-admin .cabecalho .direita .info {
    font-size: 18px;
    letter-spacing: -0.9px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-admin .cabecalho .direita .info span {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.82px;
}

.box-admin.lote {
    padding: 0px;
}

.box-admin .cabecalho-lote {
    display: flex;
}

.box-admin .cabecalho-lote .esquerda {
    padding: 20px 0px 10px 30px;
    width: calc(100% - 325px);
    background: #FFF;
    border-radius: 10px 0px 0px 10px;
}

.box-admin .cabecalho-lote .direita {
    width: 325px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 0px 10px 10px 0px;
}

.box-admin .cabecalho-lote .titulo {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #1B1C28;
    padding-bottom: 10px;
}

.box-admin .cabecalho-lote .detalhes {
    font-size: 14px;
    letter-spacing: 0px;
    color: #868B9E;
    padding: 10px 0px;
    border-top: 1px solid #c3c3c373;
}

.box-admin .cabecalho-lote .detalhes span {
    color: #1B1C28;
    font-weight: 600;
}

.box-admin .cabecalho-lote .direita .saldo {
    font-size: 14px;
    font-weight: 600;
    color: #FF0280;
    text-align: center;
}

.box-admin .cabecalho-lote .direita .saldo span{
    font-size: 18px;
    white-space: nowrap;
}

.box-admin .cabecalho-lote .direita .valor {
    font-size: 14px;
    font-weight: 600;
    color: #1B1C28;
    text-align: center;
}

.box-admin .cabecalho-lote .direita .valor span{
    white-space: nowrap;
}

.box-admin.dados {
    padding: 10px 20px 20px 20px !important;
}

.box-termos {
    background-color: #FFF;
    margin: 30px 0px 15px 0px;
    border-radius: 10px;
}

.box-termos .col-md-9 {
    width: calc(100% - 325px);
}

.box-termos .col-md-3 {
    width: 325px;
}

.box-termos .box-info {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0px 5px 10px 20px;
    background-color: white;
    border-radius: 8px 0px 0px 8px;
}

.box-termos .box-info .material-icons {
    font-size: 60px;
    color: #C3C3C3;
    padding: 20px 25px 20px 0px;
}

.box-termos .box-info h5 {
    letter-spacing: 0.36px; 
    color: #1B1C28;
    font-size: 18px;
}

.box-termos .box-info .texto {
    letter-spacing: 0.24px;
    color: #868B9E;
    font-size: 12px;
    max-width: 390px;
}

.box-termos .box-botoes {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 0px 15px;
    cursor: pointer;
}

.box-termos .box-botoes .titulo {
    font: normal normal normal 14px/40px Azeret Mono;
    letter-spacing: 0.28px;
    color: #FFFFFF;
}

.box-termos .box-botoes .material-icons {
    color: #FFFFFF;
}

@media(max-width: 991px) {   
    .box-termos .box-info {
        border-radius: 8px 8px 0px 0px;
    }

    .box-termos .col-md-9 {
        width: 100%;
    }

    .box-termos .col-md-3 {
        width: 100%;
    }
}

.box-branco {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
}

.box-branco h4 {
    font: normal normal 20px/51px Azeret Mono;
    letter-spacing: 0px;
    font-weight: 600 !important;
}

.box-branco h5 {
    font-size: 16px;
    letter-spacing: 0px;
}

.box-dados .titulo {
    font: normal normal normal 18px/35px Azeret Mono;
    letter-spacing: 0px;
    color: #1B1C28;
}

.box-dados .titulo span {
    font-weight: 600 !important;
}

#shop.admin {
    min-height: calc(100vh - 70px);
}

.footer-admin {
    color: #1B1C28;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    width: calc(100% - 240px);
    margin-left: 240px;
    font: normal normal 300 12px/16px Azeret Mono;
    letter-spacing: 0.19px;
    background-color: #F5F5F8 !important;
    float: left;
}

.footer-admin a {
    color: #1B1C28 !important;
}

.footer-admin span {
    padding: 0 20px;
}

.box-filtros {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px 20px 15px;
}

.table-admin {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
}

.table-admin thead{
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border: 1px solid #EBEBEB;
    opacity: 1;
    height: 60px;
}

.table-admin thead th {
    font: normal normal 600 10px/12px Azeret Mono;
    letter-spacing: 0px;
    color: #1B1C28;
    vertical-align: middle !important;
}

.table-admin tbody td {
    font: normal normal normal 10px/12px Azeret Mono;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    border-top: 1px solid #EBEBEB;
    height: 45px;
}

.table-admin tbody td .material-icons {
    color: #C3C3C3;
}

.table-admin tbody tr:not(.footer_usuario_cartao):hover{
    background-color: #FCF9E1;	
}

.table-admin .dropdown-menu {
    left: -90px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    border: 1px solid #00000029;
    padding-bottom: 5px !important;
    padding-top: 0px;
    min-width: 120px;
}

.table-admin .dropdown-menu li {
    height: 30px;
}

.table-admin .dropdown-menu li a {
    font: normal normal normal 10px/30px Azeret Mono;
    letter-spacing: 0px;
    color: #1B1C28;
}

#modalEdicao.modal-dialog-centered{
    align-items: baseline !important;
    padding: 0px 30px;
}

#modalEdicao .modal-lg {
    max-width: 1200px !important;
}

#modalLinkSeguro.modal-dialog-centered{
    align-items: normal !important;
}

#modalLinkSeguro .modal-lg {
    max-width: 96% !important;
}

.modal-header-seguro{
    position: inherit !important;
}

.fechar-modal {
    position: absolute;
    top: 25px;
    right: 25px;
}

.box-elementos label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    float: left;
    margin-right: 25px;
}

.box-elementos label select {
    background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 0.5em) 0.5em !important;
}

.titulo-form {
    font: normal normal normal 20px/38px Azeret Mono;
    letter-spacing: 0px;
    padding-bottom: 35px;
    padding-left: 15px;
}

.modal-body-edicao h4 {
    font: normal normal normal 20px/38px Azeret Mono;
    letter-spacing: 0px;
}

.modal-body-edicao h4 small {
    font: normal normal normal 12px/11px Azeret Mono;
    letter-spacing: 0px;
    color: #707070;
}

.modal-body-edicao .form-group {
    margin-bottom: 35px;
}

.modal-body-edicao .input-md {
    border-radius: 4px;
    height: 55px;
    letter-spacing: 0.14px;
    color: #000000BC;
    font: normal normal normal 14px/24px Azeret Mono;
    padding-top: 5px;
}

.modal-body-edicao .form-group label {
    position: absolute;
    top: -7px;
    left: 25px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(238,238,238,0) 100%);
    padding: 0px 1px;
    font-size: 12px;
    z-index: 1;
}

.modal-body-edicao .obrigatorio {
    color: #000000BC;
}

.modal-body-edicao .form-group input::placeholder {
    font: normal normal normal 14px/24px Azeret Mono;
    letter-spacing: 0.14px;
    color: #00000060;
}

.modal-body-edicao select::after {
    content: "";
    width: 0.8em;
    height: 0.5em;
    background-color: #000000BC;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.modal-body-edicao .box-elementos-1 {
    border: 1px dashed #C3C3C3;
    height: 190px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-body-edicao .box-elementos-2 {
    border: 1px dashed #C3C3C3;
    height: 160px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-body-edicao .sub-texto {
    font-weight: 100;
    font-size: 10px;
    text-align: center;
}

.modal-body-edicao table#motivos thead {
    font: normal normal normal 14px/16px Roboto;
    letter-spacing: 0.47px;
    height: 38px;
    color: #FFF;
}

.modal-body-edicao table#motivos{
    width:100%;
    border-radius: 3px 3px 0px 0px;
    border: 0.5px solid #C3C3C3;
}

.modal-body-edicao table#motivos thead th{
    padding: 10px;
    font-weight: 100;
}

.modal-body-edicao table#motivos td{
    padding: 10px;
    font-weight: 100;
    font: normal normal normal 14px/16px Roboto;
    letter-spacing: 0.47px;
    color: #1B1C28;
    border-bottom: 0.5px solid #C3C3C3;
}

.modal-body-edicao div#motivospopup{
    position: absolute;
    top: 50px;
    left: 15px;
    width:400px;
    background: #fff;
    padding: 40px 20px 20px 20px;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    display:none;
    z-index: 1;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}

.modal-body-edicao div#motivospopup span.close{
    position:absolute;
    right: 10px;
    top: 10px;
}

.modal-body-edicao .motivoremover {
    cursor: pointer;
}

.modal-body-edicao div#motivospopup .form-group label {
    top: -18px;
}

.modal-body-edicao .note-editor.note-frame {
    margin-bottom: 0px;
}

.modal-body-edicao .botao-branco button {
    border: 2px solid;
}

.modal-body-edicao select {
    background-position: calc(100% - 15px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 0.5em) 0.5em !important;
}

#modal-body-edicao .texto-descricao {
    color: #1B1C28;
    font-size: 14px;
    font-weight: 100;
}

#modalPopup {
    text-align: center;
}

#modalPopup .modal-dialog {
    max-width: 420px;
}

#modalPopup .modal-body {
    text-align: center;
    letter-spacing: 0px;
    color: #1B1C28;
    padding-bottom: 30px;
    font: normal normal normal 14px/25px Azeret Mono !important;
}

#modalPopup h3 {
    letter-spacing: 0px;
    border-bottom: 1px solid #F5F7F9;
    padding-top: 0px;
    padding-bottom: 10px;
    font: normal normal 600 20px/53px Azeret Mono !important;
}

#modalPopup .row {
    margin: 0px;
    padding-bottom: 25px;
}

#modal-body-popup-edicao .input-md {
    border: 1px solid #0000001F;
    border-radius: 4px;
    height: 55px;
    letter-spacing: 0.14px;
    color: #000000BC;
    font: normal normal normal 15px/24px Azeret Mono;
    padding-top: 5px;
}

#modal-body-popup-edicao .form-group label {
    position: absolute;
    top: -7px;
    left: 22px;
    background: #FFF;
    padding: 0px 3px;
    font-size: 12px;
}

#modal-body-popup-edicao .form-group {
    margin-bottom: 35px;
}

#modalPopupMensagem {
    text-align: center;
}

#modalPopupMensagem .modal-dialog {
    max-width: 420px;
}

#modalPopupMensagem .modal-body {
    text-align: center;
    letter-spacing: 0px;
    color: #1B1C28;
    padding-bottom: 30px;
    font: normal normal normal 14px/25px Azeret Mono !important;
}

#modalPopupMensagem h3 {
    letter-spacing: 0px;
    border-bottom: 1px solid #F5F7F9;
    text-align: center;
    padding: 0 30px;
    margin: 0px;
    font: normal normal 600 20px/53px Azeret Mono !important;
}

#modalPopupMensagem .row {
    margin: 0px;
    padding-bottom: 25px;
}


#modalPopupAddSocios {
    text-align: center;
}

#modalPopupAddSocios .modal-dialog {
    max-width: 420px;
}

#modalPopupAddSocios .modal-body {
    text-align: center;
    letter-spacing: 0px;
    color: #1B1C28;
    padding-bottom: 30px;
    font: normal normal normal 14px/25px Azeret Mono !important;
}

#modalPopupAddSocios h3 {
    letter-spacing: 0px;
    border-bottom: 1px solid #F5F7F9;
    padding-top: 0px;
    padding-bottom: 10px;
    font: normal normal 600 20px/53px Azeret Mono !important;
}

#modalPopupAddSocios .row {
    margin: 0px;
    padding-bottom: 25px;
}

#modalPopupAddSociosMulti {
    text-align: center;
}

#modalPopupAddSociosMulti .modal-dialog {
    max-width: 420px;
}

#modalPopupAddSociosMulti .modal-body {
    text-align: center;
    letter-spacing: 0px;
    color: #1B1C28;
    padding-bottom: 30px;
    font: normal normal normal 14px/25px Azeret Mono !important;
}

#modalPopupAddSociosMulti h3 {
    letter-spacing: 0px;
    border-bottom: 1px solid #F5F7F9;
    padding-top: 0px;
    padding-bottom: 10px;
    font: normal normal 600 20px/53px Azeret Mono !important;
}

#modalPopupAddSociosMulti .row {
    margin: 0px;
    padding-bottom: 25px;
}

.modalPopup {
    text-align: center;
}

.modalPopup .modal-dialog {
    max-width: 420px;
}

.modalPopup .modal-body {
    text-align: center;
    letter-spacing: 0px;
    color: #1B1C28;
    padding-bottom: 30px;
    font: normal normal normal 14px/25px Azeret Mono !important;
}

.modalPopup h3 {
    letter-spacing: 0px;
    border-bottom: 1px solid #F5F7F9;
    padding-top: 0px;
    padding-bottom: 10px;
    font: normal normal 600 20px/53px Azeret Mono !important;
}

.modalPopup .row {
    margin: 0px;
    padding-bottom: 25px;
}

.button-popup {
    font: normal normal 600 12px/12px Azeret Mono;
    text-align: center;
    line-height: 21px;
    min-width: 130px;
}

.iris-border {
    position: absolute !important;
}

.button-closed {
    display: flex;
    flex-direction: row;
    align-items: center;
    float: left;
}

.button-closed span {
    margin-left: 10px;
    font-size: 18px;
}

.box-conta {
    padding-bottom: 30px;
}

.box-conta .esquerda {
    width: calc(100% - 410px);
    min-width: 460px;
}

.box-conta .direita {
    width: 400px;
    padding-top: 10px;
}

.box-conta .card {
    margin: 20px 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.box-conta .card .icone {
    color: #FFF;
    width: 65px;
    float: left;
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
}

.box-conta .card .icone .material-icons{
    font-size: 35px;
    padding: 10px 0px;
}

.box-conta .card .seta {
    padding-top: 15px;
    width: 65px;
    float: left;
    height: 55px;
    border-left: 0px !important;
    border-radius: 0px 4px 4px 0px;
}

.box-conta .fundo-branco .col-md-6 {
    width: calc(100% - 132px);
    float: left;
    height: 55px;
    border-right: 0px !important;
}

.box-conta .card .texto {
    font: normal normal 600 14px/16px Azeret Mono;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 12px;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-conta .card .texto-descricao {
    font: normal normal normal 10px/11px Azeret Mono;
    letter-spacing: 0px;
    color: #868B9E;
    padding-top: 5px;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-conta .fundo-branco {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    background-color: #FFF;
    padding: 20px 10px;
    height: 220px;
}

.box-conta .fundo-branco .titulo {
    font: normal normal 600 16px/21px Azeret Mono;
    letter-spacing: 0.32px;
    padding-left: 10px;
}

.box-conta .bene {
    margin: 10px;
}

.box-conta .bene .saldo {
    font: normal normal 600 20px/24px Azeret Mono;
    letter-spacing: 0px;
    padding-top: 50px;
    padding-bottom: 5px;
}

.box-conta .bene .id {
    font: normal normal 600 14px/16px Azeret Mono;
    letter-spacing: 0px;
    line-height: 24px;
}

.box-conta .bene .id span {
    font: normal normal 300 14px/16px Azeret Mono;
}

.box-conta .bene .status {
    font: normal normal 600 14px/16px Azeret Mono;
    letter-spacing: 0px;
}

.box-conta .bene .status span {
    font: normal normal 300 14px/16px Azeret Mono;
}

.box-conta .bene .dados {
    font: normal normal 600 14px/16px Azeret Mono;
    letter-spacing: 0px;
}

.box-conta .bene .dados span {
    font: normal normal 300 14px/16px Azeret Mono;
}

.box-conta .bene .valor {
    font: normal normal 600 25px/29px Azeret Mono;
    letter-spacing: 0px;
    line-height: 50px;
}

.box-conta .cartao {
    font: normal normal normal 16px/19px Azeret Mono;
    letter-spacing: 2px;
    line-height: 30px;
}

.box-conta .borda-info {
    margin-top: 20px;
}

.box-conta .borda-info .texto-detalhes {
    font: normal normal normal 14px/30px Azeret Mono;
    letter-spacing: 0px;
    font-weight: 600;
    color: #333333;
}

.box-conta .bene .pontos {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    padding-top: 5px;
}

.box-conta .bene .pontos a .material-icons {
    font-size: 30px;
    line-height: 15px;
    color: #FFF;
}

.box-conta .fundo-bene {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    padding: 20px 10px;
    background-image: url("../../img/app/cartao-frente.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 220px;
    color: #FFF;
}

.box-carteiras {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    padding: 10px;
    margin: 10px;
    height: 100%;
    min-width: 240px;
    min-height: 130px;
    color: #FFF;
}

.box-carteiras .dropdown {
    text-align: right;
    padding: 0px;
    height: 20px;
}

.box-carteiras .icone {
    padding: 10px 0px;
    text-align: center;
}

.box-carteiras .icone img {
    width: 32px;
}

.box-carteiras .icone .material-icons{
    color: #1B1C28;
    opacity: 0.35;
    font-size: 32px;
}

.box-carteiras .col-md-9 {
    padding: 5px 0px 15px 10px;
}

.box-carteiras .valor {
    font: normal normal normal 18px/22px Azeret Mono;
    letter-spacing: -1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box-carteiras .nome {
    font: normal normal normal 9px/12px Azeret Mono;
    letter-spacing: 1.82px;
    text-transform: uppercase;
    white-space: nowrap;
}

.box-carteiras .flexivel {
    font: normal normal normal 9px/12px Azeret Mono;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.extrato-titulo {
    font: normal normal 600 16px/21px Azeret Mono;
    letter-spacing: 0.32px;
}

.extrato-total-linhas {
    font: normal normal normal 12px/12px Azeret Mono;
    color: #707070;
    text-align: center;
    padding: 10px;
}

.table-extrato {
    margin-top: 20px;
}

.table-extrato tbody tr td{
    height: 45px;
}

.table-extrato .verde {
    color: #5CB85C;
}

.table-extrato .vermelho {
    color: #E5002A;
}

.table-extrato .amarelo {
    color: #EC971F;
}

.box-admin .form-busca {
    margin: 25px 0px;
    padding: 0px;
}

.box-admin .form-extrato {
    margin: 25px 20px 25px 0px;
    padding: 0px;
}

.box-admin #form-busca {
    position: relative;
}

.modalTed {
    font-size: 18px;
    letter-spacing: 0px;
    color: #1B1C28;
}

.modalTed h3 {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 24px;
    color: #000000 !important;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-top: 10px;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 20px;
}

.modalTed h4 {
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px;
}

.modalTed .modal-body {
    padding: 5px 40px;
}

.modalTed .modal-footer {
    border-top: 0;
}

.modalTed button {
    min-width: 170px;
    height: 37px;
    font-size: 12px;
}

.modalTed .dados {
    font-size: 14px;
    font-weight: 600;
    line-height: 3;
}

.modalTed .dados.ted {
    line-height: 2;
}

.modalTed .dados.ted div {
    background: #fafafa85;
    padding: 0px 15px;
}

.modalTed .dados.ted>div:nth-of-type(even) {
    background: #FFF;
}

.modalTed .dados span {
    font-weight: 100;
}

.modalTed .modal-dialog {
    max-width: 700px;
}

.modalTed .alert, .modalBoleto .alert {
    font-size: 12px;
    line-height: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.modalTed .alert div:first-child, .modalBoleto .alert div:first-child {
    border-top:none;
    padding-top: 0px;
    font: normal normal normal 11px/20px Azeret Mono;
}

.modalBoleto {
    font-size: 18px;
    letter-spacing: 0px;
    color: #1B1C28;
    align-items: flex-start;
}

.modalBoleto h3 {
    font-size: 20px;
    font-weight: 600 !important;
    margin-bottom: 0;
    line-height: 2;
}

.modalBoleto h4 {
    padding: 20px 0px;
}

.modalBoleto .modal-body {
    padding: 0px 60px;
}

.modalBoleto .modal-footer {
    border-top: 0;
}

.modalBoleto button {
    min-width: 170px;
    height: 45px;
    font-size: 12px;
}

.modalBoleto .dados {
    font-size: 18px;
    font-weight: 600;
    line-height: 3;
}

.modalBoleto .dados span {
    font-weight: 100;
}

.modalBoleto .modal-dialog {
    max-width: 700px;
}

.modalBoleto label {
    position: absolute;
    top: -17px;
    left: 35px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(238,238,238,0) 100%);
    padding: 0px 1px;
    font-size: 12px;
    z-index: 1;
}

.modalBoleto input, .modalBoleto select, .modalBoleto .bootstrap-select {
    font: normal normal normal 15px/24px Azeret Mono;
    letter-spacing: 0.14px;
    color: #000000BC;
    height: 55px;
    padding-left: 20px;
}

.modalBoleto .bootstrap-select .dropdown-menu {
    width: 100% !important;
}

.modalBoleto .alert {
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
}

.modalBoleto .alert strong {
    margin: 0;
    display: contents;
}

.modalCenter {
    align-items: center;
}

.modalResumo {
    font-size: 18px;
    letter-spacing: 0px;
    color: #1B1C28;
    align-items: center;
}

.modalResumo .titulo {
    color: #868AA0;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.modalResumo .texto {
    color: #868AA0;
    font-size: 14px;
    font-weight: 100;
    padding-bottom: 20px;
    text-align: center;
}

.modalResumo .botao-ok {
    font-size: 14px;
    width: 50%;
}

.modalResumo h3 {
    font-size: 20px;
    font-weight: 600 !important;
    margin-bottom: 0;
    line-height: 2;
}

.modalResumo .nome-lote {
    font-size: 18px;
    letter-spacing: 0px;
    color: #1B1C28;
    padding: 15px;
}

.modalResumo .dias {
    color: #868AA0;
    font-weight: 100;
}

.modalResumo .dias span {
    color: #1B1C28;
    font-weight: 600;
}

.modalResumo .divisao {
    border-top: 2px solid #70707030;
    margin: 20px 0px 5px 0px;
}

.modalResumo .valor {
    color: #1B1C28;
    font-weight: 600;
    font-size: 14px;
    padding-top: 15px;
}

.modalResumo .valor span {
    color: #1B1C28;
    font-weight: 600;
}

.modalResumo .saldo {
    color: #FF0280;
    font-weight: 600;
    font-size: 18px;
    padding-top: 15px;
}

.modalResumo .saldo span {
    font-size: 18px;
}

.modalResumo .botoes button {
    width: 100%;
    font-size: 14px;
}

.modalResumo .modal-header {
    border: none;
}

.modalResumo .modal-header button {
    position: absolute;
    top: 30px;
    right: 15px;
}

.modalPIX .alert-warning {
    display: flex;
    align-items: center;
    flex-direction: row;

    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px;

}

.modalPIX .alert-warning strong {
    color: #000000;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px;
}

.modalPIX .alert-warning b {
    margin: 0px;
    color: #000000;
    font-weight: 500;
}

.modalPIX .alert-warning span {
    padding: 0px 15px 0px 10px;
}

.modalPIX .qr-titulo {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 5px 0px 20px 0px;
}

.modalPIX .qr-texto {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 25px;
}

.modalPIX ol {
    font-family: Rubik;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #5E5E5E;
}

.modalPIX ol li {
    line-height: normal;
    padding: 3px 10px;
}

.modalPIX input {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-right: 40px;
    margin-bottom: 25px;
}

.modalPIX .botao-branco button {
    background-color: #FFF !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 14px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.modalPIX .botao-branco a, .modalPIX .botao-branco a:hover {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 0px !important;
    margin-right: 15px;
}

.copy-pix {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px !important;
    color: #5E5E5E;
}

.botao-check:disabled {
    border: 1px solid #C5C5C5;
    background: #C5C5C5 0% 0% no-repeat padding-box !important;
}

.botao-cinza:disabled {
    border: 1px solid #C5C5C5;
    background: #C5C5C5 0% 0% no-repeat padding-box !important;
    color: #FFF;
}

.check-todos {
    color: #707070;
    font-size: 10px;
    padding-right: 15px;
}

.box-upload-file label .fa {
    float: right;
    font-size: 24px;
    padding-top: 5px;
}

.box-upload-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 245px;
    margin: 0 0.5rem 1rem;
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
}

.box-upload-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    overflow: hidden;
    opacity: 0;
}

.box-upload-file label {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 50px;
    right: 0;
    width: 100%;
    overflow: hidden;
    padding: 0 0.5rem;
    cursor: pointer;
    background-color: #fff;
    border: 1px dashed #C3C3C3;
    border-radius: 6px 6px 0px 0px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.box-upload-file label span {
    display: block;
    margin-top: 40px;
    font-size: 50px;
    padding-top: 30px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    color: #EBEBEB;
}

.box-upload-file label:hover span {
    color: #C3C3C3;
}

.box-upload-file label.file-ok {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.box-upload-file label.file-ok span {
    display: none;
}

.box-upload-file .descricao {
    position: absolute;
    bottom: 6px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    font: normal normal 600 14px/17px Azeret Mono;
    letter-spacing: 0px;
}

.box-upload-file .descricao span {
    font: normal normal normal 8px/16px Azeret Mono;
    color: #868B9E !important;
    padding-top: 5px;
}

.box-categorias {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 38px #EAEFF1;
    border: 0.1px solid #7f3db17a;
    width: 220px;
    padding: 10px;
    margin: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.box-categorias .col-md-12 {
    padding: 10px;
}

.box-categorias .icone .material-icons{
    font-size: 35px;
    float: left;
    padding-right: 15px;
}

.box-categorias .icone div {
    line-height: 35px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #343A40;
}

.box-categorias .descricao {
    font-size: 12px;
    letter-spacing: 0px;
    color: #707070;
    padding-bottom: 25px;
}

.box-categorias .botao {
    position: absolute !important;
    bottom: 10px;
    margin: 0px -10px;
    width: 100%;
}

.toggle-btn
{
    position: relative;
}

.toggle-btn input[type="checkbox"]
{
    width: 45px;
    height: 20px;
    position: absolute;
    top: -4px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.toggle-btn span
{
    display: block;
    width: 40px;
    height: 12px;
    background: #C3C3C3 0% 0% no-repeat padding-box;
    transition: 0.5s ease background-color;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.toggle-btn span:before
{
    content: '';
    position: absolute;
    top: -4px;
    width: 20px;
    height: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 50%;
    box-shadow: 0px 2px 5px #d7d7d7;
    border: 0.1px solid #d7d7d7;
    transform: translate(0px,0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
}

.toggle-btn span:after
{
    content: '';
    position: absolute;
    top: -4px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    transform: translate(0px,0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
}

.toggle-btn input[type="checkbox"]:checked + span:before
{
    box-shadow: 7px 6px 25px #e6e6e6;
    transform: translate(20px,0px);
    -webkit-transform: translate(20px,0px);
    -moz-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    -o-transform: translate(20px,0px);
}

.toggle-btn input[type="checkbox"]:checked + span:after
{
    width: 20px;
    background: #7f3db1;
    border-radius: 50%;
    transform: translate(20px,0px);
    -webkit-transform: translate(20px,0px);
    -moz-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    -o-transform: translate(20px,0px);
}

.toggle-btn input[type="checkbox"]:checked + span
{
    background: #6200EE61 0% 0% no-repeat padding-box;
    border-radius: 7px;
}

.radio-imagem input {
    display: none;
}

.radio-imagem label{
    font: normal normal 600 16px/22px Azeret Mono;
    letter-spacing: 0px;
    position: relative !important;
    color: #1b1c2878;
    background: #F2F2F2 0% 0% no-repeat padding-box !important;
    font-size: 16px !important;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    width: 215px;
    height: 68px;
    line-height: 68px;
    display: block;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin: 0px 10px 20px 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.radio-imagem {
    display: flex;
    justify-content: center;
}

.radio-imagem label {
    justify-content: flex-start;
    padding: 20px;
    background: transparent !important;
    border: 1px solid #C3C3C3;
    width: 100%;
    min-width: 215px;
}

.radio-imagem.beneficio label {
    cursor: default;
}

.radio-imagem input:checked + label{
    color: #343A40;
    border: 1px solid #771EDE !important;
    font-weight: 600 !important;
    background: transparent !important;
}

.radio-imagem label .material-icons {
    color: #C3C3C3;
    font-size: 30px;
    padding-right: 15px;
}

.radio-imagem input:checked + label .material-icons {
    color: var(--color);
}

.radio-imagem label img {
    font-size: 30px;
    padding-right: 15px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}

.radio-imagem input:checked + label img {
    filter: invert(0%);
    -webkit-filter: invert(0%);
}

.radio-imagem .disabled {
    cursor: not-allowed !important;
}

.icone-redondo {
    width: 24px;
    height: 24px;
    padding: 5px;
    text-align: center;
    float: left;
    margin-left: 5px;
    border-radius: 50%;
}

.icone-redondo .material-icons {
    font-size: 12px;
    color: #FFF !important;
}

.icone-multi {
    float: left;
    padding: 0px 5px;
}

.icone-multi img {
    width: 24px;
}

.position-relative {
    position: relative;
}

.box-telefone .titulo {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    opacity: 0.69;
    padding-top: 10px;
}

.box-telefone .texto {
    font-size: 14px;
    color: #1B1C28;
    opacity: 0.69;
    margin: 30px;
}

.box-telefone .input-md {
    border: 1px solid #0000001F;
    border-radius: 4px;
    height: 55px;
    letter-spacing: 2.14px;
    color: #000000BC;
    font: normal normal normal 14px/24px Azeret Mono;
    padding-top: 5px;
    background: #FFF;
}

.box-telefone .form-group label {
    position: absolute;
    top: -5px;
    left: 25px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(238,238,238,0) 100%);
    padding: 0px 1px;
    font-size: 10px;
    z-index: 1;
}

.box-telefone .form-group input::placeholder {
    font: normal normal normal 14px/24px Azeret Mono;
    letter-spacing: 0.14px;
    color: #00000060;
}

.box-telefone .button-pasific {
    width: 100%;
}

.box-telefone #botao-solicita2, .box-telefone #botao-solicita-email2 {
    font-size: 12px;
    color: #62626B;
    opacity: 0.69;
}

.box-telefone .token {
    background: #FFF;
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin: 0px 5px;
    text-align: center;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
}

.aba-transfer {
    text-align: right;
    padding-right: 15px;
    max-width: 460px;
    width: 40%;
    height: 0px;
    white-space: nowrap;
}

.aba-transfer label{
    position: relative !important;
    letter-spacing: 0px;
    color: #B3B6E1;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer;
    padding: 5px 10px !important;
    margin: 5px 15px;
}

.aba-transfer input{
    display: none;
}

.aba-transfer input:checked + label{
    color: #7f3db1;
    border-bottom: 2px solid;
}

/* classe que tira as opcoes do mapa */
.gm-style-mtc {
  display: none;
}

/* classe que tira as opcoes do mapa */
.gmnoprint{
    display: none;
}

/* Mexe no tamanho do modal*/
.modal-dialog {
    width: 100% !important;
}

.sombra-menu{
    box-shadow: 0px 3px 6px #00000029;
}

.mt7{ 
    margin-top: 7px; 
}

fieldset.scheduler-border {
  border: 1px solid silver;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  margin-top: 30px !important;
  border-radius: 4px;
}

legend.scheduler-border {
  font-size: 14px !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  margin-top: -15px;
  background-color: white;
  color: silver;
}

.input_cadastro{
    background: #ffffff 0% 0% no-repeat padding-box !important;
    margin-top: -20px !important;
}

.borda_campo:focus{
    border: 0px !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.lupa_usuario_bo{
    position: absolute;
    top: 8px;
    right: 25px;
    font-weight: 600 !important;
}

.div_mapa_usuario_bo a {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 215px;
    margin-left: -20px;
}

.div_mapa_usuario_bo .material-icons {
    padding-right: 5px;
}

.btn_enviar_nova_planilha_importar_usuario_bo{
    margin-top: -38px; 
    margin-right: 220px;
}

.btn_enviar_nova_planilha_excluir_usuario_bo{
    text-align: right; 
    width: 1320px; 
    margin-top: -37px;
    margin-left: 100px
}

.btn_enviar_nova_planilha_importar_usuario_ca{
    margin-top: -59px; 
    margin-right: 220px;
}

.btn_enviar_nova_planilha_excluir_usuario_ca{
    margin-top: -62px; 
    margin-right: 200px;
}

.label_icons_suporte{
    color: #868B9E; 
    margin-top: 4px
}

.fa-umbrella{
    font-size: 20px;
    color: #C3C3C3;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f5f5 !important;
    opacity: 1;
}

table.dataTable {
    margin: 0px !important;
}

.dataTables_wrapper .dataTables_filter label {
    width: 100%;
    padding-right: 0px;
}

.dataTables_wrapper .dataTables_filter input {
    margin: 10px 0px !important;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    width: 100%;
    height: 38px;
}

.dataTables_wrapper .dataTables_filter label::after {
    font-family: 'Material Icons';
    content: "\e8b6";
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 24px;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_info{
    clear: both !important;
    float: none !important;
    text-align: center !important;
    padding-top: 20px !important;
    padding-left: 10px !important;
    height: 45px;
}

.dataTables_wrapper .dataTables_paginate {
    float: none !important;
    text-align: center !important;
    padding-top: 0.25em !important;
}

.dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: left !important;
}

.btn_voltar_usuario_importacao {
    text-align: left;
}

.tabela-importacao {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border: 0px;
}

.tabela-importacao th td {
    border: 2px solid #ddd;
}

.tabela-importacao tbody tr {
    font: normal normal normal 12px/14px Azeret Mono;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    border-top: 2px solid #EBEBEB;
}

.tabela-importacao tbody tr td {
    padding: 10px;
    border: 2px solid #ddd;
}

.tabela-importacao tbody tr:first-child, .tabela-importacao tbody tr:first-child td {
    border: 0px;
}

.tabela-importacao tbody tr:first-child td:first-child {
    padding-left: 0px;
}

.tabela-importacao tbody tr:first-child td:last-child {
    padding-right: 0px;
}

.tabela-importacao tbody tr:nth-child(+2) td {
    background: #F8F8F8;
    font-size: 14px;
    font-weight: 600;
}

.button-datatables {
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 10px;
    font-weight: 600 !important;
}

select {
    appearance: none;
    padding-right: 35px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg width="18" height="19" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 10.127L12 18.127L20 10.127H4Z" fill="%238E8E93"/></svg>') !important;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: calc(100% - 10px);
}

textarea {
    padding: 10px;
    border: 1px solid #0000001F;
    letter-spacing: 0.14px;
    color: #000000BC;
    font: normal normal normal 14px/24px Azeret Mono;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.glyphicon {
    font-family: 'Material Icons';
    font-size: 18px;
    font-weight: 600;
}

.glyphicon-ok:before {
    content: "\e876";
}

.termos p {
    margin: 0px;
    line-height: 20px;
    font-weight: normal;
}

.termos ul, ol {
    font-weight: 100;
}

.label-novo {
    color: #FFF;
    background: #747474 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font: normal normal normal 12px Rubik;
    padding: 3px 5px;
    font-weight: 500 !important;
    margin: 0px;
}

li.active .label-novo {    
    background: #891BCB 0% 0% no-repeat padding-box;
}

.beneway-optin {
    background-image: url("../../img/beneway/bg-woman.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    min-height: 672px;
    min-width: 995px;
}

.beneway-optin-multi {
    background-image: url("../../img/beneway/bg-mulher-bene.jpg") !important;
    min-height: 850px !important;
    min-width: 1060px !important;
    padding: 30px 10px !important;
    background-position: bottom !important;
    background-size: contain !important;
}

.beneway-optin-migracao {
    background-image:none !important;
    min-height: 600px !important;
    min-width: 1060px !important;
    padding: 30px 10px !important;
    background-position: bottom !important;
    background-size: 390px !important;
}

.beneway-optin .titulo {
    font-size: 26px;
    color: #1D1D1D;
    font: normal normal normal 24px/32px Rubik;
    padding: 40px 10px 15px 50px;
    width: 540px;
}

.beneway-optin .descricao {
    font: normal normal normal 16px/24px Rubik;
    color: #6F6F6F;
    padding: 10px 50px 30px 50px;
    width: 610px;
}

.beneway-optin .botao {
    background: #9419D5;
    box-shadow: 0px 5px 10px #951AD633;
    font: normal normal normal 16px/32px Rubik;
    color: #FFFFFF;
    padding: 15px 30px;
    margin-left: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.beneway-optin .botao:hover {
    color: #FFF !important;
}

.beneway-optin .grupo-box {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0px 0px 40px;
    width: 600px;
}

.beneway-optin .box {
    width: 91px;
    height: 91px;
    text-align: center;
    margin: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #0000001A;
    border-radius: 6px;
}

.beneway-optin .box .icone {
    padding-top: 10px;
}

.beneway-optin .box .icone .material-icons {
    color: #B7B7B7;
    font-size: 41px;
}

.beneway-optin .box .nome{
    font: normal normal normal 11px/13px Rubik;
    letter-spacing: 0.22px;
    color: #717171;
    text-transform: uppercase;
    padding-top: 5px;
}

.beneway-optin .box .borda {
    margin-top: 11px;
    width: 100%;
    height: 6px;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -ms-border-radius: 0px 0px 6px 6px;
    -o-border-radius: 0px 0px 6px 6px;
}

.beneway-optin .grupo-multi {
    padding: 30px 0px;
}

.beneway-optin .grupo-multi-box {
    display: flex;
    flex-wrap: wrap;
}

.titulo-migracao {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.texto-migracao {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 10px;
}

.grupo-multi-titulo {
    padding-left: 15px;
    font: normal normal normal 16px/24px Rubik;
    letter-spacing: 0px;
    color: #6F6F6F;
}

.beneway-optin .multi {
    width: 91px;
    height: 91px;
    text-align: center;
    margin: 10px 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #0000001A;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.beneway-optin .multi .icone {
    padding-top: 10px;
}

.beneway-optin .multi .icone img {
    padding: 7px;
}

.beneway-optin .multi .nome{
    font: normal normal normal 13px/13px Rubik;
    color: #6F6F6F;
    padding-top: 5px;
}

.beneway-optin .multi .borda {
    margin-top: 8px;
    width: 100%;
    height: 5px;
    border-radius: 0px 0px 40px 40px;
    -webkit-border-radius: 0px 0px 40px 40px;
    -moz-border-radius: 0px 0px 40px 40px;
    -ms-border-radius: 0px 0px 40px 40px;
    -o-border-radius: 0px 0px 40px 40px;
}

.beneway-optin .multi .borda-branca {
    width: 96%;
    height: 2px;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
    background: #ffffff;
    position: relative;
    top: 9px;
    margin: 2px;
}

.alert strong, .alert b {
    margin: 0px 5px;
}

.selfie {
    display: flex;
    align-items: flex-end;
    text-align: center;
}

.selfie span {
    font-size: 10px;
    letter-spacing: 0px;
    color: #868B9E;
    display: block;
}

.detalhes-transacao span {
    display: block;
    font-size: 12px;
    color: #868B9E;
}

.detalhes-transacao {
    font-size: 16px;
    text-align: center;
}

.traco-pontinhado{
   border-bottom: 1px dashed #0000001A;
   padding-bottom: 20px;
}

.informacoes-ted-tef{
    border-top: 2px dashed #0000001A;
    line-height: 20px !important;
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.informacoes-ted-tef.aviso strong {
    display: contents;
}

.transacoes-nome {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #090909;
}

.transacoes-nome span {
    font-weight: 100;
    color: #717171;
}

.transacoes-box {
    border-top: 1px solid #CDCDCD;
    padding: 10px 0px;
}

.transacoes-box .dados {
    color: #353535;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0px;
}

.transacoes-box .dados span {
    color: #717171;
    font-weight: 100;
}

.ui-widget.ui-widget-content {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.dropdown-menu>li>a {
    text-overflow: ellipsis;
    /*width: 100vh;*/
    overflow: hidden;
}

.input-md { 
    margin-bottom: 10px;
}

.alert.strong strong {
    font: normal normal normal 14px/22px Azeret Mono;
}

.button-disabled {
    border: 1px solid #C5C5C5;
    background: #C5C5C5 0% 0% no-repeat padding-box !important;
}

.label_correcao{
    color: #FF7600;
    display: flex;
    align-items: center;
}

#ListaRelatorios_wrapper {
    overflow-x: auto;
    width: calc(100vw - 370px);
}

#ListaRelatorios_wrapper th, #ListaRelatorios_wrapper td {
    min-width: 50px;
    white-space: nowrap;
}

#ListaIndicacaoParceiro_wrapper {
    overflow-x: auto;
    width: calc(100vw - 370px);
}

#ListaIndicacaoParceiro_wrapper th, #ListaIndicacaoParceiro_wrapper td {
    min-width: 50px;
    white-space: nowrap;
}

.admin .container {
    width: 100% !important;
    max-width: 100%;
}
/*
@media (max-width: 1150px)
{
    .admin .container {
        width: 1145px !important;
    }
}
*/
.tabela-excel {
    overflow: auto;
    width: calc(100vw - 378px);
}

.tabela-excel .input-md {
    width: auto;
}

.modal-body .texto-descricao {
    font-weight: 100;
}

.form-importar {
    text-align: left;
}

.form-importar label {
    color: #1B1C28;
    font-size: 14px;
    font-weight: 600 !important;
    padding-bottom: 8px;
}

.form-importar p {
    font-size: 12px;
}

.icon-download-documentos {
    position: absolute;
    bottom: 6px;
    right: 5px;
}

.titulo_beneficios_bene_plus{
    font-size: 16px; 
    color: #707070; 
    font-weight: 600;
}

.color-black2 { 
    color: #0D0D0D !important; 
}

.cor-subtexto-beneficios{
    color: #707070;
}

.tracejado {
    border-right: 2px dashed #bdb9b9;
    min-height: calc(95% - 80px);
    margin: 40px;
    margin-top: 80px;
}

.box-categorias-beneficios{
    border-radius: 12px; 
    width: 980px
}

#SenhaInfo {
    text-align: left;
}

.icon-ver {
    position: absolute;
    top: 9px;
    right: 6%;
    cursor: pointer;
}

.form-group .icon-ver {
    top: 17px;
}

.icon-ver-cadastro {
    top: 49% !important;
    right: 8%;
}

.repete_senha {
    margin-top: 5px;
    text-align: left;
    font-size: 11px;
}

.checkbox label, .radio label {
    padding-left: 10px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline-offset: 0 !important;
    outline: none !important;
}

.box-aviso-migracao {
    background-color: #7640AB;
    color: #FFF;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Rubik';
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.box-aviso-migracao .texto {
    padding-top: 10px;
    font-weight: 100;
    font-size: 14px;
    line-height: 16px;
    padding-right: 15px;
}

.box-aviso-migracao .acao a {
    font-weight: 100;
    font-size: 16px;
    white-space: nowrap;
    color: #FFF;
    text-decoration: underline;
    font-weight: 600;
}

.box-aviso-migracao .acao a:hover, .box-aviso-migracao .acao a:focus {
    color: #FFF !important;
}

.botao-link {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

.button-excluir, .button-excluir:hover {
	border: 1px solid #DC3232;
    color: #C32A2A !important;
    background-color: #FFF;
    font-weight: 600 !important;
    box-shadow: unset !important;
}

.desativado, .desativado:hover {
    border: 1px solid #F1F1F1;
    background-color: #FFFFFF !important;
    color: #F1F1F1 !important;
    cursor: default;
}

.bootstrap-select button {
    height: 100%;
}

.bootstrap-select .filter-option-inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.admin .alert {
    margin: 25px 0px !important;
}

.display-titulo {
    margin-top: -8px;
}

.display-mensagem {
    margin-top: 3px;
}

.new_file {
    display: flex;
    align-content: center;
    align-items: center;
    overflow: hidden;
    text-wrap-mode: nowrap;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    padding-left: 5px;
    color: #555;
}

.caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #747474;
}