.body_logado {
	padding:0px;
	margin:0px;
	background-color: #37474F; /* mesma cor do menu */
}

.body_logadocat {
	padding:0px;
	margin:0px;
}

body {
	padding:0px;
	margin:0px;	
}

.body-imp {
    
	padding:0px;
	margin:0px;	
    background-color:  #fff;
    
  }

a: {
	cursor:pointer;
}

a:link, a:visited, a:active {
	text-decoration:none;
	
}

@media print {
    .btprn {
        display: none !important;
    }
}
	
input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
 }
	
.div_clear { 
	clear:both;	
}

.login-container {
    width: 400px;          /* antes 600px */
    margin: 0 auto;
    padding: 25px;         /* reduzi um pouco do padding */
    border: 1px solid #F4F4F4;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.3); /* leve brilho dourado */
    background: rgba(0,0,0,0.2); /* opcional: fundo levemente translúcido */
}

.login-container:hover {
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
    transition: box-shadow 0.3s ease;
}

input, select {
    box-sizing: border-box;
}


.login-containerc {
    width: 90%;
    margin: 5%;
    padding: 10%;
    border: 1px solid #F4F4F4;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #F4F4F4;
}

.login-form {
    margin-top: 20px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
	font-family: Helvetica;
	font-size: 18px;
}

.login-form input[type="submit"] {
    width: 50%;                 
    padding: 12px;              /* ligeiramente maior */
    background-color: #D4AF37;  /* dourado premium */
    color: #000;                /* texto preto para contraste */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;            /* texto maior */
    text-transform: uppercase;  /* texto em maiúsculo */
    transition: background-color 0.3s ease;
    display: block;             /* garante que fique isolado */
    margin: 0 auto;             /* centraliza dentro do form */
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

.login-form input[type="submit"]:hover {
    background-color: #B9972E;  /* dourado mais escuro no hover */
}

.select-empresa {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box; /* 🔥 garante que largura e borda se alinhem igual ao input */
}



.login-form a {
    display: block;
    text-align: center;
    color: #4CAF50;
    text-decoration: none;
    margin-top: 10px;
}

.login-options {
    margin-top: 20px;
}

.login-options a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #4CAF50;
    border-radius: 5px;
    text-decoration: none;
    color: #4CAF50;
}

.login-options a:hover {
    background-color: #4CAF50;
    color: white;
}

.p_titulo30e {	
	
	font-family: Helvetica;
	font-size: 30px;
	line-height:50%;
	font-weight: bold;
	color: #FFD700;
	
}

.p_titulo15e {	
	
	font-family: Helvetica;
	font-size: 15px;
	line-height:100%;	
	color: #fff;
	
}

.p_titulo10c {	
	
	font-family: Helvetica;
	font-size: 10px;
	line-height:50%;
	font-weight: bold;
	color: #545454;
	text-align: center;
	
}

.div_logo {
	width:100%;
	height: 280px;	
	display:block;
	padding: 1%;	
}

.div_modocelular {
	width:100%;
	height: auto;	
	display:block;
	padding: 1%;	
}

.div_rodape {
	width:100%;
	height: auto;	
	display:block;
	padding: 15px 0;	
}

.div_10 {
	width:10%;
	height: auto;
	float:left;	
}

.div_15 {
	width:15%;
	height: auto;
	float:left;	
}

.div_20 {
	width:20%;
	height: auto;
	float:left;	
}

.div_25 {
	width:25%;
	height: auto;
	float:left;	
}

.div_30 {
	width:30%;
	height: auto;
	float:left;	
}

.div_35 {
	width:35%;
	height: auto;
	float:left;	
}

.div_40 {
	width:45%;
	height: auto;
	float:left;	
}

.div_50 {
	width:50%;
	height: auto;
	float:left;	
}

.div_60 {
	width:60%;
	height: auto;
	float:left;	
}

.div_70 {
	width:70%;
	height: auto;
	float:left;	
}

.div_80 {
	width:80%;
	height: auto;
	float:left;	
}

.div_80a {
	width:80%;
	height: 100px;
	float:left;	
}

