@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&display=swap'); :root{ --dark-green: #485935; --sage: #CADBB7; --olive: #93A267; --off-white: #FBFBFB; --white: #FFFFFF; --text-dark: #485935; --text-body: #5A6B4F; --font-heading: 'Plus Jakarta Sans', sans-serif; --font-body: 'Inter', sans-serif; } *{margin:0;padding:0;box-sizing:border-box;} html,body{ background:var(--white); color:var(--text-body); font-family:var(--font-body); -webkit-font-smoothing:antialiased; } img{max-width:100%;display:block;} .page{ width:100%; margin:0 auto; background:var(--white); overflow:hidden; position:relative; } a{text-decoration:none;color:inherit;} ul{list-style:none;} header{ height:56px; background:var(--dark-green); display:flex; align-items:center; justify-content:space-between; padding:0 5px; position:sticky; top:0; z-index:50; } .logo{ display:flex; align-items:center; height:100%; } .logo img{ height:52px; width:auto; } .menu-btn{ background:none; border:none; display:flex; flex-direction:column; gap:5px; cursor:pointer; padding:8px; } .menu-btn span{ width:24px; height:2px; background:var(--white); border-radius:2px; display:block; } .hero{ position:relative; min-height:812px; background:url('images/hero.jpg') center/cover no-repeat; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:60px 24px; text-align:center; } .hero::before{ content:""; position:absolute; inset:0; background:rgba(0,0,0,0.4); } .hero > *{position:relative;z-index:1;} .hero h1{ font-family:var(--font-heading); font-weight:700; font-size:2.5rem; line-height:1.15; color:var(--white); margin-bottom:4px; text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6); opacity: 0.85; } .hero h1 .accent{color:var(--sage);} .hero p.subtitle{ color:var(--white); font-weight:600; font-size:0.95rem; line-height:1.5; margin:22px 0 28px; max-width:340px; } .hero-buttons{ display:flex; gap:14px; flex-wrap:wrap; justify-content:center; } .btn{ display:inline-flex; align-items:center; gap:6px; padding:14px 28px; border-radius:30px; font-family:var(--font-body); font-weight:600; font-size:0.95rem; border:none; cursor:pointer; white-space:nowrap; } .btn-white{ background:var(--white); color:var(--dark-green); } .btn-olive{ background:var(--olive); color:var(--white); } .btn-dark{ background:var(--dark-green); color:var(--white); } .btn-sage{ background:var(--sage); color:var(--dark-green); } .btn-outline{ background:var(--white); color:var(--text-dark); border-radius:30px; } .btn-card{ display:flex; align-items:center; justify-content:center; gap:6px; width:100%; background:var(--dark-green); color:var(--white); padding:16px 20px; border-radius:40px; font-weight:700; font-size:0.85rem; letter-spacing:0.5px; margin-top:20px; } .link-arrow{ display:inline-flex; align-items:center; gap:4px; font-weight:600; color:var(--text-dark); } section{ padding:64px 24px; } .bg-sage{background:var(--sage);} .bg-white{background:var(--off-white);} .eyebrow{ color:var(--olive); font-weight:600; font-size:0.95rem; margin-bottom:10px; } .section-heading{ font-family:var(--font-heading); font-weight:700; font-size:1.9rem; line-height:1.2; color:var(--text-dark); margin-bottom:16px; text-shadow: 3px 5px 3px rgba(0, 0, 0, 0.10); } .section-sub{ font-size:0.95rem; line-height:1.6; color:var(--text-body); } .center{text-align:center;} .about-actions{ display:flex; align-items:center; gap:24px; margin:26px 0 32px; } .about-image{ border-radius:16px; overflow:hidden; } .roteiros-header{margin-bottom:36px;} .cards-grid{ display:grid; grid-template-columns:1fr; gap:40px; } .card{ background:var(--white); border-radius:18px; overflow:hidden; box-shadow:0 6px 24px rgba(72,89,53,0.10); } .card-img{ width:100%; height:200px; object-fit:cover; } .card-body{padding:22px 22px 26px;} .card-title{ font-family:var(--font-heading); font-weight:700; font-size:1.1rem; color:var(--text-dark); margin-bottom:14px; letter-spacing:0.3px; } .card-list li{ position:relative; padding-left:16px; font-size:0.9rem; line-height:1.9; color:var(--text-body); } .card-list li::before{ content:"•"; position:absolute; left:0; color:var(--olive); } .destinos-gallery{ display:flex; gap:16px; overflow-x:auto; margin-top:32px; padding-bottom:8px; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; } .destinos-gallery::-webkit-scrollbar{display:none;} .destino-card{ flex:0 0 auto; width:280px; height:360px; border-radius:16px; overflow:hidden; scroll-snap-align:start; } .destino-card img{width:100%;height:100%;object-fit:cover;} .servicos-grid{ display:grid; grid-template-columns:1fr; gap:40px; } .servico-card{ border-radius:16px; overflow:hidden; } .servico-img{ width:100%; height:220px; object-fit:cover; border-radius:16px; } .servico-body{padding:22px 4px 0;text-align:center;} .servico-title{ font-family:var(--font-heading); font-weight:700; font-size:1.3rem; color:var(--text-dark); margin-bottom:10px; } .servico-text{ font-size:0.92rem; line-height:1.6; margin-bottom:14px; } .diferenciais-header{margin-bottom:20px;} .features-grid{ display:grid; grid-template-columns:1fr; gap:20px; } .feature{ text-align:center; padding:44px 0; } .feature-icon{ width:44px; height:44px; margin:0 auto 18px; color:var(--olive); } .feature-icon svg{width:100%;height:100%;} .feature-title{ font-family:var(--font-heading); font-weight:700; font-size:1.25rem; color:var(--text-dark); margin-bottom:10px; } .feature-text{ font-size:0.92rem; line-height:1.6; max-width:320px; margin:0 auto; } .rsvp-label{ font-family:var(--font-heading); font-weight:700; letter-spacing:2px; color:var(--olive); font-size:1rem; margin-bottom:18px; } .cta-footer-wrapper { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; } .cta { flex: 1; background: url('images/cta-bg.jpg') center / cover no-repeat; display: flex; align-items: center; justify-content: center; text-align: center; padding: 40px 24px; position: relative; min-height: 50vh; } .cta::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.45); z-index: 1; } .cta-content { position: relative; z-index: 2; max-width: 600px; } .cta h2 { font-family: var(--font-heading); font-weight: 700; font-size: 2.5rem; color: var(--white); margin-bottom: 16px; line-height: 1.2; } .cta p { color: var(--white); font-size: 1rem; line-height: 1.6; margin-bottom: 28px; } .cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; } footer { background: var(--dark-green); color: var(--white); padding: 40px 24px 30px; flex-shrink: 0; } .footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1200px; margin: 0 auto; } .footer-col h4 { font-family: var(--font-heading); font-weight: 700; font-size: 1rem; margin-bottom: 16px; color: var(--white); } .footer-col li { font-size: 0.85rem; line-height: 2; color: #E4E9DA; } .footer-col a { color: #E4E9DA; text-decoration: none; transition: color 0.2s; } .footer-col a:hover { color: var(--sage); } .footer-divider { height: 1px; background: rgba(255,255,255,0.2); margin: 30px auto 20px; max-width: 1200px; } .footer-bottom { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; } .social-links { display: inline-flex; align-items: center; gap: 14px; } .social-link { display: inline-flex; align-items: center; justify-content: center; color: var(--white); transition: transform 0.2s ease, opacity 0.2s ease; } .social-link:hover { opacity: 0.85; transform: translateY(-2px); } .social-icon { width: 22px; height: 22px; display: block; } .copyright { font-size: 0.8rem; color: #CBD4BE; } @media (max-width: 768px) { .footer-cols { grid-template-columns: 1fr; gap: 24px; } .footer-bottom { flex-direction: column; gap: 16px; text-align: center; } .cta h2 { font-size: 1.8rem; } .cta { min-height: 40vh; } } @media (min-width: 768px) { .page{ max-width:100%; } header{ padding:0 40px; } .menu-btn{ display:none; } .hero{ min-height:600px; } .hero h1{ font-size:3.5rem; } .hero p.subtitle{ font-size:1.1rem; max-width:500px; margin-left:auto; margin-right:auto; } section{ padding:80px 60px; } .section-heading{ font-size:2.5rem; } .about-content{ display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; } .about-text{ order:1; } .about-image{ order:2; } .cards-grid{ grid-template-columns:repeat(3, 1fr); gap:24px; } .card-img{ height:250px; } .destinos-gallery{ justify-content:center; overflow-x:visible; } .destino-card{ width:400px; height:450px; } .servicos-grid{ grid-template-columns:repeat(2, 1fr); gap:40px; } .servico-img{ height:300px; } .features-grid{ grid-template-columns:repeat(3, 1fr); gap:40px; } .feature{ padding:20px; } .cta{ min-height:400px; } .cta h2{ font-size:2.5rem; } .cta p{ max-width:500px; font-size:1rem; } footer{ padding:60px 60px 30px; } .footer-cols{ grid-template-columns:repeat(3, 1fr); gap:20px; } .footer-bottom{ flex-direction:row; justify-content:space-between; align-items:center; } } @media (max-width:380px){ .hero h1{font-size:2.1rem;} .section-heading{font-size:1.6rem;} } #imageModal { display: none; position: fixed; inset: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.85); align-items: center; justify-content: center; z-index: 999999; } #imageModal .image-modal-content { position: relative; width: auto; max-width: 90vw; max-height: 90vh; display: flex; align-items: center; justify-content: center; background: transparent; } #imageModal #modalImage { display: block; max-width: 90vw; max-height: 85vh; width: auto; height: auto; object-fit: contain; border-radius: 10px; } #imageModal .modal-close { position: absolute; top: -45px; right: -10px; width: 40px; height: 40px; border: none; border-radius: 50%; background: white; color: #222; font-size: 28px; line-height: 1; cursor: pointer; z-index: 1000000; } #imageModal .modal-close:hover { transform: scale(1.05); } body.modal-open { overflow: hidden; } .nav-desktop { display: none; } .nav-list { display: flex; align-items: center; gap: 32px; list-style: none; } .nav-list > li > a { color: var(--white); font-family: var(--font-body); font-weight: 500; font-size: 0.95rem; text-decoration: none; padding: 6px 0; position: relative; transition: color 0.2s; } .nav-list > li > a:hover { color: var(--sage); } .nav-list > li > a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--sage); transition: width 0.3s; } .nav-list > li > a:hover::after { width: 100%; } .nav-dropdown { position: relative; } .nav-dropdown > a { display: flex; align-items: center; gap: 4px; } .dropdown-arrow { transition: transform 0.3s; } .nav-dropdown:hover .dropdown-arrow { transform: rotate(180deg); } .dropdown-menu { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(8px); background: var(--white); border-radius: 12px; padding: 12px 0; min-width: 180px; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15); opacity: 0; visibility: hidden; transition: all 0.25s ease; list-style: none; } .nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); } .dropdown-menu li a { display: block; padding: 10px 24px; color: var(--text-dark); font-family: var(--font-body); font-weight: 500; font-size: 0.9rem; text-decoration: none; transition: background 0.2s, color 0.2s; } .dropdown-menu li a:hover { background: var(--sage); color: var(--dark-green); } .btn-whatsapp-header { display: none; align-items: center; gap: 8px; background: #25D366; color: white; padding: 10px 18px; border-radius: 30px; font-family: var(--font-body); font-weight: 600; font-size: 0.85rem; text-decoration: none; transition: background 0.2s, transform 0.2s; } .btn-whatsapp-header:hover { background: #1da851; transform: scale(1.02); } @media (min-width: 992px) { header { padding: 0 40px; height: 60px; display: flex; align-items: center; justify-content: space-between; position: relative; gap: 0; } .logo { flex: 0 0 auto; position: relative; z-index: 2; } .logo img { height: 52px; } .nav-desktop { position: absolute; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; width: auto; z-index: 1; margin: 0; } .nav-list { display: flex; gap: 32px; list-style: none; margin: 0; padding: 0; } .btn-whatsapp-header { flex: 0 0 auto; display: flex; margin-left: auto; position: relative; z-index: 2; } .menu-btn { display: none; } } @media (min-width: 768px) and (max-width: 991px) { .nav-desktop { display: flex; } .nav-list { gap: 16px; } .nav-list > li > a { font-size: 0.85rem; } .btn-whatsapp-header { display: flex; padding: 8px 14px; font-size: 0.75rem; } .btn-whatsapp-header svg { width: 16px; height: 16px; } .menu-btn { display: none; } .dropdown-menu { min-width: 150px; } .dropdown-menu li a { padding: 8px 18px; font-size: 0.8rem; } } html, body { height: 100%; margin: 0; padding: 0; scroll-behavior: smooth; } section:not(.cta) { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: 80px 24px; position: relative; } section:first-of-type { padding-top: 0; } .hero { min-height: 100vh; min-height: 100svh; background: url('images/hero.jpg') center/cover no-repeat; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 24px; text-align: center; position: relative; margin-top: 0; padding-top: 0; } #sobre { min-height: 100vh; min-height: 100svh; display: flex; align-items: center; justify-content: center; } .about-content { width: 100%; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; } #roteiros { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; } .cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 20px; } #galeria { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; } .destinos-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; } .destino-card { width: 100%; height: 400px; border-radius: 16px; overflow: hidden; } .destino-card img { width: 100%; height: 100%; object-fit: cover; } #servicos { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; } .servicos-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin-top: 20px; } #diferenciais { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; } .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 20px; } @media (max-width: 991px) { section:not(.cta) { min-height: 100vh; min-height: 100svh; padding: 60px 20px; } .about-content { grid-template-columns: 1fr; gap: 30px; } .cards-grid { grid-template-columns: 1fr; gap: 30px; } .destinos-gallery { grid-template-columns: 1fr; gap: 20px; } .destino-card { height: 300px; } .servicos-grid { grid-template-columns: 1fr; gap: 30px; } .features-grid { grid-template-columns: 1fr; gap: 30px; } .hero h1 { font-size: 2.2rem; } } @media (max-width: 480px) { section:not(.cta) { padding: 40px 16px; min-height: 100vh; min-height: 100svh; } .hero h1 { font-size: 1.8rem; } .section-heading { font-size: 1.5rem; } .destino-card { height: 250px; } } #rotasModal.aberto { display: none !important; } #imageModal.aberto { display: flex !important; } .hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 0; } .hero-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.45); z-index: 1; } .hero-content { position: relative; z-index: 2; text-align: center; padding: 60px 24px; max-width: 800px; } .progress-ring { display: none !important; } .section-indicator { display: none !important; } .mobile-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.5); z-index: 999; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; } .mobile-overlay.active { opacity: 1; visibility: visible; } .mobile-nav { position: fixed; top: 0; right: -320px; width: 300px; max-width: 80vw; height: 100vh; background: var(--dark-green); padding: 24px 20px; z-index: 1000; transition: right 0.35s cubic-bezier(0.22, 1, 0.36, 1); overflow-y: auto; box-shadow: -8px 0 30px rgba(0, 0, 0, 0.3); } .mobile-nav.active { right: 0; } .mobile-close { background: none; border: none; color: var(--white); font-size: 28px; line-height: 1; cursor: pointer; position: absolute; top: 16px; right: 20px; padding: 8px; transition: transform 0.2s; } .mobile-close:hover { transform: rotate(90deg); } .mobile-nav-list { list-style: none; padding: 0; margin-top: 50px; } .mobile-nav-list li { margin-bottom: 6px; } .mobile-link { display: block; padding: 14px 16px; color: var(--white); font-family: var(--font-body); font-weight: 500; font-size: 1.1rem; text-decoration: none; border-radius: 8px; transition: background 0.2s; } .mobile-link:hover, .mobile-link:focus { background: rgba(255, 255, 255, 0.1); } .mobile-dropdown-toggle { display: flex; align-items: center; justify-content: space-between; } .mobile-dropdown-toggle .dropdown-arrow { transition: transform 0.3s; } .mobile-dropdown.open .dropdown-arrow { transform: rotate(180deg); } .mobile-dropdown-menu { list-style: none; padding-left: 16px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } .mobile-dropdown.open .mobile-dropdown-menu { max-height: 300px; } .mobile-dropdown-menu .mobile-link { font-size: 0.95rem; padding: 10px 16px; color: #e4e9da; } .mobile-dropdown-menu .mobile-link:hover { background: rgba(255, 255, 255, 0.08); } body.menu-open { overflow: hidden; }