@charset "UTF-8";
span.botao {
  background: var(--cor-fundo);
  border: none;
  border-radius: 100px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: auto;
  padding: 1.2em 2.3em;
  text-decoration: none;
  word-spacing: 0.03em;
}

.botao-executar {
  padding-top: 36px;
}

.btn-fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
  visibility: hidden;
}

.btn-fixed.visible {
  visibility: visible;
  z-index: 1;
  color: darkgray;
}

.icon-service {
  background-color: #028dcf;
  width: 50px;
  height: 40px;
  background-attachment: unset;
}

.btn-documento {
  --bs-btn-color: #fff;
  --bs-btn-bg: #363636;
  --bs-btn-border-color: #363636;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #242424;
  --bs-btn-hover-border-color: #242424;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #242424;
  --bs-btn-active-border-color: #242424;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #363636;
  --bs-btn-disabled-border-color: #363636;
}

.texto-link {
  text-decoration: none;
  color: black;
  font-size: 18px;
}

.texto-link:hover {
  color: black;
}

.remocao-p {
  margin-bottom: 0;
}

.searchbar {
  margin-bottom: auto;
  margin-top: auto;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 10px;
}

.search_input {
  color: black;
  border: 0;
  outline: 0;
  background: none;
  width: 1200px;
  caret-color: red;
  line-height: 40px;
  transition: width 0.4s linear;
}

.search_icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #363636;
  color: #ffffff;
  text-decoration: none;
}

button#button-addon2 {
  background-color: #fff;
  /*  border: none;*/
  display: flex;
  align-items: center;
}

/*input#termo {
    border: 1px solid #ffffff;
}*/
svg.bi.bi-search:hover {
  color: black;
}

/* <!-- CSS devices midia queries
        -- Tipycal Devices Breakpoints --
            * telas pequenas: até 600px
            * celular       : de 600px até 768px
            * tablet        : de 768px até 992px
            * desktop       : de 992px até 1200px
            * telas grandes : acima de 1200px
        --> */
/* CELULAR _________________________________________________________________________________________________________________________________ */
@media only screen and (max-width: 767px) {
  section#consultaPrincipal {
    flex-direction: column;
  }
  section.grid {
    border: solid 1px #dee2e6 !important;
    width: 100% !important;
  }
  .containerCentral {
    width: 100vw !important;
    margin: 15px;
  }
  #sectionServico {
    margin: 0.5rem !important;
    padding: 0.5rem !important;
  }
  .search_input {
    width: 265px;
  }
  /* TABLET __________________________________________________________________________________________________________________________________ */
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .search_input {
    width: 595px;
  }
}
/* TELAS MENORES ___________________________________________________________________________________________________________________________ */
/* DESKTOP E TELAS MAIORES __________________________________________________________________________________________________________________ */
/*@@media only screen and (min-width: 993px) {
        section.container-fluid.d-flex {
            max-width: 1920px;
        }
    }*/

/*# sourceMappingURL=pagina-da-pesquisa.css.map */
