/*#region pesquisa*/
#body_pesquisa {
  margin: 0;
  padding: 0;
  font-family: "Arial";
}

#header-menu {
  background-color: white;
}

.linha {
  height: 210px;
  background-color: #2e375f;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#logo_vt {
  width: 200px;
  position: relative;
  margin-left: 45px;
}

#logo_iso {
  width: 150px;
  right: 100px;
  margin-left: 10px;
}

.site {
  letter-spacing: 1px;
  margin-top: 25px;
  margin-left: 20px;
  color: white;
}

.codigo {
  color: white;
}

.linha_branca {
  background-color: transparent;
  height: 15px;
}

.linha_informacoes {
  background-color: #2e375f;
  height: 40px;
}

.inf_placa {
  color: white;
  padding: 7px;
  text-align: center;
  font-weight: bold;
}

.linha_dataHora {
  background-color: #002f53;
  height: 40px;
}

.datapesquisa {
  color: white;
  margin-left: 15px;
  align-content: center;
}

.icon_dataHora {
  font-size: 20px;
  margin-top: 3px;
}

.texto_dataHora {
  margin-top: 12px;
  font-size: 14px;
}

#icon-hora {
  margin-left: 60px;
}

.linha_base {
  background-color: #2e375f;
  height: 40px;
}

.inf_base {
  color: white;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.icon_car {
  font-size: 22px;
}

#texto_base {
  margin-left: 30%;
}

.linha_branca1 {
  margin: 0;
  background-color: white;
  margin-left: 15px;
  width: 7px;
  height: 42px;
}

.linha_subtitulo {
  background-color: #e6e7e8;
  height: 30px;
  font-weight: bold;
  padding-top: 5px;
  margin-top: 8px;
}

.linha_subtitulo_for {
  background-color: #aeafb1;
  height: 25px;
  font-weight: bold;
  padding-top: 3px;
  margin-top: 4px;
}

.texto_pesquisado {
  position: absolute;
  margin-left: 180px;
  font-weight: bold;
}

.texto_pesquisado_unico {
  font-weight: bold;
}

#descricao label,
#ficha label,
#cadastral label,
#agregados_estadual label,
#agregados_fabrca label,
#restricao_estadual label,
#restricao_nacional label,
#multas_debitos label,
#restricao_ambiental label,
#proprietarios label,
#comunicado_venda label,
#gravame label,
#intencao_restricaoFincanceira label,
#cadastro_prop label,
#cadastro_tel label,
#cadastro_end label,
#cadastro_socios label {
  margin-top: 4px;
  margin-bottom: 4px;
}

#card-advertencia {
  background-color: rgb(145, 142, 142);
  font-size: 10px;
  margin-left: 2%;
  width: 96%;
  margin-top: 25px;
  margin-bottom: 25px;
}

/*#endregion*/

/*#region INSTITUCIONAL*/
/*#region Gerais*/
body {
  font-family: "roboto", "sans-serif";
}

.row {
  margin: 0;
}

.container {
  padding: 70px 0;
}

p,
li {
  color: #444;
  font-size: 14px;
}
/*#endregion Gerais*/

/*#region Barra de navegação*/
header,
.navbar {
  background-color: #f1f1f1;
}

#nav-container {
  padding-top: 0;
  padding-bottom: 0;
}

#logo {
  width: 150px;
}

.navbar-brand {
  padding: 0;
  color: #090072;
}

.navbar-brand:hover {
  color: #090072;
}

#navbar-links a {
  color: #090072;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem 0.8rem;
}

.nav-item.active {
  border-bottom: 3px solid #fff;
}

/*#endregion Barra de navegação*/

/*#region Slider*/
.container-fluid {
  padding: 0;
}

#mainSlider .carousel-inner,
#mainSlider .carousel-item {
  height: 90vh; /* (vh)porcentagem da tela */
}

#mainSlider .carousel-caption {
  top: 30%;
}

#mainSlider .carousel-caption h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

#mainSlider .carousel-caption p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #fff;
}

.main-btn {
  background-color: #197e9d;
  color: #fff;
  text-transform: uppercase;
  width: 200px; /* largura */
  height: 60px; /* altura */
  padding: 10px 20px;
  border-radius: 30px; /* bordas aredondadas */
  border: 3px solid transparent;
  transition: 0.5s; /* para ter um hover suave */
}

.main-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border-color: #197e9d;
}

.carousel-indicators .active {
  background-color: #197e9d;
}

#mainSlider .whats-btn {
  background-color: rgb(5, 172, 5);
}

#mainSlider .whats-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border-color: rgb(5, 172, 5);
}
/*#endregion Slider*/

/*#region Vistoria*/
#parceria-area {
  background-color: white;
}

.main-title {
  color: #444;
  margin: 0 0 55px 0;
  font-size: 40px;
  text-align: center;
}

.main-title::after {
  content: "";
  border-top: 2px solid #333;
  width: 20%; /* tamnho da linha */
  left: 40%; /* contralisando a linha */
  position: absolute;
  top: 60px;
}

.parceria-title {
  font-size: 17px;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
}

.parceria-content p {
  padding-top: 15px;
}

#parceria-list {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}

#parceria-list li {
  line-height: 30px; /* separa um dos outros na lista */
}

#parceria-list i {
  color: #197e9d;
  margin-right: 15px;
  font-size: 20px;
}

/*#endregion Vistoria*/

/*#region Serviços*/
.service-box {
  text-align: center;
  margin-bottom: 50px;
}

.service-box i,
.service-box h4 {
  transition: 0.5s;
}

.service-box i {
  font-size: 36px;
  margin-bottom: 20px;
  color: #444;
}

.service-box h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.service-box:hover > i,
.service-box:hover > h4 {
  color: #65daf9;
}

/*#endregion Serviços*/

/*#region Dados da empresa*/
.circle-box div {
  padding: 0 40px;
}

.progressbar-text {
  font-weight: bold;
  font-size: 32px;
}

#dados-area p {
  color: #fff;
  text-align: center;
  font-size: 26px;
  margin-top: 20px;
}

/*#endregion Dados da empresa*/

/*#region Time*/
.card-body {
  text-align: center;
}

#card-time {
  border: 0;
}
/*#endregion Time*/

/*#region trabalhe conosco*/
#apply-area {
  height: 500px;
}

#apply-area .container-fluid,
#apply-area .row {
  height: 100%;
}

#apply-area .apply-box {
  text-align: center;
  padding: 70px 50px;
}

#company-img {
  background-image: url("/assets/img/maos_1.jpg");
  background-size: cover;
  height: 100%;
}

#pattern-img h4,
#pattern-img p {
  color: #fff;
}

#pattern-img h4 {
  margin-top: 8%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#pattern-img p {
  margin-bottom: 20px;
}

#apply-btn {
  display: block;
  height: auto;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: transparent;
  border-color: #fff;
}

#apply-btn:hover {
  border-color: #197e9d;
  background-color: #197e9d;
}

/*#endregion trabalhe conosco*/

/*#region Lojas*/
.lojas-box {
  margin-bottom: 30px;
}

#filter-btn-box {
  margin-bottom: 50px;
  text-align: center;
}

#lojas-area .filter-btn {
  color: #444;
  border: 1px solid #444;
  background-color: transparent;
  text-transform: none;
  margin: 0 15px; /* espaçar um botão do outro */
  min-width: 100px; /* altura minima do botão */
  width: auto;
  height: 40px;
  min-width: 100px;
  line-height: 40px; /* alinhar o texto no centro do botão */
  padding: 0 20px;
}

#lojas-area .filter-btn.active,
#lojas-area .filter-btn:hover {
  color: #fff;
  background-color: #197e9d;
  border-color: #197e9d;
}

/*#endregion Lojas*/

/*#region News letter*/
#news-area {
  text-align: center;
  background-color: #f9f9f9;
}

#news-area p {
  font-size: 18px;
  margin-bottom: 40px;
}

#text-email {
  border-radius: 0; /* tira o raio da borda*/
  border-top-left-radius: 20px; /* raio da borda superior esquerdo */
  border-bottom-left-radius: 20px; /* raio da borda inferior esquerdo */
  border: 1px solid #197e9d;
  display: inline;
  box-sizing: border-box;
  width: 40%;
  height: 40px;
}

#news-btn {
  border-top-right-radius: 20px; /* raio da borda superior esquerdo */
  border-bottom-right-radius: 20px; /* raio da borda inferior esquerdo */
  border: 1px solid #197e9d;
  background-color: #197e9d;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  padding: 0 30px;
  margin-left: -130px;
  position: absolute;
  transition: 0.5s;
}

#news-btn:hover {
  background-color: #fff;
  color: #197e9d;
}

/*#endregion  News letter*/

/*#region Call Action*/
#call-area {
  background-color: #090072;
  text-transform: uppercase;
}

#call-area .container {
  padding: 40px 50px;
}

#call-area .row {
  display: block;
  text-align: center;
}

