﻿
:root {
    --unoeste-green: #008744;
    --unoeste-red: #870019;
    --unoeste-dark: #1D1D1B; /*#0f172a;*/
    --unoeste-light: #f8fafc;
    --unoeste-gold: #f59e0b;
    --bs-font-sans-serif: 'Poppins', sans-serif;
    --bs-font-secundary-sans-serif: 'Catamaran', sans-serif;
}

/*@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1280px !important;
    }
}*/

body {
    font-family: var(--bs-font-sans-serif);
    background-color: var(--unoeste-light);
    color: #334155;
    padding-top: 80px;    
}

p {
    font-family: var(--bs-font-secundary-sans-serif) !important;
}

.font-secunday {
    font-family: var(--bs-font-secundary-sans-serif);
}

.lh-lg {
    line-height: 1.8 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--unoeste-dark);
    font-weight: 700;
    letter-spacing: -0.5px;
}

.fs-6{
    font-size: 1.1rem;
}

/* Navbar principal */
.navbar {
    background-color: var(--unoeste-green) !important;
    border-bottom: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Estilo unificado dos links */
.nav-link {
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 0.6rem !important;
    border-radius: 8px;
    transition: all 0.2s;
    color: rgba(255, 255, 255, 0.85) !important;
}

    .nav-link:hover {
        color: #ffffff !important;
        background-color: rgba(255, 255, 255, 0.15);
    }

/* Fundo do menu Mobile (Offcanvas) */
.offcanvas-custom {
    background-color: var(--unoeste-green) !important;
}

.btn-custom {
    background-color: var(--unoeste-green);
    color: white;
    font-weight: 600;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .btn-custom:hover {
        background-color: #006b35;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(0, 135, 68, 0.25);
    }

.btn-outline-custom {
    border: 2px solid #e2e8f0;
    color: var(--unoeste-dark);
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s;
}

    .btn-outline-custom:hover {
        border-color: var(--unoeste-dark);
        background-color: var(--unoeste-dark);
        color: white;
    }

.hero-section {
    background-color: white;
    border-bottom: 1px solid #e2e8f0;
    padding: 4rem 0;
}

@media (max-width: 576px) {
    .hero-section {
        padding-top: 2rem;
    }
}

    .badge-modern-active {
        background-color: #ecfdf5;
        color: var(--unoeste-green);
        font-weight: 600;
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
        border-radius: 50rem;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }

    .badge-modern-inactive {
        background-color: #fdecec;
        color: var(--unoeste-red);
        font-weight: 600;
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
        border-radius: 50rem;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-image-wrapper {
        position: relative;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
        text-align: center;
    }

        .hero-image-wrapper img {
            object-fit: cover;
            width: auto;
            max-width: 100%;
        }

    .info-pill {
        background: white;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        padding: 1rem;
        display: flex;
        align-items: center;
        gap: 1rem;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    }

    .info-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
    }

    .section-tag {
        color: var(--unoeste-green);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
        display: block;
    }

    /* Estilos para os Documentos Compactos */
    .doc-link {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.6rem 1.25rem;
        background-color: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 50rem;
        color: #475569;
        font-weight: 500;
        font-size: 0.9rem;
        text-decoration: none;
        transition: all 0.2s ease;
    }

        .doc-link:hover {
            border-color: var(--unoeste-green);
            background-color: #ecfdf5;
            color: var(--unoeste-green);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 135, 68, 0.1);
        }

        .doc-link i {
            font-size: 1.1rem;
        }

    /* Estilos para os Cards de Palestrantes */
    .speaker-card {
        background: white;
        border: 1px solid #e2e8f0;
        border-radius: 20px;
        transition: all 0.3s ease;
    }

        .speaker-card:hover {
            border-color: var(--unoeste-green);
            box-shadow: 0 15px 35px -5px rgba(0, 135, 68, 0.1);
            transform: translateY(-5px);
        }

    .speaker-avatar {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #f8fafc;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        flex-shrink: 0;
    }

    .timeline-card {
        background: white;
        border: 1px solid #e2e8f0;
        border-radius: 20px;
        padding: 1.5rem;
        position: relative;
        transition: all 0.3s;
        z-index: 1;
    }

        .timeline-card:hover {
            border-color: var(--unoeste-green);
            box-shadow: 0 20px 40px -10px rgba(0, 135, 68, 0.1);
            transform: translateY(-5px);
        }

    .time-bubble {
        background: var(--unoeste-dark);
        color: white;
        font-weight: 600;
        padding: 0.35rem 0.85rem;
        border-radius: 8px;
        display: inline-block;
        margin-bottom: 0.8rem;
        font-size: 0.85rem;
    }

    /* Seção Patrocinadores */
    .sponsor-logo {
        /*filter: grayscale(100%);*/
        /*opacity: 0.6;*/
        transition: all 0.3s ease;
        max-height: 60px;
        object-fit: contain;
    }

    /*.sponsor-logo:hover {
                filter: grayscale(0%);
                opacity: 1;
                transform: scale(1.05);
            }*/

    .service-box {
        background: white;
        border-radius: 20px;
        padding: 2.5rem 1.5rem;
        text-align: center;
        border: 1px solid #e2e8f0;
        text-decoration: none;
        transition: all 0.3s;
        display: block;
        height: 100%;
    }

        .service-box:hover {
            border-color: var(--unoeste-green);
            box-shadow: 0 20px 40px -10px rgba(0, 135, 68, 0.15);
            transform: translateY(-8px);
        }

        .service-box i {
            font-size: 2.5rem;
            color: var(--unoeste-dark);
            margin-bottom: 1rem;
            display: block;
            transition: color 0.3s;
        }

        .service-box:hover i {
            color: var(--unoeste-green);
        }

        .service-box h5 {
            margin: 0;
            font-size: 1.1rem;
            color: var(--unoeste-dark);
        }


    .footer-premium {
        background-color: var(--unoeste-dark);
        color: #94a3b8;
        padding: 5rem 0 2rem;
        font-size: 0.95rem;
    }

        .footer-premium h5 {
            color: #ffffff;
            font-weight: 600;
            letter-spacing: 0.5px;
            font-size: 1.1rem;
        }

    .footer-premium-logo {
        height: 40px;
        filter: brightness(0) invert(1);
        margin-bottom: 1.5rem;
    }

    .footer-premium a {
        color: #94a3b8;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .footer-premium a:hover {
            color: #ffffff;
        }

    .footer-link-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .footer-link-item i {
            font-size: 0.8rem;
            color: var(--unoeste-green);
            transition: transform 0.3s;
        }

        .footer-link-item:hover i {
            transform: translateX(3px);
        }

    .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.05);
        color: #ffffff;
        font-size: 1.2rem;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .social-icon:hover {
            background-color: var(--unoeste-green);
            color: white;
            transform: translateY(-3px);
        }

    .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 2rem;
        margin-top: 4rem;
    }


    .btn-nav-inscricao {
        background-color: #ffffff;
        color: var(--unoeste-green);
        font-weight: 700;
        padding: 0.5rem 1rem;
        border-radius: 12px;
        text-decoration: none;
        transition: all 0.3s ease;
        display: block;
        text-align: center;
        border: 2px solid #ffffff;
    }

        .btn-nav-inscricao:hover {
            background-color: transparent;
            color: #ffffff;
            border-color: #ffffff;
            transform: translateY(-2px);
        }

    .user-content * {
        all: revert;
        font-family: var(--bs-font-secundary-sans-serif) !important;
        font-size: inherit !important;
        color: inherit !important;
        text-align: inherit !important;
    }

    .user-content img {
        max-width: 100%;
        height: auto !important;
    }

    /* ─── ESTILOS DO SUBMENU (DROPDOWN) ─── */
    .dropdown-menu {
        border-radius: 12px;
        padding: 0.5rem;
        margin-top: 0.5rem;
    }

    .dropdown-item {
        border-radius: 8px;
        padding: 0.5rem 1rem;
        font-weight: 500;
        font-size: 0.95rem;
        color: var(--unoeste-dark);
        transition: all 0.2s;
    }

        .dropdown-item:hover, .dropdown-item:focus {
            background-color: #ecfdf5; /* Fundo verde claro */
            color: var(--unoeste-green);
        }

    .dropdown-divider {
        border-color: #e2e8f0;
        margin: 0.5rem 0;
    }

    .pagina-secundaria {
        min-height: 40vh;
    }

    /*.navbar .dropdown:hover .dropdown-menu {
            display: block;
            margin-top: 0;
        }*/
