html {
  height: 100%;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  color: #152935;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  min-height: 903px; /* min-height of fraDetalle iframe from MP */
  margin: 0;
  padding: 0;
  width: 100%;
}

#__root {
  height: 100%;
  width: 100%;
}

#__portal {
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
}
