/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
body {
    margin-top: 100px;
    background-color: #222;
    overflow: auto;
    overflow-x: hidden;
}
#stat_top_bar {
    font-size: 24px;
}
#stat_top_bar i {
    margin-left: 10px;
    font-size: 28px;
    cursor: pointer;
}
#tx_debug {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    z-index: 9999999999999999999999999999;
}
#pnstats #lb_bt_pnst {width: 100%;}
#pnstats #lb_ultimas {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 15px;
}
#ldw {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    display: none;
    z-index: 9999999999999999;
}

@media (min-width: 768px) {
    body {
        margin-top: 50px;
    }

    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }

    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #c0c0c0;
    overflow: auto;
    overflow-y: hidden;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

/* Top Navigation */
.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */
.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */
.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */
.huge {
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.panel-laranja,
.panel-green,
.panel-red,
.panel-yellow {
    border: 1px solid;
}

.panel-laranja > .panel-heading,
.panel-green > .panel-heading,
.panel-red > .panel-heading,
.panel-yellow > .panel-heading,
.panel-green > a,
.panel-red > a,
.panel-yellow > a {
    color: #fff;
}
/* laranja */

.panel-laranja {
    border-color: #F8A549;
}

.panel-laranja > .panel-heading {
    border-color: #F8A549;
    color: #3D3832;
    background-color: #F8A549;
}

.panel-laranja > a {
    color: #F8A549;
}

.panel-laranja > a:hover {
    color: #F8A549;
}

/* laranja */

.panel-green > .panel-heading,
.panel-green > a {
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red > .panel-heading,
.panel-red > a {
    border-color: #d9534f;
    background-color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow > .panel-heading,
.panel-yellow > a {
    border-color: #f0ad4e;
    background-color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

#dv_login {
    max-width: 310px;
    margin: 0 auto;
    min-height: 70vh;
}

#dv_admin {
    min-height: 70vh;
}

.campo_sel {
    float: right;
    margin-right: 5px;
}

.campo_sel label {
    margin-bottom: 0;
}

.campo_sel select {
    padding: 1px 10px;
    line-height: 12px;
    height: 25px;
}

table .acao {
    white-space: nowrap;
}

table .acao .fa {
    font-size: 26px;
    margin: 0 5px;
    cursor: pointer;
}

table .acao .maq_off {
    color: red;
}

table .acao .maq_on {
    color: yellowgreen;
}

#dv_form {
    clear: both;
    display: block;
    max-width: 480px;
}

#dv_form label {
    display: block;
}

.mensalidade #dvfrm_idmaquina input {
    display: inline-block;
    width: 49.5%;
}

#dv_lst {
    float: right;
    width: 80%;
}

#cplink {
    color: transparent;
    border: transparent;
    background: transparent;
    height: 0;
    width: 0;
    position: absolute;
}

.ct_modal i {
    position: absolute;
    right: 10px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    line-height:30px;
}

.modal,
.ct_modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999999;
}
.add_pag {
    max-width: 310px;
    background: #fff;
    padding: 0;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 300px;
}
.cp_modal {
    padding: 0 5px;
}
.ct_modal h4 {
    margin: 0;
    width: 100%;
    background: navy;
    height: 30px;
}
.ct_modal #tt_modal {
    color: #fff;
    line-height: 30px;
    padding-left: 10px;
}
.dv_tb_bar {
    position: relative;
    display: inline-block;
    margin: 5px 0 10px 0;
}

.dv_tb_bar input {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 0 5px;
    height: 25px;
}

.dv_tb_bar .bt_buscar {
    font-size: 18px;
    height: 25px;
    border: solid 1px #ccc;
    padding: 3px 5px;
    border-radius: 3px;
    margin: 0;
    line-height: 15px;
    cursor: pointer;
}

#dvfrm_bus_dt {
    display: inline-block;
}

#dvfrm_bus_dt .dt_bus_pag {
    display: inline-block;
}

#dvfrm_bus_dt .dt_bus_pag label {
    margin: 0 5px;
}

