body {
    color: #444;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

.imgMec {
    width: 125px;
}

.p-mec {
    width: 121px;
    font-weight: 600;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.font-data {
    font-size: 18px;
    color: #485e88;
}

.imgLogo {
    width: 75%;
    height: auto;
}

.bt-dblue {
    background: #262c58;
    color: #fff;
}

p {
    color: #666;
}

.style-pag {
    width: 30px;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    font-family: 'Lora';
    font-weight: bold;
    margin-top: 20px;
    margin-left: 2px;
}

    .style-pag:link {
        color: #fff;
        background-color: #6c8cc8;
    }
    /* links não visitados */
    .style-pag:visited {
        color: #333;
        background-color: #0d6efd;
    }
    /* links visitados */
    .style-pag:hover {
        color: #333;
        background-color: #fff;
    }
    /* user hovers */
    .style-pag:active {
        color: lime;
        background-color: #0d6efd;
    }

a {
    color: #485e88;
    text-decoration: none;
}

    a:hover {
        color: #485e88;
    }


.b-bottom {
    border-bottom: 1px solid #eee;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #fff;
    background-color: #262c58 !important;
}

#logoMenuBusca {
    background: #fff;
    height: 100px;
    padding: 10px 20px;
}

    #logoMenuBusca #logo {
        height: 100%;
    }

        #logoMenuBusca #logo a {
        }

#buscaMenu {
    background: #fff;
    display: none;
    /*height: calc(100vh - 100px);*/
    left: 0;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 7;
}

    #buscaMenu #busca {
        background: #e4eaee;
        height: 70px;
        padding: 10px;
    }

        #buscaMenu #busca > div {
            background: #fff;
            height: 100%;
            padding: 0 10px;
        }

            #buscaMenu #busca > div input {
                border: 0;
                height: 100%;
                margin: 0;
                outline: none;
                padding: 0;
            }

            #buscaMenu #busca > div a {
                font-size: 28px;
                margin-left: 10px;
            }

#menuPrincipal {
    /*height: calc(100vh - 230px);*/
    font-size: 16px;
    overflow: auto;
}

    #menuPrincipal li {
        border-top: 1px solid rgb(200 226 243 / 40%);
    }

        #menuPrincipal li > div > a {
            color: #333;
        }

        #menuPrincipal li > a,
        #menuPrincipal li > div {
            align-items: center;
            color: #333;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            min-height: 60px;
            padding: 0 20px;
            text-decoration: none;
        }

        #menuPrincipal li.submenu ul {
            display: none;
        }

        #menuPrincipal li.submenu.ativo > ul {
            display: block;
        }

        #menuPrincipal li.submenu > div::after {
            display: inline-block;
            content: "";
            vertical-align: -.125em;
            background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z' clip-rule='evenodd'/></svg>");
            background-repeat: no-repeat;
            background-size: 1rem 1rem;
            background-position: center;
            height: 20px;
            width: 20px;
        }

    #menuPrincipal > ul > li.submenu.ativo {
        background: #262c58;
    }

        #menuPrincipal > ul > li.submenu.ativo a,
        #menuPrincipal > ul > li.submenu.ativo div {
            color: #fff;
            text-decoration: none;
        }

    #menuPrincipal li.submenu.ativo div::after {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z' clip-rule='evenodd'/></svg>");
    }

    #menuPrincipal li.submenu.ativo > div::after {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z' clip-rule='evenodd'/></svg>");
    }

    #menuPrincipal > ul > li.submenu ul {
        background: rgb(255 255 255 / 10%);
    }

#menuTrigger {
    color: #262c58;
    font-size: 49px;
    width: 42px;
}

#topBlueBar {
    display: none;
    background: #e4eaee;
    height: 60px;
    position: absolute;
    /*top: calc(100vh - 60px);*/
    width: 100%;
    z-index: 1040;
}

#faqPortalIdioma {
    padding: 10px;
}

#faqPortalIdioma {
    font-size: 16px;
    padding: 15px 20px;
}

    #faqPortalIdioma a {
        align-items: center;
        color: #333;
        display: flex;
        text-decoration: none;
    }

    #faqPortalIdioma .bi {
        display: block;
        font-size: 28px;
        line-height: 30px;
        overflow: hidden;
        height: 30px;
        margin-right: 10px;
    }

#idiomas {
    height: 30px;
}

    #idiomas a, #idiomas img {
        display: block;
        max-height: 30px;
    }

#blocoConheca, #blocoDepoimentos {
    text-align: center;
}

.w1250 {
    margin: 0 auto;
    max-width: 1250px;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: Merriweather;
}


