@font-face {
    font-family: 'CoopasulLogo';
    src: url('../fonts/coopasul.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.logo-coopasul {
    font-family: 'CoopasulLogo', sans-serif !important;
    font-size: 40px !important;
    letter-spacing: 0 !important;
    color: #c62828 !important;
    line-height: 1 !important;
}
.logo-banner {
    font-family: 'CoopasulLogo', sans-serif;
    font-size: 70px;
    letter-spacing: 4px;
    color: #c62828 !important; /* vermelho elegante */
}
body {
     font-family: 'Poppins', sans-serif;
    font-size: 18px; /* aumentamos */
    line-height: 1.7;
    color: #333;
}

.navbar {
    background-color: #1f5e2e !important;
}

.section-title,
h2,
h3 {
    font-family: 'CoopasulLogo', sans-serif !important;
    letter-spacing: 1px;
    color: #1f5e2e;
}

/* Títulos com fonte da logo */
.section-title,
h2,
h3 {
    font-family: 'CoopasulLogo', sans-serif !important;
    letter-spacing: 1px;
    color: #1f5e2e;

    /* sombra suave elegante */
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
}

/* Ajuste tamanho */
h2 {
    font-size: 42px;
}

h3 {
    font-size: 32px;
}

/* Parágrafos mais confortáveis */
p {
    font-size: 18px;
}

.bg-institucional {
    background-color: #1f5e2e;
    color: white;
}

.card-institucional {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    padding: 30px; 
    background: white;
}

.numero-destaque {
    font-size: 42px;
    font-weight: bold;
}

.nav-link:hover::after {
    width: 100%;
}

/* Navbar moderna */
.navbar-custom {
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 15px 0;
    transition: all 0.3s ease;
}

/* Menu */
.nav-link {
    position: relative;
    font-weight: 500;
    color:  #c62828 !important;
    margin-left: 20px;
    transition: color 0.3s ease;
}


/* Linha animada */
.nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #c62828;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}


/* Navbar centralizada */
.navbar-custom {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 15px 0;
}
/* HEADER TRANSPARENTE */
.navbar-premium {
    background: transparent;
    transition: all 0.4s ease;
    padding: 20px 0;
}

/* Quando rolar a página */
.navbar-premium.scrolled {
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    padding: 12px 0;
}

/* Menu botão */
.menu-toggle {
    font-size: 30px;
    background: none;
    border: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

/* Quando scroll mudar cor do botão */
.navbar-premium.scrolled .menu-toggle {
    color: #1f5e2e;
}

/* Menu lateral premium */
.menu-premium {
    color: white;
}

.menu-premium .nav-link {
    font-size: 18px;
    margin-bottom: 15px;
}

.menu-premium .nav-link:hover {
    color: #c62828 !important;
}
/* Fundo institucional */
body {
    background-color: #F4F1E8;
}

/* HERO */
.hero-section {
    padding: 40px 0;
}

.hero-box {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.hero-img {
    height: 500px;
    object-fit: cover;
}

.hero-caption {
    bottom: 30%;
}

.hero-title {
    font-size: 48px;
    font-weight: 600;
}

.hero-subtitle {
    font-size: 22px;
    margin: 15px 0;
}

/* Botões */
.btn-premium {
    background: #D97A2B;
    color: white;
    padding: 12px 28px;
    border-radius: 10px;
    text-decoration: none;
    margin-right: 10px;
}

.btn-outline-premium {
    border: 2px solid white;
    color: white;
    padding: 12px 28px;
    border-radius: 10px;
    text-decoration: none;
}

/* Cards */
.cards-section {
    padding: 80px 0;
}

.card-premium {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.card-premium:hover {
    transform: translateY(-8px);
}

/* Indicadores */
.indicadores-section {
    background: linear-gradient(90deg, #3E4F2C, #556B2F);
    color: white;
    padding: 80px 0;
}

.numero-destaque {
    font-size: 40px;
    font-weight: 700;
}
.card-premium h5 {
    font-family: 'CoopasulLogo', sans-serif;
    font-size: 26px;
    margin-bottom: 15px;
}
/* SEÇÃO QUEM SOMOS */
.quem-somos-section {
    padding: 100px 0;
    background: #ffffff;
}

.quem-somos-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.quem-somos-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.quem-somos-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 18px;
}
.bloco-institucional {
    padding: 100px 0;
}

.bg-bege {
    background-color: #F4F1E8;
}

.subtitulo {
    font-size: 18px;
    color: #6c757d;
}

.card-destaque {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

.card-destaque ul {
    list-style: none;
    padding: 0;
}

.card-destaque li {
    margin-bottom: 10px;
    font-size: 17px;
}

.destaque-final {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    color: #3E4F2C;
}