/* Overlay escuro para contraste de texto (opcional) */
.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* pode ajustar a opacidade */
  z-index: 1;
}

/* Contêiner principal do carrossel */
.carousel-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: #000; /* fundo preto de segurança caso imagem não carregue */
  border-radius: 0;
}

/* Faixa de imagens do carrossel (slide horizontal) */
.carousel-track {
  display: flex;
  transition: transform 1.5s ease-in-out; /* suavidade ajustada */
  width: 100%; /* atualizado via JS */
}

/* Imagens do carrossel */
.carousel-track img {
  flex: 0 0 100%;
  width: 100%;
  height: 400px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background-color: #000; /* evita flashes brancos durante carregamento */
  transition: none !important; /* evita efeitos de zoom durante transição */
}

/* Botões de navegação com efeito vidro (⯇ ⯈ ou ícone moderno) */
.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);       /* transparência estilo vidro */
  backdrop-filter: blur(10px);                /* desfoque no fundo */
  -webkit-backdrop-filter: blur(10px);        /* compatibilidade Safari */
  color: #fff;                                 /* cor da seta */
  border: 1px solid rgba(255, 255, 255, 0.3);   /* borda leve para destaque */
  font-size: 2rem;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;                          /* botão redondo */
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);       /* sombra mais visível */
  transition: all 0.3s ease;
}

.carousel-button:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
  color: #000;
}

#prevButton {
  left: 20px;
}

#nextButton {
  right: 20px;
}


/* Responsivo: imagens menores em telas pequenas */
@media (max-width: 768px) {
  .carousel-track img {
    height: auto; /* deixa o aspect-ratio agir */
  }
}

@media (max-width: 480px) {
  .carousel-track img {
    height: auto;
  }
}



.cards {
	margin-bottom:10px;
}
.card {
	margin-bottom:10px;
}
.card-title {
    font-size: 1.1rem;
    font-weight: 700;
}
.mod-articles-category-title  {
	font-size: 20px;
}
.field-value p{
	font-size: 16px!important;
}
.servico {
	display: block;
	font-size: 24px;
    font-weight: 700;
	margin-bottom: 20px;
}
.cardaltura{
	padding-top:50px;
	padding-bottom:50px;
}
#interna figcaption {
    margin-left: 0%;
    float: none;
    text-align: center;
}
#interna img{
	max-width: 80%; 
	height: auto;
 }
 header #logo img {
    float: left;
	margin: -8px 10px -40px 0;
} 
 header #logo .portal-title-1 {
	display: block;
	float: none!important;
} 
.mosaico .item-mosaico .chamada-mosaico a{
	font-size: 1.3em;
	font-weight: 700;
    color: #FFFFFF;
	text-decoration: none;
}
.mosaico .item-mosaico .chamada-mosaico a:hover {
    color: #0094ff;
	text-decoration: none;
}
.mosaico .item-mosaico .chamada-mosaico {
    bottom: 10px!important;
}
.mosaico .item-mosaico .chamada-mosaico .chapeu-mosaico:before {
    content: " ";
    width: 40px;
    height: 4px;
    background: #06acff;
    display: block;
    text-indent: -3000px;
}

.mosaico .item-mosaico{
	position: relative;
	border-radios: 16px;
	overflow: hidden;
	background: #111;
	box-shadow: 0 8px 240px rgba(0,0,0,.16);
	transition: transform .24s ease, box-shadow .24s ease;
}

.mosaico .item-mosaico:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,.22);
}

/* Mantém 16:9 sem mudar seu HTML */
.mosaico .item-mosaico::before{
  content: "";
  display: block;
  padding-top: 0%;               /* 16:9 */
}
.mosaico .item-mosaico iframe,
.mosaico .item-mosaico video,
.mosaico .item-mosaico img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.mosaico .item-mosaico:after {
	content: "";
 	 position: absolute;
	left: 0;
  top: 140px;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.78) 100%);
}

/* Borda arredondada também na mídia */
.mosaico .item-mosaico iframe,
.mosaico .item-mosaico video,
.mosaico .item-mosaico img{
  border-radius: 16px;
}

