/*///-------------- INPUT PESQUISAR PRANCHAS--------------------------*/
.input-menu-pranchas {    
    display: flex;
    align-items: center;
    border: 1px solid #8F8F8F;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 8px 12px;
    width: 100%;
    height: 120%;
}

.input-menu-pranchas .icon {
    margin-right: 8px;
    font-size: 0.8rem;
    color: #666;
}

.input-menu-pranchas input {
    font-family: 'Roboto';
    font-weight: 500;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 16px;
    color: #8F8F8F;
}

/* Placeholder */
.input-menu-pranchas input::placeholder {
    color: #888;
}

.label{
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #8F8F8F;
}

#id-foto {
  //transition: opacity 0.5s ease;
}