.header-menu-options > a {
    display: block;
    padding: 5px 18px;
    color: #5f5f5f;
    border: none;
    position: relative;
    text-decoration: none;
  }
  
  .header-menu-options > a :hover {
    text-decoration: none;
    color: grey;
  }
  
  body {
    font-family: 'Nunito', sans-serif;
  }
  
  .content-page {
    min-height:75vh;
  }
  
  .has-search .form-control {
    padding-left: 2.12rem;
  }
  
  .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.885rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
  }
  
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  #search {
    border-radius: 25px;
    font-size: 18px;
    border-width: 1px;
  }
  
  #search:hover {
    box-shadow: 2px 2px 7px #ccc;
  }
  
  .icon-container {
    position: absolute;
    right: 20px;
    top: 30%;
    visibility: hidden;
  }
  
  .loader {
    position: relative;
    height: 22px;
    width: 22px;
    display: inline-block;
  }
  
  @keyframes around {
    100% {
      transform: rotate(0deg)
    }
    100% {
      transform: rotate(360deg)
    }
  }
  
  .inputcontainer {
    position: relative;
  }
  
  .loader::after, .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
  }
  
  .loader::after {
    animation: around 0.5s ease-in-out 0.1s infinite;
    background: transparent;
  }
  
  #resultList {
    background-color: rgb(247, 247, 247);
    /* margin-left: 25px;
    margin-right: 25px; */
    /* margin-top: 53px; */
    position: absolute;
    top: 62px;
    right: 30px;
  }
  
  #resultList > div {
    padding: 5px;
  }
  
  #resultList .item-search:hover {
    background-color: #a7dcffb8;
  }
  
  #resultList > a {
    text-decoration: none;
  }
  
  #resultList > a > div {
    padding: 5px;
  }
  
  .conteudo-titulo {
    font-size: 2.4rem;
    font-weight: 500;
    padding-top: 10px;
  }
  
  .conteudo-subtitulo {
    font-size: 1rem;
    padding-left: 20px;
  }
  
  .b-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
  
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
  }
  
  .categoria-card {
    background-color: #e0e0e0;
  }
  
  .categoria-card:hover {
      background-color: #d1d1d1;
  }
  
  .tip {
    width: 0px;
    height: 0px;
    position: absolute;
    background: transparent;
    border: 10px solid #c3ccff9c;
  }
  
  .tip-left {
    top: 2px;
    left: -20px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;  
  }
  
  .tip-right {
    top: 2px;
    right: -20px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;  
  }
  
  .dialogbox .body {
    position: relative;
    max-width: 90%;
    height: auto;
    margin: 1px 10px;
    padding: 5px;
    background-color: #c3ccff79;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: inline-flex;
  }
  
  .body .message {
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    color: #464646;
    padding: 0px 5px;
  }
  
  .message small {
    display: table-cell;
    color: #808080;
    float: right;
    font-size: 10px;
  }
  
  .separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #5f5f5f98;
    padding-top: 20px;
    font-size: 12px;
  }
  
  .separator::before,
  .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(156, 156, 156, 0.507);
  }
  
  .separator:not(:empty)::before {
    margin-right: .25em;
  }
  
  .separator:not(:empty)::after {
    margin-left: .25em;
  }
  
  .comment-response {
    border-radius: 3px;
    display: flex;
    background-color: #c3ccffff;
    padding: 5px;
    font-size: 12px;
  }
  
  .hover {
    background-color: #d4eaff;
  }