.btn-primary {
  color: var(--bts-texto);
	background-color: var(--btn-primary);
	border-color: var(--btn-primary);
  opacity: .9;
}
.btn-primary:hover {
  color: var(--bts-texto);
	background-color: var(--btn-primary);
	border-color: var(--btn-primary);
  opacity: 1;
}
.btn-success {
  color: var(--bts-texto);
	background-color: var(--btn-success);
	border-color: var(--btn-success);
  opacity: .9;
}
.btn-success:hover {
  color: var(--bts-texto);
	background-color: var(--btn-success);
	border-color: var(--btn-success);
  opacity: 1;
}
.btn-warning {
  color: var(--bts-texto);
	background-color: var(--btn-warning);
	border-color: var(--btn-warning);
  opacity: .9;
}
.btn-warning:hover {
  color: var(--bts-texto);
	background-color: var(--btn-warning);
	border-color: var(--btn-warning);
  opacity: 1;
}
.btn-danger {
  color: var(--bts-texto);
	background-color: var(--btn-danger);
	border-color: var(--btn-danger);
  opacity: .9;
}
.btn-danger:hover {
  color: var(--bts-texto);
	background-color: var(--btn-danger);
	border-color: var(--btn-danger);
  opacity: 1;
}
/* ----------------------------- staff ------------------------------ */
.bubble .staff_alerta {
	background: url('../imagem/staff-alerta.png');
}
.bubble .staff_duvida {
	background: url('../imagem/staff-duvida.png');
}
.bubble .staff_erro {
	background: url('../imagem/staff-erro.png');
}
.bubble .staff_ola {
	background: url('../imagem/staff-inicio.png');
}
.bubble .staff_ok {
	background: url('../imagem/staff-ok.png');
}
.logo_linktalk {
  background: url('../imagem/linktalk.png');
  width: 26px;
  height: 26px;
  display: inline-block;
  background-position: center center !important;
  background-size: 100% 100% !important;
  margin-left: 5px;
}
.tit_linktalk {
  position: relative;
  top: -7px;
  font-size: 16px;
}
.bubble {
  position: fixed;
  background: var(--fundo-staff);
  font-family: Arial;
  max-width: 400px;
  min-width: 310px;
  min-height: 120px;
  max-height: 79vh;
  border-radius: 10px;
  padding: 0;
  border: solid 1px var(--bordas);
  bottom: 94px;
  right: 10px;
  z-index: 9;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  .bubble {
    right: 40vh
  }
}
.bubble:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 8;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent var(--bordas) transparent transparent;
  bottom: -20px;
  right: 45px;
  margin-left: -10px;
}
.bubble .i_staff {
  position: absolute;
  top: -28px;
  right: 0;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  font-family: Arial;
  color: #fff;
  line-height: 20px;
  background: var(--texto);
  padding: 3px 7px;
  text-align: center;
  border-radius: 20px;
  font-style: normal;
  font-weight: bold;
}
.bubble .ico_staff {
  position: absolute;
  right: 0;
  top: auto;
  bottom: -74px;
  width: 64px;
  height: 64px;
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
}
.cp_staff {
  clear: both;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  max-height:75vh;
  margin: 0;
  background: #fcfcfc;
  border-radius: 10px;
}
.cp_staff button {
  color: var(--texto);
  font-weight: bold;
  float: right;
  margin: 10px;
}
.cp_staff button.direita {float: right;}
.cp_staff button.esquerda {float: left;}
.cp_staff h4 {
  text-align: center;
  font-weight: bold;
  color: var(--texto);
}
.tit_staff_erro,.tit_staff_ola,.tit_staff_alerta,.tit_staff_ok,.tit_staff_duvida {
  text-align: center;
  font-size: 22px;
  font-family: 'Sans serif';
}
.tit_staff_erro span {
  font-size: 14px;
  color: #a00;
}
.cp_staff p {
  text-align: justify;
  padding: 0 10px;
  font-family: "Sans Serif";
  font-size: 14px;
  width: 100%;
  line-height: 1.5;
  color: var(--sub-texto);
  text-indent: 50px;
}
.cp_staff h3 {
  text-align: center;
}
h3.aviso {
  text-align: center;
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-style: italic;
}
p.aviso {
  max-width: 310px;
  padding:0 10px;
  color: var(--texto);
  text-indent: 40px;
  text-align: justify;
}
.cp_staff {color: var(--texto);}
.cp_staff .staff_load {
  display: block;
  margin: 50px auto;
  max-width: 50px;
}
.tx_staff {
  display: block;
  width: 100%;
  overflow-y: auto;
  min-width: 480px;
  height: 250px;
}
p.ola {
  max-width: 310px;
  padding: 10px;
  text-align: justify;
  text-indent: 50px;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
}
.cp_staff .frm-staff {
  width: 480px;
  float: right;
  margin-right: 5px;
}
.cp_staff .form-group {
  clear: both;
  display: block;
  min-height: 35px;
}
.cp_staff .input-group-addon i {
  background: var(--btsucesso);
  height: 30px;
  width: 30px;
  line-height: 25px;
  margin-top: -7px;
  margin-right: -12px;
  border: solid 1px var(--bordasucesso);
  font-size: 16px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cp_staff .form-group input {
  background: var(--fundo-form);
}
.cp_staff .form-group label {
  font-weight: bold;
  margin-left: +20px;
}
.anuncio {
  margin: 0 0 10px 0;
  text-align: center;
}
#dd_cod_reader {
  width: 100%;
  height: 150px;
  font-size: 22px;
}
#dv_cd_reader {
  width: 100vw;
  max-width: 480px;
  height: 35vh;
  padding: 0 5px;
}
#dv_cd_reader .fa-clone {
  font-size: 16px;
  margin-right: 10px;
}
#dv_cd_reader .btn-primary {
  color: #fff;
}
.cp_staff .icostaff {
  font-size: 64px;
  text-align: center;
  width: 100%;
  padding-top: 10px;
}
.icostaff.fa-exclamation-triangle {color: #900;}
.icostaff.fa-bell-o {color: #770;}
.icostaff.fa-question-circle {color: #000;}
.icostaff.fa-chevron-circle-down {color: #070;}
.icostaff.fa-thumbs-up {color: #00f;}
/*------------------------------ padrões ------------------------------ */
.img_erro_sys {
  max-width: 80%;
  max-height: 80%;
  margin-top: 5%;
  margin-left: 10%;
}
#body_principal {
  padding: 0;
  margin: 0;
  font-family: Arial;
  background: var(--fundo-body);
  overflow:hidden;
}
#chkUsr {display: none;}
.bt_fechar {
  position: absolute;
  right: 12px;
  top: 7px;
  color: #fff;
  text-shadow: 1px 1px 1px #000,-1px 1px 1px #000,1px -1px 1px #000,1px 1px -1px #000;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  z-index: 9;
}
input, select {height: 28px; }
input[type="date"] {
  padding: 0 10px;
  line-height: 14px;
  height: 28px;
}
.pegafoto input[type="file"], .hide {display:none;}
* {scrollbar-width: thin;  scrollbar-color: var(--texto) var(--bordas);}
*::-webkit-scrollbar {  width: 5px;}
*::-webkit-scrollbar-track {  background: #4c4242;}
*::-webkit-scrollbar-thumb {  background-color: #4c4242;  border-radius: 5px;  border: 1px solid #ffffff;}
.table {margin-bottom: 0;}
table .big-td {
  min-width: 310px;
  width: 310px;
  max-width: 310px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ddi_child {
  position: absolute;
  list-style: none;
  padding: 0;
  z-index: 9;
  height: 80vh;
}
.ddi_child .hd {display: none;}
.ddi_child i {font-size: 26px;}
.ddi_child .sel b {
  position: relative;
  top: -4px;
}
.ddi_child .sel {
  display: inline-block;
  width: 33px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  height: 28px;
}
.ddi_child .sel b, .ddi_child .sel span {
  display: none;
}
.ddi_owner {
  margin-left: 33px;
  width: calc(100% - 33px) !important;
  border-left: none;
}
.ddi_child .ver {
  background: #fff;
  border: solid 1px #ccc;
}
.ddi_child .ver:hover {
  background: var(--fundo-hover);
  cursor: pointer;
}
.ddi_child .ver span, .ddi_child .ver b {
  position: relative;
  top: -5px;
}
.ddi_child.list {
  position: fixed;
  height: 80vh;
  top: 10vh;
  overflow: auto;
  background: #fff;
}
.ddi_child.list li {
  border: solid 1px #aaa;
  border-bottom: none;
}
table.table td {
  white-space: nowrap;
}
.dv-table {
  overflow: auto;
  width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
}
.tb-vazia {
  text-align:center; 
  font-style:italic; 
  color:gray;
}
.titulo {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
table.table thead td, table.table tfoot td {
  text-align: center;
  font-size: 14px;
  padding: 3px;
  font-weight: bold;
  background: var(--detalhes);
}
.bg-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
input[type="file"] {display: none;}
#img_ldw {
  position: fixed;
  max-width: 50px;
  max-height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
}
.ipt-foto {display: none;}
.input-group .fa-eye {
  position: absolute;
  top: +5px;
  right: 5px;
  font-size: 22px;
  cursor: pointer;
}
.input-group .fa-eye-slash {
  position: absolute;
  top: +3px;
  right: 5px;
  font-size: 22px;
  cursor: pointer;
}
.campo_form .form-group video {
  border: dashed 1px var(--bordas);
  width: calc(100% - 35px);
  max-width: 350px;
  height: 250px;
  background: rgba(0,0,0,.7);
  margin-left: 50%;
  transform: translateX(-50%);
}
.campo_form .form-group .fa-cloud-upload {
  position: relative;
  left: -55px;
  font-size: 16px;
  cursor: pointer;
}
.campo_form .form-group .fa-cloud-upload:before {
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: +2px;
}
.form-group {
  position: relative;
  clear: both;
}
.form-group .btn-success {
  float: right;
}
.input-group-addon {
  max-height: 25px;
}
#grp_html {width: 100%}
.fone .input-group-addon {
  padding: 2px 7px;
}
.input-group-addon .fa-mobile {
  font-size: 22px;
  padding: 0;
  margin: 0;
  line-height: 15px;
  width: 20px;
  height: 10px;
}
.bts_ops {
  cursor: pointer;
  font-size: 20px;
  padding: 2px 0;
  border: solid 1px var(--sub-texto);
  border-radius: 3px;
  box-shadow: 2px 2px 1px var(--sub-texto);
  background: var(--detalhes);
  font-weight: 100;
  width: 30px;
  height: 30px;
  text-align: center;
}

.pn_vidro {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9;
  display: none;
  overflow: hidden;
}
.cp_imagem {
  display: table;
  table-layout: fixed;
  width: 88%;
  max-width: 250px;
  margin: 0 auto;
  height: 180px;
  border: dashed 1px var(--bordas);
  text-align: center;
}
.cp_imagem div {
  display: table-cell;
  vertical-align: middle; 
  width: 100%;
  height: 100%;
}
.cp_imagem img {
  max-height: 180px;
  max-width: 100%;
}
.form-group .tools_foto {
  position: relative;
  width: 250px;
  margin: 0 auto;
}
.bt_fotos {
  position: absolute;
  top: 5px;
  right: -20px;
  width: 12%;
}
.input-group-addon i[class*='fa my-'] {
  font-size: 20px;
  line-height: 10px;
  width: 25px;
  padding: 0;
  margin: 0;
  top: +2px;
}
.input-group-addon .fa {
  font-style: normal;
  font-size: 20px;
  line-height: 10px;
  width: 25px;
}
.bt_fotos i {
  position: absolute;
  right: 4px;
  font-size: 22px;
}
.bt_fotos .fa-search {top: 35px;}
.bt_fotos .fa-camera {top: 70px;}
.bt_fotos .fa-edit {
  top: 105px;
  font-size: 24px;
}
.bt_fotos .fa-share-alt {
  top: 140px;
}
#dv_show_img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.9);
  z-index: 99999;
}
#dv_show_img i {
  position: fixed;
  top: 2px;
  right: 20px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}
#dv_show_img img {
  max-width: 95%;
  max-height: 85%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#cp_video_show {
  position: absolute;
  max-height: 90vh;
  max-width: 90vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#frm_termos {
  padding: 0 10px;
  height: 100%;
  overflow: auto;
}
.tinyimg {display: none;}
.ajuda_form .fa-edit {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 22px;
  cursor: pointer;
  opacity: .5;
}
.ajuda_form p {
  color: var(--texto);
}
.ajuda_form ul li {
  color: var(--texto);
}
.ajuda_form .fa-edit:hover {
  opacity: 1;
}
#dv_emoji #dv_emoji {
    position: absolute;
    z-index: 99;
    display: none;
    top: 0;
    width: 100%;
    max-width: 480px;
    height: 350px;
    left: 50%;
    transform: translateX(-50%);
}
#dv_ct_emoji {
  background: #fff;
  height: 250px;
}
#dv_emoji ul {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 280px;
}
#dv_emoji .ver_emojis {
    height: 100%;
}
.ul_emoji_ico {height: 35px;}
.ul_emoji_ico li {
    float: left;
    width: 31.2px;
    height: 35px;
    border: solid 1px #eee;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    color: #000;
}
.ul_emoji_ico li:hover {
    background: #f9f9f9;
    border-color: #000;
    font-size: 22px;
}
.ul_emoji_ico .emoji_fechar {
    font-size: 24px;
    line-height: 26px;
    font-family: "Times New Roman", Courier;
}
#dv_emoji #ct_emoji {
    width: 100%;
    height: calc(100% - 35px);
    border: none;
    overflow: auto;
    overflow-x: hidden;
}
#dv_emoji #ct_emoji li {
    float: left;
    font-size: 22px;
    padding: 3px;
    margin: 3px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #000;
    cursor: pointer;
} 
/* ----------------------------- modal ------------------------------ */
.modal {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: solid 1px var(--bordas);
  background: var(--fundo-form);
}
.pn_modal {
  width: 90vw;
  height: 95vh;
  max-width: 1080px;
}
@media (max-width: 800px) {
  .pn_modal {
      width: 98%;
  }
}
#pn_modal.login, #pn_modal.simula_finan .simulador {
  max-width: 800px;
}
.fulL_modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
}
.tt_modal {
  position: relative;
  margin:0;
  padding: 3px 0;
  background: var(--bordas);
  font-size: 16px;
  height: 30px;
  line-height: 22px;
  font-weight: bold;
}
.tt_modal span {
  margin-left: 10px;
}
.editHtml, .saveHtml {
  margin-left: 10px;
  font-size: 22px;
  line-height: 16px;
  position: absolute;
  left: 50%;
  top: 5px;
  cursor: pointer;
}
.saveHtml {
  display: none;
}
#view_menu {
  margin-left: 5px;
  font-size: 26px;
  line-height: 20px;
  cursor: pointer;
}
.x_modal, .full_modal, .ajuda_modal {
  position: absolute;
  right: 2px;
  top: -1px;
  width: 27px;
  height: 27px
}
.full_modal {right: 80px;}
.ajuda_modal {right: 40px;}
.cp_modal {
  height: calc(100% - 30px);
  padding: 0;
}
/* ----------------------------- Forms ------------------------------ */
.ct_forms {
  height: 100%;
  display: flex;
}
.mnu_form {
  list-style: none;
  max-width: 200px;
  width: 200px;
  padding: 0;
  border-right: solid 1px var(--bordas);
  display: inline;
  height: calc(100% - 30px);
  position: absolute;
  background: var(--fundo-form);
  z-index: 9;
  overflow: auto;
  overflow-x: hidden;
}
.mnu_form li {
  padding: 7px 5px;
  border-bottom: solid 1px var(--bordas);
  cursor: pointer;
}
.mnu_form li:hover, .mnu_form li.active {
  background: var(--detalhes);
  font-weight: bold;
}
.mnu_form .hlp {
  position: absolute;
  right: 5px;
  margin-top: -1px;
  border: solid 1px var(--bordas);
  padding: 1px 2px;
  line-height: 18px;
  border-radius: 20px;
  font-weight: bold;
  background: var(--fundo-form);
  font-size: 14px;
  cursor: pointer;
}
.mnu_form .hlp:before {
  content: "❓";
  position: relative;
  left: -2px;
}
.mnu_form li i:hover {
  background: var(--bordas);
  color: var(--fundo-form);
}
.corpo_form {
  display: inline-block;
  width: calc(100% - 200px);
  position: absolute;
  right: 0;
  height: calc(100% - 29px);
}
@media (max-width: 700px) {
  .corpo_form {
    width: 100%;
  }
}
.form_sys {
  height: 100%;
  width: 100%;
  min-width: 320px;
}
#pn_ajuda_form {
  z-index: 99;
}
#pn_ajuda_form .form_sys {
  position: absolute;
  max-width: 480px;
  width: 100%;
  height: 532px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: var(--fundo-form);
  border: solid 1px var(--bordas);
}
#pn_ajuda_form .top_bar_frm {
  display: block;
  margin-top: 20px;
}
#pn_ajuda_form .top_bar_frm label {
  position: relative;
  top: -10px;
  line-height: 10px;
  font-size: 22px;
}
.top_bar_frm {min-width: 320px;}
.top_bar_frm h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  margin-left: 10px;
}
.top_bar_frm #bt_frm_tools {
  position: absolute;
  right: 2px;
  top: 2px;
}
.top_bar_frm .bts_tbl .btn-success, .top_bar_frm .bts_tbl .btn-warning {display: none;}
.corpo_form .busca_bar  {
  display: table;
  width: 100%;
}
.corpo_form .busca_bar .bus_opts {
   display: table-cell; 
}
.corpo_form .busca_bar .bus_ord {
  display: table-cell;
  width: 177px;
  position: relative;
}
.corpo_form .busca_bar input {
  display: inline-block;
  width: calc(100% - 180px);
  max-width: 480px;
  min-width: 120px;
}
.corpo_form .busca_bar .bus_ord input {
  width: 60px;
  padding: 5px;
  font-size: 12px;
  max-width: auto;
  min-width: auto;
}
.corpo_form .busca_bar select {
  display: inline-block;
  height: 28px;
}
.corpo_form .busca_bar .sel_busca {
  width: 95px;
}
.corpo_form .busca_bar .sel_ordem {
  width: 115px;
}
.corpo_form .busca_bar .bti_frm {
  border: solid 1px var(--bordas);
  padding: 4px;
  border-radius: 3px;
  cursor: pointer;
  background: var(--detalhes);
  opacity: .7;
  font-size: 18px;
}
.corpo_form .busca_bar .bti_frm:hover {opacity: 1;}
.corpo_form .cp_form {
  margin-top: 5px;
  height: calc(100% - 40px);
  width: 100%;
}
.corpo_form .ct_tabela {
  height: 100%;
}
.sqlexport {display:none;}
.corpo_form .tabela_form {
  width: 100%;
  max-width: 100vw;
  overflow: auto;
  height: calc(100% - 30px);
}
.corpo_form .tabela_form video {
  max-height: 150px;
  max-width: 250px;
}
.corpo_form .tabela_form img {
  max-width: 50px;
  max-height: 50px;
}
.total_forms {
  text-align: right;
  padding-right: 10px;
  list-style: none;
}
.corpo_form .table-form {
  width: 100%;
  border-collapse: collapse;
}
.corpo_form .table-form th i {
  font-size: 20px;
}
.corpo_form .table-form th span i {
  color: transparent;
  margin-left: 10px;
  font-size: 16px;
}
.corpo_form .table-form th span:hover {cursor: pointer;text-decoration: underline;}
.corpo_form .table-form th span i.active {color: var(--texto);}
.corpo_form .table-form thead th, .corpo_form .table-form tfoot th {
  white-space: nowrap;
  text-align: center;
}
.corpo_form .table-form thead th {
  padding: 10px 5px 0 5px;
  font-weight: normal;
  color: var(--sub-texto);
}
.corpo_form .table-form tfoot th {
  padding: 0 5px 10px 5px;
  font-weight: normal;
  color: var(--sub-texto);
}
.corpo_form .table-form td {
  white-space: nowrap;
  padding: 2px 5px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  font-size: 12px;
}
.corpo_form .tabela_form .tb-vazia {
  width: 100%;
  white-space: wrap;
}
.corpo_form .tabela_form .tb-vazia h4.error_log {
  color: #b00;
}
.corpo_form .tabela_form .tb-vazia p.error_log {
  color: var(--texto);
}
.corpo_form .table-form .nulltable {
  border: none;
  padding-left: 10px;
  font-family: arial;
  font-size: 12px;
  color: var(--sub-texto);
}
.corpo_form .table-form tbody tr:hover {
  cursor: pointer;
  background: #fafafa;
}
.corpo_form .table-form .center {
  text-align: center;
}
.corpo_form .table-form .right {
  text-align: right;
}
.corpo_form .tabela_form th.fa-gears {
  min-width: 50px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
}
.corpo_form .tabela_form th.fa-gears {
  margin-top: +2px;
}
.corpo_form .table-form .tb_opts {
  text-align: center;
  font-size: 16px;
}
.corpo_form .campo_form {
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 20px;
  width: 100%;
}
.bt_frm_videos {
  position: absolute;
  top: 30px;
  width: 30px;
  left: calc(50% + 177px);
}
.bt_frm_videos i {
  margin-bottom: 5px;
  font-size: 22px;
}
@media only screen and (min-width:800px) {
  .corpo_form .campo_form .form-group {
    display: inline;
    float: left;
    width: calc(50% - 10px);
    margin: 0 5px;
    position: relative;
    clear: none;
  }
  .corpo_form .campo_form .imagem, 
  .corpo_form .campo_form .texto,
  .corpo_form .campo_form .video,
  .corpo_form .campo_form .editor {
    clear: both;
    display: block;
    width: calc(100% - 10px);
  }
  .corpo_form .btns_form {
    clear: both;
    padding: 10px 5px;
  }
}
.corpo_form .table-form .tb_opts i {
  font-size: 22px;
  margin-right: 20px;
  color: var(--sub-texto);
}
.baixar_tabela {
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  right: -170px;
  z-index: 9;
  background: var(--fundo-form);
  border: solid 1px var(--bordas);
}
.baixar_tabela li {
  border-bottom: solid 1px var(--bordas);
  font-size: 18px;
  width: 205px;
}
.baixar_tabela li:hover {
  background: var(--detalhes);
  cursor: pointer;
  font-weight: bold;
}
.baixar_tabela li i {
  padding: 5px;
  background: var(--detalhes);
  border-right: solid 1px var(--bordas);
  width: 35px;
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
}
.baixar_tabela li span {
  font-size: 14px;
  padding: 0;
}
/* ---------------------------- Barra topo ---------------------------- */
#barra_topo {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  background: var(--barra-topo);
  z-index: 8;
}
#corpo_site {
  position: fixed;
  top: 40px;
  left: 0;
  bottom: 35px;
  right: 0;
  overflow: hidden;
}
#corpo_site iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.stTopBar {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin-left: 10px;
  height: 40px;
}
.stTopBar li {
  display: inline-block;
  padding-top: 5px;
}
.stTopBar .icoChat {
  position: relative;
}
.stTopBar i {
  font-size: 28px;
  font-style: normal;
  cursor: pointer;
  margin-right: 20px;
}
.stTopBar i span {
  font-family: Arial;
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.stTopBar i:hover span {
  text-decoration: underline;
}
.stTopBar .icoChat i b {
  position: absolute;
  font-size: 12px;
  line-height: 19px;
  color: red;
  bottom: 0;
  left: 20px;
  bottom: -2px;
  background: var(--fundo-form);
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  border:solid 1px red;
}
.stTopBar .fa-cutlery {
  font-size: 24px;
}
#barra_topo .iniusr {
  position: absolute;
  right: 5px;
  top: +3px;
  margin: 2px 5px;
  font-size: 26px;
  cursor: pointer;
}
.img-usr {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border: solid 1px var(--texto);
  border-radius: 30px;
  cursor: pointer;
}
.img-usr .fa-circle {
  position: absolute;
  bottom: -2px;
  right: 0px;
  font-size: 10px;
}
.img-usr .bt_usr_off {color: red;}
.img-usr .bt_usr_on {color: lightgreen;}
#menu_tools {display:none;}
#menu_usr {display: none; }
#menu_usr ul {  right: 1px;}
#barra_topo #ul_menu_usr {
  position: absolute;
  top: 40px;
  background: var(--fundo-body);
  list-style: none;
  padding: 0;
  cursor: pointer;
}
#barra_topo #ul_menu_usr li {
  min-width: 250px;
  font-size: 18px;
  border: solid 1px var(--bordas);
  height: 35px;
  opacity: .8;
}
#barra_topo #ul_menu_usr li b {
  font-weight: normal;
  position: relative;
  left: -5px;
  top: -5px;
}
#barra_topo #ul_menu_usr li .logo_linktalk {
  height: 28px;
  width: 28px;
  position: relative;
  top: +3px;
  left: -4px;
}
#barra_topo #ul_menu_usr li:hover {opacity: 1;}
#barra_topo #ul_menu_usr li i {
  display: inline-block;
  font-size: 22px;
  width: 32px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  margin-right: 5px;
  background: var(--bordas);
}
/* ---------------------------- Rodape ---------------------------- */
#rodape_site {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  background: var(--barra-topo);
  font-size: 18px;
  z-index: 8;
}
#rodape_site i {
  font-size: 24px;
}
#rodape_site #ul_stat_bar {
  list-style: none;
  padding: 0;
  margin-top: 6px;
}
#rodape_site #ul_stat_bar li {
  float: right;
  text-align: center;
  cursor: pointer;
  opacity: .8;
  padding: 0 20px;
}
#rodape_site #ul_stat_bar #li_visitantes {
  position: absolute;
}
#rodape_site #li_info a {
  color: #000;
  text-decoration: none;
}
#rodape_site #ul_stat_bar li:hover {opacity: 1}
/* ---------------------------- login  ---------------------------- */
.bts-conta {display: none;}
#card_cria_acesso, #card_pt_acesso {
  width: 50%;
  float: left;
  padding: 0 .5%;
  padding-bottom: 20px;
}
#card_cria_acesso h3, #card_pt_acesso h3 {
  font-size: 16px;
  text-align: center;
  margin: 5px 0;
  font-weight: bold;
}
#termos_login {
	width: 100%;
	text-align:center;
	position: absolute;
	bottom: -2px;
	background: var(--bordas);
	margin: 0;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
  cursor: pointer;
}
#termos_login a {
  font-style: italic;
  font-weight: bold;
  text-decoration: underline
}
.salva_senha {
  position: absolute;
  margin-top: 5px;
  font-size: 14px;
}
.salva_senha input {
  margin-right: 3px;
  width: 15px;
  height: 15px;
}
#recupera_senha:hover {
  text-decoration: underline;
  font-weight: bold;
}
#dv_conn_chave {
  clear: both;
  margin-top: 10px;
  width: 100%;
}
#dv_conn_chave h5 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
#dv_chave_pub {
  display: table;
  width: 100%;
  cursor: pointer;
}
#dv_chave_pub div {
  display: table-cell;
  vertical-align: middle;
  height: 120px;
  border: dashed 1px var(--bordas);
  text-align: center;
}
#rec_senha {
  padding-top: 5px;
}
.loginBtn {
  box-sizing: border-box;
  position: relative;
  margin-bottom:3px;
  padding: 0 0 0 46px;
  border: none;
  text-align: left;
  line-height: 27px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: var(--texto);
  display: block;
  cursor: pointer;
  min-height: 32px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}