/* #call-area h3 {
    color: #FFF;
    font-weight: bold;
    margin-left: 0px;
    font-size: 30px;
    width: auto;
    letter-spacing: 2px; // espaço entre as letras
    margin-bottom: 0;
    display: inline;
    height: 60px;
    line-height: 60px; // alinha altura
    margin-bottom: 10px;
} */

.call-title {
  color: #fff;
  margin: 0 0 85px 0;
  font-size: 25px;
  text-align: center;
}

.call-title::after {
  content: "";
  border-top: 2px solid #fff;
  width: 20%; /* tamnho da linha */
  left: 40%; /* contralisando a linha */
  position: absolute;
  top: 60px;
}

#call-area #call-btn {
  background-color: #fff;
  color: #090072;
  font-weight: bold;
  font-size: 20px;
  margin-left: 30px;
  width: auto;
  letter-spacing: 2px;
  margin-top: 40px;
}

#call-area h6 {
  color: rgb(204, 198, 198);
  margin-left: 0px;
  text-transform: none;
}

#call-btn:hover {
  border-color: #090072;
}

/*#endregion Call Action*/

/*#region Contatos Footer */
#contact-area {
  text-align: center;
}

.contact-box {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #197e9d;
}

.contact-box i {
  color: #444;
  border: 1px solid #444;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-box p {
  font-size: 16px;
}

.contact-box a {
  text-decoration: none;
  color: #444;
  font-size: 16px;
}

.contact-title {
  font-weight: bold;
  color: #197e9d;
}

#msg-box p {
  font-size: 22px;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
  margin-bottom: 15px;
  border-radius: 0;
}

#contact-form .main-btn {
  width: 120px;
  height: 50px;
}

#contact-form .main-btn:hover {
  color: #197e9d;
}

/*#endregion Contatos Footer*/

/*#region footer pag institucional Copy */
#copy-area {
  background-color: #f1f1f1;
}

#copy-area .container {
  padding: 10px 0;
  text-align: center;
}

#copy-area .container p {
  margin-bottom: 0;
}

#copy-area .container a {
  font-weight: bold;
  color: #444;
}

#copy-area .container a:hover {
  text-decoration: none;
  color: #197e9d;
}

/*#endregion footer pag institucional Copy */

/*#endregion INSTITUCIONAL */

/*#region APP_VISTORIA */

/*#region naveçação*/
#header-menu .navbar {
  padding: 0;
}

.pesquisa-btn {
  width: 30px;
  height: 30px;
  padding: 9px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  padding-left: 11px;
  padding-right: 11px;
  color: rgb(151, 149, 149);
  background-color: transparent;
  border: solid 1px rgb(97, 96, 96);
}

.pesquisa-btn:hover {
  background-color: rgb(151, 149, 149);
  border: solid 1px rgb(97, 96, 96);
}

.veiculo_pesquisa-btn {
  width: 20px;
  height: 20px;
  padding: 9px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  padding-left: 11px;
  padding-right: 11px;
  color: black;
  background-color: transparent;
  border: solid 1px black;
  transform: scale(0.9, 0.9);
}

.veiculo_pesquisa-btn:hover {
  background-color: rgb(61, 4, 4);
  border: solid 1px black;
}

.recibo-btn {
  width: 30px;
  height: 30px;
  padding: 3px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  padding-left: 11px;
  padding-right: 11px;
  color: #5a0404;
  background-color: transparent;
  border: solid 1px #5a0404;
}

.recibo-btn:hover {
  background-color: red;
  border: solid 1px red;
}
.pix-btn {
  width: 20px;
  height: 20px;
  padding: 9px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  padding-left: 11px;
  padding-right: 11px;
  color: #191970;
  background-color: transparent;
  border: solid 1px #191970;
  transform: scale(0.9, 0.9);
}

.pix-btn:hover {
  background-color: #191970;
  border: solid 1px #191970;
}

#header-menu .pedido-btn {
  width: 30px;
  height: 30px;
  padding: 10px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  padding-left: 7px;
  padding-right: 7px;
  color: rgb(51, 117, 51);
  background-color: transparent;
  border: solid 1px rgb(29, 66, 29);
}

#header-menu .pedido-btn:hover {
  background-color: rgb(85, 165, 85);
  border: solid 1px rgb(29, 66, 29);
  color: white;
}

#header-menu .pedido-btn {
  width: 30px;
  height: 30px;
  padding: 10px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  padding-left: 7px;
  padding-right: 7px;
  color: rgb(51, 117, 51);
  background-color: transparent;
  border: solid 1px rgb(29, 66, 29);
}

#header-menu .pedido-btn:hover {
  background-color: rgb(85, 165, 85);
  border: solid 1px rgb(29, 66, 29);
  color: white;
}

#header-menu .conta-btn {
  width: 30px;
  height: 30px;
  padding: 10px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  color: #155e74;
  background-color: transparent;
  border: solid 1px #155e74;
}

#header-menu .conta-btn:hover {
  background-color: #155e74;
  border: solid 1px #155e74;
  color: white;
}

#header-menu .entrada-btn {
  width: 30px;
  height: 30px;
  padding: 10px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  padding-left: 7px;
  padding-right: 7px;
  color: rgb(199, 148, 6);
  background-color: transparent;
  border: solid 1px rgb(139, 104, 8);
}

#header-menu .entrada-btn:hover {
  background-color: rgb(199, 148, 6);
  border: solid 1px rgb(139, 104, 8);
  color: white;
}

#sair-btn,
#apresentacao-menu {
  color: rgb(143, 138, 138);
  border-color: rgb(143, 138, 138);
  font-size: 14px;
}

#sair-btn {
  font-size: 20px;
  padding: 5px;
}

#sair-btn-icon {
  font-size: 14px;
  padding: 0px;
}

#sair-btn-icon:hover {
  color: white;
  background-color: rgb(95, 90, 90);
}

#sair-btn:hover {
  color: white;
  background-color: rgb(95, 90, 90);
}

#admin-menu,
#home-menu,
#parceria-menu,
#services-menu,
#team-menu,
#stores-menu,
#contact-menu,
#login-menu,
#servicos-menu,
#financeiro-menu,
#pessoas-menu,
#grupos-menu,
#seguranca-menu,
#logar-menu,
#apresentacao-menu,
#sair-btn,
#sobre-menu {
  font-size: 11px;
}

#admin-menu,
#home-menu,
#parceria-menu,
#services-menu,
#team-menu,
#stores-menu,
#contact-menu,
#login-menu,
#servicos-menu,
#financeiro-menu,
#pessoas-menu,
#grupos-menu,
#seguranca-menu,
#logar-menu,
#apresentacao-menu,
#sair-btn,
#sobre-menu {
  vertical-align: middle;
}

.dropdown-item {
  font-size: 14px;
}

/*#endregion navegação*/

/*#region Footer */
#footer-login-area .container-fluid {
  background-color: #f1f1f1;
}

#footer-login-area .container-fluid {
  padding: 10px 0;
  text-align: center;
}

#footer-login-area .container-fluid p {
  margin-bottom: 0;
}

#footer-login-area .container-fluid a {
  font-weight: bold;
  color: #444;
}

#footer-login-area .container-fluid a:hover {
  text-decoration: none;
  color: #197e9d;
}
/*#endregion Footer */

/*#region layout-Login*/
header,
#menu-area-login .menu-img {
  background-color: #f1f1f1;
}

#menu-container {
  padding-top: 0;
  padding-bottom: 0;
}

#logomarca {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* card de dados do login */
#conteudo-segundo-conteiner {
  margin-top: 150px;
  margin-bottom: 98px;
}
#caixa-login {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

#card-caixa {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#img-caixa .img-login {
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

#usuario-caixa,
#senha-caixa {
  width: 80%; /* largura */
  height: 40px; /* altura */
  border-radius: 20px; /* bordas aredondadas */
}

#caixa-login #usuario-caixa-i,
#caixa-login #senha-caixa-i {
  margin-left: 10px;
  font-size: 30px;
}

#caixa-login #usuario-caixa,
#caixa-login #usuario-caixa-i,
#caixa-login #senha-caixa,
#caixa-login #senha-caixa-i {
  margin-left: auto;
  margin-right: auto;
}

#submit-caixa #submit-caixa-voltar {
  width: 150px;
  height: 40px; /* altura */
  border-radius: 20px; /* bordas aredondadas */
  margin-left: auto;
  margin-top: 30px;
}

#submit-caixa #submit-caixa-entrar {
  width: 150px;
  height: 40px; /* altura */
  border-radius: 20px; /* bordas aredondadas */
  margin-left: 40px;
  margin-right: auto;
  margin-top: 30px;
  border-color: rgb(85, 131, 85);
  color: rgb(85, 131, 85);
}

#submit-caixa #submit-caixa-entrar:hover {
  background-color: rgb(85, 131, 85);
  border-color: rgb(85, 131, 85);
  color: #fff;
}

#esqueci-caixa {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #090072;
  margin-top: 30px;
  text-align: center;
}

#esqueci-caixa :hover {
  text-decoration: none;
  color: #090072;
}

