:root {
  --industrial-dark: #2c2c2c;
  --industrial-dark-2: #3e3e3e;
  --industrial-gray: #f8f8f8;
  --industrial-line: #e6e6e6;
  --industrial-text: #555555;
  --industrial-accent: #f2cb3f;
  --industrial-accent-2: #f2cb3f;
}

.home-new {
  background: #fff;
  color: var(--industrial-text);
  overflow: hidden;
}

.home-new h1,
.home-new h2,
.home-new h3,
.home-new .section-kicker,
.home-new .hero-kicker {
  font-family: 'Open Sans', sans-serif !important;
}

.section {
  padding: 84px 0;
  position: relative;
}

.section-title {
  margin-bottom: 34px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-left: 3px solid var(--industrial-accent);
  background: #f3f3f3;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.section-title h2 {
  margin: 0 0 14px;
  color: var(--industrial-dark);
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
}

.bg-light-industrial {
  background: var(--industrial-gray);
}

.bg-dark-industrial {
  background: var(--industrial-dark);
  color: #fff;
}

.hero {
  min-height: 82vh;
  background: #2c2c2c;
  position: relative;
}

.hero:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(135deg, rgba(242, 203, 63, 0.14) 0%, rgba(252, 145, 65, 0.12) 100%);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-overlay {
  background: transparent;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.hero-content {
  width: 45vw;
  padding: 48px 0;
  position: relative;
  z-index: 3;
}

.hero-slides {
  position: relative;
  width: 100%;
  height: 650px;
}

/* Breakpoints: xl, lg, md, sm, xs */
@media (min-width: 1200px) {
  .hero-slides {
    height: 650px;
  }

  
  .hero-content {
    width: 43vw;
    margin-left: -4vw;
  }
}

/* Breakpoints: lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-slides {
    height: 550px;
  }

  .hero-content {
    width: 40vw;
    margin-left: 0vw;
  }

}

/* Breakpoints: md */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-slides {
    height: 550px;
  }

  .hero-content {
    width: 50vw;
  }
}

/* Breakpoints: sm */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-slides {
    height: 680px;
  }

  .hero-content {
    width: 90vw;
  }
}

/* Breakpoints: xs */
@media (max-width: 575.98px) {
  .hero-slides {
    height: 650px;
  }

  .hero-content {
    width:90vw;
  }
}

.hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.hero-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.88) 0%, rgba(20, 20, 20, 0.7) 34%, rgba(20, 20, 20, 0.18) 52%, rgba(20, 20, 20, 0) 62%);
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide-1 {
}

.hero-slide-2 {
}

.hero-slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-slide .container {
  position: relative;
  z-index: 3;
  min-height: 82vh;
  display: flex;
  align-items: center;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #d7d7d7;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.hero-content h1, .hero-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.hero-content p {
  margin: 0 0 28px;
  color: #ececec;
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

/* Breakpoints: lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-content h1 {
    font-size: 32px;
  }
}

/* Breakpoints: md */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-content h1 {
    font-size: 26px !important;
  }

  .hero-content p {
    font-size: 16px !important;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  pointer-events: auto;
}

.hero-nav {
  width: 38px;
  height: 38px;
  border: 1px solid var(--industrial-accent);
  background: rgba(242, 203, 63, 0.88);
  color: #2c2c2c;
  font-size: 18px;
  line-height: 1;
  border-radius: 4px;
}

.hero-nav:hover,
.hero-nav:focus {
  background: #e0bc35;
}

.hero-dots {
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 28px;
  height: 6px;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.45);
}

.hero-dot.active {
  background: var(--industrial-accent);
}

