@font-face {
    font-family: 'Cookie-Regular';
     font-weight: lighter;
    font-style: normal;
    src:url("../fontes/Cookie-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
     font-weight: lighter;
    font-style: normal;
    src:url("../fontes/OpenSans-Regular.ttf") format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: OpenSans-Regular, sans-serif;
}

label {
    font-family:OpenSans-Regular;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #B4D9BD;
    overflow-x: hidden; 
}

h1 {
  font-size: 3.8em; 
  color: #6763BF !important;
  text-align: left; 
   margin-top: 0.1em; 
  margin-bottom: 0.1em; 
  font-family: 'OpenSans-Regular';
 
}

h2 {
  font-size: 3.2em; 
  color: #6763BF !important;
  text-align: left; 
  margin-top: 0.1em; 
  margin-bottom: 0.1em; 
  font-family: 'OpenSans-Regular'; 
     
}

h3 {
  font-size: 2.8em; 
  color: #6763BF !important; 
  text-align: left; 
   margin-top: 0.1em; 
  margin-bottom: 0.1em; 
  font-family: 'OpenSans-Regular';
  
}
h4 {
  font-size: 2.2em; 
 color: #6763BF !important; 
  text-align: left; 
   margin-top: 0.1em; 
  margin-bottom: 0.1em; 
  font-family: 'OpenSans-Regular';
  
}

h1.cookie {
  font-size: 5.4em; 
  color: #6763BF !important;
  text-align: left; 
  margin-top: 20px; 
  margin-bottom: 20px; 
  font-family: 'Cookie-Regular';
}

h2.cookie {
  font-size: 3.6em; 
  color: #6763BF !important;
  text-align: left; 
  margin-top: 0.1em; 
  margin-bottom: 0.1em; 
  font-family: 'Cookie-Regular'; 
}

h3.cookie {
  font-size: 2.8em; 
  color: #6763BF !important;
  text-align: center; 
  margin-top: 20px; 
  margin-bottom: 20px; 
  font-family: 'Cookie-Regular';
}

h4.cookie {
  font-size: 2.2em; 
  color: #6763BF !important;
  text-align: center; 
  margin-top: 20px; 
  margin-bottom: 20px; 
  font-family: 'Cookie-Regular';
}

p {
    margin:10px;
}

p.texto_normal {
  font-size: 1.3em; 
  color: #444; 
  text-align: left; 
  font-family: 'OpenSans-Regular', sans-serif;
}


/* Cabeçalho */
.cabecalho {
    width: 100%;
    height: 60px;
    color: gray;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left:60px;
    padding-right:60px;
    background-color: #B4D9BD;
}



/* Tabelas */

table {
  table-layout: fixed;
  width: 90%;
  margin: 10px auto;
  border-collapse: collapse;
}

th,
td {
  padding: 0.6em;
}

/* Formulários */
form {
    display: flex;
    flex-direction: column; /* Stacks elements vertically */
    width:90%; /* Controls the maximum width */
    margin: 20px auto; /* Centers the form on the page */
    padding: 20px;
    border: 0;
}

input[type="select"] {
  appearance: none;
  background: #EEE url('arrow.svg') no-repeat right 10px center;
  padding: 10px 30px 10px 10px;
   border:1px solid #BBB;
     border-radius: 5px;
    padding:0.3em;
    font-size:1.1em;
    box-sizing: border-box; /* Inclui padding/border na largura */
  cursor: pointer;
}


/* Estilo base para todos os campos */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    width: 100%; /* Ocupa toda a largura */
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #FFF;
    border:1px solid #BBB;
     border-radius: 5px;
    padding:0.3em;
    font-size:1.1em;
    box-sizing: border-box; /* Inclui padding/border na largura */
}
textarea.widget_transparente {
    border:0;
    /* background-color:transparent; */
    background-color: #FFFFCC;
    border:none;
     border-radius: 5px;
    padding:2em;
}


label {
  color: #666;
  font-size: 18px;
  font-family: OpenSans-Regular;
  margin-bottom: 7px; 
  display: block; 
}

