:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#0b101a,#2d397a,#5a8ed1);color:#000;line-height:1.6}header{background:linear-gradient(135deg,#1a4d2ef2,#2d7a4ff2);padding:80px 20px;text-align:center;color:#fff;box-shadow:0 10px 30px #0000004d;animation:fadeIn 1s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}header h1{font-size:3em;margin-bottom:15px;text-shadow:2px 2px 8px rgba(0,0,0,.3);animation:slideDown 1s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}header p{font-size:1.3em;font-style:italic;opacity:.95}.container{max-width:1200px;margin:0 auto;padding:20px}.intro{background:#fff;padding:50px;margin:40px auto;border-radius:20px;box-shadow:0 15px 40px #0003;animation:fadeInUp 1s ease-out .3s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.intro p{font-size:1.2em;color:#2d7a4f;text-align:justify;line-height:1.8}.cachoeira-section{background:#fff;margin:40px auto;padding:60px;border-radius:25px;box-shadow:0 15px 40px #0003;position:relative;overflow:hidden;animation:fadeInUp 1s ease-out both}.cachoeira-section:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#4878c0,#218ca7)}.cachoeira-section h2{color:#1a4d2e;font-size:2.5em;margin-bottom:25px;padding-left:20px;border-left:5px solid #50c878;animation:slideRight .8s ease-out}@keyframes slideRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.cachoeira-section h3{color:#2d7a4f;font-size:1.8em;margin-top:35px;margin-bottom:15px;display:flex;align-items:center;gap:10px}.cachoeira-section h3:before{content:"🌿";font-size:1.2em}.cachoeira-section p{font-size:1.1em;color:#555;margin-bottom:20px;text-align:justify;line-height:1.9}.image-container{width:100%;margin:30px 0;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #00000026;transition:transform .3s ease,box-shadow .3s ease}.image-container:hover{transform:scale(1.02);box-shadow:0 15px 40px #00000040}.image-container img{width:100%;height:400px;object-fit:cover;display:block}.video-container{width:100%;margin:30px 0;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #00000026}.video-container video{width:100%;height:450px;object-fit:cover;display:block}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin:30px 0}.gallery img{width:100%;height:250px;object-fit:cover;border-radius:10px;box-shadow:0 5px 15px #0003;transition:transform .3s ease}.gallery img:hover{transform:scale(1.05)}.map-button{display:inline-block;background:linear-gradient(135deg,#2d7a4f,#1a4d2e);color:#fff;padding:15px 35px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1em;margin:30px auto;box-shadow:0 8px 20px #0003;transition:all .3s ease;text-align:center}.map-button:hover{transform:translateY(-5px);box-shadow:0 12px 30px #2d7a4f66;background:linear-gradient(135deg,#3a9861,#246139)}.map-button:before{content:"📍 ";font-size:1.2em}.button-container{text-align:center;margin:30px 0}.info-box{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);padding:25px;border-radius:15px;margin:25px 0;border-left:5px solid #2d7a4f;animation:fadeIn 1s ease-out}.info-box h4{color:#1a4d2e;font-size:1.4em;margin-bottom:12px;display:flex;align-items:center;gap:10px}.info-box h4:before{content:"📍"}.warning-box{background:linear-gradient(135deg,#fff3cd,#ffe4a3);padding:25px;border-radius:15px;margin:25px 0;border-left:5px solid #ff9800;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.01)}}.warning-box h4{color:#d84315;font-size:1.4em;margin-bottom:12px;display:flex;align-items:center;gap:10px}.warning-box h4:before{content:"⚠️"}.divider{height:3px;background:linear-gradient(90deg,transparent,#50c878,transparent);margin:60px 0;animation:expand 1.5s ease-out}@keyframes expand{0%{transform:scaleX(0)}to{transform:scaleX(1)}}footer{background:linear-gradient(135deg,#1a4d2e,#0f5132);color:#fff;text-align:center;padding:40px 20px;margin-top:60px}.authors{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:25px}.author{background:#fff3;padding:12px 25px;border-radius:25px;font-weight:600;transition:all .3s ease}.author:hover{background:#ffffff4d;transform:translateY(-5px)}.scroll-indicator{position:fixed;bottom:30px;right:30px;background:linear-gradient(135deg,#50c878,#2d7a4f);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5em;cursor:pointer;box-shadow:0 5px 20px #0000004d;transition:all .3s ease;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.scroll-indicator:hover{transform:scale(1.1) translateY(-5px);box-shadow:0 8px 25px #0006}@media (max-width: 768px){header h1{font-size:2em}.cachoeira-section{padding:30px 20px}.cachoeira-section h2{font-size:1.8em}.intro{padding:30px 20px}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:justify}.top{position:fixed;inset:0 0 auto;background:#202020;padding:.75rem 2rem;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.1rem;display:flex;align-items:center;justify-content:flex-end;gap:2rem;z-index:1000;box-shadow:0 2px 8px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transform:translateY(0);transition:transform .3s ease,background-color .3s ease}.top a{color:inherit;text-decoration:none}.top a:hover{text-decoration:underline}.top.hidden{transform:translateY(-100%)}.page{margin-top:-25px;padding:1rem}
