 /************************************************************************/
/************************ INICIO CONFIGS BASICAS ************************/
/************************************************************************/
body {
  font-family: "Poppins", sans-serif;
}
.page-header h2 a,.page-header h1{
  color: #00a93a;
  text-decoration: none;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 2px solid #007cff;
}
/******** Menu ********/
.menu-padrao ul.lista-menu-principal{
  background-color:transparent;
}
div#irTopo {
  cursor: pointer;
}

#logo-site a {
    display: block;
    width: fit-content;
    margin: auto;

}
figure.left.item-image {
  display: none;
}
/******** Menu lateral********/
.com-content-category-blog__item.blog-item {
  min-height: 375px;
}
ul.nav-child.unstyled.small a {
    color: rgb(175, 175, 177);
    font-weight: bolder;
}
.contexto .active>a{
    background-color: #e4e2e5;
    color: #49474c;
    border-top: 1px solid #e4e2e5;
    border-bottom: 1px solid #bbb;
 }

li.deeper.parent {
    border-bottom: inherit;
}

.mod-breadcrumbs.breadcrumb {
  margin: 25px 0;
}
/* ***************header*********** */
div#logo-site p {
  place-self: anchor-center;
  text-align-last: center;
}
#headerPrincipal #site-logo img {
  max-width: 71%;
  padding: 40px 20px 10px 20px;
  height: auto;
}
.header-topo {
  display: flex;
  align-items: center;
  position: relative;
}
.logos-topo .lg-tp{
  display: flex;
  column-gap: 32px;
  justify-content: start;
  margin-right: 35px;
}
.logos-topo img {
  width: 93px;
}
/* .lupin {
  cursor: pointer;
  padding: 3%;
  text-align-last: right;
} */
 #mod-custom128  div.search.cima {
  display: none;
}
.search.ativo {
  display: block !important;
}

.mod-finder.js-finder-searchform.form-search {
  width: 100%;
  background: white;
  height: 8vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 3%;
}
#mod-finder-searchword {
  width: 94%;
  height: 7vw;
  color: black !important;
  background: white;
  font-size: 3rem;
  padding-left: 3%;
  border: none;
}
.search.ativo {
  display: block;
  background: #000000a6;
  width: 100%;
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  opacity: 1;
  height: 100%;
  left: 0;
}
.feche-busca {
  z-index: 9;
  cursor: pointer;
}
.cima.ativo {
  display: block !important;
  background: #000000a6;
  width: 100%;
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  opacity: 1;
  height: 100%;
  left: 0;
}
.lupin {
  float: right;
  cursor: pointer;
}
.form-inline {
  display: none;
}
.container-fluid{
  padding: 0;
}
header#headerPrincipal .col-md-9{
  padding: 0;
}
a:focus-visible,a:focus {
  outline: none !important;
}

.menu-padrao ul.lista-menu-principal li a,.menu-padrao ul.lista-menu-principal li span {
  color: black;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}

.menu-padrao ul.lista-menu-principal li:hover > a,.menu-padrao ul.lista-menu-principal li:hover > span {
  background: #00a93a;
  color: white;
}
.menu-padrao ul.lista-menu-principal ul.nav-child {
  background: white;
}

div#wrapperMenu {
  margin-bottom: 2%;
}
.menu-padrao ul.lista-menu-principal > li > :first-child {
  padding: 0 10px;
  line-height: 35px !important;
}

div#developer-logo {
  background: #007cff;
  margin-top: 6%;
}

.col-md-12.dev {
  display: flex;
  align-items: anchor-center;
  column-gap: 20px;
  justify-content: flex-end;
  padding: 15px 0;
}

.col-md-12.dev p {
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
  margin: 0;
}

.col-md-12.dev img {
  width: 51%;
}
.soc-topo {
  position: absolute;
  right: 20px;
  bottom: 25px;
  display: flex;
}

.soc-topo img {
  width: 49px;
  height: 70px;
  padding: 0 !important;
}