 /************************************************************************/
/************************ INICIO CONFIGS BASICAS ************************/
/************************************************************************/
body {
  font-family: "Poppins", sans-serif;
}
.com-content-article__body ul li {
    margin-left: 19px !important;
}
.coordenacao .blog {
  display: none;
}
/******** Menu ********/
.menu-padrao ul.lista-menu-principal{
  background-color:transparent;
}

figure.left.item-image {
  display: none;
}

.com-content-category-blog__item.blog-item {
  min-height: 470px;
  /* min-height: 375px; */
}
.noticias .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  /* border-top: 1px solid #eee; */
  border-top: 4px solid #a0cb38;
  border-bottom: none;
}
.noticias > div > div:nth-child(2) > div > div.com-content-category-blog__items.blog-items.items-leading > div > div > div {
  border: none;
}
/******** Menu lateral********/

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: #051e42;
  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: #778194;
  /* 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;
}

.com-content-article.item-page .page-header {
  background: #011e3f;
  justify-items: center;
  padding: 14px;
  border-radius: 14px;
  color: #fff;
}
.footer-azul.container-fluid {
    background: #0e2042;
}
footer#footerPrincipal {
    margin-top: 6%;
    /* padding-top: 0%; */
}

nav.menu-mapa-do-site ul.lista-menu-principal li a,nav.menu-mapa-do-site ul.lista-menu-principal li span{
  color: white;
  font-size: 1.6rem;
}
div#rodape-menu {
    padding: 2%;
}
div#rodape-mapa {
  padding: 1% 7% 2% 7%;
}
.card {
    border: none;
}

div#rodape-form {
    background: white;
    padding: 15px;
    border-radius: 19px;
    display: flex;
    align-content: stretch;
    position: relative;
    width: 47%;
}

.infocard {
  display: grid;
    align-items: anchor-center;
    min-height: 67px;
    gap: 14px;
    grid-template-columns: 52px auto;
}


.infocard img {
    max-width: 55px;
    height: auto;
}

.infocard p {
    color: #0e2042;
    font-size: 1.7rem;
    font-weight: 600;
}
label.col-sm-3.col-form-label.formControlLabel {
    display: none;
}
.info{
  align-content: center;
}
form#userForm > h2 {
    position: relative;
    width: 120%;
    left: -67%;
    top: -7px;
    margin-bottom: 13%;
    font-weight: 600;
}
.infocard-pai {
    margin-top: 18%;
}

textarea#mensagem,input#email,input#nome{
    border: 1px solid #0e2042;
}
button#enviar {
    background: #0e2042;
    border: none;
    font-size: 2rem;
}

.titulo p,.categoria.col-md-12 h3 {
    color: #0e2042;
}
.alert.alert-info {
    display: none;
}

.com-content-category-blog__children.cat-children > h3 {display: none;}

.voltar {
    padding: 15px;
    background: #011e3f;
    width: min-content;
    border-radius: 14px;
}

.voltar a {
    color: white;
}
.carousel-inner {

    z-index: 9;
  }
  
  .realiz img{
    width: 184px;
    height: 104px;
    object-fit: scale-down;
}