/* Smart Control Brasil — Mitsubishi Automação Industrial */
/* Origem: templates/institutional/eitech/pages/mitsubishi.html (Fase 1) */

.scb-mitsubishi-hero-bg {
  background-image: url(../img/all-images/bg/hero-bg5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scb-mitsubishi-h5-uppercase {
  text-transform: uppercase;
}

.scb-mitsubishi-section-service-bg {
  background-image: url(../img/all-images/bg/service-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scb-mitsubishi-section-cta-bg {
  background-image: url(../img/all-images/bg/hero-bg6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scb-mitsubishi-progress-bar-last {
  margin: 0;
}

/* CTAs — alinhar espaçamento com home (flex + gap) */
.hero4-section-area .hero4-heading .btn-area1,
.cta5-section-area.scb-mitsubishi-section-cta-bg .cta-header .btn-area1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero4-section-area .hero4-heading .btn-area1 .vl-btn5 + .vl-btn5,
.cta5-section-area.scb-mitsubishi-section-cta-bg .cta-header .btn-area1 .vl-btn6.btn2 {
  margin-left: 0;
}

@media (max-width: 767.98px) {
  .cta5-section-area.scb-mitsubishi-section-cta-bg .cta-header .btn-area1 .vl-btn6.btn2 {
    margin-top: 0;
  }

  .hero4-section-area .hero4-heading .btn-area1 .vl-btn5 {
    display: inline-flex;
    justify-content: center;
    width: 100%;
  }
}
