/* CSS Document */
@charset "UTF-8";


/* *********************** Inicio - NOVO CSS BoootStrap ************************** */

html, body 
{
  max-width: 100%;
  overflow-x: hidden;
}

.breadcrumb 
{
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 10px;
  color: #fff;
  margin-top: 30px;

  background: var(--glass-bg);
  border:1px solid var(--glass-border);
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
  -webkit-backdrop-filter: blur(8px);
}

.breadcrumb>.active 
{
  color: #00BFFF;
  font-weight: 700;
  font-size: 16px;
}

.container 
{
  width: 90%;
  padding-right: 4px;
  padding-left: 4px;
  
}

@media(max-width:768px) 
{
  .container{
    width: 95%;
    padding-right: 4px;
    padding-left: 4px;
    
  }

  
}

/* Controla linha de separação nas paginas */
hr
{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

/* Controla os labels da pagina */
label 
{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.glyphicon 
{
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

.glyphicon-pencil:before 
{
  content: "\270f";
  color: #fff;
  padding-right: 4px;
}


a 
{
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.2px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

p{
	text-align: justify;
}

/* Controla mensagem de erro do formulario */
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label
{
  color: #fff;
  background: var(--glass-bg2);
  text-align: center;
  padding: 1px;
  border: 1px solid red;
  border-radius: 8px;
}


/* Controla a inserção das msgs de erro no formulario */
.help-block 
{
  display: block;
  margin-top: 4px;
  margin-bottom: 1px;
  /* color: #FFD700; */
}



/* Controla o label das abas dos formularios */
.nav-tabs>li>a 
{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

/* Aba dos atendimentos */
.nav-tabs>li>a:hover 
{
    border-color: #eee #eee #ddd;
    color: #009ACD;
}

.slide_titulo
{
  font-weight: bold;
  font-size: 5.5rem;
}

.slide_titulo2
{
  font-weight: bold;
  font-size: 3rem;
}


.linha_separa
{
    border-top: 1px solid #fff;
}

.linha_separa2
{
    border-top: 1px solid #fff;
}


#titulo_pagina
{
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  margin-top: 50px;
}

#identifica_usuario
{
  font-size: 16px;
  color: #fff;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}


#titulo_pagina2
{
	color: #fff;
    background: #222d4f;
}

#titulo_cabecalho
{
	background: #36648B;
}

#informe_dados, #informe_dados2, #informe_dados5, #informe_dados_complementar, #informe_anexo
{
	color: #fff;
  margin: 25px 0 5px 0;
  font-weight: 800;
  text-shadow:0 6px 20px rgba(0,0,0,0.5);
  font-size: 20px;
  /* padding-bottom: 10px; */
}

#informe_dados3, #informe_dados4
{
	color: #72b1e5;
	/* padding-top: 10px; */
	margin: 10px 0 1px 0;
}

.informe_formulario
{
	color: #1E90FF;
  margin: 30px 0 1px 0px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}


#lblobtencao_dados
{
  margin-top: 5px;
}

.resp_obtencao_dados
{
  color: #fff;
  font-size: 13px;
}

input.texto_checkbox
{
  padding: 5px;
}


input[type=checkbox], input[type=radio] 
{
  margin: 6px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* Inicio - Carrosel */
.carousel-control 
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
  filter: alpha(opacity=50);
  opacity: .5;
  border-radius: 6px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img 
{
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
/* Fim - Carrosel */


/* Grid de Consulta */
div.dataTables_wrapper div.dataTables_length select 
{
  width: 70px;
  display: inline-block;
  color: #fff;
  height: 26px;
  text-align: center;
  background: var(--glass-bg2);
  border-radius: 10px;
}

#tabela_cabecalho
{
  background: var(--glass-bg2);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(8px);
}


/* Inicio - Menu Dropdown --------------- */
.dropdown-menu 
{
  position: absolute;
  z-index: 9999 !important; /* garante que fique acima */
  background-color: #36648B;
  opacity: 0.95;
  border-radius: 10px; /* opcional, para suavizar */
}

.dropdown-menu > li > a 
{
  display: block;
  padding: 5px 15px;
  clear: both;
  font-weight: bold;
  line-height: 1.428571;
  color: #F5F5F5;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover 
{
  background-color: #DCDCDC;
  color: #000; /* melhora contraste */
}

/* Se quiser abrir no hover */
.dropdown:hover .dropdown-menu 
{
  display: block;
  
}
/* Fim - Menu Dropdown --------------- */



/* cor da fonte do menu*/
.navbar-inverse .navbar-brand 
{
  color: #CDAD00;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover 
{
  background: var(--glass-bg);
  backdrop-filter: blur(8px); 
  border-color: #337ab7;
}


.navbar-nav>li>a 
{
  margin: 5px 0 0 15px;
  line-height: 10px;
  color: #104E8B;
  font-size: 30px;
}

.navbar-nav>li>.dropdown-menu 
{
  margin: -5px 0 0 14px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-inverse .navbar-nav>li>a 
{
    color: #FFD700;
}


/* Inverte a cor da fonte do menu */
.navbar-inverse
{
  background-color: #104E8B;
  border-color: #36648B;
	opacity: 0.9;
}


/* Mantem barra de navegacao no topo */
.navbar-fixed-top 
{
    top: 0;
    border-width: 0 0 1px;
}


/* controla cor do menu ativo */
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover 
{
    color: #fff;
    background-color: #1874CD;
}



.bg-warning
{
    background-color: #4682B4;
    padding: 10px;
}


/* Define tamanho do campos de Input */
.input-sm 
{
  height: 33px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 10px;
  text-align: center;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
}


/* DatePicker*/

.datepicker table 
{
    width: 100%;
    margin: 0;
    background-color: #EEEEE0; 
    /* background-color: #fff; */
}



/* Inicio - DataTable */ 
/*
.table-striped> tbody> tr:nth-of-type(odd)
{
	background-color: #B0C4DE; 
}
*/
	
.table-hover> tbody > tr:hover
{
	/* background-color: #DCDCDC; */
  background: var(--glass-bg2);
}
/* Fim - DataTable */ 




/* inicio teste */
* { font-family: sans-serif; }
#content_1 { display: none; }
/* fim teste */


.titulo_missao
{
  color: #104E8B;
  font-size: 14px;
  font-weight: bold;
  margin-top: -1px;
}

.titulo_atendimento
{
  color: #104E8B;
  margin-left: 4px;
}

.titulo_atendimento2
{
  color: #104E8B;
  margin-left: 4px;
}

.titulo_atendimento3
{
  color: #104E8B;
  margin-left: 4px;
}

.titulo_atendimento_sla
{
  color: #104E8B;
  margin-left: 2px;
}

.mr-2, .mx-2 {
  margin-right: 1rem !important;
}

@media(max-width:768px) 
{

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: 35%;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .dropdown-menu {
    position: absolute;
    z-index: 9999 !important;
    background-color: #36648B;
    opacity: 0.95;
  }

  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    width: 18%;
    background: none;
    margin-top: auto;
    /* background-color: #36648B; */
  }

  .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    background: var(--glass-bg);
    /* border: 1px solid var(--glass-border); */
    /* backdrop-filter: blur(8px); */
    width: 19%;
  }

  .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: bold;
    line-height: 1.428571;
    color: #F5F5F5;
    white-space: nowrap;
    background-color: #36648B;
  }
  
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 15px;
  }

  .titulo_missao {
    color: #104E8B;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
  }

  h3.titulo_atendimento
  {
    font-size: 18px;
    color: #104E8B;
    font-weight: bold;
  }
  
  h3.titulo_atendimento2
  {
    font-size: 18px;
    color: #104E8B;
    font-weight: bold;
    margin-left: -16px;
  }
  
  h3.titulo_atendimento3
  {
    font-size: 18px;
    color: #104E8B;
    font-weight: bold;
    margin-top: 45px;
  }
  
  h3.titulo_atendimento_sla
  {
    font-size: 18px;
    color: #104E8B;
    font-weight: bold;
  }


  .card
  {
    border: 1px solid #36648B;
    padding: 6px;
    /* margin-top: 10px; */
  }

  .card-header
  {
    color: #4682B4;
    font-size: 16px;
    padding: 0px 0 16px 2px;
    max-width: 100%;
  
  }

  .card-header2
  {
    color: #4682B4;
    font-size: 16px;
   
  }
 

  .chart-pie {
    padding-bottom: 20px;
  }

  .text-success {
    color: #CD3333 !important;
  }

  .text-total {
    color: #8B2323 !important;
  }
 
  .small, small {
    font-size: 100%;
  }



}


/* Inicio - Ajuste Tela do Slider no Tablet ------------- */
@media(max-width: 1200px)
{
  
  .carousel {
    height: 30%;
  }
  
  #refresh_imgtabela2
  {
    margin-top: -14px;
    text-align: center;
  }


}
/* Fim - Ajuste Tela do Slider no Tablet ---------------- */




#detalhamento {
font-size: 12px;
}


.carousel-caption  h5{
  max-width: 100%;
  padding: 2px;
  margin: 0 auto; 
  text-align: center;
	background-color: #CFCFCF;
	opacity: 0.8;
	color: #0000FF;	
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}


.carousel-caption 
{
bottom: -4px;	
}

ol, ul 
{
margin-bottom: -15px;	
}


#caixa_detalhe 
{
  margin-top: -12px; 
  margin-left:0px; 
  width: 100%;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  background-color: #F5F5F5;
  padding: 10px 10px 10px 10px;
}


/*
#titulo_detalhe, #titulo_detalhe2 {
    color: #36648B;
    font-size: 20px;
    font-weight: bold;
    height: 46px;
    padding: 10px 4px 4px 18px;
    background-color: #f2efe8;
}     
*/


#titulo_detalhe
{
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}     

#titulo_detalhe2 
{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}     

#titulo_detalhe3
{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}     

#titulo_detalhe4 
{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}     


#caixa_detalhe, #caixa_detalhe2 
{
margin-top: 1px; 
margin-left:0px; 
width: 100%;
font-family: arial;
font-size: 12px;
font-weight: bold;
/* background-color: #bad6c5; */
/* background: url('../img/fundo_nuvem3.jpg') no-repeat;  */
padding: 10px 10px 10px 10px;
color: #444;
border-radius: 10px;
}

#linha_envio
{
  border-top: 1px solid #fff;
}

#linha_resposta_erro
{
  text-align: -webkit-center;
}

#resposta_erro
{
  padding: 10px;
  width: 50%;
}


#caixa_botao_formulario
{
  /*
  display: flex; 
  justify-content: center;   
  gap: 15px;                 
  */
  text-align: center;
}

#caixa_botao
{
  /*
  display: flex; 
  justify-content: center;   
  gap: 15px;                 
  */
  text-align: center;
}


.titulo_pesquisa
{
  margin-top: 10px;
}

#pesquisa_lupa
{
  color: #fff;
  font-size: 18px;
  /* margin-left: 15px; */
  padding-bottom: 10px;
}

#titulo_tabela
{
  margin-top: 15px;;
}


#caixa_tabela 
{
  margin-top: -10px; 
  margin-left:0px; 
  width: 100%;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}

/* Inicio - DataTable ----------------- */
#caixa_tabela_producao
{
  padding: 5px;
  margin-top: -4px; 
  margin-left:0px; 
  border: 1px solid #9C9C9C;
  width: 100%;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  border-radius: 4px;
  background-color: #e5e0d5;
  cursor: pointer;
  box-shadow: 0px 0px 25px rgb(127 137 161 / 60%);
}
  
#titulo_tabela2
{
  color: #fff;
  font-size: 25px;
  padding-bottom: 15px;
  margin-top: 12px;
}



#caixa_consulta_tabela 
{
  margin-top: -4px; 
  margin-left:0px; 
  /* border: 1px solid #9C9C9C; */
  width: 100%;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px 10px 15px;
  border-radius: 15px;
  /* background-color: #c0dbcb; */
  cursor: pointer;
  color: #fff;
}

div.dataTables_wrapper div.dataTables_length label 
{
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    /* color: #444; */
    color: #fff; 

}

div.dataTables_wrapper div.dataTables_info 
{
    padding-top: 8px;
    white-space: nowrap;
    /* color: #444; */
    color: #fff; 

}

div.dataTables_wrapper div.dataTables_filter label 
{
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    /* color: #444; */
    color: #fff;

}
/* Fim - DataTable -------------------- */

@media(max-width:768px) 
{
 
  #pesquisa_lupa {
    color: #fff;
    font-size: 18px;
    margin-left: 5px;
    padding-bottom: 10px;
    line-height: inherit;
  }

  #caixa_tabela_producao {
    margin-top: -20px;
  }  

  #titulo_tabela2 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 15px;
    margin-top: 5px;
    line-height: inherit;
  }
  

  #linha_resposta_erro {
    text-align: -webkit-center;
  }
  
  #resposta_erro {
    padding: 15px;
    width: 100%;
  }


  #caixa_botao_formulario {
    display: flex; 
    justify-content: center;  /* centraliza horizontalmente */ 
    gap: 15px;                /* espaço automático entre os botões */
    padding: 20px 0 10px 0;
  }


}