.div_80b {
	width:80%;
	height: 240px;
	float:left;	
}

.div_90 {
	width:90%;
	height: auto;
	float:left;	
}

.div_botoes {
	display: flex;	
	align-items: center; /* Isso alinhará verticalmente os botões */
}

.div_botoes2 {
	float:left;	
	width: 50%;	
	height: auto;
	text-align: left;	
	padding-left: 10px;
}

.div_botoes1 {
	float:left;	
	width: 50%;	
	height: auto;
	text-align: right;	
	padding-right: 10px;
}

.div_botoes3 {
	width: 100%;	
	text-align: right;	
	
}


.div_barrac {
	display:block;
	position: fixed;
	width:100%;
	height: 90px;
	background-color: #000;
	padding-top: 20px;	
}


.div_menu {
	width:20%;
	height: auto;
	display:block;
	position: fixed;
}

.div_corpo2 {
	width:80%;
	min-height: 800px;	
	float: left;		
	margin-top: 50px;
	 background-color: #FAFAFA;
}


.div_corpo2cat {
    width: 80%;
    min-height: 800px;	
    float: left;		
    margin-top: 50px;
    background-color: #FAFAFA;
    padding: 20px;
	margin-top: 220px;  /* 🔥 empurra os produtos pra baixo */
}

@media (max-width: 768px) {
    .div_corpo2cat {
        margin-top: 260px; /* no mobile empurra um pouco mais */
    }
}

/* GRID */
.grid-produtos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
    gap: 20px;
}

/* CARD */
.produto-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    padding: 10px;
    transition: transform 0.2s ease;
    cursor: pointer;
	text-transform: uppercase;
}

.produto-card:hover {
    transform: scale(1.05);
}

/* IMAGEM */
.produto-img img {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    border-radius: 5px;
}

/* TEXTO */
.produto-info {
    margin-top: 10px;
}

.produto-nome {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    color: #333;
}

.produto-preco {
    font-size: 18px;
    font-weight: bold;
    color: #0066cc;
}


.div_corpo1{
	width:20%;
	min-height: 800px;
	height: auto;
	float:left;	
	background-color: #37474F;
	margin-top: 77px;

}

.div_corpo1cat{
	width:20%;
	min-height: 800px;
	height: auto;
	float:left;	
	background-color: #fff;
	margin-top: 77px;
}

.div_corpoc {
	width: 100%;
	min-height: 900px;
	display:block;
	padding: 2%;	
	background-color: #fff;
	padding-top:140px;
}

.div_corpoccat {
	width: 100%;
	min-height: 900px;
	display:block;
	padding: 2%;	
	background-color: #fff;
}

