﻿:root {
    --uno-vest-color-verdeEscuro: #273025;
    --uno-vest-color-verdeClaro: #C2F2B7;
    --uno-vest-color-verde: #8EBF2A;
    --uno-vest-color-laranja: #EB5C2A;
    --bs-body-font-family: "Archivo", sans-serif;
    --bs-body-color: var(--uno-vest-color-verdeEscuro);
    --uno-vest-color-verdeUmPoucoMaisEscuro: #355831;
    --uno-vest-color-cinza: #626161;
    --uno-vest-color-verdepiscina: #317558;
    --uno-vest-color-verdecizento: #384F40;
    --uno-vest-color-verdeClaro: #B9CD6D;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-weight: 700;
}

    h1, .h1 , h2, .h2 {
        color: var(--uno-vest-color-cinza);
    }

.secPrograma40Mais h1, .secPrograma40Mais .h1, .secPrograma40Mais h2, .secPrograma40Mais .h2 {
    color: #fff;
}

.secDuvidas h1, .secDuvidas .h1, .secDuvidas h2, .secDuvidas .h2 {
    color: #fff;
}

/* Botoes */
.btn {
    --bs-btn-border-radius: .75rem;
}

.btn-busca-laranja {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--uno-vest-color-laranja);
    --bs-btn-border-color: var(--uno-vest-color-laranja);
    --bs-btn-hover-color: #FFF;
    --bs-btn-hover-bg: #811f04;
    --bs-btn-hover-border-color: #811f04;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--uno-vest-color-laranja);
    --bs-btn-active-border-color: var(--uno-vest-color-verde);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--uno-vest-color-verde);
    --bs-btn-disabled-border-color: var(--uno-vest-color-verde);
    font-weight: 900;
}

.btn-busca-verdepiscina {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--uno-vest-color-verdepiscina);

    --bs-btn-hover-color: #FFF;
    --bs-btn-hover-bg: #811f04;

    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--uno-vest-color-laranja);

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--uno-vest-color-verde);

    font-weight: 900;
}


.btn3-vest-success {
    --bs-btn-color: #000;
    --bs-btn-bg: var(--uno-vest-color-verdeClaro);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #5e7e1a;
    --bs-btn-hover-border-color: #5e7e1a;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--uno-vest-color-verde);
    --bs-btn-active-border-color: var(--uno-vest-color-verde);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--uno-vest-color-verde);
    font-weight: 700;
}



.btn2-vest-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--uno-vest-color-verdecizento);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #5e7e1a;
    --bs-btn-hover-border-color: #5e7e1a;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--uno-vest-color-verde);
    --bs-btn-active-border-color: var(--uno-vest-color-verde);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--uno-vest-color-verde);
    font-weight: 700;
}


.btn-vest-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--uno-vest-color-verdeUmPoucoMaisEscuro);
    --bs-btn-border-color: var(--uno-vest-color-verde);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #5e7e1a;
    --bs-btn-hover-border-color: #5e7e1a;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--uno-vest-color-verde);
    --bs-btn-active-border-color: var(--uno-vest-color-verde);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--uno-vest-color-verde);
    --bs-btn-disabled-border-color: var(--uno-vest-color-verde);
    font-weight: 700;
}

.btn-vest-outline-success {
    --bs-btn-color: var(--uno-vest-color-verdeClaro);
    --bs-btn-border-color: var(--uno-vest-color-verdeClaro);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--uno-vest-color-verdeClaro);
    --bs-btn-hover-border-color: var(--uno-vest-color-verdeClaro);
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--uno-vest-color-verdeClaro);
    --bs-btn-active-border-color: var(--uno-vest-color-verdeClaro);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--uno-vest-color-verdeClaro);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--uno-vest-color-verdeClaro);
    --bs-gradient: none;
}

.btn-vest-outline-dark {
    --bs-btn-color: var(--uno-vest-color-verdeEscuro);
    --bs-btn-border-color: var(--uno-vest-color-verdeEscuro);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--uno-vest-color-verdeEscuro);
    --bs-btn-hover-border-color: var(--uno-vest-color-verdeEscuro);
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--uno-vest-color-verdeEscuro);
    --bs-btn-active-border-color: var(--uno-vest-color-verdeEscuro);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--uno-vest-color-verdeEscuro);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--uno-vest-color-verdeEscuro);
    --bs-gradient: none;
    font-weight: 900;
}

.fundo-batimentos-cardio {
    position: absolute;
    width: 100%;
    bottom: -64px;
    display: flex;
    justify-content: center;
}