/* Estilo ao focar */
input:focus, textarea:focus {
    border-color: #007bff;
    outline: none; /* Remove o outline padrão do navegador */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

textarea.widget_transparente:focus {
    outline: none !important;
    border:none;
  }


/* Estilo para campos inválidos (com validação ativa) */
input:invalid {
    /* border-color: #F27457; */
    border-color: #CCC;
}



/* Área central com barras laterais */
.container {
    flex: 1;
    display: flex;
}

/* Barras laterais */
.menu_esquerdo,
.menu_direito {
    display:flex;
    flex-direction: column; 
    width: 60px;
    background-color: #B4D9BD;
    color: white;
    display: flex;
    align-items: center;
    justify-content: FLEX-START;
}

.nav_topo {
    display: flex;
  justify-content: flex-start; 
  align-items: center;
}

.faixa_superior {
    width:100%;
    height:180px;
    padding:0;
    margin:0;
}




/* Área central dividida em 50% / 50% */
.centro {
    flex: 1;
    background: #F0F4F0;
    display: flex;
    flex-direction: column;
    border-radius:16px;
}

.central {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0;
  margin:0;
}


/* Parte de cima (50%) */
.centro_superior {
    flex: 1;
    padding: 20px;
    background: #FAFAFA;
    overflow-y: auto;
}

/* Parte de baixo — Agenda Google (50%) */
.centro_inferior {
    flex: 1;
    background: #FAFAFA;
    padding:20px;
}

/* Agenda ocupa 90% do espaço */
.centro_inferior iframe {
    width: 100%;
    height: 90%;
    border: none;
}
/* Rodapé */
.rodape {
    width: 100%;
    height: 60px;
    
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left:60px;
    padding-right:60px;
    background-color: #B4D9BD;
}

.grade-8x3 {
    display: grid;
    grid-template-columns: repeat(8, 1fr); /* Desktop */
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    height:100%;
    align-items: center;
    justify-content: center;
}

.local-logo {
    grid-row: 1;
    grid-column: 1;

}
.centro-grid {
    grid-row: 1/3;
    grid-column:3/7;
    padding-top:10%;
}

.grade-8x1 {
    display: grid;
    grid-template-columns: repeat(8, 1fr); /* Desktop */
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    width: 100%;
    height:33%;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;

}

.grade-4x1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Desktop */
    grid-template-rows: repeat(1, 1fr);
    gap: 2px;
    width: 100%;
    height:3em;
    align-items: center;
    justify-content: center;
}

.grade-3x1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Desktop */
    grid-template-rows: repeat(1, 1fr);
    gap: 2px;
    width: 100%;
    height:3em;
    align-items: center;
    justify-content: center;
}

.grade-1x8 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Desktop */
    grid-template-rows: repeat(8, 1fr);
    gap: 10px;
    width: 100%;
    height:100%;
    align-items: center;
    justify-content: center;
}
.grade-1x1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Desktop */
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    width: 40%;
    height:33%;
    margin-left:30%;
    margin-right: 30%;
    align-items: center;
    justify-content: center;
}


.celula {
    border:1px;
    height: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:gray;
    margin:0;
    padding:0;
    

}

.celula_dupla {
    border:0;
    height: 240px;
    width:160px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:gray;
    margin-left:0;
    padding:0;
    

}

.logomarca {
   
    width:200px;
    height:auto;
     display: flex;
    align-items: center;
    justify-content: center;
    margin:20px;
}

.logomarca_login {
    width:200px;
    height:auto;
     display: flex;
    align-items: left;
    justify-content: left;
    margin:0;
    
}

.icone-grande {
    width:160px;
    height:auto;
    fill: currentColor;
     display: flex;
    align-items: center;
    justify-content: center;
}

.icone-medio {
    width:64px;
    height:auto;
    fill: currentColor;
     display: flex;
    align-items: center;
    justify-content: center;
    align:center;
}

.icone-pequeno {
    width:32px;
    height:auto;
    fill: currentColor;
     display: flex;
    align-items: center;
    justify-content: center;
}

/* Estilo base para o botão 1 */
.botao-1 {
  display: inline-block; 
  padding: 10px 20px; 
  width:100%;
  background-color: #B4D9BD; 
  color: white; 
  text-decoration: none; 
  border: none; 
  border-radius:5px; 
  font-size: 16px;
  cursor: pointer; 
  transition: background-color 0.3s ease; 
  font-family: OpenSans-Regular, sans-serif; 
  text-align: center;
}


.botao-1:hover {
  background-color: #B4E9CD; 
}


.botao-1:active {
  background-color: #B4D9BD; 
}


/* Estilo base para o botão 2 */

.botao-2 {
  display: flex;
  flex-direction: column;      
  justify-content: center;     
  align-items: center;         
  text-align: center;

  gap: 10px;                   
  margin: 2px;
  padding: 10px;

  width: 160px;
  height: 240px;

  background-color: #6763BF;
  color: white;
  text-decoration: none;
  border-radius:5px;
  font-size: 1.3em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: OpenSans-Regular, sans-serif;
}