.div_titulo1 {
    width: 100%;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1C1C1C; /* preto elegante */
    color: #FFD700; /* dourado */
    font-weight: bold;
    padding: 0 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.div_titulo1cat {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff; 
    color: #000; 
    font-weight: bold;
    padding: 0 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
	gap: 30px;
}

.div_titulo1catc {
    
	width: 100%;
    display: flex;
    flex-direction: column;   /* 🔥 coloca os itens em coluna */
    align-items: center;      /* centraliza no meio */
    justify-content: center;
    background-color: #fff; 
    color: #000; 
    font-weight: bold;
    padding: 20px;
    position: relative;       /* pode ser fixed se quiser travar no topo */
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;       /* centraliza texto */
}

.div_dados {
	width:100%;	
	padding: 5px;
	overflow-y:auto;
	overflow-x:auto;
	min-height: 1000px;
}

.div_50c {
	width:12%;
	height: 35px;
	float:left;
	padding-left: 10px;
}

.div_502c {
	width:12%;
	height: 35px;
	float:left;	
	padding-top:10px;
	padding-left:10px;
}

.div_702c {
	width:70%;
	height: 35px;
	float:left;	
	padding-top:10px;
	padding-left:10px;	
	text-align: right;
}

.div_forms {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px; /* Ajuste conforme necessário */	
	margin-bottom: 5px;
	margin-top: 5px;
}

.div_resultado {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px; /* Ajuste conforme necessário */
	margin-top: 10px;
}

.p_titulo2 {
	width:100%;
	height: 70px;
	float: left;	
	background-color: #CFD8DC;			
	font-family: Helvetica;
	font-size: 20px;	
	color: #000;	
	padding-top: 20px;
	padding-left: 10px;
	font-weight: bold;
}

.p_subtitulo2 {	
    font-family: Helvetica;
    font-size: 14px;	
    color: #000;	
    text-align: center;
    margin: 0; /* remove espaçamento extra */
    padding-bottom: 10px; /* dá respiro abaixo */
	font-weight: normal; /* 🔥 remove o negrito herdado */
}


.p_titulo2c {
    width:100%;
    height: 60px;
    float: left;	
    background-color: #CFD8DC;			
    font-family: Helvetica;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    color: #000;		
    display: block; 
    margin-top: 80px;
    font-weight: bold;
}

.p_subtitulo2 {	
    font-family: Helvetica;
    font-size: 14px;	
    color: #000;	
    text-align: center;
    margin-top: -10px; /* opcional: ajusta a distância */
}


.p_texto3 {
	text-align: right;	
	font-size: 14px;
	font-family: Roboto Light;	
	line-height:50%;
	
	color: #FFD700;
	padding-bottom: 1%;
}

.p_texto4 {
	text-align: right;	
	font-size: 1.0vw;
	font-family: Arial;
	font-weight:bold;
	line-height:30%;
	font-style:italic;
}

.p_textrigth {
	text-align: right;
}

.p_titulo_center {
	font-size: 14px;
	font-family: Arial;
	text-align: center;	
	color: #808080;
}

.p_label {
	
	font-size: 12px;
	font-family: verdana;
	text-align: left;	
	font-weight:bold;
	line-height:50%;
	color: #000;
	margin-bottom: 18px;
	text-transform
}

.p_labelselect {
	
	font-size: 12px;
	font-family: verdana;
	text-align: left;	
	font-weight:bold;
	line-height:50%;
	color: #000;
	margin-bottom: 18px;
}

.inputdados {
  
  text-transform: uppercase;
  font-weight: bold;
}
 
/*estilo dos input,  menos o checkbox */
.inputdados:not([type="checkbox"]){
  
  border: 1px solid #b2b2b2;
  font-family: courier new;
  font-weight: bold;
  font-size: 14px;
  height: 42px;
  
 
  -webkit-border-radius: 3px;
  border-radius: 3px;
 
  -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
 
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.input-custom {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 12px;
    transition: background-color 0.3s ease;
	text-transform: uppercase;
    font-weight: bold;
	font-family: 'Courier New', Courier, monospace;
	font-size: 16px;
	height: 35px;
}

.input-custom:focus {
    background-color: #f0f8ff; /* Azul bem clarinho */
    outline: none;
	border-color: #6495ed; /* Azul um pouco mais forte */
    outline: none;
	box-shadow: 0 0 5px #6495ed; /* Adicionando uma sombra na mesma cor */
}

textarea.input-custom {
    height: 100px; /* Permitir que a altura seja definida pelas linhas */
    width: 100%;  /* Permitir que a largura seja definida pelas colunas */    
}

.textogrande textarea.input-custom {
    height: 200px; /* Permitir que a altura seja definida pelas linhas */
    width: 100%;  /* Permitir que a largura seja definida pelas colunas */    
}

.div_logocelular {
	width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
    justify-content: center; /* centraliza horizontal */
    align-items: center;     /* centraliza vertical */
    flex-direction: column;  /* mantém os itens em coluna */
}



.btsair {  
    background: #b71c1c;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}
.btn-sair:hover {
    background: #ff1744;
}


.btinstagram {
  display: inline-block;
  width: 50px;              /* largura fixa */
  height: 50px;             /* altura fixa */
  background: transparent;
  background-image: url("imagens/instagram.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;     /* faz o ícone ocupar 80% do espaço */
  cursor: pointer;
  border: none;
}

.btwhats {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: transparent;
  background-image: url("imagens/whats.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  cursor: pointer;
  border: none;
}

.btinstagram:hover,
.btwhats:hover {
    filter: brightness(1.3);
}



.btsairc {
   -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: arial;
  border-color: #003366;
  font-size: 14px;  
  font-weight: bold;  
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  background-image: url("imagens/saida.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3em;
  padding-left: 2.3em;
  cursor: pointer; 
}

.btconsultar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #A9A9A9; /* Adicionando uma borda sólida */
  color: #000;
  font-size: 16px;  
  font-weight: bold;
  background: #DCDCDC;
  padding: 10px 18px;
  text-decoration: none;
  background-image: url("imagens/lupa.png");
  background-repeat: no-repeat;
  background-position: left 10px center; /* Ajustando a posição da imagem de fundo */
  background-size: 30px; /* Ajustando o tamanho da imagem de fundo */
  padding-left: 45px; /* Aumentando o espaçamento à esquerda para acomodar a imagem */
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Adicionando uma sombra suave */
}

.btconsultar:focus {
  background-color: #ccc; /* Cor de fundo ao focar */
  filter: brightness(90%); /* Escurecer em 10% */
}

.btnovo {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 28px;
  border-radius: 4px;
  border: 1px solid #696969;
  background: #DCDCDC;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("imagens/novo.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 2.1em;
  padding-left: 2.3em;
}

.btnovo:hover {
  background-color: #C0C0C0; /* Cor de fundo mais clara ao passar o mouse */
  border-color: #A9A9A9; /* Cor da borda mais clara ao passar o mouse */
  transform: scale(1.05); /* Efeito de escala ao passar o mouse */
}

.btprinter {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 22px 10px;
  border-radius: 4px;
  border: 1px solid #696969;
  background: #DCDCDC;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("imagens/printer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.3em;
  padding-left: 2.3em;
  margin-left: 5px;
}

.btprinter:hover {
  background-color: #C0C0C0; /* Cor de fundo mais clara ao passar o mouse */
  border-color: #A9A9A9; /* Cor da borda mais clara ao passar o mouse */
  transform: scale(1.05); /* Efeito de escala ao passar o mouse */
}

#apagar-button {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 22px 10px;
  border-radius: 4px;
  border: 1px solid #696969;
  background: #DCDCDC;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("imagens/apagar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.3em;
  padding-left: 2.3em;
  margin-left: 5px;
}

#apagar-button:hover {
  background-color: #C0C0C0; /* Cor de fundo mais clara ao passar o mouse */
  border-color: #A9A9A9; /* Cor da borda mais clara ao passar o mouse */
  transform: scale(1.05); /* Efeito de escala ao passar o mouse */
}

.btcancelar {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 22px 10px;
  border-radius: 4px;
  border: 1px solid #696969;
  background: #DCDCDC;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("imagens/cancelar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.3em;
  padding-left: 2.3em;
  margin-left: 5px;
}

.btcancelar:hover {
  background-color: #C0C0C0; /* Cor de fundo mais clara ao passar o mouse */
  border-color: #A9A9A9; /* Cor da borda mais clara ao passar o mouse */
  transform: scale(1.05); /* Efeito de escala ao passar o mouse */
}

.btalterarconsulta {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 22px 10px;
  border-radius: 4px;
  border: 1px solid #696969;
  background: #DCDCDC;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("imagens/alterarconsulta.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.3em;
  padding-left: 2.3em;
  margin-left: 5px;
}

.btalterarconsulta:hover {
  background-color: #C0C0C0; /* Cor de fundo mais clara ao passar o mouse */
  border-color: #A9A9A9; /* Cor da borda mais clara ao passar o mouse */
  transform: scale(1.05); /* Efeito de escala ao passar o mouse */
}

.btexaminar {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 22px 10px;
  border-radius: 4px;
  border: 1px solid #696969;
  background: #DCDCDC;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("imagens/examinar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.3em;
  padding-left: 2.3em;
  margin-left: 5px;
}

.btexaminar:hover {
  background-color: #C0C0C0; /* Cor de fundo mais clara ao passar o mouse */
  border-color: #A9A9A9; /* Cor da borda mais clara ao passar o mouse */
  transform: scale(1.05); /* Efeito de escala ao passar o mouse */
}


.btsalvar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #A9A9A9; /* Adicionando uma borda sólida */
  color: #000;
  font-size: 16px;  
  font-weight: bold;
  background: #DCDCDC;
  padding: 10px 18px;
  text-decoration: none;
  background-image: url("imagens/salvar.png");
  background-repeat: no-repeat;
  background-position: left 10px center; /* Ajustando a posição da imagem de fundo */
  background-size: 30px; /* Ajustando o tamanho da imagem de fundo */
  padding-left: 45px; /* Aumentando o espaçamento à esquerda para acomodar a imagem */
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Adicionando uma sombra suave */
}

.btsalvar:focus {
  background-color: #ccc; /* Cor de fundo ao focar */
  filter: brightness(90%); /* Escurecer em 10% */
}

.btvoltar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #A9A9A9; /* Adicionando uma borda sólida */
  color: #000;
  font-size: 16px;  
  font-weight: bold;
  background: #DCDCDC;
  padding: 10px 18px;
  text-decoration: none;
  background-image: url("imagens/voltar.png");
  background-repeat: no-repeat;
  background-position: left 10px center; /* Ajustando a posição da imagem de fundo */
  background-size: 30px; /* Ajustando o tamanho da imagem de fundo */
  padding-left: 45px; /* Aumentando o espaçamento à esquerda para acomodar a imagem */
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Adicionando uma sombra suave */
}

.btvoltar:focus {
  background-color: #ccc; /* Cor de fundo ao focar */
  filter: brightness(90%); /* Escurecer em 10% */
}

.btlimparfiltros {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 22px 10px;
  border-radius: 4px;
  border: 1px solid #696969;
  background: #DCDCDC;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("imagens/vassoura.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.3em;
  padding-left: 2.3em;
  margin-left: 5px;
}

.btlimparfiltros:hover {
  background-color: #C0C0C0; /* Cor de fundo mais clara ao passar o mouse */
  border-color: #A9A9A9; /* Cor da borda mais clara ao passar o mouse */
  transform: scale(1.05); /* Efeito de escala ao passar o mouse */
}

.btacesso {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 14px 14px;
  border-radius: 4px;
  border: 1px solid #696969;
  background: #DCDCDC;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("imagens/acesso.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2em;
  padding-left: 2em;  
}

.btacesso:hover {
  background-color: #C0C0C0; /* Cor de fundo mais clara ao passar o mouse */
  border-color: #A9A9A9; /* Cor da borda mais clara ao passar o mouse */
  transform: scale(1.05); /* Efeito de escala ao passar o mouse */
}

.btpdf {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 22px 10px;
  border-radius: 4px;
  border: 1px solid #696969;
  background: #DCDCDC;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("imagens/pdf.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.3em;
  padding-left: 2.3em;
  margin-left: 5px;
}

.btpdf:hover {
  background-color: #C0C0C0; /* Cor de fundo mais clara ao passar o mouse */
  border-color: #A9A9A9; /* Cor da borda mais clara ao passar o mouse */
  transform: scale(1.05); /* Efeito de escala ao passar o mouse */
}

.btprn {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 22px 10px;
  border-radius: 4px;
  border: 1px solid #696969;
  background: #DCDCDC;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("imagens/printer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.3em;
  padding-left: 2.3em;
  margin-left: 5px;
}

.btprn:hover {
  background-color: #C0C0C0; /* Cor de fundo mais clara ao passar o mouse */
  border-color: #A9A9A9; /* Cor da borda mais clara ao passar o mouse */
  transform: scale(1.05); /* Efeito de escala ao passar o mouse */
}

.btemail {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 22px 10px;
  border-radius: 4px;
  border: 1px solid #696969;
  background: #DCDCDC;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("imagens/email.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.3em;
  padding-left: 2.3em;
  margin-left: 5px;
}

.btemail:hover {
  background-color: #C0C0C0; /* Cor de fundo mais clara ao passar o mouse */
  border-color: #A9A9A9; /* Cor da borda mais clara ao passar o mouse */
  transform: scale(1.05); /* Efeito de escala ao passar o mouse */
}

.btwhats2 {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 22px 10px;
  border-radius: 4px;
  border: 1px solid #696969;
  background: #DCDCDC;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("imagens/whats2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.3em;
  padding-left: 2.3em;
  margin-left: 5px;
}

.btwhats2:hover {
  background-color: #C0C0C0; /* Cor de fundo mais clara ao passar o mouse */
  border-color: #A9A9A9; /* Cor da borda mais clara ao passar o mouse */
  transform: scale(1.05); /* Efeito de escala ao passar o mouse */
}


.menu-container {
	display: block; /* Alterado para display: block */ 	
	padding-top: 1%;
	padding-bottom: 1%;
}

.btmenu {
  display: inline-flex;
  align-items: center; 
  font-family: Helvetica;  
  color: #fff;
  font-size: 15px;
  background-color: #37474F;
  background-position: 10px center;
  background-size: 25px;
  background-repeat: no-repeat;
  padding: 15px 50px;
  text-decoration: none;
  width: 100%;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  font-weight: bold;
  text-transform: uppercase;
}

/* Hover padrão */
.btmenu:hover {
    background-color: #455A64;
    color: #FFD700;
}

.btpainel    { background-image: url("imagens/grafico.png"); }
.btempresa   { background-image: url("imagens/empresa.png"); }
.btgrupos    { background-image: url("imagens/grupo.png"); }
.btprodutos  { background-image: url("imagens/produto.png"); }
.btusuarios  { background-image: url("imagens/usuario.png"); }


.btmenuc {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    background: transparent; /* torna o fundo transparente */
    padding: 20px 10px; /* ajuste o preenchimento conforme necessário */
    text-decoration: none;
    background-image: url("imagens/menuc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.2em;
    padding-left: 2.3em; /* espaço para o ícone */
    cursor: pointer;
    border: none; /* remove a borda */
    outline: none; /* remove o contorno quando o botão é focado */
}

.btmenuc-painel {
	display: block;
	width: 100%;
	height: 30px;
    font-family: Arial;
    font-size: 19px;    
    background: transparent; /* torna o fundo transparente */
    padding: 30px 20x; /* ajuste o preenchimento conforme necessário */
    text-decoration: none;
    background-image: url("imagens/grafico.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 1.8em;
    padding-left: 2.3em; /* espaço para o ícone */
    cursor: pointer;
    border: none; /* remove a borda */
    outline: none; /* remove o contorno quando o botão é focado */
}

.btmenuc-usuario {
	display: block;
	width: 100%;
	height: 30px;
    font-family: Arial;
    font-size: 19px;    
    background: transparent; /* torna o fundo transparente */
    padding: 30px 20x; /* ajuste o preenchimento conforme necessário */
    text-decoration: none;
    background-image: url("imagens/usuario.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 1.8em;
    padding-left: 2.3em; /* espaço para o ícone */
    cursor: pointer;
    border: none; /* remove a borda */
    outline: none; /* remove o contorno quando o botão é focado */
	
}

.alert {
  padding: 15px;
  width: 600px;
  background-color: #f44336;
  color: white;
  margin-bottom: 10px;
  margin-top: 10px;
}

.alertc {
  padding: 5%;
  width: 100%;
  background-color: #f44336;
  color: white;
  margin-bottom: 5%;
  margin-top: 5%;
}

.img_faixa {
	width: 200px;
	padding: 5px;
}

.img_cat2 {
    max-height: 120px;   /* controla tamanho máximo */
    width: auto;
    height: auto;
    margin-bottom: 10px; /* espaço entre logo e texto */
}

.img_menuc {
	width: 20px;	
}

#menuc {
    display: none;
    position: fixed;
    top: 134px; /* Altere conforme necessário */
    left: 0px; /* Altere conforme necessário */
    background-color: #37474F;
    color: #fff; /* Cor do texto */
    font-family: Helvetica; /* Fonte */
    font-size: 18px; /* Tamanho da fonte */
    padding: 10px 0px; /* Ajustado o preenchimento para todos os lados */
    width: 220px; /* Largura */
    height: 100%; /* Altura */   
    text-transform: uppercase;
    text-align: left;    
} 

#menuc a:active {
    background-color: #546E7A; /* cor no toque */
    color: #FFD700;
}

.div_menuc {
	
	padding: 10px;	
	height: 50px;
	
}

table {
  font-family: 'Roboto', sans-serif;
}

.modern-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.modern-table tbody tr {
  cursor: pointer; /* Altera o cursor para uma mãozinha */
  font-size: 13px;
}

.modern-table th,
.modern-table td {
  border: none;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
}

.modern-table th {
  font-size: 15px;
  font-weight: bold;
  color: #363636;
  background-color: #87CEFA	;
}

.modern-table tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}

.modern-table tbody tr:hover {
  background-color: #cceeff; /* Azul claro */
}


/* tabela modo celular */

.modern-tablec {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.modern-tablec tbody tr {
  cursor: pointer; /* Altera o cursor para uma mãozinha */
  font-size: 12px;
}

.modern-tablec th,
.modern-tablec td {
  border: none;
  text-align: center;
  padding: 2px;
  text-transform: uppercase;
}

.modern-tablec th {
  font-size: 14px;
  font-weight: bold;
  color: #363636;
  background-color: #87CEFA	;
}

.modern-tablec tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}

.modern-tablec tbody tr:hover {
  background-color: #cceeff; /* Azul claro */
}

.p_tabelc_left {	
	
	text-align: left;
	line-height:30%;
}

.p_tabelc_justificado {	
	
	text-align: justify;
	line-height:100%;
}


/* Configurações da Impressão */

.container {
  width: 100%;
  max-width: 1200px; /* Define o máximo de 1200px */
  margin: 0 auto; /* Centraliza horizontalmente */
  box-sizing: border-box; /* Inclui padding e border no tamanho total */
  padding: 0 20px; /* Adiciona espaçamento interno */
  margin-top: 10px;
}

.p_titulo_imp {		
	
	font-family: Arial Black;
	font-size: 20px;	
	color: #000;			
	line-height: 100%;
}

.p_subtitulo_imp {			
	
	font-family: 'Roboto', sans-serif;
	font-size: 12px;	
	color: #000;
	line-height: 30%;
	text-transform: uppercase;
}

.p_subtitulo_impr {			
	
	font-family: 'Roboto', sans-serif;
	font-size: 10px;	
	color: #000;
	line-height: 30%;
	text-align: right;
	text-transform: uppercase;
}

.table-impressao {
  border-collapse: collapse;
  width: 100%;
  margin-top: 25px; /* Adicionando distância de 25px no topo da tabela */
}

.table-impressao tbody tr {
  font-size: 12px; /* Reduzindo o tamanho da fonte para melhor legibilidade */
  border-bottom: 1px solid #888; /* Adicionando borda inferior de 1px cinza escuro */
}

.table-impressao th,
.table-impressao td {
  border: 1px solid #888; /* Adicionando borda direita de 1px cinza escuro */  
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
}

.table-impressao th {
  font-weight: bold;
  border-top: 1px solid #888; /* Adicionando borda superior de 1px cinza escuro */
  background-color: #f0f0f0; /* Adicionando fundo cinza no título */
}


.table-impressao2 {
  border-collapse: collapse;
  width: 100%;
  margin-top: 5px; /* Adicionando distância de 25px no topo da tabela */
}

.table-impressao2 tbody tr {  
  border-bottom: 1px solid #888; /* Adicionando borda inferior de 1px cinza escuro */
}

.table-impressao2 th {
  border: 1px solid #888; /* Adicionando borda direita de 1px cinza escuro */  
  text-align: right;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px; /* Reduzindo o tamanho da fonte para melhor legibilidade */
}

.table-impressao2 td {
  border: 1px solid #888; /* Adicionando borda direita de 1px cinza escuro */  
  text-align: left;
  padding: 5px;
  text-transform: uppercase;
  font-size: 16px; /* Reduzindo o tamanho da fonte para melhor legibilidade */  
}

.table-impressao2 th {
  font-weight: bold;
  border-top: 1px solid #888; /* Adicionando borda superior de 1px cinza escuro */
  background-color: #f0f0f0; /* Adicionando fundo cinza no título */
}

.assinatura {
	text-align: center;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

.toolbar {
	margin-bottom: 10px;
}
.toolbar button {
	padding: 5px 10px;
	margin-right: 5px;
	border: none;
	background-color: #f0f0f0;
	cursor: pointer;
	font-size: 18px;
}
.toolbar button:hover {
	background-color: #e0e0e0;
}
.text-editor {
	width: 100%;
	height: 200px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 4px;
	transition: background-color 0.3s ease;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Courier New', Courier, monospace;
	font-size: 16px;
	height: 200px;
}

/* Container do switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

/* Esconde o checkbox padrão */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Estilo do slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 28px;
}

/* Bolinha */
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

/* Quando marcado (ativo) */
.switch input:checked + .slider {
  background-color: #4CAF50; /* verde */
}

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

/* Bordas arredondadas */
.slider.round {
  border-radius: 28px;
}

.nome-fantasia {
    font-size: 32px;
    font-weight: bold;
    margin: 2px 0;
    color: #000;
	text-align: center;
	text-transform: uppercase;
}

.razao-social {
    font-size: 14px;
    margin: 2px 0;
    color: #333;
	text-align: center;
	text-transform: uppercase;
}

.endereco-empresa {
    font-size: 12px;
    margin: 2px 0;
    color: #555;
	text-align: center;
	text-transform: uppercase;
}

.telefone-empresa {
    font-size: 24px;
    font-weight: bold;
    margin: 2px 0;
    color: #0066cc;
	text-align: center;
	text-transform: uppercase;
}

.menu-catalogo {
    width: 250px;
    min-height: 100vh;
    background: #fff;
    border-right: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 120px; /* empurra o menu para baixo da logo */
    padding: 10px;
}

.menu-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc; /* linha decorativa */
    padding-bottom: 5px;
}


