* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.6;
}

.navbar {
  background-color: #fdfeff;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  z-index: 1000;
  border-bottom: 4px solid #000;
  position: relative;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #fff;
  width: 100%;
}

.navbar .logo {
  height: 90px;
}

.logo-container {
  padding-left: 40px;
}

.nav-menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin-right: 0;
  text-decoration: underline;
}

.nav-links a {
  color: #041757;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.5rem;
}

.nav-links a:hover {
  text-decoration: underline;
}

.nav-flags {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: 1.5rem;
}

.nav-flags .flag {
  width: 24px;
  height: 16px;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-flags .flag:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

.inicio-section {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 2rem;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
}

.inicio-text {
  flex: 1;
  max-width: 600px;
}

.inicio-text h1 {
  font-size: 2.5rem;
  color: #00244d;
  margin-bottom: 1rem;
}

.inicio-text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #636262;
}

.inicio-text p {
  margin-bottom: 1rem;
  color: #888888;
  text-align: justify;
  font-size: 1.7rem;
}

.inicio-text strong {
  color: #6d6d6d;
}

.inicio-text button {
  background-color: #7A96C9;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.inicio-text button:hover {
  background-color: #0055aa;
}

.inicio-img {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.inicio-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.servicos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 2rem;
  background-color: #f9f9f9;
  font-size: 1.5rem;
  background-color: #f0f0f0;
}

.servicos-img {
  flex: 1;
  max-width: 45%;
}

.servicos-img img {
  max-width: 100%;
  height: auto;
}

.servicos-text {
  flex: 1;
  max-width: 45%;
  padding-left: 2rem;
  text-align: right;
}

.servicos-text h1 {
  font-size: 2.5rem;
  color: #00244d;
  margin-bottom: 1.5rem;
}

.servicos-text h3 {
  color: #636262;
}

.servicos-text p {
  color: #888888;
}

.cards-conteiner {
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding: 4rem 2rem;
  background-color: #eef2f7;
  align-items: stretch;
}

.cards-conteiner .card:first-child {
  width: 400px;
  height: auto;
}

.card {
  background-color: #fff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 420px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
}

.card-icon img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-content h3 {
  margin-bottom: 1rem;
  color: #575757;
  font-size: 2rem;
}

.card p {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  color: #797979;
  font-size: 1.3rem;
  text-align: justify;
}

.card button {
  align-self: center;
  background-color: #7A96C9;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.card button:hover {
  background-color: #0055aa;
}

.video {
  padding: 4rem 2rem;
  background-color: #f9f9f9;
}

.video-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.video-content h1 {
  font-size: 2.5rem;
  color: #002b5c;
  margin-bottom: 1rem;
}

.video-content iframe {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.conquistas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 4rem 2rem;
  background: linear-gradient(to right, #002b5c, #7A96C9);
  text-align: center;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4), 0 -5px 15px rgba(0, 0, 0, 0.4);
}

.conquistas h1 {
  flex-basis: 100%;
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 3rem;
}

.conquista {
  flex: 1;
  min-width: 200px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  border-right: 1px solid #ffffff;
}

.conquistas.visible .conquista {
  opacity: 1;
  transform: translateY(0);
}

.conquistas.visible .conquista:nth-of-type(1) {
  transition-delay: 0.3s;
}

.conquistas.visible .conquista:nth-of-type(2) {
  transition-delay: 0.4s;
}

.conquistas.visible .conquista:nth-of-type(3) {
  transition-delay: 0.5s;
}

.conquistas.visible .conquista:nth-of-type(4) {
  transition-delay: 0.6s;
  border-right: none;
}

.conquista h2 {
  font-size: 2rem;
  color: #ffffff;
}

.conquista p {
  font-size: 1rem;
  color: #ffffff;
}

.footer {
  background-color: #fdfeff;
  color: #041757;
  padding: 2rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.30);
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.footer-logo-img {
  width: 200px;
  height: auto;
}

.footer-subtitle {
  color: #727272;
  font-size: 0.9rem;
  margin-top: 0.3rem;
}

.footer-menu {
  border-right: 2px solid #525666;
  padding-right: 2rem;
  text-align: right;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 0.25rem;
  text-align: right;
}

