@import"https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;color:var(--color-txt);font-family:var(--font-alt)}body{background:var(--color-bg)}#checkbox{display:none}.toggle{position:relative;width:35px;height:35px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;transition-duration:.5s}.bars{width:100%;height:4px;background-color:var(--color-naranja);border-radius:4px}#bar2{transition-duration:.8s}#bar1,#bar3{width:70%}#checkbox:checked+.toggle .bars{position:absolute;transition-duration:.5s}#checkbox:checked+.toggle #bar2{transform:scaleX(0);transition-duration:.5s}#checkbox:checked+.toggle #bar1{width:100%;transform:rotate(45deg);transition-duration:.5s}#checkbox:checked+.toggle #bar3{width:100%;transform:rotate(-45deg);transition-duration:.5s}#checkbox:checked+.toggle{transition-duration:.5s;transform:rotate(180deg)}.navegador{width:100%;height:100%;height:80px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-items:center;background:transparent}.logo{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:left;margin-left:10rem}.logo img{width:80px}nav{display:flex;flex-direction:row;gap:5rem}nav a{font-family:var(--font-alt);font-size:1.3rem;font-weight:300;font-style:normal;text-decoration:none;letter-spacing:1px}nav a:hover{color:var(--color-naranja)}.burguer{display:none}.idiomas{display:flex;flex-direction:row;justify-content:flex-end;gap:.3rem;font-size:1.2rem}.idiomas a:first-child{color:var(--color-naranja)}.idiomas a{text-decoration:none;font-weight:600}.idiomas span{font-weight:500}.idiomas a:last-child:hover{color:var(--color-naranja)}@media screen and (max-width: 1280px){.logo{margin-left:5rem}.logo img{width:75px}nav{gap:3rem}nav a{font-size:1rem}.idiomas{font-size:.9rem}}@media screen and (max-width: 1050px){nav{gap:2rem}.idiomas{font-size:.8rem}}@media screen and (max-width: 800px){.navegador{grid-template-columns:1fr 1fr;align-items:flex-start;justify-items:flex-end}.logo{padding:.5rem}.burguer{display:flex;padding-top:1.5rem;padding-right:1rem}.links{display:none}.links.active{height:fit-content;display:flex;flex-direction:column;align-items:flex-end;justify-content:right;gap:.8rem;position:absolute;top:80px;right:0;margin-top:.2rem;background:var(--color-bg);padding:1rem}.links.active a{font-size:1rem}.idiomas{display:none}}@media screen and (max-width: 600px){.logo img{width:70px}.links.active{gap:.5rem;top:70px}}.inicio{min-height:100vh;display:grid;grid-template-columns:1fr;align-items:center;background-image:url(/assets/portada-B4f87DM8.png);background-position:center;background-size:cover;padding-top:3rem}.inicio div{display:flex;flex-direction:column;align-items:center;justify-content:center}.inicio div h1{text-align:center;font-family:var(--font-family);font-size:10rem;letter-spacing:1px;line-height:160px}.inicio div h4{text-align:center;font-family:var(--font-family);font-size:3rem;font-weight:300;color:var(--color-naranja);margin-bottom:2rem;letter-spacing:1px}.inicio div .line{max-width:800px}@media screen and (max-width: 1280px){.inicio div h1{font-size:8rem;line-height:120px}.inicio div h4{font-size:2.5rem}.inicio div .line{max-width:700px}}@media screen and (max-width: 1050px){.inicio div h1{font-size:6.5rem;line-height:110px}.inicio div h4{font-size:2rem}.inicio div .line{max-width:500px}.inicio div .btn{max-width:180px;font-size:1.2rem}}@media screen and (max-width: 800px){.inicio div h1{font-size:4.5rem;line-height:100px}.inicio div h4{font-size:1.7rem;max-width:300px}.inicio div .line{max-width:450px}.inicio div .btn{font-size:1.3rem;max-width:210px}}@media screen and (max-width: 600px){.inicio div{padding:1rem}.inicio div h1{font-size:4rem;line-height:80px;max-width:400px}.inicio div .btn{font-size:1.2rem}.inicio div .line{max-width:400px}}.nosotros{display:grid;grid-template-columns:1fr;margin-top:7rem;min-height:100vh;gap:1rem}.title{display:flex;flex-direction:column;align-items:flex-end;width:100%}.title h2{font-family:var(--font-family);font-size:7rem;margin-right:16rem}.title .line{max-width:650px}.nosotros section{display:flex;flex-direction:row;margin:5rem;justify-content:center;gap:5rem}.nosotros img:first-child{width:800px}.nosotros p{font-size:1.2rem;padding-bottom:1rem;max-width:300px}.nosotros .naranja{color:var(--color-naranja)}.nosotros span{font-weight:800;color:var(--color-naranja)}.nosotros article{display:flex;flex-direction:column;align-items:start;justify-content:flex-start}.nosotros article div{display:flex;flex-direction:row;gap:3rem;margin-bottom:1rem}.nosotros article div p{max-width:320px}.nosotros .bottom-right{width:300px;margin-left:7rem}.nosotros .marcas{display:flex;flex-direction:row;justify-content:space-between;margin-top:8rem}.nosotros .marcas img{width:100px;margin:0}@media screen and (max-width: 1280px){.title h2{font-size:6rem}.title .line{max-width:593px}.nosotros section{display:flex;flex-direction:row;margin:1rem 2rem;justify-content:space-between}.nosotros img:first-child{width:60%}.nosotros p{font-size:1rem;padding-bottom:.5rem;max-width:350px}.nosotros span{font-weight:700}.nosotros article div{gap:2rem;margin-top:3rem}.nosotros article div p{max-width:250px}.nosotros img:last-child{width:30%;margin-left:3rem;margin-top:2rem}.nosotros .marcas{justify-content:space-between;margin-top:5rem}.nosotros .marcas img{width:90px;margin:0}}@media screen and (max-width: 1050px){.title h2{font-size:5rem;margin-right:10rem}.title .line{max-width:440px}.nosotros p{max-width:300px}.nosotros .marcas{align-items:center;margin-top:3rem}}@media screen and (max-width: 800px){.title h2{font-size:4rem;margin-right:8rem}.title .line{max-width:355px}.nosotros section{flex-direction:column-reverse;gap:1.5rem;justify-content:center}.nosotros section .top-left{width:100%}.nosotros section article p{text-align:left;max-width:100%;font-size:1.1rem}.nosotros section .bottom-right{display:none}.nosotros .marcas{width:90%}.nosotros .marcas img{margin-top:1rem}}@media screen and (max-width: 600px){.nosotros{gap:0}.title h2{font-size:3rem;margin-right:6.5rem}.title .line{max-width:275px}.nosotros section{flex-direction:column-reverse;gap:1rem;justify-content:center}.nosotros section .top-left{width:100%}.nosotros p{max-width:200px;font-size:.8rem}.nosotros section article{max-width:100%;margin:0}.nosotros section article p{text-align:left;font-size:.9rem}.nosotros section article div{max-width:100%}.nosotros .marcas{max-width:100%}.nosotros .marcas img{width:70px}}.ubicacion{display:grid;grid-template-columns:1fr;margin-top:7rem;min-height:100vh}.ubicacion .title{align-items:flex-start}.ubicacion .title h2{width:62%;display:flex;flex-direction:row;justify-content:flex-end}.ubicacion .line{max-width:62%}.ubicacion section{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center}.ubicacion article{display:flex;flex-direction:column;text-align:left;gap:1rem;justify-content:flex-end;padding-bottom:5rem}.ubicacion article h4{width:100%;font-family:var(--font-family);font-size:1.7rem;font-weight:400;color:var(--color-naranja)}.ubicacion article p{font-size:1.2rem;font-weight:400;max-width:350px;padding-bottom:.5rem}.ubicacion .izq{max-width:80%}.ubicacion .izq img{width:100%}.ubicacion .ctro{max-width:80%}.ubicacion .ctro img{width:100%}.ubicacion .der{max-width:80%}.ubicacion .der img{width:100%}@media screen and (max-width: 1050px){.ubicacion article{padding-bottom:12rem}.ubicacion article h4{font-size:1.5rem}.ubicacion article p{font-size:1rem;font-weight:500}}@media screen and (max-width: 800px){.ubicacion .title h2{width:80%}.ubicacion .line{max-width:80%}.ubicacion section{grid-template-columns:1fr}.ubicacion article{padding-bottom:5rem}.ubicacion .izq,.ubicacion .ctro,.ubicacion .der{max-width:90%}.ubicacion article h4{font-size:1.8rem}.ubicacion article p{font-size:1.2rem;font-weight:400;max-width:100%}}.servicios{width:100%;display:grid;grid-template-columns:1fr;min-height:100vh;margin-top:12rem}.servicios section{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:6rem 1rem;gap:8rem}.servicios section article{display:flex;flex-direction:row;justify-content:center;gap:3rem;width:100%}.servicios article div{display:flex;flex-direction:column;gap:1.5rem}.servicios h3{font-family:var(--font-family);font-weight:600;font-size:2rem;color:var(--color-naranja);max-width:250px}.servicios p{font-size:1.2rem;max-width:250px}.servicios section article .btn{font-size:1.2rem;padding:.8rem .9rem}.servicios .coloracion div{align-items:flex-end;text-align:right}.servicios .peluqueria div,.servicios .maquillaje div{align-items:flex-start;text-align:left}.servicios section article img{width:50%;height:90%}@media screen and (max-width: 1385px){.servicios h3{font-size:1.5rem;max-width:300px}.servicios p{font-size:1.1rem;max-width:250px;line-height:25px}.servicios section article .btn{font-size:1rem}}@media screen and (max-width: 1050px){.servicios article div{gap:1rem}.servicios h3{font-size:1.3rem}.servicios p{font-size:1rem}.servicios section{margin:6rem .5rem;gap:6rem}.servicios section article{gap:2rem;width:100%}.servicios section article .btn{font-size:1rem;padding:.7rem .9rem}.servicios section article img{width:50%;height:100%}}@media screen and (max-width: 800px){.servicios section{margin:1rem}.servicios section article{flex-direction:column;width:100%;gap:.5rem}.servicios h3{font-size:1.7rem;max-width:100%}.servicios p{font-size:1.2rem;max-width:100%}.servicios article div{gap:1rem}.servicios section article img{width:100%;height:90%}.servicios section .coloracion{flex-direction:column-reverse}.servicios .coloracion div{align-items:flex-end;text-align:right}}@media screen and (max-width: 600px){.servicios p{max-width:320px}}.contacto{display:grid;grid-template-columns:1fr;min-height:70vh}.contacto .title{align-items:flex-start}.contacto .title h2{width:61%;display:flex;flex-direction:row;justify-content:flex-end}.contacto .line{max-width:61%}.contacto section{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:3rem}.contacto section p{max-width:500px;font-size:1.3rem}.contacto section p span{color:var(--color-naranja)}.contacto section div a{margin:.5rem}.btn-contacto{text-decoration:none;background:transparent;border:2px solid var(--color-txt);border-radius:50px;color:var(--color-naranja);font-size:1.2rem;font-weight:600;padding:.8rem 1.5rem;margin:1rem;max-width:220px;text-align:center}.btn-contacto:hover{transition:all ease-in-out .3s;background:var(--color-naranja);color:var(--color-txt);cursor:pointer}@media screen and (max-width: 1050px){.contacto section p{font-size:1.2rem;margin-left:1rem;max-width:400px}.btn-contacto{font-size:1.1rem;padding:.8rem 1.3rem;margin:0}}@media screen and (max-width: 800px){.contacto .title h2{width:80%}.contacto .line{max-width:80%}.contacto{margin:5rem 0;align-items:center;min-height:50vh}.contacto section{flex-direction:column;justify-content:center;align-items:center;gap:3rem;padding:1rem}.contacto section p{margin-left:0}}@media screen and (max-width: 600px){.contacto section p{font-size:1rem;line-height:27px;max-width:500px}}.footer{min-height:20vh;display:grid;grid-template-columns:repeat(3,1fr);background-color:var(--color-naranja);align-items:center;justify-content:center;background:var(--color-naranja)}.footer .logo{display:flex;flex-direction:row;justify-content:center}.footer img{width:90px}.footer nav{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.5rem;margin:1rem}.footer nav div{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}.footer nav div a{text-align:left;font-family:var(--font-alt);font-size:1.2rem;font-weight:300;font-style:normal;text-decoration:none;letter-spacing:1px}.footer nav div a:hover{color:var(--color-bg)}.footer .privacidad{margin-left:2rem;justify-content:center;align-items:center;text-decoration:underline;font-size:1rem;font-weight:500;cursor:pointer}@media screen and (max-width: 1385px){.footer div,.footer .privacidad{justify-content:center}}@media screen and (max-width: 1050px){.footer nav div a{font-size:1.1rem;font-weight:400}.footer div{justify-content:flex-start;margin-left:1rem}.footer .privacidad p{max-width:100px}}@media screen and (max-width: 800px){.footer img{width:80px}.footer nav div a{font-size:1rem;font-weight:400}.footer .privacidad{font-size:.9rem;margin-right:1rem}}@media screen and (max-width: 600px){.footer .logo{justify-content:flex-start}.footer nav{flex-direction:column;gap:.3rem}.footer nav div{align-items:center;gap:.3rem}.footer nav div a{font-size:.8rem}.footer .privacidad p{max-width:100px;font-size:.8rem;padding-left:.5rem}}:root{--font-family: "Oswald", sans-serif;--font-alt: "Montserrat", sans-serif;--color-txt: #F8F8F8;--color-naranja: #EF8451;--color-bg: #1D1D1D;--color-marron: #8f593e}:root .btn{text-decoration:none;background:transparent;border:2px solid var(--color-naranja);border-radius:50px;color:var(--color-txt);font-size:1.5rem;font-weight:500;padding:.9rem 1.1rem;max-width:220px;text-align:center}:root .btn:hover{transition:all ease-in-out .3s;background:var(--color-naranja);cursor:pointer}:root .line{height:1px;width:100%;background:var(--color-txt);margin:2rem 0;padding:0}