.botao-2:hover {
  background-color: #6884e8; 
}


.botao-2:active {
  background-color: #6898f9;
}

/* Estilo base para o botão 3 */

.botao-3 {
display: inline-block;
   justify-content: center;      
  align-items: center;    
  gap: 8px;                      
  width:auto;
  padding: 10px;
  margin:6px;
  height:auto;
  background-color: #6763BF;
  color: #FFF;
  text-decoration: none;
  border: none;
  border-radius:5px;
  font-size: 1.3em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: OpenSans-Regular, sans-serif;
}

.botao-3:hover {
  background-color: #6763BF;
}

.botao-3:active {
  background-color: #6763BF;
}
.fc-today-button {
      background-color: #6763BF;
  color: #FFF;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  font-size: 1.3em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: OpenSans-Regular, sans-serif;

} 
.botao-4 {
display: inline-block;
   justify-content: center;      
  align-items: center;    
  gap: 8px;                      
  width:auto;
  padding: 10px;
  margin:6px;
  height:auto;
  background-color: #6763BF;
  color: #FFF;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  font-size: 1.3em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: OpenSans-Regular, sans-serif;
}

.botao-4:hover {
  background-color: #6763BF; 
}

.botao-4:active {
  background-color: #6763BF;
}

.botao-5 {
  display: inline-block;
  justify-content: center;      
  align-items: center;    
  gap: 8px;                      
  padding: 2px;
  margin:2px;
  height:auto;
  
  color: #000;
  text-decoration: none;
  border: 0;
  border-radius:5px;
  font-size: 1.3em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: OpenSans-Regular, sans-serif;
}

.botao-5:hover {
  color: #6763BF;  
}

.botao-5:active {
  color: #6763BF;  
}


.botao-5:hover {
  color: #6763BF;  
}

.botao-5:active {
  color: #6763BF;  
}

.botao-6 {
display: inline-block;
   justify-content: center;      
  align-items: center;    
  gap: 8px;                      
  padding: 10px;
  margin:0;
  height:auto;
  
  text-decoration: none;
  border: 0;
  width:3em;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: OpenSans-Regular, sans-serif;

  
  color: #6763BF; 
  font-weight: bold; 
  text-align: center; 
  margin-top: 20px; 
  margin-bottom: 20px; 
  font-family: 'OpenSans-Regular', sans-serif;
}

.form-actions {
    visibility: hidden;
}

.faixa_abas {
     display:flex;
    align-items:center;
    width:100%;
    height:auto;
    padding:0;
    margin:0;
}

.icone_aba_superior {
    height: 1.2em;
}
.aba-1 {
display: flex;
   justify-content: center;      
  align-items: center;    
  gap: 1px;                      
  width:230px;
  padding: 8px;
  margin:2px 0 0 0;
  height:auto;
  background-color: #6763BF;
  color: #FFF;
  text-decoration: none;
  text-align:center;
  border: none;
  border-radius: 6px 6px 0 0;
  font-size: 1.5em;
  cursor: pointer;
  
   font-family:OpenSans-Regular;
}

.aba-1:hover {
  text-decoration:underline;
}

.aba-1:active {
  text-decoration:underline;
}

.aba-2 {
display: flex;
   justify-content: center;      
  align-items: center;    
  gap: 1px;                      
  width:200px;
  padding: 8px;
  margin:1px 0 0 0;
  height:auto;
  
  color: #666;
  text-align:center;
  text-decoration: none;
  border: none;
  border-radius: 6px 6px 0 0;
  font-size: 1.5em;
  cursor: pointer;
  
  font-family: OpenSans-Regular, sans-serif;
}

.aba-2:hover {
  color: #F2B56B;
}

.aba-2:active {
  color: #F2B56B;
}

.aba-3 {
    display: flex;
   justify-content: center;      
  align-items: center;    
  gap: 1px;                      
  width:200px;
  padding: 8px;
  margin:1px 0 0 0;
  height:auto;
  /* background-color: #3D6EF5; */
  background-color: #6763BF;
  color: #FFF;
  text-decoration: underline;
  text-align:center;
  border: none;
  border-radius: 6px 6px 0 0;
  font-family:OpenSans-Regular;
  font-size: 1.5em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  
}

.aba-3:hover {
  text-decoration:underline;
}

