/* ==========================================================
   DOS CARIRIS AOS INCAS
   CSS DA EXPEDIÇÃO
========================================================== */


/* ==========================================================
   1. DESIGN SYSTEM
========================================================== */

:root{

    --cor-fundo:#F8F4EB;

    --cor-card:#FFFFFF;

    --cor-texto:#3C3126;

    --cor-secundaria:#6D5E4C;

    --cor-dourado:#C9A227;

    --cor-terracota:#A15A3C;

    --cor-verde:#536B4E;

    --cor-borda:#E8DED0;

    --radius:18px;

    --shadow:0 12px 35px rgba(0,0,0,.08);

}

body{

    background:var(--cor-fundo);

    color:var(--cor-texto);

}
/* ==========================================================
   2. HERO
========================================================== */


/* ==========================================================
   3. TÍTULOS DAS SEÇÕES
========================================================== */


/* ==========================================================
   4. CARDS
========================================================== */


/* ==========================================================
   5. GAMIFICAÇÃO
========================================================== */


/* ==========================================================
   6. GALERIA
========================================================== */


/* ==========================================================
   7. RODAPÉ
========================================================== */




/* =====================================================
   DOS CARIRIS AOS INCAS
===================================================== */

:root{

    --azul:#0B3C5D;
    --dourado:#D4A017;
    --verde:#4C7A52;
    --claro:#F7F5EF;
    --escuro:#1B1B1B;

}

/* ------------------------------------------------ */

body{

    font-family:'Poppins',sans-serif;
    color:var(--escuro);

}

/* ------------------------------------------------ */

.logo-titulo{

    font-family:'Cinzel',serif;
    font-size:1.1rem;
    line-height:1.1;
    color:white;
    font-weight:700;

}

/* ------------------------------------------------ */

.header{

    background:rgba(8,18,30,.55);

    backdrop-filter:blur(12px);

    transition:.4s;

}

/* ------------------------------------------------ */

.nav-link{

    color:white !important;

    font-weight:500;

    margin-left:18px;

}

.nav-link:hover{

    color:var(--dourado)!important;

}

/* ------------------------------------------------ */

.hero-expedicao{

    position:relative;

    min-height:100vh;

    background-image:url("../img/hero/machu-picchu.jpg");

    background-size:cover;

    background-position:center;

    overflow:hidden;

}

/* ------------------------------------------------ */

.hero-overlay{

    position:absolute;

    inset:0;

   background:linear-gradient(
    rgba(5,20,35,.55),
    rgba(5,20,35,.45)
);

}
/*======================================================
MAPA ANTIGO
======================================================*/

.hero-map{

    position:absolute;

    inset:0;

    background:url("../img/textures/mapa-antigo.png") center center;

    background-size:cover;

    opacity:.03;

    mix-blend-mode:screen;

    pointer-events:none;

}

/*======================================================
ROSA DOS VENTOS
======================================================*/

.hero-compass{
        display:none;

    position:absolute;

    width:700px;

    height:700px;

    top:50%;

    left:70%;

    transform:translate(-50%,-50%);

    background:url("../img/decor/rosa-dos-ventos.png") center center no-repeat;

    background-size:contain;

    opacity:.05;

    animation:girarCompass 180s linear infinite;

    pointer-events:none;

}

@keyframes girarCompass{

    from{

        transform:translate(-50%,-50%) rotate(0deg);

    }

    to{

        transform:translate(-50%,-50%) rotate(360deg);

    }

}
/* ------------------------------------------------ */

.hero-expedicao .container{

    position:relative;

    z-index:10;

}

/* ------------------------------------------------ */

.hero-subtitulo{

    display:inline-block;

    letter-spacing:4px;

    color:var(--dourado);

    font-weight:600;

    margin-bottom:20px;

}

/* ------------------------------------------------ */

.hero-titulo{

    font-family:'Cinzel',serif;

    color:white;

    font-size:4.5rem;

    font-weight:700;

    line-height:1.1;

}

/* ------------------------------------------------ */

.hero-frase{

    color:white;

    font-size:1.4rem;

    margin-top:25px;

    max-width:600px;

}

/* ------------------------------------------------ */

.hero-informacoes{

    margin-top:40px;

    display:flex;

    gap:35px;

    flex-wrap:wrap;

    color:white;

}

.hero-informacoes i{

    color:var(--dourado);

    margin-right:8px;

}

/* ------------------------------------------------ */

.hero-botoes{

    margin-top:45px;

}

.btn-expedicao{

    background:var(--dourado);

    color:white;

    padding:14px 35px;

    border-radius:40px;

    font-weight:600;

    margin-right:15px;

}

.btn-expedicao:hover{

    background:#c39209;

    color:white;

}

/* ------------------------------------------------ */

.scroll-indicador{

    position:absolute;

    left:50%;

    bottom:30px;

    transform:translateX(-50%);

    color:white;

    font-size:2rem;

    animation:flutuar 2s infinite;

}

@keyframes flutuar{

    0%{

        transform:translate(-50%,0);

    }

    50%{

        transform:translate(-50%,12px);

    }

    100%{

        transform:translate(-50%,0);

    }

}