.rec-senha {
  background-color: #86ccba;
  color: #000;
  line-height: 32px;
  cursor: pointer;
  margin-bottom: 3px;
}
.rec-senha:before {
  border-right: #600 1px solid;
  background-size: 70% auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;  
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 26px;
  text-align: center;
  content: "\f021";
  line-height: 35px;
}
.rec-senha:hover,
.rec-senha:focus {
  background-color: #65bfa7;
}
.loginBtn--face {
  background-color: #86ccba;
  color: #000;
  line-height: 32px;
  cursor: pointer;
  margin-bottom: 3px;
}
.loginBtn--face:before {
  border-right: #600 1px solid;
  background-size: 70% auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;  
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 26px;
  text-align: center;
  content: "\f007";
  line-height: 35px;
}
.loginBtn--face:hover,
.loginBtn--face:focus {
  background-color: #65bfa7;
}
.loginBtn--qrcode {
  background-color: #86ccba;
  color: #000;
  line-height: 32px;
  cursor: pointer;
  margin-bottom: 3px;
}
.loginBtn--qrcode:before {
  border-right: #600 1px solid;
  background-size: 70% auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;  
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 26px;
  text-align: center;
  content: "\f029";
  line-height: 35px;
}
.loginBtn--qrcode:hover,
.loginBtn--qrcode:focus {
  background-color: #65bfa7;
}
.loginBtn--google {
  background-color: #af2424;
  color: #fff;
  line-height: 32px;
  cursor: pointer;
  margin-bottom: 3px;
}
.loginBtn--google:before {
  border-right: #600 1px solid;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background-color: #bf2424;
  background-image: linear-gradient(#b00f0f, #cf2424);
}
.loginBtn--linkedin {
  background-color: #eceff1;
  text-shadow: 0 -1px 0 #5b07b5;
  cursor: pointer;
  margin-bottom: 3px;
  color: #000;
  line-height: 32px;
}
.loginBtn--linkedin:before {
  border-right: #999 1px solid;
}
.loginBtn--linkedin:hover,
.loginBtn--linkedin:focus {
  background-color: #ecf0f5;
  background-image: linear-gradient(#ecf0f5, #ccdfe5);
}
/*-------------------------------------------------------------------- */
@media only screen and (max-width: 940px) {
  .baixar_tabela {
    right: 1px;
  }
  #rodape_site #ul_stat_bar li i {
    font-size: 22px;
  } 
}
/*-------------------------------------------------------------------- */
@media only screen and (min-width: 481px) {
  .bts-conta {display: none !important;}
}
/* ---------------------------- responsivo  ---------------------------- */
@media only screen and (max-width:600px) {
  /*-------------------------------- staff ----------------------------- */
  
  #corpo_site {
    bottom: 35px;
  }
  .cp_staff button {
    float: none;
    display: block;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .cp_staff button.esquerda {float: none;}
  .cp_staff button.direita {float: none;}
  .bubble {
    min-width: 120px;
    max-height: calc(100vh - 50px);
    left: auto;
    right: 0;
    margin-right: 0;
    bottom: 50px;
  }
  .bubble .ico_staff {
    position: fixed;
    bottom: 2px;
    height: 36px;
    width: 36px;
  }
  .bubble:after {
    right: 25px;
  }
  h3.aviso {
    font-size: 18px;
  }
  .cp_staff p {padding: 0 10px;}
  .cp_staff .frm-staff {width: 310px;}
  /* ----------------------------- rodape  ----------------------------- */
  #rodape_site #ul_stat_bar li {
	  width: 45px;
	  margin-right: 20px;
  } 
  #ul_stat_bar {margin-right:10px;}
  #rodape_site #ul_stat_bar li span {
    display: none;
  }
  #rodape_site {
    bottom: 0;
  }
  /* ----------------------------- login  ----------------------------- */
  .cp_modal {
    padding: 0 2px 0 2px;
  }
  #dv_chave_pub div {
    height: 80px;
    border: dashed 2px var(--bordas);
  }
  #dv_chave_pub {margin-bottom: 10px;}
	#termos_login {
		height: 50px;
    line-height: 24px;
    font-size: 16px;
    cursor: pointer;
	}
  #termos_login a {
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
  }
  #card_cria_acesso, #card_pt_acesso {
    display: block;
    clear: both;
    width: 100%;
    padding-bottom:10px;
  }
  #card_cria_acesso {display: none;}
  #dv_bts_conta {
    display: block;
    margin: 0 0 10px 0;
    text-align: right;
  }
  
  /* ----------------------------- modal  ----------------------------- */
  .full_modal {display:none;}
  .pn_modal {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
  }
  .tt_modal {
    font-size: 14px;
  }
  .corpo_form .busca_bar .sel_busca {
    width: 20px;
    padding: 0;
    height: 33px;
  }
  .corpo_form .busca_bar .bus_ord {
    width: 58px;
  }
  .corpo_form .busca_bar .bus_opts {
    width: calc(100% - 60px)
  }
  .corpo_form .busca_bar .bti_frm {
    padding: 6px 0;
    width: 29px;
    text-align: center;
    position: relative;
    top: +2px;
  }
  .corpo_form .busca_bar .bus_opts input {
    width: calc(100% - 93px);
   min-width: auto;
    height: 33px;
  }
  .corpo_form .busca_bar .bus_ord input {
    width: 50px;
  }
  .corpo_form .busca_bar .sel_ordem {
    width: 20px;
    padding: 0;
    height: 33px;
    margin-left: 2px
  }
  .top_bar_frm button {
    padding: 4px 5px;
  }
  .top_bar_frm h3 {
    padding: 0;
    margin: 0;
    padding-left: 2px;
    font-size: 14px;
    line-height: 20px;
    height: 52px;
    margin-top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-weight: 100;
  }
  .top_bar_frm #bt_frm_tools {
    margin-top: 19px;
  }
  .mnu_form {
    position: absolute;
    background: var(--fundo-form);
    z-index: 99;
    width: 100vw;
    max-width: 100vw;
  }
  .corpo_form .campo_form {
     height: 100%;
    padding-bottom: 50px;
  }
  #timer_vd {
    width: 80px;
  }
  .tp_cap_vid {
    padding: 3px;
  }
  .tp_cap_vid i {
    margin-right: 10px;
  }
  #bts_cap_vd {
   right: 0;
  }
  .tx_staff {
    min-width: auto;
    overflow-y: hidden;
  }
  .ttstaff {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
  }
  .tx_staff {
    width: 312px;
    height: 45vh;
    overflow-y: auto;
    margin: 0 3px 5px 3px;
  }
  .cp_staff button.fechar_staff {display: none;}
}

