/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f2f2f2;
  color: #333;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
h2,
h4,
h5,
h6 {
  color: #1c1c1c;
  font-family: "Poppins", sans-serif;
}
p {
  font-family: "Funnel Display", sans-serif;
  color: #1c1c1c;
}
.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 1400px) and (min-width: 1100px) {
  .container {
    padding: 0 20px;
  }
}
/* Main Hero Section */
.main-hero-new {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 60px;
}

.hero-container {
  max-width: 100%;
  height: 587px;
  margin: 0 100px;
  position: relative;
}

.hero-bg-image {
  position: absolute;
  top: 0;
  left: 344px;
  width: 953px;
  height: 583px;
  object-fit: cover;
  border-radius: 20px;
}
.hero-bg-image-mobile {
  display: none;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 344px;
  height: 583px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%);
  transform: scaleX(-1);
}

.hero-black-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 320px;
  background: #dc6339;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.hero-black-box p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -0.32px;
  text-align: start;
  padding: 20px;
}

.hero-orange-box {
  position: absolute;
  top: 340px;
  left: 0;
  bottom: 0;
  width: 647px;
  height: 247px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-orange-box h2 {
  color: #1c1c1c;
  font-weight: 600;
  font-size: 60px;
  line-height: 120%;
  text-align: start;
  width: 668px;
}

.hero-orange-box,
.hero-black-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Quem Somos Section */
.quem-somos {
  padding: 80px 0;
  background-color: #f2f2f2;
  overflow: visible;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.section-bullet {
  width: 10px;
  height: 10px;
  background: #e85d24;
  border-radius: 50%;
  margin-right: 10px;
}

.section-label {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.quem-somos-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.quem-somos-text h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 120%;
}

.quem-somos-text p {
  font-size: 1.2rem;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.quem-somos-images {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

/* Imagem grande */
.team-image-large img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

/* Todas as imagens pequenas */
.team-image-small {
  position: absolute;
  width: 180px;
  height: auto;
  border-radius: 12px;
}

/* Imagem 3 - sobreposta no canto superior direito da imagem grande */
.img-3 {
  bottom: 0;
  right: 0;
  height: 40%;
  width: auto;
}

/* Imagem 4 - abaixo da imagem grande, alinhada à direita */
.img-4 {
  height: 42%;
  width: 100%;
  margin: 20px 0;
}

/* Mission Vision Values Section */
.mission-vision-values {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.mission-vision-values h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 60px;
}

.mvv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 60px;
}

.mvv-item {
  text-align: left;
  position: relative;
}

.mvv-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.mvv-icon img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}

.mvv-item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.mvv-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 10px;
}

.mvv-underline {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #e85d24;
  margin-top: 20px;
}

/* VALORES GRID */
.mvv-valores {
  margin-top: 40px;
}

.valores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.valor-col p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.valor-col strong {
  font-weight: 700;
  color: #333;
}

/* Solutions and Services Section */
.solutions-services {
  background-color: #f2f2f2;
  padding: 100px 20px;
}

.solutions-services .container {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

/* Header badge ("O que fazemos") */
.solutions-header {
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 6px 15px;
  gap: 10px;
  border-radius: 48px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.solutions-header .section-bullet {
  width: 12px;
  height: 12px;
  background: #dc6339;
  border-radius: 50%;
}

.solutions-header .section-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1e1e1e;
  line-height: 30px;
}

/* Main Title */
.solutions-services h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  color: #1c1c1c;
  margin-bottom: 40px;
  max-width: 1180px;
}

/* Subtitle paragraph */
.solutions-subtitle {
  font-family: "Funnel Display", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #1c1c1c;
  margin-bottom: 60px;
  max-width: 1180px;
}

/* Image block */
#img-5-mobile {
  display: none; /* Hide the desktop image */
}

