/* --- GERAL --- */
body {
    font-family: 'yoshida_sanscondensed', sans-serif;
    background-color: #fdfcea;
    color: #7c4310;
    overflow-x: hidden;

}

h1{

font-family: 'yoshida_sansbold_condensed', sans-serif;
 
}


h2{

font-family: 'yoshida_sansbold_condensed', sans-serif;
 
}


.bg-creme { background-color: #fdfcea; }
.bg-orange { background-color: #e69725; }
.bg-marrom { background-color: #7c4310; }

/* --- MENU DISCRETO --- */
.custom-menu-top {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1050;
}

.custom-menu-top .nav-link {
    font-family: 'yoshida_sanscondensed';
    font-size: 0.9rem;
    padding: 0 10px;
    letter-spacing: 1px;
}

.btn-menu-agende {
    background-color: #6a9b00 !important; /* Verde da imagem */
    color: white;
    padding: 8px 25px !important;
    border-radius: 18px; /* Cantos levemente arredondados */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-left;
    transition: transform 0.2s, background-color 0.3s !important;
}

.custom-menu-top .nav-link:hover { color: #e69725 !important; }

/* --- SEÇÕES --- */
.hero-section { position: relative; padding-top: 10%; padding-bottom: 10%;}
.star-top-left { position: absolute; top: 10px; left: 10px; width: 130px; }
.logo-main { max-width: 60%; }

.rota-section { background-color: #e69725; position: relative; }
.roteiros-section { background-color: #6f9e04; color: white; position: relative; }
.comer-beber { background-color: #00a0e3; }

#sobre{

    padding-top: 2em;
}

.mountain-divider{
    margin-top: -15em;
}
/* --- COMPONENTES --- */
.photo-placeholder {
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
}

.floating-effect {
    animation: floating 4s ease-in-out infinite;
}

@keyframes floating {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(15px); }
}

#roteiro strong{
    background: #fe9805;
    padding: 10px 20px;
    border-radius: 5px;
    line-height: 2.5;

}


/* Estilo específico para o texto dentro do roteiro */
.accordion-body {
    border-radius: 0 0 15px 15px;
    line-height: 1.4;
    color: #fdfcea;
    background-color: transparent !important; /* Deixa o fundo transparente para ver o verde da seção ou use branco se preferir */
    color: #ffffff; /* Ajuste a cor do texto para branco se o fundo for verde */
    border: 1px solid #b2cb6b; /* Borda de 2px branca conforme solicitado */
    border-top: none; /* Remove a borda superior para não "bater" com o botão do roteiro */
    border-radius: 0 0 15px 15px; /* Arredonda apenas os cantos de baixo */
    margin-top: -10px; /* Encaixa perfeitamente no botão superior */
    padding: 20px;
    font-size: 1.2rem;

}

.roteiro-lista li {
    margin-bottom: 15px;
    padding-left: 0;
    position: relative;
}

.roteiro-lista li span {
    font-family: 'yoshida_sansbold_condensed', sans-serif;
    color: #b2cb6b;
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}

.roteiro-lista ul {
    margin-top: 8px;
    padding-left: 20px;
    list-style-type: circle;
}

/* Ajuste do botão do roteiro para ficar fiel ao layout */
.accordion-button:not(.collapsed) {
    border-radius: 15px 15px 0 0 !important;
}


/* Accordion Custom */
.accordion-button {
    background-color: #7c4310 !important;
    color: white !important;
    border-radius: 15px !important;
    border: none;
    font-family: 'yoshida_sansbold_condensed';
    margin-bottom: 10px;
}
.accordion-button:not(.collapsed) { background-color: #e79726 !important; box-shadow: none; }
.accordion-item { background: transparent; border: none; }

.btn-agende {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    color: white; 
    text-decoration: none; 
    font-size: 1rem;
    font-family: 'yoshida_sansbold_condensed';
    
    padding: 1.2rem 2.5rem; /* Aumentei um pouco o padding vertical para dar mais "ar" */
    
    background: #388000;
    border-radius: 50px;
    text-transform: uppercase;
    transition: background 0.3s;
    
    /* Importante: resetar qualquer line-height ou margem */
    line-height: 1; 
    margin: 0;
}

.btn-agende:hover {
    background: #2e6a00;
    color: white;
}
/* Galeria Lightbox */
.thumb-card {
    aspect-ratio: 1/1; background-size: cover; background-position: center;
    border-radius: 12px; position: relative; overflow: hidden;
    cursor: pointer; transition: transform 0.3s ease;
}
.thumb-card:hover { transform: scale(1.05); }
.overlay-zoom {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(124, 67, 16, 0.4); display: flex; align-items: center;
    justify-content: center; opacity: 0; transition: 0.3s;
}
.thumb-card:hover .overlay-zoom { opacity: 1; }
.overlay-zoom i { color: white; font-size: 1.5rem; }

.partner-box { aspect-ratio: 16/9; border-radius: 10px; }
.social-links i { font-size: 1.3rem; color: #7c4310; margin: 0 5px; }


/* === ARQUIVO: style.css === */


/* Estilo para a Estrela Decorativa da Direita */
.star-deco-right {
    position: absolute;
    /* Posicionamento baseado no layout: top e right */
    top: 25%; /* Ajuste este valor se precisar subir ou descer a estrela */
    right: 5%; /* Ajuste para afastar ou aproximar da borda direita */
    width: 150px; /* Tamanho da estrela no desktop */
    height: auto;
    z-index: 5; /* Garante que fique acima do fundo, mas abaixo de modais */
    pointer-events: none; /* Evita que a estrela atrapalhe cliques em outros elementos */
}

/* Ajuste Responsivo para Celulares */
@media (max-width: 768px) {


}


#parceiros{
    background: #fdfcea;
}

.estrela-flutuante-direita {
   position: absolute;
    right: -4rem; /* Agora você pode usar valores negativos à vontade */
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: auto;
    z-index: 10;
    pointer-events: none;

}


.contato-ronildo {
    background-color: #7c4210;
    position: relative;
    overflow: hidden;
}

/* Posicionamento da Estrela */
.estrela-contato {
    position: absolute;
    top: -20px;
    left: 10px;
    width: 150px;
    z-index: 5;
}

.logo-contato {
    max-width: 250px;
}

.linhadec {
    margin-top: -8px;
}

.titulo-agende {
    font-family: 'yoshida_sansbold_condensed';
    font-size: 1.8rem;
    line-height: 1.2;
}

.titulo-agende span {
    font-size: 1.4rem;
}

/* Botão Verde Estilo "Pincelada/Arredondado" */
.btn-zap-ronildo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #6a9b00; /* Verde do layout */
    color: white;
    text-decoration: none;
    font-family: 'yoshida_sansbold_condensed';
    font-size: 1.5rem;
    padding: 10px 30px;
    border-radius: 15px; /* Formato aproximado do layout */
    transition: transform 0.3s ease;
    margin-top: 10px;
}

.btn-zap-ronildo:hover {
    transform: scale(1.05);
    color: white;
    background-color: #5a8500;
}

/* Ajustes Mobile */
@media (max-width: 768px) {
    .estrela-contato {
        width: 50px;
        top: 10px;
    }
    .titulo-agende {
        font-size: 1.5rem;
    }
    .btn-zap-ronildo {
        font-size: 1.2rem;
    }
}


/* --- RESPONSIVO --- */
@media (max-width: 991px) {
    .custom-menu-top {
        position: fixed; top: 0; right: 0; width: 100%;
        background: rgba(253, 252, 234, 0.95);
        padding: 10px; 
    }

 .mountain-divider{
    margin-top: -2em;
}

}

@media (max-width: 768px) {
    .estrela-flutuante-direita {
        width: 80px;  
        right: 2%;   
    }

        .star-deco-right {
        width: 50px; /* Diminui o tamanho em telas menores */
        top: 12%; /* Ajusta a altura no mobile */
        right: 3%;
    }

 .star-top-left { position: absolute; top: 50px; left: 10px; width: 80px; }

 .mountain-divider{
    margin-top: -6em;
}

}


/* === ARQUIVO: style.css === */

/* 1. Remove qualquer fundo branco ou borda do contêiner padrão */
.pswp__img {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* 2. Aplica o estilo (borda branca e sombra) direto na IMAGEM REAL */
.pswp__img--placeholder,
.pswp__img {
    /* Opcional: Adiciona uma bordinha branca fina e sombra elegante direto na foto */
    border: 4px solid white !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6) !important;
    
    /* Garante que a imagem não distorça */
    object-fit: contain !important;
}

/* 3. Escurece o fundo para destacar a foto */
.pswp__bg {
    background: rgba(0, 0, 0, 0.92) !important;
}

/* 4. Garante que os controles (fechar, setas) fiquem brancos */
.pswp__button--close,
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    color: white !important;
}

/* Garante que a transição do colapso seja suave e não abrupta */
.collapsing {
    transition: height 0.35s ease-in-out !important;
}

/* Evita scrolls automáticos indesejados no navegador */
html {
    scroll-padding-top: 100px; /* Ajuste conforme a altura do seu menu */
    scroll-behavior: smooth;
}