@media all and (max-width: 30em) {
  html {
    font-size: 45%;
    scroll-behavior: smooth;
  }

  /* CABEÇALHO */

  .logo img {
    max-height: 7.2rem;
    width: auto;
  }

  /* HERO */

  .hero {
    height: 95vh;
    margin-top: 4rem;
  }

  .slider .slide {
    height: 100%;
  }

  .slide-content {
    padding: 0 2rem;
  }

  .slide-content h1 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
    line-height: 1.2;
  }

  .slide-content h3 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    font-weight: 400;
  }

  .slide {
    background-size: cover;
    background-position: center;
    padding: 0 5rem;
  }

  .banner-slide-1 {
    background-image: url("/img/banners/fm-mobile.webp");
  }

  .banner-slide-2 {
    background-image: url("/img/banners/split-chao-teto-mobile.webp");
  }

  .banner-slide-3 {
    background-image: url("/img/banners/trabalho-rapel-mobile.webp");
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .seta-deslizante {
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    border: none;
  }

  .seta-esquerda {
    left: 1rem;
  }

  .seta-direita {
    right: 1rem;
  }

  /* SEÇÃO QUEM SOMOS */

  .sobre-empresa {
    padding: 4rem 2rem;
    margin: 0;
  }

  .container-sobre {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 0;
  }

  .texto-sobre {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0;
  }

  .texto-sobre h2 {
    font-size: 3rem;
  }

  .texto-sobre p {
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.6;
  }

  .imagem-sobre img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    border-radius: 1rem;
  }

  /* SEÇÃO CHAMADA CONTATO "QUEM SOMOS" */

  .chamada-contato {
    padding: 0;
  }

  .container-chamada {
    display: flex;
    flex-direction: column;
    padding: 2rem 0.5rem;
    gap: 1rem;
  }

  .container-chamada h2 {
    font-size: 2.2rem;
    margin: 0;
  }

  .container-chamada p {
    font-size: 2rem;
    line-height: 1.4;
    color: var(--cor-texto);
    margin: 0;
  }

  .container-chamada .btn-hero {
    width: 60%;
    font-size: 1.8rem;
    align-self: center;
    padding: 1.5rem;
  }

  /* SEÇÃO IDENTIDADE INSTITUCIONAL */

  .identidade-institucional {
    margin: 0 2rem;
  }

  .container-identidade {
    display: grid;
    grid-template-columns: 1fr;
    padding: 2rem 0;
    gap: 2rem;
  }

  .card {
    display: flex;
    flex-direction: column;
    padding: 3rem 2rem;
    gap: 1rem;
  }

  .icone-card i {
    font-size: 4rem;
  }

  .card h3 {
    font-size: 2.2rem;
    margin-bottom: 0;
  }

  .card p {
    font-size: 2rem;
    line-height: 1.5;
  }

  .card li a {
    font-size: 2rem;
    line-height: 0;
  }

  .icone-card i {
    font-size: 4.2rem;
  }

  /* SEÇÃO PARCEIROS "CARROSSEL" */

  .parceiros {
    height: 13rem;
    padding: 2rem 0;
  }

  .container {
    width: 100%;
    padding: 0 1rem;
    margin: 0;
  }

  .container h2 {
    font-size: 2.2rem;
    padding: 0;
    margin-bottom: 1rem;
  }

  .carousel-parceiros {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .carousel-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 0rem;
    animation: scroll 20s linear infinite;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
  }

  .carousel-track img {
    height: 6.5rem;
    width: auto;
    filter: brightness(0) invert(1);
    object-fit: contain;
    margin: 0;
    pointer-events: none;
    user-select: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  /* SEÇÃO NOSSOS SERVIÇOS */

  .servicos {
    margin: 0 2rem;
  }

  .servicos h2 {
    font-size: 3.5rem;
    padding: 2rem 0;
  }

  .grid-servicos {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 0;
  }

  .card {
    padding: 3rem 2rem;
    gap: 1rem;
  }

  .icone-card i {
    font-size: 4.2rem;
  }

  .icone-card h3 {
    font-size: 2.2rem;
    margin-bottom: 0;
  }

  .icone-card p {
    font-size: 2rem;
    line-height: 1.5;
  }

  /*  SEÇÃO PORTFÓLIO  */

  .galeria-section {
    margin: 0 3rem;
  }

  .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;
  }

  .portfolio-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .subtitulo-split h3 {
    font-size: 2.8rem;
    padding-right: 4rem;
  }

  .grid-interna {
    display: flex;
    flex-direction: column;
  }

  .paginacao-controles .btn-pag {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: bold;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    border-width: 0.3rem;
    border-style: solid;
    margin: 0 1rem;
    padding: 0;
  }

  .paginacao-controles .btn-pag.ativo {
  }

  /* SEÇÃO CONTATO */

  .secao-contato {
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 0;
    margin: 0 2rem;
    gap: 1rem;
  }

  .container-contato {
    margin: 0;
  }

  .contato-form form {
    gap: 1rem;
  }

  .container-contato .contato-form form input,
  .container-contato .contato-form form textarea,
  .container-contato .contato-form form select {
    font-size: 2rem;
    max-height: auto;
  }

  .container-hero-mapa {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 2rem auto;
  }

  .container-hero-mapa iframe {
    width: 100%;
    height: 30rem;
  }

  /* SEÇÃO FOOTER */

  .footer {
    padding: 2rem;
  }

  .footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .email-item,
  .phone-item,
  .address-item {
    padding: 0 2rem;
  }

  .footer-col {
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    align-items: center;
    padding: 0;
  }

  .footer-col ul {
    display: flex;
    font-size: 2rem;
    flex-direction: column;
    list-style: none;
    gap: 1rem;
  }

  .serv,
  .seg,
  .rede {
    padding-left: 0;
  }

  .footer-col .fa-envelope,
  .footer-col .fa-phone-alt,
  .footer-col .fa-map-marker-alt {
    font-size: 2.6rem;
  }

  .footer-col h4 {
    font-size: 2.4rem;
    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;
    margin: 0;
  }

  .footer-col ul {
    list-style: none !important;
  }

  .footer-col ul li {
    margin-bottom: 0;
  }

  .email-item {
    text-align: left;
    padding: 10;
  }

  .address-item {
    text-align: left;
  }

  .redes-sociais {
    gap: 4rem;
  }

  .redes-sociais a {
    font-size: 4rem;
  }

  .footer-legal {
    display: flex;
    justify-content: center;
    gap: 0;
  }

  .footer-legal a {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0;
    margin-bottom: 1rem;
  }

  .footer-bottom {
    display: flex !important;
    flex-direction: column;
    font-size: 1.4rem;
    font-weight: 200;
  }

  .footer-bottom p {
    padding: 0;
  }

  .footer-bottom strong.samz {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .btn-whatsapp-flutuante {
    display: flex;
    background-size: cover;
    position: fixed;
    width: 6.5rem;
    height: 6.5rem;
    bottom: 2rem;
    right: 3rem !important;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 50 !important;
  }

  .btn-whatsapp-flutuante img {
    width: 100%;
    height: 100%;
  }

  footer,
  .container-footer,
  .footer-bottom {
    background-color: #003366 !important;
    position: relative !important;
    z-index: 100 !important;
    transform: translate3d(0, 0, 0);
    padding: 0;
  }

  [vw] {
    bottom: 9rem !important;
    right: 1.5rem !important;
  }
}