#banner {
    text-align: center;
}

    #banner .bnrInnerDiv {
        height: calc(100vw + 23.75vw);
    }

    #banner .h1 {
        color: #fff;
        font-family: Merriweather;
        font-size: 30px;
        margin-bottom: 10px;
    }

    #banner p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 15px;
    }

    #banner .btnBanner {
        background: #fff;
        color: #333;
        display: block;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 15px;
        text-decoration: none;
    }

    #banner .carousel-item > div {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 20px;
    }

        #banner .carousel-item > div > div {
            align-items: center;
            display: flex;
            justify-content: center;
            min-height: 150px;
            margin: 0 auto;
            max-width: 1250px;
            padding: 0 10px;
            width: 100%;
        }

    #banner .carousel-control-next, #banner .carousel-control-prev {
        width: 35px;
    }

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 80%;
}

.carousel-control-prev {
    margin-left: 0;
}

.carousel-control-next {
    margin-right: 0;
}

    .carousel-control-prev > div,
    .carousel-control-next > div {
        background: rgb(255 255 255 / 25%);
        align-items: center;
        display: flex;
        height: 25px;
        /*height: 40px;*/
        justify-content: center;
        width: 25px;
        /*width: 40px;*/
    }

.carousel-control-next-icon, .carousel-control-prev-icon {
}

.titulo-1 {
    font-size: 26px;
    margin-bottom: 20px;
}

.blocoMidiaDesc {
    border: 1px solid #ddd;
    height: 100%;
}

    .blocoMidiaDesc .logoUniversidade {
        align-items: center;
        background: #fff;
        display: flex;
        height: 55px;
        left: 10px;
        padding: 5px;
        position: absolute;
        top: 10px;
        width: 80px;
    }

        .blocoMidiaDesc .logoUniversidade img {
            max-width: 100%;
        }

    .blocoMidiaDesc .data, .blocoMidiaDesc .curriculo {
        color: #485e88;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .blocoMidiaDesc .universidade {
        font-size: 12px;
    }

.fs-12px {
    font-size: 12px;
}

.blocoMidiaDesc .caracteristicas i {
    color: #999;
    font-size: 16px;
    margin-right: 10px;
}

.botao {
    align-items: center;
    background: #fff;
    border: 0;
    color: #333;
    display: flex !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    /*font-weight: 600;*/
    padding: 5px 15px;
    text-decoration: none;
    width: fit-content;
}

    .botao.botao-azul-2 {
        background: #485e88;
        color: #fff;
    }

    .botao.botao-azul-3 {
        background: #95abb7;
        color: #fff;
    }

    /*graduacao*/
    .botao.botao-azul {
        background: #6c8cc8;
        color: #fff;
    }

    .botao.botao-amarelo {
        background: #f5821f;
        color: #fff;
    }

    .botao.botao-laranja {
        background: #f5821f;
        color: #fff;
    }

    .botao.botao-vermelho {
        background: #ed1c24;
        color: #fff;
    }

    .botao.botao-seta::after {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z' clip-rule='evenodd'/></svg>");
        content: "";
        display: inline-block;
        height: 15px;
        margin-left: 10px;
        width: 15px;
    }

    .botao.botao-branco {
        background: #fff;
        border: 1px solid #d1d9e8;
        color: #485e88 !important;
    }

    .botao.botao-cinza {
        background: #f5f5f5;
        border: 1px solid #dedede;
        color: #485e88;
    }

    .botao.botao-seta.botao-branco::after,
    .botao.botao-seta.botao-cinza::after {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23485e88' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z' clip-rule='evenodd'/></svg>");
    }

    .botao.botao-lg {
        font-size: 16px;
        padding: 10px 15px;
    }

    .botao.botao-sm {
        font-size: 14px !important;
    }

#blocoQuemSomos {
    background: #f5f5f5;
    font-size: 16px;
    text-align: center;
}

.titulo-2 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

#blocoQuemSomos .titulo-2 {
    color: #485e88;
}

.chamada {
    color: #000;
    font-family: Merriweather;
    font-size: 26px;
    margin-bottom: 20px;
}

.iframeDiv {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
}

    .iframeDiv iframe {
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        width: 100%;
        height: 100%;
        min-height: 181px;
    }

#blocoBilingue {
    font-size: 16px;
    text-align: center;
}

    #blocoBilingue i {
        color: #485e88;
        font-size: 30px;
    }

    #blocoBilingue h2 {
        font-size: 18px;
    }

#blocoChanceler {
    background: url('/assets/img/bg-chanceler.png') center center no-repeat;
    background-size: cover;
    color: #fff;
    font-family: Merriweather;
    text-align: center;
}

    #blocoChanceler .titulo-2 {
        color: #fff;
    }

    #blocoChanceler .chamada {
        color: #95abb7;
    }

    #blocoChanceler a, #blocoChanceler i {
        color: #95abb7;
        display: inline-block;
        font-size: 20px;
    }

