



html {
    position: relative;
    min-height: 100%;
}

#main-landing {
    background-image: url(../images/bg-microo.png);
    height: 100vh;
    background-size: cover;
    overflow: auto;
    background-position: bottom;
}

#main-portal {
    /*background-image: url(../images/assets/portal/Picture3.jpg);*/
    height: 100vh;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: auto;
}

.m-0 {
    margin: 0px;
}

.landingpage-box {
    border-radius: 20px;
    width: 680px;
    position: relative;
    background: #ffffffd6;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(24px);
    background-size: 735px;
    background-repeat: no-repeat;
    background-position: right bottom;
}



.zoom {
    transition: transform .2s;
    margin: 0 auto;
}

    .zoom:hover {
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1);
        cursor: pointer;
    }

.headerPortal {
    border-radius: 0px 0px 100px 0px;
}


.illustration-img {
    object-fit: contain;
}

.landingpage-link h1 {
    font-size: 58px;
    font-weight: bold;
    line-height: normal;
    padding: 40px 0px;
}

.landingpage-link h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}


a.btn.btn-primary.btn-lg.btn-full {
    padding: 12px 100px;
    font-size: 1rem;
    box-shadow: 0 10px 15px -3px #3197e7b3, 0 4px 6px -4px #cbd1f8;
    background: #4880ea;
    border-radius: 10px;
    border: none;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.landingpage-link {
    padding: 0px 40px 0px;
    border-radius: 20px 0px 0px 20px;
    width: 1024px;
    text-align: center;
}


    .landingpage-link h1 span {
        color: #4880ea;
    }

a.btn.btn-primary.btn-lg.btn-full:hover {
    background-image: linear-gradient(to right, #3699ff, #549dff, #3699ff);
}

.landing--button {
    background: #4141aa;
    margin: 30px 0px;
}


a.btn.btn--primary.btn--lg.btn-full.mb-4.landing--button {
    font-size: 18px;
    padding: 1rem;
}

@media screen and (max-width: 1366px) {
    .landingpage-box {
        width: 540px;
    }

    .landingpage-link h1 {
        font-size: 36px;
        margin: 28px 0px 0px;
    }

    .landingpage-link h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }
}


@media screen and (max-width: 768px) {
    html {
        font-size: 16px;
    }
}
