@media all and (max-width: 30em) {
  html {
    font-size: 45%;
    scroll-behavior: smooth;
  }

  /* POPUP */

  .popup-container {
    width: 90%;
    max-width: 60rem;
  }

  .popup-container h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  .popup-container p {
    font-size: 2.8rem;
  }

  .popup-close {
    font-size: 3.9rem;
  }

  /* SEÇÃO CABEÇALHO */

  .header .container {
    padding: 0 2rem;
  }

  /* PÁGINA INÍCIO HERO */

  .hero {
    height: 60vh;
    margin-top: 10rem;
  }

  .banner-slide-1 {
    background-image: url("/img/banners/centro-de-chamadas-squoosh-480.webp");
  }

  .banner-slide-2 {
    background-image: url("/img/banners/portaria_remota-squoosh-480.webp");
  }

  .banner-slide-3 {
    background-image: url("/img/banners/verificacao-de-identificacao-biometrica-squoosh-480.webp");
  }

  .slide-content h1 {
    font-size: 3.9rem;
    margin-bottom: 2rem;
  }

  .slide-content p {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }

  .btn {
    background-color: var(--cor-btn);
    font-size: 2rem;
    color: var(--cor-texto-2);
    padding: 1.2rem 2.5rem;
    cursor: none;
  }

  .carousel-track {
    animation: scroll 30s linear infinite;
  }

  .parceiros h2 {
    padding: 0 4rem;
    margin-bottom: 2.5rem;
  }

  .parceiros h2 {
    font-size: 3.4rem;
  }

  .servicos h2 {
    font-size: 3.9rem;
  }

  .servicos {
    padding-bottom: 1rem;
    margin: 2rem;
  }

  .servico img {
    width: 8rem;
  }

  .servico h3 {
    font-size: 3.1rem;
  }

  .servico p {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 300;
  }

  .grid-servicos {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 2rem;
    gap: 3rem;
  }

  #assistente-container {
    bottom: 4rem;
    right: 1.5rem;
  }

  .assistente-balao {
    padding: 1rem;
  }

  .assistente-balao p {
    font-size: 2.8rem;
    text-align: center;
    padding-top: 4rem;
  }

  .btn-wpp {
    font-size: 2.4rem;
    font-weight: bolder;
    text-align: center;
    padding: 1rem 2rem;
    margin-top: 2rem;
    margin-left: 1rem;
  }

  .fechar {
    top: 1rem;
    right: 2rem;
    border: none;
    font-size: 4rem;
    cursor: none;
    color: #888;
  }

  /* PÁGINA QUEM SOMOS */

  .sobre-empresa {
    position: relative;
    padding: 2rem 0.5rem;
  }

  .container-sobre {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .texto-sobre {
    text-align: left !important;
    padding: 2rem 1rem;
    margin: 0 1rem;
  }

  .texto-sobre h2 {
    font-size: 4.8rem;
    padding-bottom: 2.2rem;
  }

  .texto-sobre p {
    font-size: 2.8rem;
    line-height: 1.4;
    padding-bottom: 2rem;
  }

  .imagem-sobre {
    max-width: 45rem !important;
    overflow: hidden;
  }

  .imagem-sobre img {
    max-width: 45rem;
    height: 40rem;
  }

  /* PÁGINA QUEM SOMOS - SEÇÃO PARCEIROS */

  .parceiros h2 {
    font-size: 4.2rem;
  }

  /* PÁGINA QUEM SOMOS - SEÇÃO SERVIÇOS */

  .servicos-sobre {
    padding: 0 0.5rem;
    margin: 0 1rem;
  }

  .grid-quem-somos {
    padding: 2.5rem 0;
    gap: 2rem;
  }

  .quem-somos {
    padding: 3rem;
  }

  .quem-somos img {
    width: 8.6rem;
  }

  .quem-somos h3 {
    font-size: 4.8rem;
  }

  .quem-somos p {
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: bolder;
  }

  .quem-somos li a {
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: bolder;
  }

  /* PÁGINA ALARMES 24H - PÁGINA CONTROLE DE ACESSO - PÁGINA MONITORAMENTO CFTV - PÁGINA PORTARIA REMOTA - PÁGINA SEGURANÇA PERIMETRAL */

  .hero-fixo {
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .banner-quem-somos {
    background-image: url(/img/banners/acesso-digital-squoosh-400.webp);
  }

  .banner-alarme24h {
    background-image: url(/img/banners/central-monitoramento-alarmes-squoosh-400.webp);
  }

  .banner-controle-acesso {
    background-image: url(/img/banners/controle-de-acesso-squoosh-400.webp);
  }

  .banner-monitoramento-cftv {
    background-image: url(/img/banners/monitoramento-squoosh-400.webp);
  }

  .banner-portaria-remota {
    background-image: url(/img/banners/portaria-remota-ia-squoosh-400.webp);
  }

  .banner-seguranca-perimetral {
    background-image: url(/img/banners/seguranca-perimetral-entrada-squoosh-400.webp);
  }

  .conteudo-hero h1 {
    font-size: 4.8rem;
    font-weight: bolder;
    margin-bottom: 5.2rem;
  }

  .btn-hero {
    font-size: 2.6rem;
    font-weight: bolder;
    border-radius: 2.6rem;
    padding: 1.6rem 2.8rem;
  }

  .container-pagina {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    margin: 0 1rem;
    gap: 1rem;
  }

  .texto-servico h2 {
    font-size: 4.2rem;
  }

  .texto-servico p {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.4;
  }

  .imagem-servico {
    flex: 30rem;
    text-align: center;
  }

  .imagem-servico img {
    max-width: 35rem;
    height: 30rem;
    border-radius: 1.6rem;
  }

  .container-beneficios {
    max-width: 50rem;
    margin: 0;
  }

  .beneficios-servico li[data-aos].aos-animate {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  .chamada-contato {
    padding: 5rem 3rem;
  }

  .container-chamada h2 {
    font-size: 3.8rem;
  }

  .container-chamada p {
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--cor-texto);
    text-shadow: 0.3rem 0.3rem #000000;
    padding: 3rem 0;
  }

  .container-cftv h3 {
    font-size: 3.8rem;
    margin-bottom: 1.8rem;
  }

  .grid-beneficios-cftv {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    gap: 3rem;
  }

  .container-cftv h4 {
    font-size: 4rem;
    margin: 1.5rem 0;
  }

  .servico-cftv li {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 3rem;
    margin-bottom: 2rem;
  }

  /* PÁGINA CONTATO */

  .secao-contato {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 15rem;
    margin: 0 1rem;
  }

  .contato-info {
    padding: 0 2rem;
  }

  .container-contato {
    margin: 0 2rem;
  }

  .contato-info h2 {
    font-size: 4.8rem;
    margin-bottom: 3.2rem;
  }

  .contato-info p {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 600;
  }

  .contato-info i {
    font-size: 2.8rem;
    margin-right: 1.8rem;
  }

  .redes-contato .fab {
    font-size: 5.4rem;
    margin-right: 2.8rem;
  }

  .contato-form form {
    gap: 2rem;
  }

  .contato-form input,
  .contato-form textarea {
    font-size: 2.2rem;
  }

  form select {
    font-size: 2.2rem;
  }

  form button[type="submit"] {
    font-size: 2.6rem;
    font-weight: bolder;
    color: var(--cor-texto-2);
    border-radius: 2.6rem;
    padding: 1.6rem 2.8rem;
    margin: 2rem;
  }

  .container-hero-mapa {
    margin: 2rem 3rem;
  }

  /* POLITICA DE PRIVACIDADE / POLITICA DE COOKIES */

  .policy-section .container {
    padding-top: 15rem;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 5rem;
  }

  /* SEÇÃO FOOTER */

  .container-footer {
    display: flex;
    flex-flow: column;
    margin: 0 5rem;
  }

  .footer-col {
    flex: none;
    text-align: center;
  }

  .footer-col h4 {
    font-size: 3rem;
    font-weight: 300;
  }

  .footer-col p {
    font-size: 2.4rem;
    text-decoration: none !important;
    padding: 0 1.4rem;
    margin: 0;
  }

  .footer-col ul li a {
    font-size: 2.4rem;
    text-decoration: none !important;
    padding: 0 1.4rem;
    margin: 0;
  }

  .footer-col ul {
    list-style: none !important;
  }

  .footer-col ul li {
    margin-bottom: 1rem;
  }

  .redes-sociais a {
    font-size: 3.2rem;
  }

  .footer-bottom {
    font-size: 1.6rem;
    font-weight: 200;
    padding: 0 4rem;
  }

  .developed-by {
    font-size: 1.4rem;
  }
}