#rodapeMenu {
    background: #262c58;
    color: #fff;
}

    #rodapeMenu a, #rodapeMenu a:hover {
        color: #fff;
        text-decoration: none;
    }

    #rodapeMenu .logoRodape {
        width: 55%;
    }

    #rodapeMenu .logoRodape img {
        max-width: 100%;
        height: auto;
    }

    #rodapeMenu h6 {
        color: #95abb7;
    }

    #rodapeMenu .midias {
        font-size: 24px;
    }

#copyright {
    background: #1c2148;
}

#tituloCtn {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    height: 140px;
}

    #tituloCtn .breadcrumb, #tituloCtn .breadcrumb a {
        color: #95abb7;
        font-size: 14px;
        text-decoration: none;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--breadcrumb-item-active-color) !important;
}

    #tituloCtn h1 {
        color: #fff;
        max-width: 800px;
    }

.texto-vermelho {
    color: #e83435;
}

.texto-azul {
    color: #485e88;
}

.texto-azul-claro {
    color: #6c8cc8 !important;
}

#listaProgramaExecutivoInternacional {
    font-size: 14px;
}

#filtro {
    background: #f5f5f5;
    border: 1px solid #eee;
    min-height: 60px;
    padding: 10px;
}

    #filtro .select2-selection {
        border-radius: 0;
        margin-bottom: 0.25rem !important;
    }


#ddFiltroCursoAvancado {
    width: 100% !important;
}

#ddFiltroAreaDeInteresse {
    width: 100% !important;
}

#ddFiltroLocalizacao {
    width: 100% !important;
}

#ddFiltroUniversidades {
    width: 100% !important;
}

.lato {
    font-family: 'Lato', sans-serif;
}

.merriweather {
    font-family: Merriweather;
}

.fs50 {
    font-size: 50px;
}

.fs18 {
    font-size: 18px;
}

.fs16 {
    font-size: 16px;
}

.fs22 {
    font-size: 22px;
}

.fs14 {
    font-size: 14px;
}

.h-xsm {
    font-size: 16px;
    font-weight: 600;
}

.h-sm {
    font-size: 18px;
    font-weight: 600;
}

.h-md {
    font-size: 22px;
    font-weight: 600;
}

.h-lg {
    font-size: 22px;
    font-weight: 600;
}

.h-lg-2 {
    font-size: 22px;
    font-weight: 600;
}

.tema-vermelho a,
.tema-vermelho h2,
.tema-vermelho h3,
.tema-vermelho h4,
.tema-vermelho h5,
.tema-vermelho h5 {
    color: #e83435;
}

.listCheck ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .listCheck ul li {
        align-items: center;
        display: flex;
        margin-bottom: .5rem !important;
    }

.tema-vermelho .listCheck ul li::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 14 14' fill='%23e83435' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    height: 27px;
    margin-right: 5px;
    min-width: 27px;
}

.listCheck ul li p {
    margin: 0;
}

.tema-vermelho .barra-baixo::after {
    background: #e83435;
}


.tema-azul-claro a,
.tema-azul-claro h2,
.tema-azul-claro h3,
.tema-azul-claro h4,
.tema-azul-claro h5,
.tema-azul-claro h5 {
    color: #6c8cc8;
}

.tema-azul-claro .listCheck ul li::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 14 14' fill='%236c8cc8' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    height: 27px;
    margin-right: 5px;
    min-width: 27px;
}

.tema-azul-claro .barra-baixo::after {
    background: #6c8cc8;
}


.tema-azul a,
.tema-azul h2,
.tema-azul h3,
.tema-azul h4,
.tema-azul h5,
.tema-azul h5 {
    color: #485e88;
}

.tema-azul .listCheck ul li::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 14 14' fill='%23485e88' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    height: 27px;
    margin-right: 5px;
    min-width: 27px;
}

.tema-azul .barra-baixo::after {
    background: #485e88;
}

.accordion, .accordion-item {
    border-radius: 0 !important;
}

.accordion-button {
    background: #f5f5f5;
}

    .accordion-button:not(.collapsed) {
        background: #fff;
        color: #000;
    }

        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,<svg viewBox='0 0 18 18' fill='%23e83435' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z' clip-rule='evenodd'/></svg>");
        }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 18 18' fill='%23e83435' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z' clip-rule='evenodd'/></svg>");
    }



.tema-azul .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 18 18' fill='%23485e88' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z' clip-rule='evenodd'/></svg>");
}

.tema-azul .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 18 18' fill='%23485e88' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z' clip-rule='evenodd'/></svg>");
}

.tema-azul-claro .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 18 18' fill='%236c8cc8' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z' clip-rule='evenodd'/></svg>");
}

.tema-azul-claro .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 18 18' fill='%236c8cc8' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z' clip-rule='evenodd'/></svg>");
}

