:root {
    --cor-ativo: #f83500;
    --cor-inativo: #8b8b8b;
    --cor-secondary: #8b8b8b;
    --cor-fundo-session: #eeefea;
    --cor-fundo-card: #ffffff;
    --text-secondary: #8b8b8b;
    --bg-dark: #1c1d21 !important;
    --bg-new-dark: #1c1d21 !important;
}

body{
    font-family: "Saira", sans-serif;
}

.saira{
    font-family: "Saira", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}



@font-face {
    font-family: 'SherpeFont';
    src: url('../fonts/sherpe_font.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Melhora o carregamento visual */
}

.sherpe-font {
    font-family: 'SherpeFont', sans-serif !important;
}

.fs-10px{
    font-size: 10px;
}
.fs-12px{
    font-size: 12px;
}
.fs-14px{
    font-size: 14px;
}
.fs-16px{
    font-size: 16px;
}
.fs-18px{
    font-size: 18px;
}
.fs-20px{
    font-size: 20px;
}
.fs-22px{
    font-size: 22px;
}
.fs-24px{
    font-size: 24px;
}
.fs-26px{
    font-size: 26px;
}
.fs-28px{
    font-size: 28px;
}
.fs-30px{
    font-size: 30px;
}
.fs-32px{
    font-size: 32px;
}
.fs-34px{
    font-size: 34px;
}
.fs-36px{
    font-size: 36px;
}
.fs-38px{
    font-size: 38px;
}
.fs-40px{
    font-size: 40px;
}
.fs-42px{
    font-size: 42px;
}
.fs-44px{
    font-size: 44px;
}
.fs-46px{
    font-size: 46px;
}
.fs-48px{
    font-size: 48px;
}
.fs-50px{
    font-size: 50px;
}
.fs-52px{
    font-size: 52px;
}
.fs-54px{
    font-size: 54px;
}
.fs-56px{
    font-size: 56px;
}
.fs-58px{
    font-size: 58px;
}
.fs-60px{
    font-size: 60px;
}
.fs-62px{
    font-size: 62px;
}
.fs-64px{
    font-size: 64px;
}
.fs-66px{
    font-size: 66px;
}
.fs-68px{
    font-size: 68px;
}
.fs-70px{
    font-size: 70px;
}
.fs-180px{
    font-size: 180px;
}

a{
    text-decoration: none;
    color: unset;
}

.text-gray-500{
    color: #7b7f85 !important;
}

/* ===== MENU ===== */
:root {
    --cor-menu-fundo: #212529;
}

.menu-container-fixed {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1010;
}

.btn-menu-toggle {
    background-color: var(--cor-ativo);
    color: white;
    border: 4px solid white;
    width: 240px;
    height: 60px;
    padding: 24px 48px;
    font-size: 26px;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.arrow-menu {
    margin-left: 8px;
    font-size: 1rem;
    transition: transform 0.3s;
}

.full-screen-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background-color: var(--cor-menu-fundo);
    border: 4px solid white;
    margin-top: -4px;
    z-index: 1000;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0s 0.3s;

    padding-top: 0;
}

.full-screen-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.menu-list {
    list-style: none;
    padding: 0 40px;
    margin-top: 50px;
}

.menu-list li a {
    display: block;
    padding: 3px 0;
    font-size: 40px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s;
}

.menu-list li a:hover {
    color: var(--cor-ativo);
}

/* ===== FORM ===== */
.form-control,
.form-select,
.form-check-input {
    border-radius: unset;
    font-size: 20px;
    line-height: 1.2rem;
    padding: 20px;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--cor-ativo);
    border-radius: unset;
    outline: 0;
    box-shadow: unset;
}

.form-check-input:focus {
    border-color: #adb5bd;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--cor-ativo);
    border-color: var(--cor-ativo);
}

