.site-footer {
    /*padding-top: 40px;
    padding-bottom: 40px;*/
    /*background-color: #01538f;*/
    background: #ddd;
}

.site-footer a {
    color: white;
    margin-right: 5%;
}

.site-content {
    min-height: 90vh;
}

.box-to-top {
    position: fixed;
    right: 10px;
    bottom: 0;
    background: grey;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    --ease: all 300ms ease;
    opacity: 0;
    transition: var(--ease);
}
.fade-in {
    opacity: 1;
}

.footer .elementor-widget-wrap.elementor-element-populated {
    font-size: 17px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}

.elementor-widget-wrap.elementor-element-populated {
    line-height: 18px;
}


footer.footer.contentinfo-unicor {
    background-color: #EDEDED;
    padding-top: 20px;
    padding-bottom: 10px;
}

ul.list_f li {
    list-style: none;
}

img.logo_go_f {
    width: 300px;
}

ul.list_f a {
    color: #000;
}

.col-md-4.f_r {
    border-right: 1px solid;
}
