  /* =============================================
           ELETROMECÂNICA BAZAN - CSS COMPLETO
           ============================================= */
  :root {
    --primary-color: #4765e4;
    --dark-color: #333;
    --light-color: #f8f9fa;
    --border-color: #ddd;
    --whatsapp-color: #25d366;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    overflow-x: hidden;
    width: 100%;
    min-width: 320px;
  }

  body {
    font-family: "Poppins", sans-serif;
    color: var(--dark-color);
    line-height: 1.6;
    overflow-x: hidden;
    background-color: #fff;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  ul {
    list-style: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10%;
  }

  p {
    text-align: justify;
  }

  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* HEADER */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    padding: 20px 0;
    border-bottom: solid 2px var(--primary-color);
    transition: all 0.5s;
  }

  .header.scrolled {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .header.scrolled .nav a,
  .header.scrolled .slogan,
  .header.scrolled .fa-whatsapp-square {
    color: var(--dark-color) !important;
  }

  .slogan {
    font-size: 12px;
    color: var(--dark-color);
    line-height: 1.4;
        margin-left: 30px;
}
  
.slogan span b{
  font-size: 30px;
  text-align: center;
}

  .whatsapp-link {
   position: relative;
    left: 124px;
    bottom: 27px;
  }

  .ic-menu {
    background: url("../img/icon_menu_hamburguer_azulepreto.svg") center center no-repeat;
    background-size: cover;
    display: inline-block;
    color: var(--dark-color);
    width: 35px;
    height: 35px;
    cursor: pointer;
  }

  .content-nav.active {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    padding: 20px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  .nav {
    list-style: none;
    padding: 0;
    justify-content: flex-end;
    display: flex;
  }

  .nav .menu-item a {
    display: inline-block;
    padding: 0 10px;
    font-weight: 800;
    color: var(--dark-color);
    font-size: 12px;
    text-transform: uppercase;
    transition: color 0.3s;
    text-decoration: none;
  }

  .nav .menu-item a:hover {
    color: var(--light-color);
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 5px 15px;
    transition: all 0.3s;
  }

  /* HERO */
  .slider-hospital {
    margin-top: 90px;
    height: calc(100vh - 90px);
  }

  .slidermaraia {
    height: 100%;
    display: flex;
    align-items: center;
    background: url("../img/img_hero_homemsoldando.png") center center no-repeat;
    background-size: cover;
    position: relative;
  }

  .slider-top {
    height: 90vh;
    color: #fff;
  }

  .hero-content {
    padding: 0 20px;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .hero-content h1 span {
    color: var(--primary-color);
  }

  .hero-content p {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto 2rem;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }

  .btn-hero {
    background: var(--primary-color);
    text-decoration: none;
    color: #f8fafc;
    border-radius: 10px;
    padding: 10px 18px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    border: 2px solid var(--primary-color);
  }

  .btn-hero:hover {
    background: transparent;
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }

  /* SOBRE */
  .session-sobre {
    padding: 60px 0;
  }

  .session-sobre p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
  }

  .session-sobre h2 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
  }

  .session-sobre h2:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--primary-color);
  }

  .borderradius {
    border-radius: 30px 0 30px 0;
  }

  /* DESTAQUES (SERVIÇOS) */


  .session-destaques {
    padding: 80px 0;
    position: relative;
    background: #f8f9fa;
  }

  .session-destaques h2 {
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
  }

  .session-destaques p {
    color: #666;
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
  }

  .item-destaques {
    display: inline-flex;
    width: 100%;
    height: 280px;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 0 12px 0 12px;
    background-size: cover;
    background-position: center;
    color: white;
    text-decoration: none;
    transition: transform 0.3s;
  }

  .item-destaques:hover {
    transform: scale(1.03);
  }

  .item-destaques div {
    z-index: 9;
    position: relative;
    text-align: center;
  }

  .item-destaques:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    border-radius: 0 12px 0 12px;
    transition: all 0.5s;
  }

  .item-destaques:hover:before {
    opacity: 0.7;
  }

  .item-destaques img {
    width: auto;
    max-width: 100%;
    height: 90px;
    margin-bottom: 15px;
  }

  .item-destaques h3 {
    font-size: 22px;
    color: #fff;
    padding: 0 20px;
    display: block;
    font-weight: 600;
  }

  /* SWIPER PAGINATION & NAV */
  .swiper-pagination {
    width: 100%;
    bottom: -20px;
    left: 0;
  }

  .swiper-pagination-bullet {
    margin: 0 5px;
    border-radius: 100% !important;
    background: #ccc;
    border: none !important;
    width: 12px;
    height: 12px;
  }

  .swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: var(--primary-color) !important;
    background: none !important;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

  #prev-slider-destaques {
    left: -50px !important;
  }

  #next-slider-destaques {
    right: -50px !important;
  }



  /* TIPO BADGE */
  .tipo {
    border-radius: 0px 10px 0px 0px;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    bottom: 30px;
    right: 0px;
    background: var(--primary-color);
  }

  .img-border {
    position: relative;
  }

  .img-border img {
    border-radius: 10% 0 10% 0;
  }

  /* FOOTER */
  footer {
    background: #111;
    color: #aaa;
  }

  .session-footer {
    padding: 35px 0;
    color: #000;
    font-size: 13px;
    border-top: solid 1px var(--border-color);
  }

  .session-footer span {
    display: inline-block;
    margin: 0 10px 10px 0;
    color: #ccc;
  }

  .session-footer span i {
    color: var(--primary-color);
  }

  .nav-footer {
    padding: 0;
    display: block;
  }

  .nav-footer .menu-item {
    display: block;
    width: 100%;
  }

  .nav-footer .menu-item a {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 13px !important;
    color: #ccc !important;
    transition: color 0.3s;
    text-decoration: none;
  }

  .nav-footer .menu-item a:hover {
    color: var(--primary-color) !important;
  }

  .redes a {
    display: inline-block;
    font-size: 16px;
    margin: 0 6px;
    border-radius: 100%;
    color: var(--primary-color);
    transition: color 0.3s;
    text-decoration: none;
  }

  .redes a:hover {
    color: #fff;
  }

  .my-3 a {
    display: inline-block;
    font-size: 16px;
    margin: 0 6px;
    border-radius: 100%;
    color: var(--primary-color);
    transition: color 0.3s;
    text-decoration: none;
  }

  .my-3 a:hover {
    color: #fff;
    text-decoration: none;
  }

  .copy {
    padding: 10px 0;
    font-size: 12px;
    background: #000;
    color: #777;
    text-align: center;
  }

  .copy a {
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: none;
  }

  /* MAPS */
  .maps-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 40px 40px;
    justify-content: center;
  }

  .map-box {
    flex: 1 1 calc(50% - 12.5px);
    min-width: 300px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  }

  .map-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  }

  .map-header {
    background: #4765e4;
    color: white;
    padding: 15px;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .map-embed {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }

  .map-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
   .btn-pdf{    background-color: var(--primary-color);
    max-width: 132px;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    line-height: 2rem;
    margin-top: 9px;
    margin-left: -17px;
}

.btn-pdf:hover{
      background: transparent;
    color: var(--primary-color);
    transform: translateY(-3px);
    border-color: var(--primary-color);
    border:1px solid;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

  /* BOTÃO VOLTAR AO TOPO */
  .seta-up {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 12px 17px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    right: 15px;
    bottom: 120px;
    cursor: pointer;
    line-height: 1.2;
    transition: all 0.3s ease;
  }

  .seta-up:hover {
    background-color: rgba(71, 101, 228, 0.8);
    transform: translateY(-3px);
  }

  /* WHATSAPP FLOAT */
  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: var(--whatsapp-color);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }

  .whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #128c7e;
  }

  /* LINK BTN */
  .link-btn {
    display: inline-flex;
    color: var(--primary-color) !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-items: center;
    transition: transform 0.3s;
  }

  .link-btn img {
    margin-left: 5px;
    width: 20px;
    transition: transform 0.3s;
  }

  .link-btn:hover img {
    transform: translateX(3px);
  }

  /* ANIMAÇÃO FADE IN DOWN COM SCROLL */
  .fadeInDown {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .fadeInDown.appear {
    opacity: 1;
    transform: translateY(0);
  }

  /* UTILS */
  .max-img img {
    max-width: 100%;
    height: auto;
  }

  .row-center {
    align-items: center;
    justify-content: center;
  }

  /* ESTILO DOS BOTÕES QUADRADOS */
  .btn-sobrenos {
    gap: 16px;
  }

  .btn-essence {
    background: #f8f9fa;
    color: #555;
    border: none;
    width: 140px;
    height: 140px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px;
  }

  .btn-essence i {
    font-size: 28px;
    transition: all 0.3s ease;
  }

  .btn-essence:hover {
    background: #4765e4;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(71, 101, 228, 0.3);
  }

  .btn-essence:hover i {
    color: white;
  }

  /* ESTILO DO MODAL OVERLAY */
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }

  .modal-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .modal-content {
    background: white;
    width: 90%;
    max-width: 600px;
    border-radius: 12px;
    padding: 40px;
    position: relative;
    transform: translateY(-30px);
    opacity: 0;
    transition: all 0.4s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  }

  .modal-overlay.active .modal-content {
    transform: translateY(0);
    opacity: 1;
  }

  .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
    transition: color 0.3s;
  }

  .close-modal:hover {
    color: #4765e4;
  }

  .modal-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
  }

  .modal-title:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #4765e4;
  }

  .modal-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    margin-top: 24px;
    text-align: justify;
  }

  .btn-go {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: #4765e4;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 2;
    font-size: 18px;
  }

  .btn-go:hover {
    background: #3a56c5;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }

  /* ANIMAÇÕES DE ENTRADA PARA OS MAPAS */
  .slideInLeft {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .slideInLeft.appear {
    opacity: 1;
    transform: translateX(0);
  }

  .slideInRight {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .slideInRight.appear {
    opacity: 1;
    transform: translateX(0);
  }

  .service-icon {
    right: -37%;
    width: 70px;
    height: 70px;
    background: white;
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    transition: all 0.3s ease;
  }

  /* RESPONSIVO */
  @media screen and (max-width: 991px) {
    .nav {
      padding: 20px 0 0 0;
      flex-direction: column;
      display: none;
    }

    .nav .menu-item {
      display: block;
      width: 100%;
    }

    .nav .menu-item a {
      display: block;
      width: 100%;
      padding: 15px 0;
      font-size: 16px;
      text-align: center;
      border-top: solid 0.3px var(--border-color);
      font-weight: 400;
      text-decoration: none;
    }

    .nav .menu-item a:hover {
      transition: all 0.3s;
    }

    .content-nav {
      display: none;
    }

    .content-nav.active .nav {
      display: flex;
      flex-direction: column;
      padding: 0;
    }

    .header {
      padding: 20px;
    }

    .hero-content h1 {
      font-size: 2.5rem;
    }

    .hero-content p {
      font-size: 1.1rem;
    }

    .session-sobre,
    .session-destaques {
      padding: 40px 0;
    }

    .session-depoimentos {
      padding: 40px 20px;
    }

    .slogan {
      font-size: 10px;
      line-height: 16px;
      display: block;
      margin: 15px;
    }

               .slogan span b{
  font-size: 25px;
  text-align: center;
}

    .nav-footer .menu-item a,
    .session-footer span {
      font-size: 16px !important;
    }
  }

  @media screen and (max-width: 768px) {
    .content-nav {
      display: none;
    }

    .nav .menu-item a:hover {
      transition: all 0.3s;
    }

    .content-nav.active .nav .menu-item a {
      display: block;
      width: 100%;
      padding: 15px 20px;
      font-size: 16px;
      text-align: center;
      border-top: solid 1px #eee;
      font-weight: 500;
      color: #333;
      text-decoration: none;
    }

               .slogan span b{
  font-size: 20px;
  text-align: center;
}

    #prev-slider-destaques,
    #next-slider-destaques {
      display: none !important;
    }

    .map-box {
      flex: 1 1 100%;
    }
  }

  @media screen and (max-width: 480px) {
    .hero-content h1 {
      font-size: 2rem;
    }

    .hero-content p {
      font-size: 1rem;
    }

    .nav .menu-item a:hover {
      transition: all 0.3s;
    }

    .content-nav {
      display: none;
    }

        .slogan span b{
  font-size: 16px;
  text-align: center;
}
  }