#formcontrol-funcionario {
  height: 3em;
}

#formcontrol-loja {
  height: 5em;
}

.duas-col {
  margin-top: 10px;
  width: 30%;
}

.segunda_coluna {
  margin: 0;
  margin-left: 50%;
}

.primeira-col {
  margin: 0;
}

/*#endregion layout-Login*/

/*#region Tabelas*/
/*#region Cargo Função*/
#header-menu .sair-btn {
  font-size: 9px;
}
#header-menu .sair-btn i {
  font-size: 14px;
}

.comprimento-menu {
  padding: 0.8rem 0.8rem;
}

#tabela_padrao {
  font-size: 16px;
}

#table-area .table-btn,
#table-area .table-btn-finalizado {
  background-color: rgb(97, 96, 96);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: 250px; /* largura */
  height: 40px; /* altura */
  padding: 5px 20px;
  border-radius: 20px; /* bordas aredondadas */
  border: 3px solid transparent;
  transition: 0.5s; /* para ter um hover suave */
}

#table-area .table-btn-finalizado {
  background-color: #197e9d;
  color: #fff;
}

#table-area .table-btn-finalizado:hover {
  color: #197e9d;
  background-color: #fff;
  border-color: #197e9d;
}

#table-area .main-btn {
  width: 400px;
}

.table-btn {
  position: relative;
  margin-left: 30px;
  margin-bottom: 0;
}

#agenda-botoes .main-btn {
  margin: 0;
}

div#agenda-botoes-finalizados.btn-finalizado {
  margin: 0;
}

.btn-finalizado {
  margin-left: 0;
}

#table-area .titulo-tabela {
  margin-top: 90px;
  margin-bottom: 60px;
  font-size: 26px;
  margin-left: auto;
  margin-right: auto;
}

#table-area .titulo-tabela::after {
  margin-top: 75px;
  width: 40%; /* tamnho da linha */
  left: 30%;
}

#table-area .table-btn:hover {
  text-decoration: none;
  color: rgb(97, 96, 96);
  background-color: transparent;
  border-color: rgb(97, 96, 96);
}
#tabela-area {
  margin-top: 30px;
  margin-bottom: 60px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#tabela-area #tabela_padrao_info {
  font-size: 14px;
}

#tabela-area .dt-buttons {
  margin-top: 30px;
  margin-bottom: 50px;
  position: absolute;
}

#tabela-area .dt-buttons button {
  background-color: transparent;
  color: #333;
  border: 0;
  border: 2px solid transparent;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
  border-radius: 20px;
}

#tabela-area .dt-buttons button:hover {
  text-decoration: none;
  border: 2px solid rgb(97, 96, 96);
  border-radius: 20px;
  padding: 0 10px;
}

#tabela_padrao_paginate {
  margin: 0;
  padding: 0;
}

#tabela_padrao td {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}

#tabela_padrao i {
  font-size: 10px;
}

#footer-area {
  height: 30px;
  background-color: #f1f1f1;
}

#footer-area .container {
  padding: 5px 0;
  text-align: center;
}

#footer-area .container p {
  margin-bottom: 0;
}

#footer-area .container a {
  font-weight: bold;
  color: #444;
}

#footer-area .container a:hover {
  text-decoration: none;
  color: #197e9d;
}
/*#endregion Cargo Função*/

/*#region contas a pagar  */

#tabela-contapagar {
  width: 100%;
  /* margin-left:-60px; */
  padding: 0;
}
#tabela_padrao_contapagar .dataTables_scrollBody table {
  height: 300px;
}

#pos-area .icone-acoes {
  /* width: 30px;
            height: 30px; */
  padding: 0;
}

#pos-area .icone-acoes:hover {
  text-decoration: none;
}

#pos-area .icone-acoes i {
  font-size: 14px;
  padding: 5px;
}

#pos-area .icone-acoes i {
  text-decoration: none;
}

#tabela-area td a:hover {
  text-decoration: none;
}

/* #endregion */

/*#endregion Tabelas*/

/*#region Formularios*/

/*#region Cargo*/
#formulario-area .titulo-tabela {
  margin-top: 90px;
  margin-bottom: 30px;
  font-size: 26px;
  margin-left: auto;
  margin-right: auto;
}
#formulario-area .titulo-tabela::after {
  margin-top: 70px;
  width: 40%; /* tamnho da linha */
  left: 30%;
}
#formulario-area {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#formulario-area .formulario-fechar {
  margin: 0px;
  padding: 0;
  margin-bottom: 30px;
  margin-right: 20px;
}
#formulario-area .formulario-fechar .icon {
  font-size: 12px;
  margin-right: 150px;
}
#formulario-area .form-cargo .title-cargo-form {
  margin-bottom: 20px;
}
#formulario-area .errors li {
  margin-left: 150px;
  margin-bottom: 20px;
}
#cargo {
  width: 60%; /* largura */
  height: 40px; /* altura */
  border-radius: 20px; /* bordas aredondadas */
  border: 2px solid rgb(143, 140, 140);
  outline: none;
  padding-left: 15px;
  margin-left: 10px;
}
#formulario-area .form-cargo {
  margin-top: 60px;
}
#formulario-area .main-btn {
  width: 150px;
  padding: 7px;
  height: 40px;
  border-radius: 20px;
  margin-top: 80px;
  margin-bottom: 120px;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  outline: none;
}
#formulario-area .main-btn:hover {
  color: #197e9d;
}
#formulario-area .btn-cancel {
  color: #197e9d;
  border-color: #197e9d;
  background-color: #fff;
}
#formulario-area .btn-cancel:hover {
  color: #fff;
  border-color: #cca248;
  background-color: #cca248;
}
#formulario-area .btn-salvar {
  color: #197e9d;
  border-color: #197e9d;
  background-color: #fff;
}
#formulario-area .btn-salvar:hover {
  color: #fff;
  border-color: #207948;
  background-color: #207948;
}
#tabela-area td .nome-principal-form {
  color: #444;
}
#tabela-area td .nome-principal-form:hover {
  color: #333;
  text-decoration: none;
}
/*#endregion*/

/*#region Contas a Pagar*/
/*pagina inicial*/
#form-contas-create form {
  width: 100%;
  position: absolute;
  margin-left: -70px;
}

#form-contas-create th,
td {
  white-space: nowrap;
}
div.dataTables_wrapper {
  margin: 0 auto;
}

#form-contas-create div.container {
  width: 80%;
}

/* new */
#form-contas-create {
  padding: 0;
  margin: 0;
}

#form-contas-create form {
  padding-left: 50px;
  margin-bottom: 50px;
}

#form-contas-create .cont-text {
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}

#form-contas-create select {
  font-size: 12px;
}

#form-contas-create .cont-text,
#form-contas-create .conta-input {
  margin-left: 10px;
}

#form-contas-create input {
  height: 28px;
}

#form-contas-create .cont-lancamento {
  width: 75px;
}

#form-contas-create .cont-pagamento {
  width: 170px;
}

#form-contas-create .cont-vencimento {
  width: 170px;
}

#form-contas-create .cont-descricao {
  width: 418%;
}

#form-contas-create .cont-fornecedor {
  width: 300px;
}

#form-contas-create .cont-filial {
  width: 300px;
}

#form-contas-create .cont-ccusto {
  width: 200px;
}

#form-contas-create .cont-referencia {
  width: 213%;
}

#form-contas-create .cont-parcelas {
  width: 50px;
}

#form-contas-create .cont-quantparcelas {
  width: 100px;
}

#form-contas-create .cont-contafinanceira {
  width: 139px;
}

#form-contas-create .cont-formapgto {
  width: 139px;
}

#form-contas-create .cont-parcela {
  width: 109px;
}

#form-contas-create .cont-periodo {
  width: 100px;
}

#form-contas-create .cont-grupo {
  width: 200px;
}

#form-contas-create .cont-subgrupo1 {
  width: 213px;
}

#form-contas-create .cont-subgrupo2 {
  width: 270px;
}

#form-contas-create .cont-valorinicial,
#form-contas-create .cont-acrescimo,
#form-contas-create .cont-desconto,
#form-contas-create .cont-valortotal {
  width: 180px;
}

#form-contas-create .cont-status {
  width: 180px;
}

#form-contas-create .cont-barras {
  width: 560px;
}

#form-contas-create .cont-comprovante {
  width: 560px;
  height: 29px;
  padding: 0;
  margin-top: 0;
}

#card-img-produto {
  padding: 10px;
  margin-left: 10px;
  margin-top: 15px;
  padding-bottom: 20px;
  width: 605px;
  height: 262px;
}

#form-contas-create .link-img {
  width: 460px;
}

#form-contas-create .nomelink-img {
  width: 100px;
}

#card-img-comprovante {
  width: 1227px;
  padding: 10px;
  margin-left: 10px;
  margin-top: 15px;
  padding-bottom: 20px;
}

#img-comprovante {
  margin-top: 5px;
  max-width: 180px;
  /* margin-left: auto;
        margin-right: auto; */
}

