.is-relative-header{
    max-width: 100%;
    position: relative;
}

@media (min-width: 992px) {
    .is-relative-header{
        max-width: 100%;
    }
}

.icon-header{
    position: absolute;
    display: block;
    bottom: .2rem;
    right: 1rem;
    user-select: none;
    cursor: pointer;
}

.header-input{
    border-radius: 5px;
    background: #F5F5F5;
    border: none;
    display: inline-flex;
    padding: 9px 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    padding-right: 2.5rem;
}

.background-color{
    background-color: #FFF;
}

.header-navegation{
    color: #3D3D41;
    font-size: 15px;
    font-family: Inter;
}

.red-hover:hover{
    color: #901A1D;
}

.img-circle-header {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}
.text-profile-header{
    font-size: medium;
    color: white ;
    background-color: #901A1D;
}