:root{
--c_0: #000000;
--c_1: #353540;
}

/* Gerais */


body {
    font-family: 'roboto', sans-serif;
    scroll-behavior: smooth;
}

.row {
    margin: 0;
}

.container {
    padding: 70px 0;
}

p, li {
    color: grey;
    font-size: 14px;
}

/* ESTILOS DE LETRAS */

.p-tipo-1 {
	text-align: justify;
	font-size: 16px;
}


/* Barra de Navegação */


header, .navbar {
    background-color: #ECF0F5;
}

#nav-container{
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 80px solid #000;
}

#logo {
    width: 200px;
}

.nav-link {
  font-size: 25px;
  padding-left: 20px;
}




/* news section */

#news-area {
    padding-top: 20px;
}

.news-css a {
    text-decoration: none;
    
}


.img-news{
    border-radius: 30px;
    width: 350px;
    height: 200px;
    object-fit: cover;
}

.img-news-latest{
  border-radius: 30px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.main-title {
    color: #111C71;
    margin: 0 0 65px 0;
    font-size: 40px;
    text-align: center;
    position: relative;
}

.main-title::after {
    content: "";
    border-top: 2px solid #071155;
    width: 10%;
    position: absolute;
    top: 55px;
    left: 45%;
}

.news-btn {
    text-decoration: none;
    background-color: #00ABF9;
    color: aliceblue;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    border: 3px solid transparent;
    transition: .5s;
}

.news-btn:hover {
    text-decoration: none;
    color: #111C71;
    background-color: transparent;
    border-color: #00ABF9;
}


/* sobre o projeto section */

.about-title {
    color: #0664D7;
    margin: 0 0 65px 0;
    font-size: 40px;
    position: relative;
}

.about-title::after {
    content: "";
    border-top: 1.5px solid #0664D7;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0%;
}


#about-area {
    align-items: center;
}

.sobre-lo {
    background-color: #9c9c9c2a;
    border-radius: 15px;
}

.div-img-sobre-1 {
    padding-left: 0;
    position: relative;
}

.div-sobre-texts {
    padding-top: 30px;
    text-align: justify;
}

.div-img-sobre-2 {
    position: relative;
    padding: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.texto-sobre-imagem {
    font-size: 30px;
    position: absolute;
    top: 40px;
    left: 30px; 
    color: white; 
    line-height: 1.2;
  }

  .texto-sobre-imagem2 {
    padding-left: 20px;
    padding-right: 40px;
    position: absolute;
    top: 80px;
    left: 25px; 
    color: white; 
    line-height: 1.2;
  }

.texto-sobre-imagem3 {
   padding-left: 20px;
   padding-right: 40px;
   position: absolute;
   top: 140px;
   left: 25px; 
   color: white; 
   line-height: 1.2;
}

.texto-sobre-imagem4 {
    padding-left: 20px;
    padding-right: 40px;
    position: absolute;
    top: 120px;
    left: 25px; 
    color: white; 
    line-height: 1.2;
 }

 .texto-sobre-imagem2 p{
    text-align: justify;
color: white; 
}

.texto-sobre-imagem3 p{
    text-align: justify;
color: white; 
}

.texto-sobre-imagem4 p{
    text-align: justify;
color: white; 
}

.img-adjust {
    border-radius: 15px;
}


#a-regiao-topama {
    background-color: #9c9c9c2a;
}

/* regiao topama */

.regiao-topama-title {
    color: #111C71;
    margin: 0 0 30px 0;
    font-size: 40px;
    position: relative;
}

.regiao-topama-title::after {
    content: "";
    border-top: 1.5px solid #111C71;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0%;
}


/* seção multimidia */

