:root {
    --background-color-light: #ffffff;
    --text-color-light: #000000;
    --background-color-dark: #121212;
    --text-color-dark: #ffffff;
}

@import url('https://fonts.cdnfonts.com/css/rawline');

/* Colocando a fonte para "Rawline" */
* {
    font-family: 'Rawline', sans-serif;
}

body {
    background-color: var(--background-color-light);
    color: var(--text-color-light);
    /* font-family: 'Rawline', sans-serif; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rawline', sans-serif;
}

button,
input[type="submit"],
input[type="reset"] {
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

#accessibility-bar {
    height: 32px;
    background-color: white;
    padding-left: 1.25rem;
    padding-right: 1.25rem;

    ul {
        margin: 0;
        padding-left: 0;

        display: flex;
        flex-direction: row;

        li {
            display: flex;
            justify-content: center;
            flex-direction: column;
        }
    }
}

.keyboard-options {
    li a {
        padding: 0;
        border: none;
        margin-right: 16px;
    }

    li:last-child a {
        margin-right: 0;
    }

    a,
    button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;

        font-size: 12px;
        line-height: 16px;
        font-weight: 500;

        color: #324798;
    }

    a:hover,
    button:hover {
        color: #405189;
    }
}

.accessibility-number {
    display: inline-block;
    text-align: center;

    width: 16px;
    height: 16px;
    border-radius: 4px;
    margin-left: 4px;

    font-size: 8px;
    font-weight: 700;

    color: white;
    background-color: #324798;
}

.accessibility-options {
    li {
        margin-left: 48px;
    }

    li:first-child {
        margin-left: 0;
    }

    a {
        font-size: 12px;

        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        text-align: left;

        color: #324798;
    }

    a:hover {
        color: #405189;
    }
}

#page-topbar {
    position: fixed;
    background-color: white;
    box-shadow: 0px 4px 4px 0px #0000001a;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .navbar {
        padding-top: 0.25rem;
        padding-bottom: 0;
    }

    .ver-mais-none {
        display: none !important;
    }

    .card-veja-mais {
        display: flex !important;
    }

    .navbar-nav::before {
        content: "";
    }
}

@media only screen and (max-width: 991.98px) {
    #accessibility-bar {
        display: none;
    }

    .navbar {
        padding-bottom: 0;
    }

    .navbar-brand,
    .navbar>a {
        display: none !important;
    }

    .navbar-nav {
        flex-direction: column;
    }

    .nav-user-mobile {

        width: 100%;
    }
}

@media only screen and (max-width: 991.98px) {
    .nav-user-mobile .nav-link {
        border-left: 3px solid transparent;
        transition: border-left-color 0.3s ease;
    }

    .nav-user-mobile .nav-link:hover {
        border-left-color: #183eff;
        background-color: #f8f9fa;
    }

    .nav-user-mobile .nav-link[aria-expanded="true"] {
        border-left-color: #183eff;
        background-color: #f8f9fa;
    }
}

@media only screen and (max-width: 767.98px) {
    .nav-link {
        padding: 16px 12px;
        font-size: 16px;
    }

    .nav-user-mobile {
        font-size: 16px;
    }

    .nav-user-mobile .dropdown-item {
        padding: 12px 16px;
        font-size: 16px;
        min-height: 44px;
        display: flex;
        align-items: center;
        text-transform: none;

        .disabled {
            pointer-events: none;
            color: #aaa;
            text-decoration: none;
            cursor: default;
        }
    }

    .nav-user-mobile .dropdown-toggle::after {
        margin-left: auto;
        border-width: 0.3em 0.3em 0 0.3em;
    }
}

@media only screen and (max-width: 991.98px) {
    .nav-user-mobile .dropdown-menu.show {
        display: block;
        position: static;
        float: none;
        width: 100%;
        margin: 0;
        background-color: #f8f9fa;
        border: none;
        border-radius: 8px;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    }
}

.nav-item {
    color: #324798;

    a {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }
}

.navbar-toggler-icon {
    color: #324798;
}

.nav-link {
    color: #324798;
    font-weight: 500;
    white-space: nowrap;
    padding: 12px;
    transition: none;
}

.nav-item:hover,
[data-layout="horizontal"] .navbar-nav .nav-item:hover>.nav-link {
    background-color: #e6eef5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

[data-layout="horizontal"] .navbar-nav .nav-item .active {
    color: white !important;
    font-weight: 800;
}

.nav-item .active,
.nav-item:hover .active {
    background-color: #183eff !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

@media (max-width: 576px) {
    .navbar-nav .nav-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .nav-item .active,
    .nav-item:hover .active {
        border-radius: 0;
    }
}



.nav-user {
    display: flex;
    align-items: center;
    margin-left: 12px;
    margin-right: 12px;

    img {
        margin-right: 12px;
    }
}

@media only screen and (min-width: 576px) {
    .nav-user {
        justify-content: center;
    }
}

.dropdown-menu {
    padding: 0;

    .nav-item & a {
        text-transform: none;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #324798;
    }
}

.dropdown-item {
    padding: 12px;
}

.dropdown-menu[data-bs-popper] {
    left: -100%;
    text-align: center;
    border-radius: 16px;
}

.logout-dropdown[data-bs-popper] {
    left: -20%;
}

.container-retangulos {
    position: relative;
    width: 360px;
    height: 200px;

    div {
        position: absolute;
        width: 360px;
        height: 200px;
        border-radius: 24px;
    }

    div:nth-child(1) {
        transform: rotate(-8deg);
        transition: transform 0.3s ease-in-out;
    }

    div:nth-child(2) {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        p {
            font-size: 24px;
            color: white;
            margin-bottom: 0;
            padding-top: 4px;
            font-weight: 700;
        }
    }
}

.container-retangulos:hover div:nth-child(1) {
    transform: rotate(8deg);
}

.vermelho-azul div:nth-child(1) {
    background-color: #ff0000;
}

.vermelho-azul div:nth-child(2) {
    background-color: #183eff;
}

.azul-verde div:nth-child(1) {
    background-color: #526fff;
}

.azul-verde div:nth-child(2) {
    background-color: #00cf00;
}

.amarelo-laranja div:nth-child(1) {
    background-color: #ffcf00;
}

.amarelo-laranja div:nth-child(2) {
    background-color: #ff7a00;
}

.vermelho-azul div:nth-child(3),
.azul-verde div:nth-child(3),
.amarelo-laranja div:nth-child(3) {
    background-image: url("../../images/textura.svg");
    background-position: top left;
    background-repeat: no-repeat;
    mix-blend-mode: Multiply;
}

.logo-seidigi {
    width: 100%;
    text-align: center;
    margin: 86px 0;
}

.logo-seidigi h1 {
    font-weight: 800;
    text-align: right;
    color: #324798;
}

.header-seidigi {
    min-height: calc(100vh - 80px);
    padding-bottom: 160px;
    margin-top: 1rem;

    background-image: url("../../images/textura-regua.svg");
    background-repeat: repeat-x;
    background-position: bottom left;

    .textura {
        background-image: url("../../images/textura.svg");
        background-position: top left;
        background-repeat: no-repeat;
    }
}

.header-seidigi-library {
    .textura {
        background-image: url("../../images/textura.svg");
        background-position: top left;
        background-repeat: no-repeat;
    }
}

.courses-textura {
    background-image: url("../../images/textura.svg");
    background-position: top left;
    background-repeat: no-repeat;
}

.header-seidigi .celular-digital-library {
    position: relative;
    top: 50px;
}

.gap div {
    padding: 12px;
}

.courses-seidigi {
    background-color: #00cf00;
}

.bg-extension-courses {
    background-color: #324798;
}

.library-user-seidigi {
    background-color: #FFCF00;
}

.library-seidigi {
    background-color: #FF7A00;
}

.bg-hero-digital {
    background-color: #ff7a00;
}

.bg-hero-digital {
    border-radius: 32px;
    height: 320px;
}

.bg-hero-digital p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    vertical-align: middle;
    padding: 0 20px;
    margin-top: 50px;
}

.professionals2-seidigi {
    background-color: #FF7A00;
}

.professionals3-seidigi {
    background-color: #183EFF;
}



.section-home-seidigi {
    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    h4 {
        font-weight: 700;
        font-size: 28px;
        color: #000000;
        margin-bottom: 24px;
        line-height: 120%;
    }

    p {
        color: #000000;
        margin-bottom: 24px;

        font-size: 20px;
        line-height: 120%;
    }

    button {
        height: 48px;
        border-radius: 60px;

        font-size: 1rem;
        font-weight: 700;
        line-height: 100%;
        text-align: center;

        color: #ffffff;
        background-color: #183eff;

        padding: 0 20px;
    }

    button:hover {
        color: #ffffff;
        background-color: #043463;
    }

    .img-fluid {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.vr-bar {
    height: 200px;
}

.vr-hero {
    margin: 0 30px;
    background-color: #324798;
}

.img-celular {
    margin: 0 10px;
}

.img-tamanho-celular {
    width: 167px;
    height: 370px;
}

.library-user-seidigi p,
.professionals2-seidigi p,
.courses-seidigi p,
.library-seidigi p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
}

.library-user-seidigi h4,
.professionals2-seidigi h4,
.courses-seidigi h4,
.library-seidigi h4 {
    font-weight: 800;
    font-size: 28px;
    line-height: 120%;
}

.library-user-seidigi p,
.library-user-seidigi h4 {
    color: #000;
}

.card-hidden {
    display: none;
}

.img-download {
    background-color: #000000;
    padding: 10px;
    border-radius: 16px;
}

.img-download-qrcode {
    width: 85px;
    height: 85px;
    background-color: #ffffff;
    border-radius: 8px;
}

.conteudo-pre-matricula p {
    white-space: nowrap;
}

.info-seidigi {
    background-color: #ffffff;
    text-align: center;
    padding-top: 40px;

    .box {
        margin: 4em;
    }

    img {
        width: auto;
        height: 100px;
        margin-bottom: 20px;
    }

    h5 {
        font-size: 1.25em;
        font-weight: 700;
        line-height: 1.5125em;
        text-align: center;
        color: #0a0a0a;
    }

    p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 150%;
        text-align: center;
    }
}

.vr-pre-enrollment {
    width: 1px;
    height: 40px;
    padding: 0;
    background-color: currentColor;
    display: inline-block;
    opacity: 0.25;
}

.button-improvement {
    width: 203px;
    height: 48px;
    border-radius: 28px;
    padding: 8px 16px;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    margin-right: 32px;
    font-weight: 600;
    font-size: 16px;
    color: #183eff;
    padding-right: 12px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .logo-seidigi h1 {
        text-align: center;
        margin-bottom: 30px;
    }

    .vr-bar {
        height: 0px;
        visibility: hidden;
    }

    .img-fluid {
        margin-top: 24px;
    }

    .img-celular {
        margin-top: 0px;
        padding-top: 20px;
    }

    .img-celular-direcao {
        display: flex;
        flex-direction: column;
        width: 30%;
        align-items: center;
        justify-content: center;
    }

    .img-download-qrcode {
        margin-top: 0px;
        width: 75px;
        height: 75px;
    }

    .img-download {
        justify-self: center;
        margin: 20px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .img-download img {
        max-width: 100%;
        height: auto;
    }

    .bg-hero-digital {
        height: auto;
    }

    .header-seidigi p {
        padding: 20px;
    }

    .container-azul-retangulo,
    .bg-laranja-pre-matricula,
    .bg-laranja-especializacao {
        margin: 30px;
    }

    .row-open-cards {
        gap: 2rem;
    }

    .especializacao-logado {
        .img-fluid {
            margin-top: 0;
            height: 100%;
        }
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .bg-laranja-especializacao {
        margin: 0;
    }
}

.footer {
    position: relative;
    height: fit-content;
    background-color: #324798;
    padding: 50px 0;

    div {
        border-radius: 2rem;
        background-color: white;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    img {
        width: auto;
        height: 4rem;
        margin: 0.5rem;
    }

    .sus-logo {
        padding-left: 32px;
        margin: 32px 32px 32px 0;
    }

    .unasus-logo {
        padding-right: 32px;
        margin: 32px 0 32px 32px;
    }

    .divider {
        width: 1px;
        height: 3rem;
        padding: 0;
        background-color: currentColor;
        display: inline-block;
        opacity: 0.8;
    }

    p,
    a {
        margin-top: 1em;
        color: #fff;
        text-decoration: none;

    }
}

@media (max-width: 880px) {
    .footer {
        >div {
            flex-direction: column;
        }

        .divider {
            width: 6rem;
            height: 1px;
        }
    }
}

@media (max-width: 600px) {
    .footer div {
        flex-direction: column;
    }
}

.programs-seidigi {
    background-color: #526fff;
}

.specializations-seidigi {
    background-color: #ccddeb;
}

.courses-seidigi,
.programs-seidigi,
.specializations-seidigi {
    .title {
        color: #fff;
        font-weight: 700;
        font-size: 28px;
        margin-bottom: 24px;
    }
}

.specializations-seidigi {
    .title {
        color: #0a0a0a;
    }
}

.card-extensions-courses {
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    width: 360px;
    height: 380px;
    position: relative;
}

.card-improvement-programs {
    background: #fff;
    border-radius: 32px;
}

.bg-azul div:nth-child(1) {
    background-color: #526fff;
}

.card-text-extensions p,
.card-text-extensions h4 {
    color: #0a0a0a;
}

.card-text-extensions p {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 5px;
}

.card-text-extensions h5,
.dados-pre-matricula h5,
.botao-audiodescrição p {
    font-weight: 700;
    font-size: 16px;
}

.courses-seidigi h6,
.programs-seidigi h6,
.specializations-seidigi h6 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 2rem;
}

.button-extesions {
    background: #183eff;
    padding: 12px 30px;
    border-radius: 60px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.button-extesions:disabled {
    background: #E0E5EB;
    color: #9E9E9E;
    pointer-events: none;
}

.container-azul-retangulo,
.bg-laranja-pre-matricula {
    position: relative;
    width: 360px;
    height: 380px;
}

.bg-rotacao,
.bg-rotacao-pre-matricula {
    position: absolute;
    border-radius: 32px;
    transform: rotate(-8deg);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0px 0px 32px 0px #0000001a;
}

.bg-rotacao {
    top: 5px;
    left: 10px;
    width: 340px;
    height: 380px;
}

.bg-rotacao-pre-matricula {
    width: 336px;
    height: 380px;
    background-color: #ff7a00;
}

.bg-rotacao {
    background-color: #526fff;
}

.container-azul-retangulo:hover .bg-rotacao,
.bg-laranja-pre-matricula:hover .bg-rotacao-pre-matricula,
.bg-laranja-especializacao:hover .bg-rotacao-pre-matricula {
    transform: rotate(8deg);
}

.card-text-improvement {
    font-weight: 400;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.card-tittle-improvement {
    font-weight: 700;
    font-size: 24px;
}

.text-info-improvement p {
    font-weight: 500;
    font-size: 12px;
}

.text-info-improvement {
    margin-top: 20px;
    margin-bottom: 50px;
}

.espaco-container {
    padding-bottom: 100px;
}

.img-improvement-checker {
    padding: 0 !important;
    width: 320px;
    height: 320px;
    border-radius: 32px 0 0 32px;
}

.card-improvement-programs {
    .card-body {
        padding: 0 0 0 1rem;
    }
}

.row-open-cards {
    .card-body {
        padding: 1rem;
    }
}



@media only screen and (max-width: 992px) {
    .img-improvement-checker {
        width: 100%;
        height: auto;
        border-radius: 32px 32px 0 0;
    }

    .botao-pre-matricula {
        margin-top: 20px;
    }

    .specialization-button {
        .botao-pre-matricula {
            margin: 0;
        }
    }
}

.video-descricao {
    border: 2px solid #183eff;
}

.espaco-improvement-button {
    margin-bottom: 30px;
}

.img-improvement-arrow {
    margin-left: 12px;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.girar {
    transform: rotate(180deg);
}

.gradiente-improvement {
    width: 100%;
    height: 16px;
    border-radius: 16px 16px 0 0;
    box-sizing: border-box;
}

.gradiente-improvement,
.gradiente-improvement-small {
    background: linear-gradient(to right, #183eff, #ff7a00);
}

.gradiente-improvement-small {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 8px;
}

.card-improvement {
    width: clamp(320px, 100%, 320px);
    height: 20rem;
    background-color: #fff;
    border-radius: 16px;
    border: 0.75px solid #d4dadd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
}

.vr-card-improvement {
    width: 270;
    height: 1px;
    background-color: #d4dadd;
}

.card-text-improvement p,
.card-text-training p {
    font-weight: 500;
    font-size: 14px;
}

.card-text-improvement h5,
.card-text-training h5 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.button-training {
    width: 270px;
    height: 48px;
    border-radius: 24px;
    padding: 8px 24px;
    background: #183eff;
    box-shadow: 0 2 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.module-saiba-mais {
    text-align: end;
    text-decoration: none;
    color: #495057;
}

.button-training-disabled {
    width: 270px;
    height: 48px;
    border-radius: 24px;
    padding: 8px 24px;
    background: #E0E5EB;
    box-shadow: 0 2 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 16px;
    color: #9E9E9E;
    pointer-events: none;
}

.button-training:disabled {
    background: #E0E5EB;
    color: #9E9E9E;
    pointer-events: none;
}

.text-training {
    font-weight: 600;
    font-size: 16px;
    margin: 32px;
}

[id^="cards-container"] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, border-top 0.3s ease;
    border-top: 0 solid transparent;
}

[id^="cards-container"].show {
    max-height: 100%;
}

.vr-card-separation {
    border-top: 1px solid #ccc;
    width: 100%;
}

.girar {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.cor-pre-matricula {
    position: relative;
    top: 81px;
    background-color: #fbfbff;
}

.retangulo-amarelo {
    background-color: #ffcf00;
    border-radius: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.retangulo-amarelo img {
    margin: 60px 300px;
}

.titulo-pre-matricula h1,
.titulo-pre-matricula p {
    color: #324798;
}

.titulo-pre-matricula h1 {
    font-weight: 800;
    font-size: 32px;
}

.titulo-pre-matricula p {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 50px;
}

.dados-pre-matricula {
    background-color: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0px 0px 32px 0px #0000001a;
}

.dados-pre-matricula h5,
.dados-pre-matricula p {
    text-align: center;
    margin: 0;
}

.dados-pre-matricula p,
.texto-specialization,
.bg-texto-specialization {
    font-weight: 400;
    font-size: 16px;
}

.info-pre-matricula p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.info-pre-matricula h5,
.botao-pre-matricula {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.botao-pre-matricula:disabled {
    background: #E0E5EB;
    color: #9E9E9E;
    pointer-events: none;
}

.conteudo-pre-matricula {

    .botao-pre-matricula:disabled {
        background: #E0E5EB;    
        color: #9E9E9E;
        pointer-events: none;
        margin-left: 20px;
    }
}

.specialization-button-disabled {
    margin-top: 20px;
    margin-bottom: 120px;
}
        
   

.info-pre-matricula {
    margin: 50px 0;
}

.vr-pre-matricula {
    display: inline-block;
    width: 1px;
    border: 1px solid black;
}

.botao-pre-matricula,
.botao-matriculado {
    height: 48px;
    border-radius: 60px;
    background-color: #183eff;
    box-shadow: 0px 2px 4px 0px #00000033;
    color: #fff;
}

.botao-pre-matricula {
    width: 100%;
    margin-left: 10px;
}

.botao-matriculado {
    width: 315px;
    margin-left: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}

.button-courses {
    box-shadow: 0px 0px 8px 0px #00000033;
    background-color: #ffffff;
    width: 260px;
    height: 48px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #183eff;
}

.title-card-pre-matricula {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-bottom: 24px;
}

.perfeicoamento-pre-matricula {
    background: #ccddeb;
}

.aperfeicoamento-pre-matricula {
    background-color: #ccddeb;
}

.button-disabled {
    background: #E0E5EB;
    padding: 12px 30px;
    border-radius: 60px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #9E9E9E;
    pointer-events: none;
    white-space: nowrap;
}

.progress-container {
    position: relative;
}

.margin-barra-geral {
    margin-top: 50px;
    margin-bottom: 40px;
}

.margin-barra-aula {
    margin: 12px 0;
}

.progress-bar-wrapper {
    background-color: #ccd1d7;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar-enrollment {
    background-color: #00cf00;
    height: 100%;
    transition: width 0.3s ease-in-out;
    box-shadow: 0px 0px 32px 0px #0000001a;
}

.progress-percent {
    position: absolute;
    top: -22px;
    right: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #616161;
}

#texto-curso-geral {
    top: -28px;
}

.card-veja-mais {
    padding: 10px 0;
}

.card-item {
    display: flex;
}

.esconder-card {
    display: none !important;
}

.seta-ver-mais {
    width: 15px;
    height: 15px;
    margin-left: 4px;
}

.open-ver-mais {
    padding: 20px 0;
    cursor: pointer;
}

.seta-ver-mais {
    transition: transform 0.3s ease;
}

.seta-ver-mais.girar {
    transform: rotate(180deg);
}

.header-accessibility {
    padding-bottom: 20px;
    background-color: #fbfbff;

    .textura {
        background-image: url("../../images/textura.svg");
        background-position: top left;
        background-repeat: no-repeat;
    }
}

.bg-accessibility {
    background-color: #fbfbff;
}

.accessibility h4,
.title-privacidade h2 {
    font-weight: 700;
    font-size: 32px;
    color: #324798;
    margin-bottom: 30px;
}

.title-privacidade h2 {
    margin-top: 30px;
}


.accessibility p,
.accessibility li,
.texto-privacidade p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.accessibility li {
    line-height: 150%;
    padding-bottom: 10px;
}

.accessibility h5,
.texto-privacidade h2 {
    font-size: 20px;
}

.accessibility h6,
.texto-privacidade h6 {
    font-size: 16px;
}

.accessibility h5,
.accessibility h6,
.texto-privacidade h2,
.texto-privacidade h6 {
    font-weight: 600;
    line-height: 150%;
    margin-top: 20px;
    color: #000000;
}

.texto-privacidade h2 {
    margin-top: 30px;
}

.accessibility a {
    text-decoration: underline !important;
    color: #000;
}

.textura-acessibility {
    background-image: url("../../images/textura-regua.svg");
    background-repeat: repeat-x;
    background-position: bottom left;
    margin-top: 50px;
    padding-bottom: 160px;
}

.retangulo-gradiente-especializacao {
    background: linear-gradient(to right, #183eff, #ff7a00);
    border-radius: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.retangulo-gradiente-especializacao .logo-especializacao {
    margin: 60px 300px;
}

.row-specialization {
    margin-top: 100px;
}

.texto-specialization {
    padding-bottom: 8px;
    line-height: 150%;
}

.bg-texto-specialization {
    background-color: #e6eef5;
    padding: 20px;
    border-radius: 16px;
}

.botao-audiodescrição {
    background-color: #183eff;
    box-shadow: 0px 0px 8px 0px #00000033;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    color: #fff;
}

.border-ad {
    border: 2px solid #000000;
}

.botao-audiodescrição p {
    margin: 0;
    padding-right: 10px;
}

.botao-transcricao {
    margin-bottom: 45px;
}

.video-especializacao {
    margin-bottom: 25px;
}

.botao-especializacao {
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 16px;
    color: #183eff;
}

.botao-acesso-specialization {
    padding-left: 50px;
}

.card-specialization {
    width: 360px;
    height: 230px;
    border: 0.75px solid #D4DADD;
}

.bg-laranja-especializacao {
    margin: 32px 0;

    .card-extensions-courses {
        border-radius: 16px;
        position: relative;
        z-index: 2;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .bg-rotacao-pre-matricula {
        width: 360px;
        height: 246px;
    }

    .card-extensions-courses {
        height: auto;
    }
}

.margin-barra-especializacao {
    margin-bottom: 12px;
}

.transcricao-conteudo {
    display: none;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
}

.card-extensions-courses {
    .card-img-top {
        height: 160px;
    }
}

.specialization {
    .accordion-button:after {
        display: none !important;
    }

    .icon-toggle {
        color: #000;
        padding-right: 8px;
    }

    .accordion-button {
        background-color: #ccddeb;
    }

    .accordion-item {
        margin-bottom: 12px;
        box-shadow: 0px 2px 4px 0px #00000040;
        border-radius: 8px;
    }

    .accordion-body {
        font-weight: 400;
        font-size: 14px;
        color: #000;
    }

    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }
}


.card-video-especializacao {
    margin-bottom: 50px;
    width: 65%;

    iframe {
        border-radius: 24px 24px 0 0;
        width: 100%;
    }

    .card {
        border-radius: 24px;
        border: 2px solid #183eff;
        padding: 0;
    }

    .card-title {
        font-weight: 700;
        font-size: 18px;
        color: #000;
    }

    .card-text {
        font-weight: 400;
        font-size: 14px;
        color: #000;
    }

    .accordion-item {
        border: 0;
        border-top: 1px solid #cecece;
    }

    .accordion-button:not(.collapsed) {
        border: 0;
        box-shadow: none;
    }

    .accordion-button:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23183EFF' stroke-width='3'%3E%3Cpath d='M1.646 4.646L8 11.293l6.354-6.647'/%3E%3C/svg%3E");
    }

    .accordion-button {
        color: #183eff;
        font-weight: 600;
        font-size: 16px;
        background-color: #fff;
        box-shadow: none;
        padding-bottom: 0;
    }

    .accordion-button:focus {
        border-color: 0;
    }

    .card-body {
        padding: 1rem 1rem 0 1rem;
    }

    .card-img,
    .card-img-top {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
}

.ficha-tecnica {
    margin: 50px 0;

    .accordion-button {
        font-weight: 700;
        font-size: 16px;
        color: #183eff;
        background-color: #fff;
        border-radius: 16px !important;
        box-shadow: 0px 0px 8px 0px #00000033;
        text-align: center;
        padding-left: 45%;
    }

    .accordion-button:not(.collapsed) {
        border-radius: 16px 16px 0 0 !important;
    }

    .accordion-button:active {
        border-radius: 16px 16px 0 0 !important;
    }

    .accordion-button:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23183EFF' stroke-width='3'%3E%3Cpath d='M1.646 4.646L8 11.293l6.354-6.647'/%3E%3C/svg%3E");
    }

    dt,
    dd {
        color: #000;
        font-size: 16px;
    }

    dt {
        font-weight: 700;
    }

    dd {
        font-weight: 400;
        margin-bottom: 20px;
    }

    .accordion .accordion-body {
        box-shadow: 0px 4px 8px 0px #00000040;
        border-radius: 0 0 16px 16px;
        transition: all 0.3s ease-in-out;
    }

    .accordion-item {
        border-radius: 0 0 16px 16px;
        border: 0;
    }
}


.specialization-button {
    background-color: #183eff;
    font-weight: 700;
    font-size: 16px;
    line-height: 23.3px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 120px;
    border-radius: 24px;
}

.title-specialization {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.arquivo-tutorial {
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    color: #183eff;
}

.especializacao-logado {
    width: 65%;

    .card {
        border-radius: 24px;
        border: 2px solid #FF7A00;
        padding-left: 0;
    }

    .card-body {
        margin-bottom: 1rem;
    }

    .card-title {
        font-weight: 700;
        font-size: 18px;
        color: #000;
    }

    .card-text {
        font-weight: 400;
        font-size: 14px;
        color: #000;
    }

    .botao-arquivo {
        background-color: #183EFF;
        box-shadow: 0px 2px 4px 0px #00000040;
        padding: 12px 20px;
        border-radius: 8px;
        color: #fff;
        /* font-family: Rawline; */
        font-weight: 700;
        font-size: 16px;

        p {
            margin-bottom: 0;
        }
    }

    .card-text {
        font-weight: 400;
        font-size: 14px;
        color: #000;
    }

    .botao-arquivo {
        background-color: #183eff;
        box-shadow: 0px 2px 4px 0px #00000040;
        padding: 12px 20px;
        border-radius: 8px;
        color: #fff;
        font-family: Rawline;
        font-weight: 700;
        font-size: 16px;

        p {
            margin-bottom: 0;
        }
    }

    .bi-download {
        padding-left: 8px;
        width: 16px;
        height: 16px;
    }

    .rounded-start {
        border-top-left-radius: 22px !important;
    }

    .rounded-bottom,
    .rounded-start {
        border-bottom-left-radius: 22px !important;
    }

    .img-fluid {
        height: 100%;
    }

}

