@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Light.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "Montserrat-bolder";
  src: url("Montserrat-Medium.ttf");
}

body {
  /*background-image: url("bkg_OCM.png") !important;*/
  background-color: #004c7e;
  font-family: "Montserrat" !important;
}

.titulo-pagina {
  color: #f9c500;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  margin-bottom: 10px;
}

.center {
  width: 100%;
  text-align: center;
}

.bloco_borda {
  text-align: center;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 100%;
  font-family: "Montserrat";
  font-size: 16px;
  color: #f9c500;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.bloco_borda_lateral {
  text-align: center;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 100%;
  font-family: "Montserrat";
  font-size: 16px;
  color: #f9c500;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.borda_fundo {
  border-bottom: 1px solid #ffffff;
  width: 100%;
  margin-bottom: 10px;
}

.bloco_borda .label {
  text-align: center;
  width: 100%;
  font-family: "Montserrat-bolder";
  margin-top: 10px;
}

.bloco_borda .titulo {
  text-align: center;
  width: 100%;
  font-family: "Montserrat-bolder";
  margin-top: 10px;
  font-size: 30px;
}

.bloco_borda .dado {
  text-align: center;
  width: 100%;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.bloco_borda .polo {
  font-weight: normal;
}

.bloco_borda .alertaocupacao {
  color: #f96f00;
  font-size: 16px;
  font-weight: bold;
}

.erro {
  display: block;
  font-weight: bold;
  color: #ff7e00;
  font-family: "Montserrat";
  text-align: center;
  font-size: 18px;
  width: 100%;
  margin: 20px 0px 20px 0px;
}
.acerto {
  color: #f9c500;
  border-bottom: solid 1px #78c9ff;
  padding-bottom: 20px;
  margin: 0px AUTO;
  width: 60%;
}
.erro img {
  width: 18px;
  display: inline-block;
  margin-right: 10px;
  top: -2px;
  position: relative;
  font-weight: bold;
}

.item_formulario {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.botao {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 20px;
  color: #004c7e;
  background-color: #78c9ff;
  white-space: nowrap;
  background-clip: padding-box;
  width: 80%;
  height: 50px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

a.botao{
  padding-top: 9px;
}

.combo {
  font-family: "Montserrat-bolder";
  border-radius: 10px;
  box-shadow: none;
  border-color: #d2d6de;
  display: inline-block;
  width: 80%;
  height: 50px;
  font-size: 17px;
  color: #004c7e;
  border: 0px solid #ffffff;
  background-color: #78c9ff;
}

.combo option {
  font-family: "Montserrat-bolder";
  box-shadow: none;
  border-color: #d2d6de;
  height: 50px;
  font-size: 17px;
  color: #004c7e;
}
.table {
  color: #ffffff !important;
  margin-top: 10px;
}

.textfield {
  font-family: "Montserrat-bolder";
  border-radius: 10px;
  box-shadow: none;
  border-color: #d2d6de;
  display: inline-block;
  width: 80%;
  height: 50px;
  font-size: 17px;
  color: #004c7e;
  border: 0px solid #ffffff;
  background-color: #bce4ff;
  padding-left: 10px;
}

.botaopesquisa {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 20px;
  color: #004c7e;
  background-color: #78c9ff;
  white-space: nowrap;
  background-clip: padding-box;
  width: 80%;
  height: 50px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 10px;
}
.table td {
  font-size: 19px !important;
}


.menu
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu a{
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 3px;
  padding: 3px 10px;
  background-color: #002f61;
  border-radius: 10px;
}

.menu a.marcado{
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #f9c500;
}

.botao_excluir {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 16px;
  color: #004c7e;
  background-color: #f9c500;
  white-space: nowrap;
  background-clip: padding-box;
  height: 30px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.botao_incluir {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 16px;
  color: #004c7e;
  background-color: #78c9ff;
  white-space: nowrap;
  background-clip: padding-box;
  height: 30px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.area_cronograma
{
  width: 100%;
}

.bloco_cronograma
{
  flex: 2;
  padding: 10px;
}

.azul1
{
  background-color: #001b2c;
  margin: 2px;
}

.azul2
{
  background-color: #003f68;
  margin: 2px;
}

.azul3
{
  background-color: #005a96;
  margin: 2px;
}

.label a{
  color: #f9c500;
  font-size: 22px;
  text-decoration: underline;
}

.label a:hover{
  color: #f99500;
  text-decoration: underline;
}
.sme_insta
{
  width: 100%;
  max-width: 300px;
}

.paginacao {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.paginacao div{
  background-color: #005a96;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
}

.paginacao div a{
  color: #f99500;
  font-weight: normal;
}
.paginacao .titulo
{
  width: 100%;
  color: #f9c500;
  text-align: center;
  background-color: unset;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

.logomulti
{
  color: #ffffff;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: start;
}