/* ESTILOS DE PERSONALIZAÇÃO */

/* INDEX/HOME ---------------------------------------------------------------------------------------------------------  ^  */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif; /* Aplica a nova fonte ao corpo da página */
    padding-top: 85px; /* Espaço para o cabeçalho fixo */  
    min-height: 100vh; /* Garante que o corpo ocupe a altura total da viewport */
    background: none;
    justify-content: center;
    align-items: center;
   
}

a {
    text-decoration: none; /* Remove o sublinhado */
}

/*--------------------------------------------------------------------------------*/

.section1{
    display: flex;
    justify-content: center;
    height: auto;
    padding-bottom: 40px;
}

#texto1 h1 {
    color: #031549;
    font-family: 'Josefin Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-size: 80;
    line-height: 1.5;
	word-wrap: break-word;
}

#texto1 p{
    font-family: 'DejaVu Sans', sans-serif;
    text-align: justify;
}

/* Responsividade para telas menores, como celulares */
@media (max-width: 768px) {
    .row {
        flex-direction: column; /* Muda a direção dos itens para coluna (empilha verticalmente) */
    }

    #leftDiv, #rightDiv {
        width: 100%; /* Ambos os divs ocupam 100% da largura na tela pequena */
        text-align: justify;
    }

    #rightDiv {
        margin-top: 20px; /* Adiciona um espaçamento entre o texto e a imagem */
    }
}

/*--------------------------------------------------------------------------------*/
#section2{
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex; 
    flex-direction: column;  
    justify-content: center;
 /*   height: 100vh;
    background: linear-gradient(-45deg, hsl(0, 0%, 87%), hwb(0 73% 27%), #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;*/
    background: linear-gradient(90deg, #6A8DFF 0%, #062FA0 50%, #0058A2 100%);
    height: auto;
 }

 @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}

/*--------------------------------------------------------------------------------*/

.section3{
    padding-top: 30px;
    padding-bottom: 30px;
    background:  #f0f0f0;
}

.section3 h1 {
    color: #031549;
    font-family: 'Josefin Sans', sans-serif;
}

.section3 h3 {
    color: #062FA0;
    font-family: 'Josefin Sans', sans-serif;
}

.section3 p{
    font-family: 'DejaVu Sans', sans-serif;
    text-align: justify;
}

/*--------------------------------------------------------------------------------*/