.form-check {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.form-check-input {
    width: 24px;
    height: 24px;
    margin-top: 0;
    border: 3px solid var(--cor-secondary);
    border-radius: unset !important;
    margin-left: 0;
    flex-shrink: 0;
    padding: 15px;
}

.form-check-label {
    padding-left: 10px;
    margin-bottom: 0;
}

.session-bg-contact {
    background-color: var(--cor-fundo-session);
    padding: 100px 30px 30px;
}

:root {
    --cor-ativo: #f83500;
    --cor-inativo: #ccc;
}

.custom-stepper {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    width: 100%;
}

.step-item {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.step-item:last-child {
    flex-grow: 0;
}

.step-marker {
    width: 50px;
    height: 50px;
    background-color: var(--cor-inativo);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all 0.3s ease;
}

.step-line {
    display: block;
    height: 4px;
    background-color: var(--cor-inativo);
    flex-grow: 1;
    margin: 0 10px;
}

.step-item.completed .step-marker {
    background-color: var(--cor-ativo);
}

.step-item.completed .step-line {
    background-color: var(--cor-ativo);
}

.step-item.active .step-marker {
    background-color: var(--cor-ativo);
}

.step-item.active .step-line {
    background: linear-gradient(
        to right,
        var(--cor-ativo) 0%,
        var(--cor-ativo) 65%,
        var(--cor-inativo) 35%,
        var(--cor-inativo) 100%
    );
}

.card-form {
    background-color: var(--cor-fundo-card);
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-top: 25px;
}

.btn-custom {
    border: 4px solid var(--cor-ativo);
    color: var(--cor-ativo);
    background-color: transparent;
    font-weight: bolder;
    padding: 10px 40px;
    transition: all 0.3s;
    text-decoration: none;
    line-height: 1.5;
    border-radius: 0;
}

.btn-custom:hover {
    background-color: var(--cor-ativo);
    color: white;
    border-radius: 0;
}

.btn-primary-custom {
    background-color: var(--cor-ativo);
    color: white;
    border: 2px solid var(--cor-ativo);
    font-weight: bold;
    padding: 10px 20px;
    transition: background-color 0.3s;
    text-decoration: none;
    line-height: 1.5;
    border-radius: 0;
}

.btn-primary-custom:hover {
    background-color: #e54d19;
    border-color: #e54d19;
    color: white;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.final-screen {
    text-align: center;
    padding: 50px 0;
}

.icon-box {
    display: inline-block;
    width: 150px;
    height: 150px;
    background-color: var(--cor-ativo);
    color: white;
    line-height: 100px;
    padding-top: 30px;
    font-size: 75px;
    margin-bottom: 20px;
}

.icon-box img {
    width: 75%;
    height: 75%;
    vertical-align: middle;
}

/* ====== HERO ====== */
.session-hero {
    background-color: var(--cor-fundo-session);
    padding: 90px 0 120px;
    position: relative;
}

.top-arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    z-index: 10;
}

.text-subtitle {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    margin: 0 auto;
}

.text-highlight {
    color: var(--cor-ativo);
    font-weight: 700;
}

.text-title {
    font-weight: 800;
    color: #212529;
    line-height: 1.1;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .text-title {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .text-title {
        font-size: 68px;
    }
}

.text-highlight-bold {
    color: var(--cor-ativo);
    font-weight: 800;
}

.arrow-icon {
    color: var(--cor-ativo);
    font-size: 2rem;
    font-weight: 700;
}

/* ====== ESCALE ====== */
.session-escale{
    background-color: var(--cor-fundo-session);
}
.timeline-card {
    display: flex;
    align-items: center;
    height: 300px;
    padding: 30px 40px;
    border-bottom: 4px solid var(--cor-secondary);
    transition: background-color 0.3s, color 0.3s, flex-direction 0.3s;
    cursor: pointer;
    position: relative;
    flex-direction: row;
    background-color: white;
}

.timeline-card:first-child {
    border-top: none;
}

.timeline-card:hover {
    background-color: var(--cor-fundo-session);
    border-bottom: none;
}
.timeline-card:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: var(--cor-ativo);
}

.timeline-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.timeline-text-description{
    font-size: 24px;
    color: gray;
}

.timeline-card:hover .timeline-content {
    margin-left: 40px;
}

.timeline-icon {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    margin-right: 30px;
    margin-left: 0;
    display: flex;
    align-items: center;
}

.timeline-card:hover > .timeline-icon {
    width: 200px;
    height: 200px;
    padding-left: 80px;
}

.timeline-card:hover .timeline-icon {
    margin-right: 0;
    margin-left: 30px;
}

.text-hover {
    display: none;
}
.timeline-card:hover .text-hover {
    display: block;
    color: var(--cor-texto-inativo);
    font-size: 1rem;
    line-height: 1.5;
}

.title-default {
    font-size: 70px;
    font-weight: 800;
    color: var(--cor-ativo);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .title-default {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .title-default {
        font-size: 36px;
    }
}

.timeline-card:hover .title-default {
    display: none;
}

.timeline-card:hover .icon-svg-gray {
    filter: invert(24%) sepia(89%) saturate(6780%) hue-rotate(12deg) brightness(97%) contrast(107%);
}

.session-titulo-jornada {
    background-color: var(--cor-fundo-session);
    padding: 60px 0;
}

.titulo-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: gray;
    line-height: 1.5;
    margin-left: 20px;
}

.titulo-main {
    font-size: 90px;
    font-weight: 700;
    color: #212529;
    line-height: 1.0;
    text-transform: uppercase;
    margin-left: 20px;
}

.titulo-highlight {
    color: var(--cor-ativo);
    font-weight: 900;
}

/* ===== PORTFOLIO ===== */
.session-portfolio {
    background-color: var(--bg-dark) !important;
    padding: 60px 0 0;
}

.portfolio-main-title {
    font-size: 80px;
    font-weight: 900;
    color: var(--bs-body-color);
    text-align: center;
    margin-bottom: 5px;
}

.portfolio-subtitle {
    font-size: 26px;
    font-weight: 500;
    color: var(--cor-inativo);
    text-align: center;
    margin-bottom: 10px;
}

.portfolio-card {
    background-color: white;
    border: none;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.3s;
    border-radius: 0;
}

.portfolio-card:hover {
    box-shadow: 0 0 0 4px var(--cor-ativo);
    transform: translateY(-5px);
}

.portfolio-card img {
    display: block;
    width: 100%;
    height: auto;
}

.card-info {
    padding: 15px 20px;
    text-align: left;
}

.card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 5px;
}

.card-category {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--cor-texto-inativo);
    text-transform: uppercase;
}

