﻿:root {
    --ct-font-pathbase-kelson-bold-woff: url('https://www.unoeste.br/Areas/Tecnicos/Content/fonts/kelson/KelsonSans-Bold.woff');
    --ct-font-pathbase-kelson-bold-woff2: url('https://www.unoeste.br/Areas/Tecnicos/Content/fonts/kelson/KelsonSans-Bold.woff2');
    --ct-font-pathbase-kelson-regular-woff: url('https://www.unoeste.br/Areas/Tecnicos/Content/fonts/kelson/KelsonSans-Regular.woff');
    --ct-font-pathbase-kelson-regular-woff2: url('https://www.unoeste.br/Areas/Tecnicos/Content/fonts/kelson/KelsonSans-Regular.woff2');
    --ct-bg-image-destaqueVermelho: url('https://www.unoeste.br/Areas/Tecnicos/Content/Imagens/Cursos/bg-vermelho-destaque.jpg');
    --ct-bg-image-coordenador: url('https://www.unoeste.br/Areas/Tecnicos/Content/Imagens/Cursos/bg-coordenador.jpg');
    --ct-bg-image-depoimentos: url('https://www.unoeste.br/Areas/Tecnicos/Content/Imagens/Cursos/bg-depoimentos.jpg');
    --ct-bg-image-aspas: url('https://www.unoeste.br/Areas/Tecnicos/Content/Imagens/Cursos/icone-aspas.png');
    --ct-color-verde: #68C52B;
    --ct-color-vermelho: #B0191C;
    --ct-font-family-kelson: 'Kelson Sans';
}

