.navbar{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#fff;color:#222;border-bottom:1px solid #e5e5e5}.logo{font-size:1.5rem;font-weight:700}.brand{font-size:1.4rem;font-weight:700;color:#222;text-decoration:none}.brand .tld{font-size:1.2rem;font-weight:500;margin-left:2px}.nav-links{list-style:none;display:flex;gap:2rem}.nav-links li a{color:#000;text-decoration:none;font-size:1rem}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1100}.hamburger span{width:25px;height:3px;background:#000;transition:.3s}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}@media(max-width:768px){.hamburger{display:flex}.nav-links{position:fixed;top:0;right:0;width:200px;height:100vh;background:#fff;flex-direction:column;gap:1.5rem;padding-top:60px;transform:translate(100%);transition:transform .3s ease;z-index:1000}.nav-links.active{transform:translate(0)}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.hero-scroll{height:92vh;overflow-y:scroll;scroll-behavior:smooth;padding:40px 20px;border-radius:20px;background:#fff9;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.55);box-shadow:0 12px 24px #00bcd426,0 0 40px #00bcd40d}.phrase{font-family:Poppins,Nunito,sans-serif;font-size:2rem;line-height:1.3;font-weight:700;margin:2.5em 0;color:#1976d2}.phrase-black{font-family:Poppins,Nunito,sans-serif;font-size:2rem;line-height:1.3;font-weight:700;margin:2.5em 0;color:#000}.button-vote{margin-top:2rem!important}.mexico-select{margin-top:1.5rem}.contacto-descripcion{font-family:Poppins,sans-serif;font-size:1.1rem;color:#444;line-height:1.7;background:#f7f9fc;padding:15px 20px;border-left:4px solid #3498db;border-radius:6px;max-width:600px}.nosotros{font-family:Poppins,Nunito,sans-serif;font-size:1.05rem;line-height:1.75;color:#333;max-width:780px;margin:0 auto;padding:25px;background:#fafafa;border-radius:12px;box-shadow:0 2px 8px #0000000f;text-align:left}.nosotros h2{font-size:1.9rem;font-weight:700;color:#00bcd4;margin-bottom:.6em;letter-spacing:-.5px}.nosotros p{margin-bottom:1.2em}.nosotros .firma{margin-top:2em;font-weight:600;font-style:italic;color:#666;text-align:right}.instructions{max-width:700px;margin:60px auto;padding:20px;text-align:left;font-family:Inter,Arial,sans-serif}.instructions h1{font-size:3rem;margin-bottom:40px;text-align:center;font-weight:800;color:#222}.step{display:flex;align-items:flex-start;margin-bottom:35px}.step .number{min-width:55px;height:55px;font-size:2rem;font-weight:800;color:#fff;background:#222;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:20px}.step p{font-size:1.6rem;line-height:1.5;margin:0;color:#333}@media(max-width:600px){.instructions h1{font-size:2.4rem}.step p{font-size:1.4rem}}
