/**
 * Style.
 * 
 * @author  Mario Sakamoto <mskamot@gmail.com>
 * @license MIT http://www.opensource.org/licenses/MIT
 * @see     https://wtag.com.br/divmon
 */

/*
 * Reset
 */
html,
body,
div,
span,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
form,
label,
input,
textarea,
select,
option,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a {
  font-family: "Open Sans", sans-serif !important;
}

@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,0,0,0");

html {
}

body {
}

div {
}

span {
}

table {
}

thead {
}

tbody {
}

tfoot {
}

tr {
}

th {
}

td {
}

form {
}

label {
}

input {
}

textarea {
}

select {
}

option {
}

ul {
}

li {
}

:root {
  --primary-blue: #0072CE;
  --light-blue: #5DA9E9;
  --dark-blue: #00072d;
  --deep-blue: #002069;
  --deep-midnight: #203262;
  --deep-royal: #002069;
  --white: #FFFFFF;
  --light-gray: #F2F2F2;
}

p {
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
  color: var(--dark-blue);
}

p a {line-height: 2rem;}

p span {
  font-family: "Open Sans", sans-serif !important;
}

p_noticias {
  font-weight: 400;
  font-size: 18px;
  line-height: 24.51px;
  color: #002069;
  font-weight: bold 400;
  width: Fixed (560px) px;
  height: Hug (89px) px;
  gap: 8px;
  border-radius: 56px 0px 0px 0px;
  opacity: 0px;
}

h1 {
  font-size: 2.625rem;
  line-height: 100%;
  color: var(--deep-royal);
}

h1 span {
  font-size: 2.625rem;
  line-height: 100%;
  color: var(--deep-royal);
  font-weight: bold;
}

h2 {
  font-size: 2rem;
  color: var(--deep-royal);
  margin-bottom: 1.2rem ;
}

h3 {
  font-size: 1.825rem;
	line-height: 120%;
  color: var(--deep-royal);
  font-weight: bold;
}

h4 { 
	font-size: 1.775rem;
	line-height: 130%;
  color: var(--deep-royal);
}

h5 { 
	font-size: 1.625rem;
	line-height: 140%;
  color: var(--deep-royal);
}

h6 { 
	font-size: 1.375rem;
	line-height: 150%;
  color: var(--deep-royal);
}


body {
  font-family: Open sans, sans-serif;
  margin: 0;
  padding: 0;
  background-color: var(--white);
}

.dv-blue-bg {
  background: var(--deep-blue) !important;
}

#diretoria{padding: 50px 0 270px 0;}
  #tabela-diretores{width: 470px; margin:80px auto;}
  #tabela-diretores tr td:first-child{text-align: right; font-weight: 700; padding-right: 35px;}
  #missao-visao-valores{width: 960px; margin: auto;}
  #missao-visao-valores li{width: 294px; height: 435px;
      -webkit-border-radius: 30px;    -moz-border-radius: 30px; border-radius: 30px;
      -webkit-box-shadow: 15px 15px 40px 1px rgba(0,0,0,0.15);
      -moz-box-shadow: 15px 15px 40px 1px rgba(0,0,0,0.15);
      box-shadow: 15px 15px 40px 1px rgba(0,114,206,0.15); text-align: center; padding:30px 0; position: relative; float: left; margin-right: 25px;}

  #missao-visao-valores li h4 {margin-top:20px; color: var(--deep-blue)}
  #missao-visao-valores li p {line-height: 25px; padding-top:25px;  width: 219px; text-align: left; margin: 15px auto; border-top: 2px solid #F2F2F2;}

/* Estilos para o botão Voltar ao Topo */
#back-to-top {
	position: fixed;
    bottom: 30px;
    right: 20px;
	  width: 65px;
    height: 65px;
    display: none;
    padding: 30px;
    z-index: 99;
    background-color: transparent;
    background-image: url(/mod/page/img/back-to-top.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    cursor: pointer;
}

#back-to-top.show {
    display: block;
} 

/*
Zoom para imagem
*/

.zoom-container {
  width: 1000px;
  height: 600px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 20px auto;
}

.zoom-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  transition: transform 0.25s ease;
}

.zoom-image.grabbing {
  cursor: grabbing;
}

/*
Footer
 */

 .footer {
  background: #002069; 
  color: #fff;
  padding: 40px 20px;
 }

footer .footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .footer-company-info {
  flex: 1;
  min-width: 300px; /* Garante que não fique muito pequeno */
  align-items: center;
  margin-top: 20px;

}

footer .footer-quick-links, 
footer .footer-social-media {
  flex: 1; /* Mesma largura para os outros */
  min-width: 200px; /* Garante responsividade */
  align-items: center;
}

footer .footer-section-title {
  font-size: 1.2em;
  margin: 30px 10px 0 10px;
  color: var(--white); 
}

footer .footer-quick-links, 
footer .footer-social-media {
  flex: 1; 
  min-width: 200px; 
  align-self: center;
  text-decoration: none;
}

footer address p, 
footer .footer-quick-links a, ul, 
footer .footer-social-media ul {
  padding: 0;
  color: var(--white);
}

footer address {
  margin-top: 20px;
}

footer .footer-quick-links ul, 
footer .footer-social-media ul {
  list-style-type: none;
  display: flex;
}

footer a {
  color: var(--white);
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease-in-out;
}

footer a:hover, 
footer a:focus {
  outline: 2px solid;/* Espessura mínima de 2px (WCAG) */
  color: var(--white);
  outline-offset: 2px; /* Melhora visibilidade */
  background-color: transparent; /* Evita sobreposição de cores */
}


footer .footer-social-media img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  /* filter: invert(88%) sepia(71%) saturate(405%) hue-rotate(1deg) brightness(102%) contrast(103%);
  Filtro para deixar os ícones no tom dourado */
}

footer .footer-copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 1.1em;
}

footer .footer-copyright p {
  color: var(--white);
}

* Redes Sociais */
.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  color: #fff;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  opacity: 0.8;
}