/* ===== HOME ===== */
.session-bg-home {
    background-color: white;
    padding: 150px 0 50px;
    position: relative;
    overflow: hidden;
    min-height: 1300px;

    background-image:
        url('../img/montanhas/silhueta_montanha.svg'),
        url('../img/montanhas/silhueta_montanha_gray.svg');

    background-repeat: no-repeat;

    background-position:
        top left,
        bottom left;

    background-size: cover;
}

.container-fluid {
    position: relative;
    z-index: 1;
}

.call-to-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
}

.call-to-action-studio {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portifolio-to-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}

.arrows-up {
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    margin-top: 400px;
    margin-bottom: 20px;
}

.arrows-up-studio {
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    margin-top: 50px;
    margin-bottom: 20px;
}

.arrow-sm {
    font-size: 1.5rem;
    color: var(--cor-ativo);
}

.arrows-up-portifolio >.arrow-sm {
    font-size: 30px;
    color: black;
}

.text-hover-danger:hover {
    color: var(--cor-ativo);
}

.cta-subtitle {
    font-size: 26px;
    color: white;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .cta-subtitle {
        color: #999;
        font-weight: 700;
    }
}


/* Container da paginação alinhado à esquerda */
.pagination {
    justify-content: flex-start !important;
    padding-left: 0;
}