#bt_fecha_pag {
    padding: 3px 20px;
    margin-top: -5px;
}

/* Additional Styles */
#ver_fechamento .ct_modal {
    max-width: 310px;
    max-height: 350px;
    height: auto;
    padding-bottom: 20px;
}

.huge .moeda {
    font-size: 20px;
}

i.bt_menu_maq {
    font-size: 22px;
    border: solid 1px #aaa;
    padding: 3px 5px 3px 10px;
    border-radius: 5px;
    margin: 3px 0;
    cursor: pointer;
    font-style: normal;
    position: relative;
    top: +3px;
}

i.bt_menu_maq:before {
    margin-right: 5px;
}

.bt_imprime {
    font-size: 32px !important;
    cursor: pointer;
    position: absolute;
    margin-top: -3px;
}
#ops_maq .bt_imprime {
    margin-left: +5px;
}

#bus_bar {
    padding-left: 40px;
}

#ul_menu_maq {
    position: absolute;
    list-style: none;
    padding: 0;
    margin-top: +8px;
    margin-left: -10px;
    background: #fff;
    border: solid 1px #aaa;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    z-index: 9999
}

#ul_menu_maq li {
    font-size: 20px;
    font-family: Arial, Sans, Courier;
    padding: 5px 10px;
    border-bottom: solid 1px;
}

#ul_menu_maq li:hover {
    background: #eee;
}

#ul_menu_maq li i:before {
    margin-right: 10px;
}

#dv_pagtos .bt_imprime {
    margin-top: +15px;
}
#dv_pagtos .btn-warning {
    line-height: 24px;
    padding: 3px 15px;
    margin-top: -5px;
}
#ops_maq {
    float:left;
    margin-top: +10px;
}
.ul_maq_op {
    position: absolute;
    list-style: none;
    padding: 0;
    display:none;
    background: #fff;
    border: solid 1px #aaa;
    cursor: pointer;
}
.ul_maq_op li {
    padding: 2px 10px;
    border-bottom: solid 1px #aaa;
    font-size: 20px;
}
.ul_maq_op li a {
    color: #000;
}
i.mnu_ops_maq {
    font-size: 22px;
}
i.mnu_ops_maq:before {
    margin-right:0;
}
table .acao i.mnu_ops_maq {
    margin: 0;
}
.ul_maq_op li:hover {
    background: #eee;
}
.td_ops {
    cursor: pointer;
    text-align: center;
}
.td_ops ul {
    text-align: left;
    z-index: 9999;
    color: #000;
}
.td_ops ul li i:before, .td_ops ul li a:before {
   margin-right: 10px;
}
.imp_plano i.bt_imprime {
    position: inherit;
    display: block;
    clear: both;
}
#dv_form_plano {
    max-width: 480px;
}
#ver_qrimg {
    position: fixed;
    max-height: 80%;
    max-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
