@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

@font-face {
    font-family: 'Prelo Book';
    src: url(../fonts/Prelo-Book.ttf) format('truetype');
}

body,
header,
footer {
    font-family: 'Prelo Book', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}

/* header .img-fluid {
    min-width: 100% !important;
    height: 380px !important;
} */

/*Botão*/
.row.botao {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 65px;
}

#botaoConhecer {
    background-color: #00A6A6;
    font-size: 18px;
    color: white;
    padding: 8px 32px;
    min-width: 160px;
    /*margin-bottom: 50px !important;*/

    & .chevronUp {
        font-size: 16px;
    }

    & .collapsed {
        margin-bottom: 0px !important;
    }
}

#botaoComecar {
    background-color: #0545A6;
    color: white;
    padding: 8px;
    min-width: 120px;
}

.botaoExtras {
    background-color: white;
    color: #00A6A6 !important;
    border: rgba(5, 69, 166, .05) solid;
    padding: 8px;
    min-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 65px 30px 0px 30px;
}

#botaoAvancar {
    background-color: #8242A5;
    /* border-radius: 25px; */
    color: white;
    width: 260px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0px 0px 15px;
}

#botaoAvancar.desabilitado {
    background-color: #E4E4E4 !important;
    cursor: not-allowed;
}

#botaoVoltar {
    background-color: white;
    /* border-radius: 25px; */
    border: 1px solid #8242A5;
    color: #8242A5;
    width: 260px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 15px 0px 0px;
}

.botoesEncerramento {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 65px;
}

.botaoAvaliacao {
    background-color: #8242A5;
}

.botaoMatricula {
    background-color: #00A6A6;
}

.botaoAvaliacao,
.botaoMatricula {
    width: 180px;
    height: 44px;
    color: white;
    cursor: pointer;
    border: 0;
}

.instrucaoBtn {
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0px;
    text-align: center;
}

/* Estilização da barra de rolagem */
::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

::-webkit-scrollbar {
    width: 8px;
    background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
    background: darkgrey;
}

/*Conteúdo*/
.conteudo {
    padding: 0% 12% 0% 10% !important;
    margin: 0% !important;
}

.row {
    margin: 0px !important;
}

.row #row-main {
    z-index: 1;
}

.col-md-2 {
    transition: all 0s;
    padding-left: 0px !important;
    position: relative;
}

.col-md-10 {
    padding: 0px !important;
    max-width: 100%;
}

.col-md-12 {
    padding: 0% !important;
    margin-left: auto;
}

.blocoTexto {
    background-color: #8242A5;
    color: white;
}

.textoDestacado {
    color: #8242A5;
    font-weight: 900;
}

.textoSlider {
    color: #00A6A6;
    font-weight: 900;
}

.blocoTexto,
.textoDestacado {
    margin: 40px 0px !important;
    padding: 12px 18px !important;
    font-weight: bold;

    & h3 {
        margin: 18px 0 12px 0;
    }

    & hr {
        margin: 0 0 20px 0;
        border: 1px solid #8242A5;
    }
}

.blocoTexto li {
    list-style: none;
}

.blocoTexto li p {
    margin-bottom: 30px;
    /*max-width: 90ch;*/
    margin-left: 0px !important;
}

.voceSabia {
    margin-left: 10% !important;
    background-color: #9A7265;

    .col-md-2 {
        background-color: #6F4F45;
    }

    .col-md-10 hr {
        border: 1px solid white;
    }
}

.curiosidade {
    margin-left: 10% !important;
    background-color: #88A899;

    .col-md-2 {
        background-color: #2F6C48;
    }

    .col-md-10 hr {
        margin-left: 40px !important;
        border: 1px solid #FFFFFF;
        margin-top: -1rem;
    }
}

.saibaMais {
    background-color: #0545A6;
    margin-left: 0px !important;
    font-weight: bold;

    .video {
        margin-left: 40px !important;
    }

    @media (max-width: 780px) {
        .col-md-2 {
            justify-content: start;
        }
    }
}

.pergunte {
    background-color: #FF004C;
    margin-left: 0px !important;
    text-transform: uppercase;

    .video {
        margin-left: 40px !important;
    }

    .col-md-8 {
        display: flex;
        align-items: center;
    }

    @media (max-width: 780px) {
        .col-md-2 {
            justify-content: start;
        }
    }
}

.alerta {
    background-color: #FF004C;
    margin-left: 0px !important;
    max-width: 580px;
    min-width: 580px;
    border-radius: 12.5px;

    .col-md-8 {
        display: flex;
        align-items: center;
    }

    @media (max-width: 780px) {
        .col-md-2 {
            justify-content: start;
        }
    }
}