.section4 {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section4 h1 {
    color: #031549;
    font-family: 'Josefin Sans', sans-serif;
}

.links-container {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 50px;
}

.link-item {
    text-align: center;
    text-decoration: none;
    color: #333;
    font-family: Arial, sans-serif;
}

.circle {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s;
    border:solid 3px #062FA0;
}

.circle i {
    font-size: 50px;
    color: #062FA0;
    transition: 0.3s;
}

.link-item:hover .circle {
    background: linear-gradient(45deg, #0058A2, #6A8DFF);
    border: none;
}

.link-item:hover .circle i {
    color: #fff;
}

.legend {
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'DejaVu Sans', sans-serif;
}

@media (max-width: 768px) {
    .links-container {
        flex-direction: column; /* Organiza os links em coluna */
        align-items: center; /* Centraliza os itens */
    }
}

/*--------------------------------------------------------------------------------*/
.cabecalho {
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-size: 150;
    line-height: 1.5;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

#texto2 h1 {
    color: #fff;
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.1;
}

/*--------------------------------------------------------------------------------*/
.cabecalho-paginas{
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #6A8DFF 0%, #062FA0 50%, #0058A2 100%);
    height: 200px;
    }
    .cabecalho-paginas h1{
        color: #fff;
    }

/*--------------------------------------------------------------------------------*/

.footer {
    background-color: #f8f9fa;
    padding-top: 25px;
    flex-shrink: 0; /* Impede que o rodapé encolha */
    /*-webkit-box-shadow: 0px -10px 13px -7px rgba(151,151,151,0.86), 5px 5px 15px 5px rgba(151,151,151,0.86); 
    box-shadow: 0px -10px 13px -7px rgba(151,151,151,0.86), 5px 5px 15px 5px rgba(151,151,151,0.86);*/
    box-shadow: rgba(0, 0, 0, 0.16) 0px -3px 6px, rgba(0, 0, 0, 0.23) 0px -3px 6px;
}

.footer h5 {
    margin-bottom: 20px;
    color: #062FA0;
	font-family: 'Josefin Sans', sans-serif;
}

.footer p {
	font-family: 'DejaVu Sans', sans-serif;
    text-align: left;
    font-weight: 500;
}

.footer .row {
    display: flex;
    flex-wrap: wrap; /* Permite que as colunas se ajustem conforme necessário */
}

.footer .col-md-2 {
    flex: 1 1 20%; /* Cada coluna vai ocupar no mínimo 20% do espaço */
    margin-bottom: 20px; /* Espaço entre as colunas em dispositivos menores */
}

.footer a {
	font-family: 'DejaVu Sans', sans-serif;
    color: #031549;
    text-decoration: none;
    font-weight: 500;
}

.footer a:hover {
    text-decoration: underline;
    color: #062FA0;
}

.footer .social-icons a {
    margin-right: 15px;
    font-size: 1.5em;
    color: #031549;
}

.footer ul.list-unstyled li {
    margin-bottom: 10px; /* Aumenta o espaçamento entre os itens da lista */
}

.footer .social-icons a:hover{
    color: #062FA0;
}

.footer-bottom {
    background-color: #071D41;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f8f9fa;
}

.footer-bottom .logos {
    display: flex;
    align-items: center;
}

.footer-bottom .logos img {
    margin-right: 10px;
    height: 40px;
}

.footer-bottom .copyright {
    text-align: right;
    margin-left: auto; /* Força o copyright a ir para a direita */
}

/*--------------------------------------------------------------------------------*/

.navbar-light .navbar-nav .nav-link {
   font-family: 'DejaVu Sans', sans-serif;
    color: #031549;
    margin-right: 5px;
}

.navbar-light .navbar-nav .nav-link:hover {
    text-decoration: none;
    color: #3761d6;
}

@media (min-width: 1450px){
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-custom .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-custom > .container {
        flex-wrap: nowrap;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
	
	.navbar-expand-custom .btn-home {
		font-family: 'DejaVu Sans', sans-serif;
		color: white; /* Cor das letras dos itens do menu */
		background: linear-gradient(45deg, #6A8DFF, #0058A2);
		border-radius: 15px; /* Bordas arredondadas dos botões */
		padding: 10px 15px; /* Espaçamento interno dos botões */
		margin-right: 10px; /* Espaçamento entre os botões */
		transition: background 0.3s ease; /* Transição suave para o efeito de hover */
		border: none;
		
	}

	.navbar-expand-custom .btn-home:hover {
		background: linear-gradient(45deg, #0058A2, #6A8DFF); /* Cor de fundo ao passar o mouse */    
		color: white; /* Cor das letras dos itens do menu */
        text-decoration: none;

	}
}

.btn-home {
   font-family: 'DejaVu Sans', sans-serif;
   color: #031549;
   margin-right: 5px;
   text-decoration: none;
}

.btn-home:hover {
    text-decoration: underline;
    color: #062FA0;
}

/*--------------------------------------------------------------------------------*/


.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}






/* ANIMAÇÃO DA HOME ---------------------------------------------------------------------------------------------------------  ^  */
.hidden {
    visibility: hidden; /* esconde as divs */
}

.animate-from-left, .animate-from-right {   /* animações para as divs */
    visibility: visible;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate-from-left { /* animações para as divs */
    animation-name: slideInFromLeft; /* Define o nome da animação a ser usada para deslizamento da esquerda */
}

.animate-from-right { /* animações para as divs */
    animation-name: slideInFromRight; /* Define o nome da animação a ser usada para deslizamento da direita */
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%); /* Move o elemento completamente para fora da tela à esquerda */
        opacity: 0; /* Define a opacidade do elemento como 0 (invisível) */
    }
    100% {
        transform: translateX(0); /* Move o elemento para a sua posição original */
        opacity: 1; /* Define a opacidade do elemento como 1 (totalmente visível) */
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%); /* Move o elemento completamente para fora da tela à direita */
        opacity: 0; /* Define a opacidade do elemento como 0 (invisível) */
    }
    100% {
        transform: translateX(0); /* Move o elemento para a sua posição original */
        opacity: 1; /* Define a opacidade do elemento como 1 (totalmente visível) */
    }
}
/* --------------------------------------------------------------------------------------------------------------------------  v  */






	
	
/* --------------------------------------------------------------------------------------------------------------------------  v  */
.engrenagem img{
    transition: transform 2s ease;
}

.engrenagem:hover img:first-of-type {
    transform: rotate(360deg); /* Gira a imagem 360 graus */
}

/*-----------------------------------------------------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------------------------------------------------*/
 
.glitch {
    position: relative;
    font-size: 70px;
    font-weight: bold;
    line-height: 1.2;
    color: #031549;
    letter-spacing: 4px;
    z-index: 1;
}
 
 .glitch:before {
    content: attr(data-glitch);
    position: absolute;
    top: 0;
    left: -2px;
    width: 100%;
    color: #042a53;
    background-color: rgba(33, 33, 33, 0);
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-before 3s infinite linear alternate-reverse;
 }
 
 .glitch:after {
    content: attr(data-glitch);
    position: absolute;
    top: 0;
    left: 2px;
    width: 100%;
    color: #042a53;
    background-color: rgba(33, 33, 33, 0);
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-after 2s infinite linear alternate-reverse;
 }
 
 @keyframes noise-before {
    0% {
       clip: rect(61px, 9999px, 52px, 0);
    }
 
    5% {
       clip: rect(33px, 9999px, 144px, 0);
    }
 
    10% {
       clip: rect(121px, 9999px, 115px, 0);
    }
 
    15% {
       clip: rect(144px, 9999px, 162px, 0);
    }
 
    20% {
       clip: rect(62px, 9999px, 180px, 0);
    }
 
    25% {
       clip: rect(34px, 9999px, 42px, 0);
    }
 
    30% {
       clip: rect(147px, 9999px, 179px, 0);
    }
 
    35% {
       clip: rect(99px, 9999px, 63px, 0);
    }
 
    40% {
       clip: rect(188px, 9999px, 122px, 0);
    }
 
    45% {
       clip: rect(154px, 9999px, 14px, 0);
    }
 
    50% {
       clip: rect(63px, 9999px, 37px, 0);
    }
 
    55% {
       clip: rect(161px, 9999px, 147px, 0);
    }
 
    60% {
       clip: rect(109px, 9999px, 175px, 0);
    }
 
    65% {
       clip: rect(157px, 9999px, 88px, 0);
    }
 
    70% {
       clip: rect(173px, 9999px, 131px, 0);
    }
 
    75% {
       clip: rect(62px, 9999px, 70px, 0);
    }
 
    80% {
       clip: rect(24px, 9999px, 153px, 0);
    }
 
    85% {
       clip: rect(138px, 9999px, 40px, 0);
    }
 
    90% {
       clip: rect(79px, 9999px, 136px, 0);
    }
 
    95% {
       clip: rect(25px, 9999px, 34px, 0);
    }
 
    100% {
       clip: rect(173px, 9999px, 166px, 0);
    }
 }
 
 @keyframes noise-after {
    0% {
       clip: rect(26px, 9999px, 33px, 0);
    }
 
    5% {
       clip: rect(140px, 9999px, 198px, 0);
    }
 
    10% {
       clip: rect(184px, 9999px, 89px, 0);
    }
 
    15% {
       clip: rect(121px, 9999px, 6px, 0);
    }
 
    20% {
       clip: rect(181px, 9999px, 99px, 0);
    }
 
    25% {
       clip: rect(154px, 9999px, 133px, 0);
    }
 
    30% {
       clip: rect(134px, 9999px, 169px, 0);
    }
 
    35% {
       clip: rect(26px, 9999px, 187px, 0);
    }
 
    40% {
       clip: rect(147px, 9999px, 137px, 0);
    }
 
    45% {
       clip: rect(31px, 9999px, 52px, 0);
    }
 
    50% {
       clip: rect(191px, 9999px, 109px, 0);
    }
 
    55% {
       clip: rect(74px, 9999px, 54px, 0);
    }
 
    60% {
       clip: rect(145px, 9999px, 75px, 0);
    }
 
    65% {
       clip: rect(153px, 9999px, 198px, 0);
    }
 
    70% {
       clip: rect(99px, 9999px, 136px, 0);
    }
 
    75% {
       clip: rect(118px, 9999px, 192px, 0);
    }
 
    80% {
       clip: rect(1px, 9999px, 83px, 0);
    }
 
    85% {
       clip: rect(145px, 9999px, 98px, 0);
    }
 
    90% {
       clip: rect(121px, 9999px, 154px, 0);
    }
 
    95% {
       clip: rect(156px, 9999px, 44px, 0);
    }
 
    100% {
       clip: rect(67px, 9999px, 122px, 0);
    }
 }
 
 @media (max-width: 768px) {
    .glitch {
        font-size: 4rem; /* Menor em telas médias */
    }
 }
 
 @media (max-width: 480px) {
    .glitch {
        font-size: 3rem; /* Menor em telas muito pequenas */
    }
 }

 
/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*CARD NEWS*/


@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
 
.caixa-swiper {
    display: flex;
    justify-content: center;
}

.swiper {
    max-width: 1350px;
	margin: 0 60px 35px;
    padding: 20px 10px;
    overflow: hidden;
	padding-right: 45px;
	max-width: 1300px;
}

.swiper-slide {
    list-style: none; 
}

/* CONTEÚDO DO CARD */
.cardlinks {
    display: flex;
	flex-direction: column;
	justify-content: space-between;
	user-select: none;
	background: #f0f0f0;
    padding: 18px;
	border-radius: 12px;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 0 10px 10px #062FA0;
    transition: 0.2s ease;
	height: 85%;
	font-family: 'DejaVu Sans', sans-serif;
}

.cardlinks:hover {
    border-color: #6A8DFF;
}

/* IMAGEM DO CARD */
.card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
}

/* SELINHO (CATEGORIA) */
.badge {
    color: #fff;
    padding: 8px 16px;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 16px 0 18px;
    background: #333952;
    width: fit-content;
    border-radius: 50px;
}

.badge.social {
    color: #fff;
    background: #6A8DFF;
}

.badge.edital {
    color: #fff;
    background: #A8B3D9;
}

/* TÍTULO DO CARD */
.card-title {
    font-size: 1.19rem;
    color: #000;
    font-weight: 600;
	margin-bottom: 10px;
}

/* BOTÃO DO CARD */
.card-button {
    margin-top: auto;  /* Isso empurra o botão para a parte inferior do cartão */
    align-self: flex-start; 
    height: 35px;
    width: 35px;   
    color: #062FA0;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    border: 2px solid #062FA0;
    transform: rotate(-45deg);
    transition: 0.4s ease;
}

.cardlinks:hover .card-button {
    color: #fff;
    background-color: #031549;
}


  /*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  
  
  
  
  
   .caixa-texto-paginas {
    margin-top: 20px;
    padding: 40px;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}
  
  
  
  