﻿:root {
    /*unf*/
    /*--portal1: #163967;
    --portal2: #4adb79;*/
    /*ucss*/
    /*--portal1: #00A2C5;
    --portal2: #485156;*/
}

.portal-header {
    padding: 2vh 1vh;
    margin: 7vh 4vw !important;
    background-color: var(--portal1);
    border-radius: 15px;
    box-shadow: 1px 1px 7px 3px black;
    width: 70%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-56%, 0);
    z-index: 1;
}

    .portal-header a {
        color: white;
        font-size: 15px;
        font-weight: bold;
        padding: 0 1vw !important
    }

.carousel-caption {
    bottom: 37%;
}

.carousel-item {
    height: 77.5vh;
    background-size: cover;
    background-position: center;
}

.carousel-inner {
    z-index: -1;
    height: 77.5vh;
}

.row {
    margin: 0;
}

.portal-image {
    background-image: url('../../images/portal/img_banner.png');
    border-radius: 0px 0px 50px 50px;
    background-size: cover;
    background-position: center;
    height: 77.5vh;
    color: white;
    /*padding: 20vw 29vw;*/
    box-shadow: 0px 50px 0px 0px var(--portal1);
    -webkit-box-shadow: 0px 50px 0px 0px var(--portal1);
    -moz-box-shadow: 0px 50px 0px 0px var(--portal1);
}

    .portal-image div {
        text-align: center;
    }

        .portal-image div .portal-title {
            font-size: 36px;
            font-weight: bold;
        }

        .portal-image div .portal-subtitle {
        }

.portal-statistics {
    background-color: var(--portal1);
    padding: 0 15vw;
}

    .portal-statistics .portal-statistic {
        background-color: white;
        margin: 2.5vw 0vw;
        border-radius: 10px;
        padding: 1.5vw 1vw;
        text-align: center;
    }

        .portal-statistics .portal-statistic .portal-statistic-title {
            color: var(--portal2);
        }

        .portal-statistics .portal-statistic .portal-statistic-number {
            color: var(--portal1);
            font-size: 40px;
            font-weight: bold;
        }

        .portal-statistics .portal-statistic .portal-statistic-subtitle {
            color: #aaabb6;
        }

.select2-selection {
    background-color: #f0f3f8;
    margin: 0.5vw 0vw;
}

.portal-course-title {
    background-color: var(--portal1);
    border-radius: 0px 0px 50px 50px;
    padding: 0vw 16vw 3vw 16vw;
    box-shadow: 0px 50px 0px 0px #f3f5f7;
    -webkit-box-shadow: 0px 50px 0px 0px #f3f5f7;
    -moz-box-shadow: 0px 50px 0px 0px #f3f5f7;
}

    .portal-course-title .title {
        font-size: 27px;
        color: white;
        text-align: center;
        font-weight: bold;
    }

.portal-data {
    background-color: #f3f5f7;
    border-radius: 0px 0px 50px 50px;
    padding: 5vw 15vw 0 15vw;
    box-shadow: 0px 50px 0px 0px var(--portal2);
    -webkit-box-shadow: 0px 50px 0px 0px var(--portal2);
    -moz-box-shadow: 0px 50px 0px 0px var(--portal2);
}

.col-12.item {
    margin-bottom: -6vw;
}

.item {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px gray;
    padding: 1vw;
    margin: 1vw 0;
}

.portal-data .item .item-image {
    background-image: url('../../images/portal/img_curso1.png');
    background-size: cover;
    background-position: center;
    height: 180px;
    border-radius: 10px;
}

.portal-data .item .item-title {
    color: var(--portal1);
    font-weight: bold;
    font-size: 14px;
    padding: 0vw 1vw;
}

.portal-data .item .item-modality {
    color: var(--portal2);
    font-weight: bold;
    font-size: 14px;
    padding: 0vw 1vw;
}

.portal-data .item .item-section {
    color: #d3ddeb;
    padding: 0vw 1vw;
}

.portal-data .item .item-date {
    color: #999ba8;
    padding: 0vw 1vw;
}

.item .item-button {
    padding: 1vw;
    cursor: pointer;
}

    .item .item-button a {
        color: white;
        background-color: var(--portal2);
        padding: 0.5vw 1.5vw;
        border-radius: 5px;
        border: 0;
        font-weight: bold;
    }