.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li {
    margin: 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	
}

.menu-list a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    display: block;
    padding: 6px 10px;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
}

.menu-list a:hover {    background-color: #f0f0f0;
    color: #0066cc;
    font-weight: bold;
	
}

.menu-count {
    color: #777;
    font-size: 13px;
    margin-left: 5px;
}

/* Container geral do menu horizontal */
.menu-horizontal {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff; /* fundo branco */
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ddd; /* linha separadora sutil */
}

/* Área rolável do menu */
.menu-scroll {
    display: flex;
    gap: 15px;                /* espaço entre os itens */
    overflow-x: auto;         /* permite rolagem horizontal */
    scroll-behavior: smooth;  /* rolagem suave */
    scrollbar-width: none;    /* oculta a barra no Firefox */
    -ms-overflow-style: none; /* oculta a barra no IE/Edge */
    flex: 1;                  /* ocupa espaço entre as setas */
}

/* Oculta scrollbar no Chrome/Safari */
.menu-scroll::-webkit-scrollbar {
    display: none;
}

/* Links do menu */
.menu-scroll a {
    white-space: nowrap;          /* impede quebra de linha */
    padding: 8px 12px;
    background: #fff;             /* fundo branco */
    color: #0066cc;               /* azul */
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;    /* 🔥 tudo em maiúsculo */
    font-size: 14px;
    transition: color 0.3s ease, background 0.3s ease;
    border-radius: 4px;           /* deixa arredondado no hover */
}

/* Hover / toque */
.menu-scroll a:hover {
    background: #0066cc;  /* fundo azul */
    color: #fff;          /* texto branco */
}

/* Botões de seta */
.menu-arrow {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    padding: 5px;
    color: #0066cc; /* azul */
    transition: color 0.3s ease;
}

/* Hover das setas */
.menu-arrow:hover {
    color: #003366; /* azul mais escuro no hover */
}

.div_logo {
    width: 100%;
    height: 180px; /* altura fixa ou máxima para o bloco da logo */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1%;
    overflow: hidden; /* 🔥 evita que a imagem transborde */
}

.img_cat {
    max-width: 100%;   /* ocupa até toda a largura disponível */
    max-height: 100%;  /* nunca passa da altura da div */
    width: auto;
    height: auto;
    object-fit: contain; /* mantém proporção */
}