#titulo_filtro
{
  color: #104E8B;
}


#caixa_titulo 
{
  margin-top: 0px;
  margin-left: 0px; 
  width: 100%;
  height: 70px;
  border-radius: 15px;
  position: relative;
  z-index: 10; /* acima de caixa_filtro2 */
}


#lblcaixatitulo 
{
  position:absolute;    
  margin-top: 5px;
  /* margin-left: 410px; */
  font-size: 38px;
  color: #fff;
  text-align: center;    
  width: 100%;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}


#titulo_formulario
{
  padding-top: 10px;
  text-align: center;
  border-radius: 8px;
}

#titulo_formulario2
{
  background: #ddddd4;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  margin-top: 30px;
}


#refresh_imgtabela 
{
position: absolute;    
margin-top:2px;
margin-left: 2px; 
width: 80px;
height: 54px;
}

#img_tabelaconsulta 
{
  width: 60px; 
  height: 54px;
  border-radius: 5px; 
  margin: 5px 0 0 10px;

}

#img_tabelaconsulta:hover
{
	width: 65px;
}


#filtro_ano
{
  font-size: 16px;
  width: 100%;
}

/* Ícone da lupa */
#filtro_pesquisa
{
  border-radius: 10px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  padding: 6px 5px 3px 5px;
  color: #fff;
  margin-top: 24px;
  text-align: center;
}

#filtro_pesquisa:hover
{
  background: var(--glass-bg2);
}


/*
#img_tabelaconsulta2 
{
  width: 50px;     
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
  margin: -65px 0 0 370px; 
}
*/

#img_tabelaconsulta2 
{
   font-size: 20px;
}

/* Hover */
#img_tabelaconsulta2:hover 
{
  transform: scale(1.1);
}

/* No mobile, manter alinhado e ajustado */
@media screen and (max-width: 768px) 
{


  #filtro_pesquisa {
    padding: 6px 5px 4px 5px;
    color: #fff;
    margin-top: 24px;
    text-align: center;
    width: 15%;
    margin: -35px 0 0 205px;
  }
  
  #img_tabelaconsulta2 {
    font-size: 20px;
  }


  /*
  #img_tabelaconsulta2 {
    width: 20%;
    margin: -70px 0px 0px 185px;
  }
  */

  #filtro_ano {
    font-size: 16px;
    width: 60%;
  }

  
}