.professionals3-seidigi p,
.professionals3-seidigi h4 {
    color: #fff;
}

.eixos {
    .forma-specialization {
        position: relative;
        width: 307px;
        height: auto;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 16px 16px 64px 16px;
        box-shadow: 0px 2px 4px 0px #142E5233;
        background: linear-gradient(90deg, #183EFF 0%, #FF7A00 100%);
        z-index: 0;
    }

    h6 {
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        text-align: center;
        margin-bottom: 12px;
        color: #000;
    }

    p {
        font-weight: 500;
        font-style: Medium;
        font-size: 14px;
        color: #000;
    }

    .forma-specialization::before {
        content: "";
        position: absolute;
        inset: 6px 2px 2px 2px;
        border-radius: 12px 12px 64px 12px;
        background: #fff;
        z-index: -1;
    }
}

.box-repo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px;
    border-radius: 32px;
    background-color: #324798;
}

.box-repo h5 {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    line-height: 100%;
    color: white;
    margin-bottom: 24px;
}

.seidigi-input {
    height: 48px;
    width: 100%;
    border-radius: 40px 0 0 40px;
    border-width: 1px;
    border-color: white;
}

.seidigi-input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #183EFF;
    padding-left: 30px;
}

.search-box {
    width: 900px;
}

.search-btn {
    background-color: #183EFF;
    border: none;
    color: white;
    padding: 0 20px;
    height: 48px;
    cursor: pointer;
    border-radius: 0 40px 40px 0;
    border: 2px solid #183EFF;
    width: 85px;
}

