@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

div.enabled {
   top: 68% !important;
}

div.active img {
top: 57% !important;
width: 33px !important;
float: right;
}



/* padrão */
.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.btn-inscreva-se {
    font-size: 1rem;
    font-weight: 600;    
    color: #fff;
    background-color: #ff6d00;
    border-color: #ff6d00;
}
.btn-inscreva-se:hover {
    color: #fff;
    background-color: #e65100;
    border-color: #e65100;
FOTO_COORD}
.btn-insc-graduacao {
    background-color: transparent;
    color: #FF6D00;
    border: 1px solid #FF6D00;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    padding: 12px;
}
.btn-insc-graduacao--fechado {
    border: none;
}
.btn-insc-graduacao:hover {
    color: #FF6D00;
    background-color: rgba(245, 130, 31, 0.10);
}
.btn-insc-graduacao--fechado:hover {
    background-color: transparent;
}
.header-section {
    margin-bottom: 2rem!important;
}
.header-section h1 {
    font-size: 3.5rem;
    font-weight: 800;
}
.header-section hr {
    width: 100px;
    border-top: 5px solid #ff6d00;
}
.header-section.header-dark { color: #ffffff; }
.button-to-top {
    display: inline-flex;
    background-color: #ff6d00;
    color: #FFFFFF;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    bottom: 90px;
    right: 30px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);

    transition: background-color .3s, opacity .5s, visibility .5s, box-shadow .3s;
    opacity: 0;
    visibility: hidden;
}
.button-to-top:hover {
    cursor: pointer;
    background-color: #e65100;
    color: #FFFFFF;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
}
.button-to-top.show {
    opacity: 1;
    visibility: visible;
}
.btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 999;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #FFFFFF!important;
    font-size: 24px;
    background-color: #00e676;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.35);
}
.btn-whatsapp:hover {
    text-decoration: none !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

@media(max-width: 991px) {
    .header-section h1 { font-size: 3rem; }
    .header-section hr { width: 60px; }
}
@media(max-width: 767px) {
    .header-section h1 { font-size: 2rem; }
}
.owl-carousel {
    width: calc(100% - 126px);
    margin: auto;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] { max-height: unset; }
.owl-carousel .owl-lazy {
    height: 350px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.owl-carousel .owl-stage-outer {
    margin-bottom: 15px;
    z-index: 2;
}
.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: calc(50% - 65px);
    left: -63px;
    right: -63px;
    z-index: 1;
}
.owl-carousel .owl-nav button {
    width: 48px;
    height: 48px;
    margin: 0!important;
    color: #ff6d00!important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    border-radius: 50%!important;
    background: #ffffff!important;
}
@media(max-width: 1199px) {
    .owl-carousel .owl-lazy { height: 300px; }
}
@media(max-width: 991px) {
    .owl-carousel {
        width: 100%;
        margin: auto;
    }
    .owl-carousel .owl-lazy { height: 350px; }
}
@media(max-width: 767px) {
    .owl-carousel .owl-lazy { height: 250px; }
}

/* navbar */
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ff6d00;
}
.navbar .dropdown .dropdown-menu ul {
    list-style-type: none;
    padding: 0;
}
.navbar .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
}
/* .navbar .dropdown-menu .dropdown-item { color: #424242; } */
.dropdown-menu {
    padding: 0 !important;
}
.navbar .dropdown-menu .dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
}
.navbar .dropdown-menu .dropdown-item:hover {
    color: #ffa500;
    font-weight: 600;
    background-color: rgba(245, 130, 31, 0.10);
}
.navbar .dropdown-menu .dropdown-item:hover::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ffa500;
    border-radius: 50%;
    margin-right: 10px;
}
.navbar .dropdown-menu .dropdown-item:active { background-color: #EEEEEE; }
@media(min-width: 992px) {
    .navbar .dropdown .dropdown-menu ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        border-top: 5px solid #ffa500 !important;
        border-radius: 10px !important;
    }
    .navbar .dropdown .dropdown-menu ul li {
        display: inline-block;
        width: 100%;
    }
    .navbar .dropdown .dropdown-menu {
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    }
}