.btn-primary-custom,
.btn-outline-custom {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 4px;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-primary-custom {
  background: var(--industrial-accent);
  border: 1px solid var(--industrial-accent);
  color: #2c2c2c;
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
  background: #e0bc35;
  border-color: #e0bc35;
  color: #2c2c2c;
}

.btn-outline-custom {
  border: 1px solid #dfdfdf;
  color: #fff;
  background: transparent;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus {
  border-color: #fff;
  color: #fff;
}

.section-about {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}



.about-image {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ececec;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 1;
}

.section-padding {
  padding: 84px 0;
}

#sobre-nos .about-structure-row {
  align-items: center;
}

#sobre-nos .about-content {
  max-width: 640px;
  background: transparent;
  border: 0;
  padding: 0 26px 0 0;
  box-shadow: none;
}

#sobre-nos .title-area2 .subtitle {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #666;
}

#sobre-nos .title-area2 .title {
  margin: 0 0 16px;
  color: var(--industrial-dark);
  font-size: 38px;
  line-height: 1.1;
  text-transform: uppercase;
}

#sobre-nos .text-content .desc p {
  margin: 0;
  line-height: 1.8;
}

#sobre-nos .box-text-destaque {
  border: 0;
  border-left: 3px solid var(--industrial-accent);
  background: transparent;
  padding: 14px 16px;
}

#sobre-nos .box-text-destaque p {
  margin: 0;
  line-height: 1.7;
}

#sobre-nos .btn-one.color2 {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid var(--industrial-accent);
  background: var(--industrial-accent);
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
}

#sobre-nos .btn-one.color2:hover,
#sobre-nos .btn-one.color2:focus {
  background: #e0bc35;
  border-color: #e0bc35;
  color: #2c2c2c;
}

#sobre-nos .about-img {
  position: relative;
  overflow: visible;
  border: 0;
  box-shadow: none;
}

#sobre-nos .about-img .row.g-3 {
  margin-left: -6px;
  margin-right: -6px;
}

#sobre-nos .about-img .row.g-3 > div {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

#sobre-nos .box-image1,
#sobre-nos .box-image2 {
  border: 1px solid var(--industrial-line);
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

#sobre-nos .box-image1 img,
#sobre-nos .box-image2 img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

#sobre-nos .box-image1 img {
  height: 360px;
}

#sobre-nos .box-image2 img {
  height: 220px;
}

#sobre-nos .box-image1 img:hover,
#sobre-nos .box-image2 img:hover {
  transform: scale(1.03);
}

#sobre-nos .img-fluid {
  max-width: 100%;
  height: auto;
}

#sobre-nos .col-12 {
  width: 100%;
}

.about-modern {
  align-items: stretch;
}

.about-highlight {
  border-left: 3px solid var(--industrial-accent);
  border-right: 1px solid var(--industrial-line);
  border-top: 1px solid var(--industrial-line);
  border-bottom: 1px solid var(--industrial-line);
  background: #fff;
  padding: 16px 18px;
  margin: 12px 0 0;
}

.about-highlight p {
  margin: 0;
  line-height: 1.7;
}

.about-list {
  margin: 0;
  padding-left: 18px;
}

.about-list li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.about-media-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1.5fr 1fr;
  gap: 14px;
}

.about-media-grid .about-image {
  height: 100%;
  max-height: none;
}

