/*********************
BREAKPOINTS
*********************/
/*@include breakpoint(xl) {}
@include breakpoint(lg) {}
@include breakpoint(md) {}
@include breakpoint(sm) {}
@include breakpoint(xs) {}*/
html,
body {
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/**
 * CSS FOR THE HOME PAGE
 */
.top-menu {
  background: #fff;
  height: 24px;
}

.top-menu a {
  color: #000;
  border: 0;
  outline: 0;
  text-decoration: none !important;
  padding-top: 2px;
  padding-bottom: 2px;
}

.top-menu a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.top-menu a:nth-of-type(1):after,
.top-menu a:nth-of-type(2):after,
.top-menu a:nth-of-type(3):after {
  content: "";
  border-left: 1.1px solid #000;
  margin-left: 10px;
  margin-right: 10px;
}

.top-menu a:last-child::after {
  content: "";
  border-left: 0px solid #fff;
}

textarea,
input,
input[type],
.uneditable-input {
  border: 1px solid #b7b7b7;
}

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: 0 0px 0px transparent inset, 0 0 8px transparent;
  box-shadow: 0 0px 0px transparent inset, 0 0 8px transparent;
  outline: 0 none !important;
  border: 1px solid #ffcc00;
}

.bg-yellow {
  background: #ffcc00;
}

.site-title a {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
}

.site-title a:hover {
  color: #337ab7;
}

.search {
  padding: 15px;
}

.search .title {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #0066CC;
}

.search label {
  font-weight: bold;
  margin: 0;
}

.search input,
.search select {
  margin-left: 5px;
  margin-right: 5px;
}

.captcha {
  width: 319px;
  height: 63px;
}

@media (min-width: 1200px) {
  .top-menu {
    padding-left: 158px;
  }

  .site-title a {
    font-size: 26px;
  }

  .site-title span {
    font-size: 14px;
  }

  footer {
    height: 69px;
    background: #ffcc00;
  }

  footer div:nth-of-type(1) img {
    height: 69px;
  }

  footer div:nth-of-type(2) img {
    height: 35px;
  }

  .header-main {
    height: 103px;
  }

  .search,
  .searched {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    border-radius: 3px;
  }

  .search .title,
  .searched .title {
    font-size: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .top-menu {
    padding-left: 158px;
  }

  .site-title a {
    font-size: 26px;
  }

  .site-title span {
    font-size: 14px;
  }

  footer {
    height: 69px;
    background: #ffcc00;
  }

  footer div:nth-of-type(1) img {
    height: 69px;
  }

  footer div:nth-of-type(2) img {
    height: 35px;
  }

  .header-main {
    height: 103px;
  }

  .search,
  .searched {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    border-radius: 3px;
  }

  .search .title,
  .searched .title {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-menu {
    padding-left: 158px;
  }

  .site-title a {
    font-size: 26px;
  }

  .site-title span {
    font-size: 14px;
  }

  footer {
    height: 69px;
    background: #ffcc00;
  }

  footer div:nth-of-type(1) img {
    height: 69px;
  }

  footer div:nth-of-type(2) img {
    height: 35px;
  }

  .header-main {
    height: 103px;
  }

  .search,
  .searched {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    border-radius: 3px;
  }

  .search .title,
  .searched .title {
    font-size: 26px;
  }
}

.navbar-toggler {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-collapse {
  border-top: 1px solid rgba(171, 137, 4, 0.3);
  width: calc(100% - 30px) !important;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}

/* ==== NAVBAR HAMBURGER ICON ==== */
.navbar-light .navbar-toggler {
  border: none !important;
  padding: 0;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  background-color: transparent;
}

.navbar-light .navbar-toggler .icon-bar {
  background-color: #333;
}

.navbar-toggler span.icon-bar {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.navbar-toggler span.icon-bar:nth-child(1) {
  margin-top: 8px;
}

.navbar-toggler span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 6% 0%;
  transform-origin: 6% 0%;
}

.navbar-toggler span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0% 90%;
  transform-origin: 0% 90%;
}

.navbar-toggler.collapsed span:nth-child(1),
.navbar-toggler.collapsed span:nth-child(3) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.collapsed span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 1px;
  margin-bottom: 6px;
}

.main-content {
  padding: 0 !important;
}

.search .form-control {
  padding: 0;
}

.w3-panel {
  background-color: #0d509f;
  border-left: 6px solid #0d509e;
  border-left: 6px solid #073163;
  color: #fff;
}

.w3-error {
  background-color: #e9212d;
  color: #ffffff;
  border-color: #e9212d;
  border-left: 6px solid #ad0a13;
}

.w3-success {
  background-color: #4CAF50;
  color: #ffffff;
  border-color: #4CAF50;
  border-left: 6px solid #39883d;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(1.5rem + 2px);
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #b7b7b7;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #b7b7b7;
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border: 1px solid #e9202d;
  background: #e9202d12;
}

@media (min-width: 576px) and (max-width: 767px) {
  .top-menu {
    padding-left: 131px;
  }

  .site-title a {
    font-size: 20px;
  }

  .site-title span {
    font-size: 12px;
  }

  footer {
    height: 59px;
    background: #ffcc00;
  }

  footer div:nth-of-type(1) img {
    height: 59px;
  }

  footer div:nth-of-type(2) img {
    height: 29px;
  }

  .header-main {
    height: 80px;
  }

  .logo-bandeira img {
    height: 80px;
  }

  .search .title,
  .searched .title {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .top-menu {
    padding-left: 15px;
  }

  .site-title a {
    font-size: 17px;
  }

  .site-title span {
    font-size: 12px;
  }

  .logo-gov img {
    height: 18px;
  }

  footer {
    height: 40px;
    background: #ffcc00;
  }

  footer div:nth-of-type(1) img {
    height: 40px;
  }

  footer div:nth-of-type(2) img {
    height: 25px;
  }

  .header-main {
    height: 70px;
  }

  .search .title,
  .searched .title {
    font-size: 17px;
  }
}

/**
 * CSS FOR THE PESQUISA PAGE
 */
.searched {
  padding: 15px;
}

.searched .title {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #0066CC;
}

.searched label {
  font-weight: bold;
  margin-bottom: 5px;
}

.searched label span {
  font-weight: normal;
}

.searched input,
.searched select {
  margin-left: 5px;
  margin-right: 5px;
}

.searched fieldset {
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

/**
 * CSS FOR THE LOGIN PAGE
 */
:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}

.card-signin {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  border: 0;
  border-radius: 1rem;
}

.card-signin .card-title {
  font-weight: 300;
  font-size: 1.5rem;
}

.card-signin .card-body {
  padding: 0;
}

.form-signin {
  width: 100%;
}

.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  height: auto;
  border-radius: 2rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.form-label-group>input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group>input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group>input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group>input::placeholder {
  color: transparent;
}

.form-label-group>input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group>input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.form-label-group>input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

@media (min-width: 1200px) {
  .card-signin {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .card-signin {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-signin {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
}

/*# sourceMappingURL=main.css.map */

.main-content {
  padding: 0 !important;
}

/* custom css after ended the frontend */
.uf-states {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 6px 12px;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  height: 38px !important;
  -webkit-appearance: menulist !important;
}

/* to fix text color with numbers on iPhone */

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/*# sourceMappingURL=main.css.map */