.elementor-2944 .elementor-element.elementor-element-a6a215b{width:var( --container-widget-width, 100.07% );max-width:100.07%;--container-widget-width:100.07%;--container-widget-flex-grow:0;}.elementor-2944 .elementor-element.elementor-element-a6a215b.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a6a215b *//* =========================================================
   HISTÓRIA
========================================================= */

.history-page{

    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* ---------------------------------------------------------
   INTRODUÇÃO
--------------------------------------------------------- */

.history-label{

    display:inline-block;

    color:#55635d;

    font-size:13px;
    font-weight:700;

    letter-spacing:2px;
    text-transform:uppercase;
}

.history-label::after{

    content:"";

    display:block;

    width:42px;
    height:1px;

    margin-top:16px;

    background:#ddd4ca;
}

.history-page h1{

    max-width:900px;

    margin:34px 0 30px;

    color:#2f3e36;

    font-size:clamp(42px,4vw,54px);

    font-weight:600;

    line-height:1.08;

    letter-spacing:-1px;
}

.history-intro{

    max-width:900px;

    margin:0;

    color:#5d6b65;

    font-size:18px;

    font-style:italic;

    line-height:1.9;
}

.history-divider{

    width:100%;
    height:1px;

    margin:90px 0;

    background:#ddd4ca;
}


/* =========================================================
   TIMELINE
========================================================= */

.history-timeline{

    display:grid;

    grid-template-columns:220px 1fr;

    column-gap:80px;

    row-gap:85px;
}


/* ---------------------------------------------------------
   ANO
--------------------------------------------------------- */

.timeline-year{

    display:flex;

    justify-content:flex-end;

    align-items:flex-start;

    padding-top:4px;

    color:#b9b1a8;

    font-size:28px;

    font-style:italic;

    font-weight:500;

    letter-spacing:-.5px;

    line-height:1;

    text-align:right;
}


/* ---------------------------------------------------------
   CONTEÚDO
--------------------------------------------------------- */

.timeline-content{

    max-width:760px;
}

.timeline-content h2{

    margin:0 0 22px;

    color:#2f3e36;

    font-size:28px;

    font-weight:600;

    line-height:1.2;

    letter-spacing:-.5px;
}

.timeline-content p{

    margin:0 0 22px;

    color:#5d6b65;

    font-size:16px;

    line-height:1.95;
}

.timeline-content p:last-child{

    margin-bottom:0;
}


/* ---------------------------------------------------------
   DESTAQUE
--------------------------------------------------------- */

.timeline-content blockquote{

    margin:0 0 34px;

    padding-left:28px;

    border-left:3px solid #2f3e36;

    color:#2f3e36;

    font-size:18px;

    font-style:normal;

    font-weight:500;

    line-height:1.7;
}

.timeline-content blockquote i{

    font-style:normal;
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width:900px){

    .history-page{

        padding:0 25px;
    }

    .history-page h1{

        font-size:36px;

        line-height:1.12;
    }

    .history-intro{

        font-size:17px;
    }

    .history-divider{

        margin:60px 0;
    }

    .history-timeline{

        grid-template-columns:1fr;

        row-gap:34px;
    }

    .timeline-year{

        justify-content:flex-start;

        padding:0;

        font-size:22px;
    }

    .timeline-content{

        max-width:100%;
    }

    .timeline-content h2{

        font-size:26px;
    }

}


/* =========================================================
   PATRIMÓNIO
========================================================= */

.heritage-section{

    max-width:1200px;
    margin:110px auto 0;
    padding:0 30px;
}


/* ---------------------------------------------------------
   INTRODUÇÃO
--------------------------------------------------------- */

.heritage-label{

    display:inline-block;

    color:#55635d;

    font-size:13px;
    font-weight:700;

    letter-spacing:2px;
    text-transform:uppercase;
}

.heritage-label::after{

    content:"";

    display:block;

    width:42px;
    height:1px;

    margin-top:16px;

    background:#ddd4ca;
}

.heritage-section h2{

    max-width:820px;

    margin:34px 0 28px;

    color:#2f3e36;

    font-size:clamp(40px,4vw,52px);

    font-weight:600;

    line-height:1.08;

    letter-spacing:-1px;
}

.heritage-intro{

    max-width:860px;

    margin:0;

    color:#5d6b65;

    font-size:18px;

    font-style:italic;

    line-height:1.9;
}

.heritage-divider{

    width:100%;
    height:1px;

    margin:60px 0;

    background:#ddd4ca;
}


/* =========================================================
   LOCAIS
========================================================= */

.heritage-place{

    display:grid;

    grid-template-columns:260px 1fr;

    column-gap:60px;

    align-items:start;

    padding:42px 0;

    border-bottom:1px solid rgba(47,62,54,.08);
}

.heritage-place:last-child{

    border-bottom:none;
}


/* TÍTULO */

.heritage-place h3{

    margin:0;

    color:#2f3e36;

    font-size:28px;

    font-weight:600;

    line-height:1.25;

    letter-spacing:-.5px;
}


/* TEXTO */

.heritage-place p{

    max-width:760px;

    margin:0;

    color:#5d6b65;

    font-size:16px;

    line-height:1.95;
}


/* ---------------------------------------------------------
   HOVER DISCRETO
--------------------------------------------------------- */

.heritage-place{

    transition:
        transform .3s ease,
        padding-left .3s ease;
}

.heritage-place:hover{

    transform:translateX(6px);
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width:900px){

    .heritage-section{

        margin-top:90px;

        padding:0 25px;
    }

    .heritage-section h2{

        font-size:36px;
    }

    .heritage-intro{

        font-size:17px;
    }

    .heritage-divider{

        margin:60px 0;
    }

    .heritage-place{

        grid-template-columns:1fr;

        gap:16px;

        padding:30px 0;
    }

    .heritage-place h3{

        font-size:24px;
    }

}

/* =========================================================
   PERCURSO
========================================================= */

.route-section{

    max-width:1200px;

    margin:120px auto 140px;
    
    margin-top:110px;

    padding:0 30px;
}


/* ---------------------------------------------------------
   INTRODUÇÃO
--------------------------------------------------------- */

.route-section span{

    display:inline-block;

    color:#55635d;

    font-size:13px;
    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;
}

.route-section span::after{

    content:"";

    display:block;

    width:42px;
    height:1px;

    margin-top:16px;

    background:#ddd4ca;
}

.route-section h2{

    max-width:720px;

    margin:34px 0 28px;

    color:#2f3e36;

    font-size:clamp(40px,4vw,52px);

    font-weight:600;

    line-height:1.08;

    letter-spacing:-1px;
}

.route-section p{

    max-width:820px;

    margin:0;

    color:#5d6b65;

    font-size:18px;

    font-style:italic;

    line-height:1.9;
}


/* ---------------------------------------------------------
   ROTEIRO
--------------------------------------------------------- */

.route-section ol{

    list-style:none;

    margin:70px 0 0;

    padding:0;

    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:18px 70px;

    counter-reset:route;
}

.route-section li{

    counter-increment:route;

    display:flex;

    align-items:flex-start;

    gap:18px;

    padding:18px 0;

    border-bottom:1px solid rgba(47,62,54,.08);

    color:#2f3e36;

    font-size:17px;

    line-height:1.7;
}

.route-section li::before{

    content:counter(route, decimal-leading-zero);

    flex-shrink:0;

    width:32px;

    color:#b9b1a8;

    font-size:15px;

    font-weight:600;

    letter-spacing:1px;
}


/* ---------------------------------------------------------
   NOTA FINAL
--------------------------------------------------------- */

.route-section .route-note{

    max-width:760px;

    margin-top:55px;

    color:#6a746d;

    font-size:16px;

    font-style:italic;

    line-height:1.9;
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width:900px){

    .route-section{

        padding:0 25px;

        margin:90px auto;
    }

    .route-section h2{

        font-size:36px;
    }

    .route-section p{

        font-size:17px;
    }

    .route-section ol{

        grid-template-columns:1fr;

        gap:0;
    }

}

/* =========================================================
   CONTINUAR A DESCOBRIR
========================================================= */

.next-story{

    max-width:1240px;

    margin:140px auto 60px;

    padding:80px 30px 0;

    border-top:1px solid #ddd4ca;
}


/* ---------------------------------------------------------
   INTRODUÇÃO
--------------------------------------------------------- */

.next-story-label{

    display:inline-block;

    color:#55635d;

    font-size:13px;
    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;
}

.next-story-label::after{

    content:"";

    display:block;

    width:42px;
    height:1px;

    margin-top:16px;

    background:#ddd4ca;
}


/* ---------------------------------------------------------
   CONTEÚDO
--------------------------------------------------------- */

.next-story{

    max-width:1200px;

    margin:140px auto 60px;

    padding:90px 90px 45px;

    background:#efe9e1;

    border-radius:20px;

    transition:
        transform .35s cubic-bezier(.22,.61,.36,1),
        box-shadow .35s cubic-bezier(.22,.61,.36,1),
        background-color .35s ease;
}

.next-story:hover{

    transform:translateY(-6px);

    box-shadow:
        0 18px 40px rgba(0,0,0,.06),
        0 4px 10px rgba(0,0,0,.03);

    background:#f2ede6;
}


.next-story-content h2{

    margin:34px 0 26px;

    color:#2f3e36;

    font-size:clamp(30px,2.5vw,43px);

    font-weight:700;

    line-height:1.08;

    letter-spacing:-1px;
    
    text-transform: uppercase;
}

.next-story-content p{

    margin:0 0 40px;

    color:#5d6b65;

    font-size:16px;

    font-style:italic;

    line-height:1.9;
}


/* ---------------------------------------------------------
   LINK
--------------------------------------------------------- */

.next-story-link{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#2f3e36;

    text-decoration:none;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    transition:
        gap .3s ease,
        color .3s ease;
}

.next-story-link::after{

    content:"→";

    transition:transform .3s ease;
    
}

.next-story-link:hover{
    color:#2f3e36;
    opacity:.8;
    gap:16px;
}

.next-story-link:hover::after{

    transform:translateX(4px);
}


/* ---------------------------------------------------------
   RODAPÉ
--------------------------------------------------------- */

.next-story-footer{

    margin-top:80px;

    padding-top:28px;

    border-top:1px solid rgba(47,62,54,.08);

    color:#8a918c;

    font-size:15px;

    font-style:italic;

    line-height:1.8;
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width:900px){

    .next-story{

        margin:90px auto 40px;

        padding:60px 25px 0;
    }

    .next-story-content h2{

        font-size:36px;
    }

    .next-story-content p{

        font-size:17px;
    }

    .next-story-footer{

        margin-top:60px;
    }

}/* End custom CSS */