.repositorio-texto {
    font-family: Rawline;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}

.box-repositorio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 64px 24px;
    border-radius: 32px;
    background-color: #526fff;
    cursor: pointer;

    div {
        width: 50%;
    }
}

section {
    scroll-margin-top: 100px;
}

.courses-header {
    h2 {
        font-weight: 800;
        font-size: 32px;
        color: #324798;
        text-transform: uppercase;
    }

    .logo-seidigi {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        div {
            height: 103px;
            border-right: 1px solid #324798;
            margin: 28px;
        }

        @media (max-width: 576px) {
            flex-direction: column;

            div {
                width: 100px;
                height: 0;
                border-bottom: 1px solid #324798;
                border-right: none;
                margin: 28px;
            }
        }
    }

    .box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 64px 24px;
        border-radius: 32px;
        background-color: #526fff;
        cursor: pointer;

        div {
            width: 50%;
        }

        @media (max-width: 576px) {
            div {
                width: 80%;
            }
        }

        h5 {
            font-weight: 800;
            font-size: 32px;
            text-align: center;
            line-height: 120%;
            color: white;
            margin-bottom: 32px;
        }

        p {
            text-align: center;
            color: white;
        }

        p:after {
            content: "";
            margin-left: 1em;
            margin-bottom: 0.1rem;
            border: solid white;
            border-width: 0 2px 2px 0;
            border-radius: 10%;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }
    }
}