.materialComplementar {
    border: 2px solid #00A6A6;
    margin-bottom: 30px;
    padding: 12px 22px;

    a {
        text-decoration: underline;
        color: black;
    }
}

.row.alerta {
    margin-top: 0px !important;
}

.alerta,
.saibaMais,
.pergunte {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
    padding: 24px 12px;
    color: white;

    .col-md-2 {
        padding: 0 !important;
        border-right: white solid 1px;
    }

    .col-md-2 img {
        padding: 16%;
    }

    .col-md-10 {
        padding-right: 12% !important;
    }

    .col-md-10 p {
        margin-top: 10px !important;
        margin-left: 40px;
    }

    .col-md-10 h3 {
        margin-top: 30px !important;
        margin-left: 40px;
    }

    @media (max-width: 780px) {
        .col-md-2 {
            border-right: none;
        }

        .col-md-2 img {
            padding: 6% !important;
        }

    }

    & h3 {
        margin: 0 0 20px 0 !important;
    }

    & p {
        margin: 0;
    }

    & a {
        color: white;
        text-decoration: underline;
    }
}

/* Formatação de Fontes*/
h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
    /*max-width: 58ch*/
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
}

a {
    word-wrap: break-word;
}

p {
    margin-bottom: 30px;
}

.listaTexto {
    margin-bottom: 0 !important;
}

p.indice {
    margin-bottom: -35px;
    margin-top: 50px;
    color: #00A6A6;
    font-weight: bold;
}

p.tituloLista {
    margin: 0px;
    font-weight: bold;
}

.iconeMenu .card-title {
    margin-top: 0px !important;
    font-size: max(15px, 1.3vw);
}

.video,
.imagem {
    margin: 40px 0 !important;

    .col-lg-8,
    .col-lg-4,
    .col-md-6 {
        padding: 15px !important;
    }
}

.imagem .lista-imagem {
    padding: 0 !important;
    margin-top: 40px;
}

.imagem-mapeada {
    max-width: 100%;
}

/* Conteúdo em Abas */
.nav-tabs a {
    font-weight: bold;
    min-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link {
    padding: 0.25rem 0.50rem;
}

.nav-link.active {
    background-color: #2F6C48 !important;
    border-color: #2F6C48 !important;
    color: white !important;
    font-weight: bold;
}

.nav-tabs .nav-link {
    border: 1px solid #2F6C48;
    border-radius: 0;
    cursor: pointer;
}

@media (max-width: 980px) {
    #sidebar {
        width: 50% !important;
    }

    footer img {
        padding: 1% 2% 1% 2%;
        max-width: 100% !important;
    }

    .logo {
        max-width: 35%;
    }
}

/* Smartphone */
@media (max-width: 480px) {
    .blocoTexto {
        padding: 30px 30px 10px 30px !important;
    }

    ul {
        padding-left: 0px !important;
    }
}

@media (max-width: 780px) {

    #botaoAvancar,
    #botaoVoltar {
        margin: 50px 30px 0px 30px;
    }

    .row.botao,
    .botoesEncerramento {
        padding-bottom: 50px;
    }

    ul {
        padding-left: 0px !important;
    }
}


/* Centralizador */
.centro {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Listas e Ícones */
ul li {
    list-style: none;
}

ol li::marker {
    color: #00A6A6;
    font-weight: 800;
    font-size: 16px;
}

.icon {
    display: flex;
    vertical-align: text-top;
}

.icon.arrow::before {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 900;
    margin-right: 15px;
    color: #00A6A6;
}

.icon.checkmark::before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-weight: 900;
    margin-right: 15px;
}

.icon.circle::before {
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    font-weight: 900;
    margin-right: 15px;
    margin-top: 8px;
    font-size: 5px;
}

.icon.circle-color::before {
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    font-weight: 900;
    margin-right: 15px;
    margin-top: 8px;
    font-size: 5px;
    color: #00A6A6;
}

.circle-color p {
    margin: 0 !important;
}

.fa-home,
.fa-file-alt,
.fa-list {
    margin-right: 6px;
}

.fa-chevron-left,
.fa-chevron-right {
    font-size: 10px;
    padding: 5px;
}

.caretDown,
.caretUp {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    margin-top: 6px;
    margin-left: 6px;
}

.chevronUp {
    font-family: "Font Awesome 5 Free";
    float: right;
    margin: 6px 6px 0 6px;
}