.c-multimidia {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sub-texto {
    color: #00ABF9;
}

/* seção social media */

.social-media {
    background-color: #FCFCFC;
}

.smt p {
    font-size: 35px;
    color: #000;
}

/* rodapé */

footer {
    background-color: #ECF0F5;
}

.topo-btn {
    text-decoration: none;
    background-color: #00ABF9;
    color: aliceblue;
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    padding: 5px 10px;
    border-radius: 20px;
    border: 3px solid transparent;
    transition: .5s;
}

.topo-btn:hover {
    text-decoration: none;
    color: #111C71;
    background-color: transparent;
    border-color: #00ABF9;
}


/* INSTITUIÇÕES PARTICIPANTES HTML FILE */

.body-div {
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;

}

.institucional-title {
    padding-top: 50px;
    text-align: center;
    background-color: #ECF0F5;
}

.transparent-div {
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transparent-div2 {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.institucional-subtitle {
    background-color: #ECF0F5;
    color: #111C71;
    text-align: center;
}

.title-on-transparent {
    color: #fff;
}

.not-transparent {
    background-color: #ECF0F5;
}

.not-transparent2 {
    background-color: aliceblue;
}

.title-on-transparent h2{
    font-size: 50px;
    text-align: center;
}

.institucionalx-title{
    font-family: 'roboto';
    position: relative;
    padding-bottom: 10px;
    color: #111C71;
    padding-bottom: 18px;
}

.institucionalx-title::after {
    content: "";
    border-top: 2px solid #071155;
    width: 10%;
    position: absolute;
    top: 55px;
    left: 45%;
}

/* área da página da notícia */

.news-title {
    text-align: center;
}

.corpo-news p {
    text-align: justify;
    color: #000;
    font-size: 15px;
}

.news-img-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
}

.imagem-cortada {
    width: 100%; /* Largura desejada */
    height: 400px; /* Altura desejada */
    object-fit: cover;
    object-position: center; /* Centraliza a imagem cortada */
}

.post-info p {
    color: #0664D7;
}

/* carrosel news */

    /* carousel */

    .container-fluid {
        padding: 0px;


    }
    
    #mainSlider .carousel-inner, #mainSlider .carousel-item {
        height: 60vh;
    }
    
    #mainSlider .carousel-caption {
        top: 30%;
    }
    
    #mainSlider .carousel-caption h2 {
        font-size: 50px;
        margin-bottom: 30px;
        color: #000;
    }
    
    #mainSlider .carousel-caption p {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 100px;
        color: #000;
    }
    
    .main-btn {
        background-color: #65daf9;
        color: #fff;
        text-transform: uppercase;
        width: 200px;
        height: 60px;
        padding: 10px 20px;
        border-radius: 30px;
        border: 3px solid transparent;
        transition: .5s;
    }
    
    .main-btn a {
        text-decoration: none;
    }
    
    .main-btn:hover {
        text-decoration: none;
        color: #fff;
        background-color: transparent;
        border-color: #65daf9;
    }
    
    .carousel-indicators .active {
        background-color: #65daf9;
    }
/* veja tambem */

.div-vejatbm {
    padding-top: 20px;
    position: relative;
}

.texto-sobre-imagemx {
    font-size: 15px;
    position: absolute;
    top: 20px;
    left: 10px; 
    background-color: #0664D7;
    color: aliceblue; 
    line-height: 1.2;
    padding: 3px;
    border-radius: 5px;
    }


/* TODAS AS NOTÍCIAS */

.news-card {
    box-shadow: 5px 5px 15px rgba(0,0,0,.5);
    padding: 20px;
    margin: 10px;
    height: 40vh;
    transition: .5s;
}

.news-card:hover{
    height: 50vh;
}

.news-more-btn {
    text-align: center;
    color: #0664D7;
    font-size: 50px;
    transition: .3s;
}

.news-more-btn:hover {
    text-align: center;
    color: #0664D7;
    font-size: 60px;
}