.imagem-produto {
  width: 240px;
  right: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#form-contas-create .cont-obs {
  width: 595px;
}

#form-contas-create .btn-comando {
  margin-top: 20px;
  margin-right: 60px;
}

#veiculo-TelaVendas .fa-search,
#spinner_placa_botao {
  color: rgb(90, 90, 231);
}

#veiculo-TelaVendas .btn-comando:hover {
  color: white;
}

#veiculo-TelaVendas_pesquisa .fa-search,
#spinner_placa_botao {
  color: rgb(90, 90, 231);
}

#veiculo-TelaVendas_pesquisa .btn-comando:hover {
  color: white;
}

#pos-area .spinner_placas {
  color: white;
  width: 20px;
  height: 20px;
  font-size: 12px;
}

#spin-placa-align {
  text-align: justify;
}

/*#endregion*/

/*#endregion Formularios*/

#view-area .name-view {
  margin-top: 40px;
  margin-bottom: 30px;
}

#view-area .btn-view-back {
  width: 150px;
  padding: 7px;
  height: 40px;
  border-radius: 20px;
  vertical-align: middle;
  outline: none;
  margin-top: 50px;
}

#view-area .view-btn:hover {
  color: #197e9d;
  border-color: #197e9d;
  background-color: #fff;
}

/*#region RegionName*/
#image-area .container {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

#image-area img {
  max-width: 100%;
}

#image-area .main-title {
  font-size: 24px;
}

#image-area .sub-title {
  font-size: 20px;
  text-align: center;
}

#image-area .card-body {
  padding-top: 10px;
  padding-bottom: 10pxpx;
}

#image-area .card-header {
  padding-top: 5px;
  padding-bottom: 5px;
}

#image-area .enviar-title {
  font-size: 20px;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}

#image-area .text-email {
  padding: 2.5px;
}

#image-area .main-btn {
  height: 30px;
  border-radius: 15px;
  padding: 4px;
  font-size: 14px;
}

#image-area .img-cards-title {
  font-size: 20px;
}

#salva-btn {
  width: 250px;
  height: 40px;
  border-radius: 20px;
  padding: 4px;
}

#image-area .img-title {
  margin-top: 20px;
}

#image-area .main-title::after {
  font-size: 26px;
}

#image-area .col-md-4,
#image-area p {
  text-align: center;
}

/*#endregion */

/*#region agendamento */
#table-create .main-title {
  font-size: 20px;
}

#form-area-create .topicos-agenda {
  margin-bottom: 0;
  margin-top: 10px;
}

#cep_edit {
  width: 85%;
}

#spinercep {
  margin-left: 5px;
}

#consultar-endereco {
  margin-left: 5px;
}

#text-numero-agendamento {
  margin-right: -25px;
}

#text-bairro-agendamento {
  margin-left: 25px;
}

#bairro-agendamento {
  width: 269px;
}

#form-area-create .cancel-btn,
#form-area-create .inserir-btn {
  width: 47.5%;
  margin-top: 10px;
}

.divisao {
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.divisao::after {
  content: "";
  border-top: 1px dashed #333;
  width: 70%; /* tamnho da linha */
  /* left: 40%; contralisando a linha */
  position: absolute;
  /* border-bottom: 1px dashed #333; */
}

.icone-maos {
  padding: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#tabela-area .view-agenda {
  color: #020202;
}

#tabela-area .view-agenda:hover {
  text-decoration: none;
  color: #020202;
}

.divisao {
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.divisao::after {
  content: "";
  border-top: 1px dashed #333;
  width: 95%; /* tamnho da linha */
  /* left: 40%; contralisando a linha */
  position: absolute;
}

.end-view {
  margin-left: 5px;
}

/*#endregion */
/*#endregion APP_VISTORIA */

/*#region POS*/
/* ============================================ */
/*#region POS-menu*/
#pos-area .menu-linha {
  background-color: #444;
  padding: 0;
  margin-bottom: 0px;
}
#pos-area .teste_menu3 {
  margin-top: 65px;
  margin-bottom: 0;
}

#table-area .teste_menu3 {
  margin-top: 65px;
}

#pos-area {
  margin: 0;
  padding: 0;
}

#pos-area body {
  background-color: F9F9F9;
}

/* menu */
#pos-area .col-sm-12 {
  padding: 0;
}

#pos-area .menu {
  width: 38px;
  height: 42px;
  margin-left: 0;
  position: relative;
  margin-top: 0px;
}

#check {
  /* position: absolute; */
  z-index: 1;
  display: none;
}

#pos-area .menu label {
  width: 100%;
  height: 100%;
  background-color: rgb(3, 114, 170, 1);
  position: absolute;
  transition: all 0.3s linear;
}

#pos-area .menu span {
  width: 24px;
  height: 1px;
  top: 18px;
  left: 6px;
  position: absolute;
  background-color: #fff;
  transition: all 0.3s linear;
}

#pos-area .menu span::after {
  content: "";
  width: 24px;
  height: 1px;
  top: -8px;
  position: absolute;
  background-color: #fff;
  transition: all 0.3s linear;
}

#pos-area .menu span::before {
  content: "";
  width: 24px;
  height: 1px;
  bottom: -8px;
  position: absolute;
  background-color: #fff;
  transition: all 0.3s linear;
}

#check:checked ~ span {
  background-color: transparent;
}

#check:checked ~ span::after {
  transform: translate(0px, 8px) rotate(45deg);
}

#check:checked ~ span::before {
  transform: translate(0px, -8px) rotate(-45deg);
}

/* Sub-Menus hamburguer*/
#pos-area .barra {
  background-color: rgb(3, 114, 170);
  width: 220px;
  height: 210px;
  margin-top: 36px;
  position: fixed;
  transition: all 0.2s linear;
  left: -220px;
  z-index: 2;
}

#pos-area nav {
  width: 100%;
  position: absolute;
  top: 15px;
}

#pos-area nav a {
  text-decoration: none;
}

#pos-area i {
  color: #fff;
  padding: 7px;
  font-size: 16pt;
}

#pos-area .link {
  color: #fff;
  padding: 12px;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.2s linear;
}

#pos-area .sub-barra {
  background-color: rgb(5, 132, 196);
  border-bottom: 2px solid rgb(3, 114, 170);
}

#venda-movimentocaixa {
  width: 100%;
  background-color: rgb(5, 132, 196);
  border: 0;
  padding-left: 0;
}

#venda-movimentocaixa:hover {
  background-color: rgb(2, 93, 138);
}

#venda-gerenciamentocaixa {
  width: 100%;
  background-color: rgb(5, 132, 196);
  border: 0;
  padding-left: 0;
}

#venda-gerenciamentocaixa:hover {
  background-color: rgb(2, 93, 138);
}

#pos-area .sub-barra:hover {
  background-color: rgb(2, 93, 138);
}

#pos-area .close-menu {
  background-color: #ca0606;
  border-color: #ca0606;
}

#pos-area .close-menu:hover {
  background-color: #f30606;
}

#check:checked ~ .barra {
  transform: translateX(220px);
}

/* Sub-Menus linha*/

#pos-area .linha-menu {
  padding: 0;
  /* margin-top: -4px; */
}

#pos-area div .col-md-6 {
  padding: 0;
}

#pos-area .casa-menu {
  color: #fff;
  margin-left: 10px;
  padding: 10px 7px 6px 7px;
}

#pos-area .loja-linha {
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 9px 6px 9px;
}

#pos-area .caixa-linha {
  margin-left: 30px;
  margin-right: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 9px 6px 9px;
}

#pos-area .caixa-descricao {
  padding-left: 10px;
  font-size: 14px;
  font-weight: lighter;
}

#pos-area .caixa-nome {
  padding-left: 10px;
  font-size: 14px;
  font-weight: lighter;
}

#pos-area .usuario-menu {
  color: #fff;
  margin-left: 10px;
}

#pos-area .usuario-menu:hover {
  text-decoration-style: none;
  text-decoration: none;
  height: 42px;
  right: 42px;
}

#pos-area .sair {
  background-color: #ca0606;
  padding: 0 5px 0 5px;
}

#pos-area .usuario-icon,
#pos-area .usuario-nome {
  margin-right: 20px;
}

#pos-area .usuario-nome {
  margin-right: 80px;
  padding: 9px 9px 6px 9px;
}

#pos-area .tela {
  margin-right: 20px;
  background-color: transparent;
  padding-top: 5px;
}

#pos-area .som-menu {
  margin-right: 20px;
  padding-top: 12px;
}

#pos-area .tela button {
  background-color: #444;
  padding: 0;
  outline: none;
}

#pos-area .user-menu {
  margin-top: 3px;
}

#foto-menu {
  margin-top: 0;
  width: 8px;
  right: 28px;
}

#pos-area .user-menu:hover {
  margin-top: 3px;
  background-color: rgb(2, 93, 138);
  border-top: 1px solid rgb(2, 93, 138);
  border-bottom: 0;
  text-decoration: none;
  text-decoration-style: none;
}