.accordion-item:not(:first-of-type), .accordion-item {
    border: 1px solid #eee;
}

.sideSticker {
}

    .sideSticker ul {
        background: #f8f8f8;
        border: 1px solid #eee;
        font-size: 14px;
    }

        .sideSticker ul li {
            align-items: center;
            border-top: 1px solid #eee;
            display: flex;
            padding: 15px;
        }

            .sideSticker ul li:first-child {
                border-top: 0;
            }

            .sideSticker ul li .bi {
                font-size: 24px;
            }

            .sideSticker ul li .bi {
                font-size: 24px;
            }

#botaoDuvidasZap {
    background: #128c7e;
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

    #botaoDuvidasZap .bi {
        margin-left: 10px;
    }

#coordProgramas img {
    max-width: 176px;
}

.bgAzul {
    background: #485e88;
    color: #fff;
}

.navBar {
    border: 1px solid #eee;
}

    .navBar > div {
        align-items: center;
        display: flex;
        font-size: 16px;
        padding: 15px;
    }

        .navBar > div::before {
            background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z' clip-rule='evenodd'/></svg>");
            background-repeat: no-repeat;
            background-size: 1rem;
            background-position: center;
            content: '';
            height: 20px;
            margin-right: 10px;
            width: 20px;
        }

    .navBar > ul {
        background: #f9f9f9;
        font-size: 14px;
    }

        .navBar > ul li {
            border-top: 1px solid #eee;
        }

        .navBar > ul > li a, .navBar > ul > li > div {
            color: #333;
            display: block;
            padding: 10px 15px;
            text-decoration: none;
        }

        .navBar > ul ul {
            background: #f5f5f5;
        }

            .navBar > ul ul li {
            }

        .navBar > ul > li > ul > li > a {
            align-items: center;
            display: flex;
        }

            .navBar > ul > li > ul > li > a::before {
                background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z' clip-rule='evenodd'/></svg>");
                background-repeat: no-repeat;
                background-size: 0.8rem;
                background-position: center;
                content: '';
                height: 20px;
                margin-right: 5px;
                width: 20px;
            }

    .navBar .ativo {
        color: #485e88;
    }

    .navBar > ul > li > ul > li > a.ativo::before {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23485e88' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z' clip-rule='evenodd'/></svg>");
    }



#mapaEnderecoCtn {
    position: relative;
}

    #mapaEnderecoCtn > div {
        pointer-events: none;
        background: none;
    }

    #mapaEnderecoCtn .container {
        display: flex;
        height: 100%;
        justify-content: center;
        flex-flow: column;
    }

        #mapaEnderecoCtn .container > div {
            border: 1px solid #ddd;
            max-width: 350px;
            text-align: left;
        }

.mapaUniversidade {
    border: 0;
    display: block;
    height: 400px;
    width: 100%;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #f5f5f5;
}

.borderDDD {
    border: 1px solid #ddd;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#afImgCtn img:first-child {
    position: absolute;
    height: 10%;
    margin: 11% 0 0 13%;
}

.slick-list {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
}

.slick-track {
    display: flex !important;
}

    .slick-track .slick-slide {
        height: initial;
    }

.carouselNav {
    font-size: 30px;
}

    .carouselNav .bi {
        cursor: pointer;
    }

    .carouselNav .bi.disabled {
        opacity: 0.5;
    }

.tema-azul .carouselNav {
    color: #485e88;
}

.tema-vermelho .carouselNav {
    color: #e83435;
}

.tema-azul-claro .carouselNav {
    color: #6c8cc8;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    /*background-color: #262c58 !important;*/
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 0.9rem !important;
}

.select2-results__group {
    background: #95abb7;
    color: #fff !important;
    display: block;
    font-size: 14px;
    padding: 0.375rem 0.75rem !important;
}

.botao-azul-3 {
    background: #95abb7;
    color: #fff !important;
    display: block;
    font-size: 14px;
    padding: 0.375rem 0.75rem !important;
}

.recuoP {
    padding-left: 18px;
    margin-left: 0.5rem !important;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    filter: drop-shadow(0px 0px 1px rgb(0 0 0 / 1));
}

.bb-eee {
    border-bottom: 1px solid #eee;
}


.staffBox {
    display: flex;
    flex-flow: column;
    justify-content: start;
}

    .staffBox img {
        display: block;
        max-width: 175px;
        width: 100%;
    }

#corpoDocente img {
    max-width: 120px;
}

#imgFachada {
    margin-bottom: 30px;
    width: 100%;
}

[data-bs-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}

[data-bs-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}

.faixaAppForm {
    background: #f5f5f5;
}