.solutions-image {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.solutions-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* Main Areas Section */
.main-areas {
  background-color: #f2f2f2;
}

.main-areas h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  text-align: start;
  margin-bottom: 30px;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.area-card {
  border: 2px solid #e85d24;
  border-radius: 15px;
  padding: 60px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.area-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.area-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.area-icon svg {
  color: white;
}

.area-card h3 {
  font-size: 25px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 15px;
}

.area-card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.areas-footer h3 {
  font-family: "Funnel Display";
  text-align: center;
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
  margin: 0 auto;
  padding: 40px;
  opacity: 100%;
}

.areas-footer p {
  font-size: 16px;
  line-height: 1.6;
}

/* DIFERENCIAL SECTION */
.diferencial-section {
  background-color: #f2f2f2;
  padding: 80px 20px;
}

.diferencial-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  gap: 60px;
  flex-wrap: nowrap;
}

.diferencial-left {
  flex: 1;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 6px 15px;
  border-radius: 48px;
  margin-bottom: 40px;
}

.section-bullet {
  width: 12px;
  height: 12px;
  background: #dc6339;
  border-radius: 50%;
  margin-right: 10px;
}

.section-label {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
}

.main-hero-mobile
{
display:none;
	}
	
.diferencial-left h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #1c1c1c;
  margin-bottom: 30px;
}

.diferencial-left p {
  font-family: "Funnel Display", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #1c1c1c;
  margin-bottom: 50px;
  max-width: 590px;
}

.iso-certifications {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: nowrap;
}

.iso-badge {
  width: 158.74px;
  height: 154.71px;
  background: #1c1c1c;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}

.iso-badge img {
  width: 105px;
  height: auto;
  margin-bottom: 10px;
}

.iso-desc {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  max-width: 120px;
}

.certifications-logos {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: nowrap;
}

.cert-logo img {
  height: 155px;
  object-fit: contain;
}

.diferencial-right {
  flex: 1;
  display: flex;
}

.diferencial-right .diferencial-image {
  flex: 1;
  display: flex;
}

.diferencial-right .diferencial-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
}

/* SECTION background */
.market-presence {
  background-color: #f2f2f2;
  padding: 80px 20px;
}

/* BOX LARANJA */
.market-box {
  background-color: #dc6339;
  border-radius: 20px;
  padding: 60px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Título grande */
.market-left h2 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 30px;
  max-width: 500px;
}

/* Texto introdutório */
.market-right p {
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
}

/* GRID com texto e cards */
.market-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 40px;
  margin-bottom: 50px;
}

/* CARDS */
.market-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.market-card {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.market-card-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px 20px 0 0;
  padding: 20px;
}

.market-card-content {
  padding: 30px;
}

.market-card-content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 15px;
}

