*{
    margin: 0;
    padding: 0;
}

.testando{
    border: 1px solid yellowgreen;
}

.color-blue {
    background: #00145E;
    border: none;
}

.gradient-btn{
    background: linear-gradient(90deg, #00145E 0%, #009C3B 100%);
    border: none;
}
.gradient-btn-color{
    background: linear-gradient(90deg, #00145E 0%, #009C3B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
/* Falta corrigir, por enquanto na view estar um btn degrade comum */
.gradient-btn-border{
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #00145E 0%, #009C3B 100%);
    display: inline-block;
    
}


/*@media screen and (max-width: 991px) {*/
/*    .ver-login {*/
/*        display: none;*/
/*    }*/
/*}*/




.btn-acordion-custom{
    border-radius: 30px!important;
}
  

.image-logo{
    width: 150px;
}

.image-logo-footer{
    width: 250px;
}

.perfil-prof{
    width: 100px;
    border-radius: 50%;
    border: 2px solid blue;
}

.diploma-prof{
    width: 150px;
    border-radius: 20%;
    border: 2px solid blue;
}

.diploma-pos{
    width: 100px;
    border-radius: 20%;
    border: 2px solid blue;
}

.cadastra-diploma{
    width: 300px;
    border-radius: 20%;
    border: 2px solid blue;
}

@media screen and (max-width: 767px) {

    .faz-sumir{
        display:none;
    }

}




/* -------------------
:: Variáveis Globais e Estilos Base
------------------- */
:root {
    --primary-color: #0d6efd;
    --secondary-color: #0558c3;
    --accent-color: #198754;
    --dark-blue: #021024;
    --light-gray: #f8f9fa;
    --font-family: 'Inter', sans-serif;
}

body {
    font-family: var(--font-family);
    background-color: var(--light-gray);
    padding-top: 70px; /* Espaço para a navbar fixa */
}

h1, h2, h3, h4, h5, h6, p, .lead {
    text-wrap: balance !important;
}


.gradient-bg {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.btn-gradient {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.section-title {
    color: var(--dark-blue);
    font-weight: 700;
}

/* -------------------
:: Navbar
------------------- */
.navbar {
    transition: all 0.3s ease;
}

.navbar-brand .image-logo {
    height: 40px;
    transition: all 0.3s ease;
}

.navbar-scrolled {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
}

.navbar-scrolled .navbar-brand .image-logo {
    height: 35px;
}

.navbar .nav-link {
    color: #333;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--primary-color);
}

/* -------------------
:: Cabeçalho de Página Genérico
------------------- */
.page-header {
    background: linear-gradient(rgba(2, 16, 36, 0.7), rgba(2, 16, 36, 0.7)), url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}


/* -------------------
:: Hero Section (Homepage) - ATUALIZADO
------------------- */
.hero-section {
    background: linear-gradient(rgba(2, 16, 36, 0.6), rgba(2, 16, 36, 0.6)), url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

.hero-section h1 {
    font-size: 3.5rem; /* Título maior e mais impactante */
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.hero-section .lead {
    font-size: 1.25rem; /* Subtítulo mais legível */
    opacity: 0.9;
    max-width: 600px; /* Limita a largura para melhor legibilidade */
    margin-left: auto;
    margin-right: auto;
}

/* Ajustes para alinhar o texto da hero section no desktop */
@media (min-width: 992px) {
    .hero-section .lead {
        margin-left: 0;
        margin-right: 0;
    }
}


/* -------------------
:: Feature Cards (Vantagens / Princípios)
------------------- */
.feature-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

/* -------------------
:: Seção Fundador
------------------- */
.founder-section .founder-image {
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.founder-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

/* -------------------
:: Seção Números
------------------- */
.numbers-section {
    background: linear-gradient(rgba(2, 16, 36, 0.8), rgba(2, 16, 36, 0.8)), url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.stat-icon {
    font-size: 48px;
    margin-bottom: 15px;
    color: var(--accent-color);
}

/* -------------------
:: Seção de Contato
------------------- */
.contact-info-box .info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.contact-info-box .info-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background-color: var(--light-gray);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.contact-section .form-control {
    padding: 12px;
    border-radius: 8px;
}

.map-section {
    padding: 0;
    line-height: 0; /* Remove espaço extra do iframe */
}

/* -------------------
:: Seção Mapa (Homepage)
------------------- */
.map-chart-container {
    position: relative;
    height: 400px; 
    max-width: 500px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}


/* -------------------
:: FAQ Section
------------------- */
.faq-section .accordion-item {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}
.faq-section .accordion-button {
    font-weight: 600;
    color: var(--dark-blue);
}
.faq-section .accordion-button:not(.collapsed) {
    background-color: var(--light-gray);
    box-shadow: none;
    color: var(--primary-color);
}
.faq-section .accordion-button:focus {
    box-shadow: none;
}
.faq-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* -------------------
:: Card de Afiliado (CTA)
------------------- */
.affiliate-cta-section .affiliate-card {
    /* Um gradiente mais vibrante e moderno */
    background: linear-gradient(135deg, #0d6efd, #198754); 
    border-radius: 20px; /* Cantos mais arredondados */
    padding: 60px 50px; /* Mais preenchimento para um visual premium */
    box-shadow: 0 15px 35px rgba(13, 110, 253, 0.25);
    position: relative;
    overflow: hidden;
    color: #fff;
}

.affiliate-cta-section .affiliate-card::before {
    /* Ícone de mortarboard (capelo) do Bootstrap Icons */
    content: '\f4ce'; 
    font-family: 'bootstrap-icons';
    font-size: 250px; /* Um pouco maior para mais impacto */
    position: absolute;
    top: 50%;
    right: -80px;
    color: rgba(255, 255, 255, 0.08);
    transform: translateY(-50%) rotate(15deg);
    transition: transform 0.5s ease;
}

.affiliate-cta-section .affiliate-card:hover::before {
    transform: translateY(-50%) rotate(5deg) scale(1.1); /* Animação sutil no hover */
}

.affiliate-cta-section .btn-light {
    font-weight: 700; /* Texto do botão mais forte */
    padding: 15px 40px; /* Botão maior */
    border-radius: 50px;
    transition: all 0.3s ease;
    color: var(--primary-color); /* Cor do texto do botão */
    background-color: #fff;
    border: 2px solid transparent;
}

.affiliate-cta-section .btn-light:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/* -------------------
:: Footer
------------------- */
.footer-custom {
    background-color: var(--dark-blue);
    padding-top: 60px;
}

.footer-custom .footer-link {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-custom .footer-link:hover {
    color: #ffffff;
    padding-left: 5px;
}

.footer-custom .btn-social {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
}

