html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

footer {
    background-color: var(--cor-escura);
    padding: 2.5em 1em 2.5em 1em;
    color: #fff;
    font-size: .8em;
    margin-top: 0; /* Remove a margem superior */
}

footer::before {
    content: "";
    display: table;
    clear: both;
}

.dropdown-header-content {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 8px;
    overflow: hidden;
}

.dropdown-current-value {
    display: none;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.78rem;
    font-weight: 400;
    color: #7b8a9b;
}

.dropdown-current-value.is-visible {
    display: inline-block;
}

.dropdown-filtro.disabled .dropdown-current-value {
    color: #9aa8bb;
}

.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #6d9ff1 !important;
    opacity: 0.5;
    transition: opacity 0.3s, transform 0.3s;
}

.carousel-indicators .active {
    background-color: #004794 !important;
    opacity: 1;
    transform: scale(1.3);
}

.carousel-indicators {
    bottom: -50px;
}

.carousel .card {
    border: none;
}

.link-cursos {
    color: #6DE2FD !important;
    font-size: .9em;
}

.data-curso {
    color: #6DE2FD !important;
    font-size: .8em;
}

.imgPodCast{
    width: 74px;
    height:99px;

}

/* ===== CONSULTORIA VIRTUAL ILIMITADA - BADGES DE ÁREA ===== */

/* Badge outline colorido por área */
.perg-icms {       /* Tributário */
    color: #3FBE7E;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #3FBE7E;
    font-size: 11px;
}
.perg-ir {         /* Imposto de Renda */
    color: #A44848;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #A44848;
    font-size: 11px;
}
.perg-cont {       /* Contabilidade */
    color: #3399CC;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #3399CC;
    font-size: 11px;
}
.perg-trab {       /* Trabalhista */
    color: #F59556;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #F59556;
    font-size: 11px;
}
.perg-exterior {   /* Demais áreas */
    color: #005EBB;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #005EBB;
    font-size: 11px;
}

/* Card do item CVI */
.pergunta {
    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Textos de metadados em azul acinzentado */
.data {
    color: #668fb9;
    display: block;
}
.pergunta .data {
    font-size: 13px;
}

/* Valores de assunto/consultor em cinza */
.cinza {
    color: #777;
}
