/* ── VALE ─────────────────────────────────────────── */

/* Capa */
.vale-slide-cover {
  background: #ffffff;
}

.vale-cover-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 775px;
  height: 1080px;
  z-index: 1;
  overflow: hidden;
}

.vale-cover-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 2;
}

.vale-cover-text {
  position: absolute;
  left: 90px;
  bottom: 55px;
  max-width: 900px;
  z-index: 3;
}

.vale-cover-title {
  font-family: 'ValeSans', Arial, sans-serif;
  font-size: 120px;
  font-weight: 600;
  color: #007E7A;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.vale-cover-subtitle {
  font-family: 'ValeSans', Arial, sans-serif;
  font-size: 53px;
  font-weight: 300;
  color: #555555;
  text-transform: capitalize;
  line-height: 1.2;
}

/* Contracapa */
.vale-slide-backcover .vale-backcover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Texto + 1 Imagem à Direita */
.vale-slide-textimage-right {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  width: 1920px;
  height: 1080px;
  background: #ffffff;
  font-family: 'ValeSans', Arial, sans-serif;
}

.vale-slide-col-text {
  flex: 0 0 883px;
  width: 883px;
  display: flex;
  flex-direction: column;
  padding: 120px 55px 30px 80px;
  position: relative;
  overflow: hidden;
}

.vale-slide-col-image {
  flex: 0 0 1037px;
  width: 1037px;
  position: relative;
  overflow: hidden;
}

.vale-slide-title-35 {
  font-family: 'ValeSans', Arial, sans-serif;
  font-size: 70px;
  font-weight: 600;
  color: #007E7A;
  line-height: 1.2;
  margin-bottom: 70px;
  text-transform: none;
}

.vale-slide-body-wrap {
  flex: 1;
  overflow: hidden;
  padding-right: 180px;
}

.vale-slide-text-15 {
  font-family: 'ValeSans', Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #555555;
  line-height: 1.3;
  margin-bottom: 14px;
  text-transform: none;
}

.vale-slide-text-15 strong,
.vale-slide-text-15 b {
  font-weight: 700;
  color: #007E7A;
}

.vale-slide-footer-7 {
  font-family: 'ValeSans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #555555;
  line-height: 1.1;
  margin-top: auto;
  padding-top: 12px;
}

/* Texto */
.vale-slide-text {
  position: relative;
  width: 1920px;
  height: 1080px;
  background: #ffffff;
  overflow: hidden;
  font-family: 'ValeSans', Arial, sans-serif;
}

.vale-text-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  height: 1080px;
  width: auto;
  z-index: 1;
  pointer-events: none;
}

.vale-text-content {
  position: absolute;
  top: 100px;
  left: 450px;
  right: 80px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 120px 0 60px 0;
  overflow: hidden;
  z-index: 3;
}
/* Big Number */
.vale-slide-bignumber {
  background: #ECB11F;
  position: relative;
  overflow: hidden;
  font-family: 'ValeSans', Arial, sans-serif;
}

.vale-bignumber-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #ECB11F;
  border-right: 5px solid #ffffff;
}

.vale-bignumber-content {
  position: absolute;
  left: 100px;
  top: 250px;
  max-width: 900px;
}

.vale-bignumber-value {
  font-size: 320px;
  font-weight: 500;
  color: #007E7A;
  line-height: 1;
  margin-bottom: 10px;
}

.vale-bignumber-label {
  font-size: 75px;
  font-weight: 500;
  color: #007E7A;
  line-height: 1.2;
  margin-bottom: 40px;
}

.vale-bignumber-body {
  font-size: 38px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
  max-width: 1000px;
}