.pagination .page-link {
    color: #FF0000;
    background-color: transparent;
    border: 2px solid #FF0000;
    border-radius: 0 !important; /* "unset" pode variar, 0 é mais seguro */
    font-size: 22px;
    font-weight: 800;
    margin-right: 6px; /* Espaço apenas à direita para não desalinhar o início */
    padding: 12px 24px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Remove a margem do último item */
.pagination .page-item:last-child .page-link {
    margin-right: 0;
}

.pagination .page-link:hover {
    background-color: #FF0000;
    color: #ffffff;
    border-color: #FF0000;
}

.pagination .page-item.active .page-link {
    background-color: #FF0000;
    color: #ffffff;
    border-color: #FF0000;
}

.pagination .page-link:focus {
    box-shadow: none;
}

.pagination .page-item.disabled .page-link {
    border-color: #cccccc;
    color: #cccccc;
    cursor: not-allowed;
}

.text-orange{
    color: #FF4500;
}


/* Estilo do Botão do Anexo */
.btn-sherpe-outline {
    display: inline-block;
    padding: 12px 35px;
    border: 3px solid #FF4500;
    color: #FF4500;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    background: transparent;
}

.btn-sherpe-outline:hover {
    background-color: #FF4500;
    color: #fff;
    transform: translateY(-3px);
}

.btn-climb {
    background-color: transparent;
    border: 2px solid var(--cor-ativo);
    color: var(--cor-ativo);
    font-weight: bold;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 0;
    font-size: 1.5rem;
}
.btn-climb:hover {
    background-color: var(--cor-ativo);
    color: white;
}

.home-title {
    font-weight: 800;
    color: white;
    line-height: 1.0;
    text-transform: uppercase;
    margin-top: 200px;
    text-align: center;
}

@media (min-width: 768px) {
    .home-title {
        font-size: 150px;
    }
}

@media (max-width: 767px) {
    .home-title {
        font-size: 110px;
    }
}

.home-highlight {
    color: var(--cor-ativo);
    font-weight: 800;
}

.content-lado-a-lado {
    padding-top: 350px;
    padding-bottom: 80px;
}

.caminhamos-title {
    font-size: 100px;
    font-weight: 700;
    color: #212529;
    line-height: 1.0;
    text-transform: uppercase;
    margin-bottom: 0;
}

.caminhamos-highlight {
    font-size: 100px;
    font-weight: 700;
    color: var(--cor-ativo);
    line-height: 1.0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .caminhamos-title,
    .caminhamos-highlight {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .caminhamos-title,
    .caminhamos-highlight {
        font-size: 48px;
    }
}

.caminhamos-subtitle {
    font-size: 32px;
    font-weight: 600;
    color: #999;
    line-height: 1.5;
}

/* ===== SHERPE MARQUEE ===== */
.session-sherpe-marquee {
    background-color: transparent;
    overflow: hidden;
    padding: 20px 0;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-content {
    display: inline-block;
    font-size: 190px;
    line-height: 180px;
    font-weight: 900;
    color: var(--cor-fundo-session);
    text-transform: uppercase;
    animation: scroll-left 30s linear infinite;
    animation-delay: 0s;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ===== LOGO FLUTUANTE ===== */
.logo-flutuante {
    position: fixed;
    top: 15px;
    left: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
    cursor: pointer;
    background-color: transparent;
    mix-blend-mode: difference;
}

.logo-icon,
.logo-img img {
    filter: invert(1);
    display: block;
}

.logo-icon {
    width: 60px;
    height: auto;
}

/* Container do texto "Sherpe" */
.logo-img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.5s ease-out, opacity 0.5s ease-out;
}

.logo-img img {
    width: 150px;
    height: auto;
}

/* HOVER - Expansão do nome */
@media (min-width: 768px) {
    .logo-flutuante:hover .logo-img {
        max-width: 200px;
        opacity: 1;
    }
}


/* ===== BLOG ===== */
.session-bg-blog {
    background-color: var(--cor-fundo-session);
    padding: 80px 0;
}

.blog-main-title {
    font-size: 3rem;
    font-weight: 900;
    color: #212529;
    text-align: center;
    margin-bottom: 5px;
}

.blog-subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--cor-texto-inativo);
    text-align: center;
    margin-bottom: 40px;
}

.blog-card {
    background-color: white;
    border: 1px solid #ddd;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.3s;
    border-radius: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    box-shadow: 0 0 0 4px var(--cor-ativo);
    transform: translateY(-5px);
}

.blog-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-card .card-info {
    padding: 15px 20px;
    text-align: left;
    flex-grow: 1;
}

.blog-card .card-date {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--cor-texto-inativo);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blog-card .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0;
    line-height: 1.4;
}
.modal-content {
    border-radius: 0;
    border: 3px solid white;
}

.modal-header,
.modal-footer {
    border-radius: 0;
}

/* ===============================
   DIVISOR EDITORIAL
   =============================== */

.divisor-outros {
    width: 100%;
    max-width: 1400px;
    height: 1px;
    background-color: #d1d1d1;
    margin: 10px auto;
}

.bg-studio{
    background: #eeefea;
}

.bg-dark{
    background: var(--bg-new-dark) !important;
}

.bg-new-dark{
    background: var(--bg-new-dark) !important;
}

.titulo-detalhes {
    font-weight: 700;
    font-size: 68px;
    line-height: 1.1;
}

/* mobile */
@media (max-width: 767px) {
    .titulo-detalhes {
        font-size: 36px;
    }
}

@keyframes pulse-danger {
    0% { border-color: #ced4da; box-shadow: 0 0 0 0 rgba(248, 53, 0, 0.4); }
    50% { border-color: #f83500; box-shadow: 0 0 0 10px rgba(248, 53, 0, 0); }
    100% { border-color: #ced4da; box-shadow: 0 0 0 0 rgba(248, 53, 0, 0); }
}

.checkbox-invalid-blink {
    animation: pulse-danger 0.6s ease-in-out;
    border-color: #f83500 !important;
}
