/* HEADER ZONE */

.Robotic_Image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.Robotic_Image img {
  width: 100%;
  height: auto;
}

.Robotic_Image_tablet img {
  width: 100%;
  height: auto;
}

.Robotic_Image_mobile img {
  width: 100%;
  height: auto;
}

.Robotic_Image_tablet {
  display: none;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.Robotic_Image_mobile {
  display: none;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

/* -------------------------- */

/* Context ZONE */

.Robotic_Container {
  width: 100%;
  gap: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: auto;
  padding: 3.75rem 11.75rem;
}

.Content_Container {
  width: 66.5rem;
  max-width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 1.875rem;
}

.GoBack_Start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 6px;
  height: 1.25rem;
}

.GoBack_Start img {
  width: 1.94rem;
  height: 1.25rem;
}

.Text_Content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.Text_About {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 31.31rem;
  max-width: 100%;
  height: auto;
  gap: 1.875rem;
}

.Text_Title {
  font-family: var(--subtitle-font-family);
  font-size: var(--subtitle-font-size);
  font-weight: bold;
  color: var(--dk-text);
}

.Inform_Text {
  width: 100%;
  height: 360px;
  font-family: var(--description-font-family);
  font-size: var(--description-font-size);
  font-weight: 400;
  color: var(--gr-text);
  line-height: 20px;
  letter-spacing: 1%;
}

.Text_Image img {
  width: 100%;
  max-width: 31.44rem;
  height: auto;
}

.Context_img_tablet,
.Result_img_tablet,
.Search_img_tablet {
  display: none;
}

.Context_img_tablet img,
.Result_img_tablet img,
.Search_img_tablet img {
  padding-top: 40px;
  width: 100%;
  max-width: 31.44rem;
  height: auto;
}

.GoBack_End a {
  text-decoration: none;
}

/* -------------------------- */

/* Context ZONE */

.Search_img {
  display: flex;
  width: 100%;
  max-width: 31.44rem;
  height: 382.98px;
  object-fit: cover;
}

.Images_Content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
  width: 15.69rem;
  height: 2.13rem;
}

.Forms_Image img {
  width: 6.13rem;
  height: 2.13rem;
}

.Maze_Image img {
  width: 4.44rem;
  height: 0.81rem;
}

.Zomm_Image img {
  width: 2.13rem;
  height: 2.13rem;
}
.Metodology_Title {
  font-size: 20px;
  font-weight: bold;
  color: #5c5c5c;
  padding-bottom: 15px;
}

ul {
  list-style-type: disc;
}
/* -------------------------- */

/* Result ZONE */

ul p {
  margin-top: 0.313rem;
}

/* -------------------------- */

/* GoBack ZONE */

.GoBack_End {
  width: 14.63rem;
  height: 1.25rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;

  align-items: center;
  gap: 0.625rem;
  margin: 0 auto;
}

.GoBack_End {
  padding-top: 24px;
}

.GoBack_End img {
  display: flex;
  justify-content: center;
  width: 1.94rem;
  height: 1.25rem;
}

.GoBack_Text {
  font-family: var(--description-font-family);
  font-size: var(--description-font-size);
  font-weight: bold;
  color: var(--og-bg);
}
/* -------------------------- */

/* Medias Query */

@media (max-width: 1402px) {
  .Text_Content {
    justify-content: center;
  }

  .Search_img {
    display: none;
  }

  .Search_img_tablet {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .Text_About {
    width: auto;
  }
}

@media (max-width: 768px) {
  .Robotic_Image {
    display: none;
  }

  .Robotic_Image_tablet {
    display: flex;
  }

  .Context_img_tablet,
  .Result_img_tablet {
    display: flex;
  }

  .Context_img_tablet img,
  .Result_img_tablet img {
    width: 100%;
    max-width: 20.94rem;
    height: auto;
  }

  .Search_img_tablet img {
    padding-top: 50px;
    width: 100%;
    max-width: 20.94rem;
    height: auto;
  }

  .GoBack_Start img {
    width: 25px;
    height: 16px;
  }

  .GoBack_End {
    font-size: 14px;
  }

  .GoBack_End img {
    width: 25px;
    height: 16px;
  }

  .Text_Image {
    display: none;
  }

  .Robotic_Container {
    padding: 40px 40px;
  }

  .Text_Title {
    font-size: 26px;
  }

  .Inform_Text {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .Robotic_Container {
    padding: 30px 20px;
  }

  .Robotic_Image_mobile {
    display: flex;
  }

  .Robotic_Image_tablet {
    display: none;
  }

  .Text_Title {
    font-size: 20px;
  }

  .Inform_Text {
    font-size: 12px;
  }

  .GoBack_Text {
    font-size: 12px;
  }

  .GoBack_End img {
    width: 17px;
    height: 12px;
  }

  .GoBack_End {
    gap: 6px;
    justify-content: center;
    width: 15rem;
    padding-top: 30px;
    height: 1.25rem;
  }
}