/* ------------------------------------------------ */

@media(max-width:991px){

    .hero-titulo{

        font-size:3.2rem;

    }

    .hero-frase{

        font-size:1.1rem;

    }

}

/*======================================================
CAPÍTULO 01
======================================================*/

.secao-jornada{

    padding:120px 0;

    background:#faf8f2;

}

.capitulo-numero{

    color:#D4A017;

    letter-spacing:5px;

    font-weight:700;

    font-size:.9rem;

}

.titulo-capitulo{

    font-family:'Cinzel',serif;

    color:#0B3C5D;

    font-size:3.2rem;

    margin:20px 0;

}

.linha-dourada{

    width:90px;

    height:4px;

    background:#D4A017;

    margin-bottom:35px;

}

.secao-jornada p{

    font-size:1.08rem;

    line-height:2;

    color:#5b5b5b;

}

.foto-capitulo{

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 30px 60px rgba(0,0,0,.18);

}

.foto-capitulo img{

    transition:.6s;

}

.foto-capitulo:hover img{

    transform:scale(1.05);

}

/*======================================================
A EXPEDIÇÃO
======================================================*/

.secao-expedicao{
    padding:100px 0;
    background:#fff;
}

/*======================================================
AYLLU CARIRI
======================================================*/

.secao-ayllu{

    padding:100px 0;

    background:#F7F5EF;

}
/*======================================================
EXPEDICIONÁRIOS
======================================================*/

.secao-expedicionarios{

    padding:100px 0;

    background:#ffffff;

}

.subtitulo-secao{

    max-width:700px;

    margin:25px auto 0;

    color:#666;

    line-height:1.9;

}

.card-expedicionario{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 45px rgba(0,0,0,.12);

    transition:.35s;

    height:100%;

}

.card-expedicionario:hover{

    transform:translateY(-8px);

}

.card-expedicionario img{

    width:100%;

    height:280px;

    object-fit:cover;

}

.conteudo-card{

    padding:30px;

}

.conteudo-card h4{

    font-family:'Cinzel',serif;

    color:#0B3C5D;

    margin-bottom:8px;

}

.conteudo-card span{

    color:#D4A017;

    font-weight:600;

    display:block;

    margin-bottom:18px;

}

.conteudo-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}
/*======================================================
ROTEIRO
======================================================*/

.secao-roteiro{

    padding:100px 0;

    background:#F7F5EF;

}

.roteiro-card{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.10);

    transition:.35s;

    height:100%;

}

.roteiro-card:hover{

    transform:translateY(-8px);

}

.roteiro-card i{

    font-size:2.8rem;

    color:#D4A017;

    margin-bottom:20px;

}

.roteiro-card h4{

    font-family:'Cinzel',serif;

    color:#0B3C5D;

    margin-bottom:15px;

}

.roteiro-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}
/*======================================================
DIÁRIO
======================================================*/

.secao-diario{

    padding:100px 0;

    background:#ffffff;

}

.diario-card{

    background:#F7F5EF;

    border-radius:20px;

    padding:35px;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.diario-card:hover{

    transform:translateY(-8px);

}

.numero-capitulo{

    display:inline-block;

    background:#D4A017;

    color:#fff;

    padding:6px 14px;

    border-radius:30px;

    font-weight:700;

    margin-bottom:20px;

}

.diario-card h4{

    font-family:'Cinzel',serif;

    color:#0B3C5D;

    margin-bottom:20px;

}

.diario-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:30px;

}
/*======================================================
FOOTER
======================================================*/

.footer-expedicao{

    background:#0B3C5D;

    color:#FFF;

    padding:80px 0 30px;

}

.footer-expedicao h3{

    font-family:'Cinzel',serif;

    margin-bottom:20px;

}

.footer-expedicao h5{

    margin-bottom:20px;

    color:#D4A017;

}

.footer-expedicao p{

    color:#d9d9d9;

    line-height:1.8;

}

.footer-expedicao ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-expedicao li{

    margin-bottom:12px;

}

.footer-expedicao a{

    color:#fff;

    text-decoration:none;

    transition:.3s;

}

.footer-expedicao a:hover{

    color:#D4A017;

}

.social-footer{

    display:flex;

    gap:15px;

    margin-top:10px;

}

.social-footer a{

    width:48px;

    height:48px;

    border:1px solid rgba(255,255,255,.2);

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:1.2rem;

    transition:.3s;

}

.social-footer a:hover{

    background:#D4A017;

    color:#fff;

    border-color:#D4A017;

}

.footer-expedicao hr{

    margin:50px 0 25px;

    border-color:rgba(255,255,255,.15);

}

.footer-bottom{

    text-align:center;

    color:#bdbdbd;

    font-size:.9rem;

}
.footer-expedicao h3{

    color: #d4a017;

    font-family:'Cinzel',serif;
    font-size:2rem;
    margin-bottom:20px;

}
#caminho-andes{
    padding:60px 0;
}

.mapa-expedicao{
    position:relative;
    width:100%;
}

#mapa{
    width:100%;
    display:block;
    border-radius:20px;
}

