/* CSS Document */
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
a {
  text-decoration: none;
}
:root {
  --corScroll: #818284;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--corScroll)
}
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
*::-webkit-scrollbar-track {
  background: #efefef;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--corScroll);
  border: 1px solid #efefef;
  border-radius: 3px;
}
li#accessibility-font {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 2px;
}
li#accessibility-font:before {
  content: 'Acessibilidade';
  position: absolute;
  font-size: 0.7rem;
  top: -8px;
  left: -8px;
}
li#accessibility-font span {
  font-size: .9rem;
}
#myModalAviso {
  z-index: 100000001;
}
#myModalAviso .modal-bottom {
  -webkit-overflow-scrolling: touch;
}
.wh-110 {
  width: 110px;
  height: 110px
}
.wpx-80 {
  width: 80px;
}
.wpx-9 {
  width: 90px;
}
.wpx-100 {
  width: 100px;
}
.bg-dark .bg-primary, .bg-dark .modal-content, .bg-dark .list-group-item, .bg-dark footer {
  color: var(--bs-white) !important;
  background-color: var(--bs-dark) !important;
}
.bg-dark .list-group-item {
  /*                border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)!important;*/
}
.bg-dark .list-group-item.active {
  background-color: #3d3d3d !important;
}
#topo {
  display: grid;
  grid-template-columns: 20% 1fr 20%;
  background: url('/assets/img/bgTopo.png'),
    linear-gradient(170deg, rgba(0,139,248,1) 0%, rgba(0,59,188,1) 100%)    ;
  background-position: center;
      background-size: auto;
    background-repeat: repeat;
}


.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-toggle::after {
  display: none
}
.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.nav-item.dropdown .sub-menu {
  margin-top: -1px !important;
  max-height: 550px;
  overflow: scroll;
  overflow-x: hidden;
}
.sub-menu .dropdown-item {
  white-space: pre-wrap;
  border-bottom: 1px solid #efefef;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
#offcanvasExample .offcanvas-header {
  align-items: initial;
  justify-content: initial;
}
#offcanvasOthers {
  z-index: 100000000;
  min-width: 600px;
}
#offcanvasOthers .offcanvas-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.load-sub:not([style^="display"]) + div:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#buscatopo {
  color: var(--bs-nav-link-color);
}
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hi-icon:before {
  font-family: 'ecoicon';
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
/* Effect */
.hi-icon-effect-4 .hi-icon {
  width: 80px;
  height: 80px;
  /* box-shadow: 0 0 0 4px rgba(255,255,255,1); */
  /* border: 4px dashed #fff; */
  position: relative;
}
.hi-icon-effect-4 .hi-icon:before {
  line-height: 92px;
}
.hi-icon-effect-4 .hi-icon:after {
  top: -10px;
  left: -10px;
  padding: 0;
  z-index: 100000;
  /* transform: translate(-95px, -95px); */
  /* position: absolute!important; */
}
.hi-icon-effect-4 .hi-icon:hover {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  color: #fff;
}
/* Effect 4b */
.hi-icon-effect-4b .hi-icon:hover {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.hi-icon-effect-4b .hi-icon:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  border: 2px dashed var(--bs-primary);
}
.requerJavascript{
    position: absolute; bottom: 1%;
    width: 90%;
    text-align: center
}
   /* Estilize o link conforme necessário */
        .skip-link {
            position: absolute;
            top: -55px;
            left: 0;
            background-color: #fff;
            padding: 10px;
            z-index: 1000;
        }

        /* Torna o link visível quando recebe foco */
        .skip-link:focus {
            top: 0;
        }

.outubro-rosa{
    width: 50px;
    position: absolute;
    z-index: 100000;
    bottom: -49px;
    left: 30%;
    transform: translateX(-30%);
}

#breadcrumb-container{
    font-size: .9rem
}
li.breadcrumb-item:last-of-type {
    color: var(--bs-primary);
    font-weight: 400;
}

li.breadcrumb-item {
    color: var(--bs-primary);
}

[data-bs-theme="dark"] {
	#topo{
		background: url(/assets/img/bgTopo.png), linear-gradient(170deg, rgb(74 78 82) 0%, rgb(43 48 53) 100%);
	}
	li.breadcrumb-item:last-of-type {
    color: var(--bs-light);
    }

	li.breadcrumb-item {
		color: var(--bs-light);
	}
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg)
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}
@media(max-width:992px) {
  .load-sub {
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x));
  }
  .containerCustom {
    max-width: 100%;
  }
}
@media(max-width:768px) {
  #offcanvasOthers {
    min-width: 95%;
    /*	height: 90vh;
			top: 50%;
			transform: translate(-50%,-50%);
			left: 50%;*/
  }
}
@media(max-width:992px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio:2) {
  #topo .imgTopo {
    max-height: 90px;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
  .tooltip.show {
    display: none !important;
  }
}