﻿:root {
    --unoeste-font-size: 1rem;
    --unoeste-color-verde: #14501c;
    --unoeste-color-verdeClaro: #49b572;
    --unoeste-color-laranja: #ed663c;

    /* Imagens CND */
    --unoeste-cdn-icone-check: url('https://cdn.unoeste.br/images/graduacao/icone-check.svg');
}

.small{
    font-size:.8rem;
}

.siteUnoesteMain {
    font-size: var(--unoeste-font-size);
}

.secTitulos{
    font-size:2.2rem;
    font-weight:bold;
    margin-bottom:1em;
    text-align:center;
    line-height:1.4em;
}

.section_default {
    --grad-section_padding-top: 3em;
    --grad-section_padding-bottom: 3em;

    padding-top:var(--grad-section_padding-top);
    padding-bottom:var(--grad-section_padding-top);
}

/* Botoes */
.btnAcaoGrad {
    --grad-btn-bg: #fff;
    --grad-btn-hover-bg: #fff;
    --grad-btn-color: #000;
    --grad-btn-hover-color: #000;
    --grad-btn-border-color: #fff;
    --grad-btn-border-width: 2px;
    display: inline-block;
    padding: .8em 1.5em;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    background-color: var(--grad-btn-bg);
    color: var(--grad-btn-color);
    transition: background-color .3s, color .3s;
    border: none;
    cursor: pointer;
    font-size: var(--unoeste-font-size);
    border: var(--grad-btn-border-width) var(--grad-btn-border-color) solid;
}
.btnAcaoGrad:hover {
    background-color: var(--grad-btn-hover-bg);
    color: var(--grad-btn-hover-color);
}

.btn-grad-verde {
    --grad-btn-bg: var(--unoeste-color-verdeClaro);
    --grad-btn-color: #fff;
    --grad-btn-hover-bg: #368953;
    --grad-btn-hover-color: #e0e0e0;
    --grad-btn-border-color: var(--unoeste-color-verdeClaro);
}
.btn-grad-laranja {
    --grad-btn-bg: var(--unoeste-color-laranja);
    --grad-btn-color: #fff;
    --grad-btn-hover-bg: #d15939;
    --grad-btn-hover-color: #e0e0e0;
    --grad-btn-border-color: var(--unoeste-color-laranja);
}


/* bloco de avisos em destaque */
.secAvisosDestaque {
    background-color: var(--unoeste-color-verde);
    padding: 1em 0;
    color: #fff;
}
.secAvisosDestaque__content {
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap: 1em;
}
.secAvisosDestaque__content .texto{
    font-size: 1.3rem;
}
.secAvisosDestaque__content .btnAcao{
    display:block;
    background-color:#FFF;
    font-weight:bold;
    padding:.5em 1em;
    border-radius:1em;
    text-decoration:none;
    font-size: var(--unoeste-font-size);
   transition: background-color .3s, color .3s;
}
.secAvisosDestaque__content .btnAcao:hover {
    background-color: #ffbb00;
    color:#000;
}

/* Topo */
.secTopo__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top center;
}
.secTopo_mascara{
    background-color: rgba(0,0,0,.3);    
}
.secTopo__container {
    display: flex;
    flex-direction: column;
    gap: 2em;
    justify-content: space-between;
    align-items: center;
    min-height: 300px;
    padding-bottom: 1.5em;
}
.secTopo .tituloNomeCurso {
    margin-top:5rem;
    font-size: 2.8rem;
    font-weight:900;
    color: #fff;
    text-align:center;
}
.secTopo .botoesAcoes {
    display: flex;
    row-gap: 1em;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    /*width: 100%;*/
}

@media (min-width:900px){
    .secTopo__container {
        gap: 1em;
    }
    .secTopo .tituloNomeCurso {
        font-size: 3.8rem;
    }

    .secTopo .botoesAcoes {
        display: flex;
        column-gap: 1em;
        justify-content: center;
        flex-direction: row;
        width: auto;
    }
}

  


