@media all and (max-width: 61.9375em) {
  html {
    font-size: 59.375%;
  }

  /* CABEÇALHO */

  .header {
    margin: 0;
  }

  .container-header {
    height: 10rem;
    padding: 0 1rem 0 3rem;
    margin: 0;
  }

  .logo img {
    max-height: 10rem;
  }

  .nav-menu {
    display: none;
    position: fixed;
  }

  .nav-menu.active {
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: hsla(240, 100%, 4%, 0.95);
    transition: right 0.4s ease-in-out;
    z-index: 1000;
  }

  .nav-menu.active > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 2rem;
  }

  .nav-menu ul {
    display: none;
  }

  .link-politica {
    display: inline-block !important;
  }

  .nav-menu ul li:has(.link-politica) + li:has(.link-politica) {
    margin-top: 0;
  }

  .nav-menu ul a {
    font-size: 3rem;
    color: white;
    padding: 0;
  }

  .menu-toggle {
    display: block;
    background: transparent;
    top: 2.5rem;
    left: 2rem;
    cursor: none;
    border: none;
    z-index: 2000;
    width: 3rem;
    height: 3.5rem;
    padding: 0;
  }

  .menu-toggle i {
    display: none;
  }

  .menu-toggle .bar {
    display: block;
    width: 100%;
    height: 0.5rem;
    background-color: #003366;
    border-radius: 0.2rem;
    margin: 0.5rem 0;
    transition: all 0.4s ease-in-out;
  }

  .menu-toggle.active .bar:nth-child(1) {
    transform: translateY(1rem) rotate(45deg);
    background-color: #ffffff;
  }

  .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-1rem) rotate(-45deg);
    background-color: #ffffff;
  }

 /* SEÇÃO HERO */

  .hero {
    max-height: 100vh;
    text-align: center;
    margin-top: 4rem;
  }

  .hero h1 {
    font-size: 3.2rem;
    line-height: 1.2;
  }

  .hero p {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }

  .slider-container {
    width: 100vw;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .slide {
    width: 100vw;
    padding: 0 2rem;
  }

  .slide-content {
    text-align: start;
    padding: 0 8rem;
  }

  /* SETAS DO SLIDER */

  .seta-deslizante:hover {
  background: none;
  border-color: none;
  transform: translateY(-50%) scale(1.1);
  box-shadow: none
  }

  /* SEÇÃO QUEM SOMOS */

  .container-sobre {
    flex-direction: column;
    align-items: center;
  }

  .texto-sobre p {
    font-size: 2rem;
  }

  .imagem-sobre img {
    max-width: 60rem;
  }

  /* SEÇÃO IDENTIDADE INSTITUCIONAL */

  .container-identidade {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 1.5rem 0;
    gap: 1rem;
  }

  .card {
    padding: 1rem;
  }

  .card h3 {
    font-size: 2rem;
    padding: 0 4rem;
  }

  .card p {
    font-size: 1.8rem;
  }

  .card li a {
    font-size: 1.8rem;
  }

  /* SEÇÃO NOSSOS (SERVIÇOS) */

  .servicos {
    padding-bottom: 1.5rem;
  }

  .servicos h2 {
    padding: 1rem;
  }

  .grid-servicos {
    gap: 1rem;
  }

  /* SEÇÃO PORTFÓLIO */

  .galeria-section {
    padding-bottom: 1.5rem;
  }

  .section-title {
    margin-bottom: 1.5rem;
  }

  .section-title p {
    font-size: 2.4rem;
  }

  .portfolio-split {
    grid-template-columns: 1fr;
  }

  .subtitulo-split h3 {
    font-size: 2.8rem;
  }

  .subtitulo-split i {
    font-size: 3rem;
  }

  .paginacao-controles {
    gap: 2.5rem;/
}

  /* SEÇÃO CONTATO */

  .secao-contato {
    grid-template-columns: 1fr;
    padding: 1.5rem 0;
  }

  .container-hero-mapa iframe {
    height: 30rem;
  }

  /* SEÇÃO FOOTER */

  .footer {
  padding: 3rem 4rem 1rem 4rem;
}

  .footer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-col {
    padding-left: 5rem;
  }

  .footer-col h4 {
    font-size: 1.8rem;
  }

  .footer-col ul {
    font-size: 1.4rem;
  }

  .redes-sociais {
    gap: 3rem;
  }

  .redes-sociais a {
    font-size: 4rem;
  }

  
  /* CHAMADA PARA AÇÃO (QUEM SOMOS / CONTATO) */

  .container-chamada p {
    line-height: 3rem;
    padding: 0 6rem;
    margin-bottom: 2rem;
  }


  /* BARRA COOKIES */

  .lgpd-container {
    flex-direction: column;
    text-align: center;
    gap: 1.2rem;
    padding: 1.5rem 2rem;
  }

  .lgpd-content p {
    font-size: 1.9rem;
    font-weight: 100;
    line-height: 1.4;
  }

  .lgpd-button {
    font-size: 1.8rem;
    width: auto;
  }

  .google {
  padding-left: 0;
  }

  .nav-menu .google a {
  font-size: 2rem;
  padding-top: 0;
  }

  
}
