:root {
    /* =========================================
       1. DEFINIÇÃO (Cores exatas da paleta)
       ========================================= */
    --color-brown-900: #4A2712; /* Marrom Escuro */
    --color-brown-700: #6F3E13; /* Marrom Café */
    --color-beige-200: #FFDCC5; /* Bege */
    --color-red-700: #9B0000; /* Vermelho Guará */
    --color-red-500: #FF0000; /* Vermelho Urucum */
    --color-orange-600: #FF5500; /* Laranja Coral */
    --color-orange-400: #FF7D00; /* Amarelo Mel (Laranja claro) */
    --color-yellow-400: #FFD000; /* Amarelo Sol */
    --color-green-700: #009600; /* Verde Quartzo */
    --color-green-500: #00D000; /* Verde Amazônia */
    --color-blue-500: #183EFF; /* Azul Atlântico */
    --color-pink-300: #FFA0B4; /* Rosa Manga */


    /* =========================================
       2. SEMÂNTICOS (Variáveis para o layout)
       ========================================= */

    --primary: var(--color-brown-700);
    --primary-dark: var(--color-brown-900);
    --secondary: var(--color-orange-600);
    --surface-accent: var(--color-beige-200);
    --success: var(--color-green-500);
    --success-dark: var(--color-green-700);
    --danger: var(--color-red-500);
    --danger-dark: var(--color-red-700);
    --warning: var(--color-yellow-400);
    --info: var(--color-blue-500);
    --accent-warm: var(--color-orange-400);
    --accent-soft: var(--color-pink-300);
    --white: #ffffff;
}

h1, h2, h3, h4, h5, h6, body {
    font-family: 'Rawline', sans-serif;
    text-decoration: none;
    color: #000000;
}

body {
    font-size: 16px;
    background: #F6F7F8;
}

h1 {
    font-size: 42px;
    font-weight: 700;
}

h2,
.sp-page-title .sp-page-title-heading {
    font-size: 42px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

.sp-page-title-sub-heading {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
}

.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
    color: #000000;
}

.sp-page-title {
    background: transparent;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

#sp-main-body {
    padding: 0;
}

.itemid-101 {
    background: #FFF;
}

.text-dark {
    color: #000000 !important;
}

/* Breadcrumbs */
.sp-page-title .breadcrumb > .active {
    color: #333333;
}

.sp-page-title .breadcrumb > span,
.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li + li:before,
.sp-page-title .breadcrumb > li > a {
    color: #1351B4;
}

.sp-page-title .breadcrumb > .active,
.sp-page-title .breadcrumb > span,
.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li + li:before,
.sp-page-title .breadcrumb > li > a {
    font-weight: 500;
    font-size: 12px;
}

/* Sobrescrever estilo inline do plugin de acessibilidade */
._access-icon {
    height: 40px !important;
    background-color: #2974E0 !important;
    width: 40px !important;
    left: auto !important;
    right: 8px !important;
    bottom: 40% !important;
    font-size: 30px !important;
    line-height: 40px !important;
    border-radius: 8px;
}

/*=================================================
=                     Layout                      =
==================================================*/
#sp-top-bar-custom {
    background-color: var(--primary);
    padding: 13px 0px;
    color: white;
}

.sp-megamenu-parent > li > a {
    color: var(--primary-dark) !important;
    font-weight: 600 !important;
    font-size: 1rem;
}

/*=================================================
=                     Sessões                     =
==================================================*/

#sp-por-que-aderir {
    background-color: #F2F7FC;
    padding-top: 52px !important;
    padding-bottom: 52px !important;
}

#
sp-por-que-aderir h3 {
    margin-bottom: 42px;
}

#sp-por-que-aderir .sp-module-title {
    margin-bottom: 42px;
}

#sp-ajuda {
    background-color: var(--primary)
}


/*=================================================
=        Sessão Fortaleça Igualdade Racial        =
==================================================*/
.fortaleca-racial {
    display: flex;
    flex-direction: column; /* ESSENCIAL */
    justify-content: center; /* centraliza horizontalmente */
    align-items: center; /* centraliza verticalmente */
    min-height: 647px;
}

.sinapir-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    width: 82%;

    max-width: 1280px;
}

.sinapir-slider {
    padding-left: 50px;
    width: 90%;
    padding-top: 50px;
}

.sinapir-slider 
.n2-ss-slide-background-image {
    border-radius: 15px;
    overflow: hidden;
}
/* Tablet e mobile */
@media (max-width: 992px) {
    .sinapir-container {
        grid-template-columns: 1fr; /* vira uma coluna */
        gap: 32px;
    }
    #sp-footer h3 {
    margin-top: 15px;
}

}

.sinapir-text {
    padding-left: calc(100vw / 20);
    width: 100%;
    padding-top: 50px;
}

.sinapir-text h1 {
    font-family: 'Rawline', sans-serif;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 0;
}

.sinapir-text span {
    color: var(--color-brown-700);
}

.sinapir-text p {
    font-family: 'Rawline', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #333333;

}