#mapa-profissionals1 {
    background-color: #00CF00;
}

.texto-matriculado {
    font-weight: 600!important;
    font-size: 12px;
    margin-bottom: 5px;
    color: #00CF00!important;
}

.link-nossos-cursos {
    text-align: center;
    color: #fff;
    text-decoration: underline!important;
}

.uv-matriculado {
  color: #23713e!important;
  font-weight: 600!important;
  font-size: 12px;
}

.header-seidigi:has(.no-cursos) {
    min-height: auto !important;
}

@media (max-width: 768px) {
    .logo-seidigi {
        flex-direction: column;
    }

    .logo-seidigi h1 {
        text-align: center;
        margin-bottom: 30px;
    }

    .vr-bar {
        height: 0px;
        visibility: hidden;
    }

    .img-fluid {
        margin-top: 24px;
    }

    .img-celular {
        margin-top: 0px;
        padding: 30px 5px;
    }

    .img-celular-direcao {
        display: flex;
        flex-direction: column;
        width: 70%;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .col-md-6 {
        width: 100%;
    }

    .img-download-qrcode {
        margin-top: 0px;
    }

    .img-download {
        align-self: center;
        justify-self: center;
        margin: 20px;
        width: 70%;
    }

    .bg-hero-digital {
        height: auto;
    }

    .header-seidigi p {
        padding: 20px;
    }

    .container-azul-retangulo,
    .bg-laranja-pre-matricula,
    .bg-laranja-especializacao {
        margin-top: 50px;
    }

    .card-improvement-programs {
        display: block;
    }

    .button-improvement {
        margin-bottom: 20px;
    }

    .button-improvement,
    .button-extesions {
        width: 100%;
        display: block;
    }

    .dados-pre-matricula {
        flex-direction: column;
    }

    .vr-pre-enrollment {
        width: 100%;
        height: 1px;
        padding: 0;
        align-self: center;
    }

    .botao-pre-matricula {
        margin: 0;
    }

    .conteudo-pre-matricula {
        padding: 10px 0;
    }

    .card-improvement-programs {
        .card-body {
            padding: 1rem;
        }
    }

    .especializacao-logado {
        .img-fluid {
            margin-top: 0;
        }

        img.img-fluid.rounded-start {
            border-bottom-left-radius: 0 !important;
        }

        .rounded-start {
            border-top-right-radius: 22px !important;
        }
    }

    .arquivo-especializacao {
        margin: 20px 0;
    }

    .ficha-tecnica {
        .accordion-button {
            padding-left: 40%;
        }
    }
}

.uv-card {
    width: 100%;
    min-height: 380px;
    border-radius: 32px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
    z-index: 0;
}

.uv-card-rotate {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 32px;
    background-color: #ffcf00;
    transition: transform 0.3s ease-in-out;
    z-index: 0;
    /* fundo */
}

.uv-card:hover .uv-card-rotate {
    transform: rotate(-8deg);
}

.uv-card-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.21em;
    color: #0a0a0a;
}