#img_tabelaconsulta3 
{
  margin: -15px 0px 0px 60px; 
  width: 70px; 
  height: auto;
}

#img_tabelaconsulta3:hover
{
  margin-left: 50px;
  /* display: block; */
  /* display: inline-block;  */
}


#lblcaixainsumo2 {
position:absolute;    
margin:8px 0px 0px 10px; 
font-size: 18px;
color: #104E8B;
width: 1032px;
height: 25px;
background-color: #BEBEBE;
text-align: center;    
}


#bt_novoitem {
position:absolute;    
margin: 1px 0px 0px -28px; 
font-size: 14px;
width: 110px;
height: 30px;
}

#lblnovoitem
{
  font-size: 14px;
  /* margin-left: 10px; */
  margin-top: 0px;
  color: #fff;
}

/*
#img_novoitem
{
  width: 40px;
  height: 45px;
  border-radius: 5px;
  margin: 0px 0 0 10px;
  box-shadow: 2px 2px 2px #696969;
  border: 1px solid #9C9C9C;
}

#img_novoitem:hover
{
	width: 44px;
}
*/

#btnovo_item
{

  /* margin-top: 5px; */
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(8px);
  width: 80%;
  height: 34px;
  padding: 6px 8px;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
}

#btnovo_item:hover
{
  background: var(--glass-bg2);
  border:2px solid var(--glass-border);
}

#novo_glyphicon
{
  font-size: 12px;
  padding-right: 10px;
  position: relative;
  top: -1px;

}

#lblano_quadro
{
  color: #fff;
}

#lblsetor
{
  color: #36648B;
}


#bt_exportapdf {
position: absolute;    
margin-top:4px;
margin-left: 65px; 
width: 40px;
height: 44px;
}

#img_exportapdf {
width: 40px;
height: 44px;
box-shadow: 2px 2px 2px #696969;
border-radius: 5px; 
border: 1px solid #9C9C9C;
}


#lblexportacao
{
  margin-left: 5px;
  font-size: 14px;
  color: #104E8B;
}
#bt_exportaxls 
{
  /* position: absolute;     */
  margin-top:4px;
  margin-left: 5px; 
  width: 60px;
  height: 64px;
}

#img_exportaxls 
{
    margin: -14px 0px 0px -100px; 
    width: 35px;
    height: 40px;
    box-shadow: 2px 2px 2px #696969;
    border-radius: 5px; 
    border: 1px solid #9C9C9C;
}
#img_exportaxls:hover
{
    width: 40px;
}


#img_imprime_tabela 
{
  margin: -12px 0px 0px 20px;
  width: 60px;
  height: 65px;
}

#img_imprime_tabela:hover
{
  /*  margin-left: 14px; */
  width: 68px; 
}


/* Inicio - Botao de controle de Formulario */
#lblimprime_notificacao, #lblcancela_notificacao, #lblconfirme 
{
    color: #444;
}

#img_imprime_registro {
	width: 58px;
	height: 55px;
	box-shadow: 1px 1px 1px #696969; 
	border-radius: 3px; 
	border: 1px solid #9C9C9C;
}
#img_imprime_registro:hover
{
	width: 65px;
	height: 55px;
}

#img_cancela_registro {
	width: 58px;
	height: 55px;
	box-shadow: 1px 1px 1px #696969; 
	border-radius: 3px; 
	border: 1px solid #9C9C9C;
}
#img_cancela_registro:hover
{
	width: 65px;
	height: 55px;
}

#rodape_atendimento
{
    text-align: center;
}

#rodape_botao
{
    text-align: center;
}
/* Fim -  Botao de controle de Formulario */


/* Mobile Interface */
@media(max-width:768px) 
{

  .img_novoitem-container {
    text-align: left;
    height: 110px;
  }
  
  .filtro_ano-container {
    text-align: left;
    /* height: 110px; */
  }
  

  #lblnovoitem {
    font-size: 14px;
    margin-left: 0px;
    margin-top: 15px;
  }

  #img_novoitem {
    position: absolute;
    margin-top: 40px;
    margin-left: -40px;
    width: 42px;
    height: 50px;
    border-radius: 3px;
  }
  
  #img_exportaxls {
    margin: -14px 0px 0px 5px;
    width: 35px;
    height: 40px;
    box-shadow: 2px 2px 2px #696969;
    border-radius: 5px;
    border: 1px solid #9C9C9C;
  }

  #btnovo_item {
  
    /* margin-top: 5px; */
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(8px);
    width: 60%;
    height: 34px;
    padding: 6px 8px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bold;
  }
  


  
}



/* Inicio - Galeria de fotos de eventos adversos ==================== */
#gallery
{
  padding-top: 10px;
}

#gallery .img-fluid 
{
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}


@media(max-width:768px) 
{

  #gallery .img-fluid {
    padding-top: 10px;
  }

  /*
  #titulo_detalhe, #titulo_detalhe2 {
    font-size: 17px;
  }
  */
  
  #titulo_detalhe {
    font-size: 19px;
    line-height: inherit;
  }

  #titulo_detalhe2 {
      color: #fff;
      font-size: 16px;
  }    

  #titulo_detalhe3 {
    font-size: 22px;
    line-height: inherit;
  }

  #titulo_detalhe4 {
      color: #4f4f4f;
      font-size: 14px;
  }    


  #caixa_detalhe2{
    font-size: 14px;
  }
 
 
}
/* Fim - Galeria de fotos de eventos adversos ======================= */
  

#lblcaixafiltro {
position:absolute;    
/* margin:12px 0px 0px 388px;  */
/* width: 100%; */
margin-top: 15px;
margin-left: 83px; 
font-size: 18px;
color: #ffffff;
text-align: center;    
}


/* Graficos Anual do NSP */
.shadow 
{
  box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 15%) !important;
}

.card_caixa 
{
  max-width: 98%;

}

.titulo_caixa_informacao 
{
  font-size: 37px;
  font-weight: bold;
  padding: 5px 0 0 12px;
  font-family: 'Oswald';
  color: #87CEFA;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
} 

.titulo_caixa_informacao2 
{
  font-size: 30px;
  font-weight: bold;
  padding: 60px 0 0 12px;
  font-family: 'Oswald';
  color: #104E8B;
}

.texto_informacao
{
  font-size: 18px;
  margin-bottom: 0rem;
  text-align: justify;
  color: #fff;
  text-shadow:0 6px 20px rgba(0,0,0,0.5);
}

.texto_grafico
{
  font-size: 18px;
  margin-bottom: 0rem;
  text-align: justify;
  color: #838B83;
  padding-bottom: 20px;
  text-align: center;
}

.texto_grafico2
{
  font-size: 18px;
  margin-bottom: 0rem;
  text-align: justify;
  color: #838B83;
  padding-bottom: 65px;
  text-align: center;
}

.texto_grafico3
{
  font-size: 18px;
  margin-bottom: 0rem;
  text-align: justify;
  color: #838B83;
  padding-bottom: 115px;
  text-align: center;
}

.texto_grafico4
{
  font-size: 18px;
  margin-bottom: 0rem;
  text-align: justify;
  color: #838B83;
  padding-bottom: 65px;
  text-align: center;
}

.texto_grafico5
{
  font-size: 18px;
  margin-bottom: 0rem;
  text-align: justify;
  color: #838B83;
  padding-bottom: 65px;
  text-align: center;
}


#img_producao 
{
  margin: 15px auto 0;
  border-radius: 15px;
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  max-width: 100%;
  width: 85%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  
  /* Transições suaves */
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateZ(0); /* Ativa aceleração por hardware */
  opacity: 0.7;
  margin-left: 0px;
}

