 /* ANAMNESE PEDIATRICA PÁG 2 */
.SimNaoBotao{ 
    width: 30px;
  height: 20px;
  cursor: pointer;
  margin-left: 5%;
}  
.SimNaoBotaoEspaco{
    width: 30px;
  height: 20px;
  cursor: pointer;
}
.botoespag2{
    display: flex; 
    align-items: center; 
    transform: scale(1.1); 
    padding: 10px;
    padding-left: 8%;
    font-family: Arial, sans-serif;
}
.pag2Adulto{
    padding-left: 2.5%;
}
.pag2Pediatricotexto{
    text-align:left; 
    font-size:20px;
    margin-left: auto; 
    margin-left: 20px;
    font-family: Arial, sans-serif;
}
.textodoslabelsPag2{
    color:black; 
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.textodoslabelsPag2:disabled{ 
    color:grey; 
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.PaginaSelecionada{
    color: white; 
    text-decoration:none;
}
.PaginaSelecionadaUnderline{
    text-decoration:underline; 
    text-decoration-color:red; 
    text-underline-position:under; 
} 
.checkboxPediatricoPag2{
    top: 0;
    transform: scale(2);
    background-color: grey;
    margin-left:2.5%; 
    margin-top: 4%; 
    position: relative;
}
.checkboxAnamnese2 {
    top: 0;
    transform: scale(2);
    background-color: grey;
}
.checkboxAnamnese2:hover{
    cursor: pointer;
}
.inputTextAnamnese2{
    border: none; 
    border-bottom: 2px solid black; 
    padding-bottom: 5px; 
    outline: none;
    background-color: white;
}
.inputTextAnamnese2:disabled{
    border: none;
    border-bottom: 2px solid grey; 
    padding-bottom: 5px;  
    outline: none;
    background-color: white;
}
.inputTextAnamnese2:focus {
    border-bottom-color: red;
}
.PosicaoDivPediatrica2{ 
    margin-left:16%;  
    margin-top: 1%; 
    position: relative;
}

/* BOTAO APAGAR/ X VERMELHO */
.botaovermelhoborda{
    background-color: white; 
    text-decoration:none;
    border:none;
}
.imgVermelhoX{
    width: 70;
    height: 70;
} 
/* BOTAO AZUL APAGRA*/
.botaoazulborda{
    background-color: darkblue; 
    color: white; 
    border-radius: 50%; 
    border: none; 
    width: 60px;
    height: 60px;
}
.tamanhoimgbotao{
    width: 25; 
    height: 25;
} 

@media (max-width: 800px){
 /* ANAMNESE PEDIATRICA PÁG 2 */
 .SimNaoBotao{ 
    width: 30px;
  height: 20px;
  cursor: pointer;
  margin-left: 5%;
}  
.SimNaoBotaoEspaco{
    width: 30px;
  height: 20px;
  cursor: pointer;
}
.botoespag2{
    display: flex; 
    align-items: center; 
    transform: scale(1.1); 
    padding: 10px;
    padding-left: 8%;
    font-family: Arial, sans-serif;
}
.pag2Adulto{
    padding-left: 2.5%;
}
.pag2Pediatricotexto{
    text-align:left; 
    font-size:20px;
    margin-left: auto; 
    margin-left: 20px;
    font-family: Arial, sans-serif;
}
.textodoslabelsPag2{
    color:black; 
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.textodoslabelsPag2:disabled{ 
    color:grey; 
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.PaginaSelecionada{
    color: white; 
    text-decoration:none;
}
.PaginaSelecionadaUnderline{
    text-decoration:underline; 
    text-decoration-color:red; 
    text-underline-position:under; 
} 
.checkboxPediatricoPag2{
    top: 0;
    transform: scale(2);
    background-color: grey;
    margin-left:2.5%; 
    margin-top: 4%; 
    position: relative;
}
.checkboxAnamnese2 {
    top: 0;
    transform: scale(2);
    background-color: grey;
}
.checkboxAnamnese2:hover{
    cursor: pointer;
}
.inputTextAnamnese2{
    border: none; 
    border-bottom: 2px solid black; 
    padding-bottom: 5px; 
    outline: none;
    background-color: white;
}
.inputTextAnamnese2:disabled{
    border: none;
    border-bottom: 2px solid grey; 
    padding-bottom: 5px;  
    outline: none;
    background-color: white;
}
.inputTextAnamnese2:focus {
    border-bottom-color: red;
}
.PosicaoDivPediatrica2{ 
    margin-left:2%;  
    margin-top: 1%; 
    position: relative;
}
.classDivEspaco{
    margin-top:1%;
}

/* BOTAO APAGAR/ X VERMELHO */
.botaovermelhoborda{
    background-color: white; 
    text-decoration:none;
    border:none;
}
.imgVermelhoX{
    width: 70;
    height: 70;
} 
/* BOTAO AZUL APAGRA*/
.botaoazulborda{
    background-color: darkblue; 
    color: white; 
    border-radius: 50%; 
    border: none; 
    width: 60px;
    height: 60px;
}
.tamanhoimgbotao{
    width: 25; 
    height: 25;
} 
}

@media screen and (min-width:801px) and (max-width: 1000px) {
    .PosicaoDivPediatrica2{
        margin-left:3%; 
        margin-top: 1%; 
        position: relative;
    }
    }
    
    @media screen and (min-width:1001px) and (max-width: 1200px){
        .PosicaoDivPediatrica2{ 
            margin-left:3%;  
            margin-top: 1%; 
            position: relative;
        }
    } 
    
    @media screen and (min-width:1201px) and (max-width:1400px){
    /* Não sei o que mudar nesta página ver no tablet na terça */
    }


