*{margin:0;padding:0;outline:0;box-sizing:border-box;font-family:"Sora",sans-serif}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#0c2135}::-webkit-scrollbar-thumb{background-color:#b42b2b;border-radius:.2rem}body{width:100%;height:100vh;position:relative;background-color:#040f1a}button{border:0;background:rgba(0,0,0,0);cursor:pointer}svg,img{width:100%}a{text-decoration:none;cursor:pointer}.container{max-width:1403px;margin:0 auto;padding:0 15px}@media(max-width: 1440px){.container{max-width:1248px}}header{width:100%}.header-content{display:flex;align-items:center;justify-content:space-between}.header-icons{display:flex;gap:.7rem}.header-icons a:hover i{animation:translateY .7s infinite alternate;color:#d34040}.header-icons i{color:#fff}.header-logo{display:flex;align-items:center;justify-content:center;margin-top:1rem}.header-button{border:1px solid #fff;color:#fff;padding:.5rem 1.2rem;border-radius:.3rem;transition:background-color .5s}.header-button:hover{border:1px solid #d34040;background-color:#d34040}@keyframes translateY{from{transform:translateY(0) scale(1)}to{transform:translateY(-8px) scale(1.1)}}@media screen and (max-width: 768px){.header-content{width:100%;flex-direction:column;align-items:center;justify-content:center}.header-content .header-icons{margin-top:1.3rem}.header-content .header-icons i{font-size:2rem}.header-content .header-logo{width:160px;margin-top:2rem}.header-content .header-button{display:none}}.bg-home{position:relative}.bg-home::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:linear-gradient(to bottom, rgba(6, 18, 30, 0.1), #06121e),url("../assets/bg.svg");background-size:cover;background-repeat:no-repeat;background-position:50% 0;opacity:.9}.hero{overflow:hidden;color:#fff;min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.9rem}.hero h1{text-align:center;line-height:150%;max-width:940px;font-size:2.8rem}.hero p{text-align:center;margin:.9rem 0}.button-contact{margin:1rem 0;padding:.9rem 1.5rem;color:#fff;background-color:#d94140;border-radius:.3rem;font-size:1rem;font-weight:600}.button-contact:hover{animation:scaleButton .8s infinite alternate}.about{overflow:hidden;background-color:#06121e;color:#fff}.about-content{display:flex;align-items:center;justify-content:center;gap:1rem;padding:14px 14px 64px 14px}.about-content div{flex:1}.about-content img{max-width:570px}.about-description h2{font-size:1.8rem;margin-bottom:1.1rem;text-transform:uppercase}.about-description p{text-align:justify;margin-bottom:1rem;line-height:150%;font-weight:300}.services{background-color:#fff;color:#232224;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:54px 14px;overflow:hidden}.services h2{text-transform:uppercase;font-size:1.8rem}.services-content h2{text-align:center;text-transform:uppercase;font-size:1.8rem;margin-bottom:.8rem}.services-content p{text-align:center;margin-bottom:1.2rem;line-height:150%;max-width:800px}.haircuts{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem 2.5rem}.haircut{width:100%;flex:1;display:flex;flex-direction:column;background-color:#fff;border-radius:.3rem;box-shadow:0px -1px 15px -4px rgba(0,0,0,.5);overflow:hidden;cursor:pointer}.haircut .haircut-img{max-width:354px;height:260px}.haircut .haircut-img img{width:100%;max-width:354px;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s}.haircut .haircut-img img:hover{transform:scale(1.2);z-index:1}.haircut .haircut-info{width:100%;display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:.8rem;z-index:99}.haircut .haircut-info button{background-color:#d94140;color:#fff;padding:.5rem .8rem;border-radius:.3rem;cursor:default}@media(max-width: 768px){.hero{min-height:60vh}.hero h1{font-size:1.8rem;padding:0 .8rem;width:100%}.hero p{font-size:14px}.about-content{flex-direction:column;padding:14px 25px 64px 25px}.about-description{margin-top:1rem}.about-description h2{text-align:center}.about-description p{text-align:center}.haircuts{flex-direction:column}.haircuts .haircut{margin-bottom:1rem}.haircuts .haircut-img{max-width:740px}.haircuts .haircut-img img{max-width:740px}}@media(max-width: 480px){.hero h1{font-size:1.6rem}}@keyframes scaleButton{from{transform:scale(1)}to{transform:scale(1.07)}}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#fff;padding:3rem 1rem}.footer .footer-icons{display:flex;gap:.8rem}.footer .footer-icons i{color:#fff}.footer p{font-weight:300;font-style:italic;text-align:center}.btn-whatsapp{position:fixed;right:25px;bottom:25px;z-index:99}.btn-whatsapp:hover .tooltip-text{visibility:visible;opacity:1}.btn-whatsapp img{max-width:58px;transition:transform .4s}.btn-whatsapp img:hover{transform:scale(1.1)}.btn-whatsapp .tooltip-text{visibility:hidden;position:absolute;top:0;left:-140px;width:120px;padding:.5rem;border-radius:.3rem;font-weight:300;text-align:center;background-color:#232224;color:#fff;opacity:0;transition:opacity .8s}@media(max-width: 768px){.btn-whatsapp img{max-width:52px}}