:root{--header-bg-color: #B2B2B2;--nav-bg-color: #7F8487}*{margin:0;padding:0;box-sizing:border-box;font-family:Kumbh Sans,sans-serif}html,body{min-height:100vh;height:100%;max-width:100vw;width:100%}section{text-align:center}h2{text-align:center;margin:1rem 0}#header{display:flex;justify-content:space-around;align-items:center;background-color:var(--header-bg-color)}#header img{width:35%;margin:.5rem 0}#header svg,.navbar-toggle svg{font-size:2rem;background:none}.header-links{display:none}.nav{background-color:var(--nav-bg-color);width:12rem;height:100vh;display:flex;justify-content:center;position:fixed;top:0;left:-100%;transition:.8s}.nav.active{left:0;transition:.3s}.nav-items{width:100%;list-style:none}.navbar-toggle{background-color:var(--nav-bg-color);width:100%;height:80px;display:flex;justify-content:start;align-items:center}.navbar-toggle svg{margin-left:2rem}.nav-text{display:flex;justify-content:start;align-items:center;padding:8px 0 8px 16px;height:4rem}.nav-text a{text-decoration:none;color:#222;font-size:1.3rem;width:95%;height:100%;display:flex;align-items:center;padding:0 1rem;border-radius:4px}.nav-text a:hover{background-color:#222;color:#ccc}.nav-text span{margin-left:1rem}@media screen and (min-width: 768px){#header svg{display:none}#header img{width:10%}.header-links{list-style:none;display:flex;gap:6rem}.header-links-text{font-size:1.3rem;transition:.4s}.header-links-text:hover{transform:scale(1.1)}.header-links-text a{text-decoration:none;color:#222;transition:.4s}#nav{display:none}}#footer{background-color:var(--nav-bg-color);color:#ccc;display:flex;justify-content:space-around;align-items:center}#footer img{width:25%;margin:.5rem 0}#footer p{font-size:.8rem}@media screen and (min-width: 768px){#footer img{width:10%}}.presentation-text-container h2{margin:1rem 0}.presentation-text-container p{padding:0 .5rem}.presentation-img-container{margin:1rem 5%}.presentation-img-container img{width:100%;border-radius:10px}.professionals h2{margin:2rem 0 1rem}.professionals p{padding:0 .8rem}.professionals-img-container{margin:1rem 5%}.professionals-img-container img{width:100%;border-radius:10px}.barber2{display:none}.location h2{margin:0 .5rem}.location div{margin:1rem 5%}.location div iframe{width:100%;height:100%;border:none;border-radius:10px}@media screen and (min-width: 768px){.presentation{display:flex;align-items:center}.presentation-text-container{padding-left:3rem}.presentation-text-container p{padding:0;line-height:24px}}@media screen and (min-width: 768px){.professionals p{margin:0 5rem;padding:0;line-height:24px;font-size:1.2rem}.professionals-img-container{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.professionals-img-container img{width:45%}.barber2{display:inline-block}}@media screen and (min-width: 768px){.location h2{margin:2rem 0}.location div{height:20rem;margin-bottom:2rem}.location div iframe{width:80%}}