.banner span {
    display: block;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.54);
}
.banner h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
.banner .guia-estudante i {
    font-size: 1.25rem;
    color: #ff6d00;
}
.banner .avaliacao-mec h2 {
    font-weight: 900;
    color: #ff6d00;
}
.banner img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.25);
}

@media(max-width: 991px) {
    .banner h1 {
        font-size: 2.75rem;
    }
    /* .banner img { max-width: 256px; } */
}
@media(max-width: 767px) {
    .banner { padding: 30px 0; }
    .banner h1 {
        font-size: 2rem;
    }
    /* .banner img { max-width: 192px; } */
}

/* nav interno */
.nav-interno {
    background-color: #FFFFFF;
}
.nav-interno .nav {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
}
.nav-interno .nav .nav-link {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.7);
    padding: 15px 10px;
    font-weight: 600;
}
.nav-interno .nav .nav-link.active {
    color: #ff6d00;
    background-color: rgba(245, 130, 31, 0.10);
    border-bottom: 3px solid #ff6d00;
}
/*.nav-interno .nav .nav-link:hover {
    color: #4c4c4c;
}*/


/* scroll progresso bar */
.bar .bar--progress {
    position: absolute;
    width: 0%;
    height: 5px;
    background: #ff6d00;
    transition: .25s ease-in-out;
}

/* CSS para a classe .active que será adicionada quando a posição de scroll atingir ou exceder 600 pixels */
.bar .bar--progress.active {
    width: 100%;
}



























/* curso / sidebar */


/* home-sidebar */
.home-sidebar .home-sidebar-item {
    /*display: flex;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 20px;
    padding: 30px;
    height: 40vh;
    width: 100%;
    max-width: 58rem;
    gap: 2rem;
}

.home-sidebar-info-facu {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .home-sidebar .home-sidebar-item {
        flex-direction: column;
    }
    .home-sidebar .sidebar-items {
        align-items: start !important;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid #ff994d;
        border-right: none !important;
        margin-right: 0 !important;
        padding-bottom: 15px;
    }

    .home-sidebar .sidebar-items:nth-last-child(1) {
        margin-bottom: 0;
        border-bottom: none;
    }
    .home-sidebar .sidebar-items:nth-last-child(3) {
        padding-right: 0 !important;
    }
}

.home-sidebar .sidebar-items {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-sidebar .sidebar-items:nth-last-child(2) {
    margin-right: 0 !important;
}

.home-sidebar .home-sidebar-item .info-item {
    width: 100%;
    border-right: 1px solid #ff994d;
    margin-right: 2rem;
}

.home-sidebar .home-sidebar-item .info-item:nth-last-child(3) {
    padding-right: 2rem;
/*    border-right: none;*/
}

.home-sidebar .home-sidebar-item .info-item:nth-last-child(1) {
/*    margin-bottom: 0 !important;*/
    border-right: none;
    margin-right: 0;
}

.home-sidebar .home-sidebar-item .info-item .info-icone {
    display: flex;
    align-items: center;
    gap: 15px;
}

.home-sidebar .home-sidebar-item .info-item .info-icone h3 {
    font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .home-sidebar .home-sidebar-item {
        display: flex;
        flex-direction: column;
        height: 91vh;
        padding: 30px;
    }
    .home-sidebar .home-sidebar-item .info-item {
        align-items: start;
    }
}












































/* curso */
.curso { padding: 60px 0; }
.curso .info {
    margin-bottom: 4rem;
}
.curso .info-item { width: 200px; }
.curso .info-item span {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
}
/*.curso .info-item .info-icone {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}*/
.curso .info-item .info-icone i {
    font-size: 1.5rem;
    color: #ff6d00;
}
.curso p {
    text-align: justify;
}
.curso img {
    width: 100%;
    border-radius: 8px;
}
/*.img-matriz-curricular {
    width: 310px;
    height: 200px;
}*/