#img_producao:hover 
{
  transform: scale(1.02) translateY(-8px);
  box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 0 30px rgba(74, 144, 226, 0.3);
  filter: brightness(1.1) contrast(1.05);
  border-radius: 20px;
}

/* Overlay sutil opcional */
#img_producao::before 
{
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, 
    rgba(74, 144, 226, 0) 0%, 
    rgba(74, 144, 226, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
}

#img_producao:hover::before 
{
  opacity: 1;
}
     


.caixa_grafico
{
  margin-left: -3px;
}

.titulo_grafico_anual
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 2px;
  font-family: 'Oswald';
  color: #fff;
}



.titulo_grafico_anual2
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_anual3
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_anual4
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_anual5
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_anual6
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}


.titulo_grafico_mensal
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_mensal2
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_mensal3
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_mensal4
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}


.caixa_grafico2
{
  margin-left: -3px;
}

.caixa_grafico3
{
  margin-left: -3px;
}

.caixa_grafico4
{
  margin-left: -3px;
}



.titulo_caixa_producao
{
  font-size: 40px;
  font-weight: bold;
  padding: 0px 0 0 12px;
  font-family: 'Oswald';
  color: #104E8B;
  /* margin-top: -7px; */
} 

.texto_producao_blh
{
  font-size: 18px;
  margin-left: 16px;
  text-align: left;
  color: #838B83;
  padding-bottom: 50px;
}



/* Inicio - Muda ordem de exibicao conforme dispositivo -------------------- */
@media (max-width: 768px) 
{
  .custom-order {
      display: flex;
      flex-direction: column-reverse;
  }

}

@media (max-width: 768px) 
{
  .custom-order {
      display: flex;
      flex-direction: column;
  }
  .custom-order .first-item {
      order: 2; /* Define a posição desejada do "Teste Anual 1" */
  }
  .custom-order .second-item {
      order: 3; /* Define a posição desejada do "Teste Anual 2" */
  }
  .custom-order .third-item {
      order: 1; /* Define a posição desejada do "Teste Anual 3" */
  }

}
/* Fim - Muda ordem de exibicao conforme dispositivo ----------------------- */



/* Interface Mobile */
@media(max-width:768px) 
{


  .texto_producao_blh{
    font-size: 18px;
    margin-left: 16px;
    text-align: left;
    color: #838B83;
    padding-bottom: 0px;
  }
    
  #img_producao{
      width: 100%;
      height: auto;
      /* padding: 20px 10px; */
  }

  .titulo_caixa_informacao{
    font-size: 37px;
    font-weight: bold;
    padding: 5px 0 0 5px;
    font-family: 'Oswald';
    color: #104E8B;
  } 
  
  .titulo_caixa_informacao2{
    font-size: 30px;
    font-weight: bold;
    padding: 35px 0 0 12px;
    font-family: 'Oswald';
    color: #104E8B;
  }
  

  .titulo_grafico_anual{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
  }
  
  .titulo_grafico_anual2{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: -30px;
  }

  .titulo_grafico_anual3{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: 15px;
  }

  .titulo_grafico_anual4{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: -35px;
  }

  .titulo_grafico_anual5{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: -80px;
  }

  .titulo_grafico_anual6{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: 30px;
  }


  .titulo_grafico_mensal{
    font-size: 24px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: 40px;
  }

  .titulo_grafico_mensal2{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: 40px;
  }

  .titulo_grafico_mensal3{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: 40px;
  }

  .titulo_grafico_mensal4{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: -80px;
  }

  .titulo_grafico_mensal5{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: -80px;
  }

  .titulo_grafico_mensal6{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: -80px;
  }

    
  .caixa_grafico{
    margin: 30px 0 0 0;
    
  }

  .caixa_grafico2{
    margin-left: -3px;
  }

  
} 

/* Inicio - Sessões das Paginas -------------------------------------------- */
#consulta_tabela_registro
{
  padding-top: 10px; 
}

#indicador_relatorio
{
  padding-top: 10px;
}

#consulta_tabela_registro
{
  padding-top: 10px;
}

#formulario_cadastro
{
  padding-top: 10px;
}

#formulario_atualizacao
{
  padding-top: 10px;
}

#missao_setor
{
  padding-top: 10px;
}

#producao_setor
{
  padding-top: 20px; 
}

#producao_status
{
  padding-top: 20px; 
}

#producao_diagnosticos
{
  padding-top: 30px;
}

#intercorrencia_doadora
{
  padding-top: 60px;
}

#historico_gestacao
{
  padding-top: 30px;
}

#historia_atual
{
  padding-top: 60px;
}

#exames_realizados
{
  padding-top: 30px;
}

#grid_consulta
{
  padding-top: 80px;
}
/* Fim - Sessões das Paginas ----------------------------------------------- */

#numero_doadora
{
  padding-top: 2px;
}


/*
#grafico_prematuridade
{
  width: 185px;
  height: 204px;
}
*/

@media(max-width:768px) 
{

  #indicador_relatorio {
    margin-top: -50px;
    width: 102%;
  }

  .card_caixa{
    max-width: 100%;

  }

  .card-header{
    margin-top: 14px;

  }
  
  /*
  #grafico_prematuridade{
    width: 50%;
    height: auto;
    margin-left: 88px;
  }
  */

}


/* INICIO - Ajuste dos graficos de pizza ------------------------------------------------------- */

/* Estilos padrão para o gráfico no desktop */
#grafico_prematuridade 
{
  width: 185px !important;  /* Força o ajuste de largura no desktop */
  height: auto !important;  /* Define uma altura fixa */
  margin-left: 0 !important;  /* Remove qualquer margem lateral */
}

/* Estilos responsivos para telas menores que 768px */
@media (max-width: 768px) 
{

  #grafico_prematuridade {
      width: 50% !important;  /* Ajusta a largura para 50% */
      height: auto !important;  /* Deixa a altura ser ajustada automaticamente */
      margin-left: 88px !important;  /* Aplica a margem lateral no mobile */
  }

}


/* Estilos padrão para o gráfico no desktop */
#grafico_utineonatal 
{
  width: 185px !important;  /* Força o ajuste de largura no desktop */
  height: auto !important;  /* Define uma altura fixa */
  margin-left: 0 !important;  /* Remove qualquer margem lateral */
}

/* Estilos responsivos para telas menores que 768px */
@media (max-width: 768px) 
{

  #grafico_utineonatal {
      width: 50% !important;  /* Ajusta a largura para 50% */
      height: auto !important;  /* Deixa a altura ser ajustada automaticamente */
      margin-left: 88px !important;  /* Aplica a margem lateral no mobile */
  }

}


@media (max-width: 768px) 
{

  .chartjs-size .legend,
  .chartjs-size .tooltip {
    font-size: 16px !important; /* Ajusta o tamanho da fonte para dispositivos móveis */
  }

}
/* FIM - Ajuste dos graficos de pizza ---------------------------------------------------------- */





#lblfiltro_setor,  #lblrel_analitico, #lblsetor_notificado, #lblano_grafico, #lblfiltro_unidade, #lblfiltro_estrutura, #lblreg_equipamento, #lblhist_equipamento
{
	padding-top: 6px;
  color: #104E8B;
}

/* Barra de Pesquisa */
#lblfiltro_status, #lblfiltro_ano, #lblfiltro_origem, #lblunidade, #lblfiltrosetor
{
	padding-top: 6px;
  color: #fff;
}

.form_pesquisa
{
  height: 47px;
  text-align: center;
}


