@media (max-width: 991.98px) {

  .topo-desktop {
    display: none !important;
  }

  #site-header {
    overflow: visible !important;
  }

  .topo-mobile {
    height: 80px;
    display: flex;
    align-items: center;
  }

  body {
    padding-top: 80px;
  }

  .topo-mobile {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: linear-gradient(90deg, #6E2D0C 10%, #FF914D 100%);
    overflow: visible;
  }

  .menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
  }

.nav-mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(90deg, #6E2D0C 0%, #FF914D 100%);
  z-index: 10000;
  transition: left 0.3s ease;
  display: flex;
  flex-direction: column;
}

.nav-mobile-menu.is-open {
  left: 0;               /* APARECE */
}

.nav-mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-mobile-menu li a {
  display: block;
  padding: 16px 20px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.nav-mobile-menu li a:hover {
  background: #FF914D;
  color: #000;
}

}
.nav-mobile-menu {
  display: none;
}

.nav-mobile-menu.is-open {
  display: block;
}

.menu-header {
  height: 80px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

.close-btn {
  background: none;
  border: none;
  font-size: 28px;
  color: #000;
  cursor: pointer;
}
.menu-links {
  list-style: none;

  padding: 12px 20px;

  margin: 0;

  flex: 1;
}

.menu-links li {
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

.menu-links li a {
  display: block;
  padding: 14px 20px;

  color: #fff;
  text-decoration: none;

  border-bottom: 1px solid rgba(255,255,255,.15);

  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
}

.menu-links li a:hover {
  opacity: 0.85;
}

.menu-footer {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 25px 0;
  border-top: 1px solid rgba(255,255,255,0.25);
}

.menu-footer a {
  width: 46px;
  height: 46px;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
}

.menu-footer a:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {

  #topo-servico {
    display: none !important;
  }

  .hero-img-server {
    width: 100%;
    max-width: 350px;
    height: auto;
  }

  .title-style {
    font-size: 32px !important;
    line-height: 1.2;
  }

  .subtitle-style {
    font-size: 20px !important;
    padding: 0 10px;
  }

  .text-style1 {
    font-size: 16px !important;
    padding: 0 15px;
    text-align: justify;
  }

  .card-clientes {
    margin: 0 auto;
  }

  .anchor-padrao1 {
    width: 100%;
    text-align: center;
  }

  section {
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
  }

}

/* HEADER MOBILE PAGE SERVICO */

@media (max-width: 991.98px) {

  .topo-mobile {
    display: block !important;
  }

  .topo-desktop {
    display: none !important;
  }

  #site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  body {
    padding-top: 80px;
  }

}

@media (max-width: 991.98px) {

  .menu-header {
    height: 80px;
  }

  .menu-footer {
    display: flex;
    justify-content: center;

    gap: 40px;

    padding: 25px 0;

    border-top: 1px solid rgba(255,255,255,0.25);
  }

  .menu-footer a {
    width: 46px;
    height: 46px;

    border: 2px solid #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    font-size: 24px;
    text-decoration: none;
  }

}

/* =========================================
   HEADER RESPONSIVO PAGE_SERVICO
========================================= */

/* DESKTOP */
.topo-desktop {
    display: block;
}

.topo-mobile {
    display: none;
}

/* MOBILE */
@media (max-width: 991.98px) {

    .topo-desktop {
        display: none !important;
    }

    .topo-mobile {
        display: block !important;
        background-color: #1d1d1d;
        position: relative;
        z-index: 9999;
        height: 90px;
    }

    .nav-mobile-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        height: 100vh;
        background-color: #1d1d1d;
        z-index: 99999;
        transition: right 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 25px;
    }

    .nav-mobile-menu.is-open {
        right: 0;
    }

    .menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-toggle {
        background: none;
        border: none;
        color: #fff;
        cursor: pointer;
    }

    .close-btn {
        font-size: 40px;
        color: #fff;
    }

    .menu-links {
        list-style: none;
        padding: 40px 0;
        margin: 0;
    }

    .menu-links li {
        margin-bottom: 25px;
    }

    .menu-links li a {
        color: #fff;
        text-decoration: none;
        font-size: 28px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .menu-footer {
        display: flex;
        justify-content: center;
        gap: 35px;
        padding-bottom: 30px;
    }

    .menu-footer a {
        color: #fff;
        font-size: 28px;
    }
}

/* =========================================
   PAGE PROFISSIONAIS RESPONSIVO
========================================= */

@media (max-width: 991.98px) {

    .equipe-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        gap: 25px;
    }

    .card-profissional {
        width: 100% !important;
        max-width: 340px;
    }

}

/* =========================================
   CAROUSEL CLIENTES
========================================= */

.cliente-logo {
    padding: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.cliente-logo img {
    max-height: 90px;
    width: auto;
    object-fit: contain;
    transition: 0.3s;
}

.cliente-logo img:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {

    .cliente-logo img {
        max-height: 70px;
    }

}

/* =========================================
   PAGE CERTIFICADOS RESPONSIVO
========================================= */

@media (max-width: 991.98px) {

    /* Hero Section */
    .hero-certificados {
        min-height: 350px !important;
        padding: 100px 20px 60px !important;
    }

    .hero-certificados h1 {
        font-size: 2rem !important;
        margin-bottom: 15px;
    }

    .hero-certificados p {
        font-size: 0.95rem !important;
        line-height: 1.4;
    }

    /* Certificados Cards */
    .card-certificado {
        margin-bottom: 20px;
    }

    .card-certificado img {
        height: 180px;
    }

    .card-certificado .conteudo {
        padding: 20px;
    }

    .card-certificado h4 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .card-certificado p {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    /* Diferenciais Boxes */
    .box-diferencial {
        padding: 25px 15px;
        margin-bottom: 15px;
    }

    .box-diferencial i {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .box-diferencial h4 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .box-diferencial p {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    /* Logo Carousel */
    .logo-slider {
        padding: 20px 0;
    }

    .logo-slider img {
        max-height: 70px !important;
    }

}

@media (max-width: 576px) {

    .hero-certificados {
        min-height: 300px !important;
        padding: 80px 15px 50px !important;
    }

    .hero-certificados h1 {
        font-size: 1.5rem !important;
    }

    .hero-certificados p {
        font-size: 0.85rem !important;
    }

    .card-certificado {
        margin-bottom: 15px;
    }

    .card-certificado img {
        height: 150px;
    }

    .card-certificado .conteudo {
        padding: 15px;
    }

    .box-diferencial {
        padding: 20px 12px;
    }

    .box-diferencial i {
        font-size: 30px;
    }

    .logo-slider img {
        max-height: 60px !important;
    }

}