/* Reset básico */
html {
    font-size: 14px;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    transition: padding-top 0.3s ease; /* Suaviza o ajuste do padding */
}

.logo {
    width: 300px;
    height: 100px;
}

/* Ajuste da fonte para telas maiores */
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* Garantir que os elementos sigam o box-sizing */
*, ::after, ::before {
    box-sizing: border-box;
}

/* Ajuste do header para responsividade */
header {
    width: 100%;
}

/* Estilização do menu */
.navbar {
    padding: 1rem;
    transition: all 0.3s ease; /* Animação suave ao mudar de estado */
}

    .navbar.navbar-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000; /* Garante que o menu fique acima do conteúdo */
        background-color: #fff; /* Fundo branco para visibilidade */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra para destacar */
    }

.navbar-brand img {
    max-height: 50px; /* Ajuste conforme necessário */
}

/* Ícone do menu mobile */
.navbar-toggler {
    border: none;
    background: none;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

/* Ajustes do menu dropdown */
.nav-item {
    position: relative;
}

/* Hover para abrir o dropdown apenas em telas grandes */
@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* Garantir que o dropdown funcione corretamente no mobile */
@media (max-width: 991px) {
    .navbar-collapse {
        display: none;
    }

        .navbar-collapse.show {
            display: block;
        }

    .dropdown-menu {
        display: none;
    }

    .dropdown.show .dropdown-menu {
        display: block;
    }
}

/* Ajustes no botão do menu mobile */
.navbar-toggler {
    background-color: transparent;
    border: none;
}

/* Ajustes para garantir que o dropdown não feche imediatamente */
.dropdown-menu {
    margin-top: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    display: block;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

/* Botão do carrinho */
.bi-cart {
    font-size: 1.5rem;
    color: #333;
}

/* Estilização do rodapé */
footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
    background-color: #292c2f;
    text-align: left;
    font-size: 16px;
    padding: 55px 50px;
    color: #fff;
}

/* Links do rodapé */
.footer-navigation h3 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
}

    .footer-navigation h3 a {
        text-decoration: none;
        color: #fff;
    }

.footer-navigation p.links a {
    color: #fff;
    text-decoration: none;
}

.footer-navigation p.company-name {
    color: #8f9296;
    font-size: 14px;
    margin-top: 20px;
}

/* Ícones sociais */
.social-links {
    margin-top: 20px;
}

    .social-links a {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-color: #33383b;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        line-height: 35px;
        margin-right: 5px;
        margin-bottom: 5px;
        text-decoration: none;
    }

        .social-links a:hover {
            background-color: #5383d3;
        }

/* Aqui fica CSS dos cards comentários */
.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 2% 0;
}

.review-card {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.img-area {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 25px;
}

    .img-area img {
        width: 100%;
    }

.header-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.info h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.info p {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.single-review p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
}

.avaliado-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    color: #666;
    font-size: 13px;
}

.rating {
    display: flex;
}

    .rating span {
        color: #000;
        font-size: 18px;
    }

        .rating span.active {
            color: #fbc02d;
        }

@media screen and (max-width: 767px) {
    .wrapper {
        flex-direction: column;
        align-items: center;
    }

    .review-card {
        width: 85%;
    }
}

/* PERGUNTAS FREQUENTES */
.pergunta-titulo {
    color: #a88e65;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.accordion-button {
    color: #a88e65 !important;
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* FIM PERGUNTAS FREQUENTES */
.titulos {
    color: gray #000555;
}

/* botão flutuante */
#btnSubir {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Oculto inicialmente */
    z-index: 1000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
}
/* fim botão flutuante */

/* menu site mobile */
/* Ajustar a largura do offcanvas para 90% em mobile */
@media (max-width: 991.98px) {
    .offcanvas {
        width: 90% !important;
    }
}

/* Estilizar o menu off-canvas */
.offcanvas-body .nav-item {
    margin-bottom: 10px;
}

.offcanvas-body .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    box-shadow: none;
}

.offcanvas-body .dropdown-item {
    padding: 0.5rem 1rem;
}

/* Esconder a logo em mobile dentro do offcanvas (opcional) */
.offcanvas-body .navbar-brand {
    display: none;
}

/* Mostrar a logo centralizada em telas grandes */
.navbar-brand.d-none.d-lg-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* FOTOS para ESCOLHER CSS */
.foto-container {
    display: grid;
    padding: 15px;
    max-width: 100%;
    width: 100%;
    gap: 20px; /* Remove o espaçamento entre as fotos */
}

.foto-item {
    text-align: center;
    max-width: 100%;
}