.uv-card-subtitle {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.9075em;
    color: #0a0a0a;
}

.uv-card-img {
    width: 100%;
    height: 147.984px;
    object-fit: cover;
    background-color: #e2efff;
    border-radius: 32px 32px 0 0;
}

.uv-card-body {
    display: grid;
    grid-template: [subtitle-left] "title title" auto [subtitle-right] [title-left] "info button" auto [title-right] / 1fr max-content;

    align-content: space-between;
    align-items: center;
    z-index: 999;
    background-color: white;
    border-radius: 0 0 32px 32px;
}

.uv-card-titles {
    flex-grow: 1;
    overflow: hidden;
    grid-area: title;
}

.uv-card-titles p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    /* máximo de 4 linhas */
    -webkit-box-orient: vertical;
}

.uv-card-info {
    grid-area: info;
}

.uv-card-content-info {
    display: flex;
}

.uv-card-content-info i,
.uv-card-content-info p {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 100%;
    color: #0a0a0a;
}

.uv-card-content-info i {
    margin-right: 8px;
}

.uv-card-content-info p {
    margin-bottom: 8px;
}

.content-info:last-child p {
    margin-bottom: 0;
}

.uv-card-user-info {
    text-align: justify;
    color: #757575;
    text-decoration: none;
}

.uv-card-user-info:hover {
    text-decoration: none;
}

