.first-section-company {
  width: 100%;
  min-height: 756px;
  position: relative;
  z-index: 6;
}

@media (max-width: 950px) {
  .first-section-company {
    min-height: 500px;
  }
}

.first-section-company .content-container {
  z-index: 5;
  width: 100%;
  min-height: auto;
  position: absolute;
  top: 0;
}

.hero-company {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  background: url("../img/embragen-empresa.jpg") no-repeat;
  min-height: 756px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 950px) {
  .hero-company {
    justify-content: center;
    min-height: 500px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 600px) {
  .hero-company {
    background-size: cover;
    background-position: top;
  }
}

.hero-company .hero-company-text {
  font-family: "Public Sans", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 67.2px;
  text-decoration: none;
  color: #ffffff;
  max-width: 862px;
  margin-left: 91px;
}

@media (max-width: 950px) {
  .hero-company .hero-company-text {
    margin-left: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    max-width: 600px;
    text-align: center;
    width: 100%;
  }
}

.hero-company .page-title {
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 91px;

}
@media (max-width: 950px) {
  .hero-company .page-title {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

.hero-company .page-subtitle {
  font-family: "Public Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 91px;

}
@media (max-width: 950px) {
  .hero-company .page-title {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .hero-company .page-title {
    margin-top: 50px;
  }
}

.company-stores {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
}

.company-stores .store-container {
  max-width: 1140px;
  width: 100%;
  margin-top: 96px;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 80px;
}

.company-stores:nth-child(4) .store-container{
  border-bottom: none;
}

@media (max-width: 1200px) {
  .company-stores .store-container {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .company-stores .store-container {
    margin-top: 40px;
  }
}

.company-stores .store-presentation-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 950px) {
  .company-stores .store-presentation-container {
    flex-direction: column-reverse;
  }
}

.company-stores .store-info {
  max-width: 600px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1200px) {
  .company-stores .store-info {
    max-width: auto;
    margin-right: 20px;
  }
}

.company-stores .store-info .store-icone {
  width: 46.37px;
  height: 64.01px;
}

.company-stores .store-info .store-title {
  font-family: "Public Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #000;
}

.company-stores .store-info .store-description {
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #656767;
}

.company-stores .store-image-container {
}

.company-stores .store-image-container img {
  width: 461px;
  height: 320px;
}

@media (max-width: 950px) {
  .company-stores .store-image-container img {
    width: 100%;
    object-fit: cover;
  }
}

.company-stores .company-store-list-items {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  list-style-type: none;
}

@media (max-width: 870px) {
  .company-stores .company-store-list-items {
    justify-content: center;
  }
}

@media (max-width: 750px) {
  .company-stores .company-store-list-items {
    flex-direction: column;
    justify-content: center;
  }
}

.company-stores .company-store-list-items .store-item {
  max-width: 267px;
  width: 100%;
  height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f2f7f4;
}

@media (max-width: 750px) {
  .company-stores .company-store-list-items .store-item {
    max-width: 100%;
  }
}

.company-stores .company-store-list-items .outer-dot {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 157, 120, 0.1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-stores .company-store-list-items .dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #009d78;
}

.company-stores .company-store-list-items .store-item-title {
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0d1f20;
  text-align: center;
}

.company-stores {
}

.company-stores-no-items {
  border-bottom: 1px solid #a3a3a3;
}

.company-stores-no-items .store-container {
  border-bottom: none;
}

.footer {
  /* border-top: 1px solid #a3a3a3; */
}
