* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Google Sans", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

:root {
  --header-height: 80px;
}

header {
  display: flex;
  position: fixed;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  height: 140px;
  background-color: #ffffff;
  border-bottom: solid 1px rgb(218, 218, 218);
  z-index: 1000;
}

.menu i {
  color: rgb(0, 0, 0);
}

.nav-links {
  width: 690px;
  display: flex;
  justify-content: space-around;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.selo-confianca img {
  height: 45px;
  width: auto;
}

.nav-links a,
.nav-toggle a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding-bottom: 5px;
  position: relative;
  font-weight: 800;
}

.nav-links a::after,
.nav-toggle a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #c0cdff;
  transition: width 0.3s ease;
  font-weight: 800;
}

.nav-links a:hover::after,
.nav-toggle a:hover::after {
  width: 100%;
}

.nav-links a:hover {
  color: #001e96;
}

.nav-toggle {
  display: none;
}

.btn-header {
  height: 40px;
  width: 210px;
  cursor: pointer;
  border-radius: 6px;
  background-color: #25d366;
  color: white;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease-in-out 0s;
}

.btn-header:hover {
  background-color: rgb(216, 0, 0);
}

.btn-footer {
  height: 40px;
  width: 210px;
  cursor: pointer;
  border-radius: 6px;
  background-color: #25d366;
  color: white;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease-in-out 0s;
}

.btn-footer:hover {
  background-color: rgb(216, 0, 0);
}

.inicio {
  display: flex;
  min-height: calc(100vh - var(--header-height));
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
  background-image: url(/assets/fundo-inicio.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: var(--header-height);
  margin-top: 0;
  box-sizing: border-box;
  color: white;
}

.inicio .conteudo {
  max-width: 500px;
}

.inicio img {
  max-width: 450px;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.inicio h1 {
  line-height: 1.2;
}

.inicio p {
  line-height: 1.5;
  color: rgb(155, 155, 155);
}

.conteudo h1,
p {
  margin-bottom: 10px;
}

.btn-conheça {
  height: 40px;
  width: 230px;
  cursor: pointer;
  border-radius: 6px;
  background-color: #24315e;
  color: white;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease-in-out 0s;
}

.btn-conheça:hover {
  background-color: #152045;
}

.btn-encontre {
  height: 40px;
  width: 230px;
  cursor: pointer;
  border-radius: 6px;
  background-color: white;
  color: rgb(0, 0, 0);
  border: solid 1.5px rgb(213, 213, 213);
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
}

.btn-encontre:hover {
  background-color: #152045;
  color: white;
}

.inicio button {
  margin-top: 15px;
}

.dados {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-height: 20vh;
  background-color: #ffffff;
}

.dados i {
  font-size: 35px;
}

.destaque {
  display: flex;
  text-align: center;
  flex-direction: column;
  color: #24315e;
}

.destaque p {
  line-height: 17px;
  margin-top: 12px;
}

.Diferenciais {
  min-height: 100vh;
}

.menu {
  display: none;
}

.adx {
  height: 100vh;
  display: flex;
  background-color: #152045;
}

.adx-desk {
  width: 100%;
}

.adx-mobile {
  display: none;
}

.footer-institucional {
  background-color: #24315e;
  color: #ffffff;
  padding: 60px 20px 20px 20px;
  font-family: sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 40px;
}

.footer-box h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-box h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
}

.footer-box p {
  line-height: 1.6;
  font-size: 0.95rem;
  color: #e0e0e0;
}

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

.footer-box ul li {
  margin-bottom: 12px;
}

.footer-box ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 0.95rem;
}

.footer-box ul li a:hover {
  opacity: 0.7;
}

.footer-redes {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.footer-redes a {
  color: white;
  font-size: 1.5rem;
}

.footer-copyright {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
  color: #ccc;
}

.footer-container .selo-anp img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease;
  margin-top: -35px;
  margin-bottom: -35px;
}

.selo-anp {
  background-color: white;
  width: 150px;
  height: 80px;
}

.footer-container .selo-anp img:hover {
  opacity: 0.8;
}

.footer-container .selo-anp p {
  font-size: 0.75rem;
  color: #ffffff;
  margin: 0;
}

.selecionar {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.caixas {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.caixa1,
.caixa2 {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 24px;
  padding: 30px 20px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}

.caixa1:hover,
.caixa2:hover {
  transform: translateY(-5px);
}

.caixa1 img,
.caixa2 img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 20px 20px 0 0;
  display: block;
  margin-bottom: 20px;
}

.caixa1 p,
.caixa2 p {
  max-width: 300px;
  margin: 20px auto;
  color: #475569;
  font-size: 1rem;
  line-height: 1.4;
}

.btn.ajuste {
  background-color: #24315e;
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 10px;
  width: auto;
  min-width: 180px;
}

.btn.ajuste:hover {
  background-color: #1b2547;
  transform: scale(0.98);
}

.frase {
  text-align: center;
  margin: 40px auto;
}

.frase p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #ff0000;
  font-weight: 900;
  display: inline-block;
  position: relative;
  line-height: 25px;
}

.frase p::before {
  content: "“";
  font-size: 2rem;
  margin-right: 8px;
  vertical-align: middle;
  color: #fc0000;
}

