/* --- SEÇÃO HERO --- */
.hero {
  background-image: linear-gradient(rgba(238, 242, 247, 0.8), rgba(181, 209, 238, 0.6)),  url('../imagens/img_prontuario.png');
  background-size: cover;
  background-position: center;
  color: black;
  padding: 100px 0;
  text-align: center;
 
}


.gestao_fin {
  background-image: linear-gradient(rgba(220, 233, 248, 0.8), rgba(181, 209, 238, 0.6)),  url('../imagens/img_gestaofinanceira.png');
  background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
 }
 
.quem_somos {
  background-image: linear-gradient(rgba(220, 233, 248, 0.8), rgba(181, 209, 238, 0.6)),  url('../imagens/img_quemsomos.png');
  background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
 }



  .box {
   
    box-shadow: 0 8px 5px rgba(15, 15, 15, 0.25);
  }
  
.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-title {
  font-size: 2rem;
  color: black;
  font-weight: 500;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  font-weight: 400;
  opacity: 0.9;
}

 .botao-3d {

    border: none;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 25px;
    font-size: 12px;
    box-shadow: 1px 2px 1px 1px #8e8e8f;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .botao-3d:active {
    box-shadow: 0 2px 2px #ffffff;
    transform: translateY(3px);
  }


.margem {
  margin: auto;
  margin-top: 0;
  max-width: 98%;
}

.seta-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.container {
  display: grid;
  place-items: center;

  justify-content: center;
  align-items: center;

}

.imgredonda {
  border-radius: 50%;
}

.img_botao {
  height: 15px;
}

.imgquadrada {
  border-radius: 25%;
}

.wdt100 {
  width: 100%;
}

.wdt5 {
  width: 5%;
}

.wdt10 {
  width: 10%;
}

.wdt20 {
  width: 20%;
}

.wdt30 {
  width: 30%;
}

.wdt40 {
  width: 40%;
}

.wdt50 {
  width: 50%;
}

.wdt60 {
  width: 60%;
}

.wdt70 {
  width: 70%;
}

.wdt80 {
  width: 80%;
}

.wdt90 {
  width: 90%;
}

.fundo_body {
  margin: auto;
   background-image:#e6e9ec;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
  
}
.fundo_componente {
  margin: auto;
   background-image: #a8c9e3;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
  
}


.fixartopo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

}

.body_pos_menu {
  padding-top: 130px;
}

.body_login {
  margin: auto;
  background-image: url('../_img/login.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;

}

.print_prn {
  background: white;
  font-family: "Lucida Console", Monaco, monospace;
}

.fdohora {
  height: 80px;
  background-image: url('../_img/data_hora.png');
  background-repeat: no-repeat;
}

.div_topo {
  margin: auto;
  background-color: rgb(207, 219, 241);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 10px 17px 30px 1px rgb(207, 219, 241);
}

.div_azul {
  margin: auto;
  background-color: rgb(169, 190, 228);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 10px 17px 30px 1px rgb(66, 101, 161);
}

.modal-header {
  background-color: rgb(213, 214, 214);
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.modal-body {
  background-color: rgb(246, 247, 238);
}

.modal-footer {
  background-color: rgb(216, 218, 210);
}

.fundo_tela {
  background-image: url('../_img/fundo.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;

}

.borda {
  border: rgb(67, 67, 70) 1px solid;
  border-radius: 5px;
}
.arredondar{
  border-radius: 5px;
  margin-left: 10px;
}
.corbotao{
  background-color: rgb(197, 217, 236);
}


.borda_redonda {
  border: rgb(67, 67, 70) 1px solid;
  border-radius: 10px;

}
.borda_circular {
  border: rgb(225, 225, 236) 1px solid;
  border-radius: 25px;

}

.semborda {
  border: none;
}

pre {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}

.rodape {
  margin: auto;
  max-width: 98%;
  text-align: center;
  font-size: 10px;
  color: rgb(77, 26, 26);

}

.negrito {
  font-weight: bold;
}

.sublinhado {
  text-decoration: underline;
  
}

.azul {
  color: rgb(8, 14, 90);
}

.preto {
  color: rgb(0, 0, 0);
}

.vermelho {
  color: rgb(184, 6, 6);
}

.branco {
  color: rgb(255, 255, 255);
}

.verde {
  color: rgb(64, 119, 10);
}

.fundo_baixaestoque {
  background-color: rgb(240, 245, 192);
}

.fundo_azul {
  background-color: rgb(3, 3, 68);
}

.fundo_bege {
  background-color: rgb(218, 200, 178);
}

.fundo_menu {
  background-color: rgb(241, 241, 237);
}

.fundo_nav {
  background-color: rgb(105, 103, 241);
}

.fundo_table {
  background-color: rgb(213, 229, 248);
  font-size: 12px;
  font-weight: bold;
}

.fundo_vermelho {
  background-color: rgb(190, 14, 14);
}

.fundo_amarelo {
  background-color: rgb(241, 239, 89);
}

.fundo_verde {
  background-color: rgb(145, 219, 127);
}

.fundo_escuro {
  background-color: rgb(65, 78, 252);
}

.fundo_cabecalho {
  background-color: rgb(236, 245, 157);
}

.font5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 5px;
  line-height: 7px;
}

.font8 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  line-height: 9px;
}

.font10 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.font12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.font15 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 17px;
}

.font18 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;

}

.font20 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.font25 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  line-height: 27px;
}

.font27 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  line-height: 29px;
}

.font30 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.marcatexto:hover {
  background-color: rgb(209, 225, 231);
  color: rgb(0, 0, 0);

}

.fundobtn:hover {
  background-color: rgb(1, 31, 88);
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.fundolinha:hover {
  background-color: rgb(207, 208, 219);
  color: rgb(32, 30, 30);
    font-weight: bolder;
}

.fundotxt:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: bold;
}

.fundobtnexcluir:hover {
  background-color: rgb(129, 1, 1);
  color: rgb(255, 255, 255);
  font-weight: bold;
}