: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;
  top:0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.section {
  position:absolute;
  border-color: Transparent;
  background-color: transparent;
  top: 15%;
  display: flex;
  flex-direction: row;
  text-align: center;
  left: 44%;
}

.buttons{
  position:absolute;
  border-color: Transparent;
  background-color: transparent;
  top:30%;
  display: flex;
  flex-direction: row;
  text-align: center;
  left: -4%;
}

#video_mamografia {
  width: 95%;
  max-width: 1000px;
  margin: 3%;
  display: flex;
  z-index: 1;
}

#video_mamografia2 {
   width: 1000px;
   left: 700px;
   margin-right: 0%;
   margin-left: 0%;
   display: flex;
   z-index: 1;
}

.texto{
  font-size: 50px !important;
  color:  #cac6b2;
  font-style: italic;
}

#img_avatar{
  margin-left: 200px;
  text-align: center;
  height: 500px;
  width: 300px;
}

#textarea{
  width: 100%;
  height: 100%;
  margin-top: 28%;
  text-align: right;
  border-color: Transparent;
  background-color: transparent;
  margin-left: auto;
  font-size: 14px;
  color:  #735527;
  resize: none;
  word-wrap: break-word;
}


h5{
  color: #8d7149;
  text-align: right;
}

#clique{
  color: #5e4317;
  text-align: center !important;
}

.clique_assistir{
  color: #bd4a16;
  text-align: center !important;
}


h6{
  text-align: left;
  color: #8d7149 !important;
}

#video_modelo {
  width: 210px;
  height: 135px;
  margin-top: 1px;
  margin: 0px 0px 0px 0px;
}

@media (max-width: 900px)
{
  #video_mamografia2 {
    width: 700px;
    left: 500px;
    margin-right: 0%;
    margin-left: 0%;
    display: flex;
    z-index: 1;
  }

  #textarea{
    display: none;
  }

  section {
    display: flex;
    flex-direction: column;
  }

  #img_avatar{
      margin-left: 0;
      text-align: center;
      height: 500px;
      width: 300px;
    }

    .buttons{
      top:15%;
      border-radius: 12px;
      left: 3%;
    }

  .text_pre_video{
      display: none;
    }

  #video_modelo{
    width: 150px;
    height: 120px;
    }

    .parceiros{
      margin-top: 300px;
    }

  h5{
      font-size: 12px;
    }

  h6{
      font-size: 14;
    }
}