.frase p::after {
  content: "”";
  font-size: 2rem;
  margin-left: 8px;
  vertical-align: middle;
  color: #ff0000;
}

.destaque1 {
  color: yellow;
  font-weight: 900;
}

.footer-logo-wrapper {
  background-color: white;
  border-radius: 12px;
  padding: 8px 12px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.dropdown-produtos {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background: white;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 12px;
  overflow: hidden;
  top: 100%;
  left: 0;
}
.dropdown-content a {
  color: #1e2a5e;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: background 0.2s;
}
.dropdown-content a:hover {
  background: #f1f5f9;
}
.dropdown-produtos:hover .dropdown-content {
  display: block;
}
@media (max-width: 768px) {
  .dropdown-content {
    position: static;
    box-shadow: none;
    background: transparent;
  }
  .dropdown-content a {
    padding-left: 30px;
  }
  .mobile-dropdown {
    position: relative;
  }
  .mobile-dropdown span {
    display: block;
    padding: 10px 0;
    cursor: pointer;
    font-weight: 900;
    font-size: 20px;
  }
  .mobile-dropdown-content {
    display: none;
    flex-direction: column;
    background-color: #091342;
    border-radius: 6px;
    padding: 10px;
  }
  .mobile-dropdown.active .mobile-dropdown-content {
    display: flex;
  }
  .mobile-dropdown .detalhe {
    font-size: 18px;
    font-weight: 300;
  }
}

@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }

  .caixa1,
  .caixa2 {
    flex: 1 1 350px;
    padding: 20px 15px 30px;
  }
  .btn.ajuste {
    padding: 10px 24px;
    font-size: 0.9rem;
    min-width: 160px;
  }

  .adx-desk {
    display: none;
  }

  .adx-mobile {
    display: block;
    width: 100%;
  }

  .inicio {
    background-image: url(/assets/fundo-inicio-mobile.jpg);
  }

  .btn-header {
    width: 100px;
  }

  .footer-selo {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer-container .selo-anp a {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-box h3::after {
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-redes {
    justify-content: center;
  }

  .frase p {
    font-size: 15px;
    padding: 10px;
  }

  .adx-mobile {
    display: block;
    width: 100%;
  }

  .adx-desk {
    display: none;
  }

  .inicio {
    background-image: url(/assets/fundo-inicio-mobile.jpg);
  }

  .btn-header {
    width: 100px;
  }
}

@media (max-width: 680px) {
  .caixas {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .caixa1,
  .caixa2 {
    width: 100%;
    max-width: 400px;
  }
  .caixa1 img,
  .caixa2 img {
    max-width: 90%;
  }
  .btn.ajuste {
    width: 80%;
    min-width: unset;
  }

  .adx-mobile {
    display: block;
    width: 100%;
  }

  .adx-desk {
    display: none;
  }

  .inicio {
    background-image: url(/assets/fundo-inicio-mobile.jpg);
  }

  .btn-header {
    width: 100px;
  }

  .selo {
    width: 120px;
    height: 40px;
  }
  .logo-fa {
    width: 120px;
    height: 80px;
  }
}

@media (max-width: 900px) {
  .btn-header {
    width: 100px;
  }

  .nav-toggle {
    display: flex;
    color: white;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #24315e;
    z-index: 1000;
    min-height: 100vh;
    overflow-y: auto;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
    padding: 80px 30px 20px 20px;
  }

  .nav-toggle .fa-xmark {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.5rem;
    cursor: pointer;
    color: #ffffff;
  }

  .nav-toggle a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    text-align: right;
  }

  .nav-toggle.active {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .logo img {
    width: 100px;
  }

  .nav-links {
    display: none;
  }

  .menu {
    display: block;
    cursor: pointer;
  }

  .inicio {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background-image: url(/assets/fundo-inicio-mobile.jpg);
  }

  .inicio img {
    width: 250px;
    margin-top: 25px;
    margin-bottom: -85px;
    padding: 0;
  }

  .inicio h1 {
    font-size: 25px;
    line-height: 31px;
    margin-top: -85px;
  }

  .inicio p {
    color: rgb(155, 155, 155);
    font-size: 15px;
  }

  .adx-mobile {
    display: block;
    width: 100%;
  }

  .adx-desk {
    display: none;
  }

  .btn-header {
    display: none;
  }

  .selo {
    width: 120px;
    height: 10px;
  }
  .logo-fa {
    width: 120px;
    height: 80px;
  }
}

.es {
  display: none;
}

.selo {
  width: 130px;
  height: 130px;
}

@media (max-width: 500px) {
  .inicio {
  display: flex;
 }
  .inicio img {
  margin-bottom: 25px;
 }

 .inicio h1 {
  line-height: 1.2;
  font-size: 22px;
  margin-top: 85px;
 }

 .inicio p {
  line-height: 1.5;
  color: rgb(155, 155, 155);
 }

 .selo {
    width: 70px;
    height: 90px;
    margin-right: -25px;
  }

  .logo-fa {
    width: 90px;
    height: 70px;
  }
}

@media (max-width: 360px) {
  .selo {
    width: 30px;
    height: 85px;
    margin-right: -15px;
    margin-left: -10px;
  }

  .logo-fa {
    width: 70px;
    height: 50px;
  }

  .lang-ativo {
    margin: -10px;
  }
}