﻿div.parallax{padding-top:5rem;width:99%;width:99vw;height:100%;height:100vh;}div.parallax *{scroll-behavior:smooth;}div.parallax header{position:fixed;top:0;left:0;right:0;height:5rem;background-color:rgba(235,235,235,.95);transition:all .3s ease-in-out;z-index:1000;box-shadow:0 2px 5px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:center;}div.parallax header.scrolled{height:2rem;}div.parallax .header-content{display:flex;flex-direction:column;align-items:center;transition:all .3s ease-in-out;}div.parallax header.scrolled .header-content{transform:scale(.8);}div.parallax header h1{margin:0;font-size:1.5rem;}div.parallax header.scrolled .nav-menu{display:none;}div.parallax *{box-sizing:border-box;}div.parallax .parallax-section{height:100vh;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;}div.parallax .content{background-color:rgba(255,255,255,.8);padding:2rem;border-radius:10px;text-align:center;max-width:600px;}div.parallax h1{font-size:2.5rem;margin-bottom:1rem;color:#333;}div.parallax p{font-size:1.2rem;line-height:1.6;color:#666;}div.parallax .normal-section{padding:4rem 2rem;background-color:#fff;min-height:400px;display:flex;align-items:center;justify-content:center;}div.parallax .normal-content{max-width:800px;margin:0 auto;text-align:center;}div.parallax footer{background:linear-gradient(to top,#434343,#6f6f6f);color:#fff;padding:3rem 1rem;}div.parallax .footer-content{max-width:1200px;margin:0 auto;}div.parallax .footer-content li .detalles{color:rgba(255,255,255,.8);}div.parallax a{color:rgba(255,255,255,.8);}div.parallax a:hover,div.parallax a:visited{color:#fff;}div.parallax hr{color:#fff;}