#ver_fechamento #ct_fechamento {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    min-height: 200px;
}
#ver_fechamento h4 {
    color: white;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
}
#script_mikrotik {
    width: 95%;
    height: 80vh;
}
#dv_scp_mk {
    text-align: center;
}
.imp_form {
    margin-left: +180px;
    margin-top: -40px;
}
.panel-footer {
    color: #000;
}
#pn_vidro {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 9999;
    display: none;
}
#dv_pagar {
    position: fixed;
    width: 100%;
    min-height: 30%;
    max-width: 800px;
    max-height: 95vh;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#dv_pagar h4 {
    padding: 5px 10px;
    margin: 0;
    background: darkgreen;
    color:#fff;
}
#dv_pagar i {
    float: right;
    font-size: 22px;
    margin-top: -2px;
    font-weight: bold;
    cursor: pointer;
}
#dv_tb_mensal {
    max-height: 70vh;
    overflow: auto;
    width: 100%;
    display: block;
}
#dv_pagar table {margin-bottom: 0;}
#dv_pagar table tbody {
    max-height: 100px;
    overflow-y: auto;
}
#dv_pagar table tbody a {
    cursor: pointer;
    font-weight: bold;
    color: blue;
}
#dv_pagar table td {
    padding: 2px;
    text-align: center
}
#dv_pagar table th {text-align: center;}
#tt_pagar {
   padding: 10px;
    text-align: right;
    font-size: 18px;
    width: 100%;
    display: block;
}
#tt_tb_pagar {font-weight: bold;}
#ch_marcar {
    float: left;
    margin-left: +5px;
    cursor: pointer;
}
#frmpixmensal {
    width: 100%;
    height: 90vh;
    border: none;
}
#dv-px-ms {
    display: flex;
}
#pix_banco, #dd_banco {
    display: inline-block;
    width: 49%;
}
#pix_banco {
    text-align: center;
    position: relative;
}
#pix_banco h3 {
    margin: 0;
    font-weight: bold;
}
#pix_banco img {
    max-width: 250px;
}
#ch_pix {
    width: 90%;
    margin-bottom: 20px;
}
#dd_banco h3 {
    font-weight: bold;
}
#pix_banco h3 i {
    font-size: 12px;
    position: absolute;
    right: 20px;
    margin-top: +10px;
    color: darkgreen;
}
#bt_pg_ms {
    position: absolute;
    margin-top: -40px;
    right: 5px;
}
#pg_comp {display: none;}
#dvfrm_latitude input.form-control, #dvfrm_longitude input.form-control {
    width: calc(100% - 155px);
}
#dvfrm_latitude button, #dvfrm_longitude button {
    float: right;
    padding: 7px 5px;
    font-size: 14px;
    margin-top: -35px;
    width: 150px;
}
#ct_loja {
    height: 90vh;
    overflow: auto;
}
#dvfrm_token, #dvfrm_store_id {position: relative;}
#dvfrm_token input, #dvfrm_store_id input {
    padding-right: 35px;
}
#dvfrm_token i, #dvfrm_store_id i {
    position: absolute;
    right: 5px;
    font-size: 26px;
    margin-top: -30px;
    cursor: pointer;
}
#dv_pagar #dvfrm_sel_cliente {
    width: 310px;
    margin-bottom: 0;
}
#dv_pagar #dvfrm_sel_cliente label {
    display: inline-block;
    width: 25%;
    text-align: right;
}
#dv_pagar #dvfrm_sel_cliente select {
    width: 70%;
    display: inline-block;
}
.estoque {
    position: fixed;
    width: 100%;
    max-width: 600px;
    height: 90vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
}
.estoque h3 {
    margin: 0;
    font-size: 16px;
    padding: 5px 10px;
    background: blueviolet;
    color: #fff;
    font-weight: bold;
}
.estoque h3 i {
    position: absolute;
    right: 10px;
    font-size: 22px;
    margin-top: -3px;
    cursor: pointer;
}
.estoque #barra_estoque {
    border-bottom: solid 1px black;
    width: 100%;
    height: 35px;
}
.estoque #barra_estoque ul {
    list-style: none;
    padding: 0;
    float: left;
}
.estoque #barra_estoque ul li {
    float: left;
    padding: 5px 10px;
    height: 35px;
    width: 100px;
    text-align: center;
    border: solid 1px black;
    font-weight: bold;
    cursor: pointer;
}
.estoque #barra_estoque ul li.active {
    background: #333;
    color: #fff;
}
.estoque #dv_saldo {
    float: right;
    margin-top: 4px;
}
.estoque #dv_saldo button {
    height: 30px;
    padding: 0 10px;
    margin-right: 2px;
    margin-top: -2px;
}
.estoque .table-bordered {
    border: none;
}
.estoque #bt_reposicao {
    float: right;
    margin-right: 5px;
    padding: 5px 10px;
    margin-top: 10px;
}
.estoque #ct_estoque {
    width: 100%;
    height: calc(100% - 25px);
}
.estoque #cp_estoque {
    width: 100%;
    height: 100%;
}
.estoque #ct_tbl_saida {
    clear: both;
    display: block;
    width: 100%;
    height: calc(100% - 50px);
    overflow: auto;
}
.estoque #ct_tbl_reposicao {
     clear: both;
    display: block;
    width: 100%;
    height: calc(100% - 95px);
    overflow: auto;  
}
#cp_list {
    width: 100%;
}
.script_mk {
    padding: 0 5px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
.script_mk .form-group {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}
.script_mk #dv_script {
  height: calc(100% - 100px);  
}
.script_mk  #scpmp {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 5px;
}
.script_mk button {
    height: 35px;
    padding: 2px 15px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 38px;
  top: -2px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  transition: 0.4s;
  border-radius: 34px;
}