@font-face {
    font-family: 'Kelson Sans';
    src: url('https://www.unoeste.br/Areas/Tecnicos/Content/fonts/kelson/KelsonSans-Bold.woff2') format('woff2'), url('https://www.unoeste.br/Areas/Tecnicos/Content/fonts/kelson/KelsonSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kelson Sans';
    src: url('https://www.unoeste.br/Areas/Tecnicos/Content/fonts/kelson/KelsonSans-Regular.woff2') format('woff2'), url('https://www.unoeste.br/Areas/Tecnicos/Content/fonts/kelson/KelsonSans-Regular.woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* CABECALHO */
.cursoTecnicoContent{
    font-size:1rem;
}

.cabecalhoCurso {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.cabecalhoCurso-content {
    min-height: 530px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:3em 0;
    color:#fff;
}
.cabecalhoCurso-content .nomeCurso{
    font-weight: bold;
    text-transform:uppercase;
    font-size:3.5rem;
    line-height:1.4em;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    margin-bottom:.5em;
    font-family: var(--ct-font-family-kelson);
}
.cabecalhoCurso-content .infoCurso{
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:.5em;
}
.cabecalhoCurso-content .infoCurso li{
    /*font-weight:300;*/
}
.cabecalhoCurso-content .infoCurso li:not(:last-child):after{
    content:'|';
    margin-left:.5em;
}

@media (min-width:900px){
    .cabecalhoCurso {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .cabecalhoCurso-content .nomeCurso {
        font-size: 5rem;
        margin-bottom: .3em;
        line-height: 1em;
    }
    .cabecalhoCurso-content .infoCurso {
        flex-direction:row;
        gap: .5em;
    }
}

/* VALOR DO CURSO E FORMAS DE INGRESSO */
.secValorFormaIngresso{
    background-image: var(--ct-bg-image-destaqueVermelho);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;    
    padding:2em 0;
    color:#fff;
    margin-bottom:3em;
}
.secValorFormaIngresso .limite{
    display:flex;
    justify-content:center;
}
.secValorFormaIngresso-content{
    width:100%;
    display:grid;
    grid-template-columns:repeat(1, 1fr);
    gap:2em;
}
.secValorFormaIngresso-content .item{
    /*background-color:blue;*/
}
.secValorFormaIngresso-content .item:not(:last-child){            
    border-right:none;
    border-bottom:solid 1px #fff;
    padding-bottom:2em;
    padding-right:0;
}
.secValorFormaIngresso-content .boxValor{
    text-align:center;
}
.secValorFormaIngresso-content .boxValor .destaqueBolsa{
    padding:1em;
    border-radius:1em;
    background-color:var(--ct-color-verde);
    text-align:center;    
    font-size:1.2rem;
    font-weight:600;
    margin-bottom:1em;    
}
.secValorFormaIngresso-content .boxValor .destaqueBolsa .porcentagem{
    display:block;
    font-size:7rem;
    font-weight:bold;
    font-family: var(--ct-font-family-kelson);
    margin:.05em 0;
}
.secValorFormaIngresso-content .boxValor .destaqueBolsa .fontmaior{
    font-size:220%;
}
.secValorFormaIngresso-content .boxFormaIngresso .titulo-formaingresso{
    font-size:1.3rem;
    margin-bottom:1em;
}
.secValorFormaIngresso-content .boxFormaIngresso .titulo-formaingresso small{
    font-weight:300;
    margin-bottom:.3em;
    display:block;
}
.secValorFormaIngresso-content .boxFormaIngresso .titulo-formaingresso .destaque{
    font-family: var(--ct-font-family-kelson);
    font-weight:bold;
    display:block;
    font-size:150%;
}
.listaBtnsIngresso{
    margin-top:2em;
    display:flex;
    flex-wrap:wrap;
    gap:.5em;
}

.btn {
    --ct-btn-fontsize: 1rem;
    --ct-btn-color: #000;
    --ct-btn-bgcolor: #ccc;
    display: inline-block;
    text-decoration: none;
    font-size: var(--ct-btn-fontsize);
    background-color:var(--ct-btn-bgcolor);
    padding:.8em 1.5em;
    border-radius:50px;
    color:var(--ct-btn-color);
    transition:background-color .3s;
}
.btn.btn-icone{
    display:flex;
    align-items:center;
    gap:1em;
}
.btn.btn-icone .icone{
    width:30px;
    border-right:solid 1px #fff;
    padding-right:.5em;
}
.btn.btn-matricula{
    --ct-btn-fontsize: 1rem;
    --ct-btn-color: #fff;
    --ct-btn-bgcolor: var(--ct-color-verde);
}
.btn.btn-matricula:hover{
    --ct-btn-bgcolor: #5CAD28;
}
.btn.btn-interesse{
    --ct-btn-fontsize: 1rem;
    --ct-btn-color: #fff;
    --ct-btn-bgcolor: #ff6a00;
}
.btn.btn-interesse:hover {
    --ct-btn-bgcolor: #a84412;
}
@media (min-width:900px){
    .secValorFormaIngresso-content .item:not(:last-child) {
        border-right: solid 1px #fff;
        padding-right: 3em;
        border-bottom: none;
        padding-bottom: 0;
    }
    .secValorFormaIngresso-content {
        width: 800px;
        grid-template-columns: repeat(2, 1fr);
        gap: 3em;
    }
}


/* Sobre o curso */
.secSobreOCurso{
    margin-bottom:4em;
}
.secSobreOCurso .tituloSobre {
    text-align: center;
    margin-bottom: .5em;
    font-size: 2.6rem;
    color: var(--ct-color-verde);
    font-weight: bold;
    font-family: var(--ct-font-family-kelson);
}
.secSobreOCurso .boxlkQueroSaberMais{
    margin-bottom:2em;
    display:flex;
    justify-content:center;
}
.secSobreOCurso .lkQueroSaberMais {
    display: inline-block;
    text-decoration:none;
    font-family:var(--ct-font-family-kelson);
    background-color:#B0191C;
    color:#fff;
    padding:.8em 2em;
    border-radius:50px;
    transition:background-color .3s;
}
.secSobreOCurso .lkQueroSaberMais:hover{
    background-color:#8E171D;
}
.secSobreOCurso p {
    margin-bottom: 1em;
    text-align: center;
}
.secSobreOCurso .secSobreOCurso-texto:not(:last-child){
    margin-bottom:2em;
}
.secSobreOCurso .secSobreOCurso-texto .subtituloSobre {
    font-weight: bold;
    text-align: center;
    margin-bottom: .5em;
    font-size: 1.5rem;
    font-family: var(--ct-font-family-kelson);
    color: #706F6F;
}

/* GALERIA DE FOTOS */
.secEstrutura-fotos-foto{
    cursor:pointer;
    transition:filter .3s;
}
.secEstrutura-fotos-foto .fotoEstrutura {
    display: block;
    padding: 1px;
}
.secEstrutura-fotos-foto:hover{
    filter:brightness(.8);
}
.secEstrutura-fotos .owl-nav{
    position:absolute;
    top:50%;
    margin-top:-25px;
    width:100%;
    color:#fff;    
}
.secEstrutura-fotos .owl-nav .owl-prev,
.secEstrutura-fotos .owl-nav .owl-next{
    position:absolute;
    font-size:46px !important;
    border-radius:0;
    background-color:transparent;
    padding:0;
    margin:0;
}
.secEstrutura-fotos .owl-nav .owl-prev:hover,
.secEstrutura-fotos .owl-nav .owl-next:hover{
    background-color:transparent;
}
.secEstrutura-fotos .owl-nav .iconeNav{
    background-color:rgba(34,34,34,.6);
    border-radius:100%;
    padding: 10px 21px;
}
.secEstrutura-fotos .owl-nav .iconeNav .icon:before{
    margin-left:0 !important;
    margin-right:0 !important;
    width:unset;
}
.secEstrutura-fotos .owl-nav .owl-prev{    
    left:15px;
}
.secEstrutura-fotos .owl-nav .owl-next{
    right:15px;
}


/* COORDENADOR */
.secCoordenador{
    background-image: var(--ct-bg-image-coordenador);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    padding:3em 0;
}
.secCoordenador-content{
    display:flex;
    justify-content:center;
    flex-direction:column;
    gap:5em;
}
.secCoordenador-content .item:not(:last-child){
    border-right: none;
    padding-right:0;
    border-bottom:solid 1px #706F6F;
    padding-bottom:5em;
}
.secCoordenador-content-coordenador {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    text-align: center;    
}
.secCoordenador-content-coordenador .coordenador-foto{
    width:200px;
}
.secCoordenador-content-coordenador .coordenador-dados{    
    display:flex;
    flex-direction:column;
    align-items:center;    
    gap:.5em;
    line-height:1.4em;
    font-size:.9rem;
}
.secCoordenador-content-coordenador .coordenador-dados .nome{
    font-family: var(--ct-font-family-kelson);
    color: var(--ct-color-verde);
    font-weight:bold;
    font-size:1.5rem;
    line-height:1.2em;
}
.secCoordenador-content-coordenador .btnOpenFormContatoCoordenador{
    background-color: var(--ct-color-verde);    
    color:#fff;
    border:none;
    border-radius:50px;
    padding:.5em 1em;
    font-family: var(--ct-font-family-kelson);
    font-size:1rem;
    transition:background-color .3s;
    cursor:pointer;
}
.secCoordenador-content-coordenador .btnOpenFormContatoCoordenador:hover{
    background-color:#5CAD28;
}
.secCoordenador-content-video{
    width:100%;
}
.secCoordenador-content-video .titulo-video{
    font-family: var(--ct-font-family-kelson);
    color:var(--ct-color-verde);
    font-weight:bold;
    font-size:1.5rem;
    margin-bottom:1em;
}
.secCoordenador-content-video .btnVideoSobreCurso{
    position:relative;
    padding:0;
    border:none;
    background-color:transparent;
    cursor:pointer;
    border-radius:.3em;
    overflow:hidden;
}
.secCoordenador-content-video .btnVideoSobreCurso .mascara{
    position:absolute;
    top:0;
    bottom:0;
    width:100%;
    background-color:rgba(0,0,0,.3);
    display:flex;
    align-items:center;
    justify-content:center;
}
.secCoordenador-content-video .btnVideoSobreCurso .mascara .icone{
    color:#B0191C;
    font-size:6rem;
}
.secCoordenador-content-video .btnVideoSobreCurso img {
    display:block;
    border-radius:.3em;
    transition: filter .3s;
}
.secCoordenador-content-video .btnVideoSobreCurso:hover img{
    filter:brightness(.6);
}

@media(min-width:900px){
    .secCoordenador-content {
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 5em;
    }
    .secCoordenador-content .item:not(:last-child){
        border-right: solid 1px #706F6F;
        padding-right:5em;

        border-bottom:none;
        padding-bottom:0;
    }
    .secCoordenador-content-coordenador {
        width: 380px;
    }
    .secCoordenador-content-video {
        width: 500px;
    }
}

/* DEPOIMENTOS */
.secDepoimentos {
    background-image: var(--ct-bg-image-depoimentos);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 3em 0;
    color:#fff;
}
.secDepoimentos-container{
    position:relative;
    padding:0 1em;
}
.secDepoimentos .secDepoimentos-content {
    /*display:flex;
    gap:2em;*/
}
.secDepoimentos .secDepoimentos-content .item .depoimento{
    display:flex;
    gap:1em;
    justify-content:space-between;    
    margin-bottom:2em;
}
.secDepoimentos .secDepoimentos-content .item .depoimento .texto{
    text-align:center;
    line-height:1.4em;
}
.secDepoimentos .secDepoimentos-content .item .autor{
    text-align:center;
    color:#FFC100;
    font-family: var(--ct-font-family-kelson);
    font-weight:bold;
    font-size:1rem;
    text-transform:uppercase;
}
.secDepoimentos .secDepoimentos-content .item .depoimento .icone{
    display:block;
    width:40px;
    height:40px;
    flex-shrink:0;
    background-image: var(--ct-bg-image-aspas);
    background-repeat:no-repeat;
    background-size:contain;
}
.secDepoimentos .secDepoimentos-content .item .depoimento .icone.fecha-aspas{
    align-self:end;
    transform:rotate(180deg);
}
.secDepoimentos-container .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    color: #fff;
}
.secDepoimentos-container .owl-nav .owl-prev,
.secDepoimentos-container .owl-nav .owl-next {
    --ct-depoimento-arrow-position: -1em;

    position: absolute;
    font-size: 2rem !important;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    transition:transform .3s;
}
.secDepoimentos-container .owl-nav .owl-prev{    
    left:var(--ct-depoimento-arrow-position);
}
.secDepoimentos-container .owl-nav .owl-next{
    right:var(--ct-depoimento-arrow-position);
}
.secDepoimentos-container .owl-nav .owl-prev:not(.disabled):hover,
.secDepoimentos-container .owl-nav .owl-next:not(.disabled):hover {
    transform:scale(1.5);
}

@media (min-height:900px){
    .secDepoimentos-container {
        padding: 0 5em;
    }
    .secDepoimentos-container .owl-nav .owl-prev,
    .secDepoimentos-container .owl-nav .owl-next {
        --ct-depoimento-arrow-position: -2.8em;
    }
}

/* Sobre a Unoeste */
.secSobreUnoeste{
    background-color:#F1F1F1;
    padding:4em 0;
}
.secSobreUnoeste-container{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:2em;
}
.secSobreUnoeste-container .item{
    text-align:center;
    display:flex;
    flex-direction:column;
    gap:1em;
}
.secSobreUnoeste-container .item .icone{
    height:60px;
}
.secSobreUnoeste-container .item .icone img{
    height:100%;
}
.secSobreUnoeste-container .item .titulo{
    font-size:1rem;
    line-height:1.4em;
}
.secSobreUnoeste-container .item .titulo .destaque{
    font-size:1.5rem;
    font-weight:bold;
    line-height:1em;
}

@media (min-width:900px){
    .secSobreUnoeste-container {
        grid-template-columns: repeat(4, 1fr);
    }
    .secSobreUnoeste-container .item .icone{
        height:80px;
    }
    .secSobreUnoeste-container .item .titulo{
        font-size:1.2rem;
        line-height:1.4em;
    }
    .secSobreUnoeste-container .item .titulo .destaque{
        font-size:1.8rem;
        font-weight:bold;
        line-height:1em;
    }
}

/* Links sobre o curso */
.secLinksSobreCurso{
    padding:3em 0;
}
.secLinksSobreCurso .listaLinks{
    display:flex;
    justify-content:center;
    flex-direction:column;
    gap:.5em;
}
.secLinksSobreCurso .listaLinks li{
    padding:0;
    margin:0;
}
.secLinksSobreCurso .listaLinks .link{
    display:inline-block;
    margin:0;
    padding:1em 2em;
    text-decoration:none;
    color:var(--ct-color-verde);
    font-weight:bold;
    border:solid 2px var(--ct-color-verde);
    background-color:#fff;
    transition: background-color .3s, color .3s;
    text-align:center;
    line-height:1.4em;
}
.secLinksSobreCurso .listaLinks .link:hover{
    color:#fff;
    background-color: var(--ct-color-verde);
}

@media (min-width:900px){
    .secLinksSobreCurso .listaLinks {
        flex-direction: row;
        gap: 2em;
    }
}

/* MAIS INFORMAÇÕES */
.secmaisInformacoes{
    
}
.secmaisInformacoes .titulo{
    text-align:center;
    font-weight:bold;
    font-size:2.3rem;
    margin:0 0 1em;
    padding:0;
}
.secmaisInformacoes .listaMaisInformações{
    display:grid;
    grid-template-columns:repeat(1, 1fr);
}
.secmaisInformacoes .listaMaisInformações a{
    display:block;
    padding:1em;
    background-color:#f5f5f5;
    border:solid 1px #fff;    
    text-decoration:none;
    border-radius:.3em;
    transition:background-color .3s;
    border-bottom:solid 1px #ccc;
}
.secmaisInformacoes .listaMaisInformações a:hover{
    background-color:#d0d0d0;
}

@media (min-width:900px) {
    .secmaisInformacoes .listaMaisInformações {
        grid-template-columns: repeat(3, 1fr);
    }
    .secmaisInformacoes .listaMaisInformações a{
        padding:.5em 1em;
        border:solid 1px #fff;
        border-bottom:solid 1px #fff;
    }
}


.boxRedesSociaisCursostecnicos{
    display:none;
}
.boxRedesSociaisCursostecnicos .listRedesSociais{
    display:flex;
    gap:1.2em;
    justify-content:center;
    align-items:center;
}
.boxRedesSociaisCursostecnicos .listRedesSociais li a{
    display:inline-block;
    font-size:1.6rem;
}

.contentFormLeadTransferencia .fancybox-content {
    padding: 30px;
    background-color: var(--ct-color-vermelho);
    background: var(--ct-bg-image-depoimentos);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}
.contentFormLeadTransferencia .fancybox-content .fancybox-close-small {
    color:#fff;
}
.boxFormTransferencia {
    display: none;
    max-width: 400px;
    color: #fff;
    
}
.boxFormTransferencia .titForm{
    background-color:#FF993E;
    padding:15px;
    text-align:center;
    font-size:1.4rem;
    line-height:1.2em;
    border-radius:10px;
    margin-bottom:20px;
}
.boxFormTransferencia .blocoForm .groupForm:not(:last-child){
    margin-bottom:15px;
}
.boxFormTransferencia .blocoForm .groupForm .rotulo{
    display:block;
    font-size:.8rem;
    margin-bottom:3px;
}
.boxFormTransferencia .blocoForm .groupForm .inpText{
    display:block;
    width:100%;
    height:40px;
    outline:none;
    border-radius:5px;
    border:none;
    padding:0 10px;
}
.boxFormTransferencia .btnEnviarLead{
    display:inline-block;
    outline:none;
    cursor:pointer;
    color:#fff;
    text-align:center;
    font-size:1rem;
    background-color:#FF993E;
    padding:10px 20px;
    border:none;
    border-radius:50px;
    transition:background-color .2s;
}
.boxFormTransferencia .btnEnviarLead:hover{
    background-color:#b55e00;
}