@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Poppins:wght@300;400;500;600&display=swap";:root{--primary: #384e31;--primary-light: #526c48;--secondary: #d4e3cc;--text-dark: #222222;--text-light: #555555;--bg-primary: #ffffff;--bg-offset: #f9f9f9;--font-heading: "Playfair Display", serif;--font-body: "Poppins", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--bg-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;color:var(--primary);line-height:1.2}p{color:var(--text-light);font-size:1rem}a{text-decoration:none;color:inherit;transition:all .3s ease}.btn-primary{display:inline-block;background-color:var(--primary);color:#fff;padding:.8rem 1.8rem;border-radius:4px;font-weight:500;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px;border:none;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.btn-primary:hover{background-color:var(--primary-light);transform:translateY(-2px)}section{padding:5rem 5%}.section-bg-light{background-color:var(--secondary)}.container{max-width:1200px;margin:0 auto}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.header{position:sticky;top:0;background-color:var(--bg-primary);box-shadow:0 2px 10px #0000000d;z-index:1000;padding:1rem 5%}.header-content{display:flex;justify-content:space-between;align-items:center}.logo-area{display:flex;align-items:center;gap:15px}.logo-icon{width:40px;height:40px}.logo-text{font-family:var(--font-heading);font-weight:700;color:var(--primary);line-height:1.1;font-size:1.1rem}.desktop-nav{display:flex;gap:2rem;align-items:center}.desktop-nav a{font-weight:500;font-size:.95rem}.desktop-nav a:hover{color:var(--primary)}.btn-header{padding:.6rem 1.4rem;font-size:.8rem}@media(max-width:768px){.desktop-nav,.btn-header{display:none}}.footer{background-color:var(--bg-primary);padding:3rem 5% 1rem;border-top:1px solid #eaeaea}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.footer-logo-img{width:150px}.footer-copyright{font-size:.8rem;color:var(--text-light);text-align:center;border-top:1px solid #eaeaea;padding-top:1rem}.footer-socials{display:flex;align-items:center;gap:1rem}.footer-socials span{font-family:var(--font-heading);color:var(--primary);font-weight:600;margin-right:1rem}.footer-socials img{width:24px;height:24px;transition:transform .3s ease}.footer-socials a:hover img{transform:translateY(-3px)}.destination-card{background-color:var(--bg-primary);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;height:100%}.destination-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001a}.card-image-wrapper{width:150px;height:150px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;border:4px solid var(--secondary)}.card-image{width:100%;height:100%;object-fit:cover}.card-title{font-size:1.5rem;margin-bottom:.5rem}.card-text{font-size:.9rem;margin-bottom:1.5rem;flex-grow:1}.card-btn{width:100%}.hero-section{padding:4rem 5%;background-image:url(/Imagens/Home/Textura%201.png);background-size:cover;background-position:center}.hero-banner{background-image:linear-gradient(#0006,#0006),url(/Imagens/Home/Background.png);background-size:cover;background-position:center;border-radius:20px;color:#fff;padding:8rem 5%;text-align:center;max-width:1200px;margin:0 auto;box-shadow:0 15px 40px #0000001a}.hero-headline{color:#fff;font-size:2.8rem;margin-bottom:1.5rem}.highlight-text{color:var(--primary);font-weight:700}.hero-text{color:#fff;font-size:1.1rem;max-width:800px;margin:0 auto}.about-container,.services-container,.personalized-card{display:flex;align-items:center;gap:4rem}.about-image-wrapper{flex:1;display:flex;justify-content:center}.about-image-inner{position:relative;display:inline-block;max-width:440px;width:100%}.about-image{width:100%;display:block}.globe-interactive-container{position:absolute;bottom:12%;right:18%;z-index:10}.globe-btn{background:none;border:none;padding:0;cursor:pointer;border-radius:50%;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;background-color:#2b3925;width:48px;height:48px;box-shadow:0 4px 10px #0003}.globe-btn:hover{transform:scale(1.1)}.globe-icon{width:32px;height:32px;object-fit:contain}.globe-tooltip{position:absolute;bottom:120%;right:-20px;background-color:#fff;padding:1rem 1.2rem;border-radius:12px;box-shadow:0 10px 30px #00000026;width:max-content;max-width:280px;font-size:.95rem;color:#2b3925;font-weight:500;text-align:left;animation:fadeInTooltip .3s ease forwards}.globe-tooltip:after{content:"";position:absolute;bottom:-8px;right:36px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid white}@keyframes fadeInTooltip{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.services-image{width:100%;max-width:500px;filter:drop-shadow(0 15px 30px rgba(0,0,0,.15));display:block;margin:0 auto}.personalized-image{width:100%;max-width:500px;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:block;margin:0 auto}.about-content,.services-content,.personalized-content{flex:1}.section-subtitle{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:.8rem;color:var(--primary);display:flex;align-items:center;gap:15px}.section-subtitle:before{content:"";display:block;width:30px;height:2px;background-color:var(--primary)}.section-title{font-size:2.5rem;margin-bottom:1.5rem}.region-title{font-size:1.8rem;margin-bottom:2rem;color:var(--primary);border-bottom:2px solid var(--secondary);padding-bottom:.5rem}.destinations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;justify-content:center}.destination-region{max-width:900px;margin:0 auto}.mt-4{margin-top:4rem}.mt-3{margin-top:2rem}.services-section{position:relative;z-index:1}.services-section:before{content:"";position:absolute;inset:0;background-image:url(/Imagens/Home/Textura%202.png);background-size:cover;background-position:center;opacity:.15;z-index:-1;pointer-events:none}.personalized-section{position:relative;z-index:1}.personalized-section:before{content:"";position:absolute;inset:0;background-image:url(/Imagens/Home/Textura%202.png);background-size:cover;background-position:center;opacity:.08;z-index:-1;pointer-events:none}.personalized-card{background-color:#fff;border-radius:20px;padding:4rem;box-shadow:0 10px 40px #0000000d;max-width:1050px;margin:0 auto}.benefits-list{list-style:none;margin:2rem 0}.benefits-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-weight:500;color:var(--text-dark)}.list-icon{width:20px}.contact-box{background-color:var(--secondary);padding:4rem 2rem;border-radius:20px;text-align:center;max-width:800px;margin:0 auto}@media(max-width:768px){.about-container,.services-container,.personalized-card{flex-direction:column;text-align:center}.personalized-card{padding:2rem}.hero-headline{font-size:2rem}.benefits-list li{justify-content:center}}.btn-darker{background-color:#2b3925}.btn-darker:hover{background-color:var(--primary)}.align-center{text-align:center}.margin-bottom-large{margin-bottom:3rem}.dark-text{color:var(--text-dark, #2b3925)}.roteiro-page{background-color:#fff}.rp-hero{position:relative;padding:10rem 5%;border-radius:20px;margin:2rem 5%;overflow:hidden;background-color:transparent;z-index:0}.rp-hero:before{content:"";position:absolute;inset:-5%;background-image:url(/Imagens/Personalizado/ImagemTop.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-2}@media(min-width:1024px){.rp-hero:before{background-position:center 30%}}.rp-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(#0000004d,#0000004d);z-index:-1}.rp-hero-container{max-width:900px;margin:0;position:relative;z-index:1}.rp-hero-headline{color:#fff;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;font-family:var(--font-heading, serif);text-shadow:0 2px 10px rgba(0,0,0,.3)}.rp-hero-subtext{color:#fff;font-size:1.15rem;line-height:1.6;max-width:800px;font-weight:400;text-shadow:0 1px 5px rgba(0,0,0,.4)}.rp-section-title{font-size:2.2rem;font-weight:700;margin-bottom:1rem;color:#2b3925;font-family:var(--font-heading, serif)}.rp-section-subtitle{font-size:1.1rem;color:#2b3925;max-width:600px;margin-bottom:3rem;text-align:center;margin-left:auto;margin-right:auto}.rp-para-quem{padding:5rem 5%;background-color:#a9ca95;color:#2b3925}.rp-cards-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-top:2rem}@media(max-width:1024px){.rp-cards-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.rp-card{background-color:transparent;padding:1rem;text-align:center;height:100%;display:flex;flex-direction:column;align-items:center}.rp-card-icon{width:38px;height:38px;margin-bottom:1rem;object-fit:contain}.rp-card h3{font-size:1.2rem;margin-bottom:.8rem;color:#2b3925;font-weight:700}.rp-card p{font-size:.95rem;line-height:1.5;color:#4a5c43;text-align:center}.rp-process{padding:5rem 5%;background-color:#f8faf6}.rp-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;text-align:left;max-width:1000px;margin-left:auto;margin-right:auto}.rp-step{display:flex;align-items:flex-start;gap:1rem}.rp-step-number{background-color:#8dae76;color:#fff;width:35px;height:35px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.rp-step-content h4{font-size:1.1rem;color:#2b3925;margin-bottom:.5rem;font-weight:700}.rp-step-content p{font-size:.95rem;color:#556c4d;line-height:1.5}.rp-important-note-container{display:flex;justify-content:center;margin-top:3rem}.rp-important-note{background-color:#d3e4c9;padding:1rem 2rem;border-radius:8px;display:inline-flex;align-items:center;gap:1rem;color:#2b3925;max-width:800px}.rp-note-icon{width:24px;height:24px}.rp-packages{padding:5rem 5%;background-color:#c1dca6}.rp-packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1100px;margin:0 auto;align-items:stretch}.rp-package-wrapper{height:100%}.rp-package-card{background-color:#fff;border-radius:12px;padding:3rem 2rem;height:100%;box-shadow:0 4px 15px #0000000d;display:flex;flex-direction:column}.rp-package-featured{transform:scale(1.03);border:2px solid #8dae76;z-index:1}.rp-package-card h3{font-size:1.5rem;color:#2b3925;margin-bottom:1rem;font-weight:700}.rp-price{display:flex;align-items:baseline;gap:5px;color:#5ba24b;margin-bottom:2rem;min-height:40px}.rp-currency{font-size:1.2rem;font-weight:700}.rp-value{font-size:2.8rem;font-weight:800;line-height:1}.rp-suffix{font-size:.9rem;color:#777;margin-left:5px}.rp-package-desc{font-size:.95rem;line-height:1.6;color:#444}.rp-package-desc p{margin-bottom:1rem}.rp-bonus{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.rp-reviews{padding:5rem 5%;background-color:#a9ca95}.rp-reviews-images{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;margin-top:3rem}.rp-review-img{max-width:100%;height:auto;border-radius:16px;box-shadow:0 5px 20px #0000001a}@media(min-width:768px){.rp-reviews-images{flex-direction:row;justify-content:center}.rp-review-img{max-width:600px;width:100%}}.rp-cta{padding:5rem 5%;background-color:#f8faf6}.rp-cta-card{background-color:#d3e4c9;border-radius:20px;padding:3rem 4rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;max-width:900px;margin:0 auto;box-shadow:0 10px 30px #0000000d}.rp-cta-title{font-size:2.2rem;color:#2b3925;margin-bottom:1rem;font-weight:700;font-family:var(--font-heading, serif)}.rp-cta-text{font-size:1.1rem;color:#3b4f34;margin-bottom:2rem;line-height:1.5}.btn-whatsapp{display:inline-flex;align-items:center;gap:10px;background-color:#2b3925;color:#fff;padding:.8rem 1.5rem;border-radius:30px;text-decoration:none;font-weight:600;font-size:1rem;transition:background-color .3s}.btn-whatsapp:hover{background-color:#3e5235;color:#fff}.btn-icon{width:20px;height:20px}.rp-cta-image-wrapper{flex-shrink:0}.rp-cta-image{width:300px;border-radius:12px}@media(max-width:768px){.rp-hero{padding:6rem 5%;text-align:center}.rp-hero-headline{font-size:2.2rem}.rp-hero-subtext{font-size:1rem}.rp-cta-card{flex-direction:column;text-align:center;padding:2rem}.rp-cta-image{width:100%;max-width:250px}.rp-package-featured{transform:scale(1)}.rp-important-note{flex-direction:column;text-align:center}}
