

:root {
    --primary-blue: #3b82f6;
        --accent-green: #22f572;
    --glass-bg: rgba(17, 24, 39, 0.85);
    --border-radius-main: 32px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.card-img-top {
    height: 180px;
    object-fit: cover;
    cursor: zoom-in;
    transition: opacity 0.2s ease-in-out;
}

.card-img-top:hover {
    opacity: 0.9;
}

.badge-category {
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 5px 12px;
    font-weight: bold;
}

.price-text {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a1a1a;
}

.btn-view {
    color: #0d6efd;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9rem;
}

.description-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.85rem;
    color: #6c757d;
}

/* --- ESTILOS DO MODAL --- */

.modal-backdrop.show {
    opacity: 0.9;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: #0b0c10;
}

.modal.fade .modal-dialog {
    transform: scale(0.95);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal.show .modal-dialog {
    transform: scale(1);
}

.lightbox-modal {
    cursor: zoom-out;
}

/* Limitação de tamanho para a imagem no modal */
.lightbox-img {
    cursor: default;
    max-height: 70vh;
    /* Deixamos um espaço abaixo para o botão */
    width: 100%;
    object-fit: contain;
}

.btn-close-lightbox {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 12px;
    transition: all 0.2s ease;
}

.btn-close-lightbox:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/* Container de rodapé do modal contendo o botão */
.modal-action-bar {
    background: rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}




















































/* MENU DROPDOWN */
.dropdown-custom {
    position: relative;
    list-style: none;
}

.dropdown-custom .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-weight: 600;
    transition: 0.3s;
}

.dropdown-custom .nav-link i {
    font-size: 12px;
    transition: 0.3s;
}

/* Caixa Dropdown */
.dropdown-menu-custom {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 260px;
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .35s ease;
    z-index: 999;
}

.dropdown-menu-custom li {
    list-style: none;
}

.dropdown-menu-custom a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    text-decoration: none;
    color: #444;
    font-size: 15px;
    border-radius: 10px;
    transition: all .3s ease;
}