.about-tags {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-tags span {
  border: 1px solid var(--industrial-line);
  color: var(--industrial-dark);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px;
  background: #fff;
}

.card-service {
  background: #fff;
  border: 1px solid var(--industrial-line);
  border-radius: 4px;
  border-top: 3px solid transparent;
  padding: 30px 24px;
  margin-bottom: 28px;
  min-height: 238px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

.card-service:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, transparent 0%, transparent 49%, #f2f2f2 50%, #f2f2f2 100%);
}

.service-icon {
  width: 44px;
  height: 44px;
  border: 1px solid #d7d7d7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--industrial-accent);
  font-size: 20px;
  border-radius: 4px;
}

.card-service:hover {
  transform: translateY(-4px);
  border-top-color: var(--industrial-accent);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.card-service h3 {
  margin: 0 0 12px;
  color: var(--industrial-dark);
  font-size: 21px;
  font-weight: 700;
}

.card-service p {
  margin: 0;
  line-height: 1.7;
}

.list-industrial {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.list-industrial li {
  margin-bottom: 14px;
  padding: 13px 16px;
  border: 1px solid var(--industrial-line);
  border-radius: 4px;
  background: #fff;
  font-weight: 600;
  color: var(--industrial-dark-2);
  background-image: linear-gradient(90deg, rgba(252, 145, 65, 0.12) 0%, rgba(252, 145, 65, 0) 65%);
}

.box-content {
  border: 1px solid var(--industrial-line);
  border-radius: 4px;
  padding: 28px;
  background: #fff;
  border-left: 3px solid var(--industrial-accent-2);
}

.box-content h3 {
  margin: 0 0 12px;
  color: var(--industrial-dark);
  font-size: 24px;
}

.diferenciais-modern .diff-card {
  background: #fff;
  border: 1px solid var(--industrial-line);
  border-left: 3px solid var(--industrial-accent);
  padding: 20px 18px;
  margin-bottom: 18px;
  min-height: 210px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.diferenciais-modern .diff-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.diferenciais-modern .diff-index {
  display: inline-block;
  margin-bottom: 10px;
  color: #9f9f9f;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.diferenciais-modern .diff-card h3 {
  margin: 0 0 10px;
  color: var(--industrial-dark);
  font-size: 21px;
}

.diferenciais-modern .diff-card p {
  margin: 0;
  line-height: 1.7;
}

.box-content-featured {
  padding: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.box-content-featured img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.box-content-featured .box-content-text {
  padding: 22px 20px;
}

.link-inline {
  color: var(--industrial-accent);
  font-weight: 700;
}

.link-inline:hover,
.link-inline:focus {
  color: #e0bc35;
}

.segment-card {
  border: 1px solid var(--industrial-line);
  border-radius: 4px;
  padding: 28px 22px;
  background: #fff;
  min-height: 190px;
  margin-bottom: 28px;
  transition: transform 0.25s ease, border-color 0.25s ease;
  border-bottom: 3px solid transparent;
}

.segment-card:hover {
  transform: translateY(-3px);
  border-color: #d4d4d4;
  border-bottom-color: var(--industrial-accent);
}

.segment-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: var(--industrial-dark);
}

.segment-layout .col-md-5,
.segment-layout .col-md-7 {
  display: flex;
}

.segment-cards-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.segment-cards-grid .segment-card {
  margin-bottom: 0;
}

.segment-cards-grid .segment-card:last-child {
  grid-column: 1 / -1;
}

.segment-image-wrap {
  display: flex;
  height: 420px;
  width: 100%;
  border: 1px solid var(--industrial-line);
  border-left: 4px solid var(--industrial-accent);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.segment-image-wrap img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

.segment-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.machine-card {
  background: #fff;
  border: 1px solid var(--industrial-line);
  border-radius: 4px;
  margin-bottom: 28px;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  transition: transform 0.25s ease;
  border-bottom: 3px solid #f0f0f0;
  position: relative;
}

.machine-card.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #090400;
  opacity: 0.65;
  transition: 0.25s ease;
  z-index: 1;
}


.machine-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

.machine-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
 background: #e0bc35;
  color: #fff;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 3;
}

.machine-body h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
}

.machine-body p {
  margin: 0;
}

.machine-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  background: #e0bc35;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: opacity 0.25s ease;
  z-index: 3;
}

.machine-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  border-bottom-color: var(--industrial-accent);
}

.machine-card:hover .machine-body {
  transform: translateY(0);
  opacity: 1;
}

.machine-card:hover .machine-title {
  opacity: 0;
}

.portfolio-grid .col-xs-12 {
  margin-bottom: 28px;
}

.portfolio-grid-modern .col-xs-12,
.portfolio-grid-modern .col-sm-6,
.portfolio-grid-modern .col-md-3,
.portfolio-grid-modern .col-md-6 {
  margin-bottom: 18px;
}

