body{
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgba(128, 128, 128, 0.39);
}

h1{
  font-size:  4.5vw;
  text-align: center;
  margin-bottom: 10px;
}

#logo{
  width: 100px;
  position: absolute;
  top: 22;
  right: 0;
}
/* Estilos para o formulário */
form {
  overflow-x: hidden;
    width: 98%;
    margin: 0 auto;
    padding: 10px;
    background-color: #fd932f;
    border-radius: 10px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.11);
    
  }
  
  form h2 {
    margin-top: 0;
  }
  
  form label {
    display: block;
    font-weight: bold;
    margin-bottom: 1px;
  }

  form input[type="date"],
  form input[type="fone"],
  form input[type="number"]{
    width: 80%;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    

  }
  
  form input[type="text"],
    form textarea {
    width: 80%;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  
  form textarea {
    resize: vertical;
  }
  
  form button[type="submit"],
  form button[type="button"] {
    padding: 10px 20px;
    background-color: #4CAF50;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
  }
  
  form button[type="submit"]:hover,
  form button[type="button"]:hover {
    background-color: #3e8e41;
  }
  
  /* Estilos para a página de impressão */
  @media print {
    body>form>fieldset>label{
      font-size: 12px;
    }

    button.but, input.profile-img, p.notimg, label.notimg {
      display: none;
  }
    body {
      margin: 0;
    }
    *, *::before, *::after {
      box-sizing: border-box;
    }
    
    form {
      margin: 0;
      padding: 0;
      border: none;
      box-shadow: none;
      background-color: transparent;
    }

    form input[type="text"],
    form input[type="date"],
    form input[type="number"],
    form textarea {
      font-size: 12px;
    }
    
    form button[type="submit"],
    form button[type="button"] {
      display: none;
    }
    
  }
  
  #anamnese-form fieldset {
    border: 2px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  
  
  }
  /*para imagem carregada*/
  .form-image {
    margin-top: 5px;
    width: 75px;
      
      
  }
  .form-image img{
    width: 100px;

  } 

  #col3{
    width: 95%;
  }
  #col2{
    columns: 2;
 
    
  }
  #col4{
    columns: 4;
    width: 95%;
  }
  #prof{
    width: 50%;
  }
  /*coluna uncia fieldst nao divide tela*/
  #col1{
    width: 95%;
  }
  #colint{
    width: 95%;
    background-image: linear-gradient(to right,green ,yellow ,red);
  }
  /*para acertar o tamanho da fieldset de acordo com o tamanho da tela*/
  fieldset {
    width: 43%;
  }

  @media (max-width: 1080px) {
    fieldset {
      width: 95%;
    }
    p{
      font-size: 18px;
    }
    label{
      font-size: 18px;
    }
    form>fieldset>label{
      font-size: 20px;
    }
    form>fieldset>fieldset>label{
      font-size: 18px;
    }
    form>fieldset>legend{
      font-size: 18px;
    }
 


    #col2{
      columns: 1;
      
      
    }
    #col3{
      columns: 1;
      
    }
    #col4{
      columns: 1;
     
    }
    .menu-items li a {
      font-size: 55px;
    }
  
  }

  @media (max-width: 480px) {
    fieldset {
      width: 96%;
    }
    p{
      font-size: 20px;
    }
    label{
      font-size: 20px;
    }
    form>fieldset>label{
      font-size: 20px;
    }
    form>fieldset>fieldset>label{
      font-size: 20px;
    }
    form>fieldset>legend{
      font-size: 20px;
    }
  
  legend{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: blue;
  }
      #col2{
      columns: 1;
       
      
    }
    #col3{
      columns: 1;
      
    }
    #col4{
      columns: 1;
     
    }
    .menu-items li a {
      font-size: 26px;
    }
  }
 
  /*css do menu*/
   
  .menu {
    position: relative;
    top: 0;
    left: 0;
    width: 0%;
    height: 80px;
    /*background-image: linear-gradient(to bottom, var(--cor2), var(--cor5));*/
    z-index: 1000;
    margin-bottom: -90px;
   
  }
  
  .menu-toggle {
    
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
  }
  .menu-toggle:hover .toggle-icon .bar {
    background-color: orange;
  }
  
  .toggle-icon {
    position: relative;
    width: 30px;
    height: 20px;
  }
  
  .toggle-icon .bar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: transform 0.2s ease;
  }
  
  .toggle-icon .bar:first-child {
    transform-origin: left;
  }
  
  .toggle-icon .bar:last-child {
    transform-origin: right;
  }
  
  .menu-items {
    margin-left: -90px;
    position: absolute;
    top: 80px;
    left: 0;
    width: 0;
    height: calc(100vh - 80px);
    overflow-y: auto;
    background-color: #f2f2f2ec;
    z-index: 999;
    transition: width 0.3s ease;
    border-radius: 12px;
  }
  
  .menu-items li {
    margin: 20px 0;
    text-align: center;
  }
  
  .menu-items li a {
    
    display: block;
    padding: 1px 0;
    font-size: 18px;
    color: black;
    font-weight: bold;
    text-decoration: none;
  }
  
  .menu-items li a:hover {
    color: black;
    background-color: #fd932fc0;
    border-radius: 10px;
  }
  

  .toggle-icon .bar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    transition: transform 0.2s ease;
  }
  
  .toggle-icon .bar:first-child {
    transform: translateY(-6px);
  }
  
  .toggle-icon .bar:last-child {
    transform: translateY(6px);
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }  
  /*fim do css menu*/
  #bodyFlipButton:hover{
    box-shadow: 5px 5px rgba(0, 0, 0, 0.356);
    margin-left: 2px;
   
}