.foto-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
}

    .foto-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        display: block;
    }

.foto-nome {
    position: absolute;
    top: 12%;
    left: 10%;
    text-shadow: 1px 1px 2px black;
    transform: translate(-50%, -50%);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(12px, 2vw, 16px);
}

.checkbox-label {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

.foto-checkbox {
    margin-right: 5px;
    accent-color: #007bff; /* Cor azul quando selecionado */
    background-color: #e0e0e0; /* Cor de fundo cinza claro para a caixa não selecionada */
    border: 1px solid #666; /* Borda mais visível */
}

    .foto-checkbox:active {
        background-color: #0056b3; /* Cor azul escura ao clicar */
    }

.checkbox-label span {
    font-size: clamp(12px, 2vw, 14px);
    color: #fff;
}

.checkbox-label-modal {
    background-color: #28a745; /* Fundo verde */
    padding: 5px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 10px; /* Margem para espaçamento */
    border: none; /* Remove borda, se houver */
}

.foto-checkbox-modal {
    margin-right: 5px;
    background-color: #e0e0e0; /* Cor de fundo cinza claro para a caixa não selecionada */
    border: 1px solid #666; /* Borda mais visível */
}

    .foto-checkbox-modal:active {
        background-color: #0056b3; /* Cor azul escura ao clicar */
    }

.checkbox-label-modal span {
    font-size: clamp(12px, 2vw, 14px);
    color: #fff;
}

.controls {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%;
    text-align: center;
}

    .controls .form-control {
        max-width: 300px;
        margin: 0 auto 10px;
    }

.btn {
    margin: 0 5px;
}

#fotoAmpliada {
    transition: opacity 0.3s ease; /* Efeito de fade na troca de imagens */
    width: 100%;
    height: auto;
}

.modal-footer {
    display: flex;
    justify-content: center !important; /* Centraliza os elementos horizontalmente */
    align-items: center !important; /* Centraliza verticalmente */
    gap: 5px; /* Espaçamento entre os elementos */
}

/* Media Queries ajustadas para 2 colunas em mobile */
@media (max-width: 767.98px) {
    .foto-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .foto-wrapper {
        max-height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .foto-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .foto-wrapper {
        max-height: 300px;
    }
}

@media (min-width: 992px) {
    .foto-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .foto-wrapper {
        max-height: 350px;
    }
}

/* FIM FOTOS para ESCOLHER CSS */

/* BLOGGER CONTEUDO */
.blog-post {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.blog-post-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.blog-post-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.blog-post-meta {
    font-size: 0.9rem;
}

.blog-post-image img {
    border-radius: 8px;
}

.blog-post-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #444;
    margin-top: 20px;
}

.blog-post-excerpt {
    font-size: 1.1rem;
    color: #666;
    font-style: italic;
}

.blog-post-body {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.blog-post-aside {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}

.blog-post-aside-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-post-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

/* Estilo para a seção de cada pacote */
.package-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Estilo para a div de imagem de fundo */
.package-background {
    width: 100vw; /* Força a largura total da viewport */
    height: 500px; /* Altura fixa - ajuste conforme necessário */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    left: 50%; /* Centraliza a imagem */
    transform: translateX(-50%); /* Centraliza a imagem */
}

/* Estilo para o conteúdo do pacote */
.package-content {
    text-align: center;
    padding: 40px 20px;
    background-color: #f8f9fa; /* Fundo claro para contraste */
}

/* Ajuste para o título do pacote */
.package-title {
    color: rgb(126, 140, 141);
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Estilo para a descrição */
.package-description {
    font-size: 1.2rem;
    margin-bottom: 20px;
    max-width: 800px; /* Limita a largura para melhor legibilidade */
    margin-left: auto;
    margin-right: auto;
}

/* Estilo para o preço */
.package-price {
    font-size: 2rem;
    font-weight: bold;
    color: #00c4ff; /* Cor azul clara */
    margin-bottom: 10px;
}

/* Estilo para o texto de parcelamento */
.package-payment {
    font-size: 1rem;
    font-style: italic;
    color: #6c757d;
}

/* Estilo para as informações adicionais */
.additional-info {
    text-align: center;
    padding: 40px 20px;
    background-color: #f8f9fa; /* Fundo claro para contraste */
}

/* Ajuste para centralizar o texto do título em mobile */
@media (max-width: 767.98px) {
    .package-title {
        font-size: 2rem; /* Reduz o tamanho do título em mobile */
    }

    .package-description {
        font-size: 1rem;
    }

    .package-price {
        font-size: 1.5rem;
    }
}