/* Formulário de Contato */
.footer-form input, .footer-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.footer-form button {
  background: #007BFF;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.footer-form button:hover {
  background: #0056b3;
}

.footer-legal {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.footer-legal a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: #007BFF;
}

/* Estilos Gerais do Header */
.site-header {
  background: var(--deep-blue); /* Cor de fundo escura */
  color: #fff;
}

/* Primeira Linha: Contato, Tradução e Redes Sociais */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #34495e; /* Tom mais claro para contraste */
  font-size: 0.9rem;
}

.header-contact {
  justify-content: center; /* Centraliza os ícones das redes sociais */
  gap: 15px; /* Espaçamento entre os ícones */
}
.header-contact .dv-column {
  flex: none !important;
}

.header-contact a {
  display: flex; /* Define flex para o link */
  align-items: center; /* Alinha verticalmente os itens dentro do link */
  color: #fff; /* Cor branca */
  margin-left: 10px;
  transition: opacity 0.3s ease;
}

.header-contact span {
  margin-right: 15px;
  color: var(--white);
}

.header-contact i {
  width: 24px;
  height: 24px;
  margin-right: 5px; /* Adiciona um pequeno espaço entre o ícone e o texto */
}

.header-translation img, .header-social img {
  width: 24px;
  height: 24px;
}

.header-translation button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.header-social a {
  color: #fff; /* Cor branca */
  font-size: 24px; /* Tamanho do ícone */
  margin-left: 10px;
  transition: opacity 0.3s ease;
}

.header-social a:hover {
  opacity: 0.8;
}

/* Segunda Linha: Logo e Menu */
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.header-logo img {
  max-width: 150px;
  height: auto;
}

/* Menu de Navegação */
.header-nav {
  display: flex;
  align-items: center;
  color: var(--white);
  }

nav i {
  color: var(--white);
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-list li {
  position: relative;
}


.nav-list a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding: 10px 15px;
  transition: 0.3s ease;
}

.nav-list a:hover {
  background: #007BFF; /* Azul para hover */
  border-radius: 5px;
}

/* Dropdown Menu */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #2c3e50;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  min-width: 200px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-menu a {
  padding: 10px 20px;
  display: block;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-tag {
	position: relative;
	display: inline-block;
}

.cta-section {
  background-color: --var(white);
  color: white;
  padding: 3rem 1rem;
  text-align: center;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.cta-button, .leia-mais-button {
  background-color: var(--deep-blue);
  color: var(--white);
  text-decoration: none;
  transition: background 0.3s ease;
  display: inline-block;
  white-space: nowrap;
}

.cta-button:hover, .leia-mais-button:hover {
  background-color: var(--dark-blue);
}

/* Menu Mobile */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.hamburger {
  width: 25px;
  height: 3px;
  background: #fff;
  position: relative;
}

.hamburger::before, .hamburger::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease;
}

.hamburger::before {
  top: -8px;
}

.hamburger::after {
  top: 8px;
}

/*
 * Menu Expandivel com a tag summary.
 */

/* Estilos para cada seção de detalhes */

details {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 14px;
  background-color: #fff;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

/* Estilo do título summary */
summary {
  font-weight: bold;
  padding: 25px;
  cursor: pointer;
  color: white;
  outline: none;
}

summary:hover,
summary:focus {
  background-color: var(--dark-blue);
}

/* Estilo do conteúdo expansível */
.content {
  padding: 10px 20px;
  background-color: #f9f9f9;
}




/* Responsividade */
@media (max-width: 768px) {
  .header-top {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .menu-toggle {
    display: block;
  }

  .nav-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #2c3e50;
    padding: 10px 0;
  }

  .nav-list.active {
    display: flex;
  }

  .dropdown-menu {
    position: static;
    display: none;
    background: #34495e;
  }

  .dropdown:hover .dropdown-menu {
    display: none;
  }

  .dropdown-menu.active {
    display: block;
  }
  #mobileMenu {
     background: var(--deep-blue);
  }
}

header {
 /**
  display: flex;
  padding: 10px 20px; 
  */
  align-items: center;
  flex-wrap: wrap;
}

header img {
  margin-right: 10px;
}

nav {
  flex-grow: 1;
}

/* Estilização básica */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  padding: 10px;
}

/* Links do menu */
ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--dark-blue);
  font-size: 1.1rem;
  padding: 0.5rem;
  transition: background-color 0.3s, color 0.3s, ease;
}

/* Ícones dentro dos links */
ul li a img.ico {
  width: 19px;
  height: 26px;
  transition: transform 0.3s;
}

/* Ícone da seta */
ul li a img.seta {
  margin-left: auto;
  transition: transform 0.3s;
}

/* Efeito de hover */
ul li a:hover {
  outline: 2px solid transparent; /* Espessura mínima de 2px (WCAG) */
  outline-offset: 2px; /* Melhora visibilidade */
  background: #34495e; /* Evita sobreposição de cores */
}

.menu-transparencia a:hover,
.menu-transparencia a:focus {
  color: #005ea2;
  background-color: #f0f0f0;
  transform: none;
}




img {
}

a {
}

.text-justify {
  text-align: justify;
}



/**
  * Id
  */

/*
  * Class
  */

.extra-bold {
  font-weight: 900;
}
/*
 Parallax
 */
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
 Video
 */