.form-control 
{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 10px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.form-control:focus 
{
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  color: #fff;
  background: var(--glass-bg2);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(8px);
}

select.form-control option 
{
  background-color: #f0f8ff; 
  color: #000;               
 
}

/*
.form-control:hover
{
  background: var(--glass-bg);
  color: #444;
}
*/


/* janela de Relatorios */
#lblunidade_rel,
#lblorigem_rel, 
#lblfiltro_origem_rel, 
#lblfiltro_origem_rel, 
#lblano_grafico_rel, 
#lblfiltrosetor_preventiva, 
#lblfiltrosetor_solicitante
{
	padding-top: 6px;
  color: #104E8B;
}

#lblfiltrosetor_rel
{
  padding-top: 6px;
  color: #fff;
}

#lblorigem
{
  color: #fff;
}

#filtro_status{
    font-size: 12px;
}

#filtro_origem{
    font-size: 12px;
}

/*
#filtro_status
{
    font-size: 11px;
}
*/

#lbldt_inicial, #lbldt_final, #lbltodos, #lbltipo_incidente, #lbltipo_incidente, #lbloutro_incidente
{
	padding-top: 6px;
  color: #fff;
}


/* Inicio - Menu dos Relatorios ------------------------ */

/* Abas dos Relatorios */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #104E8B;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight: bold;
}

.tab-content>.active 
{
  display: block;
  /* border: 1px #ddd solid; */
  padding: 0 5px 10px 5px;
}


#btrelatorio
{
  margin: -30px 0 5px -14px;
  text-align: center;
  padding: 10px 20px 10px 20px;
  color: #fff;
  width: 34%;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
  border-radius: 10px;
  background: var(--glass-bg2);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(8px);
  font-size: 18px;
}

#menu_relatorio 
{
  margin: 5px 0 5px 14px;
  border: 1px solid var(--glass-border);

}

#menu_relatorio .no-collapse {
  display: block !important;
}


#escolha_opcao
{
  text-align: center;
}

a #escolha_opcao2
{
  font-size: 18px;
}


#menu_relatorio .navbar-nav>li>a 
{
  padding-top: 10px;
  padding-bottom: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(8px);
  text-shadow: none;
  margin-left: 0px;
}


#menu_relatorio .navbar-nav>li>a:hover 
{
  /* background-color: #104E8B; */
  background: var(--glass-bg2);
}

#opcao_relatorio
{
  margin: -7px 0 0 -42px;
}


#informe_dados_complementar
{
	margin-top: 20px;
  margin-bottom: -4px;
}

#conduta_imediata2
{
  font-size: 12px;
}


#lbldt_inicial_resumo_geral, #lbldt_final_resumo_geral 
{
	padding-top: 6px;
  color: #104E8B;
}

#lblnotificacao_inicial, #lblnotificacao_final 
{
	padding-top: 6px;
  color: #104E8B;
}

#lbldt_inicial_notificado, #lbldt_final_notificado, #lbl_notificado
{
	padding-top: 6px;
  color: #104E8B;
}

#lbldt_inicial_origem_setor, #lbldt_final_origem_setor, #lbl_origem
{
	padding-top: 6px;
  color: #104E8B;
}

#lbldt_inicial_grau_dano, #lbldt_final_grau_dano, #lblgrau_dano
{
	padding-top: 6px;
  color: #104E8B;
}

#lbldt_inicial_anvisa, #lbldt_final_anvisa, #lblanvisa_notificada
{
	padding-top: 6px;
  color: #104E8B;
}

#lblmemorando_encaminhado, #lbldt_inicial_memorando, #lbldt_final_memorando
{
	padding-top: 6px;
  color: #104E8B;
}

#lbldt_inicial_relacao_geral, #lbldt_final_relacao_geral
{
	padding-top: 6px;
  color: #104E8B;
}

#lbldt_inicial_cancelada, #lbldt_final_cancelada
{
	padding-top: 6px;
  color: #104E8B;
}


/* Inicio - Botoes dos relatorios */
#btresumo_geral
{
	margin-top: 5px;
}

#btresumo_anual
{
	margin-top: 5px;
}

#btproducao_banco
{
	margin-top: 5px;
}

/* Fim - Botoes dos relatorios */



#botao_exibe_relatorio
{
  visibility: hidden;
}



@media(max-width:768px) 
{

  #menu_relatorio {
    margin: 5px -20px 5px 14px;
  }

  #menu_relatorio .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(8px);
    text-shadow: none;
    margin-left: 11px;
    width: 94%;
  }

  .tab-content{
    margin-right: -28px;
     
  }
  
  .tab-content>.active {
    display: block;
    /* border: 1px #ddd solid; */
    padding: 0 10px 20px 10px;
  }

  #botao_exibe_relatorio {
    visibility: visible;
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 100%;
    margin: 16px 0 0 -201px;
  }

  .tab-content>.active 
  {
    display: block;
    /* border: 1px #ddd solid; */
    padding: 0 30px 10px 10px;
  }


}
/* Fim - Menu dos Relatorios --------------------------- */



#origem2 {
    font-size: 12px;    
    font-weight: bold;
}

#desc_setor2, #dt_solicita, #profissional_solicitante2 {
    font-size: 12px;    
    font-weight: bold;
    text-align: center;
}

#sla2{
    text-align: center;
}

 
#btorigem_solicitacao{
	margin-top: 10px;
}


#btestrutura_solicitacao{
	margin-top: 10px;
}

#bthist_equipamento{
	margin-top: 30px;
}

#btresumo_atendimento{
	margin-top: 11px;
}

#btfornecedor_executante{
	margin-top: 5px;
}

#btproducao_origem{
	margin-top: 10px;
}

#btpreventiva_equipamento{
	margin-top: 10px;
}



#caixa_filtro {
margin-top: -6px;
margin-left: 0px; 
border: 1px solid #9C9C9C;
width: 100%;
height: 58px;
background-color: #DCDCDC;
}

#lblfiltro {
position:absolute;
font-size: 14px;
color: #FFFFFF; 
margin-top: 1px;
margin-left: 5px;
}

#img_filtra_setor{
margin: 20px 0px 0px -20px; 
width: 40px; 
height: auto;
display: none;
}

#img_filtra_resumo_setor_solicitante{
margin: 20px 0px 0px -20px; 
width: 40px; 
height: auto;
display: none;
}
      
#img_filtra_resumo_setor{
margin: 20px 0px 0px -20px; 
width: 40px; 
height: auto;
display: none;
}
 
#img_filtra_preventiva{
margin: 20px 0px 0px -20px; 
width: 40px; 
height: auto;
display: none;
}
   
#img_filtra_historico{
margin: 20px 0px 0px -20px; 
width: 40px; 
height: auto;
display: none;
}
            
  

#caixa_unidade_resumo_setor{
    display: none;
}

#caixa_unidade_preventiva{
    display: none;
}

#caixa_unidade_historico{
    display: none;
}
    
#img_filtratabela{
margin: 20px 0px 0px -20px; 
width: 40px; 
height: auto;
display: none;
}

#img_filtratabela2 {
margin: 20px 0px 0px -20px;
width: 40px; 
height: auto;
display: none;
}


#campo_filtro {
position:absolute;
width: 100px;
font-size: 12px;
margin-top: 25px;
margin-left: 4px;
text-align: center;
}


#lblfiltro2 {
position:absolute;
font-size: 14px;
color: #FFFFFF;  
margin-top: 1px;
margin-left: 123px;
}
#campo_filtro2 {
position:absolute;
width:100px;
font-size: 12px;
margin-top: 25px;
margin-left: 122px;
text-align: center;
}



#lblcaixafiltro2 
{
  position:absolute;    
  margin-top: 15px;
  margin-left: 83px; 
  font-size: 18px;
  color: #ffffff;
  text-align: center;    
}

