/* Estilos elegantes com tons de azul inspirados no Pontall Private Club Houses */

/* Seções com fundo azul */
.section-blue {
    background: var(--blue-gradient);
    color: var(--text-color);
    position: relative;
    padding: 100px 0;
}

.section-blue::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-.895-3-2-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-.895-3-2-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-.895-3-2-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-.895-3-2-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 200px;
    opacity: 0.1;
    z-index: 0;
}

/* Garantir que todos os textos em seções com fundo azul sejam legíveis (branco) */
.section-blue h1, 
.section-blue h2,
.section-blue h3,
.section-blue h4,
.section-blue h5,
.section-blue h6,
.section-blue p,
.section-blue span,
.section-blue a:not(.btn),
.section-blue li,
.section-blue label,
.section-blue .section-title h2,
.section-blue .section-title p,
.section-blue .donut-title,
.section-blue .percentage,
.section-blue .container p,
.section-blue div p {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Regra específica para o texto problemático */
.imagens-section .section-title p,
#imagens p,
.section-blue .section-title p {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

/* Adicionar regra específica para esse texto que está dando problema */
.imagens-section p, 
.tour-section p, 
.lotes-section p,
.donut-section p {
    color: #ffffff !important;
    font-weight: 400;
}

/* Regra extra específica para o texto problemático na seção de imagens */
#imagens .section-title p {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
}

.section-blue .card-glass,
.section-blue .card {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Estilos específicos para a seção de donut charts */
.section-blue .donut-chart-container {
    color: #ffffff;
}

.section-blue .donut-title {
    color: #ffffff !important;
    font-weight: 500;
    margin-top: 10px;
}

.section-blue .percentage {
    color: #ffffff !important;
    font-weight: bold;
}

/* Ajuste para fundos de todas as seções azuis */
.section-blue {
    background-color: #00203F;
    position: relative;
}

.section-blue::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 32, 63, 0.9), rgba(0, 32, 63, 0.95));
    z-index: 0;
}

.section-blue .container,
.section-blue .fullwidth-carousel,
.section-blue .section-title,
.section-blue .donut-chart-container {
    position: relative;
    z-index: 1;
}

/* Garantir que todos os títulos e textos nas seções azuis sejam brancos */
.section-blue h2, 
.section-blue h3,
.section-blue .section-title h2 {
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-family: 'Manrope', sans-serif !important;
    letter-spacing: 1px !important;
}

.section-blue p,
.section-blue .section-title p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
}

/* Sobrescrever qualquer estilo inline */
.section-blue h2[style*="color"],
.section-blue h3[style*="color"],
.section-blue p[style*="color"],
.section-blue .section-title h2[style*="color"],
.section-blue .section-title p[style*="color"] {
    color: #fff !important;
}

/* Garantir que todos os textos nas seções azuis sejam legíveis */
.section-blue .section-title p,
.section-blue .card-text,
.section-blue .galeria-title,
.section-blue .galeria-subtitle,
.section-blue .feature-item h4,
.section-blue .feature-item p {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Estilo para cards de vidro */
.card-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card-glass h3 {
    font-family: 'Manrope', sans-serif !important;
    letter-spacing: 1px !important;
    margin-bottom: 20px;
}

.card-glass h4 {
    font-family: 'Manrope', sans-serif !important;
    letter-spacing: 0.5px !important;
}

.card-glass p {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 300 !important;
}

.card-glass:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Estilização dos títulos de seção */
.section-title {
    margin-bottom: 60px;
    position: relative;
}

.section-title h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif !important;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--accent-color);
}

.section-blue .section-title h2 {
    color: #fff;
}

/* Botões mais elegantes */
.btn-primary, .btn-gold {
    background: var(--accent-color);
    color: var(--primary-color);
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.btn-primary:hover, .btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    background: #e0bb4e;
}

/* Ajuste para links dentro de seções azuis */
.section-blue a:not(.btn) {
    color: var(--accent-color);
}

.section-blue a:not(.btn):hover {
    color: #e0bb4e;
}

