.bar {
    height: 150px;
}

.filterBar {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
}

.sortComputer {
    display: none;
}

.optionSearch {
    padding: 10px;
    border-radius: 20px;
    height: 50px;
    font-size: 1.8rem;
    border: 0;
}

.favoriFilter, .sortPhone {
    border-radius: 20px;
    height: 80px;
    width: 80px;
    border: 0;
}

.favoriFilter .chip, .sortPhone .chip {
    margin: 0;
    padding: 0;
    width: 80px;
    height: 80px;
    align-items: center;
    border-radius: 40px;
}

.favoriFilter .chip i, .sortPhone .chip i {
    font-size: 3.2rem;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.validate {
    height: 80px;
    width: auto;
    border: 0;
}

.sortPhone .dropbtn {
    border: 0;
}

.validate .btn-grad {
    margin: 0;
    font-size: 2.4rem;
}

.modalFilter {
    display: none;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0;
}

.modal-content {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 40px 0 0 0;
}

.close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 51;
    font-size: 5rem;
}

.close:hover {
    color: red;
}

.dropbtn {
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 3rem;
    padding: 10px 0;
}

.readMore {
    display: none;
    padding: 10px 0;
}

.readMore, .readLess {
    width: 100%;
    padding: 10px 0;
    transition: all 300ms ease-in-out;
    font-size: 2rem;
    text-align: center;
}

.tri {
    font-size: 2.3rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 30px;
}

.tri input, .tag-filter input {
    transform: scale(3);
    margin-right: 20px;
}

.filterTitle {
    width: 100%;
    text-align: center;
    font-size: 4rem;
}

.tag-filter {
    font-size: 2.3rem;
}

.filter-menu-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
}