/************************************************************************/
/************************ INICIO CONFIGS BASICAS ************************/
/************************************************************************/
:root {
  --cinza_escuro: #232321;
  --azul_escuro: #020013;
  --azul_mediano: #100f29;
  --amarelo: #ff9700;
  --vermelho: #e20000;
}
/******** Menu ********/
h1,
h2,
h3,
h4,
h5,
a,
span,
li,
p,
html,
body,
div {
  font-family: "Poppins", sans-serif;
}

body {
  background-color: var(--azul_escuro);
}
html {
  scroll-behavior: smooth;
}
.menu-padrao ul.lista-menu-principal {
  background-color: transparent;
}

#headerPrincipal {
  background: #232321;

  .logos-topo {
    margin-top: 10px;
  }
  #menu {
    .menu-padrao {
      ul.lista-menu-principal {
        li:hover {
          a {
            color: var(--azul_escuro);
          }
        }
        li:active {
          background-color: var(--amarelo);
        }
      }
    }
  }
  .container-fluid {
    display: flex;

    .cont-menu.col-md-8.col-sm-6.col-xs-8 {
      display: flex;
      align-items: center;
      div#wrapperMenu {
        width: 100%;

        * {
          color: white;
        }
      }
    }
  }
}

/******** 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: 74%;
  padding: 5%;
}
/* .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.6rem;
  font-weight: 500;
  color: #9f9f9f;
  margin-bottom: 0;
}

.form-inline {
  display: none;
}
.container-fluid {
  padding: 0;
}

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

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;
}

@media screen and (max-width: 800px) {
  .acesso {
    flex-direction: column;
    text-align: center;
  }
}

div#irTopo {
  cursor: pointer;
}

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

.lg-tp {
  position: relative;
}

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

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

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

.cont-module {
  padding: 3% 3%;
  border-bottom: 1px solid #1c212c;
  padding-bottom: 40px;
}
/* ***************footer*********** */

#comunicacao {
  border-bottom: 0px;
  padding: 0px;
  background: url("../images/BG- ComunicaçãoIntegrada.png") center center
    no-repeat;
  background-repeat: no-repeat;
  display: flex;
  padding: 20px;

  h3 {
    color: white;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  * {
    text-align: center;
    color: white;
  }
}

#call-out-final {
  background: #04000a;
  padding: 0px !important;

  .moduletable {
    background-color: #1d1916;
    border-radius: 10px;
    * {
      color: white;
      text-align: center;
    }
    h2 {
      font-size: 2rem;
      font-weight: 500;
      margin-bottom: 20px;
    }
  }

  .buttonswahts {
    display: flex;
    width: 85%;
    margin: auto;
    a {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      color: white;
      font-size: 1rem;
      justify-content: center;
      width: 100%;
      padding: 8px 12px;
      border-radius: 5px;
      position: relative;
      overflow: hidden;

      /* animated gradient (move right -> left) */
      background: linear-gradient(90deg, #e20000 0%, #ff4600 50%, #ff8a00 100%);
      background-size: 200% 100%;
      animation: gradientShift 6s linear infinite;

      /* keep content above the animated glow */
      z-index: 2;
    }

    /* ensure inner content sits above the pseudo glow */
    .buttonswahts a * {
      position: relative;
      z-index: 3;
    }

    /* glowing 'box-shadow' that follows the gradient by sharing the same animated background */
    .buttonswahts a::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(90deg, #e20000 0%, #ff4600 50%, #ff8a00 100%);
      background-size: 200% 100%;
      animation: gradientShift 12s linear infinite;
      filter: blur(14px) saturate(1.2) opacity(0.75);
      transform: scale(1.06);
      pointer-events: none;
    }

    img {
      width: 30px;
    }

    p {
      margin: 0px;
    }
  }
}
.div-cap-con {
  display: flex;
  background-color: #10203d;
  padding: 20px;
  .icon-zap {
    width: 30%;
    padding: 7%;
    img {
      width: 100%;
      height: auto;
    }
  }
  .text-zap {
    width: 70%;
    p {
      text-align: left !important;
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 2px;
    }
  }
}

/*backgrounds*/

div#missao {
  background: url("../images/BG-Missão.png") center center no-repeat;
}

div#banner {
  background: url("../images/Destaque-Image-background.png") center center
    no-repeat;
}

/* pc */

.pc {
  .cont-module {
    border-bottom: 0px;
  }
}