.sinapir-buttons {
    margin-top: 24px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.logos {
    padding: 30px;
}

.logos img {
    max-height: 70px;
    width: auto;
}

.grandes-numeros {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 82%;
    max-width: 1280px;
    padding-top: 10px; /* espaço entre linha e números */
}

.grandes-numeros .item-gn {
    flex: 1;
    padding: 30px 10px;
    position: relative;
}

.item-gn strong {
    font-family: 'Rawline', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-brown-700);
    display: block;
    margin-bottom: 8px; /* ajuste o valor */
}

.item-gn span {
    font-family: 'Rawline', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;

}

/* Responsividade */
@media (max-width: 470px) {
    .item-gn strong {
        font-size: 35px;
    }

    .item-gn span {
        font-size: 14px;
    }

    .sinapir-text h1 {
        font-size: 35px;
    }

    .sinapir-text p {
        font-size: 13px;
    }

    .sinapir-buttons .btn-custom {
        width: 140px;
    }
}

/* linhas divisória */
.grandes-numeros::before {
    content: "";
    top: 0;
    display: block;
    left: 0;
    width: 100%;
    max-width: 1280px;
    height: 1px;
    background: #e5e5e5; 
    margin: 0 auto; /* centraliza a linha dentro do container */
}

.grandes-numeros .item-gn:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background: #e5e5e5;
}


.bg-laterais {
    background-image: url('../../../images/backgrounds/bg-esquerda.png'),
    url('../../../images/backgrounds/bg-direita.png');
    background-position: left center,
    right center;
    background-repeat: no-repeat,
    no-repeat;
    background-size: auto 100%,
    auto 100%;
    background-size: 9% 100%,
    9% 100%;
}

/* Telas maiores que 1650px */
@media (min-width: 1650px) {
    .bg-laterais {
        background-size: calc((100vw - 1320px) / 2) 100%,
        calc((100vw - 1320px) / 2) 100%;
    }
    .grandes-numeros::before {
    width: 98%;
    max-width: 1270px;
    }
}

/*==============Fim sessão Fortaleça ===========*/


/*=================================================
=        Sessão Passos para adesão       =
==================================================*/

#sp-passos-para-adesao .passos-adesao {
    margin: auto;
    padding-top: 50px;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;

    /* IMAGEM DAS FLORES */
    background-image: url('../../../images/backgrounds/image7.png'),
    url('../../../images/backgrounds/image9.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    /* POSIÇÃO: canto superior direito */
    background-position: bottom -3px left -30px,
    bottom -3px right -30px;

    background-size: 525px,
    340px;

    overflow: hidden;

}


#sp-passos-para-adesao .passos-adesao h2 {
    font-size: 24px;
    margin-bottom: 24px;
    color:#000000;
}

#sp-passos-para-adesao .steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

/* Card */
#sp-passos-para-adesao .card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px 24px 24px 90px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

#sp-passos-para-adesao .card h3 {
    margin-bottom: 6px;
    font-family: 'Rawline', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #000000;

}

#sp-passos-para-adesao .card p {
    font-size: 14px;
    color: #333333;
    line-height: 1.4;
}

/* Número */
#sp-passos-para-adesao .step-number {
    position: absolute;
    top: 34px;
    left: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F1ECE8;
    color: var(--color-brown-700);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rawline', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 25px;
    letter-spacing: 0;

}

/* Caixa de informação */
#sp-passos-para-adesao .info-box {
    margin-top: 32px;
    background: #F1ECE8;
    border-radius: 10px;
    padding: 16px 26px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: center;
    width: 75%;
}

#sp-passos-para-adesao .info-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--primary-dark);
    color: #F1ECE8;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#sp-passos-para-adesao .info-box p {
    margin: 0;
    font-size: 16.8px;
    color: #000000;
}

/* Telas menores que 1280px */
@media (max-width: 1280px) {
    #sp-passos-para-adesao .passos-adesao {
        background-size: calc(100vw / 2px) 100%,
        calc(100vw * (340 / 1280));
    }
}

@media (max-width: 770px) {
    #sp-passos-para-adesao .passos-adesao {
        background-size: calc(100vw / 2),
        calc(100vw / 3);
    }
    #sp-passos-para-adesao .steps {
    grid-template-columns: 1fr;
  }

}
/*==============Fim sessão PAssos para adesão ===========*/


/*============== Rodapé ===========*/
#sp-footer h3 {
    font-family: 'Rawline', sans-serif;
    font-weight: 600;
    font-size: 11.67px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #FFFFFF; 
    text-align: left;

}

#sp-footer #sp-footer2 {
    text-align: left;
}

#sp-footer li {
    font-family: 'Rawline', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex !important;
}


#sp-footer a {
  color:#C5D4EB;
}

.footer-logo img {
    max-width: 100%;
    height: 100px;
}

/* copyrigth*/
#sp-copyright{
    color: white;
    text-align: center;
    height: 44px;
    align-content: center;
    font-family: 'Rawline', sans-serif;
    font-weight: 400;
    font-size: 11.67px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

}



/*==============Fim rodapé ===========*/