/* .curso p { color: #757575; } */
@media(max-width: 991px) {
    /* .curso img { width: 256px; } */
}
@media(max-width: 767px) {
    .curso { padding: 30px 0; }
    .curso .info-item .info-icone {
        width: 60px;
        height: 60px;
    }
    .curso .info-item .info-icone i { font-size: 18px; }
    .curso .info-item span { font-size: 14px; }
    .curso .info-item { width: 90px; }
    /* .curso img { width: 192px; } */
    /*.img-matriz-curricular {
        width: 270px;
    }*/
}

/* coordenacao */
.coordenacao {
    padding: 60px 0;
    background-color: #F2F1F0;
}
.coordenacao .content {
    padding-bottom: 30px;
    background-color: #F2F1F0;
}
.coordenacao img {
    width: 420px;
}
.coordenacao h2 {
    text-align: center;
    font-weight: 700;
}
.coordenacao .email {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ff6d00;
    opacity: 1;
}
.coordenacao p {
    /* color: #757575; */
    text-align: justify;
}
@media(max-width: 767px) {
    .coordenacao img {
        width: 320px;
        margin-bottom: 30px;
    }
    .coordenacao h2 { font-size: 1.5rem; }
    .coordenacao .email {
        font-size: 1rem;
    }
}











/* diferencial */
.diferencial { padding: 60px 0; }
/* .diferencial p { color: #757575; } */
.diferencial img { width: 384px; }
@media(max-width: 767px) {
    .diferencial { padding: 30px 0; }
    .diferencial img {
        width: 192px;
        margin-bottom: 30px;
    }
}

/* onde trabalhar */
.onde-trabalhar { padding: 60px 0; }
/* .onde-trabalhar p { color: #757575; } */
.onde-trabalhar img { width: 384px; }
@media(max-width: 767px) {
    .onde-trabalhar { padding: 30px 0; }
    .onde-trabalhar img {
        width: 192px;
        margin-top: 30px;
    }
}

/* perfil do egresso */
.perfil-egresso {
    padding: 60px 0;
    background-color: #f5f5f5;
}
.perfil-egresso .header-section h1 {
    text-align: center;
}
/* .perfil-egresso p {
    color: #757575;
} */
@media(max-width: 767px) {
    .perfil-egresso { padding: 30px 0; }
}

/* corpo docente */
.corpo-docente { padding: 60px 0; }
.corpo-docente .docentes a { font-weight: 600; }
@media(max-width: 767px) {
    .corpo-docente { padding: 30px 0; }
}