.portal-data.activities {
    box-shadow: 0px 50px 0px 0px var(--portal1);
    -webkit-box-shadow: 0px 50px 0px 0px var(--portal1);
    -moz-box-shadow: 0px 50px 0px 0px var(--portal1);
}

.portal-activity-title {
    background-color: var(--portal2);
    border-radius: 0px 0px 50px 50px;
    padding: 1.5vw 16vw;
    box-shadow: 0px 50px 0px 0px #f3f5f7;
    -webkit-box-shadow: 0px 50px 0px 0px #f3f5f7;
    -moz-box-shadow: 0px 50px 0px 0px #f3f5f7;
}
    .portal-activity-title .title {
        color: white;
        font-size: 27px;
        text-align: center;
        font-weight: bold;
    }

.page {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    padding: 8px 14px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    user-select: none;
}

    .page:hover, .page.gradient:hover {
        background: #fefefe;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
        background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
    }

    .page.active {
        pointer-events: none;
        border: solid 1px #616161;
        background: #616161;
        box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
        color: #f0f0f0;
        text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    }

.portal-item-image {
    background-image: url('../../images/portal/img_banner.png');
    background-position: center;
    border-radius: 0px 0px 50px 50px;
    background-size: cover !important;
    height: 77.5vh;
    color: white;
    padding: 150px 15vw 15vw 15vw;
    box-shadow: 0px 50px 0px 0px white;
    -webkit-box-shadow: 0px 50px 0px 0px white;
    -moz-box-shadow: 0px 50px 0px 0px white;
}

    .portal-item-image div {
    }

        .portal-item-image div .portal-title {
            font-size: 36px;
            font-weight: bold;
        }

        .portal-item-image div img {
            max-height: 250px;
            border: 1px white solid;
            border-radius: 20px;
        }

        .portal-item-image div .back a {
            color: white;
        }

        .portal-item-image div .type label {
            background-color: var(--portal2);
            border-radius: 12px;
            padding: 6px 20px;
        }

.portal-item-title {
    padding: 1.5vw 18vw;
    border-radius: 0px 0px 50px 50px;
    box-shadow: 0px 50px 0px 0px var(--portal1);
    -webkit-box-shadow: 0px 50px 0px 0px var(--portal1);
    -moz-box-shadow: 0px 50px 0px 0px var(--portal1);
}

    .portal-item-title .subtitle {
        font-weight: bold;
        font-size: 24px;
    }

    .portal-item-title .right .subtitle {
        color: var(--portal2);
    }

.btn {
    padding: 10px 20px;
    margin: 20px 0;
}

.btn-primary, .btn-primary:active, .btn-primary:hover {
    background-color: var(--portal2) !important;
}

.portal-footer {
    background-color: var(--portal1);
    padding: 3.5vw 15vw;
    color: white;
    font-size: 10px;
}

    .portal-footer .footer-title {
        font-weight: bold;
        font-size: 13px;
    }

.portal-image-detail {
    box-shadow: 0px 50px 0px 0px #f3f5f7;
    -webkit-box-shadow: 0px 50px 0px 0px #f3f5f7;
    -moz-box-shadow: 0px 50px 0px 0px #f3f5f7;
}

.portal-data-detail {
    box-shadow: 0px 50px 0px 0px var(--portal1);
    -webkit-box-shadow: 0px 50px 0px 0px var(--portal1);
    -moz-box-shadow: 0px 50px 0px 0px var(--portal1);
}



@media (max-width: 768px) {
    .portal-header {
        margin: 2vh 4vw !important;
        width: 90%;
    }

        .portal-header li {
            padding: 0 0 0 5px;
        }

            .portal-header li img.desktop {
                display: none;
            }

            .portal-header li img.mobile {
                display: block !important;
                height: 30px;
            }

        .portal-header a {
            padding: 0 0vw !important;
        }

    .portal-image {
        padding: 20vw 5vw;
    }

    .portal-footer > div {
        margin: 1vw 0;
    }

    .portal-item-image div .portal-title {
        font-size: 4vw;
    }

    .portal-item-image img {
        display: none;
    }

    .portal-item-image {
        padding: 100px 5vw 5vw 5vw;
    }

    .portal-item-title {
        padding: 1.5vw 5vw;
    }
}