.footer-menu a {
  text-decoration: none;
  color: #041757;
  font-size: 1.4rem;
  font-weight: 500;
}

.footer-menu a:hover {
  color: #002b5c;
  text-decoration: underline;
}

.footer-contact {
  text-align: left;
}

.footer-contact h4 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #041757;
  font-size: 1.6rem;
}

.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
  color: #2c2c2c;
  font-size: 1.4rem;
}

.footer-contact i {
  font-size: 1.4rem;
  color: #5C7DF0;
}

.footer-contact a {
  color: #2c2c2c;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #002b5c;
  text-decoration: none;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #041757;
}

@media (max-width: 1200px) {

  .inicio-text p,
  .servicos-text p {
    font-size: 1.3rem;
  }
}

@media (max-width: 1024px) {
  .inicio-section {
    padding: 2rem 1.5rem;
    padding-left: 1rem;
  }

  .servicos {
    padding: 2rem 1.5rem;
    padding-right: 1rem;
  }

  .conquista h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 900px) {

  .hamburger {
    display: block;
    z-index: 1002;
  }

  .navbar-container {
    justify-content: space-between;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    flex-direction: column;
    padding: 1.5rem 0;
    border-bottom: 2px solid #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1001;
  }

  .nav-menu.active {
    display: flex;
    animation: dropdown 0.25s ease-out;
  }

  @-webkit-keyframes dropdown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes dropdown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .nav-links {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .nav-flags {
    justify-content: center;
    margin-top: 1rem;
    gap: 1rem;
  }

  .inicio-img img,
  .servicos-img img {
    max-width: 100%;
  }

  .cards-conteiner {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem;
  }

  .card {
    max-width: 95%;
  }
}

@media (max-width: 768px) {

  .inicio-section {
    padding: 2rem 1rem;
    flex-direction: column;
    text-align: center;
  }

  .inicio-text {
    max-width: 100%;
  }

  .inicio-text h1 {
    font-size: 2rem;
  }

  .inicio-text h2 {
    font-size: 1.5rem;
  }

  .inicio-text p {
    font-size: 1.1rem;
  }

  .inicio-img {
    justify-content: center;
    margin-top: 1.5rem;
  }

  .inicio-img img {
    width: 90%;
    max-width: 320px;
  }

  .servicos {
    padding: 2rem 1rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .servicos-img {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  .servicos-img img {
    width: 85%;
    max-width: 330px;
    height: auto;
    display: block;
  }

  .servicos-text {
    width: 100%;
    max-width: 600px;
    text-align: center !important;
    padding-left: 0;
  }

  .servicos-text h1 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }

  .servicos-text h3 {
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }

  .servicos-text p {
    text-align: justify;
    padding: 0 15px;
    font-size: 1.2rem;
    margin-bottom: 1.4rem;
    line-height: 1.5;
    color: #888;
  }

  .video-content iframe {
    height: 280px;
  }

  .conquistas {
    gap: 2rem;
  }

  .conquista {
    border: none;
  }

  .footer {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .footer-menu {
    border: none;
    padding: 0;
    text-align: center;
  }

  .footer-menu ul {
    padding: 0;
    margin: 0 auto;
    width: fit-content;
  }

  .footer-menu li {
    text-align: center;
    margin: 0 auto;
  }

  .footer-contact {
    text-align: center;
  }

  .footer-contact li {
    justify-content: center;
    font-size: 1.4rem;
    color: #2c2c2c;
  }
}

@media (max-width: 600px) {
  .inicio-section {
    padding: 1.5rem 1rem;
  }

  .servicos {
    padding: 1.5rem 1rem;
  }

  .inicio-text button {
    width: 100%;
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .navbar-container {
    padding: 0.5rem;
  }

  .logo {
    height: 55px;
  }

  .inicio-text h1 {
    font-size: 1.5rem;
  }

  .inicio-text h2 {
    font-size: 1.2rem;
  }

  .inicio-text p {
    font-size: 1rem;
  }

  .card p {
    font-size: 1rem;
  }

  .video-content iframe {
    height: 220px;
  }

  .conquista h2 {
    font-size: 1.4rem;
  }

  .footer-logo-img {
    width: 140px;
  }
}