.uv-card-user-info p {
    color: #757575;
}

.uv-card-user-info:hover p {
    color: #757575;
}

.uv-card-button {
    height: 48px;
    border-radius: 60px;

    font-size: 1rem;
    font-weight: 700;
    line-height: 1.21em;
    text-align: center;

    color: #ffffff;
    background-color: #183eff;

    padding: 0 20px;

    grid-area: button;
}

.uv-button:hover {
    color: #ffffff;
    background-color: #043463;
}

.uv-card-horizontal {
    width: 100%;
    height: 200px;

    border-radius: 32px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);

    display: flex;
    flex-direction: row;

    text-align: left;

    z-index: 999;
    background-color: white;

    .uv-card-body {
        border-radius: 0 32px 32px 0;
    }
}

.uv-card-horizontal-img {
    width: 200px;
    height: 200px;

    border-radius: 32px 0 0 32px;

    object-fit: cover;
    object-position: center;

    background-color: #e2efff;
    z-index: 999;
}

@media (max-width: 576px) {
    .uv-card-horizontal {
        background: #fff;
        border-radius: 32px;
        width: 100%;
        height: auto;

        position: relative;
        flex-direction: column;
        box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);

        .uv-card-body {
            border-radius: 0;
        }
    }

    .uv-card-horizontal-img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
        border-radius: 32px 32px 0 0;
    }
}