.aba-3:active {
  text-decoration:underline;
}



.caixa_de_registro {
    display:flex;
    justify-content: left;      
    align-items: center;           
    gap: 8px;                      
    padding: 2px 2px;
    margin:2px;
    height:40px;
    background-color: #AAA;
    color: #333;
    text-decoration: none;
    border: none;
    border-radius:16px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: OpenSans-Regular, sans-serif;
}

.caixa_de_cartoes {
    display:flex;
    justify-content: center;      
    align-items: center;  
    padding-top:100px; 

}

.conteudo_central {
    width: 100%;
    height: 100vh;          
    display: flex;
    justify-content: center; /* centraliza horizontalmente */
    align-items: center;     /* centraliza verticalmente */
}

.caixa_de_login {
    width: 480px;
    padding: 30px;
    background: #EEE;
    border-radius: 10px;
    
}

.caixa_de_login h2 {
    text-align: center;
    margin-top: 0;
}

.caixa_de_login input {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    box-sizing: border-box;
}

.caixa_de_login button {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
}

.caixa_de_login li, .helptext {
    width: 100%;
    padding: 0 12px 0 12px;
    font-size: 0.8em;
    color:#666;
    margin-top: 10px;
}

.calendar {
    margin:20%;
    background-color: #EEE;
}

.container {
    position: relative;
    height: 300px;
}
.paragrafo {
    position: absolute;
    width:100%;
    bottom: 0;
    align:right;
}

/* JQuery form builder */

.form-wrap.form-builder   {
    border: none !important;
    background-color: #E3E3E3;
    min-height:600px;
}

.form-wrap.form-builder .stage-wrap.empty  {
    border: none !important;
    background-color: #E3E3E3;
    min-height:200px;
}

.form-wrap.form-builder .frmb-control li {
    background-color: #E3E3E3;
}

.formbuilder-icon-button {
    background-color: #E3E3E3;
}

.form-group{
    background-color: #E3E3E3;
}

.form-wrap.form-builder .frmb li.form-field {
    position: relative;
    padding: 6px;
    clear: both;
    margin-left: 0;
    margin-bottom: 3px;
    background-color: #EEE;
   /*  transition: background-color 250ms ease-in-out, margin-top 400ms; */
}
li.form-field {
    position: relative;
    padding: 6px;
    clear: both;
    margin-left: 0;
    margin-bottom: 3px;
    background-color: #EEE;
   /*  transition: background-color 250ms ease-in-out, margin-top 400ms; */
}

.form-wrap.form-builder .frmb li.form-field {
    position: relative;
    padding: 6px;
    clear: both;
    margin-left: 0;
    margin-bottom: 3px;
    background-color: #E3E3E3;
    /* transition: background-color 250ms ease-in-out, margin-top 400ms;  */
}

.rendered_form {
    padding:0;
}

/* Float the menu to the left instead of right */
.fb-editor .cb-wrap {
  float: left !important;
}

/* Float the canvas area to the right */
.fb-editor .fb-stage {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 20px !important; /* Adjust spacing accordingly */
}

/* JQuery tabs */

/* Vertical tabs */

.ui-tabs-vertical { width: 10em; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}

/* Divisórias do painel de tabs */
.tab_destacada {
     font-weight: bold !important;
}

#baru_tabs {
    background-color: #F0F0F0;
    width:100%;
    margin:0;
    padding:0;
    border:0;
    height:auto;%;

}

#baru_tabs .ui-tabs-nav {
    background: #F0F0F0;
    padding:0;
    width:15%;
    border:0;
    margin:0;
}

/* Base Tab State styling */
#baru_tabs .ui-tabs-tab {
    background: #DDD;
    color: #333;
    border:1px solid #CCC;
    border-radius: 9px 0 0 9px;
    margin:0;
    width:100%;
    
}

/* Active Highlighted State */
#baru_tabs .ui-tabs-active {
    background: #EEE;
}

/* Interactive Text Styling */
#baru_tabs .ui-tabs-anchor {
    color: #333;
    font-size:1em;
  border:0;
  border-radius:0;
  width:100%;
  margin:0;
  
}

/* Painel em que é exibido o formulário ativo. */
#baru_tabs .ui-tabs-panel {
    background: #E3E3E3;
    color: #333333;
    padding: 20px;
    width:85%;
    min-height:600px !important;
    border-radius: 0 9px 9px 9px;
    border:1px solid #CCC;
}

#baru_tabs .ui-widget {
    padding:10px;
}