/* Ajuste para elementos específicos que podem ter estilos inline */
.section-blue [style*="color"] {
    color: #fff !important;
}

.section-blue p[style*="color"],
.section-blue h4[style*="color"],
.section-blue span[style*="color"] {
    color: #fff !important;
}

/* Ajuste para o mapa de lotes */
.section-blue .mapa-lotes-container {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

/* Ajuste para elementos de filtro */
.section-blue .galeria-filtros button {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 15px;
    margin: 0 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.section-blue .galeria-filtros button:hover,
.section-blue .galeria-filtros button.active {
    background: var(--accent-color);
    color: var(--primary-color);
    border-color: var(--accent-color);
}

/* Estilização para o footer */
#footer {
    background: var(--primary-color);
    color: var(--text-color);
    padding-top: 80px;
}

.footer-top {
    padding-bottom: 40px;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Estilização para elementos de navegação */
.nav-link {
    color: var(--primary-color);
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: var(--accent-color);
}

/* Estilização para o menu lateral */
.side-menu {
    background: var(--blue-gradient);
}

.side-menu .nav-link {
    color: white;
    border-left: 3px solid transparent;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.side-menu .nav-link:hover,
.side-menu .nav-link.active {
    background: rgba(255, 255, 255, 0.1);
    border-left: 3px solid var(--accent-color);
}

/* Tour Virtual Styles - Aprimorado */
.tour-section {
    background-color: #00203F;
    padding: 80px 0;
}

.tour-section h2, 
.tour-section p {
    color: #ffffff;
}

.tour-virtual-container {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    margin: 20px auto;
    max-width: 100%;
    overflow: hidden;
}

.tour-virtual-container iframe {
    display: block;
    width: 100%;
    height: 700px;
    border: none;
    border-radius: 3px;
}

/* Modal da Galeria */
.modal-galeria {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-galeria.active {
    opacity: 1;
    visibility: visible;
}

.modal-galeria-conteudo {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    text-align: center;
}

.modal-galeria-img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-galeria-fechar {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-galeria-fechar:hover {
    color: var(--accent-color);
}

.modal-galeria-info {
    margin-top: 15px;
    color: #fff;
    text-align: center;
}

.modal-galeria-info h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: var(--accent-color);
}

.modal-galeria-info p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Estilização para benefícios */
.beneficio-item {
    text-align: center;
    padding: 30px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.beneficio-item:hover {
    transform: translateY(-5px);
}

.beneficio-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background: rgba(212, 175, 55, 0.1);
    color: var(--accent-color);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.beneficio-item h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #fff;
}

.beneficio-item p {
    color: rgba(255, 255, 255, 0.8);
}

/* Estilização para depoimentos */
.depoimento-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 30px;
    margin: 15px;
    transition: all 0.3s ease;
}

.depoimento-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 32, 63, 0.15);
}

.depoimento-content {
    position: relative;
    padding-left: 30px;
}

.depoimento-content:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--accent-color);
    font-size: 20px;
    opacity: 0.5;
}

/* Estilização para seção de contato */
.contato-info .info-item {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.contato-info .info-item .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.1);
    color: var(--accent-color);
    border-radius: 50%;
    margin-right: 20px;
    font-size: 20px;
}

.contato-info .info-item .text h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #fff;
}

.contato-info .info-item .text p {
    color: rgba(255, 255, 255, 0.8);
}

/* Estilização para o hero */
.hero-section {
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid var(--accent-color);
}

/* Estilos para a imagem de fundo da seção hero */
.hero-background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/* Novo estilo para overlay com gradiente apenas na parte inferior */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 32, 63, 0) 0%, 
        rgba(0, 32, 63, 0) 30%, 
        rgba(0, 32, 63, 0.7) 60%, 
        rgba(0, 32, 63, 0.85) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 3;
    padding: 20px 0;
    margin-bottom: 80px;
    text-align: center;
    background: transparent;
    box-shadow: none;
    border: none;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-content h1 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Manrope', sans-serif !important;
}

.hero-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 300 !important;
}

.hero-content .subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 25px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 300 !important;
}