#folderDonwloadCtn {
    bottom: 0;
    position: fixed;
    z-index: 1030;
    right: 0;
    width: 100%;
}

    #folderDonwloadCtn #folderDonwloadButton {
        align-items: center;
        background: #f5821f;
        bottom: 12px;
        color: #fff;
        margin-right: 10px;
        cursor: pointer;
        display: flex;
        font-size: 14px;
        height: 40px;
        justify-content: center;
        position: absolute;
        transition: all .9s ease-in-out;
        white-space: nowrap;
        text-transform: uppercase;
        left: 10px;
        width: calc(100% - 80px);
    }

    #folderDonwloadCtn.open #folderDonwloadButton {
        bottom: -40px;
    }

    #folderDonwloadCtn #folderDonwloadButton i {
        margin-right: 10px;
    }

#miniForm {
    background: #485e88;
    padding: 20px 15px;
    position: absolute;
    right: 0;
    transition: all .4s ease-in-out;
    width: 100%;
}

#folderDonwloadCtn.open #miniForm {
    bottom: 0;
}

#miniForm i.bi-x {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 7;
}

#miniForm #cbAppForm a {
    color: #fff;
    text-decoration: underline;
}

.iti {
    width: 100%;
}

#miniFormSucesso {
    background: #485e88;
    align-items: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
    padding: 0 45px;
}

    #miniFormSucesso p#dlObrigado {
        font-size: 16px;
    }

    #miniFormSucesso p {
        color: #fff;
        margin-bottom: 45px;
    }

    #miniFormSucesso .btn {
        color: #fff;
        text-transform: uppercase;
        padding: 10px;
        font-weight: bold;
        border-radius: 0;
    }


#miniForm .g-recaptcha-outer {
    background: #f9f9f9;
    border-style: solid;
    border-color: #ced4da;
    border-width: 1px;
}

#miniForm .g-recaptcha-inner {
    width: 298px;
    height: 72px;
    overflow: hidden;
    margin: 0 auto;
}

#miniForm .g-recaptcha {
    position: relative;
    left: -2px;
    top: -1px;
}

#cookieBar {
    background: #fff;
    bottom: 0;
    border-top: 1px solid #bfbfbf;
    font-size: 14px;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

    #cookieBar p {
        margin: 15px;
    }


.deps .blocoMidiaDesc .logoUniversidade {
    left: calc(50% - 35px);
    top: 160px;
}

#blocoMc {
    background: #f5f5f5;
}


.filtroHome .itensCtn > div {
    background: #6c8cc8;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

    .filtroHome .itensCtn > div.ativo {
        background: #485e88;
    }

    .filtroHome .itensCtn > div i {
        display: none;
    }

    .filtroHome .itensCtn > div.ativo i {
        display: inline-block;
    }


.btnLaranja {
    border-radius: 5px;
    background: rgb(255,126,0);
    background: linear-gradient(90deg, rgba(255,126,0,1) 0%, rgba(249,149,52,1) 100%);
    padding: 12px;
    color: #fff !important;
    box-shadow: 0px 1px 3px #0000003d;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.btnLaranja .bi {
    margin-left: 10px;
}

#carouselDepoimentos .depoimentoTextoCtn, .carouselDepoimentosTexto .depoimentoTextoCtn {
    color: #fff;
    display: flex;
    flex-flow: column;
    height: 100%;
}

    #carouselDepoimentos .depoimentoTextoCtn .depoimento, .carouselDepoimentosTexto .depoimentoTextoCtn .depoimento {
        background: #53668d;
        border-radius: 25px;
    }

        #carouselDepoimentos .depoimentoTextoCtn .depoimento p, .carouselDepoimentosTexto .depoimentoTextoCtn .depoimento p {
            color: #fff;
            font-size: 14px;
            line-height: 28px;
            font-style: italic;
            margin: 0;
        }

    #carouselDepoimentos .depoimentoTextoCtn .cursoUniversidade, .carouselDepoimentosTexto .depoimentoTextoCtn .cursoUniversidade {
        font-size: 12px;
    }

        #carouselDepoimentos .depoimentoTextoCtn .cursoUniversidade > div:last-child, .carouselDepoimentosTexto .depoimentoTextoCtn .cursoUniversidade > div:last-child {
            font-weight: 700;
        }

    #carouselDepoimentos .depoimentoTextoCtn .nomeCargo, .carouselDepoimentosTexto .depoimentoTextoCtn .nomeCargo {
        color: #485e88;
    }

    #carouselDepoimentos .depoimentoTextoCtn .nome, .carouselDepoimentosTexto .depoimentoTextoCtn .nome {
        color: #000;
        font-family: Merriweather;
        font-size: 16px !important;
        font-weight: 700;
    }

    #carouselDepoimentos .depoimentoTextoCtn .cargo, .carouselDepoimentosTexto .depoimentoTextoCtn .cargo {
        font-weight: 500;
        font-size: 14px;
        font-style: italic;
    }


