: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: 600px;
   height: 450px;
   z-index: 1;
}

textarea {
   /*border: thick double #DAA5AD;*/
   box-shadow: 0 0 0 0;
   border: 0 none;
   outline: 0;
   background-color: #f0dec2 !important;

   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   resize: none;
   word-wrap: break-word;
   width: 100%;
}

@media (max-width: 900px) {
   #video_mamografia {
      width: 100%;
      height: 100%;
      margin-top: 1px;
      z-index: 1;
   }

   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;
   }
}