.container-search-box {
    background: #FBFBFB
}

.li-content-Info {
    background: #fbfbfb
}

.container-search {
    width: 80%;
    margin: 0 auto
}

.parent {
    color: #0480A9;
    font-weight: 700
}

.text-blue-ins {
    color: #0480A9 !important
}

.li-content-Info:hover {
    background: #F1F5F7
}

.row-diagonal {
    color: #0480A9;
    transform: rotate(45deg)
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 30px
}

    .pagination a {
        color: #000;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color 0.3s;
        border: 1px solid #ddd;
        cursor: pointer;
        align-items: center
    }

        .pagination a:hover {
            background: #2caccc;
            color: #fff
        }

        .pagination a.page.current {
            background: #144a77;
            color: #fff
        }
.search-form {
    background-color: white !important;
    color: black !important;
}


form#body-form {
    width: 80%;
    margin: 10px auto 10px auto;
    display: none;
}
.content-shortcut.web #search-icon {
    font-size: 23px;
    cursor: pointer;
}

.content-shortcut.web {
    align-items: center;
    width: max-content;
    gap: 10px;
}
#group-search {
    display: none;
    margin: 0 0 0 auto;
}

#content-resultado-busqueda {
    min-height: 250px;
    margin: 20px 0px;
}

@media (max-width: 992px) {
    #search-icon {
        display: none !important;
    }

    #content-search {
        background: #e3eef1;
        padding: .1rem;
        width: 100%;
    }
    form#body-form {
        display: block;
    }
    #content-resultado-busqueda {
        min-height: 0px;
    }
}