#listaEmpresasConveniadas {
    color: #747474;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    gap: 5px 10px;
}

    #listaEmpresasConveniadas li {
        align-items: start;
        display: flex;
        justify-content: start;
        list-style: none;
        width: calc((100% - 20px) /3);
    }

        #listaEmpresasConveniadas li::before {
            color: #485e88;
            content: "\F26A";
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: normal !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: -.125em;
            margin-right: 5px;
            margin-top: 5px;
        }


#bolsaPassoPasso {
    background: #ebf4fd;
    border-radius: 20px;
    text-align: center;
}

    #bolsaPassoPasso h4 {
        color: #262c58;
        font-size: 30px;
    }

    #bolsaPassoPasso .circlePasso {
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(214,228,242,1) 100%);
        border-radius: 50%;
        box-shadow: -1px 0px 15px 10px #c6cddbad;
        height: 100%;
        max-height: 140px;
        max-width: 140px;
        width: 100%;
    }

        #bolsaPassoPasso .circlePasso::after {
            background: rgb(255,255,255);
            background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(235,242,249,1) 100%);
            content: '';
            display: block;
            height: 20px;
            margin: 0 auto;
            width: 5px;
        }

        #bolsaPassoPasso .circlePasso > div {
            background: rgb(214,228,242,1);
            background: linear-gradient(90deg, rgba(214,228,242,1) 0%, rgba(255,255,255,1) 100%);
            border-radius: 50%;
            height: calc(100% - 4px);
            margin: 2px;
            padding: 8px;
            width: calc(100% - 4px);
        }

            #bolsaPassoPasso .circlePasso > div > div {
                align-items: center;
                justify-content: center;
                background: #485e88;
                border-radius: 50%;
                color: #fff;
                display: flex;
                font-family: Merriweather;
                font-size: 3.75em;
                height: 100%;
                width: 100%;
            }

    #bolsaPassoPasso .boxPasso {
        background: #fff;
        border: 1px solid #e1ebf5;
        border-radius: 10px;
        margin: 20px 5px 0;
    }

        #bolsaPassoPasso .boxPasso h5 {
            font-size: 18px;
        }

        #bolsaPassoPasso .boxPasso p {
            font-size: 16px;
        }

            #bolsaPassoPasso .boxPasso p:last-child {
                margin: 0;
            }

    #bolsaPassoPasso .rodape p {
        color: #000;
        font-family: Merriweather;
        font-size: 22px;
    }

    #bolsaPassoPasso .rodape .botao {
        font-weight: 700;
    }

@media (max-width: 400px) {
    .endereco {
        width: 330px;
        margin: auto;
    }

    #imgSobreCampus {
        width: 100%;
    }

    .iframe iframe {
        width: 100% !important;
        height: auto;
    }
}


@media (max-width: 576px) {
    #logoMec {
        justify-content: center !important;
        margin-bottom: 35px;
    }
}






@media (min-width:576px) and (max-width:1380px) {

    #banner .carousel-item > div > div > div {
        margin-left: 70px;
    }
}




@media (max-width: 576px) {
    #imgSp {
        width: 100% !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .imgLogo {
        width: 60% !important;
        padding-top: 12px;
    }

    .text-align {
        text-align: left;
    }
}

#whatsappRodape {
    background: #128c7e;
    bottom: 0;
    color: #fff;
    position: fixed;
    right: 10px;
    z-index: 60;
    height: 40px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #whatsappRodape img {
        width: 100%;
        display: block;
    }


#whatsappNewRodape {
    background: #128c7e;
    bottom: 0;
    color: #fff;
    position: fixed;
    right: 10px;
    z-index: 60;
    height: 40px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #whatsappNewRodape img {
        width: 100%;
        display: block;
    }

#whatsappnewRodape2 img {
    bottom: 10px;
    color: #fff;
    position: fixed;
    right: 10px;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
}


#resumoUniversidade, .resumoTexto, #resumoUniversidadeLaVerne {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.noClamp {
    -webkit-line-clamp: initial !important;
    -webkit-box-orient: initial !important;
    overflow: initial !important;
}

.continueLeitura {
    align-items: center;
    color: #485e88;
    display: none;
    cursor: pointer;
    width: fit-content;
}

