* {
    box-sizing: border-box;
    margin: 0;
}


body {
    height: 100vh;
    background-image: url(imgs/clinica-fundo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer {
    width: 100%;
    background-color: #02084b;
    font-family: "SUSE", sans-serif;
    color: white;
    padding: 2%;
  }
  
  #div-colunas {
    padding: 2%;
    border: solid #29246b;
    background-color: #29246b;
    border-radius: 2vh;
  }
  
  #div-lado-e {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
  }


  #uniquanti {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px; /* Ajusta o espaço ao redor da imagem */
    max-width: 25%; /* Reduz a largura máxima da imagem */
    flex: 0 1 auto; /* Faz com que a imagem ocupe apenas o espaço necessário */
}

#uniquanti img {
    padding-left: 20%;
    width: 100%; 
    height: auto;
}



  #div-lado-e p{
    font-size: 15px;
  }
  
  .coluna {
    flex: 1 1 30%;
    margin: 1%;
  }

  #coluna2 {
    height: 100%;
    flex: 0 1 auto; /* Faz a coluna se ajustar ao conteúdo */
    display: flex;
    flex-direction: column;
  }

  #coluna3 {
    text-align: left;
    width: max-content; /* Ajusta a largura ao conteúdo */
    margin: 0 auto; /* Centraliza a div horizontalmente */
    height: 80%;
    margin-top: 14px ;
  }
  #coluna3 h3 {
    padding-left: 6.5%;
  }

  #como-chegar{
    padding-top: 10px;
  }

  #link-mapa {
    color: white;
  }

  #link-mapa-p {
    padding-left: 6.5%;
  }

  #linha1,
  #linha2,
  #linha3,
  #linha4,
  #linha5 {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: start; /* Alinha à esquerda */
    align-items: center; /* Centraliza verticalmente o ícone e o texto */
  }

  #subtitulo {
    padding-left: 6.5%;
    text-align: left;
    font-size: 13px;
  }


  #linha3 a,
  #linha4 a {
    color: white;
  }

  .linha-texto {
    padding-top: 3px;
  }


  
  .icone {
    height: auto;
    width: 20px;
    margin-right: 10px;
    padding-right: 2%;
  }
  
  #coluna1 p {
    text-align: left;
  }
  
  /* Ajustes para telas menores */
  @media (max-width: 768px) {
    #div-lado-e {
      flex-direction: column;
    }
  
    .coluna {
      width: 100%;
      margin-bottom: 20px;
    }
  }







.div-oculta {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    z-index: 5;
}

#card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border-radius: 2vh;
    width: 100%; 
    max-width: 800px; 
    padding: 4%;
    margin: auto;
}

#card hr {
    margin: 5% 0;
    color: black;
    height: 80%;
    width: 1px;
}

#cabecalho-login {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    font-family: "SUSE", sans-serif;
    align-items: center;
}

#cabecalho-login h2 {
    color: #29246b;
}

#card_login {
    height: 100%;
    width: 90%;
    border-radius: 2vh;
    padding: 4%;
    padding-left: 5%;
    padding-right: 5%;
}

#div_botao {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#div-formlogin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#card-medico {
    display: none;
    height: 100vh;
    background-color: white;
    justify-content: space-between;
    padding: 5%;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5; 
}

#dr {
    width: 40%;
    border-radius: 2vh;
}

#cabecalho-login-medico {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 60px;
}

#cabecalho-login-medico h2 {
    font-family: "SUSE", sans-serif;
    font-weight: 900;
    font-size: 50px;
    color: #29246b;
}

#div-formlogin-medico {
    width: 100%;
}


#composto {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15%;
}

#div_botao_medico {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

#div-doutores {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5%;
}

#div-doutores h2 {
    font-family: "SUSE", sans-serif;
    color: #29246b;
}

#img-doutores {
    width: 100%;
}

#div-logo {
    align-items: center;
    display: flex;
    flex-direction: row;
}

#div-logo img {
    height: auto;
    width: 15%;
}

#div-logo label {
    font-family: "SUSE", sans-serif;
    color: white;
}

header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 5%;
    background-color: #02084b;
}

nav ul {
    font-family: "SUSE", sans-serif;
    list-style: none;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

nav ul li a:hover {
    transition: 1s;
    color: #655be6;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80vh;
}

#card-entrada {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5%;
    width: 80%;
    max-width: 500px;
    height: 60%;
    border-radius: 2vh;
    background-color: #02084b;
}

#card-entrada a {
    width: 100%;
}

.button-28 {
    appearance: none;
    background-color: white;
    border: solid white;
    border-radius: 15px;
    box-sizing: border-box;
    color: #29246b;
    cursor: pointer;
    display: inline-block;
    font-family: "SUSE", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 110px;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
}

.button-28:disabled {
    pointer-events: none;
}

.button-28:hover {
    color: white;
    background-color: #29246b;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
    border: solid #29246b;
}

.button-28:active {
    box-shadow: none;
    transform: translateY(0);
}

.button-alt {
    appearance: none;
    background-color: #29246b;
    border: solid #29246b;
    border-radius: 15px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "SUSE", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 110px;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 90%;
    will-change: transform;
}

.button-alt:disabled {
    pointer-events: none;
}

.button-alt:hover {
    color: white;
    background-color: #29246b;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
    border: solid #29246b;
}

.button-alt:active {
    box-shadow: none;
    transform: translateY(0);
}


.div-label-input {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%;
}

input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #999;
    padding: 6px 30px;
    font-family: "SUSE", sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}

.classe-label {
    padding-left: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #222;
}

.label-has-error {
    top: 22%;
}

.botaoEntrar {
    width: 100%;
}

/* Media Queries para dispositivos menores */

@media (max-width: 768px) {
    #card {
        width: 90%;
        padding: 5%;
    }

    #div-logo img {
        width: 30%;
    }

    header {
        padding: 0 3%;
    }

    #card-entrada {
        width: 90%;
        max-width: none;
    }
}

@media (max-width: 660px){

    #card hr {
        display: none;
    }

    #config-img {
        display: none;
    }
}