 /************************************************************************/
/************************ INICIO CONFIGS BASICAS ************************/
/************************************************************************/
/******** Menu ********/
.link-card p span {
    padding-right: 6%;
}

bac{
   font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}
 body *{
    line-height: 1.75!important;
 }

.menu-padrao ul.lista-menu-principal{
  background-color:transparent;
}
#position-menu{
  background-color: #741010
}
.menu-padrao, .menu-padrao ul {
  /*Cor de fundo padrão*/
  background-color: #74101000;  
}
.menu-padrao ul.lista-menu-principal li:hover {
  /*Cor de menu com mouse em cima*/
    background-color: #1182eb;
    border-radius: 50px; 
}

#menu .menu-padrao ul.lista-menu-principal li:hover a {
  color: #fff;
}
.menu-padrao ul.lista-menu-principal li:active {
  /*Cor de menu com mouse em cima*/
  background-color: #1182eb;  
}

/******** Menu lateral********/
.contexto {
    background-color: #741010;
}
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;
 }
.contexto>li>a{
	border-top: 1px solid #741010;
	border-bottom: 1px solid #741010;
}
li.deeper.parent {
    border-bottom: inherit;
}

.current {
  background-color: #b34244 !important;
}

.current.deeper.parent{
  background-color: #b34244!important;
  color: #5d0202 !important;
}
.mod-breadcrumbs.breadcrumb {
  margin: 25px 0;
}
/* ***************header*********** */
.header-topo {
  background: #026841;
  height: 85px;
  display: flex;
  align-items: center;
}
.logos-topo .lg-tp {
    display: flex;
    column-gap: 30px;
    justify-content: start;
    align-content: center;
    align-items: center;
}
.logos-topo img {
  width: 100%;
}
/* .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 {
    display: flex;
    cursor: pointer;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}

.lupin img {
    width: 30px;
    height: auto;
}

.lupin p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #9F9F9F;
    margin-bottom: 0;
}

.form-inline {
  display: none;
}
.container-fluid{
  padding: 0;
}
header#headerPrincipal .col-md-9{
  padding: 0;
}

footer#footerPrincipal {
    /* background-color: #791114; */
    /* margin-top: 40px; */
}

div#developer-logo{
  padding: 10px 0px;
  background: #00338c;;
}

div#developer-logo a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: auto;
}

div#developer-logo p {
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.9rem;
    color: #fff;
    margin-bottom: 0;
}

div#developer-logo a:hover, div#developer-logo a:focus {
    text-decoration: none !important;
}

div#developer-logo img {
    width: 120px;
}

.acesso {
    display: flex;
    justify-content: center;
    column-gap: 5%;
    padding-bottom: 5%;
    align-items: anchor-center;
}
.acesso img {
    width: 68%;
    height: auto;
}
.acesso h4 {
    color: white;
}
div#acessos {
    background: #005db3;
    padding: 0 5%;
}
@media screen and (max-width: 800px) {
    .acesso {
        flex-direction: column;
        text-align: center;
    }
}

div#irTopo {
    cursor: pointer;
}

.cont-menu {
    width: 70%;
}

.cont-busca {
    width: 10%;
}
div#banner {
    position: relative;
        z-index: 4;
}
header#headerPrincipal .container-fluid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    /* margin: 1vh 2vw; */
    /* margin-right: 65px; */
    padding: 25px;
    border-radius: 20px;
}

#menu a {
    color: black;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
}

.cont-busca {
    display: flex;
    background-color: #EDEDED;
    border-radius: 100px;
    padding: 6px 12px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.lg-tp {
    position: relative;
}

/* .linha-vermelha {
    left: 47%;
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: #471B21;
} */

.redes-cont {
    display: flex;
    right: 0;
    top: 48px;
    background-color: white;
    padding: 7px;
    padding-right: 15px;
    border-radius: 10px 0 0 10px;
    gap: 13px;
}

.redes-cont img {
    width: 100%;
    height: auto;
}

.redes-cont p {
    margin-bottom: 0;
}

header#headerPrincipal {
    position: absolute;
    z-index: 6;
    width: 100%;
  }

  .col-md-3.logot {
    width: 30%;
    padding-left: 5%;
}
div#parceiros {
    background: #dbefff;
}
div#equipe-home > .container-fluid {
    display: flex;
    flex-direction: column;
    order: inherit;
}

.moduletable.equipedes {
    order: 2;
}

.bakcground-menu-white {
    width: 70%;
    display: flex;
    background: white;
    align-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 46px;
    box-shadow: 0px 3px 7px 6px #CACACA;
    justify-content: space-between;
}

.texto-cont>div {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    p{
        margin: 0px;
    }
    img{
        margin-right: 10px;
    }
}

section#interna {
    margin-top: 170px;
    min-height: 100vh;
}

.col-md-12.breadcrumbs h3 {
    display: none;
}

.form-inline {
    display: flex;
    margin-top: 10px;
    .input-group {
    display: flex!important;
    align-items: center;
    height: auto;
}
}