@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

.footer {
    background-color: #F2F4F6;
    margin: 30px;
    margin-top: 50px;
}

.flogo {
    display: block;
}


.logoumsot {
    font-size: 22px;
    color: #1a202675;
    font-weight: 500;
    font-family: 'Unbounded';
    text-decoration: none;
    transition: color 0.2s;
    width: 100%;
}
.logoumsot:hover {
    color: #2E135B;
    transition: color 0.2s;
}

.points {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.umsotinfo {
    margin-top: 20px;

    font-size: 15px;
    color: #2E135B;
    font-weight: 500;
}
.umsotinfo a {
    display: inline-block;
    margin-top: 10px;
    color: #1a202675;
    transition: color 0.2s;
    font-weight: 350;
    font-size: 15px;

    text-decoration: none;

    &:hover {
        color: #1A2026;
        text-decoration: underline;
        transition: color 0.2s;
    }
}


.pointsline {
    margin-top: 20px;
}
.pointsline a {
    display: inline-block;
    margin-top: 10px;
    color: #1a2026;
    font-weight: 350;
    font-size: 15px;

    text-decoration: none;

    &:hover {
        text-decoration: underline;
    }
}



.fcop {

    margin-top: 50px;
}
.cur {
    font-size: 13px;
    color: #1a202675;
    font-weight: 450;
    margin: 0;
}
.cop {
    font-size: 12px;
    color: #1a202675;
    font-weight: 400;

    margin-top: 10px;
}





.links {
    font-size: 15px;
    color: #2E135B;
    font-weight: 500;
    text-decoration: none;
}




@media (min-width: 1100px) {
    .footer {
        background-color: #F2F4F6;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 150px;
        padding-right: 150px;
        margin-top: 70px;
    }

    .points {
        display: flex;
        justify-content: space-between;
    }

    .cop {
        font-size: 12px;
        color: #1a202675;
        font-weight: 400;
        width: 50%;
        margin-top: 10px;
    }
}