.market-card-content p {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.market-card-content strong {
  color: #e85d24;
  font-weight: 600;
}

/* Environmental Responsibility Section */
.environmental-responsibility {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.environmental-responsibility h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 60px;
}

.responsibility-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.responsibility-item {
  text-align: center;
}

.responsibility-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.responsibility-icon svg {
  color: white;
}

.responsibility-item h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.responsibility-item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .main-hero-new {
    display: none;
  }
  .main-areas h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;
  }
  /* section hero mobile */
  .main-hero-mobile {
    display: block;
    margin: 0 20px;
  }

  .hero-mobile-wrapper {
    position: relative;
    width: 100%;
  }

  .hero-bg-image-mobile {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
  }

  /* Caixa preta grudada no fundo da imagem */
  .hero-mobile-black-box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #1c1c1c;
    height: 42%;
    max-width: 32%;
    width: fit-content;
    padding: 5px;
    border-radius: 15px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .hero-mobile-black-box p {
    text-align: start;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
    width: auto;
    line-height: 147.7%;
    padding: 10px;
    color: #ffffff;
  }

  /* Titulo*/

  .main-hero-mobile h2 {
    font-weight: 600;
    font-size: 26px;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 120%;
    text-align: center;
  }
  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .section-badge {
    margin-bottom: 20px;
  }

  .quem-somos {
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quem-somos-text {
    width: auto;
    margin: auto;
    align-items: center;
    text-align: center;
  }

  .quem-somos h2,
  .quem-somos p {
    text-align: center;
    color: #1c1c1c;
  }

  .quem-somos p {
    font-size: 16px;
    line-height: 30px;
  }
  .quem-somos h2 {
    font-size: 26px;
    line-height: 120%;
  }

  .team-image-large img,
  .team-image-small {
    display: none;
  }

  .quem-somos-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mission-vision-values {
    background-color: #f2f2f2;
    padding: 10px;
  }

  .mission-vision-values h3 {
    padding: 20px;
    text-align: center;
    align-items: center;
  }

  .mission-vision-values h2 {
    font-size: 26px;
    text-align: center;
    line-height: 120%;
    margin-bottom: 40px;
  }

  #mission {
    width: 28px;
    height: 32px;
  }

  #vision {
    width: 25px;
    height: 36px;
  }

  #value {
    width: 34px;
    height: 34px;
  }

  .mvv-underline {
    width: 314px;
    height: 1.5px;
    background-color: #dc6339;
    margin: 20px auto;
  }

  .mvv-icon {
    margin: 0px;
    margin-bottom: -20px;
    width: auto;
  }

  .mvv-icon p {
    margin: 0px;
    margin-bottom: -20px;
  }

  .mvv-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 0px;
    width: 320px;
    margin: auto;
  }

  .mvv-item {
    text-align: center;
    margin-top: 0px;
  }

  .mvv-valores h3 {
    font-size: 24px;
    margin-top: 0px;
  }

  .valores-grid {
    background-color: #f5f5f5;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 300px;
    margin: auto;
  }
  .areas-footer h3 {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    padding: 20px;
  }

  .solutions-services {
    background-color: #f5f5f5;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .solutions-header {
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 16px;
    color: #1c1c1c;
    max-width: 600px;
  }

  #ss-title {
    font-size: 26px;
    text-align: center;
    line-height: 1.2;
    margin: auto auto 15px auto;
  }

  .solutions-subtitle {
    font-size: 16px;
    text-align: center;
    margin: auto;
    margin-bottom: -70px;
  }

  #img-5 {
    display: none;
  }

  #img-5-mobile {
    display: flex;
    margin-top: 100px;
  }

  .main-areas {
    background-color: #f2f2f2;
    max-width: 480px;
    align-items: center;
  }

  .areas-carousel-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .areas-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
    scroll-snap-type: x mandatory;
  }

  .area-card {
    flex: 0 0 auto;
    width: 276px;
    scroll-snap-align: start;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
  }

  .area-card h3 {
    font-size: 20px;
    width: 100%;
  }

  .area-card p {
    font-size: 16px;
    width: 100%;
    height: auto;
  }

  .diferencial-section,
  .diferencial-content {
    background-color: #f2f2f2;
    grid-template-columns: 1fr;
  }

  .diferencial-left {
    width: 300px;
    text-align: center;
    font-size: 26px;
  }

  .diferencial-left h2 {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .diferencial-left p {
    font-size: 16px;
    line-height: 28px;
  }
  .diferencial-right .diferencial-image {
    flex: 1;
    display: flex;
  }

  .diferencial-image {
    width: 100%;
    height: auto;
  }

  .iso-certifications {
    flex-direction: row;
    gap: 15px;
  }

  .iso-badge {
    width: 100px;
    height: 125px;
    padding: 10px;
    text-align: center;
  }

  .iso-desc {
    width: 100px;
    font-size: 14px;
    line-height: 1.1;
  }

  .iso-badge img {
    width: 90px;
    height: auto;
    margin-bottom: 10px;
  }

  .certifications-logos {
    max-width: 415px;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    margin-left: -5px;
  }

  .cert-logo img {
    height: auto;
    width: 350px;
  }

  #cert1 {
    width: 400px;
    height: auto;
  }

  .market-presence {
    padding: 0px;
  }

  .market-presence .container {
    padding: 0px;
  }
  .market-box {
    padding: 50px 40px;
  }

  .market-left h2 {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 0px;
    text-align: center;
    max-width: none;
  }

  .market-right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0px;
    text-align: center;
  }

  .market-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }

  .market-card-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 0px;
  }

  .market-card-content h3 {
    font-size: 22px;
    color: #1c1c1c;
  }

  .market-card-content p {
    font-size: 16px;
    color: #1c1c1c;
  }

  .market-card-content {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .mobile {
    display: none;
  }

  .market-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .market-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 80%;
    box-sizing: border-box;
  }
  .responsibility-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .responsibility-item p {
    font-size: 16px;
    line-height: 30px;
  }
  .market-cards .responsibility-item h3 {
    font-size: 20px;
    text-align: center;
    color: #1c1c1c;
  }
  .environmental-responsibility h2 {
    font-size: 26px;
  }
  .responsability-underline {
    width: 314px;
    height: 1.5px;
    background-color: #dc6339;
    margin: 20px auto;
  }
}