#botaoConhecer.collapsed i::before {
    content: "\f078";
}



/* Tooltip */

.tooltip-inner {
    background-color: white;
    color: black;
    text-align: left;
    border: 1px solid black;
}

.tooltip .arrow:before {
    border-top-color: black !important;
}

area {
    cursor: pointer;
}


/* MENU SUPERIOR */
.logo {
    margin: 1% 0% 1% 5%;
    max-width: 30%;
}

.navbar {
    background-color: #2F6C48;
}

.navbar-nav {
    margin-right: 5%;
}

.navbar-nav li {
    margin-right: 40px;
    margin-left: 20px;
}

.navbar-nav li a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline !important;
}

/* Icone Mobile */
#navbarNavDropdown {
    justify-content: end;
}

/*Rodapé*/
footer {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 6px;
}

.fixaRodape {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.fixaMenuLateral {
    height: 100%;
    ;
    position: fixed;
    top: 0;
}

footer img {
    padding: 1% 0% 1% 0%;
    margin: auto;
    max-width: 100% !important;
}

#teste {
    margin: 0px !important;
}

.logo {
    max-width: 35%;
}

footer img {
    padding: 1% 1.5% 1% 1.5%;
    max-width: 100% !important;
}

/*Page Home*/
.homePage {
    height: 100vh;
    min-height: 920px;
    max-width: 100vw;
}



.fundoCapa {
    background-color: #8242A5;
    justify-content: center;
    width: auto !important;
    padding-bottom: 50px !important;

    & h1 {
        margin-top: 0 !important;
        padding-top: 50px;
    }
}

.fundoCapa img {
    padding: 1.5% 0;
    width: 30% !important;
}

.fundoNavega {
    background-color: #00A6A6;
    justify-content: center;
    width: auto !important;
}

.conteudoHome {
    padding: 0px 18%;
}

@media screen and (max-width: 580px) {
    .fundoCapa img {
        width: 50% !important;
    }
}

.fundoTexto {
    background-color: rgba(5, 69, 166, .05);
    padding-bottom: 50px !important;

    & h1 {
        margin-top: 0 !important;
        padding-top: 50px;
        color: #0545A6;
    }
}

.col-sm-3 p.centro {
    margin-top: 15px;
    text-align: center;
}

/* Accordions */
.card {
    border: 0px;
    position: relative;
}

.card-header {
    border-width: 1px;
    border-color: #3D3D3D;
    background-color: rgba(5, 69, 166, .08);
}

.card-header a {
    cursor: pointer;
}

.card-header p {
    color: #3D3D3D;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.accordion {
    background-color: rgba(5, 69, 166, .08);
    padding: 1rem 3rem;
    margin-bottom: 30px;
}

.accordion .card-body {
    background-color: rgba(5, 69, 166, .08);
}

.card-body ul li {
    list-style: none;
}

.card-body p {
    margin-bottom: 0 !important;
}

.accordionMenu .collapsed i::before,
.accordion .collapsed i::before {
    content: "\f0d7";
}

/*Carousel*/
.carousel-item {
    text-align: left;
}


@media (max-width: 480px) {
    .sliderCard {
        height: 330px;
        width: 180px;
        margin: 32px 52px;
    }

    .carousel {
        height: 145px !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        height: 32px !important;
        width: 32px !important;
    }
}

.carousel {
    height: 110px;
    margin-top: 15px;
    margin-bottom: 45px;

    & p {
        font-size: 16px;
        font-weight: bold;
    }
}

.carousel-indicators {
    bottom: -8px !important;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 25px;
    border: 1px solid #707070;
    list-style: none;
}

.carousel-indicators .active {
    background-color: #00A6A6;
}

.carousel-control-next-icon {
    background-image: url('../../assets/images/icones/next.png');
}

.carousel-control-prev-icon {
    background-image: url('../../assets/images/icones/prev.png');
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 42px;
    width: 42px;
    outline: #2F6C48;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-color: #2F6C48;
    position: absolute;
    cursor: pointer;
    margin: -32px;
}


/* MENU LATERAL */
#sidebar, #content {
    transition: 0.3s;
}

nav#menuLateral {
    background-color: #00A6A6;
    color: white;
    padding-top: 32px;
    padding-left: 8px;
    width: 16.667%;
    height: 100vh;
    position: fixed;
    z-index: 2;
    overflow: auto;
    display: block;

    &::-webkit-scrollbar {
        width: 4px;
        background: #F4F4F4;
    }
}

