#content-index .conteudo h2 {
  color: #0073ac;
  font-weight: bold;
}

.gsc-adBlock {
	display: none !important;
}	

.gscb_a {
    line-height: 0 !important;
}

.gsc-control-cse {
    padding: 0em !important;
}

.gsc-search-button-v2 {
  padding: 3px 0px !important;
}

.gsib_b{
	display: none !important;
}

.titulo_acessibilidade {
  margin-left: 10px;
  margin-top: 18px;
  font-weight: bold;
  background: url("https://static.portaldaindustria.com.br/static/img/fundo_tit.png");
  background-position-y: 43px;
}
.titulo_acessibilidade2 {
  margin-left: 10px;
  margin-top: 18px;
  font-weight: bold;
  background: url("https://static.portaldaindustria.com.br/static/img/fundo_tit2.png");
  background-position-y: 43px;
}
.Tit_acess {
  flex: 1;
  max-width: 100%;
  min-width: auto;
  padding-left: 10px;
}
.Tit_ico {
  flex: 0;
}
.Tit_bloco {
  display: flex;
  margin-left: 0px;
}

.buttonTCU {
  position: static;
  background: white;
  z-index: 1000;
  top: 101px;
  height: 25px;
  width: 100%;
  left: 0px;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 0.5s ease-out;
  color: #ecf0f1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  border: solid 1px #eeeeee;
  background-color: #fff;
  font-family: opensans, helvetica, arial, sans-serif;
  font-size: 12px;
  color: #333;
  text-align: left;
  box-sizing: border-box;
}
.cookiealert.show {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 50ms;
}
.cookiealert a {
  text-decoration: underline !important;
  color: #007bff;
  font-family: Arial, Helvetica, sans-serif;
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
  background-color: #0069de;
  padding: 3px 13px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 6px;
}
.cookiealert.alert {
  padding: 10px !important;
}
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}
.modal__cookies_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal__cookies_container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__cookies_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__cookies_title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.25;
  color: #0062cc;
  box-sizing: border-box;
  font-family: sans-serif;
}
.modal__cookies_close {
  background: 0 0;
  border: 0;
  cursor: pointer;
  outline: 0 !important;
}
.modal__cookies_header .modal__cookies_close:before {
  content: "\2715";
}
.modal__cookies_content {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  line-height: 1.5;
  font-size: 1.35rem !important;
  color: rgba(0, 0, 0, 0.8);
}
.modal__cookies_btn {
  font-size: 1.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  background-color: #0069de;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.modal__cookies_footer {
  background-color: #ffffff;
}
.modal__cookies_btn:focus,
.modal__cookies_btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.modal__cookies_btn-primary {
  background-color: #00449e;
  color: #fff;
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__cookies_overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__cookies_container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__cookies_overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__cookies_container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__cookies_container,
.micromodal-slide .modal__cookies_overlay {
  will-change: transform;
}

.visible.has-child .linkTitle::after {
  content: " +";
}
.visible.has-child:hover .linkTitle::after {
  content: " -";
}
.visible .hiddenList {
  display: none;
}
.visible:hover .hiddenList {
  display: block;
  animation: fade-in 0.6s;
}
.visible:not(:hover) .hiddenList .did-fade-in {
  display: block;
  animation: fade-out 0.3s;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .div-nav-navegacao {
    top: 0;
  }
}