.blocoMidiaDesc.destaque .subtitulo {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blocoMidiaDesc.destaque .resumo {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.asideTitle {
    align-items: center;
    display: flex;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding: 15px;
}

.asideNoticias li {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.noticiaDin img {
    height: auto;
    max-width: 100%;
}

.select2-hidden-accessible {
    left: 0;
}

@media (min-width: 576px) {
    #imgFachada {
        margin-left: 30px;
        float: right;
        max-width: 440px;
        width: 100%;
    }

    header {
        display: flex;
        flex-flow: column;
    }

    #logoMenuBusca {
        order: 1 !important;
    }

    #topBlueBar {
        background: #262c58;
        display: block;
        font-size: 14px;
        height: 50px;
        order: 0 !important;
        position: initial;
        top: initial;
    }

        #topBlueBar > div {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin: 0 auto;
            max-width: 1250px;
            padding: 0 10px;
        }

            #topBlueBar > div > div {
                height: 50px;
            }

        #topBlueBar a {
            color: #c9d3d9;
            text-decoration: none;
        }

        #topBlueBar #email {
            border-left: 1px solid #303875;
            border-right: 1px solid #303875;
            margin: 0 20px;
            padding: 0 20px;
            height: 100%;
        }

        #topBlueBar .bi {
            font-size: 16px !important;
            line-height: initial;
            margin-right: 10px;
        }

    #faqPortalIdioma {
        font-size: 14px;
        padding: 0;
    }

        #faqPortalIdioma .bi {
            font-size: initial;
            line-height: initial;
            height: initial;
            margin-right: 10px;
        }

        #faqPortalIdioma > a, #idiomas {
            align-items: center;
            border-left: 1px solid #303875;
            height: 50px;
            padding: 0 20px;
        }

    #idiomas {
        padding-right: 0;
    }

        #idiomas > a:first-child {
            margin-left: 0 !important;
        }

        #idiomas a, #idiomas img {
            max-height: 20px;
        }

    #logoMenuBusca {
        height: 135px;
        margin: 0 auto;
        max-width: 1250px;
        padding: 0 10px;
        width: 100%;
    }

        #logoMenuBusca #logo {
            height: initial;
        }

    #buscaMenu {
        align-items: end;
        display: flex;
        flex-flow: column;
        height: 100%;
        justify-content: space-between;
        left: initial;
        position: initial;
        top: initial;
        width: initial;
    }

        #buscaMenu #busca {
            border-radius: 0 0 5px 5px;
            height: 45px;
            padding: 8px;
            max-width: 370px;
            width: 100%;
        }

            #buscaMenu #busca > div {
                border-radius: 4px;
            }

                #buscaMenu #busca > div a {
                    font-size: 18px;
                }

    #menuPrincipal {
        font-size: 14px;
        height: initial;
        overflow: initial;
    }

        #menuPrincipal li {
            border-top: initial;
            position: relative;
        }


        #menuPrincipal > ul > li > a, #menuPrincipal > ul > li > div {
            min-height: 50px;
            padding: 0 14px;
        }

        #menuPrincipal li > a, #menuPrincipal li > div {
            min-height: 40px;
            padding: 5px 15px;
        }

        /*#menuPrincipal > ul > li:last-child > a, #menuPrincipal > ul > li:last-child > div {
            padding: 0 0 0 15px;
        }*/

        #menuPrincipal > ul li.submenu.ativo {
            background: #e4eaee;
        }

        #menuPrincipal > ul > li.submenu.ativo {
            background: #262c58;
        }

        #menuPrincipal > ul > li.n1:hover {
            background: #262c58;
        }

        #menuPrincipal li.submenu.ativo > ul#sm_uni {
            min-width: 230px;
        }

        #menuPrincipal li.submenu.ativo > ul {
            border: 1px solid #e4eaee;
            left: 0;
            min-width: 200px;
            position: absolute;
            top: 100%;
        }

        #menuPrincipal li.submenu.ativo > ul {
            border: 1px solid #e4eaee;
            left: 0;
            min-width: 200px;
            position: absolute;
            top: 100%;
        }

            #menuPrincipal li.submenu.ativo > ul > li ul {
                left: 100%;
                top: 9px;
            }

        #menuPrincipal > ul > li:last-child.submenu.ativo > ul {
            left: initial;
            right: 0;
        }

        #menuPrincipal > ul > li.submenu.ativo ul a,
        #menuPrincipal > ul > li.submenu.ativo div {
            color: #333;
        }

        #menuPrincipal > ul > li.submenu.ativo > a,
        #menuPrincipal > ul > li.submenu.ativo > div,
        #menuPrincipal > ul > li.n1:hover a {
            color: #fff;
        }

        #menuPrincipal > ul > li.submenu ul {
            background: #fff;
        }

            #menuPrincipal > ul > li.submenu ul li {
                border-top: 1px solid #e4eaee;
                position: relative;
            }

                #menuPrincipal > ul > li.submenu ul li:first-child {
                    border-top: none;
                }

        #menuPrincipal > ul > li.submenu > div::after {
            display: none;
        }

        #menuPrincipal > ul > li.submenu.ativo > ul > li div::after {
            background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23000' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z' clip-rule='evenodd'/></svg>");
        }

        #menuPrincipal > ul > li.submenu.ativo ul li.submenu.ativo > div::after {
            background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23000' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z' clip-rule='evenodd'/></svg>");
        }

    #banner {
        text-align: left;
    }

        #banner .bnrInnerDiv {
            height: initial;
        }

        #banner .h1 {
            font-size: 46px;
        }

        #banner p {
            display: block;
            font-size: 20px;
            margin-bottom: 25px;
        }

        #banner .btnBanner {
            font-size: 16px;
            padding: 8px 15px;
        }

        #banner .carousel-item > div {
        }

            #banner .carousel-item > div > div {
                justify-content: initial;
                min-height: 528px;
            }

                #banner .carousel-item > div > div > div {
                    max-width: 45%;
                }

        #banner .carousel-control-next, #banner .carousel-control-prev {
            width: 50px;
        }

    .carousel-control-prev > div,
    .carousel-control-next > div {
        height: 40px;
        width: 40px;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        background-size: initial;
    }

    .carousel-control-prev {
        margin-left: 30px;
    }

    .carousel-control-next {
        margin-right: 30px;
    }

        .carousel-control-prev > div,
        .carousel-control-next > div {
            height: 50px;
            width: 50px;
        }


    .titulo-1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .botao {
        font-size: 16px !important;
    }

    .barra-baixo::after {
        background: #485e88;
        content: '';
        display: block;
        height: 3px;
        margin: 20px auto;
        width: 80px;
    }

    #blocoQuemSomos {
        font-size: 18px;
        text-align: left;
    }

    .titulo-2 {
        font-size: 18px;
    }

    .chamada {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 10px;
        text-align: left;
    }

    .barra-esquerda-ctn {
        padding-left: 100px;
    }

    .barra-esquerda {
        align-items: start;
        display: flex;
    }

        .barra-esquerda::before {
            background: #485e88;
            content: '';
            display: block;
            height: 3px;
            margin-left: -100px;
            margin-right: 20px;
            margin-top: 25px;
            min-width: 80px;
            width: 80px;
        }

    #blocoQuemSomos .iframeDiv {
        padding-top: 51.25%;
        width: 90%;
    }

    #blocoBilingue i {
        font-size: 50px;
    }

    #blocoBilingue h2 {
        font-size: 22px;
    }

    #blocoChanceler {
        text-align: left;
    }

        #blocoChanceler .barra-esquerda::before {
            background: #95abb7;
        }

        #blocoChanceler p.chamada {
            font-size: 36px;
        }

        #blocoChanceler p {
            font-size: 24px;
        }

        #blocoChanceler .bi-arrow-return-right {
            font-size: 60px;
            margin-bottom: -60px;
        }

        #blocoChanceler .iframeDiv {
            border: 5px solid #fff;
        }

    #rodapeColLogo {
        max-width: 450px;
    }

    #rodapeMenu .logoRodape {
        max-width: 207px;
    }

    #praxian {
        border-left: 1px solid #303875;
        bottom: 0;
        right: 0;
    }

    #rodapeMenu h6 {
        font-size: 18px;
    }

    #praxian img {
        /*display:none;*/
        margin: 15px 0 15px 20px;
    }

    #tituloCtn {
        background-position: center center;
        height: 180px;
    }

    #pesquisarReset {
        max-width: 220px;
    }

    /*    #filtro select {
        max-width: 220px;
        width: 220px;
    }*/

    #filtro .select2 {
        margin-left: 1rem !important;
    }

    #filtro .select2-selection {
        margin-bottom: 0 !important;
    }

    #ddFiltroCursoAvancado {
        min-width: 170px !important;
        width: 170px !important;
    }

    #ddFiltroAreaDeInteresse {
        min-width: 190px !important;
        width: 190px !important;
    }

    #ddFiltroLocalizacao {
        min-width: 170px !important;
        width: 170px !important;
    }

    #ddFiltroUniversidades {
        min-width: 200px !important;
        width: 200px !important;
    }

    .h-xsm {
        font-size: 16px;
        font-weight: 600;
    }

    .h-sm {
        font-size: 18px;
        font-weight: 600;
    }

    .h-md {
        font-size: 22px;
        font-weight: 600;
    }

    .h-lg {
        font-size: 36px;
        font-weight: 600;
    }

    .h-lg-2 {
        font-size: 30px;
        font-weight: 600;
    }

    .staffBox {
        align-items: start;
        flex-flow: row;
    }

    #folderDonwloadCtn {
        right: 65px;
        width: initial;
    }

        #folderDonwloadCtn #folderDonwloadButton {
            left: initial;
            right: 0;
            width: initial;
        }

    #miniForm {
        width: 330px;
    }


    .deps .blocoMidiaDesc .logoUniversidade {
        border: 1px solid #ddd;
        top: 140px;
    }

    #miniForm {
        right: -50px;
    }
}

.iframe iframe {
    width: 82.5%;
    height: 400px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%; /* proporção do vídeo (altura/largura) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


