.home{display:flex;flex-direction:column;min-height:100vh;background:#fff}.home__header{display:flex;justify-content:center;align-items:center;padding:3.5rem 1.5rem 6rem;background:#fff}.home__logo{width:clamp(130px,48vw,240px)}.home__photo{width:100%;aspect-ratio:4 / 3;background-image:url(/imagen_hombre_mobile.jpg);background-size:cover;background-position:center top;background-repeat:no-repeat}.home__nav{display:flex;flex-direction:column;align-items:center;padding:4rem 1.5rem 2rem;background:#fff;gap:.1rem}.home__nav-link{color:#000;text-decoration:none;font-family:Arial,sans-serif;font-size:clamp(.85rem,3.5vw,1rem);font-weight:900;letter-spacing:.1em;line-height:1.4;transition:opacity .2s}.home__nav-link:hover{opacity:.5}.home__nav-contact{margin-top:3rem}.home__copyright{margin-top:.8rem;font-family:Arial,sans-serif;font-size:.7rem;font-weight:900;letter-spacing:.08em;color:#000}@media(min-width:768px){.home{position:relative;width:100vw;height:100vh;min-height:unset;overflow:visible;background-image:url(/imagen_hombre.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;flex-direction:unset}.home__header{position:absolute;top:5%;left:50%;transform:translate(-50%);padding:0;background:transparent}.home__logo{width:clamp(200px,26vw,400px);mix-blend-mode:multiply}.home__photo{display:none}.home__nav{position:absolute;right:11%;top:58%;transform:translateY(-50%);align-items:flex-end;padding:0;background:transparent;gap:.1rem}.home__nav-link{color:#000;font-size:clamp(.9rem,1.4vw,1.2rem);font-weight:900;text-shadow:none}.home__nav-contact{margin-top:3rem}.home__copyright{margin-top:1rem;font-size:clamp(.65rem,.9vw,.85rem);color:#000}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%}body{font-family:system-ui,sans-serif;background:#fff}@media(min-width:768px){html,body,#root{height:100%;overflow:hidden}}
