@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Montserrat:wght@300;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  list-style: none;
}

body, html {
  width: 100%;
  height: 100%;
  background-color: #06122c;
  color: white;
}

.header {
  background-color: #072243;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  text-align: center;
}

.header img {
  width: 24px;
  height: 24px;
}

.header p {
  margin: 0 10px;
  font-size: 14px;
}

.header .buttons button {
  background-color: #1160ab;
  border: none;
  border-radius: 100px;
  color: white;
  padding: 6px 16px;
  margin: 4px;
  font-size: 14px;
  cursor: pointer;
}

.navbar {
  background: #06122c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  height: 50px;
  margin-left: 20%;
}

.hamburger {
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  display: none;
}

.nav-links {
  display: flex;
  gap: 40px;
  margin-right: 10%;
}

.nav-links li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: white;
  transition: color 0.3s ease;
}

.nav-links li a:hover {
  color: #1160ab;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10%;
  min-height: 90vh;
}

.banner .textos {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 5%;
  margin-top: -9rem;
}
.textos h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
}
.banner img {
  max-width: 30%;
  border-radius: 16px;
  margin-top: -6rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#typewriter-h1 {
  font-size: 56px;
  font-weight: 400;
  animation: blink 0.75s step-end infinite;
}

#typewriter-h2 {
  font-size: 28px;
  font-weight: 300;
  animation: blink 0.75s step-end infinite;
}

@keyframes blink {
  0%, 100% { border-color: transparent; }
  50% { border-color: rgba(255,255,255,0.75); }
}


.sobre {
  background-color: #082850;
  background-image: url("../assets/reuniao.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  height: 90vh;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 80px 10%;
  position: relative;
  color: white;
}

.sobre-conteudo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 2;
  align-items: center;
}

.sobre-conteudo img {
  max-width: 25%;
  margin-left: 10%;
  border-radius: 100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.sobre .texto {
  flex:-2;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  padding: 20px;
  border-radius: 12px;
}
.texto h2{
  font-size: 50px;
}
.texto p{
  font-size: 25px;
  margin-top: 20px;
}
.texto button{
  background-color: #1160AB;
  min-height: 50px;
  font-size: 18px;
  margin-top: 20px;
  border: none;
  border-radius: 100px;
  width: 200px;
  text-transform: uppercase;
  color: white;
}

.dif{
  display: flex;
  align-items: center;
  justify-content: center;
}
.diferenciais-border{
  background-color: #1160ab;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110vh;
  width: 50%;
  border-radius: 70px;
}
.diferenciais{
text-align: center;
}
.diferenciais button{
  background-color: #1160AB;
  text-transform: uppercase;
  font-size: 30px;
  height: 60px;
  width: 60vh;
  border: none;
  border-radius:100px;
  color: white;
  margin-top: 3%;
  margin-bottom: 4%;
}
.texto-d{
  font-size: 45px;
  margin-top:5%;
  margin-bottom: 5%;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.diferenciais h2{
  font-size: 50px;
  margin-top: 5%;
  margin-bottom: 5%;
}
.diferenciais .cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 30px;
}

.diferenciais .card {
  background-color: #072243;
  border-radius: 12px;
  padding: 20px;
  width: 600px;
  min-height: 150px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.diferenciais .card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.diferenciais .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.diferenciais .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.diferenciais .card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #fff;
}

.diferenciais .card p {
  font-size: 14px;
  color: #ccc;
}



.noticias {
  padding: 60px 10%;
  background-color: #072243;
  text-align: center;
}

.noticias-header h2 {
  font-size:50px;
  font-weight: 600;
  color: #1160ab;
}

.noticias-header h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 6%;
  margin-bottom: 40px;
}

.lista-noticias {
  display: flex;
  gap: 30px;
}

.noticia-item {
  display: inline-block;
  background-color: #06122c;
  border-radius: 12px;
  max-width: 470px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.noticia-item img {
  width: 350px;
  object-fit: cover;
}

.conteudo-noticia {
  padding: 20px;
  text-align: left;
}

.conteudo-noticia h4 {
  font-size: 33px;
  color: #1160AB;
  margin-bottom: 10px;
}

.conteudo-noticia p {
  font-size: 25px;
  color: #ccc;
  margin-top: 4%;
}

.botao-leia-mais {
  font-weight: 600;
  color: white;
  text-decoration: none;
}
.conteudo-noticia button{
  background-color: #1160AB;
  width: 400px;
  height: 40px;
  text-align: center;
  border: none;
  border-radius: 100px;
  font-size:19px;
  margin-top: 15%;
}

.ver-todas {
  margin-top: 40px;
  font-size: 20px;
  padding: 15px;
  font-weight: 600;
  background: transparent;
  border:none;
  border: solid 3px #1160AB;
  border-radius: 100px;
  width: 43%;
}
.ver-todas:hover{
  background-color: #1160AB;
  color: white;
  transition: 1s;
}
.ver-todas a{
  color: white;
}
.aro-news-form {
  padding: 60px 10%;
  background-color: #072243;
  text-align: center;
  color: white;
  height: 60vh;
}

.aro-news-form h2 {
  font-size: 36px;
  color: #1160ab;
  margin-bottom: 10px;
}

.aro-news-form p {
  font-size: 18px;
  margin-bottom: 30px;
}

.news-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 500px;
  margin: 0 auto;
}

.news-form input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  background-color: #0d2a4a;
  color: white;
}

.news-form input::placeholder {
  color: #aaa;
}

.news-form button {
  background-color: #1160ab;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.news-form button:hover {
  background-color: #0d3e70;
}


.footer {
  background-color: #06122c;
  color: white;
  padding: 60px 10% 40px;
  font-family: 'Roboto', sans-serif;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

.logo-footer {
  max-width: 180px;
  align-self: flex-start;
}

.footer-unidades h3,
.footer-endereco h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-unidades ul {
  list-style: none;
  padding: 0;
}

.footer-unidades button {
  background: none;
  border: 1px solid #1160ab;
  color: white;
  padding: 10px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 6px;
  width: 220px; /* largura maior para desktop */
  text-align: left;
  transition: background 0.3s, color 0.3s;
  font-size: 15px;
}

.footer-unidades button:hover {
  background-color: #1160ab;
  color: #fff;
}

.footer-endereco p {
  line-height: 1.6;
  font-size: 14px;
  color: #ccc;
}

.footer-mapa {
  margin-bottom: 30px;
}

.footer-mapa iframe {
  width: 100%;
  height: 250px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.footer-social img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
  transition: transform 0.2s ease;
}

.footer-social img:hover {
  transform: scale(1.1);
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
}

.footer-bottom img {
  max-width: 500px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .logo-footer {
    align-self: center;
    margin-bottom: 20px;
  }

  .footer-social {
    flex-wrap: wrap;
  }
}