#caixaview-area .sangria-text {
  margin-left: 11%;
  margin-bottom: 1%;
}

#pos-area .sair-menu {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-top: -5px;
}

#pos-area .sair-menu:hover {
  text-decoration: none;
  color: #fff;
}

#pos-area .ico-sair {
  padding: 0;
  margin: 0;
}

#pos-area .sair i {
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
}
/*#endregion POS-menu*/

/*region movimento caixa*/
#table-area .modal-text {
  width: 130px;
}

#table-area .modal-input {
  margin-left: 100px;
}

/*#endregion POS-menu*/
/*================================================= */
/* produtos pre cadastrados */
#pos-area .produto-padrao {
  margin: 10px 0 10px 10px;
}

/* #pos-area .direito-6-pos {
    border-left: 0.5px solid rgb(161, 159, 159);
    height: 500px;
} */

#pos-area .primeiro-6-pos {
  border-right: 0.5px solid rgb(161, 159, 159);
  height: 500px;
}

#pos-area .img-logo-caixa {
  width: 150px;
  padding: 5px;
  margin-left: 15px;
  margin-right: 15px;
  z-index: 1;
}

#pos-area .busca-preco-pre {
  border: 1px solid #3a2cda;
  height: 35px;
  width: 370px;
  margin-left: 30px;
  outline-style: none;
}

#pos-area .busca-preco-pre:hover {
  border-radius: 0px;
}

#pos-area .calc-busca {
  color: #333;
  font-size: 35px;
  margin-left: 30px;
}

.produto-btn {
  background-color: #473cc2;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 130px; /* largura */
  height: 40px; /* altura */
  padding: 0;
  border: 1px solid transparent;
  transition: 0.5s; /* para ter um hover suave */
  margin-bottom: 20px;
}

.btn-tudo {
  background-color: rgb(225, 232, 250);
  color: #020202;
  width: 90px;
}

.btn-destaque {
  width: 90px;
}

#add-btn {
  width: 100px;
}

#produto-area .img-produto {
  font-size: 10px;
  padding: 0;
  margin-right: 5px;
}

.funcao-btn {
  margin-left: 77px;
}

#produto-area .card-todos {
  background-color: rgb(225, 232, 250);
  padding: 20px;
  border-radius: 0;
  border-color: rgb(225, 232, 250);
  max-height: 350px !important;

  overflow: auto;
}

#produto-area .card-todos a:hover {
  text-decoration: none;
}

#pos-area .card-header {
  /* background-color: transparent; */
  border: 2px solid black;
}

#pos-area .card-header:hover {
  background-color: rgb(198, 198, 243);
  border: 2px solid black;
}

#pos-area .card-img-par {
  width: 80px;
}

#card-produto .card-body {
  padding: 5px 0 0 5px;
  font-size: 12px;
  background-color: black;
  color: #fff;
}

#card-produto .card-preco {
  margin-right: 5px;
}

.caixa-btn {
  background-color: rgb(225, 232, 250);
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  width: 130px; /* largura */
  height: 40px; /* altura */
  padding: 5px 0 5px 0;
  border: 1px solid transparent;
  transition: 0.5s; /* para ter um hover suave */
  /* margin-bottom: 20px; */
}

.btn-caixa-tudo {
  background-color: #fff;
  color: #000000;
  width: 90px;
}

#pos-area .caixa-btn .img-caixa {
  color: #000000;
  font-size: 18px;
  margin-right: 10px;
}

#pos-area .caixa-car-btn .img-car-caixa {
  color: rgb(225, 232, 250);
  font-size: 23px;
  margin-right: 10px;
}

#carrinho-btn {
  background-color: rgb(225, 232, 250);
}

#img-car-caixa {
  background-color: rgb(235, 211, 161);
}

.caixa-car-btn {
  background-color: rgb(225, 232, 250);
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  height: 40px; /* altura */
  padding: 0;
  border: 1px solid transparent;
  transition: 0.5s; /* para ter um hover suave */
  /* margin-top: -20px; */
}

#form-vendas-create .btn-limparTudo {
  margin: 0;
  height: 40px;
}

.endereco-btn,
.cliente-btn {
  margin-bottom: 0;
}
.endereco-btn:hover,
.cliente-btn:hover {
  background-color: rgb(210, 211, 214);
  border: 1px solid rgb(225, 232, 250);
}

.row-caixa {
  content: ".";
  background-color: rgb(225, 232, 250);
  width: 40%;
  margin-top: 0;
  padding: 0;
  left: 40%; /* contralisando a linha */
  position: absolute;
  top: 60px;
}

#formulariointerno-area .tabela-titulo {
  margin-top: -50px;
}

#pos-area .btn-itemvenda {
  border: 0;
  padding: 0;
}

#pos-area .btns-listaitens {
  padding-bottom: 0;
  margin-bottom: 0;
}

#pos-area .card-listaitens {
  border-radius: 0%;
  width: 100%;
  height: 250px;
  max-height: 250px !important;
  overflow: auto;
  border: 0;
}

#imgSemVenda {
  background-size: contain;
  opacity: 0.1;
  width: 10%;
  height: 30%;
  text-indent: -99999px;
  display: block;
  margin-top: 10%;
  margin-left: 43%;
}

#txtSemVenda {
  opacity: 0.2;
  font-size: 16px;
  font-weight: bolder;
}

#pos-area .excluir-itemreduzido {
  width: 30px;
  padding: 1px;
  border: 0;
}

#pos-area .excluir-itemreduzido i {
  color: #ca0606;
}

#pos-area .excluir-itemreduzido i:hover {
  color: white;
}

#pos-area .card-img-reduzida {
  width: 55px;
  margin-left: 10px;
}

.obs-novo,
.nome-item {
  margin-bottom: 0;
  margin-left: 20px;
  width: 200px;
  max-width: 300px;
  font-size: 15px;
  margin-top: 5px;
}

.obs-novo {
  font-size: 12px;
  color: #666;
  font-family: Arial;
}

.img-edititem {
  border: 0;
  color: #555;
  margin-left: 5px;
  margin-right: 5px;
}

#pos-area .img-edititem:hover {
  background-color: transparent;
}

#pos-area .img-edititem i {
  color: rgb(190, 190, 190);
  font-size: 14px;
}

#pos-area .img-menosquantidade i,
#pos-area .img-maisquantidade i {
  font-size: 12px;
}

#pos-area .img-menosquantidade,
#pos-area .img-maisquantidade,
#pos-area .numeral-quantidadeitem {
  width: 35px;
  height: 31px;
  padding: 1px;
}

.num-item {
  color: black;
  font-size: 16px;
  width: 31px;
}

.valorunitario-item {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  /* padding: 0px 20px 0 20px; */
  width: 140px;
}

.valortotal-item {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 17px;
  font-weight: bolder;
  color: black;
  margin-left: 5px;
  /* width: 120px; */
}

/*#endregion POS*/

.precoObs_modal {
  margin-top: -400px;
}
.obs-preco {
  border-radius: 0;
}

.area-obs {
  margin-right: 40px;
}

#obs-label {
  margin: 8px 20px 0 450px;
}

#modal-movimento .modal-title {
  font-size: 14px;
  font-weight: bold;
}

#modal-movimento .modal-text {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -130px;
  font-size: 12px;
  font-weight: bold;
}
#modal-movimento .modal-text_dinheiro {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 12px;
  font-weight: bold;
}

#recipient-dinheiro {
  margin-left: 50px;
}

#text_inf,
#text_inf_input,
#text_sist,
#text_sist_input {
  margin-left: 50px;
}

#modal-movimento .recipient-horario {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

#modal-movimento .recipient-tipos {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

#modal-movimento .recipient-gere {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

#modal-movimento .venda-text {
  color: rgb(69, 167, 69);
  font-size: 14px;
  font-weight: bold;
}

#modal-movimento .recipient-vendas {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #006400;
}

#modal-movimento .dinheiro-text {
  color: rgb(45, 65, 182);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

#modal-movimento .recipient-dinheiro {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: rgb(45, 65, 182);
  width: 100px;
}

#modal-movimento .modal-body {
  padding-bottom: 0;
}

#for-tipo {
  margin-left: -20px;
}

#modal-movimento .recipient-operador {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

#modal-movimento hr {
  color: #555;
  margin-top: 0;
}

#modal-movimento .modal-header {
  margin-bottom: 0;
  padding-bottom: 0;
}

#fechamento-movimento .col-md-6 {
  padding: 0;
  margin: 0;
}

#fechamento-movimento .modal-text {
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  /* margin-left: -130px; */
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
}

#fechamento-movimento .dinheiro_acerto {
  /* padding-right: 60px; */
}

#abertura-linha {
  margin-top: 20px;
}

#fechamento-linha {
  margin-top: 20px;
}

#for-fechamento {
  /* margin-top: 20px; */
}

#fechamento-movimento .recipient-horario {
  /* margin-top: 10px; */
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