/* Condições */
.secCondicoes {
    background-color: #575756;
    padding:1em 0;
    color:#fff;
}
.listaCondicoes{
    display:flex;    
    column-gap: 2em;
    justify-content:space-between;
}
.listaCondicoes li {    
    width:100%;
    display: flex;
    align-items:center;
    column-gap: 1em;
    justify-content:center;
}
.listaCondicoes li .icone{
    width:40px;
    flex-shrink:0;
}
.listaCondicoes li .titulo{
    font-weight:bold;
    font-size:1.2rem;
    line-height:1.4em;
}

.listaCondicoes .owl-nav{
    position:absolute;
    top:50%;
    margin-top:-18px;
    width:100%;
    color:#fff;    
}
.listaCondicoes .owl-nav .owl-prev,
.listaCondicoes .owl-nav .owl-next{
    position:absolute;
    font-size:30px !important;
    border-radius:0;
    background-color:transparent;
    padding:0;
    margin:0;
    color:var(--unoeste-color-verdeClaro);
}
.listaCondicoes .owl-nav .owl-prev:hover,
.listaCondicoes .owl-nav .owl-next:hover{
    background-color:transparent;
}
.listaCondicoes .owl-nav .iconeNav{
    background-color:rgba(34,34,34,.6);
    border-radius:100%;
    padding: 10px 21px;
}
.listaCondicoes .owl-nav .iconeNav .icon:before{
    margin-left:0 !important;
    margin-right:0 !important;
    width:unset;
}
.listaCondicoes .owl-nav .owl-prev{    
    left:-15px;
}
.listaCondicoes .owl-nav .owl-next{
    right:-15px;
}

@media(min-width:900px){
    .listaCondicoes li {
        justify-content: flex-start;
    }
}


/* Sobre o curso */
.secSobreCurso .secTitulos {
    text-align:left;
    color: var(--unoeste-color-verde);
    font-size: 1.8rem;
}

.secSobreCurso__menu {
    margin-bottom: 2em;    
}
.secSobreCurso__menu ul {
    margin-bottom: 2em;
    display: flex;
    flex-direction:column;
    row-gap: 1em;
    justify-content:center;
}
.secSobreCurso__menu .btnAcaoGrad{
    --grad-btn-bg: #fff;
    --grad-btn-hover-bg: var(--unoeste-color-verde);
    --grad-btn-color: var(--unoeste-color-verde);
    --grad-btn-hover-color: #fff;
    --grad-btn-hover-color: #e0e0e0;
    --grad-btn-border-color: var(--unoeste-color-verde);
    font-size:85%;
    width:100%;
}
.secSobreCurso__menu .btnAcaoGrad.active{
    --grad-btn-bg: var(--unoeste-color-verde);
    --grad-btn-color: #fff;
}

@media (min-width:900px){
    .secSobreCurso__menu ul {
        margin-bottom: 2em;
        display: flex;
        flex-direction:row;
        column-gap: 2em;
        justify-content: center;
    }
}


.secSobreCurso_conteudosCurso {
    display: none;
}
.secSobreCurso_conteudosCurso.active{
    display: block;
}

.secSobreCurso_conteudosCurso .container {
    display: flex;
    row-gap: 2em;
    flex-direction: column;
}

.secSobreCurso_conteudosCurso .texto {
    line-height: 1.4em;
}
.secSobreCurso_conteudosCurso .texto p{
    margin-bottom:1em;
}
.secSobreCurso_conteudosCurso .complemento {
    width:100%;
    flex-shrink:0
}

@media (min-width:900px) {
    .secSobreCurso_conteudosCurso .container {
        display: flex;
        column-gap: 2em;
        flex-direction: row;
    }
    .secSobreCurso_conteudosCurso .complemento {
        width: 400px;
        flex-shrink: 0
    }
}

