/* ABOUT-US - Imagem à direita */
.about-us {
  overflow: hidden; /* Crucial para cortar a imagem */
  padding: 80px 0 228px 0;
}

.about-us-info {
  margin: 0;
  min-height: 600px;
  margin-top: 200px;
}

.about-us .content-wrapper {
  max-width: 540px;
}

.about-us .image-column {
  padding: 0;
  position: relative;
}

.about-us .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%; /* Estende muito além */
  height: 100%;
}

.about-us .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.central-txt {
  margin-bottom: 261px;
}

/* FOUNDER - Imagem à esquerda */
.founder {
  overflow: hidden;
  /* margin-bottom: 200px; */
  padding: 152px 0 228px 0;
}

.about-title{
  color: #b17f4a;
}

.section-about {
    margin-bottom: 62px;
}


.founder-info {
  min-height: 600px;
}

.founder .image-column {
  padding: 0;
  position: relative;
}

.founder .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: calc(0px - 15.625dvw);
  /* width: 200%; */
  height: 100%;
}

.founder .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left; /* Mudado de right para left */
  padding: 178px 0;;
}

.founder .content-wrapper {
  max-width: 540px;
}

.our-values-title {
  position: relative;
  /* top: -188px; */
}

.values-content {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
}

.value-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: white;
}

.value-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: white;
}

.our-values {
  margin-bottom: 158px;
}

/* Remove qualquer animação vertical do Bootstrap */
.modal-wset .modal-dialog {
    margin: auto;
    width: 90vw;
    max-width: 90vw;
    height: 100vh;

    /* FORÇA animação horizontal */
    transform: translateX(100%) !important;
    transition: transform 0.8s ease;
}

/* Quando o modal está aberto */
.modal-wset.show .modal-dialog {
    transform: translateX(0) !important;
}

/* Conteúdo */
.modal-wset .modal-content {
    height: 100%;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Imagem */
.modal-wset img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: default;
}


/* Responsivo */
@media (max-width: 991px) {
  .about-us-info {
    margin-top: 64px;
  }

  .about-us .image-column {
    min-height: 400px;
    margin-top: 40px;
  }

  .about-us .image-wrapper {
    position: relative;
    width: 100%;
  }

  .about-us {
    overflow: hidden;
    padding: 80px 0 100px 0;
  }

  .about-us .image-column {
    padding: 12px;
  }
  .our-values .container,
  .founder .container,
  .central-txt .container {
    --bs-gutter-x: 48px;
  }
  .central-txt .font-100 {
    line-height: 32px;
  }

  .founder {
    padding: 0;
}


  .founder .image-wrapper {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    padding: 12px;
  }

  .our-values-title {
    position: relative;
    top: 0;
    margin-bottom: 18px;
  }

  .value-title {
    font-size: 22px;
    line-height: 26px;
  }

  .value-text {
    font-size: 18px;
    line-height: 26px;
  }

  .founder .content-wrapper {
    margin-top: 20px;
  }
  .central-txt {
    margin-bottom: 100px;
  }
}