#fechamento-movimento .recipient-tipos {
  /* margin-top: 10px; */
  margin-bottom: 0;
  /* margin-left: 50px; */
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

#fechamento-movimento .recipient-gere {
  /* margin-top: 10px; */
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

#fechamento-movimento .venda-text {
  color: rgb(69, 167, 69);
  font-size: 14px;
  font-weight: bold;
}

#fechamento-movimento .recipient-vendas {
  /* margin-top: 10px; */
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #006400;
}

#fechamento-movimento .dinheiro-text {
  color: rgb(45, 65, 182);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  border: 0;
  width: 190px;
}

#fechamento-movimento .format-text {
  padding: 0;
  font-size: 13px;
}

#fechamento-movimento .col-md-5 {
  padding: 0;
}

#fechamento-movimento .col-md-7 {
  padding: 0;
}

#fechamento-movimento .valor_tipo {
  width: 100px;
}

#obs_fechamento {
  margin-top: 3px;
  margin-left: 13px;
  width: 96%;
}

#fechamento-movimento .recipient-dinheiro {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: rgb(45, 65, 182);
}

#fechamento-movimento .recipient-operador {
  /* margin-top: 10px; */
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

#fechamento-movimento hr {
  color: #555;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 850px;
}

#fechamento-movimento .modal-header {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*#region RegionName*/ /*#endregion RegionName*/
.conteiner-area {
  margin: 0;
  padding: 0;
}

.topo-logo {
  margin: 0;
  padding: 0;
}

#areapesquisa {
  margin: 0;
  padding: 0;
  background-color: black;
  margin-bottom: 20px;
}

.topo-area {
  padding: 15px;
}

.topo-area p {
  margin-bottom: 0;
  font-size: 12px;
}

.p-inicio {
  margin-top: 20px;
}

.topo-logo {
  margin-top: 15px;
}

.logo-empresa {
  padding: 20px;
  width: 85%;
}

.logo-resultado {
  width: 60%;
}

.titulo-todos {
  padding: 15px;
  margin-bottom: 0;
}

.body-todos {
  padding: 15px;
}

.body-todos label {
  font-size: 12px;
}

.identificacao {
  width: 80%;
  margin-left: auto;
  margin-bottom: auto;
  border: 0;
  border-bottom: 1px solid gray;
  margin-bottom: 15px;
}

.aviso {
  font-size: 10px;
  color: #999;
  letter-spacing: 1px;
}

#listavenda .item-novo::after {
  content: "";
  border-bottom: 2px solid #888;
  border-radius: 50%;
  width: 60%; /* tamnho da linha */
  left: 20%; /* contralisando a linha */
  position: relative;
}

#resultado-itens {
  width: 100%;
}

.card-total {
  border: 0;
}

#btn-limparTudo {
  border-radius: 0;
  font-size: 12px;
  margin-top: 10px;
  margin-right: 10px;
}

#btn-limparTudo i {
  font-size: 14px;
  font-weight: 100;
}

#resultado-itens .subTotal-venda {
  font-size: 13px;
  font-weight: bold;
  margin-right: 67%;
}

#resultado-itens .taxaExtra-venda {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  margin-left: 20px;
  padding: 0;
}

#resultado-itens .subTotal-venda-valor,
#resultado-itens .taxaExtra-venda-valor {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  margin-left: 500px;
  padding: 0;
}

#resultado-itens .sub-total {
  border: 0;
  padding: 0;
  margin: 0;
}

#resultado-itens hr {
  padding-top: 10px;
  margin: 0;
}

#resultado-itens .total-venda {
  font-size: 1.5em;
  font-weight: bold;
  color: #1404bd;
  margin-left: 20px;
  margin-top: 20px;
}

#pos-area .dataTables_info,
#pos-area .dataTables_filter {
  font-size: 10px;
  padding: 0;
  margin: 0;
  /* margin-right: 7%; */
}

/* pedido de venda new
.tela-vendasseparada {
    width: 30%;
} 
*/

/* .tela-vendasseparada_pesquisa {
    width: 30%;
    display: inline-block;
} */

#body-vendas {
  padding: 0;
  margin: 0;
}

#formulario-TelaVendas {
  padding: 0;
  margin: 0;
  margin-left: 15px;
  margin-top: 50px;
}

#formulario-TelaVendasteste {
  margin-left: 15px;
  margin-top: 50px;
}

#formulario-TelaVendas_pesquisa {
  padding: 0;
  margin: 0;
  margin-left: 0px;
  margin-top: 50px;
}

#body-vendas .venda-input {
  height: 25px;
  width: 250px;
}

.venda-text-check {
  margin: 0;
  font-size: 12px;
  margin-top: 1em;
  margin-left: 0;
}

.venda-text {
  margin: 0;
  font-size: 10px;
  margin-left: 10px;
}

.venda-text-gerar {
  margin: 0;
  font-size: 10px;
  /* margin-left: 10px; */
}

#body-vendas .venda-datapedido {
  width: 140px;
}

#body-vendas .venda-status {
  width: 95px;
}

#body-vendas .venda-valortotal {
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  width: 175px;
  height: 30px;
  font-size: 16px;
  color: #090072;
}

#body-vendas .venda-status-1 {
  width: 110px;
}

#body-vendas .text-vtotal {
  margin-top: 16px;
  font-size: 15px;
}

#body-vendas .venda-execucao {
  width: 120px;
}

#body-vendas .venda-placa {
  width: 100px;
}

#body-vendas .spinner-placa,
#body-vendas .spinner_placa_botao {
  width: 20px;
  height: 20px;
  font-size: 12px;
}

#body-vendas .venda-veiculo {
  width: 250px;
}

#body-vendas .venda-filial {
  width: 220px;
}

#body-vendas .venda-tipoVeiculo {
  width: 110px;
}

#body-vendas .venda-obs {
  width: 364px;
  height: 40px;
}

#body-vendas .venda-txtobs {
  margin-top: 10px;
}

#body-vendas .venda-item {
  width: 250px;
}

#body-vendas .venda-valorItem {
  width: 130px;
}

#body-vendas .venda-frete {
  width: 110px;
}

#body-vendas .venda-tipoFrete {
  width: 250px;
}

#body-vendas .venda-convenio {
  width: 265px;
}

#body-vendas .venda-formarecebimento {
  width: 230px;
}

#body-vendas .venda-datapagamento {
  width: 130px;
}

#body-vendas .venda-nf {
  width: 110px;
}

#body-vendas .venda-ae-aprovacao {
  width: 135px;
}

#body-vendas .venda-voucher {
  width: 110px;
}

#body-vendas .venda-funcionario {
  width: 364px;
}

#body-vendas .form-check_2forma {
  margin-left: 15px;
  font-size: 14px;
  color: #555;
  margin-top: 15px;
}

/* CSS padrão da div */
#body-vendas .card-2formapgto,
#caixa_email_label,
#caixa_email {
  display: none;
}

#veiculo-TelaVendas .venda-veiculodados {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

#veiculo-TelaVendas_pesquisa .venda-veiculodados {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

#pessoa-TelaNota .venda-veiculodados {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

#pessoa-TelaNota_pesquisa .venda-veiculodados {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

.venda-veiculodados {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

#placa_modal {
  margin-top: 0;
}

#body-veiculo .input-veiculodados {
  height: 25px;
  width: 190px;
  padding: 0;
  margin: 0;
  border-color: rgb(47, 55, 121);
  text-align: left;
  padding-left: 5px;
  padding-right: 10px;
  margin-left: 3px;
}

.input-veiculodados {
  height: 25px;
  padding: 0;
  margin: 0;
  border-color: rgb(47, 55, 121);
  text-align: left;
  padding-left: 5px;
  padding-right: 10px;
}

#body-nota .input-veiculodados {
  height: 25px;
  width: 190px;
  padding: 0;
  margin: 0;
  /* border-color: rgb(47, 55, 121); */
  text-align: left;
  padding-left: 5px;
  padding-right: 10px;
  margin-left: 3px;
}

#body-veiculo .textveiculo-venda {
  height: 15px;
}

#body-veiculo .veiculodados-obs {
  width: 770px;
  height: 40px;
}

#body-veiculo .veiculodados-obs_pedido {
  width: 383px;
  height: 40px;
}

#form-area-create .form-inline {
  margin: 0;
  padding: 0;
}

.card-insercaovendas {
  border-color: rgb(67, 3, 185);
  padding-bottom: 0;
  padding: 10px;
  position: absolute;
  width: 400px;
  margin-left: 20px;
}

.card-insercaovendas_pesquisa {
  border-color: rgb(67, 3, 185);
  padding-bottom: 0;
  padding: 10px;
  position: absolute;
  width: 400px;
  margin-bottom: 30px;
  margin-left: 20px;
}

#body-veiculo .card-veiculo-lista {
  background-color: #bae2ee;
  padding-bottom: 0;
  padding: 5px;
  position: absolute;
  width: 400px;
  margin-left: 440px;
}

