: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;
}

html {
   margin: 0;
   width: 100%;
   height: 99%;
}

body {
   margin: 0;
   width: 100%;
   height: 100%;
}

main
{
   max-width: 100%;
   min-width: 300px;
   padding-top: 10px;
   padding-left: 3%;
   padding-right: 3%;
   padding-bottom: 65px;
   text-align: center;
}

footer
{
  padding: 5px;
  text-align: center;
}

.menu_cor {
   color: #fefcf6 !important;
   text-align: center;
   font-weight: bold;
   background-color: #c54170 !important;
}

.main {
   position: relative;
   top: 0px;
   width: auto;
   left: auto;
}

.section {
   position: absolute;
   top: 17%;
   background-color: transparent;
   margin-right: 0%;
   margin-left: 38%;
}

#imagem_seio {
   /*cursor: pointer;*/
   width: 180px;
   height: 125px;
}

#video_mamografia {
   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;
}

.sub-menu {
   background-color: #c54170 !important;
}

#imagem {
   margin-top: 30px;
   width: 300px;

}

.h4,
img {
   margin-left: 45px;
   top: 0%;
   margin-top: 0%;
   text-align: right;
   display: inline-block;
   color: #8c483e !important;
}


.h5 {
   top: 0%;
   margin-top: 0%;
   text-align: right;
   color: #8c483e !important;
}




@media (max-width: 900px) {
   .col-2 {
      display: none;
   }

   .main {
      position: relative;
      top: 0px;
   }

   .section {
      position: absolute;
      top: 15px;
      background-color: transparent;
      margin-right: 0%;
      margin-left: 90%;
      right: 1%;
   }

   #video_mamografia {
      width: 700px;
      left: 500px;
      margin-right: 0%;
      margin-left: 0%;
      display: flex;
      z-index: 1;
   }

   .texto {
      font-size: 50px;
      color: #cac6b2;
      font-style: italic;
   }

   .h4,
   img {
      margin-left: 35px;
      top: 0%;
      margin-top: 0%;
      text-align: right;
      display: inline-block;
      color: #8c483e !important;

   }

   .h4 {
      display: none;
   }

   /*
 .button {
    width: 40px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }

  .button_axila{
    font-size: 3px;
    width: 90px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }

  .button_mamilo{
    font-size: 3px;
    width: 90px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
*/
   .menu {
      margin: 1;
   }

   .parceiros {
      margin-top: 200px;
   }

   .footer {
      width: 30px;
      height: 200px;
   }

   .btn_autoexame {
      margin-top: 20px;
      margin-left: 10px;
      margin-right: 50px;
      background-color: #ae0057 !important;
   }
}