.portfolio-item {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
  height: 400px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.portfolio-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1;
}

.portfolio-item:hover:before {
  opacity: 0.3;
}

.portfolio-item img {
  width: 100%;
  height: 100%	;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.portfolio-item-featured img {
  height: 528px;
}

.portfolio-item-wide img {
  height: 300px;
}

.portfolio-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 16px;
  background:#e0bc35;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  z-index: 2;
}

.portfolio-item:hover img {
  transform: scale(1.04);
}

.cta-block {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  padding: 38px 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 4px solid var(--industrial-accent-2);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.cta-block h2 {
  margin: 0 0 14px;
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
}

.cta-block p {
  margin: 0 0 20px;
  color: #dfdfdf;
  font-size: 17px;
}

.bg-dark-industrial .btn-primary-custom {
  background: var(--industrial-accent-2);
  border-color: var(--industrial-accent-2);
  color: #2c2c2c;
}

.bg-dark-industrial .btn-primary-custom:hover,
.bg-dark-industrial .btn-primary-custom:focus {
  background: #e2bd35;
  border-color: #e2bd35;
  color: #2c2c2c;
}

.contact-box {
  border: 1px solid var(--industrial-line);
  border-radius: 4px;
  padding: 30px 24px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.06);
}

.contact-box label {
  display: block;
  margin-bottom: 6px;
  color: var(--industrial-dark);
  font-size: 13px;
  text-transform: uppercase;
}

.contact-box input,
.contact-box textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  color: var(--industrial-dark-2);
  padding: 10px 12px;
  margin-bottom: 16px;
}

.contact-box input:focus,
.contact-box textarea:focus {
  outline: 0;
  border-color: var(--industrial-accent);
}

.contact-box textarea {
  min-height: 130px;
  resize: vertical;
}

.section-map {
  padding: 0;
  border-top: 4px solid var(--industrial-accent);
}

.section-map iframe {
  display: block;
}

.section-recursos {
  background: #fff;
}

.recursos-layout {
  display: flex;
  align-items: center;
}

.recursos-texto p {
  margin: 0 0 16px;
  line-height: 1.8;
  font-size: 16px;
}

.recursos-texto p:last-child {
  margin-bottom: 0;
}

.processos-slider {
  position: relative;
  border: 1px solid var(--industrial-line);
  border-left: 3px solid var(--industrial-accent);
  background: #fff;
  overflow: hidden;
}

.processos-slide {
  margin: 0;
}

.processos-slide-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.processos-slide-card a {
  display: block;
  width: 100%;
  height: 100%;
}

.processos-slider .swiper-wrapper {
  min-height: 390px;
}

.processos-slide-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.processos-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 2;
}

.processos-nav {
  width: 34px;
  height: 34px;
  border: 1px solid var(--industrial-accent);
  background: rgba(242, 203, 63, 0.9);
  color: #2c2c2c;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
}

.processos-nav:hover,
.processos-nav:focus {
  background: #e0bc35;
}

.processos-controls .processos-prev,
.processos-controls .processos-next {
  position: static;
  margin: 0;
}

.processos-dots {
  display: flex;
  gap: 8px;
  position: static;
  width: auto !important;
}

.processos-dots .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
  margin: 0 !important;
}

.processos-dots .swiper-pagination-bullet-active {
  background: var(--industrial-accent);
}

.processos-caption {
  margin: 12px 0 0;
  text-align: center;
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.section-instagram {
  border-top: 1px solid var(--industrial-line);
  border-bottom: 1px solid var(--industrial-line);
}

.instagram-slider {
  position: relative;
  padding-bottom: 0;
}

.instagram-card {
  margin: 0;
}

.instagram-card a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--industrial-line);
  background: #fff;
}