.card-vendanew {
  /* background-color: #fcc1c1; */
  border-color: rgb(0, 0, 0);
  padding-bottom: 0;
  padding: 5px;
  position: absolute;
  height: 650px;
  max-height: 650px;
  width: 400px;
  margin-left: 860px;
}

.card-vendanew-conferencia {
  /* background-color: #fcc1c1; */
  border-color: rgb(0, 0, 0);
  padding-bottom: 0;
  padding: 5px;
  position: absolute;
  /* height: 650px;
    max-height: 650px;
    width: 400px; */
  margin-left: 20px;
}

.card-veiculo-lista {
  background-color: #bae2ee;
  padding-bottom: 0;
  padding: 5px;
  width: 400px;
  margin-left: 420px;
}

.card-insercaonotas {
  border-color: rgb(67, 3, 185);
  padding-bottom: 0;
  padding: 10px;
  width: 400px;
  height: 700px;
}

#body-veiculo .card-veiculo-lista_pesquisa {
  background-color: #bae2ee;
  padding-bottom: 0;
  padding: 5px;
  position: absolute;
  width: 800px;
  margin-left: 13px;
}

#erro-alert {
  margin-top: 10px;
  margin-bottom: 0;
  width: 380px;
  padding: 0;
}

/* 


#tabela_pos {
    max-width: 380px ;
} */

#body-veiculo .veiculodados-veiculo {
  font-weight: bold;
  color: rgb(216, 5, 5);
}

#body-veiculo .card-qrcode {
  width: 150px;
  height: 150px;
  margin: 15px 0 0 20px;
  position: relative;
  border-color: rgb(47, 55, 121);
}

.tebela-header {
  padding: 0;
  margin: 0;
  margin-left: 170px;
}

.tabela-cliente {
  margin-left: 5%;
}

#tabela-cliente .veiculo-tabela {
  width: 146px;
}

#tabela-cliente .header-servicos {
  width: 170px;
}

#tabela-cliente .body-servicos {
  width: 170px;
  font-size: 10px;
}

#tabela-cliente .body-preco {
  width: 73px;
  font-size: 9px;
}

.subheader-tabela {
  font-weight: bold;
  background-color: rgb(211, 210, 210);
  border-color: rgb(172, 171, 171);
}

#tabela-TelaVendas .icone-acoesvenda i {
  padding: 0;
  font-size: 12px;
}

#tabela-TelaVendas .fa-pencil {
  color: blue;
}

#tabela-TelaVendas .fa-trash {
  color: #ca0606;
}

.btn-comandocancelar {
  margin-left: 80px;
  display: none;
}

#body-nota .veiculodados-modelo,
#body-nota .logradouro-nota {
  width: 590px;
}

#body-nota .bairro-nota {
  width: 398px;
}

#body-nota .cidade-nota {
  width: 438px;
}

#body-nota .estado-nota {
  width: 120px;
}

#body-nota .ibge-nota {
  width: 220px;
}

#body-nota .checkbox-nota {
  width: 100px;
}

#body-nota .fonte-nota {
  width: 785px;
}

#body-notaavulsa .cpfcnpj-nota {
  margin-left: 1em;
}

#body-notaavulsa .loja_nota {
  width: 7em;
}

#body-notaavulsa .placa_nota {
  margin-left: 1em;
  width: 17.5em;
}

#body-notaavulsa .veiculodados-modelo {
  margin-left: 1em;
  width: 36em;
}

#body-notaavulsa .cep-nota {
  margin-left: 1em;
}

#body-notaavulsa .tipologradouro-nota {
  margin-left: 1em;
}

#body-notaavulsa .logradouro-nota {
  margin-left: 1em;
  width: 39em;
}

#body-notaavulsa .numero-nota {
  margin-left: 1em;
}

#body-notaavulsa .complemento-nota {
  margin-left: 1em;
  width: 17em;
}

#body-notaavulsa .bairro-nota {
  margin-left: 1em;
  width: 20em;
}

#body-notaavulsa .cidade-nota {
  margin-left: 1em;
  width: 11em;
}

#body-notaavulsa .estado-nota {
  margin-left: 1em;
  width: 9.5em;
}

#body-notaavulsa .ibge-nota {
  margin-left: 1em;
  width: 10em;
}

#body-notaavulsa .checkbox-nota {
  margin-top: 1em;
  margin-left: 1em;
  width: 2em;
}

#body-notaavulsa .fonte-nota {
  margin-left: 1em;
  margin-bottom: 1em;
  width: 52.5em;
}

#body-notaavulsa .cliente_nota {
  width: 25.5em;
}

#body-notaavulsa .item_nota {
  width: 25.5em;
}

#body-notaavulsa .notaavulsa {
  height: 25px;
}

#body-notaavulsa .icone-acoes i {
  font-size: 10px;
  padding: 2px;
}

#body-notaavulsa .receber_de,
#body-notaavulsa .receber_ate {
  width: 168px;
}

/*#region Caixa*/
#funcionario_caixa {
  padding: 0;
  margin: 0;
  border: 0;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

#formcontrol-funcionario {
  padding-top: 5px;
  padding-bottom: 50px;
}

#loja-caixa {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  color: #090072;
}
#loja-caixa:focus {
  border: 0;
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
}

#valorabertura-caixa {
  padding: 0;
  margin: 0;
  margin-left: 20px;
  width: 280px;
  padding-right: 10px;
}

#borda-valor {
  padding-top: 20px;
  padding-bottom: 50px;
}
/*#endregion RegionName*/

/* buttons */
.btn-30 {
  width: 31px;
}
.btn-50 {
  width: 50px;
}
.btn-100 {
  width: 100px;
}
.btn-110 {
  width: 110px;
}
.btn-150 {
  width: 150px;
}
.btn-200 {
  width: 200px;
}
.btn-250 {
  width: 250px;
}
.config_principal {
  border: 0px;
}

.menu-fundo {
  background-color: rgb(15, 15, 102);
  font-size: 1em;
  font-weight: bold;
  color: white;
}

.texto-situacao {
  font-size: 1em;
  color: rgb(95, 116, 240);
  font-weight: bold;
}

.texto-situacao-label {
  font-size: 1em;
  color: rgb(253, 253, 253);
}

.head-card {
  background-color: rgb(235, 230, 230);
  color: black;
}

.footer-fundo {
  background-color: rgb(190, 5, 5);
}

#footer {
  font-size: 70%;
  vertical-align: middle;
  display: table-cell;
  color: white;
}

#align-footer {
  text-align: center;
}

.body-fonte {
  font-size: 0.9em;
}

.body-menu {
  color: rgb(74, 74, 189);
}

.botao-novo {
  color: white;
  background-color: rgb(15, 15, 102);
  border: rgb(247, 245, 243);
}

.cabecario-font {
  font-size: 2em;
  font-weight: 500;
  font-family: "Lucida Sans";
  font-style: italic;
  color: #ca0606;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #020202;
}

/* slider */
.slider1 {
  padding: 10px;
  padding-left: 120px;
  padding-right: 120px;
  font-size: 1.1em;
  font-family: "Lucida Sans";
  font-style: italic;
  background-color: rgb(247, 245, 243);
  color: rgb(0, 0, 0);
}

.slider2 {
  padding: 10px;
  padding-left: 120px;
  padding-right: 120px;
  font-size: 1.1em;
  font-family: "Lucida Sans";
  font-style: italic;
  background-color: rgb(247, 245, 243);
  color: rgb(0, 0, 0);
}

.slider3 {
  padding: 10px;
  padding-left: 120px;
  padding-right: 120px;
  font-size: 1.1em;
  font-family: "Lucida Sans";
  font-style: italic;
  background-color: rgb(247, 245, 243);
  color: rgb(0, 0, 0);
}

.slider-pa {
  padding-top: 20px;
}

.check-box {
  align-items: center;
}

#tabela_telefone {
  border: 1px solid rgb(100, 159, 247);
  background-color: rgb(101, 245, 149);
  padding: 2px 0px 10px 0px;
}

#tabela_endereco {
  border: 1px solid rgb(100, 159, 247);
  background-color: rgb(101, 245, 149);
  padding: 2px 0px 10px 0px;
}

#tabela_email {
  border: 1px solid rgb(100, 159, 247);
  background-color: rgb(101, 245, 149);
  padding: 2px 0px 10px 0px;
}

#tabela-area .dt-buttons button {
  margin-top: 25px;
}

#form-create td,
#form-create th {
  font-size: 14px;
}

#rodape-agenda {
  color: #444;
}

#corpo-agenda {
  border-bottom: 0;
}

#obs-new-venda {
  /* position: absolute; */
  width: 90%;
}

#table-button .filtro-grupdata {
  margin-left: 0%;
}

#table-button .btn-filtrar {
  margin-top: 20px;
}

#table-button .filtro-data {
  width: 150px;
}

/* Vendas */
/* new */
#formulario-area {
  margin: 0;
  margin-left: 2%;
}

#formulario-area .caixaview-area {
  padding: 0;
  margin: 0;
  margin-top: 0px;
}