.mosaico{
  display: grid;
  grid-template-columns: auto;
  gap: 28px;
border: 0px solid #e5e7eb;
align-content: space-evenly;
background: #fff;
max-width: 1200px;
margin: 30px auto;
box-shadow: 0 6px rgba(0, 0, 0, .08);
padding: 24px;
border-radius: 12px;
justify-content: center;
}

@media (max-width: 640px){                   /* celulares */
  .mosaico{ grid-template-columns: 1fr; }
}

/* Se houver título dentro do item */
.mosaico .item-mosaico .titulo,
.mosaico .item-mosaico h3{
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  margin: 0;
  z-index: 2;                        /* acima do overlay */
  color: #fff;
  line-height: 1.25;
  font-weight: 700;
  font-size: clamp(14px, 1.7vw, 18px);
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
  letter-spacing: .2px;
}

.mosaico .item-mosaico img{
	object-fit: cover;
	width: 100%;
	height: 370px;
	position: relative;
	z-index: 999991;
	border-radius: 15px;
}

.mosaico .badge, .mosaico .categoria{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(2px);
  color:#fff;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.4px;
}
.mosaico .badge::before{
  content:"";
  width:18px; height:3px;
  border-radius:2px;
  background:#38bdf8;               /* detalhe de cor (pode usar a institucional) */
}

nav.menu-principal {
	background: #5a2a2a;
    position: relative;
}
.super-destaque a {
    font-size: 2em!important;
}
.super-destaque .chamada-super-destaque {
    bottom: 10%!important;
}
 #logo a {
    text-decoration: none;
}
header .header-accessibility #siteaction-international>a 				{display: inline-block; position: relative; padding: 0 20px 0 25px; border-right: 1px solid hsla(0,0%,100%,.2); color: #fff;}
header .header-accessibility #siteaction-international>a:before 		{content: ""; position: absolute; left: 0; background-image: url(../img/globo.png); width: 18px; height: 18px; -webkit-filter: none; filter: none;}
header .header-accessibility #siteaction-contraste>a {margin-left: 20px;}
header .header-accessibility{
	width: auto;
}
@media only screen and (max-width : 480px) {
	 
 header #logo 	{
	margin: 0 0 0 0;
} 

header .header-wrapper {
	height: 110px;
}
.box-menu {
	top: 10.5rem;

}
        
    }

#logo img {
    margin-right: 15px; /* Aumente esse valor conforme o espaço desejado */
}

.box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.box {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 15px 20px;
  color: white;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  flex: 1;
  justify-content: center;
  min-width: 200px;
}

.box:hover {
  opacity: 0.9;
}

/* Cores específicas */
.calendario {
  background-color: #007d00; /* verde */
}

.concursos {
  background-color: #2d189b; /* azul escuro */
}

.processos {
  background-color: #cb6500; /* laranja escuro */
}

.conteudo-banner {
  display: flex;
  justify-content: center;  /* CENTRALIZA horizontalmente */
  align-items: center;       /* CENTRALIZA verticalmente */
  height: 100%;              /* Garante altura total se necessário */
  padding: 30px;
}

.logo-bndes {
  height: 80px;
  width: auto;
}

.slideshow-container {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.slide {
  display: none;
  position: relative;
}

.slide img {
  width: 100%;
  vertical-align: middle;
}

.text {
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  user-select: none;
  transition: 0.3s;
  background-color: rgba(0,0,0,0.4);
  border-radius: 50%;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.dots {
  text-align: center;
  margin-top: 10px;
}

.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.dot.active, .dot:hover {
  background-color: #717171;
}
#interna h2 {
    font-size: 2.0rem;
    font-weight: 800;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: left;
}

#interna nav.menu-principal {
    background: #5a2a2a;
    position: relative;
}

/* Estilo base dos links do menu */
.box-menu a {
  position: relative;
  display: inline-block;
  padding: 0 0;
  color: #003366;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
}

/* Efeito de hover: zoom + cor */
.box-menu a:hover {
  color: #5a2a2a;
  transform: scale(1.05);
}

