@media all and (max-width: 23.4375em) {
  html {
    font-size: 46%;
    scroll-behavior: smooth;
    overflow-x: hidden;
  }

  /* HERO */

  .hero {
    height: 82vh;
  }

  /* SEÇÃO QUEM SOMOS */

  .sobre-empresa {
    padding: 3rem 1.5rem;
    margin: 0;
  }

  .imagem-sobre {
    max-width: 90%;
  }

  .imagem-sobre img {
    height: 20rem;
  }

  .texto-sobre h2 {
    font-size: 2.4rem;
  }

  .texto-sobre p {
    font-size: 2rem;
    line-height: 1.2;
  }

  /* SEÇÃO IDENTIDADE INSTUTUCIONAL */

  .card p {
    font-size: 2.2rem;
  }

  .icone-card i {
    font-size: 4.4rem;
  }

  /* SEÇÃO PARCEIROS - CARROSSEL */

  .parceiros {
    width: 100%;
    height: auto;
    min-height: 14rem;
    padding: 0 1rem;
  }

  .container {
    margin: 0 1rem;
    width: 100%;
  }

  .container-parceiros h2 {
    font-size: 2.4rem;
    padding: 0;
    margin-bottom: 0;
  }

  .carousel-track {
    animation: scroll 25s linear infinite;
    gap: 0;
  }

  .carousel-track img {
    height: 8rem;
    width: auto;
  }

  /* SEÇÃO NOSSOS (SERVIÇOS) */

  .grid-servicos {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 0;
  }

  /*  SEÇÃO PORTFÓLIO  */

  .galeria-section {
    padding: 0;
    margin: 0 2rem;
  }

  .section-title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0;
  }

  .section-title h2 {
    font-size: 2.8rem;
    padding-top: 0;
  }

  .section-title p {
    font-size: 2.3rem;
    text-shadow: none;
    line-height: 1.4;
    padding-bottom: 2rem;
    margin-top: 0;
  }

  .subtitulo-split i {
    font-size: 3rem;
    margin-right: 1rem;
  }

  .subtitulo-split h3 {
    font-size: 2.8rem;
    padding-right: 4rem;
  }

  .portfolio-split {
    gap: 1.5rem;
  }

  .grid-interna {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .galeria-item {
    height: 15rem;
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 0.8rem;
    overflow: hidden;
  }

  .galeria-item img:hover {
    transform: none;
  }

  .paginacao-controles {
    gap: 0.5rem;
  }

  /* AJUSTE DA GALERIA (LIGHTBOX) */

  .lightbox-modal {
    padding: 1rem;
  }

  .lightbox-conteudo {
    max-width: 95%;
    max-height: 95vh;
    margin-top: 15rem;
  }

  .fechar-btn {
    display: flex;
    top: 10rem;
    right: 3rem;
    width: 3rem;
  }

  #video-ampliado {
    max-height: 55vh;
  }

  /* SEÇÃO CONTATO */

  .secao-contato {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 3rem;
    padding-bottom: 0;
    margin: 0 2rem;
  }

  .container-contato .contato-form form input,
  .container-contato .contato-form form textarea,
  .container-contato .contato-form form select {
    font-size: 1.8rem;
  }

  .container-hero-mapa iframe {
    height: 30rem;
  }

  /* SEÇÃO FOOTER */

  .footer {
    padding: 2rem 0;
  }

  .container-footer {
    margin: 0 1.5rem;
    padding-bottom: 0;
  }

  /* COBERTURA DO RODAPÉ */

  .footer,
  .container-footer,
  .footer-bottom {
    background-color: #003366 !important;
    position: relative !important;
    z-index: 9999 !important;
    padding: 1rem 0 !important;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