container-azul-retangulo {
    .uv-card-horizontal-rotate {
        background-color: none;
    }
}

.uv-card-horizontal-rotate {
    position: absolute;
    height: 200px;
    width: 100%;
    border-radius: 32px;
    background-color: #ffcf00;
    transition: transform 0.3s ease-in-out;
}

.espaco-container {
    .uv-card-horizontal-rotate {
        background-color: transparent;
    }
}

.uv-card-horizontal:hover .uv-card-horizontal-rotate {
    transform: rotate(-4deg);
}

.uv-card-horizontal-big {
    width: 100%;
    height: 400px;

    border-radius: 32px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);

    display: flex;
    flex-direction: row;

    text-align: left;

    z-index: 999;
    background-color: white;
    border-radius: 32px;

    .uv-card-body {
        border-radius: 0 32px 32px 0;
    }
}

.uv-card-horizontal-big-img {
    width: 200px;
    height: 400px;

    border-radius: 32px 0 0 32px;

    object-fit: cover;
    object-position: center;

    background-color: #e2efff;
    z-index: 999;
}

.uv-card-horizontal-big-rotate {
    position: absolute;
    width: 100%;
    height: 400px;
    border-radius: 32px;
    background-color: #526fff;
    transition: transform 0.3s ease-in-out;
}