/* Linha animada ao passar o mouse */
.box-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 0%;
  background-color: #5a2a2a;
  transition: width 0.3s ease;
}

.box-menu a:hover::after {
  width: 100%;
}

#interna .rastro {
    padding: 0 0 0 0;
    border-bottom: .5px solid #e8e8e8;
    /* float: left; */
    width: 100%;
    margin-bottom: 0;
}

#interna .publicacao-dados, #interna .documentByLine {
    padding: 25px 0;
    margin: 0 0 2rem;
    font-size: .85rem;
    display: none;
    color: #666;
    font-family: Raleway, sans-serif !important;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
    float: none;
    width: 100%;
}

header .links-destaque a {
  text-decoration: none;
}

/* Efeito de hover: zoom + cor */
header .links-destaque a:hover {
  color: #f9c385;
  transform: scale(1.05);
}

header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 82px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

header #logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 2.3rem;
    font-weight: 400;
    margin: 0 20px 0 0;
}

.rodape-mercedarios {
  background-color: #5a2a2a; /* vinho UFPA Mercedários */
  color: #fff;
  padding: 2px 20px;
  font-family: 'Arial', sans-serif;
}

.rodape-mercedarios .rodape-conteudo p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.rodape-mercedarios .rodape-conteudo strong {
  font-weight: bold;
}

.footer {
    background: #5a2a2a;
}

.footer .box-menu {
    display: block !important;
    position: relative;
    top: 0;
    background: #5a2a2a;
    box-shadow: none;
}

.footer .box-menu,
.footer .box-menu * {
    color: #ffffff !important;
}

.container-rodape {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.coluna {
  flex: 1 1 250px;
  margin: 10px;
}

.coluna h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.coluna ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.coluna ul li {
  margin-bottom: 8px;
}

.coluna ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.coluna ul li a:hover {
  text-decoration: underline;
  color: #ffcccb;
}

.logo-endereco .logo-footer {
  max-width: 160px;
  margin-bottom: 10px;
}

.logo-endereco p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.copy-rodape {
  text-align: center;
  margin-top: 15px;
  font-size: 0.75rem;
  color: #ccc;
}

.copy-rodape a {
  color: #ccc;
  text-decoration: none;
}

.copy-rodape a:hover {
  text-decoration: underline;
}

.identidade-visual {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.texto-identidade {
  font-size: 1.2rem;
  color: #fcd5c0; /* mesma cor da logo */
  font-weight: 500;
}

.logo-footer {
  height: 80px; /* ajuste conforme necessário */
}

.copy-rodape p {
  font-size: 0.8rem; /* diminui o tamanho da fonte */
  color: #d3d3d3; /* opcional: pode ajustar a cor */
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .coluna:nth-child(2) {
    margin-left: 0 !important;
  }
}
/* Estilo exclusivo para o artigo do Release */
.release-mercedarios {
  max-width: 800px;
  margin: 60px auto;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  font-family: Arial, sans-serif;
  color: #333;
}

.release-mercedarios h1 {
  color: #822b2a;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.release-mercedarios p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
}

.release-mercedarios .center-download {
  text-align: center;
  margin-top: 30px;
}

.release-mercedarios .btn-download {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1rem;
  text-decoration: none;
  background-color: #822b2a;
  color: #fff;
  border-radius: 6px;
  transition: background-color 0.3s;
}

.release-mercedarios .btn-download:hover {
  background-color: #a34544;
}

  .panelsig {
    border: 1px solid #5a2a2a;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
  }

  .panelsig-heading {
    background-color: #5a2a2a;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .panelsig-body {
    padding: 10px 15px;
    color: #333333;
    font-size: 15px;
  }

  .panelsig-footer {
    padding: 10px 15px;
    background-color: #f0f0f0;
    border-top: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .panelsig-footer .btn {
    background-color: #5a2a2a;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .panelsig-footer .btn:hover {
    background-color: #3e1e1e;
    color: #ffffff;
  }

.logo-bndes {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 80px;
  width: auto;
  display: block;
}