/* matriz curricular */
.matriz-curricular { padding: 60px 0; }
.matriz-curricular .modal.fade {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0.75rem);
    -webkit-backdrop-filter: blur(0.75rem);
}
.matriz-curricular .modal-dialog {
    max-width: fit-content;
}
.matriz-curricular .modal-content {
    background-color: transparent;
    border: 0;
}
.matriz-curricular .modal img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2rem 3rem rgba(0,0,0,.25);
}
.matriz-curricular .modal-actions {
    margin-bottom: 8px;
}
.matriz-curricular .modal-actions .download {
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
.matriz-curricular .modal-actions .download i {
    margin-right: 0.5rem;
}
.matriz-curricular .modal-actions .download:hover {
    opacity: .75;
}
.matriz-curricular .modal-actions .close {
    float: unset;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    padding: 8px;
}
.matriz-curricular img {
    width: 384px;
}
@media(max-width: 767px) {
    .matriz-curricular { padding: 30px 0; }
}

/* mais informações */
.mais-info { padding: 60px 0; background-color: #F2F1F0;}
.mais-info .btn-link { font-weight: 600; }
.mais-info h5 {
    font-weight: 600;
}
@media(max-width: 767px) {
    .mais-info { padding: 30px 0; }
}

/* infraestrutura */
.infraestrutura {
    padding: 60px 0;
    background-color: #3F3D56;
    border-top: 6px solid #615e84;
    border-bottom: 6px solid #615e84;
}
@media(max-width: 767px) {
    .infraestrutura { padding: 30px 0; }
}

/* programas de crédito */
.programas-credito { padding: 60px 0; }
.programas-credito .header-section h1 {
    text-align: center;
}
.programas-credito img {
    width: 192px;
}
.programas-credito a {
    font-weight: 600;
}
.programas-credito p {
    opacity: .87;
}
@media(max-width: 767px) {
    .programas-credito { padding: 30px 0; }
}

/* valores */
.valores { padding: 60px 0; }
.valores .card-val {
    border-radius: 4px;
    overflow: hidden;
    /* box-shadow: 0 4px 16px rgba(0,0,0,0.25); */
}
.valores .card-val .card-val-header {
    padding: 30px;
    background-color: #00FFAF;
}
.valores .card-val .card-val-header h1 {
    font-weight: 800;
    font-size: 4rem;
}
.valores .card-val .card-val-body { padding: 30px; }
.valores .card-val .card-val-body h1 { font-weight: 700; }
.valores .card-val .card-val-body span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.67);
    line-height: 1.3;
}
.valores .card-val .card-val-body h2 { font-weight: 700; }
.valores .card-val .card-val-body .semestralidade { color: #ff6d00; }
.valores .card-val .card-val-body .desconto { color: #00A672; }
@media(max-width: 1199px) {
    .valores .card-val .card-val-body h1 { font-size: 2rem; }
    .valores .card-val .card-val-body h2 { font-size: 1.5rem; }
}
@media(max-width: 991px) {
    .valores .card-val .card-val-header h1 { font-size: 2.5rem; }
    .valores .card-val .card-val-body span { font-size: 0.75rem; }
    .valores .card-val .card-val-body h1 { font-size: 1.5rem; }
    .valores .card-val .card-val-body h2 { font-size: 1.25rem; }
}
@media(max-width: 767px) {
    .valores { padding: 15px 0; }
    .valores .card-val .card-val-header h1 { font-size: 3rem; }
    .valores .card-val .card-val-body h1 { font-size: 2rem; }
    .valores .card-val .card-val-body h2 { font-size: 1.5rem; }
}
@media(max-width: 575px) {
    .valores .card-val .card-val-body { padding: 15px; }
    .valores .card-val .card-val-body h1 { font-size: 1.125rem; }
    .valores .card-val .card-val-body h2 { font-size: 1rem; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .img-preco-peq {
        width: 34rem !important;
    }
}
@media (max-width: 991px) {
    .img-preco-peq {
        width: 25rem !important;
    }
}

@media (max-width: 767px) {
    .img-preco-peq {
        width: 18rem !important;
    }
}

.obs p {
    font-style: italic;
    font-size: 14px;
}

/* inscrição graduacao e ead */
.inscricao {
    padding: 60px 0;
    background-color: #f5f5f5;
}
.inscricao-descricao {
    font-weight: 700;
    font-size: 30px;
}

@media(max-width: 767px) {
    .inscricao-descricao {
        font-size: 20px;
    }
}

footer { 
    background-color: #262626; 
    border-top: 6px solid #404040;
}
footer .redes-sociais a { color: #ffffff; }
footer .redes-sociais a:hover { color: #e65100; }
footer .contato img { max-width: 128px; }
footer .contato address {
    font-weight: 100;
    color: #ffffff;
    opacity: .75;
    margin: 0;
}
footer .list-links h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}
footer .list-links ul { list-style-type: none; }
footer .list-links ul a {
    font-weight: 100;
    color: #ffffff;
    opacity: 0.75;
    text-decoration: none;
}
footer .list-links ul a:hover {
    color: #e65100;
    opacity: 1;
}
footer .direitos { background-color: #1B1B1B; }
footer .direitos p {
    font-weight: 100;
    font-size: 0.875rem;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0;
}