.clip {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #00a3ff;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

/*
 Bordas
 */
.iu-border-top {
  border-top: solid 1px #1c1f26;
}

.iu-border-bottom {
  border-bottom: solid 1px #1c1f26;
}

.iu-border {
  border: solid 3px #00bef2;
}

.ui-border {
  border: 3px solid;
  border-image-slice: 1;
  border-width: 3px;
}

.iu-border-blue {
  border-image-source: linear-gradient(to top, #0424d9, #00bef2, #0424d9);
}

.ui-border-blue-top {
  border-image-source: linear-gradient(to top, #00bef2, #0424d9);
}

.ui-border-blue-bottom {
  border-image-source: linear-gradient(to bottom, #00bef2, #0424d9);
}

.ui-border-blue-left {
  border-image-source: linear-gradient(to left, #00bef2, #0424d9);
}

.border2-top {
  width: 64px;
  border-top: solid 3px #00bef2;
}

.iu-bordermenu-bottom {
  border-bottom: 3px solid black;
}

.iu-bordermenu-bottom:hover {
  border-bottom: 3px solid #00bef2;
  transition-duration: 0.3s;
}

.border-bottom {
  border-bottom: solid 3px #00bef2;
}

.border-noticias {
  border-bottom: solid 3px #000000;
}

/*
 Cores
  */
.iu-blue {
  color: #00bef2;
}

.iu-blue2 {
  color: #00bef2;
}

.iu-blue3 {
  color: #000000;
}

/*
 Background.
  */
.iu-black-bg {
  background-color: var(--deep-royal);
}

.ui-black-bg {
  transition: 0.2s;
  border: solid 3px black;
  background-color: black;
}

.ui-black-bg:hover {
  transition: 0.2s;
  border: solid 3px #00bef2;
  background-color: #00bef2;
}

.dv-flex-center {
  display: flex;
  justify-content: center; /* Centraliza horizontalmente */
}

.ui-title-box {
  background-color: #ffffff;
  border-radius: 60px;
  padding: 10px 50px;
  font-size: 04px;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
}

.ui-content-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 04px;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
}

.ui-content-title {
  padding-bottom: 20px;
}


/**
Redes Sociais
**/
/* CSS para imagens de redes sociais na navegação */
.nav-social img {
  height: 30px; /* Tamanho padrão */
  width: auto; /* Mantém a proporção da imagem */
  transition: transform 0.3s; /* Transição suave para efeitos */
}

.nav-social img:hover {
  transform: scale(1.1); /* Aumenta a imagem ao passar o mouse */
}


/**
Contato
**/
/* CSS para imagens de redes sociais na navegação */
.nav-contato img {
  height: 25px; /* Tamanho padrão */
  width: auto; /* Mantém a proporção da imagem */
  transition: transform 0.3s; /* Transição suave para efeitos */
}

.nav-contato img:hover {
  transform: scale(1.1); /* Aumenta a imagem ao passar o mouse */
}

.governance-container {
  width: 96%; /* Container com 96% da largura da página */
  margin: 40px auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.governance-title {
  font-size: 24px;
  color: #002776; /* Azul padrão codiub */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.governance-item {
  display: flex;
  justify-content: space-between; /* Seta justificada à direita, texto à esquerda */
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 15px;
  background-color: #ffffff;
  text-decoration: none;
  color: #003f8a;
  font-size: 18px;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.governance-item:hover {
  background-color: #e6f0ff; /* Fundo mais claro no hover */
}
.governance-item .arrow {
  font-size: 20px;
  color: #002069; /* Seta na cor codiub */
}
.governance-item img {
  margin-right: 25px;
  width: 24px;
  height: 24px;
}

#clientes {
  padding-top: 50vh;
  margin-top: -50vh;
}

.noticias-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.ultimas-noticias {
  display: flex;
  margin: auto;
}

.noticias-footer {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: auto;
}

.noticia-item {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
}

.noticias-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
}

.noticia-card {
  background-color: white;
  padding: 15px;
  border-radius: 12px;
  margin: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%; /* Ocupa a altura do .noticia-item */
}

.noticias-card {
  background-color: white;
  padding: 15px;
  border-radius: 12px;
  margin: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
}


.noticia-tag-item {
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  width: 25%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.noticia-img {
  width: 360px;
  height: 200px;
  border-radius: 12px;
  object-fit: cover;
}

.noticia-container-item {
  flex: 2;
  /* padding-left: 20px; */
}

.noticia-content-item {
  display: flex;
  flex-direction: column;
}

.noticia-titulo-item {
  font-size: 24px;
  font-weight: bold;
  color: #002069;
  margin-bottom: 10px;
}

.noticia-link-item {
  text-decoration: none;
  color: #002069;
}

.noticia-resumo-item {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}

.noticia-footer-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .noticias-footer {
    width: 100%;
  }

  .ultimas-noticias {
    display: flex;
    margin: auto;
    flex-direction: column;
  }

  .noticias-container {
    padding: 25px;
    padding-top: 0px;
  }

  .noticia-item {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
  }

  .noticia-card {
    background-color: white;
    padding: auto;
    border-radius: 12px;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%; /* Ocupa a altura do .noticia-item */
  }

  .noticia-img {
    width: 100%;
    height: auto;
  }

  .noticia-container-item {
    padding: 0;
  }

  .noticia-tag-item {
    width: 100%;
  }
}

.noticia-botao-item {
  background-color: #002069;
  color: white;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

/* .noticia-img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
} */

/* .noticia-conteudo {
  flex: 2;
  padding: 20px;
  text-align: center;
}

.noticia-tag {
  font-size: 14px;
  color: #333;
  border-right: solid 8px;
  display: inline-block;
}

.noticia-data {
  font-size: 14px;
  color: #999;
}

.noticia-titulo {
  font-size: 24px;
  color: #002069;
  margin-bottom: 10px;
}

.noticia-titulo a {
  text-decoration: none;
  color: #002069;
}

.noticia-resumo {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
} */

.botao-leia-mais {
  background-color: #002069;
  color: white;
  padding: 15px 24px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 8px;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.botao-leia-mais:hover {
  background-color: #001050;
}

/* Barra de navegação ao lado */
.nav-bar {
  position: absolute;
  left: 8vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.nav-item {
  margin: 10px 0;
  cursor: pointer;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background-color 0.3s ease, filter 0.3s ease;
}

.nav-item.active {
  background: #002069;
}

.nav-item.active img {
  filter: invert(100%) brightness(150%);
  /* Torna o ícone branco */
}

.nav-item img {
  width: 24px;
  height: 24px;
  transition: filter 0.3s ease;
}

.cursor {
  display: inline-block;
  background-color: #00d8fe;
  width: 2px;
  animation: blink 1s infinite;
  margin-left: 2px;
}

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.banner-description {
  font-size: 24px;
  line-height: 1.6;
  color: #002069;
  margin-bottom: 30px;
  padding: 10px;
}

.banner-button {
  background-color: #002069;
  color: #fff;
  padding: 25px 10px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  word-wrap: break-word; /* Permite que o texto quebre a linha */
  overflow-wrap: break-word; /* Garantia adicional para quebra de linha */
  max-width: 100%;
  margin-bottom: 20px;
}

.text-content {
  color: white;
  text-align: center;
  padding: 5%;
  border-radius: 10px;
  font-weight: 600;

  width: 100%;
  display: flex;
  flex-direction: column;
}

.text-content-one {
  display: flex;
  align-self: flex-start;
}

.text-content-two {
  display: flex;
  align-self: flex-end;
}

.text-content p {
  font-size: 4rem;
  color: white;
  font-weight: 600;
  line-height: normal;
}

.img-solucao {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.solucao-item {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  margin: auto;
  margin-top: 20px;
}

@media (max-width: 768px) {

  .footer-container {
    flex-direction: column; /* Coloca as seções em uma coluna */
    align-items: center; /* Centraliza as seções horizontalmente */
  }

  .footer-section {
    width: 100%; /* Faz as seções ocuparem a largura total */
    text-align: center; /* Centraliza o texto */
  }

  .footer-links, .footer-contact, .footer-social {
    padding: 0; /* Remove o padding padrão das listas */
  }
  .footer-links a, .footer-contact a {
    justify-content: center;
  }

  .footer-social {
    display: flex;
    justify-content: center; /* Centraliza os ícones das redes sociais */
    gap: 15px; /* Espaçamento entre os ícones */
  }

  .solucao-item {
    flex-direction: column;
  }

  .img-solucao {
    display: flex;
    align-items: center;
    margin: auto;
  }

  .solucao-item p {
    text-align: center;
    margin: auto;
  }
}

.solucao-list {
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #00a3ff #f0f0f0;
}

.solucao-list::-webkit-scrollbar {
  width: 8px;
}

.solucao-list::-webkit-scrollbar-thumb {
  background-color: #00a3ff;
  border-radius: 4px;
}

.solucao-list::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.solucao-list p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #002069;
  font-weight: 550;

  align-items: center;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .solucao-list {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .text-content {
    font-size: 1.5rem;
    padding: 15px;
  }
}

/*  */

@keyframes scrollCode {
  from {
    transform: translateY(80%);
  }

  to {
    transform: translateY(-90%);
  }
}

/* Estilos para Mobile */
@media (max-width: 768px) {
  /* Ajuste da barra de navegação lateral para ficar no topo */
  .nav-bar {
    position: fixed;
    top: 150;
    left: 50;
    width: 70vw;
    height: 75px;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px;
    z-index: 999;
  }

  .nav-item {
    width: 40px;
    height: 40px;
  }

  /* Ajuste dos textos no banner */
  .banner-title {
    font-size: 24px;
  }

  .banner-subtitle,
  .highlight {
    font-size: 22px;
  }

  .banner-description {
    font-size: 18px;
  }

  /* Ajuste do botão */
  .banner-button {
    font-size: 18px;
    padding: 25px 25px;
    margin-bottom: 15px;
  }

  header img {
    height: 80px;
    margin-right: 10px;
  }
}

/* Estilos para Mobile ainda menores (ex. < 480px) */
@media (max-width: 480px) {
  .banner-title {
    font-size: 18px;
  }

  .banner-description {
    font-size: 16px;
  }

  .banner-button {
    font-size: 13px;
    padding: 25px 10px;
  }

  .nav-social img {
    height: 30px; /* Tamanho ainda menor para telas muito pequenas */
  } 

  .nav-contato img {
    height: 20px; /* Tamanho ainda menor para telas muito pequenas */
  } 

  footer .footer-company-info, 
  footer .footer-quick-links, 
  footer .footer-social-media {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .footer-social-media img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  footer .footer-section-title {
    font-size: 1em;
  }

  footer .footer-copyright {
    font-size: 0.9em;
  }

}

/* Estilos principais para a seção de notícias */
.custom-div {
  background-color: #002069;
  padding: 20px;
  position: relative;
  color: white;
}

.custom-div::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 70vw;
  height: 31px;
  background-color: #002069;
  color: white;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.portal_conteudo {
  p {
    color: #002069;
    line-height: 1.8;
    margin-bottom: 20px;

  }

  img {
    border-radius: 35px;
  }

  tr {
    height: 250px;
  }
}

.custom-div-sobre {
  background-color: #002069;
  padding: 20px;
  position: relative;
  color: white !important;
  padding-bottom: 3%;

  p {
    color: white !important;
    font-size: 20px;
  }

  h3 {
    color: white !important;
  }
}

.contato-item {
  margin: 10px;
}

.contato-container p {
  color: #002077;
  font-weight: 600;
}

.contato-item img {
  width: +5%;

  display: flex;
  margin-top: auto;
  margin-bottom: auto;

  filter: brightness(0) saturate(100%) invert(12%) sepia(71%) saturate(2532%)
    hue-rotate(211deg) brightness(91%) contrast(112%);
}

.formulario-card {
  background-color: #f2f4f7;
  margin: 10px;
  border-radius: 5px;
}

.formulario-card .formulario-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.formulario-card .formulario-button button {
  width: 40%;
  margin: 15px;
  padding: 10px;
  background-color: #002069;
  color: white;
  border-radius: 5px;
}

.formulario-item {
  background-color: #f2f4f7;
  border-radius: 5px;

  padding: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.formulario-item h6 {
  color: #002069;
  font-size: x-large;
  font-weight: 700;
}

.formulario-item label {
  color: #002069;
  margin-top: 0.5rem;
  font-weight: bold;
}

.formulario-item .input-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 5px;
  padding: 0.5rem;
}

.formulario-item .input-container img {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.formulario-item .input-container input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 1rem;
  background-color: white;
}

.formulario-item .input-container input::placeholder {
  color: #999;
}

.formulario-item .input-container textarea {
  background-color: white;
  border: none;
  outline: none;
  width: 100%;
  font-size: 1rem;
  resize: none;
  padding: 0.5rem;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.5;
}

.formulario-item .input-container textarea::placeholder {
  color: #999;
}

@media screen and (max-width: 768px) {
  .contato-mapa {
    padding: 15px;
  }
}
/* .custom-div-sobre::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 70vw;
  height: 31px;
  background-color: #002069;
  color: white !important;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);

  p {
    color: white !important;
    font-size: 20px;
  }

  h3 {
    color: white !important;
  }
} */

.content {
  color: white;
  font-family: Arial, sans-serif;
  text-align: left;
}

.news-container {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .home-title h2 {
    text-align: center;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .nav-social img {
    height: 30px; /* Tamanho reduzido para telas menores */
  }

  .nav-contato img {
    height: 30px; /* Tamanho reduzido para telas menores */
  }

  .news-container {
    width: 80%;
    margin: 0 auto;
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  /* .particles-js-canvas-el {
    display: none;
  } */
}

.news-item {
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  background-color: #f6fbfd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  height: auto;
}

.news-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.news-item .titulo-noticia {
  color: black;
  font-size: large;
  font-weight: 700;
  margin: 10px 0;
  text-align: left;
  width: 100%;
}

.news-item .resumo-noticia {
  color: black;
  font-size: medium;
  text-align: left;
  width: 100%;
  margin: auto;
}

.news-item a:focus {
  outline: 2px solid var(--deep-royal);
  outline-offset: 2px;
  background-color: transparent;
}

.overlay-text {
  font-size: 12px;
  position: absolute;
  bottom: 5px;
}

.image-container {
  position: relative;
  width: 100%;
}

.next-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-container {
  position: relative;
  display: inline-block;
  width: auto;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.image-container .overlay-text {
  position: absolute;
  bottom: 10px;
  /* left: 10px; */
  color: white;
  background-color: rgb(0, 0, 0);
  padding: 5px 10px;
  font-weight: 600;
  font-size: 1rem;
}

.circle {
  background-color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.circle span {
  font-size: 24px;
  color: #002069;
}

/* Media query para telas menores que 768px (tablets e celulares) */
@media (max-width: 768px) {
  .news-container {
    flex-direction: column; /* As notícias ficarão em uma coluna, uma abaixo da outra */
    align-items: center; /* Centraliza os itens na coluna */
  }

  .news-item {
    width: 90%; /* Faz com que os itens ocupem 100% da largura */
    margin-bottom: 20px; /* Espaçamento entre os itens */
  }

  .next-button {
    margin-top: 20px; /* Adiciona margem no botão de navegação em telas pequenas */
  }
}

.blue-section {
  background-color: #ffffff;
  /* Cor de fundo branco */
  padding: 60px;
  position: relative;
}

.blue-section::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 30vw;
  height: 31px;
  background-color: #fff;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.blue-content {
  color: #002069;
  font-family: Arial, sans-serif;
  text-align: center;
}

.partners-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.partner-item {
  width: 300px;
  text-align: center;
}

.partner-item img {
  height: auto;
  margin-bottom: 10px;
}

.parceiros-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.parceiros-item {
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  font-size: 14px;
  width: 30%;
}

.parceiros-item p {
  color: #fff;
}

.parceiros-item img {
  width: 90%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}

.content-break {
  width: 100%;
  height: 0;
  border-bottom: 40px solid #002069; /* Define a cor e altura da linha */
  border-left: 10vw solid transparent; /* Inclinação da borda esquerda */
  margin-bottom: 20px; /* Espaço inferior para separar os conteúdos */
}

.lad-section {
  padding: 20px; /* Espaçamento interno de 20px em todas as direções. */
}

.lad-container {
  display: flex; /* Aplica o layout Flexbox para alinhar a imagem e o texto lado a lado. */
  align-items: start; /* Centraliza verticalmente os itens (imagem e texto). */
  justify-content: space-between; /* Cria espaço entre a imagem e o texto. */
}

.lad-image img {
  border-radius: 32px; /* Adiciona cantos arredondados à imagem para suavizar sua aparência. */
}

.lad-content {
  max-width: 80%; /* Define a largura máxima do conteúdo de texto. */
  margin-left: 20px; /* Adiciona um espaço de 20px entre a imagem e o texto. */
}

.lad-content h3 {
  font-size: 1.5rem; /* Define o tamanho da fonte do título como 1.5rem (tamanho relativo). */
  margin-bottom: 10px; /* Adiciona um espaçamento inferior de 10px abaixo do título. */
}

.leia-mais-btn {
  background-color: #002069; /* Cor de fundo azul */
  color: white; /* Cor do texto */
  padding: 10px 20px;
  text-decoration: none;
  font-size: 80%;
  border-radius: 8px;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.leia-mais-btn:hover {
  background-color: #0424d9; /* Cor de fundo quando o mouse está sobre o botão */
}
.dv-flex {
  display: flex; /* Define um layout flexível */
  gap: 20px; /* Espaço entre a imagem e o texto */
  align-items: flex-start; /* Alinha a imagem e o texto ao topo */
}

.ui-degrade-noticia-bg {
  background: linear-gradient(to top, #0424d9, #00bef2, #0424d9) !important;
}

.ui-transparent-bg {
  background-color: rgba(255, 255, 255, 0.9);
}

.ui-white-bg {
  background-color: #000000;
}

/*
 Hover.
 */
.iu-blue-hover:hover {
  color: #00bef2;
  transition-duration: 0.3s;
}

.iu-blue-bg hover {
  width: 100%;
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.iu-blue-bg hover:hover {
  background-color: #00bef2;
  width: 100%;
}

/*
 Opacidade
 */
.iu-bottom-gradient-opacity {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.99), transparent);
}

.iu-dark-opacity {
  background-color: rgba(0, 0, 0, 0.99);
}

/*
 Fonte
 */
.iu-upper {
  text-transform: uppercase;
}

.iu-bold {
  font-weight: 700;
}

.iu-super-bold {
  font-weight: 600;
}

.iu-noticia-bold {
  font-weight: 600;
}

/*
 Menu mobile
 */
.dv-line-height {
  text-align: center;
} /* Centraliza o texto dentro de cada item */
/*
 Menu
 */
/* .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
} */

.header-info-bg {
  background: #34495e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002069",endColorstr="#c4e1f1",GradientType=1);
}

.menu-screen {
  display: flex;
  justify-content: space-between;
}

/* .header-info p{
  color: white;
  
} */

.dv-menu-font {
  font-weight: 700;
}

.dv-menu-font:hover {
  text-decoration: underline;
}

/*
 Alinhamento_submenu
 */

.dropdown {
  position: relative;
  display: inline-block;
}

/*
 Marker
 */
li::marker {
  color: #00bef2;
}

/*
 Whatsapp
 */
.fixed-whatsapp {
  width: auto;
  box-sizing: border-box;
  padding: 10px 20px;
  background: black;
  position: fixed;
  bottom: 0;
  right: 120px;
  display: flex;
  border-radius: 20px 20px 0px 0px;
  z-index: 999;
}

.fixed-whatsapp:hover {
  background: #00bef2;
}

/*
 Parceiros
 */
.carousel-wrap {
  position: relative;
}

.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: white;
  background-color: #00bef2;
  padding: 5px 15px;
  border-radius: 4px;
}

.owl-nav i {
  font-size: 32px;
}

.owl-nav .owl-prev {
  left: -21px;
}

.owl-nav .owl-next {
  right: -21px;
}

*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/

/*
 Tinymce
 */
.tiny-white span,
.tiny-white span h1,
.tiny-white h1,
.tiny-white span h2,
.tiny-white h2,
.tiny-white span h4,
.tiny-white h3,
.tiny-white span h5,
.tiny-white h5,
.tiny-white span h6,
.tiny-white h6,
.tiny-white span p,
.tiny-white p {
  font-family: "Open Sans", sans-serif !important;
  color: white;
}

.tiny-white-mobile span,
.tiny-white-mobile span h1,
.tiny-white-mobile h1,
.tiny-white-mobile span h2,
.tiny-white-mobile h2,
.tiny-white-mobile span h4,
.tiny-white-mobile h3,
.tiny-white-mobile span h5,
.tiny-white-mobile h5,
.tiny-white-mobile span h6,
.tiny-white-mobile h6,
.tiny-white-mobile span p,
.tiny-white-mobile p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px !important;
  color: white;
  font-weight: 600 !important;
}
/*
 Eventos.
 */
.popup-wrapper {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.popup {
  background: white;
}

.popup-close {
  top: 5px;
  right: 10px;
  cursor: pointer;
}

/*
 Banner.
 */
.wrap {
  width: 100%;
  height: 167.1px;
  position: relative;
}

.wrap > .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrap > .bg-video > video {
  width: 100%;
}

/*
 Galeria.
 */

.lb-data .lb-number {
  display: block !important;
  clear: left !important;
  padding: 8px !important;
  font-size: 18px !important;
  color: #999 !important;
}

.lb-data .lb-caption {
  font-size: 18px !important;
  color: white !important;
  padding: 8px !important;
  line-height: 32px !important;
}

.lightbox {
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 10000 !important;
  font-weight: 700 !important;
}

.lightboxOverlay {
  opacity: 0.99 !important;
}

.lb-data .lb-close {
  margin-top: 6px !important;
}

/*
 Calendario.
 */
#calendar {
  margin: 0px auto;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block !important;
  padding: 32px 4px !important;
}

.fc-license-message {
  display: none !important;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 16px 4px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.fc .fc-toolbar-title {
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

@media only screen and (max-width: 959px) {
  .fc .fc-toolbar-title {
    font-size: 20px !important;
    padding: 8px !important;
    text-align: right;
  }
}

.fc .fc-button-primary {
  color: #fff;
  color: var(--fc-button-text-color, #fff) !important;
  background-color: #303134 !important;
  background-color: var(--fc-button-bg-color, #303134) !important;
  border-color: #303134 !important;
  border-color: var(--fc-button-border-color, #303134) !important;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  color: #fff;
  color: var(--fc-button-text-color, #fff) !important;
  background-color: #171717 !important;
  background-color: var(--fc-button-active-bg-color, #171717) !important;
  border-color: #171717 !important;
  border-color: var(--fc-button-active-border-color, #171717) !important;
}

.fc .fc-button .fc-icon {
  color: white !important;
}

.fc-daygrid-day-number {
  font-size: 30px !important;
  font-weight: 700 !important;
}

.fc-col-header-cell-cushion {
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

/*
 Menu.
 */
.menu-wrapper {
  display: none;
}

.menu-close {
  cursor: pointer;
}

body {
  position: static !important;
  top: 0 !important;

}

#google_translate_element {
  display: none;
}

.goog-te-banner-frame {
  display: none !important;
}

.header-screen {
  display: flex;
  justify-content: space-between;
}

.menu-fixo {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0);
}

#menuHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  background: var(--deep-blue);
  padding: 15px 0;
}

#menuHeader ul {
  display: flex;
  list-style: none;
}

#menuHeader ul li {
  transition: all 0.5s;
}

#menuHeader ul li a {
  display: inline-block;
  transition: all 0.5s;
}

#menuHeader form button {
  transition: all 0.5s;
}

.menu-fixo a {
  transition: all 0.5s;
  justify-content: center;
}

.menu-fixo .ui-logo img {
  width: 94px;
  transition: all 0.5s;
  display: flex;
}

.menu-fixo #darkm {
  display: none;
  transition: all 0.5s;
}

.menu-fixo #logohome {
  margin-left: -16px !important;
  transition: all 0.5s;
}

.menu-fixo #homemargin {
  margin-left: -16px !important;
  margin-right: -16px !important;
  transition: all 0.5s;
}
/*
  Cor_SubMenu quando rola a pagina pro final
 */
.menu-fixo .dropdown-content {
  transition: all 0.5s;
}

li a, .dropdown-btn {
  display: block;
  color: var(--white);
  padding: 14px 20px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
}

li a:hover, .dropdown:hover .dropdown-btn {
  background-color: var(--dark-blue);
  transform: scale(1.1);
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  color: var(--bs-white);
  background-color: var(--deep-blue);
  min-width: 170px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: var(--dark-blue);
  padding: 30px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s;
}

.dropdown-content .dropdown-content a:hover {
  background-color: var(--light-gray);
  color: var(--deep-blue);
}

.dropdown:hover .dropdown-content {
  display: block;
}


.ui-degrade-transparent-bg {
  transition: all 0.5s;
  background: linear-gradient(
    rgba(158, 158, 158, 0.6) 0%,
    rgba(158, 158, 158, 0) 100%
  );
  backdrop-filter: blur(10px);
}

.ui-overflow {
  cursor: pointer;
  overflow-y: scroll;
}

/*
 Mensagens
 */

.iu-input {
  outline: none;
}

.iu-fill-black {
  filter: invert(100%) sepia(0%) saturate(7420%) hue-rotate(142deg)
    brightness(119%) contrast(115%);
}

.iu-fill-white {
  filter: invert(10%) sepia(8%) saturate(1990%) hue-rotate(164deg)
    brightness(101%) contrast(89%);
}

.iu-gray-bg-hover {
  background-color: white;
}

.iu-gray-bg-hover:hover {
  background-color: #eeeeee;
}

.dropdown-content-tag {
  display: none;
  position: absolute;
  right: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  background: white;
  z-index: 1;
  border-radius: 15px;
  width: max-content;
}

.dropdown-tag:hover .dropdown-content-tag {
  display: block;
}

.dropdown-content-tag a {
  padding: 16px;
  text-decoration: none;
  display: block;
}

.dv-low-shadow {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
}

.dv-low-min-shadow {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}

.dv-super-bold {
  font-weight: 800;
}

.iu-blue {
  color: #0424d9;
}

.actives {
  width: 80px !important;
}

.dv-side .iu-mensagens::after {
  content: "Caixa de mensagens";
  font-size: 14px;
}

.actives .iu-mensagens::after {
  content: "" !important;
}

.dv-side .iu-favoritos::after {
  content: "Favoritos";
  font-size: 14px;
}

.actives .iu-favoritos::after {
  content: "" !important;
}

.dv-side .iu-perfil::after {
  content: "Meu perfil";
  font-size: 14px;
}

.actives .iu-perfil::after {
  content: "" !important;
}

.dv-side .iu-website::after {
  content: "Meu website";
  font-size: 14px;
}

.actives .iu-website::after {
  content: "" !important;
}

.iu-image {
  display: block;
}

.actives .iu-image {
  display: none !important;
}

.iu-seta::after {
  content: "🡠";
}

.ativou .iu-seta::after {
  content: "🡢" !important;
}

.iu-position-set {
  margin-left: 220px;
}

.ativou .iu-position-set {
  margin-left: 80px !important;
}

.iu-position-submenu {
  margin-left: 220px;
  width: 220px;
}

.ativou .iu-position-submenu {
  margin-left: 80px !important;
}

.section-excluir section {
  display: none;
}

.section-excluir section.ativo {
  display: block !important;
  animation: show 0.5s forwards;
  position: relative;
  z-index: 5;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.iu-gray {
  color: #9e9e9e;
  transition: all 0.2s;
}

.iu-gray:hover {
  color: #000000;
  transition: all 0.2s;
}

.iu-show-submenu {
  transform: translate(-100%, 0);
  transition: transform 0.3s;
}

.ativou-submenu .iu-show-submenu {
  transform: none !important;
}

.ativou-submenu .iu-website::before {
  content: "•";
  color: #0424d9;
  transform: translate(-100%);
}

/*FAQ  */

.pergunta {
  margin-top: 16px;
  margin-bottom: 16px;
}

.js .faq .resposta {
  display: none;
}

.faq .pergunta {
  cursor: pointer;
  transition: 0.3s;
}

.faq .pergunta:hover {
  color: #00bef2;
  transition: 0.3s;
}

.faq .pergunta.ativo {
  color: #00bef2;
  transition: 0.3s;
}

/*.faq .pergunta::before {
     content: "🞄";
     margin-right: 8px;
   }
    
   .faq .pergunta::after {
     content: "🠇";
     margin-left: 8px;
   }
   
   .faq .pergunta.ativo::after {
     content: "🠅";
   }
   */

.faq .resposta.ativo {
  display: block;
  animation: slideDown 0.5s forwards;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: auto;
  }
}

@media (max-width: 959px) {
  td {
    display: table-row;
  }
}

/* Botão de voltar ao topo */

#section2 {
  display: flex;
  justify-content: center;
  padding-right: 0px;
  position: fixed;
  bottom: 0;
  right: 20px;
  border-radius: 20px 20px 0px 0px;
  z-index: 999;
}

.opacity {
  background-color: rgba(255, 255, 255, 0.5);
}


/* 
  * Particles
  */
canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: relative;
  width: 100%;
  height: 70%;
  background-color: transparent;
  background-image: url("../img/banner-solucoes-inteligentes.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% 50%;
}

#particles-js::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Filtro preto com opacidade */
  pointer-events: none; /* Garante que o filtro não bloqueie interações */
  z-index: 1; /* Filtro acima do fundo */
}

@media screen and (max-width: 768px) {
  #particles-js::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black; /* Filtro preto */
    opacity: 0.6; /* Define a opacidade */
    z-index: 1; /* Coloca a camada acima do fundo */
    pointer-events: none; /* Garante que o pseudo-elemento não interfira em cliques ou interações */
  }

  #particles-js > * {
    position: relative;
    z-index: 2; /* Garante que o conteúdo fique acima do filtro */
  }

  footer .footer-container {
    flex-direction: column;
    align-items: center;
  }

  footer .footer-company-info, footer .footer-quick-links, footer .footer-social-media {
    margin-bottom: 20px;
    text-align: center;
  }

  footer .footer-social-media img {
    margin-right: 15px;
  }

  footer .footer-quick-links ul {
    padding-left: 0;
    text-align: center;
  }

  footer .footer-copyright {
    margin-top: 30px;
    font-size: 1em;
  }
}

/* ---- stats.js ---- */

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #00bef2;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.opacity {
  background-color: rgba(0, 0, 0, 0.5);
  height: 700px;
}
/*
 Cor_Menu
 */
.header-bg {
  background-color: #002069;
}

@media (max-width: 767px) {
  .col-md-6 {
    width: 100%;
  }

  .dino-left,
  .dino-right {
    display: none;
  }

  .link {
    text-align: center;
  }

  .icon-link {
    flex-direction: column;
    align-items: center;
  }

  .icon {
    margin-top: 10px;
  }

  .logo-pmu {
    left: -10px;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    width: 16.66%;
  }
}

.white-degrade-bg {
  background-color: #ffffff;
}

.dv-gray {
  color: #a6a6a6;
  font-weight: bold;
}

/*
  * DARKMODE.
  */
span {
  color:  var(--deep-royal);
}

a {
  color:  var(--deep-royal);
}

.dark-mode {
  transition-duration: 0.3s;
  background-color: #202124;
  color: white;
}

.dark-mod .iu-blue, .dark-mode p, .dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mod span, .dark-mode a  {
  color: #000000;
}

.dark-mode .iu-blueclear {
  color: #00bef2;
}

.dark-mode .iu-bluedark-bg {
  background: #171717;
}

.dark-mode .dv-gray-bg {
  background: #303134;
}

.dark-mode .iu-gray-bg {
  background: #00bef2;
}

.dark-mode .blue-degrade-bg {
  background: linear-gradient(90deg, #171717 50%, #303134 50%);
}

.dark-mode .iu-blue-bg {
  background: #303134;
}

.dark-mode td {
  color: #000000;
}

/*botao darkmode */
.theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.theme-switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #202124;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* Estilos Gerais do Hero Section */
.hero-section {
  position: relative;
  height: 100vh; /* Altura total da tela */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Imagem de Fundo, video */
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-video, .hero-fallback-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Garante que o vídeo/imagem cubra toda a área */
}

/* Conteúdo do Hero */
.hero-content {
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Overlay para melhorar a legibilidade */
  border-radius: 10px;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.typing-container {
  font-size: 2rem;
  white-space: nowrap;
  display: flex;
  border-right: 2px solid white;
  animation: blink 1s step-end infinite;
}

span#word {
  font-size: 4rem;
  font-weight: 600;
  line-height: normal;
  color: var(--white);
}

@keyframes blink {
  0%, 100% { border-color: transparent; }
  50% { border-color: white; }
}

/* Botões de CTA */
/* .hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.cta-primary, .cta-secondary {
  padding: 15px 30px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-primary {
  background: #007BFF; 
  color: #fff;
}

.cta-primary:hover {
  background: #0056b3;
}

.cta-secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
} */
 /* Estilos Gerais do Footer */


.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 200px;
  margin-bottom: 20px;
}

/* Logo e Descrição */
.footer-logo {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer-description {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--white);
}

/* Links Rápidos e Contato */
.footer-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--white);
}

.h3.footer-title {
  color: var(--white);
}

.footer-links, .footer-contact {
  list-style: none;
  padding: 0;
}

.footer-links li, .footer-contact li {
  margin-bottom: 10px;
  color: var(--white);
}

.footer-links a, .footer-contact a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover, .footer-contact a:hover {
  border: 2px solid #ecf0f1; 
  background:linear-gradient(to right, #34495e, #2c3e50);
  outline: none; 
}



/* section solucoes */
.solucoes-container {
  padding: 80px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-subtitle {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
}

.solucoes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.solucao-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.solucao-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.card-icon {
  font-size: 2.5rem;
  color: #3498db;
  margin-bottom: 20px;
}

.solucao-card h3 {
  font-size: 1.5rem;
  color: var(--dark-blue);
  margin-bottom: 15px;
}

.solucao-card p {
  color: var(--dark-blue);
  margin-bottom: 20px;
  line-height: 1.6;
}

.saiba-mais {
  color: #3498db;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.saiba-mais:hover {
  color: #2980b9;
}

/* Soluçoes */

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.card {
  background-color: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
}

.card h3 {
  margin-top: 0;
  color: #005a8d;
  font-size: 1.1rem;
  display: inline;
}

.description {
  margin-top: 3rem;
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  line-height: 1.6;
}


/* Landpage*/

    .landing-container {
      max-width: 1100px;
      margin: 0 auto;
      padding: 2rem 1rem;
      animation: fadeIn 1s ease;
    }
  
    /* Hero Section */
    .hero {
      padding: 2rem 0;
      text-align: center;
  }
  
  .hero p {
      font-size: 1.2rem;
      max-width: 800px;
      margin: 0 auto 2rem;
  }
  
  .cta-button {
      display: inline-block;
      background-color: var(--accent);
      color: white;
      padding: 0.8rem 2rem;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s, transform 0.3s;
  }
  
  .cta-button:hover {
      background-color: var(--deep-blue);
      transform: translateY(-3px);
  }
  
  /* Features Section */
  .features {
      padding: 4rem 0;
      background-color: white;
  }
  
   .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
  }
  
  .feature-card {
      background-color: #f2f8fd47;
      border-radius: 8px;
      padding: 2rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
  }
  
  .feature-card:hover {
      transform: translateY(-10px);
  }
  
  .feature-icon {
      font-size: 2.5rem;
      color: var(--primary);
      margin-bottom: 1rem;
  }
  
  /* Awards Section */
  .awards {
      padding: 4rem 0;
      background-color: #fff;
  }
  
  .awards-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
  }
  
  .award-card {
      background-color: white;
      border-radius: 8px;
      padding: 2rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      text-align: center;
  }
  
  .award-icon {
      font-size: 3rem;
      color: gold;
      margin-bottom: 1rem;
  }
  
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
  
    @media (max-width: 768px) {
      .hero {
        flex-direction: column;
      }
      .hero-texto h1 {
        font-size: 2rem;
      }
    }

