.choiUi {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 33%;
}

.menu-nation {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.menu-link {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.devImg {
    width: 70%;
    border-radius: 15px;
}

.welcomeWeb {
    /* margin-top: 20px; */
    justify-content: center;
    align-items: center;
    display: none;
    height: 50%;
    width: 100%;
    flex-direction: row;
}

.btnWeb,
.catholika,
.btnMeta {
    justify-content: space-evenly;
    align-items: center;
    display: none;
    height: 50%;
}

.choiLi {
    display: inline;
}

.choiSp {
    display: block;
    font-size: 16px;
}

.devSel {
    display: block;
    font-size: 20px;
    position: absolute;
    top: 90%;
}

.metaFl {
    width: 80%;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.cathoFl {
    width: 80%;
    height: 160px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}



@media (max-width: 1280px) {

    .menu-nation {
        width: 100%;
        height: 75%;
    }
}


@media (max-width: 769px) {
    .menu-nation {
        width: 100%;
        height: 65%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    .menu-link {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .welcomeWeb {
        margin-top: 0;
    }

    .btnMeta {
        scale: 1;
        transform: scale(0.7);
    }

    .cathoFl {
        height: 100px;
        justify-content: space-evenly;
    }

}

@media (max-width: 572px) {
    .btnMeta {
        /* scale: 0.5; */
        transform: scale(0.5);
    }

}