.dropdown-menu-custom a i {
    width: 35px;
    height: 35px;
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Hover nos itens */
.dropdown-menu-custom a:hover {
    background: linear-gradient(135deg,
            #0043a8,
            #0089E4);
    color: #fff;
    transform: translateX(5px);
}

.dropdown-menu-custom a:hover i {
    background: rgba(255, 255, 255, .2);
}

/* Abrir ao passar o mouse */
.dropdown-custom:hover .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-custom:hover .nav-link i {
    transform: rotate(180deg);
}

/* Linha decorativa */
.dropdown-menu-custom::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 25px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
}

.card {
    border-radius: 16px;
    border: none;
    transition: all 0.3s ease;
}

.card-img-top {
    height: 160px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

/* Estilo dos inputs de filtro */

.filter-section {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.form-control,
.form-select {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 10px 15px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    border-color: #2563eb;
}

/* Paginação */

.pagination .page-link {
    border: none;
    border-radius: 10px !important;
    margin: 0 3px;
    font-weight: 600;
    color: #4b5563;
}

.pagination .active .page-link {
    background-color: #2563eb;
    color: white;
}

/* ----------  AREA CURSO ----------------*/



.main-container {
    min-height: 50vh;
    /* --------  padding-top: 15vh; --------*/

    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-header h2 {
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    margin-bottom: 1rem;
}

.catalog-header p {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 650px;
    margin: 0 auto 3rem auto;
}



.filter-card {
    background: #ffffff;
    border-radius: 35px;
    padding: 35px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    max-width: 900px;
    width: 100%;
}

/* Estilo Input */

.search-wrapper {
    position: relative;
    margin-bottom: 1.2rem;
}

.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    z-index: 10;
}

.custom-input {
    background-color: #f8faff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 1.2rem 1.2rem 1.2rem 3.8rem !important;
}

/* Dropdowns Customizados */

.dropdown-toggle::after {
    display: none;
}

/* Remove a seta padrão do bootstrap */

.custom-select-box {
    background-color: #f8faff;
    padding: 1rem 1.5rem;
    border-radius: 18px;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s;
}

.custom-select-box:hover {
    background-color: #f1f5f9;
}

.filter-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter-info i {
    color: #3b82f6;
    font-size: 0.9rem;
}

.filter-info span {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e293b;
}

.dropdown-menu {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 100%;
}

.dropdown-item {
    border-radius: 8px;
    font-size: 0.9rem;
    padding: 10px 15px;
}

.dropdown-item:active {
    background-color: #3b82f6;
}

/* ---------- FIM DA AREA CURSO  ----------*/
/* ---------- AREA PRINCIMPIO  ----------*/
/* RESET E VARIÁVEIS span */

:root {
    --primary-blue: #0d469c;
    --bg-dark: #121214;
    --text-main: #ffffff;
    --text-dim: #a1a1aa;
    --font-family: 'Inter', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-family);
}

.principal {
    margin-top: 3%;
}

.princ {
    background-color: var(--bg-dark);
    color: var(--text-main);
    line-height: 1.5;
    overflow-x: hidden;
}

/* LAYOUT PRINCIPAL */

.hero-section_princ {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

/* LADO ESQUERDO: CONTEÚDO */

.content-container_princ {
    flex: 1.2;
    padding: 60px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.badge {
    background-color: var(--accent-green);
    color: #e3ffee;
    padding: 6px 5px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    width: fit-content;
    margin-bottom: 5px;
}

h1 {
    font-size: clamp(2rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    max-width: 600px;
}

h1 span {
    color: var(--primary-blue);
}

.description {
    font-size: 1.1rem;
    color: var(--text-dim);
    max-width: 550px;
    margin-bottom: 5px;
}

/* FEATURES GRID */

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.icon-box {
    color: var(--primary-blue);
    font-size: 1.5rem;
    margin-top: 4px;
}

.feature-text h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-text p {
    font-size: 0.85rem;
    color: var(--text-dim);
    line-height: 1.4;
}

/* BOTÕES */

.btn-group {
    display: flex;
    gap: 15px;
    /*  flex-wrap: wrap; */
}


.btn-primary {
    background-color: var(--primary-blue);
    color: white;
}

.btn-primary:hover {
    filter: brightness(1.2);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.btn-secondary {
    background-color: white;
    color: #000;
}

.btn-secondary:hover {
    background-color: #f4f4f5;
}

/* LADO DIREITO: IMAGEM */

.image-container {
    flex: 0.8;
    position: relative;
    background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1400&q=80');
    background-size: cover;
    background-position: center;
}

/* Efeito de sombreamento para fundir a imagem com o fundo escuro */

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--bg-dark) 0%, rgba(18, 18, 20, 0.4) 30%, transparent 100%);
}

/* RESPONSIVIDADE */

@media (max-width: 1024px) {
    .hero-section_princ {
        flex-direction: column;
    }

    .image-container {
        height: 40vh;
        order: -1;
    }

    .image-container::before {
        background: linear-gradient(to top, var(--bg-dark) 0%, transparent 100%);
    }

    .content-container_princ {
        padding: 40px 0%;
        /*  
                                   text-align: center;
                                align-items: center;
                                  */
    }

    .features-grid {
        justify-items: center;
    }

    .btn-group {
        justify-content: center;
    }
}

/*  ---------- FIM AREA PRINCIMPIO  ----------*/
/* ---------- FIM DA AREA DE CURSO  ----------*/
/* Card Container */

.custom-card {
    border: none;
    border-radius: 40px;
    /* Bordas bem arredondadas como na imagem */
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    height: 100%;
}

.custom-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* ---------- AREA DE IMAGEM  ----------*/

.card-img-wrapper {
    position: relative;
    padding: 15px;
    /* Margem interna para a imagem */
}

.card-img-top {
    border-radius: 30px;
    height: 220px;
    object-fit: cover;
    background-color: #e9ecef;
}

/* Badge Elite */


/* Card Body */

.card-body {
    padding: 1.5rem 2rem 2.5rem 2rem;
}

.card-title {
    font-weight: 800;
    font-size: 1.6rem;
    color: #12141d;
    line-height: 1.2;
    margin-bottom: 15px;
}

.card-text {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* Icons & Info */

.info-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

/* Button Custom */

.btn-custom {
    background-color: #f8f9fa;
    border: 1px solid #edf0f2;
    color: #12141d;
    font-weight: 700;
    font-size: 11px;
    padding: 14px;
    border-radius: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s;
}

.btn-custom:hover {
    background-color: #4d8601;
    color: #ffffff;
    border-color: #4d8601;
}

/* Responsividade para tablets */

@media (max-width: 992px) {
    .card-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 776px) {
    .principal {
        margin-top: 8%;
    }
}

/* FIM DA AREA DE CURSO */
/* --- RESPONSIVIDADE MOBILE --- */

@media (max-width: 968px) {
    .hero-section {
        flex-direction: column;
    }

    /* Imagem vai para o fundo total */
    .image-side {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .tech-card {
        border-radius: 0;
        max-width: none;
        max-height: none;
        box-shadow: none;
    }

    .content-container {
        background: transparent;
        text-align: center;
        align-items: center;
        padding: 40px 20px;
        min-height: 100vh;
    }

    .features-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .btn-group {
        justify-content: center;
        width: 100%;
    }

    .btn {
        width: 100%;
    }

    /* No mobile, o popup pode atrapalhar a leitura, então ajustamos */
    .info-popup {
        bottom: 20px;
        left: 15px;
        right: 15px;
    }
}

/* ===== ANIMAÇÃO DO MODAL ===== */

.modal-fade-enter-active,
.modal-fade-leave-active {
    transition: all 0.25s ease;
}

.modal-fade-enter-from,
.modal-fade-leave-to {
    opacity: 0;
    transform: scale(0.92);
}

.modal-fade-enter-to,
.modal-fade-leave-from {
    opacity: 1;
    transform: scale(1);
}

/* Backdrop suave */

.backdrop-fade-enter-active,
.backdrop-fade-leave-active {
    transition: opacity 0.25s ease;
}

.backdrop-fade-enter-from,
.backdrop-fade-leave-to {
    opacity: 0;
}

.backdrop-fade-enter-to,
.backdrop-fade-leave-from {
    opacity: 1;
}

/* ===== fim ANIMAÇÃO DO MODAL ===== */
/*-------------------- FORMULARIO --------------------------*/

.modalexx {
    z-index: 1;
}

.content {
    float: left;
    width: 100%;
    margin: 0 4%;
    padding: 20px 0;
}

/*Seu Código*/

.section-seu-codigo {
    padding: 10px 0px;
    background-color: #f4f4f4;
    height: 80px;
}

.section-seu-codigo .content {
    float: left;
    padding: 1em 0;
}

.section-seu-codigo .content p {
    text-align: center;
    color: #007cff;
    font-size: 1.3em;
    font-weight: bold;
}

.section_title {
    width: 100%;
    float: left;
    margin-bottom: 1em;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px #eceaea solid;
    padding-bottom: 1em;
}

.box-artigo {
    width: 100%;
    float: left;
}

/*Formulario*/

.container-form {
    position: relative;
    width: 100%;
    margin: auto;
}

.container-form .title-form {
    font-size: 1.2em;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.container-form .form {
    margin-top: 15px;
}

.form .input-box {
    width: 100%;
    margin-top: 10px;
}

.input-box label {
    color: #000;
}

.form :where(.input-box input,
    .select-box) {
    position: relative;
    height: 35px;
    width: 100%;
    outline: none;
    font-size: 1rem;
    color: #333;
    margin-top: 5px;
    border: 1px solid #A4E3F0;
    border-radius: 6px;
    padding: 0 15px;
    background: #E9F8FB;
}

.input-box input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.form :where(.input-box textarea) {
    position: relative;
    height: 100px;
    width: 100%;
    outline: none;
    font-size: 1rem;
    color: #333;
    margin-top: 5px;
    border: 1px solid #A4E3F0;
    border-radius: 6px;
    padding: 10px;
    background: #E9F8FB;
}

.input-box textarea:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.form .column {
    display: flex;
    column-gap: 15px;
}

.form .gender-box {
    margin-top: 10px;
}

.form :where(.gender-option,
    .gender) {
    display: flex;
    align-items: center;
    column-gap: 50px;
    flex-wrap: wrap;
}

.form .gender {
    column-gap: 5px;
}

.gender input {
    accent-color: #007CFF;
    float: left;
    width: 15px;
    height: 15px;
}

.form :where(.gender input,
    .gender textarea,
    .gender label) {
    cursor: pointer;
}

.gender label {
    color: #000;
}

.address :where(input,
    .select-box) {
    margin-top: 10px;
}

.select-box select {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    color: #808080;
    font-size: 1em;
    background: #e9f8fb;
}

.form button {
    height: 40px;
    width: 100%;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #007cff;
}

.form button:hover {
    background: #28D1F2;
}

/*Anti-span*/

.naoexibir {
    display: none;
}

/*Começa o Responsivo*/
/*480PX BREAKPOINT*/
/*480 dividido por 16 = 30em*/

@media (min-width:30em) {
    .boxBannerTopo {
        padding: 1em 0;
    }
}

/*600PX BREAKPOINT*/
/*600 dividido por 16 = 37,5em*/

@media (min-width:37em) {}

/*768PX BREAKPOINT*/
/*768 dividido por 16 = 48em*/

@media (min-width:48em) {}

/*960PX BREAKPOINT*/
/*960 dividido por 16 = 60em*/

@media (min-width:60em) {
    .section-seu-codigo {
        padding: 20px 0px;
    }

    .section-seu-codigo .content {
        width: 80%;
        padding: 1em 0;
        margin: 0 10%;
    }

    .box-download {
        width: 62%;
        float: left;
    }

    .box-anun {
        width: 33%;
        float: right;
        margin-top: 60px;
    }
}

/*1280PX BREAKPOINT*/
/*1280 dividido por 16 = 80em*/

@media (min-width:80em) {}

/*1366PX BREAKPOINT*/
/*1366 dividido por 16 = 85,375em*/

@media (min-width:85em) {
    .content {
        width: 80%;
        margin: 0 10%;
    }
}

/*1600PX BREAKPOINT*/
/*1600 dividido por 16 = 100em*/

@media (min-width:100em) {}

/*Fecha o Responsivo*/
/* ===== PERGUNTA FREQUENTE ===== */

:root {
    --bradesco-pink: #b8024c;
}

.faq-section {
    padding: 60px 0;
}

.faq-title {
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 2rem;
}

/* Item da FAQ */

.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-header {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1.1rem;
    color: #333;
}

.faq-header:hover {
    color: var(--bradesco-pink);
}

/* Ícone de seta com rotação */

.faq-header i {
    color: var(--bradesco-pink);
    transition: transform 0.3s ease;
}

.icon-active {
    transform: rotate(90deg);
}

/* Resposta com animação */

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    color: #666;
    line-height: 1.6;
}

.is-open {
    max-height: 300px;
    /* Suficiente para o texto */
    padding-bottom: 20px;
}

.btn-all {
    color: var(--bradesco-pink);
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

/* Card Rosa Lateral */

.cta-card {
    background-color: var(--bradesco-pink);
    border-radius: 8px;
    padding: 4rem 3rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-card p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.btn-cta {
    border: 2px solid white;
    color: white;
    border-radius: 50px;
    padding: 8px 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.btn-cta:hover {
    background: white;
    color: var(--bradesco-pink);
}

.wink-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 7rem;
    font-family: monospace;
    opacity: 0.8;
    pointer-events: none;
}

/* ===== FIM PERGUNTA FREQUENTE ===== */
/* ===== SLIDER PRINCIPAL ===== */

/* Container Principal */

.slider-container {
    width: 100%;
    /*  padding: 15px;*/
}

.custom-slider {
    overflow: hidden;
    position: relative;
    /*  border-radius: var(--border-radius-main); */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
}

.img-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Camada preta transparente (Overlay) */
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.8) 0%);
    z-index: 1;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 10s ease;
}

/* Efeito de Fade Suave entre slides */

.carousel-item.active img {
    transform: scale(1.15);
}

.carousel-fade .carousel-item {
    transition-duration: 0.8s;
    transition-property: opacity;
}

.carousel-item img {
    height: 600px;
    object-fit: cover;
    filter: brightness(0.9);
    /* Escurece a imagem levemente para o texto ler melhor */
}

/* Card Flutuante Profissional */

.glass-card {
    position: absolute;
    bottom: 24px;
    left: 20px;
    right: 20px;
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border-radius: 24px;
    padding: 24px;
    z-index: 10;
}

/* 
                               .glass-card {
                            position: absolute;
                            bottom: 24px;
                            left: 20px;
                            right: 20px;
                            backdrop-filter: blur(12px) saturate(180%);
                            -webkit-backdrop-filter: blur(12px) saturate(180%);
                            border-radius: 24px;
                            padding: 24px;
                            border: 1px solid rgba(255, 255, 255, 0.12);
                            z-index: 10;
                        }
                             */

.icon-wrapper {
    background: rgba(59, 130, 246, 0.2);
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.card-title {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.card-text {
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
}

/* Indicadores Minimalistas */

.carousel-indicators {
    bottom: auto;
    top: 20px;
    justify-content: flex-end;
    margin-right: 30px;
}

.carousel-indicators [button] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: var(--primary-blue);
    transform: scale(1.2);
}

/* Esconder controles padrão e mostrar no hover */

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 15px;
    opacity: 0;
    transition: 0.3s;
}

.custom-slider:hover .carousel-control-prev,
.custom-slider:hover .carousel-control-next {
    opacity: 1;
}

.gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery img:hover {
    transform: scale(1.02);
}

/* AREA DO CURSO*/

.blog-header {
    padding: 3rem 0;
    text-align: center;
}

.blog-logo {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.blog-subtitle {
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

/* Barra de Busca */

.search-container {
    max-width: 800px;
    margin: 2rem auto;
}

.search-input {
    border-radius: 50px;
    padding-left: 2.5rem;
    padding-left: 100px;
}

.search-icon {
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
}

/* Card de Destaque (Artemis II) */

.featured-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: white;
    margin-bottom: 3rem;
}

.featured-img {
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.badge-tech {
    background-color: #f1f3f5;
    color: #495057;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

/* Grid de Posts */

.post-card {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.post-card:hover {
    transform: translateY(-5px);
}

.post-card img {
    border-radius: 15px 15px 0 0;
    object-fit: cover;
}

.post-title {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4;
}

/* Estilo corrigido para a imagem do autor */

.author-img {
    width: 35px;
    /* Define uma largura fixa pequena */
    height: 35px;
    /* Define uma altura fixa igual à largura */
    object-fit: cover;
    /* Garante que a foto não fique esticada */
    border-radius: 50%;
    /* Deixa a imagem perfeitamente redonda */
    margin-right: 10px;
    /* Espaçamento entre a foto e o nome */
    display: inline-block;
    /* Garante que ela se comporte bem na linha */
}

/* Ajuste no container do autor para alinhar verticalmente */

.author-info {
    display: flex;
    align-items: center;
    /* Alinha o texto ao centro da imagem */
    font-size: 0.85rem;
    color: #6c757d;
}

.read-more {
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.formulario_cont {
    width: 50%;
    padding:  980px;
}


/* Responsividade Customizada */

@media (max-width: 768px) {
    .featured-img {
        min-height: 200px;
    }

    .blog-logo {
        font-size: 2rem;
    }

    .formulario_cont {
        width: 100%;
        padding:  980px;
    }

}

/* SLIDER GALERIA */

.slider-window {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.slider-track {
    display: flex;
    align-items: center;
    left: 0;
    will-change: transform;
}

/* Card customizado usando classes do Bootstrap como base */

.slide-card {
    flex: 0 0 320px;
    height: 400px;
    margin: 0 15px;
    border: none;
    border-radius: 1rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    transform: scale(0.85);
    filter: grayscale(100%);
}

/* Destaque do card central */

.slide-card.active {
    opacity: 1;
    transform: scale(1.2);
    filter: grayscale(0%);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.card-overlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    border-radius: 1rem;
    color: white;
}

/* Botões flutuantes estilo Bootstrap */

.btn-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-prev {
    left: 20px;
}

.btn-next {
    right: 20px;
}

/*.................... PLANOS DE FORMACAO ------------------- */

:root {
    --bg-dark: #1f0112;
    --primary-blue: #2d6df6;
    --text-gray: #9ca3af;
}

.plano-neg {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    padding: 20px;
}

/* Container Principal */

.hero-card {
    background-color: var(--bg-dark);
    /* Bordas bem arredondadas como na imagem */
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

/* Lado do Conteúdo */

.content-side {
    flex: 1;
    min-width: 350px;
    padding: 80px 60px;
    z-index: 2;
}

.badge-pill {
    background-color: #1e3a8a;
    color: #3b82f6;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 30px;
}

.hero-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.hero-title span {
    color: var(--primary-blue);
}

.planos_form {
    padding-left: 9%;
}

.hero-desc {
    color: var(--text-gray);
    line-height: 1.6;
    max-width: 480px;
    margin-bottom: 45px;
}

/* Features */

.feature-item {
    margin-bottom: 30px;
}

.feature-icon {
    color: var(--primary-blue);
    font-size: 24px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.feature-text h6 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 15px;
}

.feature-text p {
    color: #4b5563;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.4;
}

/* Botões */

.btn-group-custom {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.btn-primary-custom {
    background-color: var(--primary-blue);
    color: white;
    border: none;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.btn-secondary-custom {
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
}

/* Lado da Imagem */

.image-side {
    flex: 1;
    min-width: 550px;
    position: relative;
    background-image: url('../img/advance_feature_img.jpeg');
    background-size: cover;
    background-position: center;
}

/* Gradiente para fundir a imagem com o fundo preto */

.image-side::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .hero-card {
        border-radius: 30px;
    }

    .content-side {
        padding: 40px;
    }

    .image-side {
        min-height: 300px;
        order: -1;
    }

    .image-side::before {}

    .hero-title {
        font-size: 1.25rem;
    }

    .planos_form {
        padding-left: 0%;
    }
}

/*....................FIM PLANOS DE FORMACAO ------------------- */
/* Utilidades de arredondamento e sombras */

.rounded-lg {
    border-radius: 12px !important;
}

/* Estilo dos Cards de Categoria */

.category-container {
    background-color: #a1abff;
    padding: 24px;
    height: 100%;
}

.course-card {
    background: #fff;
    border: 1px solid #dcdfe3;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.course-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.course-img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 12px;
}

.course-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Estilos dos Banners Centrais */

.banner {
    min-height: 180px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.banner-plus {
    background: linear-gradient(90deg, #00255d 0%, #0056d2 100%);
    height: 300px;
}

.banner-business {
    background-color: #1f1f1f;
    height: 300px;
}

.banner img {
    padding-top: 10px;
    height: auto;
    border-radius: 8px;
}

/* Logos das Empresas */

.grayscale {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.3s;
    max-height: 60px;
}

.grayscale:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Cards de Ação Inferiores */

.action-card {
    background-color: #ebf3ff;
    border: none;
    padding: 30px;
    text-align: left;
    transition: 0.3s;
    border-radius: 12px;
    height: 100%;
    cursor: pointer;
}

.action-card:hover {
    background-color: #e1eeff;
}

.action-card h5 {
    font-weight: 700;
    margin-bottom: 0;
}

/*  SLIDER  */



ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

p {
    margin: 5px 0;
    /* Adiciona uma linha fina abaixo de cada campo de informação */
    padding-bottom: 2px;
}

/* Remove a linha do último campo para o visual ficar mais limpo */
p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}