.listaMenu {
    padding: 0;
    margin: 0;
    padding-bottom: 150px;
}

.iconeMenu::before {
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    font-weight: 900;
    font-size: 4px !important;
    height: 4px;
    width: 4px;
    position: absolute;
    margin-left: 26px;
    margin-top: 8px;
}

.listaMenu a {
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    padding-left: 2.2rem;
}

.listaMenu .subItem {
    padding-top: 0 !important;
}

.introducao {
    padding-top: 0px !important;
}

span.tituloLista {
    margin: 0px;
    font-weight: bold;
    padding: 22px 0 22px 12px;
    cursor: pointer;
}

a.tituloLista {
    padding-top: 22px;
    margin: 0px;
    font-weight: bold;
    padding-left: 12px;
}

a.tituloItem,
span.tituloItem {
    font-weight: bold;
    padding-left: 20px;
}

span.tituloItem {
    margin: -4px 0 0 0;
}

a.tituloItem {
    margin: -14px 0 0 0;
}

/* Stepper */
.barraStepper {
    background-color: white;
    width: 2px;
    margin-left: 14px;
}

.item {
    background-color: #FFF;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    margin-left: -6px;
}

.item.active,
.barraStepper.active {
    background-color: #8242A5;
}

.sectionTitle {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

/* Botões */
#sidebarButton {
    position: fixed;
    color: white;
    background-color: #00A6A6;
    border-radius: 0 0 5px 0;
    padding: 0px !important;
    margin-left: 16.667%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 35px;
    width: 35px;
    z-index: 2;
}

#sidebarButton.open {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    border-radius: 5px 0 0 0;
}

/* Botão fixo no conteúdo apos recolher*/
#sidebarButton2 {
    position: fixed;
    color: white;
    background-color: #00A6A6;
    border-radius: 0 0 5px 0;
    padding: 0% !important;
    margin-left: 50%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 35px;
    width: 35px;
    z-index: 2;
}

#sidebarButton2 i {
    margin-bottom: 0px !important;
    max-width: 50%;
}

.esconder {
    display: none;
}

/* Recolhe Sidebar */
@media (max-width: 980px) {
    nav#menuLateral {
        width: 50% !important;
    }

    #sidebarButton {
        display: none;
    }

    .esconder {
        display: block;
        margin-left: -50%;
    }
}

@media (min-width: 980px) {
    .esconder {
        display: block;
        margin-left: -16.6667%;
    }

    #sidebarButton2 {
        display: none;
    }
}

.nobr {
    white-space: nowrap;
    cursor: pointer;
    font-weight: bold;
}

:focus {
    outline: none;
}

/* ATIVIDADES */
.pergunta {
    font-weight: 600;
}

.alternativas label {
    /*color: #9A7265;*/
    font-weight: 300;
}

.input-radio input {
    min-height: 20px !important;
    min-width: 20px !important;
    border-radius: 100px;
    border: 1px solid;
    margin-right: 1rem;
    margin-top: 2px;
}

.input-radio {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
}

.feedback {
    border: 2px solid;
    margin-bottom: 30px;
}

.feedback p {
    margin: 0;
    padding: 10px 20px;
    color: black !important;
}

.escondeFeedback {
    display: none;
}

.resposta-correta {
    color: #0ABC3A !important;
}

.resposta-incorreta {
    color: #F8062C !important;
}

.alternativas {
    margin-top: 14px;
}

/* Card */
/* .cardRow {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    position: absolute;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
} */

.cards {
    justify-content: center;
    min-height: 712px;
    max-height: 712px;
    min-width: 280px;
    max-width: 280px;
    position: relative;
    margin: 65px 0px;
    background-color: #0545A6;
    font-weight: bold;

    & p {
        margin: 0px 0px 18px 0px !important;
        color: white;
    }

    & h2 {
        margin: 0px !important;
        color: white;
    }
}

.bottom-center {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.cards .row.botao {
    padding: 0px !important;
}

.cards .cards-header,
.cards .cards-body {
    padding: 18px 24px;
    max-height: 100%;
}

.cards .cards-header {
    border-bottom: 1px solid white;
    height: 110px;
}

.tabela {
    margin-bottom: 40px;
    max-width: 100%;
    overflow: auto
}

.tabela th {
    background-color: #00A6A6;
    color: white;
    text-align: center;
}

.tabela td {
    padding: 12px 18px;
}

.tabela td,
.tabela tr {
    border: 1px solid #707070;
}

.modal-content {
    padding: 1rem 3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -2rem -4rem -1rem auto;
}