#bodyFront{
  width: 100%;
  
}

fieldset{
  border-radius:10px;
}
Fieldset> label {
  font-weight: none;
  font-size: 17px;
  width:80%;

}
/*manipular os bonecos*/

.tamanhob{
  margin-bottom:10%;
  
}
.tamanhob2{
  margin-top:-59%;
margin-left:25%;
width:100%;
overflow-x: hidden;

}

/*footer*/
footer {
  width: 100%;
  background-color: black ;
  color: #fff;
  font-size: 14px;
  margin-top: 0px;
  padding: 7px 0;
}

footer p {
  margin: 0;
  padding: 7px;
  text-align: center;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
p{
  color: red;
  font-weight: bolder;
  margin-top: 0px;
}

/*estilo pulsologia*/
#bto{
  padding: 8px;
  width: 100px;
  border-radius: 12px;
  background-color: white;
  color: black;
  font-weight: bolder;
  text-transform: uppercase;
}
#bto:hover{
background-color: rgba(218, 213, 213, 0.26);
width: 120px;
}
       #imagem-diagnostico{
        display: none;
        margin: auto;
        margin-bottom: 10px;
       }
      #ponto1 ,#ponto2 ,#ponto3{
        text-align: center;
  padding: 5px;
  width: 30%;
  border-radius: 8px;
  font-weight: bolder;
  border: solid 2px;
      }
      #ponto1:hover ,#ponto2:hover ,#ponto3:hover{
        background-color: rgba(214, 209, 209, 0.651);
      }
      @media (max-width: 880px){
        #ponto1 ,#ponto2 ,#ponto3{
           width: 50%;
        }
      }
      #imagem-diagnostico{
        display: none;
      }

/*fim pulsologia*/


     /* Estilo para o main */
     main {
      display: none; 
      position: fixed; 
      z-index: 1; 
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.4); 
  }

  .modal-content {
      background-color: #888888;
      margin: 5% auto; 
      padding: 20px;
      border: 1px solid #888;
    border-radius: 10px;
      width: 80%; 
      max-width: 800px;
      position: relative;
      box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.604);
  }

  .close {
      color: #aaa;
      position: absolute; 
      right: 10px;
      top: 10px;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
  }

  .close:hover,
  .close:focus {
      color: black;
      text-decoration: none;
  }

  .video-container {
      position: relative;
      padding-bottom: 56.25%; 
      height: 0;
      overflow: hidden;
      max-width: 100%;
      background: #000;
  }

  .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
         /* Estilo base do botão */
         #myBtn {
          background-color: #4CAF50;
          color: white;
          padding: 12px 24px;
          font-size: 16px;
          border: none;
          cursor: pointer;
          border-radius: 4px;
          outline: none;
          position: relative;
          overflow: hidden;
          transition: background-color 0.3s, transform 0.3s;      
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
      }

      /* Efeito ao passar o mouse */
      #myBtn:hover {
          background-color: #45a049; /* Cor de fundo verde mais escura */
      }

      /* Efeito de movimento ao clicar */
      #myBtn:active {
          transform: translateY(4px); /* Move o botão para baixo */
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); /* Reduz a sombra */
      }

      /* Efeito de animação */
      #myBtn::after {
          content: '';
          position: absolute;
          background: rgba(255, 255, 255, 0.2); /* Cor do efeito de onda */
          width: 300%;
          height: 300%;
          top: -100%;
          left: -100%;
          z-index: 0;
          transition: all 0.5s;
          pointer-events: none;
      }

      #myBtn:hover::after {
          top: -10%;
          left: -10%;
      }

      /* Texto dentro do botão */
      #myBtn span {
          position: relative;
          z-index: 1;
      }