.page-numbers {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: #D1D5DB;
  background-color: white;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  transition: background-color 0.2s;
}
.page-numbers.current, .page-numbers.current:hover {
  background-color: #1f2937;
  color: #fff;
  border: 1px solid #1f2937;
}
.page-numbers.prev, .page-numbers.next {
  opacity: 0.75;
}
.page-numbers:hover {
  background-color: #EBF5FF;
}

@media screen and (max-width: 540px) {
  .page-numbers {
    padding-left: 0.32rem;
    padding-right: 0.32rem;
    min-width: 2rem;
    justify-content: center;
  }
}
.bg-\[\#b5020294\] {
  background-color: rgba(181, 2, 2, 0.5803921569);
}

.bg-\[\#B5AC02A6\] {
  background-color: rgba(181, 172, 2, 0.6509803922);
}

@font-face {
  font-family: "myriad_proregular";
  src: url("../../src/fonts/myriadpro-regular-webfont.woff2") format("woff2"), url("../../src/fonts/myriadpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.bg-header {
  background: #a91124;
}

.color-blue {
  color: #0d3a7f;
}

.espaco-logo {
  padding: 5px 2rem;
}

html body .button-yellow {
  background: #c08e00;
  transition: 0.5s all;
  font-weight: 900;
  font-size: 18px;
}
html body .button-yellow svg {
  color: #624800;
  transition: 0.5s all;
}
html body .button-yellow:hover {
  background: #a37800;
}
html body .button-yellow:hover svg {
  color: #052d68;
}

html *, span {
  font-family: myriad_proregular;
  -webkit-font-smoothing: antialiased;
}

.sidebar-menu > li span {
  font-weight: 600;
  font-size: 15px;
}

.avatar-sidebar {
  width: 90px;
  height: 90px;
}

.bg-footer {
  background: #0A4187;
}

.avatar-small {
  width: 32px;
  height: 32px;
}

.image-avatar {
  width: 90px;
  height: 90px;
  position: relative;
}

.image-avatar:hover .editar-content {
  opacity: 1;
}

.image-avatar img {
  width: 90px;
  border-radius: 100%;
  height: 90px;
}

.close-preview {
  font-size: 9px;
  position: absolute;
  right: -15px;
  top: -2px;
  background-color: #000;
  line-height: 15px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.new-image-avatar {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  z-index: 2;
  display: none;
  background-position: center center;
}

.editar-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  display: table;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.editar-content span {
  width: 100%;
  text-align: center;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.editar-content i {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 10px;
  border: 1px solid #fff;
  font-style: normal;
}

.close-modal {
  right: -35px;
}

.content-modal {
  width: 500px;
}

#logMessage.bg-message {
  background-color: #daec75;
}
#logMessage .ajax-loader {
  margin: 0 auto;
}

.animate-msg {
  height: 62px;
  overflow: hidden;
  padding: 15px;
}
.animate-msg.animate-msg-completed {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
}

.comments-table {
  display: none;
}
.comments-table p {
  vertical-align: top;
  display: inline-block;
}
.comments-table.active {
  display: table-row;
}

.tap-mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.nav-item {
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.05s ease-in-out;
  -moz-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
  cursor: pointer;
  z-index: 99999999;
  left: 10px;
  padding: 10px;
  display: none;
  top: 10px;
  background: #1f2937;
  width: 38px;
  height: 44px;
}
.nav-item.open {
  left: 250px;
  background-color: transparent;
}
.nav-item.open .tap-mobile {
  display: block;
}
.nav-item .tap-mobile {
  height: 100vh;
  width: 100vw;
  position: absolute;
  content: "";
  top: 44px;
  right: -30px;
  display: none;
}
.nav-item i {
  position: absolute;
  left: -1px;
  top: 28px;
  right: 0;
  font-style: normal;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
  display: block;
}
.nav-item span {
  display: block;
  position: absolute;
  height: 3px;
  width: 28px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-item span:nth-child(1) {
  top: 5px;
}
.nav-item span:nth-child(2), .nav-item span:nth-child(3) {
  top: 13px;
}
.nav-item span:nth-child(4) {
  top: 21px;
}
.nav-item.open span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}
.nav-item.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-item.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-item.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@keyframes spin {
  to {
    transform: rotate(-360deg);
  }
}
#refresh-js svg.spin-animation {
  animation-name: spin;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  -ms-animation-name: spin;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -18px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -48px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.border-s-0 {
  border-left-width: 0;
}

@media screen and (max-width: 800px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 2;
  }
  .menu-mobile {
    position: fixed;
    left: -240px;
    top: 0;
    background: #1f2937;
    width: 240px;
    z-index: 100;
    height: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .menu-mobile.open {
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: 4px -2px 15px rgba(49, 46, 46, 0.2);
  }
  .menu-mobile li {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.37);
  }
  .menu-mobile li a.active {
    background-color: #161d27;
  }
  .menu-mobile li a.active span {
    color: #fff !important;
  }
  .menu-mobile li a.focus span {
    color: #1f2937;
  }
  .menu-mobile li a:hover span {
    color: #1f2937;
  }
  .menu-mobile li:last-child {
    border-bottom: 0;
  }
  .menu-mobile li a {
    border-radius: 0;
    color: #fff;
  }
  .nav-item,
  .menu-mobile {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .close-modal {
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .content-modal {
    width: 100%;
  }
}

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