@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;
  font-family: "Montserrat" !important;
overflow: scroll !important;
}

.logo {
  max-width: 80%;
}

.titulo-pagina {
  /* color: #f9c500; */
  color: #ffffff;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-family: "Montserrat";
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 150%;
}

.titulo-pagina span {
  display: block;
    font-size: 16px;
    font-weight: normal;
}

.linha {
  width: 100%;
  display: flex;
  justify-content: center;

}

.area_tela {
  width: 100%;
  max-width: 1280px;
  margin: 0 20px;
  display: flex;
  justify-content: center;
}

.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;
  min-width: fit-content;
}

.borda_fundo {
  border-bottom: 1px solid #78c9ff;
  width: 100%;
  margin-bottom: 10px;
}

.bloco_borda .label {
  text-align: center;
  width: 100%;
  font-family: "Montserrat-bolder";
  margin-top: 10px;
}

.dado {
  width: 100%;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.bloco_borda .dado {
  text-align: center;
  width: 100%;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.bloco_borda .dadonaoBolde {
  text-align: center;
  width: 100%;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}

.bloco_borda .legenda {
  text-align: center;
  width: 100%;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}
.amarelo {
  color: #fdff4b !important;
}
.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%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #004C7E;
  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;
  margin-bottom: 10px;
  text-align: center;
  border: 2px solid var(--Azul-claro, #78C9FF);
  border-radius: 10px;
}
.botao {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 20px;
  color: #004c7e;
  background-color: #f9c500;
  white-space: nowrap;
  background-clip: padding-box;
  width: 190px;
  height: 50px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 10px;
  /* margin-left: auto;
  margin-right: auto; */
  margin-top: 20px;
}

.area_botoes {
  gap: 40px
}

.rodape {
  margin-top: 40px;
  gap: 60px;
}
.logo_sme {
  width: 253px;
}

.logo_multirio {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  color: #ffffff;
  font-size: 10px;
  gap: 8px;
}

.logo_multirio img{
  width: 108px;
}

.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;
}

.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;
}

.texto {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.texto h2{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.texto a{
  color: #f9c500;
  text-decoration: underline;
}

.area_resultado
{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-bottom: 50px;
}

.area_resultado .dados {
  /* flex: 1; */
}
.area_resultado .label {
  color: #78C9FF;
  margin-top: 10px;
}

.area_resultado .boxResultado {
  width: 362px;
  min-height: 503px;
  border-radius: 10px;
  border: 2px solid #78C9FF;
  box-shadow: 8px 8px 0px 0px #F9C500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 10px;
}
@media (max-width: 800px) {
  .area_resultado {
      flex-direction: column;
      gap: 50px;
  }
}



@media (max-width: 470px) {
  .rodape {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  .area_botoes {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .area_botoes .botao{
    width: 100%;;
  }
  

}