.secSobreCurso__sobre .listaInfoCurso {
    background-color: var(--unoeste-color-verdeClaro);
    border-radius: 1em;
    overflow: hidden;    
}
.secSobreCurso__sobre .listaInfoCurso > li:nth-child(2n+2){
    background-color: rgba(0,0,0,.1)
}
.secSobreCurso__sobre .listaInfoCurso > li{
    color:#fff;
    padding:.8em 1em;
    line-height:1.4em;
}
.secSobreCurso__sobre .listaInfoCurso > li:not(:first-child),
.secSobreCurso__sobre .listaInfoCurso > li .d-flex{
    display:flex;
    column-gap:.5em;
}
.secSobreCurso__sobre .listaInfoCurso > li:first-child .label{
    font-size:1.4rem;
    margin-bottom:.5em;
}
.secSobreCurso__sobre .listaInfoCurso > li:first-child .valor{
    font-size:1rem;
}
.secSobreCurso__sobre .listaInfoCurso > li:first-child{
    padding-top:1.5em;
}

.secSobreCurso__sobre .listaFormaEnsino {
    margin:0;
    padding:0;
    display:flex;
    column-gap:1em;
    align-items:center;
}
.secSobreCurso__sobre .listaFormaEnsino > li .ativo{
    background-color:var(--unoeste-color-verde);
    padding:.5em 1em;
    border-radius:1em;
    display:inline-block;
}
.secSobreCurso__sobre .listaFormaEnsino > li:not(:first-child):before{
    content: '|';
    display:inline-block;
    margin-right:1em;
}
.secSobreCurso__sobre .listaFormaEnsino > li a{
    color:#fff;
}
.secSobreCurso__sobre_listaMotivos{
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    gap:1.5em;
}
.secSobreCurso__sobre_listaMotivos li{
    display:flex;
    align-items:center;
    gap:1em;
    font-weight:bold;
}
.secSobreCurso__sobre_listaMotivos li:before {
    flex-shrink: 0;
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background-image: var(--unoeste-cdn-icone-check);
    background-repeat: no-repeat;
    background-size: cover;
}


@media (min-width:900px) {
    .secSobreCurso__sobre_listaMotivos {
        grid-template-columns: repeat(2, 1fr);
    }
}

.secSobreCurso_perfilProfissional .fotoPerfilProfissional{
    display:inline-block;
    border-radius:1em;
}

.secSobreCurso_infraestrutura .complemento{
    width:380px;
}
.secSobreCurso_infraestrutura .blocoFotos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5em;
}
.secSobreCurso_infraestrutura .blocoFotos a{
    display:block;
}
.secSobreCurso_infraestrutura .blocoFotos a img{
    display:block;
    border-radius:1em;
    transition: filter .3s;
}
.secSobreCurso_infraestrutura .blocoFotos a:hover img{
    filter:brightness(.3);
}

.secSobreCurso_infraestrutura .owl-dots {
    display: flex;
    justify-content: center;
    column-gap: .5em;
    margin-top: 1em;
}
.secSobreCurso_infraestrutura .owl-dots .owl-dot{
    --uno-dot-color: rgba(0,0,0,.3);
}
.secSobreCurso_infraestrutura .owl-dots .owl-dot span {
    display: block;
    background-color: var(--uno-dot-color);
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 100px;
}
.secSobreCurso_infraestrutura .owl-dots .owl-dot.active span{
    --uno-dot-color: rgba(0,0,0,1);
}


