tfoot select {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.tamanhoicones{font-size: 3em;}

/*controlar a altura da textarea */
@media (max-width: 767px) {
    /* mobile */
    .custom-textarea {
        height: 15vh;
    }

    .custom-background{
        background-image: url("../img/fundo.jpg");
        background-size: cover;
    }
}

@media (min-width: 768px) {
    /* PC */
    .custom-textarea {
        height: 10vh;
    }

    .custom-background{
        background-image: url("../img/fundo.jpg");
        background-size: 100% 100%;
    }
}

.custom-tooltip-2 {
    --bs-tooltip-bg: var($cyan-800);
    --bs-tooltip-color: var(--bs-white);
  }
  
  /* homepage */
  .img-app{
    max-width: 35%;
    height: auto;
  }

  #imgcontainer a:link, #imgcontainer a:visited, #imgcontainer a:hover{
    text-decoration: none;
    color: var(--bs-heading-color);
  }