.hero-buttons {
    margin-top: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.hero-buttons .btn {
    padding: 15px 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1rem;
    border-radius: 5px;
    min-width: 280px;
    max-width: 350px;
}

.hero-buttons .btn-primary {
    background-color: var(--accent-color);
    color: var(--primary-color);
    border: none;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

.hero-buttons .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    background: #e0bb4e;
}

/* Ajuste nos elementos da seção hero para ficarem acima do background */
.hero-section .container,
.hero-section .hero-logo,
.hero-section .hero-content {
    position: relative;
    z-index: 3;
}

/* Garantir que a imagem de capa seja exibida */
#hero {
    background-image: none !important;
}

/* Ajustes para responsividade */
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 2rem;
    }
    
    .hero-content {
        margin-left: 0;
        max-width: 100%;
    }
    
    .beneficio-item,
    .card-glass {
        margin-bottom: 30px;
    }
}

/* Responsividade para Localização e Contato */
@media (max-width: 991.98px) {
    .contato-section .row {
        flex-direction: column;
        gap: 40px; /* Aumentando o espaçamento entre elementos */
    }
    
    .localizacao-map {
        position: relative;
        margin-bottom: 30px;
    }
    
    .localizacao-map iframe {
        width: 100%;
        height: 400px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .contato-form {
        padding: 30px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .contato-form h3 {
        text-align: center;
        margin-bottom: 30px;
        color: var(--primary-color);
    }
    
    .contato-form .form-control {
        width: 100%;
        padding: 12px;
        font-size: 14px;
        margin-bottom: 15px;
        border-radius: 8px;
    }
    
    .contato-form .btn-primary {
        width: 100%;
        padding: 14px;
        font-size: 14px;
        margin-top: 20px;
        border-radius: 8px;
    }
    
    .contato-form .btn-primary:hover {
        transform: translateY(-2px);
    }
}

@media (max-width: 767.98px) {
    .localizacao-map iframe {
        height: 300px;
    }
    
    .contato-form {
        padding: 25px;
    }
    
    .contato-form .form-control {
        padding: 10px;
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .contato-form .btn-primary {
        padding: 12px;
        font-size: 13px;
    }
}

/* Estilos para os botões de filtro */
.filter-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    margin: 0 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--accent-color);
    color: var(--primary-color);
    border-color: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

/* Ajuste para o container da galeria */
.galeria-grid {
    margin-top: 40px;
}

/* Melhorar a aparência dos cards da galeria */
.galeria-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.galeria-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.galeria-imagem {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.galeria-imagem img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.galeria-card:hover .galeria-imagem img {
    transform: scale(1.05);
}

.galeria-info {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0 0 10px 10px;
}

.galeria-info h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.2rem;
}

.galeria-info p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* Estilos para o carrossel fullwidth */
.fullwidth-carousel,
.fullwidth-carousel-tour {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #00203F;
    overflow: hidden;
    padding: 0;
}

.fullwidth-carousel .swiper-slide,
.fullwidth-carousel-tour .swiper-slide {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.fullwidth-carousel .swiper-slide::after,
.fullwidth-carousel-tour .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 32, 63, 0.3);
    z-index: 1;
}

.galeria-img-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.galeria-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.galeria-img-container img:hover {
    transform: scale(1.05);
}

/* Ajustes nos botões de navegação para o fullwidth carousel */
.fullwidth-carousel .swiper-button-next,
.fullwidth-carousel .swiper-button-prev {
    color: #ffffff;
    background-color: rgba(11, 57, 84, 0.7);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.fullwidth-carousel .swiper-button-next:after,
.fullwidth-carousel .swiper-button-prev:after {
    font-size: 18px;
}

.fullwidth-carousel .swiper-button-next:hover,
.fullwidth-carousel .swiper-button-prev:hover {
    color: #D4AF37;
    background-color: rgba(11, 57, 84, 0.9);
    transform: scale(1.1);
}

.swiper-button-next-main, 
.swiper-button-prev-main {
    color: #ffffff !important;
}

.swiper-button-next-main:hover, 
.swiper-button-prev-main:hover {
    color: #D4AF37 !important;
}

/* Estilos para a seção de imagens */
.imagens-section {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.imagens-grid {
    display: flex;
    width: 100%;
    height: 320px;
    margin: 0;
}

.imagem-item {
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.imagem-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.imagem-item:hover img {
    transform: scale(1.05);
}

.imagens-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    background-color: rgba(11, 57, 84, 0.7);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.imagens-nav:hover {
    background-color: rgba(11, 57, 84, 0.9);
    color: #D4AF37;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.imagens-nav-prev {
    left: 20px;
}

.imagens-nav-next {
    right: 20px;
}

/* Estilos para carrossel de imagens de fundo */
.residencial-background-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0b3954;
    z-index: 1;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 800ms ease-in-out;
    z-index: 0;
}

.carousel-slide.active {
    opacity: 1;
    z-index: 2;
}

.carousel-slide.prev-slide {
    opacity: 1;
    z-index: 1;
}

.carousel-slide.slide-in-right {
    animation: slideInRight 800ms ease;
    z-index: 2;
}

.carousel-slide.slide-in-left {
    animation: slideInLeft 800ms ease;
    z-index: 2;
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Estilos para o carrossel fullwidth de imagens */
.imagens-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background: #0b3954;
}

.fullwidth-carousel {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}

.fullwidth-carousel .swiper-slide {
    height: 320px;
    transition: all 0.4s ease;
    overflow: hidden;
    width: calc(100% / 3);
}

.galeria-img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.galeria-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.galeria-img-container:hover img {
    transform: scale(1.05);
}

/* Ajustes nos botões de navegação para o fullwidth carousel */
.fullwidth-carousel .swiper-button-next,
.fullwidth-carousel .swiper-button-prev {
    color: #ffffff;
    background-color: rgba(11, 57, 84, 0.7);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.fullwidth-carousel .swiper-button-next:after,
.fullwidth-carousel .swiper-button-prev:after {
    font-size: 18px;
}

.fullwidth-carousel .swiper-button-next:hover,
.fullwidth-carousel .swiper-button-prev:hover {
    color: #D4AF37;
    background-color: rgba(11, 57, 84, 0.9);
    transform: scale(1.1);
}

.swiper-button-next-main, 
.swiper-button-prev-main {
    color: #ffffff !important;
}

.swiper-button-next-main:hover, 
.swiper-button-prev-main:hover {
    color: #D4AF37 !important;
}

/* Menu Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 32, 63, 0.95);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    overflow-y: auto;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu-btn {
    background-color: rgba(11, 57, 84, 0.7);
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.menu-btn:hover {
    background-color: rgba(11, 57, 84, 0.9);
    transform: scale(1.05);
}

.menu-btn i {
    font-size: 1.2rem;
}

.menu-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1000;
}

/* Melhorar setas de navegação */
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next-main,
.swiper-button-prev-main {
    color: #ffffff !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 0.8;
    transition: opacity 0.3s;
    z-index: 10;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next-main:hover,
.swiper-button-prev-main:hover {
    opacity: 1;
    color: #D4AF37 !important;
}

/* Estilos para as animações dos slides */
.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.carousel-slide.active {
    opacity: 1;
    z-index: 1;
}

.carousel-slide.slide-in-right {
    animation: slideFromRight 0.8s ease forwards;
}

.carousel-slide.slide-in-left {
    animation: slideFromLeft 0.8s ease forwards;
}

@keyframes slideFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Adicionando estilos para o campo de e-mail e o botão de WhatsApp */
.newsletter-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.newsletter-email {
    flex: 1;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 5px;
}

.newsletter-email::placeholder {
    color: #fff;
    opacity: 0.7;
}

.btn-whatsapp {
    background-color: #D4AF37;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: #E3B848;
    transform: translateY(-2px);
}

/* Estilos para o botão FALE CONOSCO no overlay */
.menu-overlay .btn-light {
    background-color: #D4AF37;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.menu-overlay .btn-light:hover {
    background-color: #E3B848;
    transform: translateY(-2px);
}