/* Areas de atuação */
.secAreaAtuacao {
    background-color: var(--unoeste-color-verde);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.secAreaAtuacao__mascara{
    background-color:rgba(20,80,28,.9);
}
.secAreaAtuacao__container {
    display: flex;
    flex-direction:column;
    row-gap: 3em;
    justify-content: space-between;
}
.secAreaAtuacao__topicos {
    width: 400px;
    flex-shrink: 0;
    margin-top: 0em;
    padding-right: 3em;
    border-right: none;
    order: 2;
}
.secAreaAtuacao__topicos ul{
    display:flex;
    flex-direction:column;
    row-gap:1.2em;
}
.secAreaAtuacao__topicos ul li{
    display:flex;
    align-items:center;
    column-gap:1em;
    line-height:1.4em;
}
.secAreaAtuacao__topicos ul li:before {
    content: '✓';
    display:inline-block;
    font-size:1.6rem;
    color:var(--unoeste-color-verdeClaro);
}
.secAreaAtuacao__areaAtuacao{
    order:1;
}
.secAreaAtuacao__areaAtuacao .secTitulos {
    text-align: left;
}
.secAreaAtuacao__areaAtuacao p {
    margin-bottom: 1em;
    line-height: 1.4em;
}
@media (min-width:900px){
    .secAreaAtuacao__topicos {
        order: 1;
        margin-top: 4.5em;
        border-right: solid 5px var(--unoeste-color-verdeClaro);
    }
    .secAreaAtuacao__areaAtuacao {
        order: 2;
    }
    .secAreaAtuacao__container {
        flex-direction: row;
        column-gap: 3em;
        justify-content: space-between;
    }
}


/* Cursos semelhantes */
.secCursosSemelhantes {
    background-color: #efefed;
}
.secCursosSemelhantes .secTitulos {    
    color: var(--unoeste-color-verde);
}
.listaCurosSemelhantes {
    /*display: flex;
    flex-wrap: wrap;
    gap: .5em;
    justify-content: center;*/
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap:.5em;
}
.listaCurosSemelhantes li {
    flex-grow:4;    
    display: flex;    
}
.listaCurosSemelhantes li a{
    --grad-btn-cursosemelahnte-bg: var(--unoeste-color-verdeClaro);
    display: flex;    
    align-items:center;
    justify-content:center;
    background-color:var(--grad-btn-cursosemelahnte-bg);
    color:#fff;
    width:100%;
    padding:1.5em 1em;
    border-radius:1.8em;
    text-decoration:none;
    transition: background-color .3s;
    text-align:center;    
}
.listaCurosSemelhantes li a h4{
    font-size:1.5rem;
    font-weight:bold;
    line-height:1.44em;
    margin-bottom:0;    
}
.listaCurosSemelhantes li a:hover{
    --grad-btn-cursosemelahnte-bg:var(--unoeste-color-verde);
}
@media(min-width:900px){
    .listaCurosSemelhantes {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1em;
    }
}


/* Coordenador */
.secCoordenador {
    background-color: #ededee;
}
.secCoordenador__container {
    display: flex;
    flex-direction: column;
    row-gap: 2em;
    align-items:center;
}
.secCoordenador__container .dadosCoordenador{
    width:100%;
    flex-shrink:0;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.secCoordenador__container .dadosCoordenador h3{
    font-weight:bold;
    color: var(--unoeste-color-verde);
    margin-bottom:.5em;
    font-size:1.3rem;
}
.secCoordenador__container .dadosCoordenador .fotoCoordenador img{ display:none; }
.secCoordenador__container .dadosCoordenador .fotoCoordenador{
    flex-shrink:0;
    width:200px;
    height:200px;
    background-color: var(--unoeste-color-verde);
    border-radius:50%;
    margin-bottom:1em;

    background-repeat:no-repeat;
    background-size:cover;
}
.secCoordenador__container .videoCurso{
    /*border-left:solid 1px var(--unoeste-color-verde);
    padding-left:3.5em;*/
}
.secCoordenador__container .videoCurso a{
    display:block;
    position:relative;
}
.secCoordenador__container .videoCurso a img{
    display:block;
    border-radius:1em;
}
.secCoordenador__container .videoCurso a .mascara{
    background-color:rgba(0,0,0,.5);
    position:absolute;
    width:100%;
    top:0;
    bottom:0;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:1em;
}
.secCoordenador__divisoria{
    width:100%;
    flex-shrink:1;    
    margin:0 3em;
    display:flex;
    align-items:center;
    justify-content:center;
}
.secCoordenador__divisoria .linha{
   width:200px;   
   height:4px;
   background-color:var(--unoeste-color-verde);
}

@media (min-width:900px) {
    .secCoordenador__container {
        display: flex;
        justify-content: center;        
        flex-direction: row;
        align-items:initial;
        column-gap:5em;
    }

    .secCoordenador__container .dadosCoordenador {
        width: 430px;
    }

    .secCoordenador__divisoria{
        width:4px;
        align-items:center;
    }

    .secCoordenador__divisoria .linha {
        width: 4px;
        height: 300px;
        background-color: var(--unoeste-color-verde);
    }
}

/* REGIME, PORTARIA E RECONHECIMENTO */
.secRegimePortariaReconhecimento{
    background-color: var(--unoeste-color-verdeClaro);
    color:#fff;
    padding:1.5em 0;
}
.secRegimePortariaReconhecimento a{
    color:#fff;
}
.listaRegimePortariaReconhecimento {
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    justify-content: center;
}
.listaRegimePortariaReconhecimento li{
    line-height:1.4em;
    text-align:center;
}
.listaRegimePortariaReconhecimento li:not(:first-child):before{
    content: '•';
    display:inline-block;
    margin-right:.5em;
}


/* Depoimentos */
.secDepoimentos{

}
.secDepoimentos .secTitulos {
    color: var(--unoeste-color-verdeClaro);
}
.secDepoimentos__depoimentos{
    display:flex;
    justify-content:space-evenly;
    column-gap:1em;    
}
.secDepoimentos__depoimentos .depoimento {
    border: solid 2px var(--unoeste-color-verdeClaro);
    padding:1em;
    border-radius:1em;
}
.secDepoimentos__depoimentos .depoimento .cabecalho{
    display:flex;
    flex-direction:column;
    align-items:center;
    row-gap:1em;
    margin-bottom:1.5em;
    min-height:70px;
}
.secDepoimentos__depoimentos .depoimento .cabecalho .foto{
    width:60px;
    flex-shrink:0;
}
.secDepoimentos__depoimentos .depoimento .cabecalho .foto .fotoDepoimento{
    border-radius:100px;
}
.secDepoimentos__depoimentos .depoimento .cabecalho .nomeAluno {
    line-height: 1.5em;
    text-align:center;
}
.secDepoimentos__depoimentos .depoimento .cabecalho .nomeAluno .tipoAluno{
    font-size:.9rem;
}
.secDepoimentos__depoimentos .depoimento .texto {
    line-height: 1.5em;
}

@media (min-height:900px){
    .secDepoimentos__depoimentos .depoimento {
        min-height: 340px;
    }
    .secDepoimentos__depoimentos .depoimento .cabecalho {
        flex-direction: row;
        align-items: start;
        column-gap: 1em;
    }
    .secDepoimentos__depoimentos .depoimento .cabecalho .nomeAluno {
        text-align:left;
    }
}

.boxLinkQueroSaberMais {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

.secDepoimentos__depoimentos .owl-dots {
    display: flex;
    justify-content: center;
    column-gap: .5em;
    margin-top: 1em;
}
.secDepoimentos__depoimentos .owl-dots .owl-dot{
    --uno-dot-color: rgba(0,0,0,.3);
}
.secDepoimentos__depoimentos .owl-dots .owl-dot span {
    display: block;
    background-color: var(--uno-dot-color);
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 100px;
}
.secDepoimentos__depoimentos .owl-dots .owl-dot.active span{
    --uno-dot-color: rgba(0,0,0,1);
}


/* Mais Informações */
.secMaisInformacoes {
    background-color: var(--unoeste-color-verdeClaro);
    color: #fff;
}
.secMaisInformacoes__menu ul {
    display: flex;
    row-gap:1em;
    flex-direction:column;
}
.secMaisInformacoes__menu ul li{
    width:100%;    
    display:flex;
}
.secMaisInformacoes__menu ul li a {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #fff;
    padding:1em;
    border-radius:.5em;
    text-decoration:none;
    font-weight:bold;
    color: var(--unoeste-color-verde);
    transition: background-color .3s, color .3s;
}
.secMaisInformacoes__menu ul li a:hover{
    background-color: var(--unoeste-color-verde);
    color:#fff;
}
.secMaisInformacoes .boxBtnInscricao {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

@media (min-width:900px){
    .secMaisInformacoes__menu ul {
        display: flex;
        column-gap: 1em;
        flex-direction:row;
    }
}


/* FAQ, Perguntas Frequentes */
.secFaq{

}
.secFaq .secTitulos {
    color: var(--unoeste-color-verdeClaro);
}

.secFaq_faq {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    width:100%;
    order:2;
}
.secFaq_faq .faqPergunta {
    border: solid 2px var(--unoeste-color-verdeClaro);
    padding:.8em;
    font-weight:bold;
    border-radius:1.5em;
    cursor:pointer;
    transition:background-color .3s, color .3s;
    line-height:1.4em;

    display:flex;
    align-items:center;
    justify-content:space-between;
}    
.secFaq_faq .faqPergunta:hover {
    background-color: var(--unoeste-color-verdeClaro);
    color: #fff;
}
.secFaq_faq .faqPergunta .icone{
    font-size:1.5em;
}

.secFaq_faq .faqItem .faqPergunta .icone .closeIcon,
.secFaq_faq .faqItem .faqPergunta .icone .openIcon{
    display:none;
}
.secFaq_faq .faqItem.active .faqPergunta .icone .closeIcon {    
    animation: .5s giraIconeFaq ease-in-out;    
    display: inline-block;    
}
.secFaq_faq .faqItem:not(.active) .faqPergunta .icone .openIcon {
    display: inline-block;    
}
.secFaq_faq .faqItem.hidden{
    display: none;
}
.secFaq_faq .boxBtnFaqVejaMais{
    display:flex;
    justify-content:center;
    padding-top:1em;
}
.secFaq_faq .boxBtnFaqVejaMais .btnFaqMais{
    font-size:1rem;
    padding:.5em 1em;
    border: solid 2px var(--unoeste-color-verdeClaro);
    background-color:transparent;
    border-radius:1em;    
    color: var(--unoeste-color-verdeClaro);
    transition:color .3s, background .3s;
    cursor:pointer;
}
.secFaq_faq .boxBtnFaqVejaMais .btnFaqMais.hidden{
    display:none;
}
.secFaq_faq .boxBtnFaqVejaMais .btnFaqMais:hover{
    background-color: var(--unoeste-color-verdeClaro);
    color:#fff;
}


.secFaq_faq .faqResposta {
    display: none;
}
.secFaq_faq .faqResposta a {
    color: var(--unoeste-color-verdeClaro);
    text-decoration: underline;
}

.secFaq_faq .faqItem.active .faqResposta {
    display: block;
    padding:1em;
}

@keyframes giraIconeFaq{
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.secFaq__container {
    display: flex;
    row-gap: 4em;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}
.secFaq__personagem {    
    flex-shrink: 0;
    display:flex;
    flex-direction:column;
    gap:1em;
    text-align:center;
    align-items:center;
    order:1;
}
.secFaq__personagem .fotoPersonagem {
    width: 130px;
}
.secFaq__personagem .nomePersonagem {
    color: var(--unoeste-color-verdeClaro);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: .3em;
}

@media (min-width:900px){
    .secFaq__container {
        display: flex;
        column-gap: 4em;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
    }
    .secFaq_faq{
        order:1;
    }
    .secFaq__personagem {        
        order: 2;
    }
        .secFaq__personagem .fotoPersonagem {
            width: 250px;
        }
}

.fancybox-slide--iframe .fancybox-content {
    width: 603px;
    height: 500px;
    max-width: 603px;
    max-height: 100%;
    margin: 0;
}

.fancybox-content, .fancybox-image-wrap {
    overflow: visible !important;
    border-radius: 20px !important;
}