@import url('https://fonts.googleapis.com/css2?family=Yeon+Sung&display=swap');

html {
    font-family: 'Arial', cursive;
}

#page_header h2{
    margin: 0.1em 1em 1em 1em;
}

/* .dropdown-menu {
    position: absolute;
    padding-left: 0rem; */
    /* width: 100%; */
/* } */

/* .dropdown-content {
    position: relative;
} */

/* .dropdown:hover .dropdown-content {
    display: block;
  } */
.bootstrap-autocomplete.dropdown-menu {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bootstrap-autocomplete.dropdown-menu li{
    padding-left: 1rem;
}

.bootstrap-autocomplete.dropdown-menu li:hover{
    background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.bootstrap-autocomplete.dropdown-menu li a{
    text-decoration: none ;
}

li {
    list-style-type: none;
}

.adjust-line-height {
    line-height: 1.3em;
    font-size: 1.2em;
    margin-bottom: 1em;
    margin-top: 1em;
  }

#section-acesso-rapido {
    margin-top: 2em;
    text-align: center;
}
.acesso-rapido.text {
    margin-bottom: 1em;
}

.resultado-ambulatorio {
    margin: 0.3em;
}

.table.table-hover {
    display: flex;
    justify-content: center;
}

.table.table-hover td {
    /* border: none; */
    /* border-color: greenyellow; */
    /* border-style: none; */
    border-bottom-width: 0px;
    vertical-align: middle;
}

.table.table-hover td .table-cell {
    align-items: center;
    width: 21vw;
    height: 90px;

    display: flex;
    justify-content: center;

    /* font-size: 0.9rem;
    border-radius: 10px 10px;

    background-color: rgba(var(--bs-emphasis-color-rgb), 0.025);
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2); */
}

@media only screen and (max-width: 450px) {
    .table.table-hover .btn.btn-outline-primary {
      /* font-size: 0.75em; */
      font-size: 3.5cqi;
      /* font-size: calc(32px + 16 * ((100vw - 568px) / (768 - 568)); */
      /* font-size: calc(10px + (0.6*(100vw - 600px)/(780 - 400))) */
      /* font-size: 0pt; */
    }
  }

.table.table-hover .btn.btn-outline-primary {
    align-items: center;
    width: 21vw;
    height: 85px;

    display: flex;
    justify-content: center;

    /* font-size: 0.6rem; */
    border-radius: 10px 10px;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);

    padding: auto;

    /* background-color: rgba(var(--bs-emphasis-color-rgb), 0.025); */
    /* box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2); */
}

/* .table.table-hover td .table-cell:hover {
    background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
} */