.uv-card-horizontal-big:hover .uv-card-horizontal-big-rotate {
    transform: rotate(-4deg);
}

@media (max-width: 576px) {
    .uv-card-horizontal-big {
        background: #fff;
        border-radius: 32px;
        width: 100%;
        height: auto;

        flex-direction: column;
        box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);

        .uv-card-body {
            border-radius: 0 0 32px 32px;
            justify-content: flex-start;
        }
    }

    .uv-card-horizontal-big-rotate {
        height: 100%;
    }

    .uv-card-horizontal-big-img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
        border-radius: 32px 32px 0 0;
    }
}

.modulos-especializacao {
    display: none;
}

.form {
    .textura {
        padding-top: 48px;
    }

    .pill {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 108px;
        height: 28px;
        border-radius: 14px;
        background-color: #ffcf00;
        margin-bottom: 12px;

        p {
            margin: 0;
            padding: 0;
            color: #324798;
            font-weight: 700;
            font-size: 14px;
        }
    }

    .title {
        font-weight: 700;
        font-size: 20px;
        color: #324798;
    }

    .label {
        font-weight: 600;
        font-size: 16px;
        color: black;
    }

    .input {
        height: 48px;
        border-radius: 8px;
        border-width: 0.5px;
    }

    .form-check-input:checked {
        background-color: #043463;
        border-color: #043463;
    }

    .form-check-label,
    .form-login,
    p {
        a {
            color: #183eff;
        }
    }

    .card {
        border-radius: 32px;
        padding: 32px;
        max-width: 671px;
        background-color: white;
        box-shadow: 0px 0px 32px 0px #0000001a;
    }

    .form-button {
        height: 48px;
        border-radius: 60px;
        background-color: #183eff;
        color: white;

        display: flex;
        justify-content: center;
        align-items: center;

        font-weight: 700;
        font-size: 16px;
        text-align: center;

        a {
            color: white;
        }
    }

    .form-login {
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        margin-bottom: 32px;
    }

    p {
        font-weight: 400;
        font-size: 14px;
    }

    .term-box {
        background-color: #e6eef5;
        border-radius: 8px;
    }
}

.blue-bg {
    background-color: #526fff;
}

.dark-blue-bg, .bg-minha-extensao {
    background-color: #324798
}

a:focus, button:focus {
    outline: 2px solid #121212 !important;
}

.dark-mode {
    background-color: var(--background-color-dark);
    color: var(--text-color-dark);

    #page-topbar,
    #accessibility-bar,
    .info-seidigi,
    .courses-seidigi,
    .library-seidigi,
    .courses-seidigi,
    .programs-seidigi,
    .specializations-seidigi,
    .courses-header .box,
    .container,
    .footer,
    .dropdown-menu,
    .blue-bg,
    .dark-blue-bg,
    .card-body,
    .courses-textura,
    .forma-specialization::before,
    .aperfeicoamento-pre-matricula,
    .form .label,
    .header-accessibility,
    .bg-accessibility,
    .bg-texto-specialization,
    .dados-pre-matricula,
    .card,
    .card-title,
    .card-text,
    .text-success,
    .card-header.accessibility,
    .password-header,
    .btn-password
    .accordion-body,
    .accordion-body dt,
    .accordion-body dd,
    .library-user-seidigi,
    .professionals1-seidigi,
    .professionals2-seidigi,
    .professionals3-seidigi,
    .box-repositorio {
        background-color: var(--background-color-dark);
        color: var(--text-color-dark);
    }

    .forma-specialization {

        h6,
        div p {
            background-color: var(--background-color-dark);
            color: var(--text-color-dark);
        }
    }

    .nav-item:hover {
        background-color: var(--background-color-dark);
        color: var(--text-color-dark);
    }

    button,
    button:hover,
    .accordion-button {
        background-color: var(--background-color-light);
        color: var(--text-color-light);
    }

    a {
        text-decoration: underline;
        color: #ffff00;
    }

    a:hover,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    i {
        color: var(--text-color-dark);
    }

    a:focus,
    button:focus {
        outline: 2px solid #fff333 !important;
    }

    .dropdown-menu {
        .nav-item & a:hover {
            background-color:#1e1e1e;
        }
    }

    .bg-rotacao {
        background-color:#1e1e1e;
        box-shadow:  0px 0px 0px 0px;
    }

    .cor-pre-matricula, #footer, .bg-minha-extensao {
        background-color: var(--background-color-dark);
    }

    .bg-dark-mode {
        background-color:#1e1e1e;
        border-radius: 0 32px 32px 0;
    }

    .form {
        .term-box {
            background-color:#1e1e1e;
        }
    }

    .ficha-tecnica {
        .accordion-body, dt, dd, .accordion-button {
            background-color: #121212;
        }

        .accordion-button {
            color: #FFFFFF;
        }

 
        .accordion-item {
            border-radius: 16px ;
        }
    }

    .modal-content {
        background-color: #121212;
    }
}