#caixa_filtro2 
{
  margin-top: -4px;
  margin-left: 0px; 
  width: 100%;
  height: auto;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  overflow: visible !important;
  z-index: 1;
}

#caixa_pesquisa
{
  /* margin: 20px 0 0 20px; */
  padding: 0px 30px 20px 0;
}

#caixa_banner
{
  /* margin: -155px 0 0 600px; */
}


.text-white-solicitacao
{
  font-size: 25px;
  font-weight: bold;
}



/* INICIO - Interface Mobile ======================================== */

/* Inicio - Barra de Pesquisa ------------------- */
@media(max-width:768px) 
{


  #caixa_pesquisa {
    /* margin: 5px 0 0 15px; */
    padding-bottom: 20px;
    width: 100%;
  }
  

  #caixa_banner {
    margin: 35px 0 0 0;
  }
    
  #img_imprime_tabela {
      /* margin: -104px 0px 0px 90px; */
      width: 62px;
      height: auto;
  }
  
  #caixa_filtro2 {
    padding-top: 20px;
    height: auto;
  }

  #refresh_imgtabela2 {
    /* padding-bottom: 5px; */
    margin-top: -14px;
    text-align: center;
    width: 30%;
  }

  #ano_quadro_msg {
    margin: -96px 0 0 100px;

  }


  #img_tabelaconsulta3 {
    margin: 15px 0px 0px 25px;
    width: 50px;
    height: auto;
  }


  div.dataTables_wrapper div.dataTables_length, 
  div.dataTables_wrapper div.dataTables_filter, 
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate 
  {
    text-align: center;
    padding-top: 6px;
  }

    
}
/* Fim - Barra de Pesquisa ---------------------- */


.fill 
{
  width: 100%;
  height: 100%;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


/* Inicio - Titulo Slide ------------------------ */
@media(max-width:768px) 
{

   
  .carousel {
    height: 20%;
  }

  .slide_titulo {
    font-weight: bold;
    font-size: 3rem;
  }

  .slide_titulo2 {
    font-weight: bold;
    font-size: 2rem;
  }

 

}
/* Fim - Titulo Slide --------------------------- */

.carousel-indicators {
    bottom: 16px;
}


/* Inicio - Rodape versão ----------------------- */
@media(max-width:768px) 
{

    #rodape_versao
    {
        font-size: 11px;
        text-align: center;
    }

}

#rodape p
{
  font-size: 11px;
  text-align: center;
}
/* Fim - Rodape versão -------------------------- */


@media(max-width:768px) 
{


  #img_tabelaconsulta {
    width: 57px;
    height: 50px;
    border-radius: 5px;
    /* border: 1px solid #9C9C9C; */
    margin-top: 3px;
  }
  
  #titulo_pagina {
    color: #fff;
    font-size: 23px;
  }

  #titulo_pagina2 {
      font-size: 18px;
  }

  #lblcaixatitulo {
    margin-left: 65px;
    font-size: 14px;
    margin-top: 22px;
    width: 80%;
    font-size: 18px;
  }

  #titulo_tabela {
    font-size: 13px;
  }


  #rodape_atendimento {
      text-align: center;
  }

    
}    
/* FIM  - Interface Mobile =========================================== */


#solicitacao2{
	
	text-align: center;
}

#valor_servico{
	
	text-align: right;
}


#desc_unidade
{
    text-align: center;
    font-size: 18px;
}

#desc_setor
{
    text-align: center;
    font-size: 18px;
}

label#lblfiltrosetor_pesquisa
{
  padding-top: 6px;
  color: #fff; 
}

#dt_solicitacao, #dt_solicitacao2, #dt_atendimento2, #dt_encerramento2
{
	text-align: center;
}

#chave_solicitacao_encerra2
{
    text-align: center;
    text-transform: uppercase;
}

#profissional_solicitante-group{
	margin: 0 0 0 -110px;
}


#img_imprime_solicitacao {
	width: 58px;
	height: 55px;
	box-shadow: 1px 1px 1px #696969; 
	border-radius: 3px; 
	border: 1px solid #9C9C9C;
}

#img_imprime_solicitacao:hover
{
	width: 65px;
	height: 55px;
}


#img_cancela_solicitacao {
	width: 58px;
	height: 55px;
	box-shadow: 1px 1px 1px #696969; 
	border-radius: 3px; 
	border: 1px solid #9C9C9C;
}

#img_cancela_solicitacao:hover
{
	width: 65px;
	height: 55px;
}


/* Inicio - Menu de Relatorio ***************************** */
body,html
{
    height: 100%;
}


nav.sidebar 
{
  margin-left: 0px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(8px);
}


nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

.main{
    padding: 10px 10px 0 10px;
}

 
.nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
  text-align: center;
  width: 100%;
  margin-left: 0px;
  height: 0px;
}
 

@media (min-width: 768px) 
{

    .main{
      position: absolute;
      width: calc(100% - 40px); 
      margin-left: 40px;
      float: right;
    }

    nav.sidebar:hover + .main{
      margin-left: 200px;
    }

    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: 0px;
    }
    
    nav.sidebar a{
      padding-right: 13px;
    }

    nav.sidebar .navbar-nav > li:first-child{
      border-top: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav > li{
      border-bottom: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
      padding: 0 0px 0 0px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #777;
    }

    nav.sidebar{
      width: 510px;  
      /* width: 340px; */
      height: 100%;
      margin-left: -18px;
      /* margin-left: -160px; */
      float: left;
      margin-bottom: 0px;
    }

    nav.sidebar li {
      width: 100%;
    }

    nav.sidebar:hover{
      margin-left: 0px;
      
    }

    .forAnimate{
      opacity: 0;
    }
	
}
   
@media (min-width: 1330px)
{

    .main{
      width: calc(100% - 200px);
      margin-left: 200px;
    }

    nav.sidebar{
      margin-left: 0px;
      float: left;
    }

    nav.sidebar .forAnimate{
      opacity: 1;
    }

}

nav:hover .forAnimate{
    opacity: 1;
    
}
  
.section{
    padding-left: 15px;
}
  


/* Barra de Menu -  Mobile */
.navbar-toggle 
{
    position: relative;
    float: right;
    padding: 9px 8px;
    margin-top: 8px;
    margin-right: 12x;
    margin-bottom: 8px;
    background-color: #1874CD;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.grid_consulta
{
   padding: 0 2px 0 2px;

}

.pagination 
{
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  font-size: 10px;
}  


.caixa_informe
{
  padding: 10px;
  margin-left: -3px;
}

.caixa_informe2
{
  padding: 10px;
  margin-left: -6px;
}

@media (max-width: 576px) 
{

  .status_doadora {
    order: 2;
    display:flex;
  }

}

@media (min-width: 992px) 
{

  .status_doadora {
    order: 1;
    display:flex;
  }

}

@media(max-width:768px) 
{
    

  #btrelatorio {
    margin: 20px 0 5px -12px;
    width: 105%;
    font-size: 18px;
  } 

  #retorno_relatorio {
    margin: 0 0 0 10px;
  }
  

  .card-caixa {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    color: #fff;
    background: #337ab7;
    font-size: 13px;
  }

  .card-caixa2{
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    color: #fff;
    background: #1874CD;
    font-size: 13px;
  }

  .card-footer{
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }

  .card-footer:last-child{
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #36648B; 
    color: #366488;
  }

  .caixa_informe{
    padding: 10px

  }
  
  #caixa_equipamento_sla{
    background-color: #4F94CD; 
    font-size: 12px;
  }

  
  #grafico_notificacao{
    padding: 0 15px 0 15px;

  }

  .nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
    text-align: center;
    width: 100%;
    margin-left: 0px;
    height: 50px;
  }


}
/* Fim - Menu de Relatorio ******************************** */




