.language > ul > li:before {
    display: none;
}

.logo img {
    height: 60px;
}

.footer-logo img {
    height: 100px;
}

.page-navigation .pagination {
    justify-content: center;
}

.page-item.active .page-link {
    margin: 0px 9px;
    border: 1px solid #bdbdbd;
    background-color: #eb0028;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 38px;
}


.whatsapp {
    position:fixed;
    width:60px;
    bottom:15px;
    right: 30px;
    z-index:99999;
}
.whatsapp img {
    height: 60px;
}

.phone {
    position:fixed;
    width:60px;
    bottom:76px;
    right: 30px;
    z-index:99999;
}
.phone img {
    height: 60px;
}