﻿:root {
    --portal1: #163967;
    --portal2: #4adb79;
}

.portal-header {
    padding: 0vh 1vh;
    margin: 2vh 4vw !important;
    border-radius: 15px;
    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 {
    height: 77.5vh;
}

.row {
    margin: 0;
}

.portal-image {
    background-image: url('../../images/portal/img_banner.jpg');
    background-size: cover;
    background-position: center;
    height: 77.5vh;
    color: white;
}

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

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

        .portal-image div .portal-subtitle {
            font-size: 15px;
        }

.portal-statistics {
    background-color: var(--portal1);
}

    .portal-statistics .col {
        border-left: 1px solid white;
        border-right: 1px solid white;
        display: flex;
        transition: 0.25s;
        cursor: pointer;
    }

        .portal-statistics .col:hover {
            background-color: var(--portal2)
        }

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

        .portal-statistics .portal-statistic .portal-statistic-number {
            font-size: 20px;
            line-height: 24px;
            font-weight: 400;
        }

.portal-course-title {
    background-color: var(--portal1);
    border-radius: 0px 0px 50px 50px;
    padding: 1.5vw 1vw;
    color: white;
    font-size: 27px;
    text-align: center;
    font-weight: bold;
    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 {
    background-color: #f3f5f7;
    border-radius: 50px 50px 50px 50px;
    padding: 3.5vw 15vw;
    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-data .item {
        background-color: white;
        border-radius: 10px;
        box-shadow: 0px 0px 5px 0px gray;
        padding: 1vw;
        margin: 1vw 1vw;
        line-height: 1.5vw;
    }

        .portal-data .item .item-image {
            background-image: url('../../images/portal/img_curso1.png');
            background-size: cover;
            background-position: center;
            height: 220px;
            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;
            font-weight: 600;
        }

        .portal-data .item .item-button {
            padding: 1vw;
            text-align: right;
        }

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

.back a {
    color: white;
    background-color: var(--portal2);
    padding: 0.5vw 1.5vw;
    border-radius: 5px;
    border: 0;
    font-weight: bold;
    line-height: 3vw;
    margin: 1vw;
}

div>a {
    color: var(--portal2);
    background-color: white;
    padding: 0.3vw 1.2vw;
    border-radius: 5px;
    border: 0;
    font-weight: bold;
    border: 1px solid var(--portal2);
}

.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: white;
    padding: 3vw 14vw;
    color: var(--portal1);
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

    .portal-activity-title .subtitle {
        font-size: 13px;
    }

.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.jpg');
    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 10vw;
    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 .title {
        font-weight: bold;
        font-size: 20px;
        padding: 1vw;
    }

    .portal-item-title .subtitle {
        color: var(--portal1);
        font-size: 15px;
    }

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

    .portal-item-title .icon {
        height: 20px;
        margin-right: 5px;
    }

.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;
    }
}