#baru_tabs .ui-widget h1 {
  font-size: 3.5em; 
  text-color: #333; 
  text-align: left; 
  margin: 5px; 
  margin-bottom: 20px; 
  font-family: 'OpenSans-Regular';
}

#baru_tabs .ui-widget h2 {
  font-size: 2.8em; 
  text-color: #333; 
  text-align: left; 
  margin: 5px;
  margin-bottom: 0.1em; 
    font-family: 'OpenSans-Regular'; 
}

#baru_tabs .ui-widget h3 {
  font-size: 2.1em; 
  text-color: #333; 
  text-align: left; 
  margin: 5px; 
  font-family: 'OpenSans-Regular';
}
#baru_tabs h2 {
  font-size: 2.8em; 
  text-color: #333; 
  text-align: left; 
  margin: 5px; 
  margin-bottom: 20px; 
  font-family: 'OpenSans-Regular';
}

#baru_tabs_config {
    background-color: #F0F0F0;
    width:100%;
    margin:0;
    padding:0;
    border:0;
    min-height:600px;
}

#baru_tabs_config .ui-tabs-nav {
    background: #EEE;
    padding:0;
    width:15%;
    border:0;
    margin:0;
}

/* Base Tab State styling */
#baru_tabs_config .ui-tabs-tab {
    background: #DDD;
    color: #333;
    border:1px solid #CCC;
    border-radius:0;
    margin:0;
    width:100%;
    
}

/* Active Highlighted State */
#baru_tabs_config .ui-tabs-active {
    background: #EEE;
}

/* Interactive Text Styling */
#baru_tabs_config .ui-tabs-anchor {
    color: #333;
    font-size:1em;
  border:0;
  border-radius:0;
  width:300px;
  margin:0;
  
}

/* Painel em que é exibido o formulário ativo. */
#baru_tabs_config .ui-tabs-panel {
    background: #E3E3E3;
    color: #333333;
    padding: 20px;
    width:85%;
    /* border: 2px dashed #CCC; */
}

#baru_tabs_config .ui-widget {
    padding:10px;
}

#baru_tabs_config .ui-widget h1 {
  font-size: 3.5em; 
  text-color: #333; 
  text-align: left; 
  margin: 5px; 
  margin-bottom: 20px; 
  font-family: 'OpenSans-Regular';
}

#baru_tabs_config .ui-widget h2 {
  font-size: 2.8em; 
  text-color: #333; 
  text-align: left; 
  margin: 5px;
  margin-bottom: 0.1em; 
    font-family: 'OpenSans-Regular'; 
}

#baru_tabs_config .ui-widget h3 {
  font-size: 2.1em; 
  text-color: #333; 
  text-align: left; 
  margin: 5px; 
  font-family: 'OpenSans-Regular';
}
#baru_tabs_config h2 {
  font-size: 2.4em; 
  text-color: #333; 
  text-align: left; 
  margin: 5px; 
  margin-bottom: 20px; 
  font-family: 'OpenSans-Regular';
}

.modelo_selecionado {
    font-weight:bold;
}

.jq_tabs_conteudo {
    padding:40px;
}

/* JQuery Tooltips */