.cp_staff {
  max-height: calc(100vh - 100px);
}

@media only screen and (max-width:480px) and (min-width:400px) {
  .baixar_tabela {
    right: 51px;
  }
}

.fa-upload:before {
  position: relative;
  top: +1px;
}

i[class*='fa my-'].fa-picture-o {
  top: +5px;
}

.quem-somos {
  padding-bottom: 30px;
  background-color: var(--fundo-body);
  width: 100%;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
  color: var(--texto);
}

.expertise-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.expertise-card {
  width: calc(33.33333333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  background-color: var(--fundo-form);
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: auto; /* Removido para permitir altura natural do conteúdo */
}

.card-img-top {
  width: 100%;
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  object-fit: cover; /* Manter a proporção da imagem */
  height: 250px; /* Altura fixa para as imagens */
}

.card-body {
  padding: 15px;
  flex-grow: 1; /* Permitir que o conteúdo do card cresça */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Espaçar o título e o texto */
}

.card-title {
  color: var(--texto);
  margin-top: 0;
  line-height: 32px;
  position: relative;
}

.card-text {
  color: var(--sub-texto);
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: justify;
  text-indent: 50px;
}

.icon-primary {
  color: #790e1d;
  margin-right: 5px;
}

.icon-success {
  color: var(--btsucesso);
  margin-right: 5px;
}

.icon-warning {
  color: #ffc107; /* Cor amarela padrão do Bootstrap 3 */
  margin-right: 5px;
}

.icon-danger {
  color: #d9534f; /* Cor vermelha padrão do Bootstrap 3 */
  margin-right: 5px;
}

.icon-info {
  color: #5bc0de; /* Cor azul claro padrão do Bootstrap 3 */
  margin-right: 5px;
}

.icon-secondary {
  color: #777; /* Cor cinza padrão do Bootstrap 3 */
  margin-right: 5px;
}

.card-title .fa {
  font-size: 32px;
  position: relative;
  top: +5px;
}
.dvPromessas div {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.dvPromessas h5 {
  font-style: italic;
  font-size: 18px;
  margin-left: 20px;
  font-weight: bold;
  color: darkblue;
}
.dvPromessas p {
  font-size: 16px;
  color: #000;
}
.dvPromessas button {
  color: #fff;
}
/* Ajustes para responsividade (simples, sem Media Queries) */
@media (max-width: 1104px) {
  .expertise-card {
    width: calc(50% - 30px);
  }
}

@media (max-width: 869px) {
  .expertise-card {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .dvPromessas div {
    height: 170px;
  }
  .dvPromessas p {
    font-size: 14px;
    color: #000;
  }
  .dvPromessas button.btn-warning {display: none;}
  .dvPromessas h5 {
    font-style: italic;
    font-size: 16px;
    margin-left: 20px;
    font-weight: bold;
    color: darkblue;
  }
  .expertise-card { 
    width: 100%;
    margin: 5px;
    padding: 0;
  }
  .quem-somos {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--fundo-body);
  } 
  .section-title {
    font-size: 18px;
  }
  .quem-somos {
    padding: 0 5px;
  }
  .card-body .fa {font-size: 24px}
  .form-group {
    padding: 0 5px 0 2px;
  }
  .stTopBar i span {
    display: none;
  }
}

#frm_quemsomos {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.ocultar, .oculto {display: none !important;}
.visivel {display:block;}
.mostrar {display: inline-block !important;}
