:root {
  /* --bs-font-sans-serif: "Heebo", "Sans-serif"; */
  --bs-primary-rgb: #906556;
  --bs-secondary-rgb: #EC7074;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: 0;
  /* font-family: "Heebo", "Sans-serif"; */
  font-weight: bold;
  text-align: center;
  color: #906556;
}

.menu_cor{
  color: #fefcf6 !important;
  text-align: center;
  font-weight: bold;
  background-color: #c54170 !important;
}

section {
  display: flex;
  flex-direction: row;
}

.video_mamografia {
  width: auto;
  height: 400px;
  margin-top: 10px;
  width: 100%;
  z-index: 1;
}

#foto_movimento {
  text-align: center;
  margin-top: 30px;
  width: auto;
  height: auto;
}

.fs-1 {
  text-align: center;
  /* font-family: "Heebo", "Sans-serif"; */
}

.fs-2{
  color: #aa005d;
}

#texto {
margin-top: 30px;
  text-align: center;
  font-size: 20px;
  left: 450px;
  top: 1600px;
}

@media (max-width: 900px) {
  #foto_movimento {
    text-align: right;
    width: auto;
    height: auto;
  }

  .foto{
    text-align: center;
    right: auto;
    height: auto;
  }

  section {
    display: flex;
    flex-direction: column;
  }

  #img_avatar{
    margin-left: 0;
    text-align: center;
    height: 500px;
    width: 300px;
  }

  .btn_autoexame {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 50px;
    background-color: #ae0057 !important;
  }
}