.inicio_main_content {
  width: 100%;
  padding: 100px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inicio_main_content p {
  font-size: 19px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  text-wrap: pretty;
}
.inicio_main_content p span {
  font-weight: 500;
  color: var(--color-main);
}
.geona_img {
  width: 100%;
  height: 500px;
}
.geona_img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  position: sticky;
  top: 700px;
}
