: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;
  width: 1200px;
}

.section{
  position:absolute;
  border-color: transparent;
  background-color: transparent;
  top:20%;
  display: flex;
  flex-direction: row;
  text-align: center;
  left: 44%;
}

.buttons{
  position:absolute;
  border-color: Transparent;
  background-color: transparent;
  top:35%;
  display: flex;
  flex-direction: row;
  text-align: center;
  left: 6%;
}

.textareaDois{
  position:absolute;
  font-size: 14px;
  color:#906235;
  top: 77%;
  left: 50%;
  width: 45%;
  font-weight: bold;
}

#video_mamografia {
  width: 1230px;
  left: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  z-index: 1;
}

#textarea{
  width: 100%;
  height: 100%;
  margin-top: 18%;
  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;
  border-color: Transparent;
  background-color: transparent;
}

h6, strong{

  border-color: Transparent;
  background-color: transparent;
}

#clique{
  border-color: Transparent;
  background-color: transparent;
  color: #5e4317;
  text-align: center !important;
}

.texto{
  font-size: 50px !important;
  color:  #cac6b2;
  font-style: italic;
}

#clique_assistir{
  border-color: Transparent;
  background-color: transparent;
  color: #bd4a16;
  text-align: center !important;
}

#video_thadeu{
  width: 290px;
  height: 160px;
  margin-top: 1px;
  padding-right: 10px;
  margin: 0px 0px 0px 0px;
}

#img_avatar{
  margin-left: 200px;
  text-align: center;
  height: 500px;
  width: 300px;
}

@media (max-width: 900px) {

  .main{
    position:relative;
    top:0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }

  .section{
    position:absolute;
    border-color: Transparent;
    background-color: transparent;
    top:7%;
    display: flex;
    flex-direction: row;
    text-align: center;
    left: 45%;
  }

  .textareaDois{
    position:absolute;
    font-size: 12px;
    color:#906235;
    top: 77%;
    left: 2%;
    width: 95%;
    font-weight: bold;
  }

    #clique_assistir{
      text-align: center;
      color: #bd4a16;
    }

    .buttons{
      left: 4%;
    }

    #video_mamografia {
      width: 100%;
      height: 100%;
      margin-top: 1px;
      z-index: 1;
  }

    #video_thadeu{
      margin-right: 200px;
      margin:0 auto;
      display: block;
      width: 180px;
      height: 85px;
    }

    hr{
      display: none;
    }

    #img_avatar{
      margin-left: 0;
      text-align: center;
      height: 500px;
      width: 300px;
    }

    #img_avatar{
      margin-left: 0;
      text-align: center;
      height: 500px;
      width: 300px;
    }

    .text_pre_video{
      font-size: 12px;
    }

    .text-center{
      font-size: 12px;
    }

    .parceiros{
      margin-top: 300px;
    }

    h5{
      font-size: 12px;
    }
    h6{
      font-size: 14;
    }

    #textarea{
      display: none;
    }

}