/* Texto OFF por padrão */
.slider::after {
  content: "OFF";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  color: white;
  z-index: 1;
  pointer-events: none;
}

/* Texto ON quando checado */
.switch input:checked + .slider::after {
  content: "ON";
  left: 12px;
  right: auto;
}

/* Bolinha branca */
.slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  z-index: 2;
}

/* Quando ativado */
.switch input:checked + .slider {
  background-color: #3E8746;
}

/* Move bolinha */
.switch input:checked + .slider:before {
  transform: translateX(56px);
}


#dv_pagar.venda_planos .fa-wifi {
    font-size: 60px;
}
#dv_pagar.venda_planos .panel .text-right div {
    font-size: 18px;
}
#dv_pagar.venda_planos .panel div.huge {
    font-size: 24px;
}
#dv_pagar.venda_planos {
    max-width: 480px;
    cursor: pointer;
    height:95vh;
}
.venda_planos #cp_plano {
    height: 100%;
}
.venda_planos #cp_mensal {
    clear: both;
    height: calc(100% - 113px);
}
.venda_planos .panel-heading {
    padding: 5px;
}
.venda_planos .info_planos .panel-footer {
    padding: 2px 10px;
}
.venda_planos .info_planos ul {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
}
.venda_planos .info_planos ul li {
    float: left;
    margin-left: 30px;
    font-size: 12px;
}
.venda_planos div.panel {
    margin: 5px 0;
}
.venda_planos #pag_plano {
    display: table;
    width: 100%;
}
.venda_planos #pag_plano button {
    width: 50%;
    margin: 0;
    display: table-cell;
    border-radius: 0;
}
.venda_planos #pag_plano.pght button {width: 100%}
#dv_fone {
    padding-top: 2px;
    height: 100px;
    border-top: solid 5px #666;
}
#dv_fone input {
    display: inline-block;
    width: 130px;
    border-color: #999;
}
#dv_fone span {
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
}
#dv_fone button {
    float: right;
    padding: 4px 20px;
    margin-right: 3px;
}
#dv_fone #ops_venda button {
    display: table-cell;
    float: none;
    font-size: 16px;
    padding: 8px 0;
    width: 50%;
    margin: 0;
    border: solid 1px #666;
    border-radius: 0;
}
#dv_fone #ops_venda .atu {
    border-right: none;
}
#dv_fone #dv_cel {
    text-align: right;
    padding-bottom: 3px;
}
#dv_fone.pght {
    padding: 5px 5px;
}
#dv_fone.pght #dv_cel {
    float: left;
    width: 50%;
    text-align: left;
}
#dv_fone.pght input {
    width: 100%;
}
.venda_planos #dvimp_pagto {
   display: block;
}
#dv_fone.pght button {
    position: absolute;
    right: 5px;
    bottom: 15px;
}
.venda_planos #dvimp_pagto button, .venda_planos .rodape_pagto button {
    display: table-cell;
    width: 33.3%;
    margin: 0;
    border: none;
    float: none;
    border-radius: 0;
    padding: 5px 0;
    font-size: 16px;
    height: 35px;
}
.venda_planos #dvimp_pagto.pgmppl button {
    width: 50%;
}
.venda_planos #dv_rs_pagto {
    height: calc(100% - 35px);
    width: 100%;
}
.venda_planos #ifrm_pagto {
    width: 100%;
    height: calc(100% - 48px);
    margin: 0;
    border: none;
}
.venda_planos .rodape_pagto {
    display: table;
    width: 100%;
}
.venda_planos .rodape_pagto button {
    width: 50%;
}
.venda_planos #dv_acesso h2 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 24px;
}
.venda_planos #dv_acesso {
    text-align: center;
    height: calc(100% - 70px);
    position: relative;
}
.venda_planos #dv_acesso h5 {
    margin: 3px 0;
}
.venda_planos #dv_acesso div textarea {
    width: 98%;
    border: solid 1px #ccc;
    resize: none;
}
.venda_planos #dv_acesso h5 i {
    padding: 1px 10px;
    position: absolute;
    right: 5px;
    margin-top: -11px;
}
.venda_planos #dv_acesso ul {
    text-align: left;
}
.venda_planos #dv_acesso h3 {
    display: inline-block;
    margin: 0;
}
.venda_planos #dv_acesso img {
   max-height: 350px;
   max-width: 100%;
}
.venda_planos #dv_acesso ul .pgcode h3 {
    color: #006;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
}
.err_plano {
    text-align: center;
}
.rserr_plano {
    min-width: 100%;
    min-height: calc(100% - 100px);
}
#plname span {
    margin-right: 20px;
}
#lst_pagto {
    list-style: none;
    padding: 0;
    height: calc(100% - 44px);
    overflow: auto;
}
#lst_pagto li {
    margin-bottom: 10px;
    padding: 0 5px;
}
#ops_pagtos button, #lst_pagto #dv_btns button {
    display: table-cell;
    float: none;
    font-size: 16px;
    padding: 8px 0;
    width: 50%;
    margin: 0;
    border: solid 1px #666;
    border-radius: 0;    
}
#lst_pagto #dv_plano, #lst_pagto #dv_pagto, #lst_pagto #dv_usr, #lst_pagto #dv_btns {
    display: table;
    width: 100%;
}
#lst_pagto li label {
    display: table-cell;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 0;
}
#dvlst_pagto {
    height: calc(100% - 35px);
}
#frm_pagto {height:100%;}
#frm_pagto #ct_frm_pagto {
     height: calc(100% - 35px);
    overflow: auto;
    padding: 0 5px;
}
#frm_pagto #ct_frm_pagto label {
    margin-bottom: 0;
}
.pagtosmk tbody {
    overflow: auto;
}
.pagtosmk td {
    white-space: nowrap;
}
#dvfrm_wifi {
    display: block;
    width: 280px;
    margin-bottom: 0;
}
#dvfrm_wifi label {
    display: inline-block;
    width: 30px;
}
#dvfrm_wifi select {
    display: inline-block;
    width: 150px;
}
@media only screen and (max-width: 320px) {
    .venda_planos .row {
        margin: 0;
        margin-left: 10px;
    }
    #dv_pagar.venda_planos .panel .text-right div {
        float: right;
        margin-right: -15px;
        width: 235px;
    }
    #dv_pagar.venda_planos .panel div.huge {
        font-size: 24px;
    }
    #dv_pagar.venda_planos {
        top: 0;
        transform: none;
        left: 0;
        bottom: 0;
        right: 0;
        max-height: 100vh;
        height: auto;
        margin: 0;
    }
    #dv_pagar.venda_planos h4 {
        font-size: 14px;
        line-height: 22px;
        font-weight: bold
    }
    #dv_fone span {
        font-size: 12px;
    }
    #dv_fone input {
        width: 105px;
        font-size: 12px;
        padding-left: 5px;
    }
    #dv_fone #ops_venda {
        display: table;
        width: 100%;
    }
    .venda_planos #dvimp_pagto button {
        padding: 5px 0;
        width: 25%;
    }
    .venda_planos #dvimp_pagto .chpix {width:50%;}
    .venda_planos #dv_acesso h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .venda_planos #dv_acesso ul  {
        font-size: 12px;
        margin-bottom: 0;
    }
    .venda_planos #dv_acesso img {
        height: 250px;
    }
    .venda_planos #dv_acesso h5 i {
        margin-top: +60px;
        right: 0;
    }
}