.instagram-card img {
  width: 100%;
  height: 380px;
  aspect-ratio: 1/1;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.instagram-card a:hover img,
.instagram-card a:focus img {
  transform: scale(1.05);
}

.instagram-controls {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.instagram-nav {
  width: 34px;
  height: 34px;
  border: 1px solid var(--industrial-accent);
  background: rgba(242, 203, 63, 0.9);
  color: #2c2c2c;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
}

.instagram-nav:hover,
.instagram-nav:focus {
  background: #e0bc35;
}

.instagram-dots {
  display: flex;
  gap: 8px;
  position: static;
  width: auto !important;
}

.instagram-dots .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  border-radius: 4px;
  background: rgba(89, 89, 89, 0.35);
  opacity: 1;
  margin: 0 !important;
}

.instagram-dots .swiper-pagination-bullet-active {
  background: var(--industrial-accent);
}

@media (max-width: 991px) {
  .section {
    padding: 70px 0;
  }

  .hero-content h1 {
    font-size: 37px;
  }

  .section-title h2,
  .cta-block h2 {
    font-size: 30px;
  }

  .about-image {
    margin-top: 28px;
  }

  #sobre-nos .about-content {
    margin-bottom: 20px;
    padding-right: 0;
  }

  #sobre-nos .title-area2 .title {
    font-size: 32px;
  }

  #sobre-nos .box-image1 img {
    height: 320px;
  }

  #sobre-nos .box-image2 img {
    height: 200px;
  }

  .about-media-grid {
    grid-template-rows: 1fr;
    gap: 10px;
  }

  .about-media-grid .about-image.secondary {
    display: none;
  }

  .box-content-featured {
    margin-top: 10px;
  }

  .segment-layout .col-md-5,
  .segment-layout .col-md-7 {
    display: block;
  }

  .segment-image-wrap {
    display: flex;
    height: 100%;

    margin-bottom: 18px;
  }

  .recursos-layout {
    display: block;
  }

  .recursos-texto {
    margin-bottom: 18px;
  }

  .processos-slider .swiper-wrapper,
  .processos-slide img {
    min-height: 320px;
    height: 320px;
  }

  .instagram-card img {
    height: 230px;
  }

}

@media (max-width: 767px) {
  .hero {
    min-height: auto;
  }

  .hero-overlay {
    min-height: auto;
  }

  .hero-content {
    padding: 74px 0 58px;
  }



  .hero-content h1 {
    font-size: 31px;
  }

  .hero-content p {
    font-size: 16px;
  }

  #sobre-nos .title-area2 .title {
    font-size: 27px;
  }

  #sobre-nos .about-content {
    padding: 0;
  }

  #sobre-nos .box-image1 img,
  #sobre-nos .box-image2 img {
    height: 250px;
  }

  .hero-controls {
    gap: 8px;
  }

  .hero-nav {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .section-title h2,
  .cta-block h2 {
    font-size: 27px;
  }

  .instagram-slider {
    padding-bottom: 62px;
  }

  .instagram-card img {
    height: 420px;
  }

  .section {
    padding: 58px 0;
  }

  .machine-card img,
  .portfolio-item img {
    height: 420px;
  }

  .segment-image-wrap,
  .segment-image {
    min-height: 280px;
  }

  .segment-cards-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .segment-cards-grid .segment-card:last-child {
    grid-column: auto;
  }

  .portfolio-item-featured img,
  .portfolio-item-wide img {
    height: 100%;
  }

  .machine-body {
    transform: translateY(0);
    opacity: 1;
    background: linear-gradient(0deg, rgba(44, 44, 44, 0.74) 0%, rgba(44, 44, 44, 0.52) 70%, rgba(44, 44, 44, 0) 100%);
  }

  .machine-title {
    display: none;
  }

  .cta-block {
    padding: 28px 16px;
  }

  .processos-slider .swiper-wrapper,
  .processos-slide img {
    min-height: 240px;
    height: 240px;
  }

  .processos-controls {
    gap: 6px;
  }

  .processos-nav {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
