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

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

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

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


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

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


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

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



.hero-arts .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-arts .page-title {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

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


.logistic-section {
  width: 100%;
  padding-top: 104px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}



@media (max-width: 1200px) {
  .logistic-section {
    padding-top: 50px;
  }
}

.logistic-section-container {
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (max-width: 1200px) {
  .logistic-section-container {
    max-width: 100%;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 600px) {
  .logistic-section-logo {
    width: 139px;
  }
}

.logistic-section .logistic-section-title {
  font-family: "Public Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  color: #121212;
  text-align: center;
  margin-top: 16px;
}

@media (max-width: 950px) {
  .logistic-section .logistic-section-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
  }
}

.logistic-section .logistic-section-text {
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #656767;
  text-align: center;
  max-width: 830px;
  margin-top: 24px;
}

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

@media (max-width: 1200px) {
  .logistic-section .logistic-section-items-list {
    justify-content: center;
  }
}

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

.logistic-section .logistic-section-item {
  max-width: 364px;
  width: 100%;
  height: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f2f7f4;
  padding: 16px;
}

@media (max-width: 750px) {
  .logistic-section .logistic-section-item {
    max-width: 100%;
    width: 100%;
  }
}

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

.logistic-section .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;
}

.logistic-section .dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #009d78;
}

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

.section-events {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 112px;
}

@media (max-width: 950px) {
  .section-events {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-events .events-list {
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style-type: none;
  gap: 120px;
}

@media (max-width: 1200px) {
  .section-events .events-list {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.section-events .event-item {
  display: flex;
  flex-direction: row;
  gap: 121px;
  width:100%;
}

.section-events .event-item .event-item-logo {
  width: 140px;
  height: 65px;
  object-fit: scale-down;
}

@media (max-width: 1200px) {
  .section-events .event-item {
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .section-events .event-item {
    flex-direction: column;
  }
}

.section-events .image-container {
}

.section-events .image-container img {
  width: 461px;
  height: 400px;
}

@media (max-width: 900px) {
  .section-events .image-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}

.section-events .event-info {
  display: flex;
  flex-direction: column;
}

.section-events .event-title {
  font-family: "Public Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 60px;
  color: #121212;
  margin-bottom: 16px;
}

.section-events .event-description {
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #656767;
  max-width: 461px;
}

@media (max-width: 900px) {
  .section-events .event-description {
    font-size: 16px;
    max-width: 100%;
    line-height: 27px;
  }
}

.section-events .event-info-item-lists {
  margin-top: 40px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 82px;
  min-width:400px;
  justify-content:flex-start;
}

.event-item:last-child .event-info-item-lists {
  max-width:100%;
  min-width:100%;
  flex-direction:column;
}

.section-events .event-info-list-item {
  display: flex;
  flex-direction: row;
  max-width: 225px;
  width:100%;
  gap: 8px;
}

.section-events .event-info-list-item .event-item-icone {
  width: 24px;
  height: 24px;
  object-fit: scale-down;
}

.section-events .event-info-list-item .event-item-text {
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0d1f20;
  max-width: 461px;
}

.event-item:last-child .event-info-item-lists .event-info-list-item{
  max-width:100%;
  min-width:100%;
}

.section-events {
}

.section-events {
}

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