.bars-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}

.container-1 {
  display: grid;
  grid-template-areas:
    "logo"
    "text"
    "image";
  position: relative;
  overflow: hidden;
  background-color: var(--backgroud);
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "logo logo"
    "text image";
  margin: 0 auto;
  padding: 20px 1rem;
  padding-top: 5.5rem;
  position: relative;
  z-index: 10;
  padding-bottom: 15rem;
}

.logo-area {
  grid-area: logo;
}

.text-content {
  grid-area: text;
  align-self: center;
  padding-left: 7.5rem;
  padding-top: 5rem;
}

.image-content {
  grid-area: image;
  position: relative;
  padding-top: 5rem;
}

.DecorativeRectangle {
  position: relative;
  background: var(--primary);
}

.DecorativeRectangle-1 {
  width: 13%;
  height: 100%;
  left: 66.3%;
}

.DecorativeRectangle-2 {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.DecorativeRectangle-3 {
  position: absolute;
  right: 34.3%;
  height: 72%;
  top: 14%;
  width: 36%;
  background: #ededed;
  border-top-left-radius: 80%;
  z-index: 0;
}

.TitleText {
  color: var(--primary);
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.TitleText span {
  font-weight: 700;
  color: var(--secondary);
}

.TitleText-part1 {
  color: var(--primary);
  font-weight: 400;
}

.TitleText-part2 {
  color: var(--primary);
  font-weight: 700;
}

.TitleText-part3 {
  color: var(--secondary);

  font-weight: 700;
}

.DescriptionText {
  color: #2a2a2a;
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 640px;
}

.FirstSubText {
  color: var(--primary, #2d3b24);
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem; /* 177.778% */
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.LastText {
  color: var(--text, #2a2a2a);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 200% */
  width: 80%;
}

.DisclaimerText {
  color: #2a2a2a;
  font-size: 0.875rem;
}

.ButtonContainer {
  background: #b87f37;
  border-radius: 24px;
  display: inline-flex;
  padding: 16px 32px;
  margin-bottom: 1rem;
  text-decoration: none;
}

.ButtonText {
  color: white;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  word-wrap: break-word;
}

.MulherComUmaPernaCima2 {
  width: 80%;
  left: 50%;
  transform: translate(-50%, 1%) scale(0.9);
  height: auto;
  z-index: 1;
  position: relative;
}

.Sombra1 {
  width: 100%;
  z-index: 2;
  left: 4rem;
  top: -3rem;
  position: relative;
}

.logo-flat-black {
  width: 39.23381rem;
  height: 4.4735rem;
  flex-shrink: 0;
  overflow: hidden;
  margin-left: 6rem;
}

.Frame3 {
  position: absolute;
  top: 8%;
  right: 0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.vector-bottom {
  margin-left: 15%;
}

.Frame3 img:nth-child(1) {
  transform: translateX(25%);
}

.Frame3 img:nth-child(2) {
  display: none;
  transform: rotate(180deg) translateX(-25%);
}

.line {
  position: absolute;
  right: 12%;
  height: 35%;
  width: 1px;
  border: 1px var(--primary) solid;
  bottom: 0;
}

@media (max-width: 1279px) {
  .text-content {
    padding: 0;
    width: 100%;
  }

  .TitleText, .LastText, .FirstSubText {
    padding-left: max(2%, env(safe-area-inset-left));
    padding-right: max(2%, env(safe-area-inset-right));
  }

  .logo-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .TitleText {
    font-size: 2rem;
    text-align: left;
    width: 100%;
    padding-left: max(2%, env(safe-area-inset-left));
    padding-right: max(2%, env(safe-area-inset-right));
  }

  .DescriptionText {
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    padding-left: max(2%, env(safe-area-inset-left));
    padding-right: max(2%, env(safe-area-inset-right));
  }

  .FirstSubText {
    color: var(--primary, #2d3b24);
    font-family: "Open Sans";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem; /* 177.778% */
    text-transform: uppercase;
    padding-left: max(2%, env(safe-area-inset-left));
    padding-right: max(2%, env(safe-area-inset-right));
  }

  .DecorativeRectangle-3 {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    height: 90%;
    width: 74%;
    background: #ededed;
    border-top-left-radius: 100%;
    z-index: 0;
    top: 16%;
  }

  .logo-flat-black {
    max-width: 90vw;
    height: auto;
    position: relative;
    padding: 3.75rem 0;
    margin: 0 auto;
  }
  .line {
    display: none;
  }

  .content-grid {
    grid-template-rows: 1fr;
    grid-template-columns: none;
    grid-template-areas:
      "logo"
      "text"
      "image";
    padding-left: max(5%, env(safe-area-inset-left));
    padding-right: max(5%, env(safe-area-inset-right));
    padding-top: max(5%, env(safe-area-inset-top));
    padding-bottom: 0;
  }

  .image-content {
    left: 0;
    margin-top: 0rem;
  }

  .Frame3,
  .vector-bottom {
    display: none;
  }

  .DecorativeRectangle-1 {
    display: none;
    transform: rotate(90deg);
    left: -66%;
    transform-origin: bottom right;
    width: 15rem;
    top: -3.5%;
  }

  .rec-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 165px;
    position: absolute;
  }

  .MulherComUmaPernaCima2 {
    width: 100%;
    left: 50%;
    transform: translate(-50%, 11%);
    height: auto;
    position: relative;
  }

  .Sombra1 {
    width: 100%;
    z-index: 2;
    right: 0;
    top: -1rem;
    padding-top: 6.9rem;
    position: relative;
  }
}

@media (orientation: landscape) and (max-width: 1279px) {
  .DecorativeRectangle-3 {
  }
}

@media (min-width: 800px) and (max-width: 1279px) and (min-resolution: 2dppx) {
  .DecorativeRectangle-3 {
  }
}

@media (max-width: 1279px) and (min-resolution: 2dppx) {
  .DecorativeRectangle-3 {
  }
}

@media (max-width: 1279px) and (min-resolution: 3dppx) {
  .DecorativeRectangle-3 {
  }
}

@media (max-width: 480px) and (min-resolution: 2dppx) {
  .DecorativeRectangle-3 {
  }
}

@media (min-width: 1800px) {
  .Frame3 img:nth-child(2) {
    display: block;
  }
}