/* Responsividade para container hero para telas menores */
@media (min-width: 769px) and (max-width: 1300px) {
  .hero-container {
    height: 520px;
    margin: 20px auto;
    max-width: 100%;
    position: relative;
  }

  .hero-bg-image {
    position: absolute;
    top: 0;
    left: 280px;
    width: 850px;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
  }

  .hero-overlay {
    position: absolute;
    top: 0;
    left: 280px;
    width: 900px;
    height: 520px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%);
    transform: scaleX(-1);
  }

  .hero-black-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 280px;
    background: #1e1e1e;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-black-box p {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    text-align: start;
    padding: 25px;
  }

  .hero-orange-box {
    position: absolute;
    top: 300px;
    left: 0;
    width: 560px;
    height: 220px;
    background: #dc6339;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-orange-box h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    width: 480px;
  }
}
/* Responsividade hero para tablets */
@media (min-width: 601px) and (max-width: 992px) {
  .hero-container {
    height: 460px;
    margin: 15px auto;
    max-width: 95%;
    position: relative;
  }

  .hero-bg-image {
    position: absolute;
    top: 0;
    left: 200px;
    width: 700px;
    height: 460px;
    object-fit: cover;
    border-radius: 18px;
  }

  .hero-overlay {
    position: absolute;
    top: 0;
    left: 200px;
    width: 720px;
    height: 460px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%);
    transform: scaleX(-1);
  }

  .hero-black-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 240px;
    background: #1e1e1e;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-black-box p {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: start;
    padding: 20px;
  }

  .hero-orange-box {
    position: absolute;
    top: 260px;
    left: 0;
    width: 420px;
    height: 200px;
    background: #dc6339;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-orange-box h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    width: 420px;
  }
}
/* ===== Ajustes Gerais para TABLET (769px - 1024px) ===== */
@media (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 15px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 90%;
  }

  p,
  a,
  li,
  span {
    font-size: 90%;
    line-height: 1.4;
  }

  .container {
    padding: 0 40px;
  }

  .hero-black-box p,
  .hero-orange-box h2,
  .quem-somos-text h2,
  .mission-vision-values h2,
  .solutions-services h2,
  .main-areas h2,
  .diferencial-left h2,
  .market-left h2,
  .environmental-responsibility h2 {
    font-size: 90%;
  }

  .quem-somos-text p,
  .mvv-item p,
  .solutions-subtitle,
  .diferencial-left p,
  .market-right p,
  .market-card-content p,
  .responsibility-item p {
    font-size: 90%;
    line-height: 1.4;
  }

  .iso-desc {
    font-size: 90%;
  }

  .area-card h3,
  .market-card-content h3,
  .responsibility-item h3 {
    font-size: 95%;
  }

  .btn,
  .cta-button {
    font-size: 90%;
    padding: 10px 18px;
  }
}