#pins{
    position:absolute;
    inset:0;
}

/* ==========================================================
   BARRA DE PROGRESSO DA EXPEDIÇÃO
   ========================================================== */

.expedicao-geral{

    margin-bottom:25px;

}

.titulo-expedicao{

    font-size:24px;

    font-weight:700;

    margin-bottom:12px;

}

.barra-geral{

    width:100%;

    height:18px;

    background:#ddd;

    border-radius:30px;

    overflow:hidden;

}

#progresso-geral{

    width:0;

    height:100%;

    background:linear-gradient(90deg,#22c55e,#16a34a);

    transition:width .8s ease;

}

#texto-progresso{

    margin-top:8px;

    font-size:15px;

    font-weight:600;

    text-align:right;

    margin-bottom:15px;

}
.estatisticas-expedicao{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:15px;

    margin-top:8px;

}

.card-estatistica{

    background:#fff;

    border-radius:12px;

    padding:18px;

    text-align:center;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.card-estatistica span{

    font-size:28px;

    display:block;

}

.card-estatistica strong{

    display:block;

    margin:8px 0;

    font-size:24px;

    color:#5b3b1a;

}

.card-estatistica small{

    color:#777;

}

/* ==========================================================
   RANKING DA EXPEDIÇÃO
   ========================================================== */

.ranking-expedicao{

    margin-top:25px;
    margin-bottom:25px;

}

.ranking-expedicao h3{

    margin-bottom:15px;
    color:#5b3b1a;

}

#ranking-lista{

    display:flex;
    gap:15px;

}

.ranking-card{

    flex:1;

    background:#fff;

    border-radius:12px;

    padding:18px;

    text-align:center;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.ranking-posicao{

    font-size:30px;
    margin-bottom:8px;

}

.ranking-nome{

    font-size:18px;
    font-weight:bold;

}

.ranking-valor{

    margin-top:8px;
    color:#8b5a2b;
    font-size:20px;
    font-weight:bold;

}
/* ==========================================================
   CABEÇALHO DAS SEÇÕES
========================================================== */

.cabecalho-secao{

    text-align:center;

    margin-bottom:80px;

}

.cabecalho-secao img{

    width:70px;

    margin-bottom:25px;

    opacity:.9;

}

.capitulo{

    display:block;

    letter-spacing:6px;

    font-size:13px;

    color:#9d7b39;

    font-weight:600;

    text-transform:uppercase;

    margin-bottom:10px;

}

.titulo-secao{

    font-family:'Cinzel',serif;

    font-size:46px;

    font-weight:700;

    margin-bottom:18px;

    color:#2f2b25;

}

.subtitulo-secao{

    max-width:760px;

    margin:auto;

    color:#6c6459;

    font-size:18px;

    line-height:1.9;

}

.divisor-secao{

    width:140px;

    height:2px;

    background:#C9A227;

    margin:30px auto;

    border-radius:10px;

}
.divisor-imagem{

    display:block;

    width:180px;

    height:auto;

    margin:22px auto 28px;

}
.icone-secao{

    width:70px;
/* até 100px */

    margin-bottom:18px;

}
.decoracao-transicao{

    display:flex;

    justify-content:center;

    margin:40px 0;

}

.decoracao-transicao img{

    width:220px;

    opacity:.9;

}

/* ==========================================================
   ORNAMENTO DAS SEÇÕES
========================================================== */

.ornamento-secao{

    margin:20px 0 35px;

}

.ornamento-secao{

    margin:28px 0 38px;

}

.ornamento-secao img{

    width:220px;

    max-width:100%;

    height:auto;

    opacity:.95;

}


/* ==========================================================
   DIVISOR ENTRE CAPÍTULOS
========================================================== */

.divisor-capitulo{

    display:flex;

    justify-content:center;
    margin-top:-20px;
    margin-bottom:40px;
}

.divisor-capitulo img{

    width:280px;
    max-width:90%;
    height:auto;
    opacity:.95;
}

.regras-jornada{
    padding: 70px 50px;
}


/* ======================================================
   CONTAGEM REGRESSIVA
====================================================== */


#countdown-expedicao{

    background:
    linear-gradient(rgba(25,25,25,.65),rgba(25,25,25,.65)),
    url('../img/bg-andes.jpg');

    background-size:cover;

    background-position:center;

    color:white;
    

}
#countdown-expedicao{

    text-align:center;

}

.contador-grid{

    display:flex;

    justify-content:center;

    gap:45px;

    margin:60px 0;

    flex-wrap:wrap;

}
.contador-card{

    min-width:140px;

}

.contador-card span{

    display:block;

    font-size:4.5rem;

    font-weight:700;

    color:#fff;

    line-height:1;

}
.contador-card small{

    display:block;

    margin-top:10px;

    font-size:1rem;

    letter-spacing:2px;

    text-transform:uppercase;

    color:#d8d8d8;

}
#countdown-expedicao .subtitulo-secao{
    color: rgba(255,255,255,.90);
    max-width: 850px;
    margin: 20px auto 0;
    line-height: 1.8;
}