@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
/* Now you can use the fonts in your CSS */
/* Garantir controle de box model */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Corrigir overflow de elementos */
body {
  overflow-x: hidden; /* Temporário para prevenir overflow inesperado */
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
/* estilo sections */
.sectionsGeneral{
  padding: 50px 20px;
  margin-top: 50px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}


/* Estilo do header */
.header-fixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header-limiter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Estilo do logo e texto */
.header-logo {
    display: flex;
    align-items: center;
}

.header-logo img {
    height: 50px;
    margin-right: 10px;
}

.header-logo span {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

/* Navegação */
nav a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #00303A;
    text-decoration: none;
    margin-right: 20px;
}

nav a:hover {
    text-decoration: underline;
}

/* Último link sem margem à direita */
nav a:last-child {
    margin-right: 0;
}


/* Estilo para a capa */
.capa-site {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    height: 100%;
    background-color: #f8f9fa;
    margin-top: 50px; /* Ajuste para compensar o cabeçalho fixo */
}

.capa-prefixo {
    font-size: 14px;
    font-weight: 700;
    color: #6a0dad;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.capa-titulo h1 {
    font-size: 36px;
    font-weight: 900;
    color: #222;
    margin: 10px 0;
    line-height: 1.4;
}

.capa-descricao p {
    font-size: 18px;
    font-weight: 400;
    color: #555;
    margin: 20px 0;
    max-width: 600px;
    text-align: center;
}

.capa-botao .botao-acao {
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #6a0dad;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.capa-botao .botao-acao:hover {
    background-color: #5a0099;
}

/* estilo para equipe  */
.text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 25px;
  }
  
  .responsive-cell-block {
    min-height: 75px;
  }
  
  .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
  }
  
  .outer-container {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  
  .inner-container {
    max-width: 1320px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  
  .heading-text {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 50px;
    font-weight: 900;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .sub-heading-text {
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    color: rgb(122, 122, 122);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .name {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .position {
    line-height: 24px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .card {
    display: block;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  
  .card-img {
    width: 70px;
    height: 70px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .card-container {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  
  .headings-container {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .team-members-container {
    display: flex;
    flex-wrap: wrap;
  }
  
  @media (max-width: 1024px) {
    .name {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 5px;
      padding-left: 0px;
    }
  
    .position {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding-top: 0px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 0px;
    }
  
    .card-img {
      width: 100%;
      min-width: 100%;
      height: 250px;
      min-height: 230px;
      max-height: 230px;
    }
  }
  
  @media (max-width: 768px) {
    .position {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .name {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .heading-text {
      text-align: center;
      padding-top: 10px;
      padding-right: 0px;
      padding-bottom: 10px;
      padding-left: 0px;
    }
  
    .sub-heading-text {
      text-align: center;
      color: rgb(122, 122, 122);
      max-width: 500px;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
    }
  
    .team-members-container {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-top: 30px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .card {
      display: flex;
    }
  
    .card-img {
      max-width: 300px;
      min-width: 250px;
    }
  
    .headings-container {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    }
  
    .card {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    }
  
    .heading-text {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    }
  
    .inner-container {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    }
  }
  
  @media (max-width: 500px) {
    .heading-text {
      text-align: left;
      line-height: 65px;
    }
  
    .sub-heading-text {
      color: rgb(122, 122, 122);
      text-align: left;
    }
  
    .name {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding-top: 10px;
      padding-right: 0px;
      padding-bottom: 5px;
      padding-left: 0px;
    }
  
    .position {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 10px;
      padding-left: 0px;
    }
  
    .inner-container {
      margin-top: 80px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 0px;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    }
  
    .card {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  
    .outer-container {
      padding-top: 10px;
      padding-right: 20px;
      padding-bottom: 10px;
      padding-left: 20px;
    }
  
    .card-img {
      width: 100%;
    }
  
    .heading-text {
      font-size: 40px;
      line-height: 45px;
    }
  
    .card-img {
      min-width: auto;
    }
  }

/* fim equipe  */

/* ajuste para section */
.alternative {
    background-color: #F8FAFC;
    padding: 50px 20px;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
	  text-align: center;
    width: 100%;
	  -webkit-font-smoothing: antialiased;
}

/* ajustes para SWOT */
/* Ajustes Gerais */
.categories {
  padding: 50px 0;
}
.categories h1 {
  color: #7f7ea8;
  font-size: 45px;
  text-shadow: -1px 0 1px #ffffff;
  text-align: center;
}
.categories small {
  color: #b4b4b4;
  font-size: 20px;
  font-style: italic;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.categories p {
  display: inline-block;
  width: 86%;
  text-align: justify;
  margin: 0 auto 20px;
}

/* Botão Principal */
.maincategory_name {
  background: #7f7ea8;
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  margin: 33px 0;
  padding: 11px 24px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}
.maincategory_name:hover {
  background: #5c5a8b;
}

/* Contêiner das Subcategorias */
.subcategory_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Espaçamento entre as caixas */
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  overflow-x: hidden;
  padding: 10px;
}

/* Caixa de Subcategoria */
.subcategory1 {
  width: 250px; /* Largura fixa */
  height: auto; /* Altura fixa */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.subcategory1:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

/* Cabeçalho da Subcategoria */
.subcategory1 .subcategoryHeading {
  background: #7f7ea8;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

/* Conteúdo da Subcategoria */
.subcategoryContent {
  text-align: left;
  padding: 15px;
  flex-grow: 1; /* Expande para ocupar o espaço restante */
  overflow-y: auto; /* Permite rolagem se o conteúdo for maior que o espaço */
}
.subcategoryContent ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}
.subcategoryContent li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333333;
}

@media (max-width: 767px) {
.categories h1 {
	background: #7f7ea8 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 34px;
	padding: 10px 0;
	text-shadow: none;
}
.categories p {
	margin-top: 15px;
	text-align: justify;
	width: 85%;
}
.subcategory_container::before {
	display: none;
}
.subcategory1 {
	width: 100%;
	margin: 33px 4px 0;
}
.subcategory1::before {
	height: 40px;
	left: 49%;
	top: -40px;
}
.subcategory1 .subcategoryContent {
	height: auto;
}
.maincategory_name {
	margin: 33px 0 6px;
}
.maincategory_name::before {
	display: none;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.subcategory_container::before {
	width: 266px;
	top: -6px;
}
.subcategory_container {
	margin-top: 22px;
}
.subcategory1 {
	margin: 33px 4px 0;
}
}

@media (min-width: 980px) and (max-width: 1279px) {
.categories h1 {
	font-size: 32px;
}
.subcategory1 .subcategoryHeading {
	font-size: 16px;
}
.subcategory1 {
	width: 198px;
}
.subcategory1 .subcategoryContent p {
	font-size: 14px;
}
.categories p {
	font-size: 14px;
}
.maincategory_name {
	padding: 4px 24px;
}
.subcategory_container::before {
	width: 627px;
}
}
/* section title */
.sectionTitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00303A;
  text-align: center;
  margin-bottom: 50px;
}
.sectionTitle h5{
  font-size: 1rem;
  font-weight: 400;
  color: #00303A;
  margin-bottom: 50px;
}
/* metas estratégicas */


.strategic-axis {
  margin-bottom: 30px;
}

.strategic-axis h2 {
  font-size: 1.7rem;
  color: #7f7ea8;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.custom-list {
  padding-left: 0;
  margin-bottom: 40px;
  text-align: left;
}
.custom-list li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
  font-size: 1.2rem;
  padding-left: 60px;
  padding-bottom: 10px; 
  padding-top: 10px;
}
.custom-list li::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0; /* Alinhar à esquerda */
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000; /* Cor padrão do círculo */
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}

/* Estilos específicos para cada item */
.custom-list li:nth-child(1)::before {
  content: "OE1"; /* Texto do marcador */
  background-color: #7f7ea8; /* Azul para OE1 */
}

.custom-list li:nth-child(2)::before {
  content: "OE2"; /* Texto do marcador */
  background-color: #7f7ea8; /* Vermelho para OE2 */
}

.custom-list li:nth-child(3)::before {
  content: "OE3"; /* Texto do marcador */
  background-color: #7f7ea8; /* Verde para OE3 */
}

.custom-list li:nth-child(4)::before {
  content: "OE4"; /* Texto do marcador */
  background-color: #7f7ea8; /* Laranja para OE4 */
}

.custom-list li:nth-child(5)::before {
  content: "OE5"; /* Texto do marcador */
  background-color: #7f7ea8; /* Roxo para OE5 */
}

.custom-list li:nth-child(6)::before {
  content: "OE6"; /* Texto do marcador */
  background-color: #7f7ea8; /* Azul claro para OE6 */
}

.custom-list li:nth-child(7)::before {
  content: "OE7"; /* Texto do marcador */
  background-color: #7f7ea8; /* Rosa para OE7 */
}

/* MISSION VISION */

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 25px;
  color: rgb(102, 102, 102);
}

.responsive-container-block.bigContainer {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mainImg {
  color: black;
  width: 55%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px 7px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.text-blk.headingText {
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(51, 51, 51);
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.allText {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  width: 40%;
  margin: 0 0 0 0;
}

.text-blk.subHeadingText {
  color: rgb(102, 102, 102);
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.text-blk.description {
  font-size: 25px;
  line-height: 34px;
  color: rgb(102, 102, 102);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.responsive-container-block.Container {
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.responsive-container-block.Container.bottomContainer {
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  flex-direction: row-reverse;
  margin: 100px auto 50px auto;
}

.allText.aboveText {
  margin: 0 0 0 40px;
}

.allText.bottomText {
  margin: 0 40px 0 0;
}

@media (max-width: 1024px) {
  .responsive-container-block.Container {
    max-width: 850px;
  }

  .mainImg {
    width: 55%;
    height: auto;
  }

  .text-blk.description {
    font-size: 20px;
  }

  .allText {
    width: 40%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .text-blk.subHeadingText {
    font-size: 22px;
  }

  .responsive-container-block.Container.bottomContainer {
    margin: 80px auto 50px auto;
  }

  .responsive-container-block.Container {
    max-width: 830px;
  }

  .allText.aboveText {
    margin: 30px 0 0 40px;
  }

  .allText.bottomText {
    margin: 30px 40px 0 0;
  }
}

@media (max-width: 768px) {
  .mainImg {
    width: 90%;
  }

  .allText {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .responsive-container-block.Container {
    flex-direction: column;
    height: auto;
  }

  .text-blk.headingText {
    text-align: center;
  }

  .text-blk.subHeadingText {
    text-align: center;
    font-size: 25px;
  }

  .text-blk.description {
    text-align: center;
    font-size: 25px;
  }

  .allText {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .allText.aboveText {
    margin: 40px 0 0 0;
  }

  .responsive-container-block.Container {
    margin: 80px auto 50px auto;
  }

  .responsive-container-block.Container.bottomContainer {
    margin: 50px auto 50px auto;
  }

  .allText.bottomText {
    margin: 40px 0 0 0;
  }
}

@media (max-width: 500px) {
  .responsive-container-block.Container {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
  }

  .mainImg {
    width: 100%;
  }

  .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
  }

  .text-blk.subHeadingText {
    font-size: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .text-blk.description {
    font-size: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .allText {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
  }
}

/* estivo valores */
.core-values {
  padding: 50px 20px;
  text-align: center;
    background-color: #F8FAFC;
}

.container-values {
  max-width: 1200px;
  margin: 0 auto;
}

.container-values h1 {
  font-size: 36px;
  margin-bottom: 40px;
  color: #000;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.value-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.icon {
  font-size: 24px;
  color: #f4b400; /* Cor amarela */
  margin-bottom: 10px;
}

.value-item h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.value-item p {
  font-size: 14px;
  color: #555;
}

/* estilos plano de execução */
.execution-plan{
  padding: 50px 20px;
  background-color: #F8FAFC;
}

#tabs{
	background: #F8FAFC;
    color: #6a0dad;
}
#tabs .sectionTitle h5{
    color: #2A004E;
    font-weight: bold;
}
#tabs .sectionTitle h1{
  color: #2A004E;
}


#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #6a0dad;
    font-size: 20px;
    text-decoration: none;
}
/* tabelas */
.dashboard {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.dashboard h1, h2 {
  text-align: center;
  color: #6a0dad;
}

.objective {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.objective-OE{
  display: flex; 
  align-items: stretch;
}
.text-OE{
  background-color: darkgreen; 
  color: white; 
  padding: 15px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px; 
  text-align: center;
  justify-content: center;
}

.objective-header {
  background-color: #6a0dad;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

.dashboard table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.dashboard th, td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.dashboard th {
  background-color: #6a0dad;
  color: white;
}
.dashboard td {
  font-size: 14px;
  color: #333;
}
.comprovacao-buttons{
  margin-top: 15px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.comprovacao-buttons .btn {
  background-color: #2A004E;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.comprovacao-buttons .btn:hover {
  background-color: #6a0dad; /* Hover mais escuro */
  color: #fff;
}

/* Verde para células com "Concluído" */
td[data-status="Concluído"] {
  background-color: #d4edda; /* Verde claro */
  color: #155724; /* Verde escuro */
  font-weight: bold;
}

/* Vermelho para células com "Em andamento" */
td[data-status="Em andamento"] {
  background-color: #f8d7da; /* Vermelho claro */
  color: #721c24; /* Vermelho escuro */
  font-weight: bold;
}


/* fim tabelas */
/* Resultados apurados do Planejamento estratégico */
/* estilos plano de execução */
.execution-result{
  padding: 50px 20px;
  background-color: white;
}

/* Centralizar a tabela na seção */
.execution-result table {
  margin: 0 auto;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  color: #4B0082; /* Roxo */
  width: 80%; /* Ajuste conforme necessário */
}

/* Estilo do cabeçalho */
.execution-result table thead th {
  background-color: #6A0DAD; /* Roxo escuro */
  color: white; /* Texto branco */
  padding: 10px;
  text-align: center;
}

/* Estilo do corpo da tabela */
.execution-result table tbody td {
  padding: 10px;
  border: 1px solid #D3D3D3; /* Linhas da tabela em cinza claro */
}

/* Centralizar os ícones dos faróis */
.execution-result table tbody td:first-child {
  text-align: center;
}

/* Alinhar descrição dos faróis à esquerda */
.execution-result table tbody td:last-child {
  text-align: left;
}


#metas-estrategicas{
  padding: 50px 20px;
  background-color: #F8FAFC;
}

#metas-estrategicas table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

#metas-estrategicas th, td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

#metas-estrategicas th {
  background-color: #6A0DAD; /* Roxo escuro */
  color: white;
  text-align: center;
}

#metas-estrategicas tbody td {
  color: #4B0082; /* Roxo */
}

#metas-estrategicas .material-icons {
  display: flex;
  justify-content: center;
}

#metas-estrategicas .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
#metas-estrategicas .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #6a0dad;
  font-size: 20px;
  text-decoration: none;
}
/* mapa estratégico */
/* Estrutura Geral */
#mapa-estrategico {
  background-color: #fff;
  padding: 30px 20px;
  font-family: 'Roboto', sans-serif;
}

/* Cabeçalho */
.me-container {
  text-align:center;
  margin-bottom: 20px;
  color: #6a0dad;
}

.linha-horizontal {
  width: 100%;
  height: 5px;
  background-color: #6a0dad;
  margin: 10px 0;
}

/* Conteúdo */
.conteudo-mapa {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}

.bloco {
  background-color: #ffffff;
  border: none;
  padding: 20px;
  width: 30%;
  min-width: 250px;
  text-align: left;
}

.titulo-bloco {
  font-size: 18px;
  font-weight: bold;
  color: #6a0dad;
  margin-bottom: 10px;
  text-align: left;
}

.descricao {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
}

.mapa-estrategico {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Linhas de Eixo */

.me-texto{
  display: flex; /* Ativa o Flexbox */
  align-items: center; /* Alinha verticalmente */
  justify-content: center; /* (Opcional) Centraliza horizontalmente */
  text-align: center; /* (Opcional) Centraliza o texto */
}

/* Fontes maiores para telas grandes */
@media (min-width: 1200px) {
  .me-texto h4 {
    font-size: 1.5rem; /* Tamanho da fonte em telas grandes */
  }
}

/* Fontes médias para telas médias */
@media (min-width: 768px) and (max-width: 1199px) {
  .me-texto h4 {
    font-size: 1.2rem; /* Tamanho da fonte em tablets e desktops pequenos */
  }
}

/* Fontes menores para telas pequenas */
@media (max-width: 767px) {
  .me-texto h4 {
    font-size: 0.8rem; /* Tamanho da fonte em celulares */
  }
}

.me-eixo{
  color: #7A1CAC;
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: larger;
  text-transform: uppercase;
  border: none;

}
.arrow {
  position: absolute; /* Permite posicionar as setas dentro da célula */
  top: 50%; /* Move verticalmente ao centro */
  left: 50%; /* Move horizontalmente ao centro */
  transform: translate(-50%, -50%) rotate(180deg); /* Centraliza o elemento e mantém a rotação */
  cursor: pointer;
}

.arrow-fix1 span{
  border-bottom: 5px solid #19a340;
  border-right: 5px solid #19a340;
}

.arrow-fix2 span{
  border-bottom: 5px solid #4E31AA;
  border-right: 5px solid #4E31AA;
}

.arrow-fix3 span{
  border-bottom: 5px solid #69247C;
  border-right: 5px solid #69247C;
}

.arrow span {
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

/* Ciclo PDCA */
/* Container geral */
.pdca-container {
  padding: 20px;
  margin: 0 auto;
  text-align: center; /* Centraliza o conteúdo dentro do container */
}

/* Título principal */
.pdca-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

/* Imagem */
.pdca-image-container {
  display: flex;
  justify-content: center; /* Centraliza horizontalmente */
  margin-bottom: 20px;
}

.pdca-image {
  max-width: 50%; /* Garante que a imagem não ultrapasse o container */
  height: auto; /* Mantém as proporções da imagem */
}

/* Container das etapas */
.pdca-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  text-align: left;
}

/* Estilo de cada etapa */
.pdca-step {
  background-color: #fff;
  border-left: 5px solid #4B0082; /* Verde como exemplo */
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Título de cada etapa */
.pdca-step-title {
  font-size: 18px;
  color: #4B0082; /* Verde */
  margin-bottom: 10px;
}

/* Estilo do texto */
.pdca-step p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

/* Responsividade */
@media (min-width: 768px) {
  .pdca-steps {
    grid-template-columns: 1fr 1fr; /* Duas colunas em telas maiores */
  }
}



/* ods */
.title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
}

.headinginfo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.headinginfo {
  text-align: center;
}

.headinginfo-number {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.headinginfo-text {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.row {
  align-items: center;
  padding-bottom: 10px;
}

.headinginfo-wrapper::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background-color: #ddd;
}
/* flip card */

/** Estilo do  ODS**/

.ODS div {
  position: absolute;
  float: left;
  width: 10%;
  height: auto;
  margin: 0 0 0 25px;
}

.ODS div:first-child {
  margin-left: 0;
}

.ODS img{
  width: 8%;
  height: auto;
}







/* Rodapé */
.footer-bottom {
  width: 100%;
  height: 100%;
  float: left;
  background-color: #00303A;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  width: 753px;
  height: auto;
  float: left;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  line-height: 18px;
  margin-left: 50px;
  margin-top: 50px;
}

.footer-copy a {
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
}

.footer-logo {
  width: auto;
  height: auto;
  float: right;
  margin-right: 50px;
  margin-top: 20px;
}


/* fim rodape */