: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;
}

.main{
  position:relative;
  margin: auto;
  max-width: 1100px;
}

.section{
  position:absolute;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  text-align: center;
  top: 15%;
  left: 42%;
}

.buttons{
  position:absolute;
  border-color: transparent;
  background-color: transparent;
  top:38%;
  display: flex;
  flex-direction: row;
  text-align: center;
  left: 15%;
}

.texto{
  font-size: 50px !important;
  color:  #cac6b2;
  font-style: italic;
}

.fs-1 {
  margin: auto;
  text-align: center;
  /* font-family: "Heebo", "Sans-serif"; */
  color: #8d7149 !important;
}

#video_mamografia {
   width: 95%;
   max-width: 1000px;
   height: auto;
   margin: 3%;
   display: block;
   z-index: 1;
}

#video_mamografia2 {
  width: 1100px;
  left: 900px;
  margin: auto;
  display: block;
  z-index: 1;
}

.fs-1 {
  margin: auto;
  text-align: center;
  /* font-family: "Heebo", "Sans-serif"; */
  color: #8d7149 !important;
}

.btn_autoexame {
  margin-left: 350px;
  margin-right: 50px;
  background-color: #ae0057 !important;
}

#video_modelo{
  width: 210px;
  height: 135px;
  margin-top: 1px;
  margin: 0px 0px 0px 0px;
}

.text_pre_video{
  text-align:right;
}

.textarea{
  margin-top: 10%;
  font-size: 16px;
  border: 0 none;
  outline: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: right;
  border-color: Transparent;
  background-color: transparent;
  margin-left: 10px;
  color:  #735527;
  resize: none;
  word-wrap: break-word;
}

#clique{
  color: #5e4317;
  text-align: center !important;
}

.clique_assistir{
  color: #bd4a16;
  text-align: center !important;
}

#img_avatar{
  margin-left: 200px;
  text-align: center;
  height: 500px;
  width: 300px;
}



@media (max-width: 900px) {
  #video_mamografia2 {
      width: 100%;
      height: 100%;
      margin-top: 1px;
      z-index: 1;
    }

  #textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    width: 100%;
   display: none;
  }

  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;
  }

   .text_pre_video{
     display: none;
   }

   #video_modelo{
   width: 180px;
   height: 120px;
   }

   .parceiros{
     margin-top: 300px;
   }

   h5{
     font-size: 12px;
   }
   h6{
     font-size: 14;
   }
}