.fundo-batimentos-cardio__imagem {
    background-image: url('/Site/Vestibular/_content/2026/img/medicina/imagem-batimentos-cardio.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    max-width: 1000px;
    height: 133px;
}

/* Section Apresentação */
.video-background {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

    .bg-video.desktop {
        display: none;
    }

    .bg-video.mobile {
        display: block;
    }

.video-background-mascara {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
}

.imagem-background {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url('/site/Vestibular/_content/2026/img/topcursos/desktop.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1200px) {
    .imagem-background {
        background-position: -29rem center;
        min-height: 300px;
    }
}

@media(max-width: 1000px) {
    .imagem-background {
        background-position: -42rem center;
        min-height: 300px;
    }
}

.bg-imagem {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

    .bg-imagem.desktop {
        display: none;
    }

    .bg-imagem.mobile {
        display: block;
    }

.secApresentacao__menu_lista {
    position: absolute;
    top: .5em;
    right: 0;
    margin: 0;
    padding: 0 1em;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 1em;
    width: 100%;
    z-index: 99999;
}

    .secApresentacao__menu_lista a {
        font-size: .8rem;
        background-color: #fff;
        border: 0;
    }

    .secApresentacao__menu_lista a:hover {
        background-color: var(--uno-vest-color-verdeClaro);
        color: #fff;
    }

.secApresentacao .container-fluid {
    position: relative;
    z-index: 1;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media(max-width: 1220px){
    .secApresentacao .container-fluid {
        padding: 2rem 16rem;
    }
}

.secApresentacao__cabecalho {
    margin-bottom: 1rem;
}

.secApresentacao__cabecalho .titulo {
    margin-bottom: 0;
    color: #fff;
    font-weight: 900;
    font-size: 2.3rem;
    color: #fff;
}

.secApresentacao__cabecalho .tituloAcaoChamada {
    color: #fff;
}

.secApresentacao__vantagens {
    background-color: #11572a;
    color: #fff;
}

.secApresentacao__vantagens__lista {
    list-style: none;
    margin: 0;
    padding: 1em 0;
    /*display: flex;
    justify-content: center;
    gap: 5em;*/
}

    .secApresentacao__vantagens__lista li {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.3em;
    }

/*.secApresentacao__vantagens__lista li:not(:first-child) {
            display: none;
        }*/

.secApresentacao__selonotamaxima {
    display: none;
}

@media(min-width:769px) {
    .secApresentacao__cabecalho .titulo {
        font-size: 3rem;
    }

    .secApresentacao__menu_lista {
        justify-content: end;
        flex-direction: column;
        gap: .5em;
        width: unset;
    }

        .secApresentacao__menu_lista a {
            font-size: 1rem;
        }

    .secApresentacao__selonotamaxima {
        display: block;
        position: absolute;
        bottom: 1em;
        right: 1em;
        z-index: 99;
    }
}

@media(min-width:900px) {
    .bg-video.desktop {
        display: block;
    }

    .bg-video.mobile {
        display: none;
    }
}



/* Section de inscrição */
.secInscricao__mascaraFundo {
    position: relative;
    padding-top: 4em;
    padding-bottom: 4em;
}

.secInscricao__imagemFundo {
    position: absolute;
    width: 97px;
    height: 143px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

    .secInscricao__imagemFundo.fundoEsquerda {
        background-image: url('../img/topcursos/bg-esquerda-inscricao.png');
        background-position: top left;
        top: 0;
        left: 0;
    }

    .secInscricao__imagemFundo.fundoDireita {
        background-image: url('../img/topcursos/bg-direita-inscricao.png');
        background-position: bottom left;
        bottom: 0;
        right: 0;
    }

.secInscricao__campus_lista {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 1em;
}

    .secInscricao__campus_lista li {
        display: flex;
    }

.secInscricao__campus_lista {
    --bs-nav-link-color: var(--uno-vest-color-verdeEscuro);
    --bs-nav-link-hover-color: #fff;
    --bs-nav-link-hover-bg: var(--uno-vest-color-verdeEscuro);
    --bs-nav-link-border-color: var(--uno-vest-color-verdeEscuro);
    --bs-nav-pills-link-active-color: var(--uno-vest-color-verdeEscuro);
    --bs-nav-pills-link-active-bg: #fff;
    --bs-nav-pills-link-active-border-color: var(--uno-vest-color-verdeEscuro);
}

    .secInscricao__campus_lista .nav-link {
        border: solid 1px var(--bs-nav-link-border-color);
    }

        .secInscricao__campus_lista .nav-link:hover {
            background-color: var(--bs-nav-link-hover-bg);
        }

        .secInscricao__campus_lista .nav-link.active {
            font-weight: 900;
            color: #fff;
            border: solid 1px var(--bs-nav-pills-link-active-border-color);
            background-color: var(--uno-vest-color-verdeEscuro);
        }

.secInscricao__pss {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em;
    margin-top: 3em;
}

.secInscricao__ps_tc {
    width: 100%;
    border-radius: 2em;
}

    .secInscricao__ps_tc.psConcluido {
        background-color: #ebebeb;
    }

    .secInscricao__ps_tc .nomeTipoPS {
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 1em;
    }

    .secInscricao__ps_tc .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .secInscricao__ps_tc .listaInfoPs {
        font-weight: bold;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .secInscricao__ps_tc .listaInfoPs li {
            text-align: center;
        }

.secInscricao__edital {
    background-color: var(--uno-vest-color-verdepiscina);
    padding: 1.5em 0;
    color: #fff;
}

.secInscricao__pss__cursos {
    transition: all .3s;
}

.secInscricao__pss__cursos__listaCursos {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}


@media(min-width:900px) {
    .secInscricao__imagemFundo {
        width: 137px;
        height: 183px;
    }

    .secInscricao__pss {
        flex-direction: row;
    }

    .secInscricao__ps_tc {
        width: 380px;
    }

    .secInscricao__pss__cursos__listaCursos {
        grid-template-columns: repeat(3, 1fr);
    }

        .secInscricao__pss__cursos__listaCursos.uma_coluna {
            grid-template-columns: repeat(1, 1fr);
            text-align: center;
        }
}

/* Section Isso é Unoeste */
.secIssoEUnoeste__listaNumeros {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3em;
}

    .secIssoEUnoeste__listaNumeros li {
        text-align: center;
        width: 300px;
    }

        .secIssoEUnoeste__listaNumeros li .destaque {
            font-weight: 900;
            font-size: 1rem;
        }

            .secIssoEUnoeste__listaNumeros li .destaque .numeroDestaque {
                font-size: 2.5rem;
            }

@media(min-width:769px) {
    .secIssoEUnoeste__listaNumeros {
        align-items: flex-start;
        flex-direction: row;
    }
}

@media(min-width:1000px) {
    .secIssoEUnoeste__listaNumeros {
        flex-direction: row;
    }

        .secIssoEUnoeste__listaNumeros li .destaque {
            font-size: 1.2rem;
        }

            .secIssoEUnoeste__listaNumeros li .destaque .numeroDestaque {
                font-size: 3.5rem;
            }
}



/* Section Nossa Estrutura */
.secNossaEtrutura {
}

.secNossaEtrutura__galeriaFotosVideo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3em;
}

.secNossaEtrutura__galeriaFotosVideo_galeria {
    width: 100%;
    padding-left: 2.8em;
    padding-right: 2.8em;
    margin-bottom: 2em;
}

    .secNossaEtrutura__galeriaFotosVideo_galeria .carousel-indicators {
        margin-bottom: -2.5em;
    }

        .secNossaEtrutura__galeriaFotosVideo_galeria .carousel-indicators button {
            width: 15px;
            height: 15px;
            border-radius: 50px !important;
            overflow: hidden;
            border: 0;
        }

    .secNossaEtrutura__galeriaFotosVideo_galeria .carousel-control-prev {
        left: -3.5em;
    }

    .secNossaEtrutura__galeriaFotosVideo_galeria .carousel-control-next {
        right: -3.5em;
    }

.secNossaEtrutura__galeriaFotosVideo_galeria_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
}

    .secNossaEtrutura__galeriaFotosVideo_galeria_grid a img {
        border-radius: .5em;
        transition: filter .3s;
    }

    .secNossaEtrutura__galeriaFotosVideo_galeria_grid a:hover img {
        filter: brightness(50%);
    }

.secNossaEtrutura__galeriaFotosVideo_video {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .secNossaEtrutura__galeriaFotosVideo_video a {
        position: relative;
        overflow: hidden;
    }

        .secNossaEtrutura__galeriaFotosVideo_video a .icone {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 8rem;
            color: red;
            background-color: rgba(0,0,0,.6);
        }

            .secNossaEtrutura__galeriaFotosVideo_video a .icone i {
                transition: transform .3s;
            }

        .secNossaEtrutura__galeriaFotosVideo_video a:hover .icone i {
            transform: scale(1.5);
        }

@media(min-width:769px) {
    .secNossaEtrutura__galeriaFotosVideo {
        flex-direction: row;
    }

    .secNossaEtrutura .container {
        background-position: top right;
    }

    .secNossaEtrutura__galeriaFotosVideo_galeria {
        width: 400px;
        flex-shrink: 1;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

    .secNossaEtrutura__galeriaFotosVideo_video {
        width: 600px;
        flex-shrink: 1;
    }

        .secNossaEtrutura__galeriaFotosVideo_video a {
            height: 350px;
        }
}


/* Programa 40+ */
.secPrograma40Mais {
    background-color: #64AA7C;
    color: #fff;
    background-image: url('/Site/Vestibular/_content/2026/img/topcursos/bg-programaunoeste-40.png');
    background-position: center center;
}

.secPrograma40Mais__conteudo_texto strong {
    color: var(--uno-vest-color-verde);
}

.secPrograma40Mais__conteudo_imagem {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
}

    .secPrograma40Mais__conteudo_imagem img {
        width: 100%;
        border-radius: 1em;
    }

    .secPrograma40Mais__conteudo_imagem .linkVideo40Mais {
        position: relative;
        display: block;
    }

        .secPrograma40Mais__conteudo_imagem .linkVideo40Mais .icone {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            bottom: 0;
            background-color: rgba(0,0,0,.6);
            display: flex;
            align-items: center;
            justify-content: center;
            color: red;
            font-size: 5rem;
            transition: background .3s;
        }

        .secPrograma40Mais__conteudo_imagem .linkVideo40Mais:hover .icone {
            background-color: rgba(0,0,0,0);
        }

.secPrograma40Mais__conteudo_imagem_mascara {
    position: absolute;
    z-index: 1;
    background-image: url('/Site/Vestibular/_content/2026/img/topcursos/mascara-foto.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 46px;
    height: 46px;
}

    .secPrograma40Mais__conteudo_imagem_mascara.topRight {
        top: -1.4em;
        right: 0;
    }

    .secPrograma40Mais__conteudo_imagem_mascara.bottomLeft {
        bottom: -1em;
        left: 0;
    }

@media(min-width:900px) {
    .secPrograma40Mais__conteudo_imagem {
        padding: 0;
    }

        .secPrograma40Mais__conteudo_imagem img {
            width: unset;
        }

    .secPrograma40Mais__conteudo_imagem_mascara {
        width: 66px;
        height: 66px;
    }

        .secPrograma40Mais__conteudo_imagem_mascara.topRight {
            top: -3em;
            right: -2.5em;
        }

        .secPrograma40Mais__conteudo_imagem_mascara.bottomLeft {
            bottom: -1.2em;
            left: -1em;
        }
}


/* Section Sobre */
.secSobre .nav-link {
    cursor: pointer;
}

.secSobre .nav-pills {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2em;
}

.secSobre .nav {
    --bs-nav-link-color: #000;
    --bs-nav-link-hover-color: #000;
    --bs-nav-link-hover-bg: var(--uno-vest-color-verdeClaro);
    --bs-nav-link-border-color: var(--uno-vest-color-verdeClaro);
    --bs-nav-pills-link-active-color: var(--uno-vest-color-verdeEscuro);
    --bs-nav-pills-link-active-bg: #fff;
    --bs-nav-pills-link-active-border-color: var(--uno-vest-color-verdeEscuro);
}

.secSobre .nav-link {
    border: solid 1px var(--bs-nav-link-border-color);
}

    .secSobre .nav-link:hover {
        background-color: var(--bs-nav-link-hover-bg);
    }

    .secSobre .nav-link.active {
        font-weight: 900;
        border: solid 1px var(--bs-nav-pills-link-active-border-color);
        background-color: #fff;
    }

.secSobre__conteudo {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.secSobre__conteudo_imagem {
    flex-shrink: 0;
    text-align: center;
}

@media(min-width:900px) {
    .secSobre .nav-pills {
        flex-direction: row;
    }

    .secSobre__conteudo {
        flex-direction: row;
    }
}

/* Section depoimentos */
.secDepoimentos {
    background-color: #b9cd6d;
}

.secDepoimentos__lista {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .secDepoimentos__lista li {
        padding: .5em;
    }

.secDepoimentos__depoimento {
    background-color: #fff;
    padding: 1em;
    border-radius: 1em;
    width: 260px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
}

    .secDepoimentos__depoimento .cabecalho {
        font-family: "Barlow Semi Condensed", sans-serif;
        font-weight: 600;
        font-style: normal;
        display: flex;
        gap: 1em;
        align-items: center;
        margin-bottom: 1em;
    }

        .secDepoimentos__depoimento .cabecalho .fotoAluno {
            border-radius: 100px;
            width: 72px;
        }

        .secDepoimentos__depoimento .cabecalho .depoimento-name {
            font-size: 1.3rem;
            color: #000;
            font-weight: 600;
        }

        .secDepoimentos__depoimento .cabecalho p {
            margin: 0;
            padding: 0;
        }

@media (min-width:400px) {
    .secDepoimentos__depoimento {
        width: 200px;
    }
}

.secDepoimentos__containerLista {
    --uno-navarrows-position: -1.5em;
    position: relative;
}
    /* .secDepoimentos__containerLista .owl-nav{
    position: absolute;
    width: 100%;
    top: 0;
} */
    .secDepoimentos__containerLista .owl-prev,
    .secDepoimentos__containerLista .owl-next {
        position: absolute;
        top: 43%;
        font-size: 2rem !important;
        width: unset !important;
        height: unset !important;
        margin: 0 !important;
    }

        .secDepoimentos__containerLista .owl-prev.disabled,
        .secDepoimentos__containerLista .owl-next.disabled {
            display: none !important;
        }

    .secDepoimentos__containerLista .owl-prev {
        left: var(--uno-navarrows-position);
        display: flex;
    }

    .secDepoimentos__containerLista .owl-next {
        right: var(--uno-navarrows-position);
        display: flex;
    }

@media (min-width:900px) {
    .secDepoimentos__depoimento {
        width: 340px;
    }
}


/* Section duvidas */
.secDuvidas {
    background-color: #317558;
    color: #fff;
    position: relative;
}

.secDuvidas__imagemFundo {
    position: absolute;
    width: 97px;
    height: 143px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

    .secDuvidas__imagemFundo.fundoEsquerda {
        background-image: url('../img/topcursos/bg-esquerda-duvidas.png');
        background-position: top left;
        top: 0;
        left: 0;
    }

    .secDuvidas__imagemFundo.fundoDireita {
        background-image: url('../img/topcursos/bg-direita-duvidas.png');
        background-position: bottom left;
        bottom: 0;
        right: 0;
    }

.secDuvidas__container {
    display: flex;
    flex-direction: column;
    gap: 4em;
    align-items: center;
}

.secDuvidas__duvidas {
    width: 100%;
}

.secDuvidas__duvidas_lista {
    list-style: none;
    margin: 0;
    padding: 0;
}

.duvida-pergunta {
    font-size: 1rem;
    border: 1px solid var(--uno-vest-color-verde);
    border-radius: 2em;
    display: flex;
    gap: 1em;
    justify-content: space-between;
    align-items: center;
}

    .duvida-pergunta .texto {
        padding: 1em;
    }

    .duvida-pergunta .icone {
        padding: .3em;
        font-size: 2rem;
    }

.iconeAnimacaoRodando {
    animation: animaRotacao .1s;
}

@keyframes animaRotacao {
    to {
        transform: rotate(90deg);
    }
}

.duvida-resposta {
    display: none;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}

.duvida-pergunta[aria-expanded="true"] + .duvida-resposta {
    display: block;
}

.secDuvidas__aninha {
    flex-shrink: 0;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: end;
    color: #fff;
    align-items: center;
}

    .secDuvidas__aninha img {
        width: 90%;
        max-width: 400px;
    }

    .secDuvidas__aninha a {
        color: #fff;
        text-decoration: none;
        text-align: center;
    }

    .secDuvidas__aninha h2, .secDuvidas__aninha p {
        text-align: center;
    }

@media(min-width:900px) {
    .secDuvidas__imagemFundo {
        width: 137px;
        height: 183px;
    }

    .secDuvidas__container {
        flex-direction: row;
        align-items: normal;
    }
}


/* Rodape site */
.rodapeSite {
    background-color: #03752F;
    color: #fff;
}

.rodapeSite__conteudo {
    display: flex;
    flex-direction: column;
    gap: 2em;
    justify-content: space-between;
    align-items: center;
}

.rodapeSite__conteudo_emec {
    display: flex;
    align-items: center;
    gap: 1em;
    width: 250px;
    flex-shrink: 1;
    font-size: .8rem;
}

    .rodapeSite__conteudo_emec .imgQrCodeEmec {
        width: 80px;
        border-radius: .3em;
    }

.rodapeSite__conteudo_redesSociais .listaRedesSociais {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1em;
    font-size: 1.2rem;
}

@media(min-width:900px) {
    .rodapeSite__conteudo {
        flex-direction: row;
    }
}


.lkFlutuanteWhatsApp {
    position: fixed;
    bottom: 2em;
    right: 2em;
    z-index: 2;
}