tfoot input 
{
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
  background: var(--glass-bg);
  border:1px solid var(--glass-border);
  backdrop-filter: blur(8px);

}



/* Controla o tamanho da janela modal do BootStrap */
@media (min-width:768px){.modal-dialog{width:670px;margin:30px auto}}


/* Inicio - Controla rolagem de tela no formulario  */
.modal-body 
{
	overflow-y:auto;
  max-height: 100%;
  
}
 

.modal-body{
    /* height: 500px; */
    height: 590px;
    overflow-y: auto;
}

@media (min-height: 500px) {
    /* .modal-body { height: 500px; } */
    .modal-body { height: 590px; }
}

@media (min-height: 800px) {
    .modal-body { height: 600px; }
}

/* Fim - Controla rolagem de tela no formulario */


/* *********************** Fim - NOVO CSS BoootStrap **************************  */


  .card 
  {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    
  }

  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
  }
  

  .card-caixa 
  {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    background: var(--glass-bg);
    border:1px solid var(--glass-border);
    backdrop-filter: blur(8px);
    font-size: 14px;
    text-align: center;
  }

  
  .card-caixa2
  {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
    color: #fff;
    background: #c9bc9f;
    font-weight: 700;
    text-align: center;
  }
  

  .card_caixa_banner 
  {
    flex: 1 1 auto;
    min-height: 1px;
    /* padding: 1.25rem; */
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
    width: 28%
     
  }

  .card_caixa_banner2 
  {
    flex: 1 1 auto;
    min-height: 1px;
    /* padding: 1.25rem; */
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
    width: 28%; 
  }

  .card_caixa_grafico 
  {
    flex: 1 1 auto;
    min-height: 1px;
    /* padding: 1.25rem; */
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
     
  }

  .card_caixa_grafico2 
  {
    flex: 1 1 auto;
    min-height: 1px;
    /* padding: 1.25rem; */
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    background: var(--glass-bg);
    border:1px solid var(--glass-border);
    backdrop-filter: blur(8px);
    font-size: 16px;
    margin-left: 14px; 
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  }


  .card_caixa_grafico_titulo 
  {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.6rem;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(8px);
    font-size: 16px;
    font-family: sans-serif;
    text-align: center;
    width: 108%;
    margin-left: -14px;
    margin-top: -1px;
  } 


  #grafico_producao_anual_individual 
  {
    width: 345px !important;
    height: 140px !important;
    color: #fff;
    margin-left: -10px;
  }


  /* Interface Mobile */
  @media(max-width:768px) 
  {
  
    .card-caixa {
      font-size: 14px;
    }
    
    .card-caixa2 {
      font-size: 14px;
    }
     
    .card_caixa_banner {
      flex: 1 1 auto;
      min-height: 1px;
      /* padding: 1.25rem; */
      color: #fff;
      font-weight: 600;
      border-radius: 10px;
      font-size: 16px;
      width: 120%;
      margin-left: -30px;
       
    }
  
    .card_caixa_banner2 {
      flex: 1 1 auto;
      min-height: 1px;
      /* padding: 1.25rem; */
      color: #fff;
      font-weight: 600;
      border-radius: 10px;
      font-size: 16px;
      width: 120%;
      margin-left: -30px;
    }
  
    .card_caixa_grafico2 {
      flex: 1 1 auto;
      min-height: 1px;
      color: #fff;
      font-weight: 600;
      border-radius: 10px;
      background: var(--glass-bg);
      border: 1px solid var(--glass-border);
      backdrop-filter: blur(8px);
      font-size: 16px;
      margin-left: -14px;
      width: 110%;
    }

      
  }

  /* inicio - Graficos ----------------------- */
  .card-body 
  {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
    /* padding: 1.25rem; */
  }
  
  /*
  #grafico_producao_anual_individual
  {
    display: block;
    width: 300px;
    height: 130px;

  }
  */

  .card-title {
    margin-bottom: 0.75rem;
  }
  
  .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
  }
  
  .card-text:last-child {
    margin-bottom: 0;
  }
  
  .card-link:hover {
    text-decoration: none;
  }
  .card-link + .card-link {
    margin-left: 1.25rem;
  }
  
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #c9bc9f; 
    /* background-color: #104E8B; #ddd3bc */
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #fff;
    font-weight: 700;
    /* max-width: 80%; */
  }
  
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  
  .card-footer {
    padding: 0.75rem 1.25rem;
    /* background-color: rgba(0, 0, 0, 0.03); */
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }

  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #104E8B;
    /* background: #f7f5ef; */
  }
  
  .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
  }
  
  .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
  }
  
  .card-img,
  .card-img-top,
  .card-img-bottom {
    flex-shrink: 0;
    width: 100%;
  }
  
  .card-img,
  .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  
  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  
  .card-deck .card {
    margin-bottom: 15px;
  }

  @media (min-width: 576px) 
  {
    .card-deck {
      display: flex;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .card-deck .card {
      flex: 100%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
    }
  }
  
  .card-group > .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) 
  {

    .card-group {
      display: flex;
      flex-flow: row wrap;
    }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }

  }
  
  .card-columns .card 
  {
    margin-bottom: 0.75rem;
  }
  @media (min-width: 576px) 
  {

    .card-columns {
      -moz-column-count: 3;
           column-count: 3;
      -moz-column-gap: 1.25rem;
           column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
    }
    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  
  }
  

  .card-header2
  {
    color: #104E8B;
  }


  @media(max-width:768px) 
  {
  
  
  }  
  /* Fim - Graficos ----------------------- */


  
/* Inicio - Outros graficos de Notificação ----- */
.chart-pie
{
  padding-bottom: 20px;
}

.text-center {
  text-align: center !important;
}

.text-total {
  color: #8B2323 !important;
}

.text-success {
  color: #CD3333 !important;
}
/* Fim - Outros graficos de Notificação -------- */


  
/* Inicio - Datatable -------------------------- */
#caixa_equipamento_sla
{
    font-size: 12px;
    line-height: 1.1;
    font-weight: bold;
    background-color: #4F94CD; 
}

#tabela_equipamento_sla
{
    font-size: 10px;
    line-height: 1.1;
}

#titulo_grid_equipamento
{
    background-color: #ddd3bc;
    color: #fff;
    font-size: 12px;
}

#caixa_setor
{
    font-size: 12px;
    line-height: 1.1;
    font-weight: bold;
    background-color: #eae6dc; 
    /* background-color: #63B8FF; */ 
}

#tabela_setor
{
    font-size: 10px;
    line-height: 1.1;
}

#caixa_incidente
{
    font-size: 12px;
    line-height: 1.1;
    font-weight: bold;
    background-color: #eae6dc; 
    /* background-color: #63B8FF; */ 
}

#tabela_incidente
{
    font-size: 10px;
    line-height: 1.1;
}


