: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;
   background-color: transparent;
   top: 0px;
   margin-left: 10%;
   margin-right: 10%;
   max-width: 1100px;
}

.section {
   position: absolute;
   border-color: transparent;
   background-color: transparent;
   top: 16%;
   left: 65%;
   display: flex;
   flex-direction: row;
}

.buttons {
   position: absolute;
   border-color: transparent;
   background-color: transparent;
   top: 35%;
   display: flex;
   flex-direction: row;
   text-align: center;
   left: 10%;
}

#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;
}

h6 {
   text-align: left;
   color: #8d7149 !important;
}

.texto,
i {
   font-size: 50px;
   color: #c6bfa9 !important;
   border-color: Transparent;
   background-color: transparent;
}

.sequencia {
   text-align: right;
   color: #86342e;
}

#video_modelo {
   width: 210px;
   height: 135px;
   margin-top: 1px;
   margin: 0px 0px 0px 0px;
}

.clique_assistir {
   color: #bd4a16;
}

.menu_button {
   background-color: #ffcfd9 !important;
   color: aliceblue;
}

.menu_button:hover {
   font-weight: bold;
   background-color: #c95890 !important;
   font-size: 25px;
}

.menu_button:active {
   font-weight: bold;
   background-color: purple !important;
   font-size: 25px;
}

.menu_button:visited {
   font-weight: bold;
   background-color: purple !important;
   font-size: 25px;
}

@media (max-width: 900px) {
   #video_mamografia2 {
      width: 800px;
      height: 500px;
      margin-top: 1px;
      z-index: 1;
   }

   .texto,
   i {
      font-size: 30px;
      color: #c6bfa9 !important;
      border-color: Transparent;
      background-color: transparent;
   }

   .section {
      position: absolute;
      columns: 0;
      left: 72%;
      display: flex;
      flex-direction: row;
   }

   .menu_button {
      font-size: 10px;
      background-color: #ffcfd9 !important;
      color: aliceblue;
   }

   .parceiros {
      margin-top: 200px;
   }

   .btn_autoexame {
      margin-top: 20px;
      margin-left: 10px;
      margin-right: 50px;
      background-color: #ae0057 !important;
   }

   .sequencia {
      display: none;
   }
}