.div-news-btn {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.link-div div {
  cursor: pointer;
}


.link-div {
  text-decoration: none; /* Remove o sublinhado do link */
  display: block; /* Faz o <a> se comportar como um bloco */
  color: inherit; /* Herda a cor do texto para manter o estilo da div */
}







.menu-principal {
    width: 100%;
    background-color: rgba(128, 128, 128, 0.2); /* Fundo cinza mais invisível */
    border-radius: 8px; /* Bordas levemente arredondadas */
	position: relative ;
	top:-200px;
}

.menu {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-item {
    width: 100%;
}

.menu-item a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: black;
    text-align: center;
    transition: background-color 0.3s, transform 0.1s;
}

.menu-item a:hover {
    background-color: #5f9ea0; /* Azul levemente escuro */
    color: white;
}

.menu-item a.active {
    background-color: #000080; /* Azul marinho */
    color: white;
    transform: scale(1.02); /* Efeito de botão pressionado */
	border-radius: 8px;
}

.menu-item-topo a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: black;
    text-align: center;
    transition: background-color 0.3s, transform 0.1s;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.menu-item-topo a:hover {
    background-color: #5f9ea0; /* Azul levemente escuro */
    color: white;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.menu-item-topo a.active {
    background-color: #000080; /* Azul marinho */
    color: white;
    transform: scale(1.02); /* Efeito de botão pressionado */
	border-radius: 8px;
}

.menu-item-base a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: black;
    text-align: center;
    transition: background-color 0.3s, transform 0.1s;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.menu-item-base a:hover {
    background-color: #5f9ea0; /* Azul levemente escuro */
    color: white;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.menu-item-base a.active {
    background-color: #000080; /* Azul marinho */
    color: white;
    transform: scale(1.02); /* Efeito de botão pressionado */
	border-radius: 8px;
}





























@import url(https://fonts.googleapis.com/css?family=Lora|Roboto:400,500);


body::before,
body::after {
  content: "";
  display: table;
  clear: both;
}
body * {
  box-sizing: inherit;
}
p, h1 {
  margin: 0; padding: 0;
}

 body, .text-light-black {
   color: rgba(0,0,0,0.6);
}
.text-black {
  color: rgba(0,0,0,0.9);
}
.text-muted {
  color: rgba(0, 0, 0, 0.3);
}



.text-uppercase {
  text-transform: uppercase;
}
.ff-serif {
  font-family: 'Lora', serif;
}

.font-weight-normal {
  font-weight: normal;
}
.font-weight-medium {
  font-weight: 500;
}

 .lts-1px {
   letter-spacing: 1px;
}
.lts-2px {
  letter-spacing: 2px;
}


.w-full {
  width: 100%;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}

.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute
}



.bg-white {
  background-color: #fff;
}






.small {
  font-size: 0.75rem;
}
.card-heading {
  font-size: 2.25rem;
}
.styled-link {
  text-decoration: none;
  outline: none;
  color: #2196fe;
  transition: all 0.25s ease-in; 
}
.styled-link:hover,
.styled-link:focus,
.styled-link:active {
  color: #536dfe;
}
.shadow-1 {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
.blue-hover {
  transition: all 0.25s ease-in;
  border-bottom: 5px solid transparent;
}
.blue-hover:hover {
  transform: translateY(-5px);
  border: none;
  border-bottom: 5px solid #2196fe;
}




.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.float-left {
  float: left;
}
.float-right{
  float: right;
}






/**Margin and padding utilities*/
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}


.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}

.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 2rem;
}
.ml-3 {
  margin-left: 3rem;
}




.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}


.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 2rem;
}
.pt-3 {
  padding-top: 3rem;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.pb-3 {
  padding-bottom: 3rem;
}






























.b-game-card {
  position: relative;
  z-index: 1;

  perspective: 1000px;
}
.b-game-card__cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  transform-origin: top center;
  will-change: transform;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out;
}
.b-game-card__cover::after {
  display: block;
  content: '';
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(226deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0) 60%);
  transform: translateY(-20%);
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
}
.b-game-card:hover .b-game-card__cover {
  transform: rotateX(7deg) translateY(-6px);
}
.b-game-card:hover .b-game-card__cover::after {
  transform: translateY(0%);
}
.b-game-card::before {
  display: block;
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px 12px rgba(0, 0, 0, 0.4);
  will-change: opacity;
  transform-origin: top center;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out, opacity 0.5s ease-in-out;
}
.b-game-card:hover::before {
  opacity: 0.6;
  transform: rotateX(7deg) translateY(-6px) scale(1.05);
}























.navbarx {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a7caf9;
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adiciona uma sombra abaixo do menu */
}
.navbarx img {
  height: 40px;
  margin-right: 20px;
}
.navbarx a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  font-size: 22px;
}
.navbarx a:hover {
  background-color: #0015ff11;
  border-radius: 10px;
}
.navbarx ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.navbarx li {
  position: relative;
}
.navbarx li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #a7caf9;
  padding: 0;
  border-radius: 10px;
}
.navbarx li:hover ul {
  display: block;
}
.navbarx li ul a {
  white-space: nowrap;
}
.navbarx li ul li {
  width: 280px;
}






.redes-sociais a{
  color: #071155;
  text-decoration: none;
}