/* Inicio - Controle do Grid do DataTable */
div.dataTables_wrapper div.dataTables_length label 
{
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

div.dataTables_wrapper div.dataTables_filter label 
{
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

div.dataTables_wrapper div.dataTables_filter input
{
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  /* color: #444; */
  color: #fff;
  background: var(--glass-bg2);
  border: 2px solid var(--glass-border);
  backdrop-filter: blur(8px);
  text-align: center;
  border-radius: 10px;
}

/* Inicio - Controle do Grid do DataTable */
#titulo_grid_solicitacao
{
    background-color: #104E8B;
    color: #fff;
}
/* Fm - Controle do Grid do DataTable */



#linha_grid
{
  text-align: center;
}

#btfechar_grid
{
  margin-top: 10px;
  background: var(--glass-bg2);
  border:1px solid var(--glass-border);
  backdrop-filter: blur(8px);
  font-weight: bold;
  width: 8%;
  border-radius: 10px;
}

#btexportar_grid
{
  margin-top: 10px;
  background: var(--glass-bg2);
  border:1px solid var(--glass-border);
  backdrop-filter: blur(8px);
  font-weight: bold;
  width: 8%;
  border-radius: 10px;
}

#btimprimir_grid
{
  margin-top: 10px;
  background: var(--glass-bg2);
  border:1px solid var(--glass-border);
  backdrop-filter: blur(8px);
  font-weight: bold;
  width: 8%;
  border-radius: 10px;
}



/* Inicio - Rodape versão ----------------------- */
@media(max-width:768px) 
{


  #caixa_botao {
    display: flex; 
    justify-content: center;  /* centraliza horizontalmente */ 
    gap: 15px;                /* espaço automático entre os botões */
    padding: 20px 0 10px 0;
  }
  
  #btfechar_grid {
    margin-top: 10px;
    background: var(--glass-bg2);
    border:1px solid var(--glass-border);
    backdrop-filter: blur(8px);
    font-weight: bold;
    width: 25%;
    border-radius: 10px;
  }
  
  #btexportar_grid {
    margin-top: 10px;
    background: var(--glass-bg2);
    border:1px solid var(--glass-border);
    backdrop-filter: blur(8px);
    font-weight: bold;
    width: 25%;
    border-radius: 10px;
  }
  
  #btimprimir_grid {
    margin-top: 10px;
    background: var(--glass-bg2);
    border:1px solid var(--glass-border);
    backdrop-filter: blur(8px);
    font-weight: bold;
    width: 25%;
    border-radius: 10px;
  }

  
}

/* Fim - Datatable ----------------------------- */




/* Inicio - Ajusta sessions da pagina ---------- */
#consulta_tabela_registro
{
  padding-bottom: 20px;

}

#grafico_notificacao
{
  padding-bottom: 20px;

}


/* Inicio - Rodape versão ----------------------- */
@media(max-width:768px) 
{
  
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a 
  {
    color: #fff;
  }

  #grafico_notificacao
  {
    padding-bottom: 20px;
  }
  
  .card 
  {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-top: 12px;
  }
 
  
}
/* Fim - Rodape versão -------------------------- */



.hoje_solicitacao
{
   
  border: 1px solid #9C9C9C;
  /* width: 100%; */
  height: auto;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0 30px 20px;
  border-radius: 4px;
  background-color: #36648B;
  color: #fff;

}

.hoje_solicitacao_valor
{
  color: #fff;
  font-size: 22px;
  padding: 30px 0 0 20px;
}

/* Fim - Ajusta sessions da pagina ----------- */


/* Rodape da Pagina */
footer 
{
  margin: 50px 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
}



/* INICIO - Ajusta o site para uma interface translucida *********************************************************** */
:root
{
  --glass-bg: rgba(255,255,255, 0.08);
  --glass-bg2: rgba(255,255,255, 0.2);
  --glass-border: rgba(255,255,255, 0.18);
  --accent: rgba(255,200,120, 0.95);
  --text: rgba(255,255,255, 0.92);
  --muted: rgba(255,255,255, 0.75);
  --radius: 14px;
  --gap: 20px;
  --max-width: 1200px;
}

/* Reset simples */
*{box-sizing:border-box}
html,body{height:100%;margin:0;font-family:Inter, "Segoe UI", Roboto, Arial; color:var(--text); -webkit-font-smoothing:antialiased}


body
{
  width: 100%;
  height: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #4F4F4F;
  background-color:#000;
}  


/*
body
{
   /* background: url("bg.jpg") center top / cover no-repeat fixed; 
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:40px 24px; 
  min-height:100vh;
  background-color:#000;
}
*/

#imagem_fundo
{

  margin: 0; /* remove margens padrão */
  min-height: 100vh; /* garante altura mínima igual à tela */
  background: url("../img/slider/fundo_interface.jpg") no-repeat center center;
  /* background: url("../img/slider/banner_motivacao3.jpg") no-repeat center center; */
  /* background: url("../imagens/paisagem3.jpg") no-repeat center center; */
  background-size: cover; /* imagem cobre toda a largura/altura */
  background-attachment: scroll; /* opcional: rola a imagem ao rolar a pagina */
  background-attachment: fixed; /* opcional: fixa a imagem ao rolar */
  
}



/* Container central que limita largura do layout */
.frame
{
  width:100%;
  max-width:var(--max-width);
  display:grid;
  grid-template-columns: 1fr 420px;
  gap:var(--gap);
  align-items:start;
}

/* Texto principal / esquerda */
.left 
{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.site-title
{
  font-size:28px;
  font-weight:700;
  letter-spacing:0.2px;
  text-shadow:0 6px 20px rgba(0,0,0,0.5);
}

.site-sub
{
  color:var(--muted);
  font-size:14px;
}

/* Cartão de imagem grande (central) */
.image-card
{
  margin-top:8px;
  width:100%;
  height:360px;
  border-radius:var(--radius);
  position:relative;
  overflow:hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.12));
  border: 1px solid var(--glass-border);
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
  /* backdrop blur (frosted) */
  backdrop-filter: blur(6px) saturate(120%);
  -webkit-backdrop-filter: blur(6px) saturate(120%);
}

.image-card img
{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1.02);
}

/* overlay informativo dentro do card */
.image-card .card-overlay
{
  position:absolute;
  right:18px;
  top:18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border-radius:10px;
  padding:14px;
  min-width:240px;
  border:1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
}
.image-card h3{margin:0 0 6px 0;font-size:18px}
.image-card p{margin:0;font-size:13px;color:var(--muted)}


/* Painéis menores e card de perfil à direita */
.right 
{
  display:flex;
  flex-direction:column;
  gap:var(--gap);
  align-items:stretch;
}

.panel
{
  border-radius:12px;
  /* padding:14px; */
  background: var(--glass-bg);
  border:1px solid var(--glass-border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
  margin-bottom: 20px;
}

.panel.large
{
  height:240px;
}

.panel.small
{
  display:flex;
  gap:12px;
  align-items:center;
}

/* gráfico / nível - só visual */
.graph
{
  margin-top:12px;
  height:84px;
  border-radius:8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.06));
  border:1px solid rgba(255,255,255,0.05);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  font-size:13px;
}

/* Card de call-to-action flutuante embaixo à esquerda */
.cta
{
  position:fixed;
  left:24px;
  bottom:24px;
  display:flex;
  gap:10px;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background: linear-gradient(90deg, rgba(0,0,0,0.5), rgba(255,255,255,0.02));
  border:1px solid rgba(255,255,255,0.12);
  box-shadow: 0 8px 24px rgba(0,0,0,0.45);
  backdrop-filter: blur(6px);
  color:var(--text);
}

.cta .dot
{
  width:36px;height:36px;border-radius:50%;background:linear-gradient(180deg,var(--accent), #e08b3a);display:flex;align-items:center;justify-content:center;font-weight:700;color:#111;
}
.cta button
{
  background:transparent;border:0;color:var(--text);padding:8px 12px;border-radius:999px;cursor:pointer;font-weight:600;
}

/* Responsividade */
@media (max-width:1000px)
{
  .frame{grid-template-columns:1fr;gap:16px}
  .image-card{height:320px}
  .right{order:3}
}

@media (max-width:480px)
{
  body{padding:0px}
  .image-card{height:220px}
  .site-title{font-size:20px}
  .image-card .card-overlay{min-width:unset;right:12px;left:12px;top:auto;bottom:12px}
  .cta{left:12px;right:12px;justify-content:space-between}
}
/* FIM - Ajusta o site para uma interface translucida ************************************************************** */