.ui-tooltip, .arrow:after {
    background: #FFF;
    border: 0;
    border-radius:6px;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: black;
    border-radius: 4px;
    font: bold 14px OpenSans-Regular;

  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    /* box-shadow: 6px 5px 9px -9px black; */
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

/* JQuery accordion */

.ui-accordion .ui-widget .ui-helper-reset {
  background-color: #FFF;  
  color: #000; 
   border:1px solid #CCC; 

}

.ui-accordion-header {
    background-color: #FFFFE6;
    width:20%;
    color:#000;
    text-align:left;
    border:0;
}

.ui-accordion-content {
    background-color: #FFFFE6;
    border-radius: 0 16px 16px 16px;
    border:0; 
    width:50%;
}

/* Calendário */

.fc-daygrid-day-top {
    background-color:#F0F4F0;
    font-size:1.6em;
}
.fc-daygrid-day-events {
    background-color:#FFF;
    height:30px;
}

.fc-scroller-harness {
    background-color: #FFF;
}
.ficha-1 {
    
    /* background-color:  #E3E3E3; #cinza
    #background-color: #B4D9BD; #verde abacate */
    background-color: #6763BF;

    
    #border:1px solid #6763BF;
    border:0;
    border-radius: 0 16px 16px 16px;
    padding:0.3%;
    margin:0;
   
    width: auto;
    height:100%;
    
    
}

.ficha-2 {
  
    background-color:  #EEE;
    border:none;
    border-radius: 16px;
    padding:2%;
    margin:0;
    width: 100%;
    height:100%;
}

.ficha-3 {
  
    background-color:  #F0F4F0;
    border:none;
    border-radius: 16px;
    padding:2%;
    margin:0;
    width: 100%;
   
    border:0;
}

a.link_lista_pacientes {
  display: flex;
  /* display: inline;     */           
  justify-content: left;       
  align-items: center;           
  gap: 8px;                      
  padding: 6px 6px;
  margin:6px;
  height:40px;
  background-color: #DDD;
  color: #333;
  text-decoration: none;
  border: 1px solid #DDD;
  border-radius: 0;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: OpenSans-Regular, sans-serif;
}


a.link_lista_pacientes:hover {
  background-color: #EEE; 
}


a.link_lista_pacientes:active {
  background-color: #EEE;
}

a.link_lista_pacientes_ED {
  /* display: flex; */ 
  display: inline;                
  justify-content: left;      
  align-items: center;           
  gap: 8px;                      
  padding: 2px 2px;
  margin:6px;
  height:20px;
  background-color: #BBB;
  color: #F33;
  text-decoration: none;
  border: none;
  border-radius:16px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: OpenSans-Regular, sans-serif;
}


a.link_lista_pacientes_ED:hover {
  background-color: #BBB; 
}


a.link_lista_pacientes_ED:active {
  background-color: #ACA;
}

a.link_lista_pacientes_EX {
  /* display: flex; */ 
  display: inline;                
  justify-content: left;      
  align-items: center;           
  gap: 8px;                      
  padding: 2px 2px;
  margin:6px;
  height:20px;
  background-color: #BBB;
  color: #F33;
  text-decoration: none;
  border: none;
  border-radius:16px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: OpenSans-Regular, sans-serif;
}


a.link_lista_pacientes_EX:hover {
  background-color: #BBB; 
}


a.link_lista_pacientes_EX:active {
  background-color: #ACA;
}

.titulo-secao-1 {
  display: flex;                 
  justify-content: center;      
  align-items: center;           
  gap: 8px;                      
  padding: 10px 10px;
  width: 100%;
  height:100%;
  color: #333;
  text-decoration: none;
  border: none;
  font-size: 16px;
  font-family: OpenSans-Regular, sans-serif;
}

.titulo-secao-2 {
  display: flex;                 
  justify-content: center;      
  align-items: center;           
  gap: 8px;                      
  padding: 10px 10px;
  width: 100%;
  height:100%;
  color: #333;
  text-decoration: none;
  border: none;
  font-size: 16px;
  font-family: OpenSans-Regular, sans-serif;
}

/* Janela modal */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

/* Esconde o modal por padrão */
.hidden {
  display: none;
}

/* Estilo da caixa da janela */
.modal-conteudo {
  background-color: #EEE;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  height:80%;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.btn-fechar {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
    .cabecalho {
        width: 100%;
        height: 60px;
        background: #F0F0F0;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left:0;
        padding-right:0;
    }
    .container, .grade-8x3 {
        display:flex;
        flex-direction:column;
    }
    .grade-1x8 {
        display: grid;
        grid-template-columns: repeat(8, 1fr); /* Desktop */
        grid-template-rows: repeat(1, 1fr);
        gap: 10px;
        width: 100%;
        height:100%;
        align-items: center;
        justify-content: center;
    }
    .menu_esquerdo,
    .menu_direito {
        width: 100%;
        height: 60px;
    }
    .caixa_de_cartoes {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Desktop */
        grid-template-rows: repeat(2, 1fr);
        gap: 0.5em;
        width: 100%;
        height:100%;
        align-items: center;
        justify-content: center;
        margin:0.5em;
}

    .botao-2 {
        width:95%;
        height:95%;
    }

     .botao-4 {
        width:95%;
        height:95%;
        text-align:center;
    }

     .botao-5 {
        width:95%;
        height:95%;
        font-size:0.7em;
    }

    .aba-1 {
        width:95%;
        height:95%;
        font-size:0.7em;
    }

     .aba-2 {
        width:95%;
        height:95%;
        font-size:0.7em;
    }

     .aba-3{
        width:95%;
        height:95%;
        font-size:0.7em;
    }

    .celula {
        border:none;
        height: 30%;
        width:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color:gray;
        margin:0;
        padding:0;
    }
}