#formulario-area .item-pedidos {
  font-size: 10px;
}

#pos-area .linha1_pedido {
  width: 300px;
}

#pos-area .placa_pedido {
  width: 140px;
}

#pos-area .filial_pedido {
  width: 140px;
}

#pos-area .item_pedido {
  width: 240px;
}

#pos-area .item_pedido2 {
  width: 140px;
}

#pos-area .cliente_pedido {
  width: 315px;
}

#body-vendareceber .cliente_pedido {
  width: 400px;
  max-width: 400px;
}

#body-vendareceber .text_empresa_receber {
  width: 200px;
  max-width: 200px;
}

#pos-area .filtro_data_pedido_data {
  width: 145px;
}

#pos-area .filtro_pedido {
  margin: 0;
}

#pos-area .filtro_pedido_geral {
  margin-top: 5px;
}

#formulario-area .filial_text {
  font-size: 12px;
}

#body-vendareceber .dataTables_info,
#body-vendareceber .dataTables_paginate,
#body-vendareceber .paging_simple_numbers,
#body-vendareceber .dataTables_length,
#body-vendareceber .dataTables_filter {
  font-size: 12px;
}

#body-vendareceber .dt-buttons {
  font-size: 20px;
  margin-left: 1em;
}

#body-vendareceber .dt-buttons button {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0;
}

#table-area .dt-buttons button {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

#table-area .dt-buttons button i {
  font-size: 20px;
}

#tabela_padrao_pedidovendas_wrapper .dt-buttons,
#tabela_padrao_pedidovendas_wrapper .dataTables_info,
#tabela_padrao_pedidovendas_wrapper .dataTables_paginate {
  font-size: 10px;
}

#body-vendareceber .card-vendareceber {
  position: fixed;
  margin-top: 0;
}

.estudo_label {
  margin-top: 0.1em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  /* font-weight: 700; */
  letter-spacing: -0.03rem;
  color: #444;
}

.estudo_div {
  margin-top: 0.1em;
  margin-left: 1em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.03rem;
  color: #00008b;
}

.estudo_label_config {
  margin: 0;
  padding: 0;
}

#body-notaavulsa .dt-buttons {
  float: none;
  margin-left: 30%;
}

.doc {
  width: 500px;
  color: #f00;
}

/* Responsivo*/
@media (max-width: 1024px) {
  #pos-area .caixa-linha {
    margin-left: 30px;
    margin-right: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 9px 6px 9px;
  }

  #pos-area .linha-menu {
    margin-top: 18px;
  }
}

@media all and (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

@media (max-width: 768px) {
  /* resolução de tablet´s */

  /*#region institucional */
  /* geral */
  .container {
    padding: 20px 0;
  }

  /* #nav-container .navbar-toggler::after {
            content: "=";
            margin-left: auto;
            margin-right: auto;
            color: #444;
        } */

  #nav-container .navbar-toggle-iconr::after {
    content: "=";
    margin-left: auto;
    margin-right: auto;
    color: #444;
  }

  /* slider */
  #mainSlider .carousel-inner,
  #mainSlider .carousel-item {
    height: auto;
  }

  #mainSlider .carousel-caption h2 {
    font-size: 28px;
  }

  #mainSlider .carousel-caption p {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .carousel-caption {
    left: 10%;
    right: 10%;
  }

  /* Vistoria */
  #parceria-area img {
    margin-top: 100px;
  }

  /* Dados da empresa*/

  .circle-box div {
    padding: 0 10px;
  }

  #dados-area p {
    font-size: 16px;
  }

  /* Time */

  .card-title {
    font-size: 14px;
  }

  .card-text {
    font-size: 12px;
  }

  /* trabalhe conosco */

  #apply-area .apply-box {
    padding: 50px;
  }

  /* News letter */

  #news-area p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #text-email {
    width: 70%;
  }

  #call-area {
    margin-top: 30px;
  }

  #call-area .container {
    padding: 30px;
  }

  #call-area h3 {
    font-size: 20px;
  }

  #call-area #call-btn {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  #contact-area {
    margin-top: 30px;
  }

  /*#endregion institucional */

  /*#region login */
  #card-caixa {
    width: 70%;
    margin-top: 46px;
    margin-bottom: 46px;
  }

  #img-caixa .img-login {
    width: 200px;
  }

  #caixa-login #usuario-caixa-i,
  #caixa-login #senha-caixa-i {
    font-size: 26px;
  }

  #submit-caixa #submit-caixa-entrar {
    width: 100px;
  }

  #submit-caixa #submit-caixa-voltar {
    width: 100px;
  }
  /*#endregion login */

  #table-button .table-btn-finalizado {
    margin-right: 100px;
  }
}

@media (max-width: 425px) {
  /* resolução de celulares */

  /*#region institucional */
  /* Barra de navegação */
  .nav-link {
    margin: 0;
    padding: 0;
  }

  /* slider */
  #mainSlider {
    margin-top: 53px;
  }

  #mainSlider .carousel-caption {
    top: 5px;
  }

  #mainSlider .carousel-caption h2 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 40px;
  }

  #mainSlider .carousel-caption p {
    display: none;
  }

  .carousel-caption .main-btn {
    font-size: 14px;
  }

  /* Vistoria */
  .main-title {
    font-size: 30px;
  }

  #parceria-area img {
    margin-top: 0;
    margin-bottom: 30px;
  }

  /* Dados da empresa*/
  .circle-box {
    width: 50%;
  }

  /* Time */
  #team-area .col-md-3 {
    width: 50%;
    margin-bottom: 30px;
  }

  /* trabalhe conosco */
  #apply-area {
    height: auto;
  }

  #company-img {
    display: none;
  }

  /* Lojas */
  #lojas-area .filter-btn {
    margin-bottom: 20px;
  }

  .lojas-box {
    width: 50%;
  }

  /* News letter */
  #news-area .main-title {
    font-size: 24px;
  }

  #news-area p {
    font-size: 16px;
  }

  #text-email {
    width: 90%;
    font-size: 14px;
  }

  /* Call Action*/
  #call-area .call-title {
    font-size: 16px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  #call-area .call-text {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
  }

  #call-area #call-btn {
    font-size: 14px;
    width: 50%;
    margin: 0;
    margin-top: 20px;
  }

  /* contatos */
  .contact-box {
    border: none;
    margin-bottom: 0px;
  }
  /*#endregion institucional */

  /*#region login */

  .row {
    margin: 0;
  }

  #logomarca {
    width: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #caixa-login {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  #card-caixa {
    width: 100%;
    margin-top: 5px;
  }

  #img-caixa .img-login {
    width: 100px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  #caixa-login #usuario-caixa-i,
  #caixa-login #senha-caixa-i {
    font-size: 18px;
    margin-left: 10px;
  }

  #caixa-login #usuario-caixa,
  #caixa-login #senha-caixa {
    width: 70%; /* largura */
    height: 30px; /* altura */
    border-radius: 15px; /* bordas aredondadas */
    margin-right: 0;
    font-size: 12px;
  }

  #submit-caixa #submit-caixa-entrar,
  #submit-caixa #submit-caixa-voltar {
    width: 100px;
    font-size: 14px;
    height: 30px;
    padding: 4px;
    margin-top: 15px;
  }

  #submit-caixa #submit-caixa-entrar {
    margin-left: 30px;
  }

  #footer-login-area .container-fluid {
    padding: 5px 0;
  }

  #footer-login-area .container-fluid p {
    font-size: 10px;
  }

  /*#endregion login */

  /*#region agendamento */

  #table-create .main-title {
    font-size: 20px;
  }

  #form-area-create .topicos-agenda {
    margin-bottom: 0;
    margin-top: 10px;
  }

  #cep_edit {
    width: 85%;
  }

  #spinercep {
    margin-left: 5px;
  }

  #form-area-create .cancel-btn,
  #form-area-create .inserir-btn {
    width: 47.5%;
    margin-top: 10px;
  }

  #tabela-area .dt-buttons button {
    margin-top: 30px;
  }

  .dt-buttons {
    margin: 0;
    margin-left: 35px;
  }

  #tabela-area {
    width: 100%;
  }

  #volta-btn {
    width: 100px;
  }

  #formulario-area .resposta,
  #formulario-area b {
    margin-top: 10px;
  }

  #table-button .btn-finalizado {
    margin-top: 30px;
  }

  #table-button .table-btn-finalizado {
    width: 260px;
  }

  #formulario-area {
    padding: 0;
    margin: 0;
    width: 90%;
    margin-left: 10px;
    font-size: 12px;
  }

  .cidade-view {
    font-size: 9px;
  }

  .filial-view {
    margin-left: 5px;
  }

  #volta-btn {
    margin-right: 20px;
    margin-bottom: 40px;
  }

  .paging_simple_numbers {
    font-size: 12px;
    margin-top: 30px;
  }

  #tabela_padrao_paginate {
    margin-top: 10px;
  }

  .inserir-btn,
  .cancel-btn {
    margin-bottom: 50px;
  }
}
