.btn{color:var(--white);font-size:1rem;background-color:var(--black);padding:1rem;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;cursor:pointer}.btn:hover{background-color:var(--primary-color);transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}@media(max-width:680px){.btn{font-size:14px;padding:.8rem}}.about-section{min-height:100vh;display:flex;align-items:center;justify-content:center;margin:7rem 0}.about-section .about-container{max-width:1200px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:3rem}.about-section .about-container .about-title{align-self:flex-start}.about-section .about-container .about-content{max-width:550px;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.about-section .about-container .about-image{width:100%;height:auto}@media(max-width:680px){.about-section{margin:5rem 0;min-height:auto}.about-section .about-container .about-content{align-items:center;text-align:center}}.title{position:relative;font-family:var(--font-title);font-size:3.3em;font-weight:500;line-height:1.2}.title:before{content:"";position:absolute;bottom:0;left:0;width:10%;height:3px;background-color:var(--primary-color);box-shadow:0 0 10px 1px var(--primary-color)}@media(max-width:680px){.title{text-align:center;font-size:2.8rem}.title:before{display:none}}.banner-section{position:relative;width:100%;max-height:450px;overflow:hidden;background-color:var(--primary-color)}.banner-section img{mix-blend-mode:hard-light;filter:blur(1px)}.banner-section:before{content:"";position:absolute;height:100%;width:100%;background-color:var(--overlay-color);z-index:5}.banner-section .banner-content{position:absolute;width:50%;top:40%;right:0;color:var(--white);z-index:10;display:flex;flex-direction:column;align-items:center;gap:4rem}.banner-section .banner-content .banner-title{font-family:var(--font-title);font-size:5em;font-weight:500}.banner-section .banner-content .banner-subtitle{font-family:var(--font-subtitle);font-size:2em;font-weight:500}@media(max-width:680px){.banner-section img{object-position:center;object-fit:contain}.banner-section .banner-content{width:100%;top:50%;gap:1rem;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);line-height:1.2}.banner-section .banner-content .banner-title{font-size:3rem;text-align:center}.banner-section .banner-content .banner-subtitle{font-size:1.3rem;text-align:center}}.contact-section{margin:7rem 2rem;display:flex;align-items:center;gap:2rem}.contact-section .contact-map{width:50%;min-height:700px;background-color:var(--grey)}.contact-section .contact-content{width:50%;display:flex;flex-direction:column;align-items:center;gap:3rem}.contact-section .contact-content p{max-width:70ch;text-align:center}.contact-section .contact-content form{width:100%;max-width:600px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,1fr);grid-gap:2rem;gap:2rem}.contact-section .contact-content form input,.contact-section .contact-content form select{border:1.5px solid #7c7c7c;border-radius:2px;padding-left:1rem;font-family:var(--font-subtitle);color:var(--primary-color)}.contact-section .contact-content form input:nth-child(5),.contact-section .contact-content form select:nth-child(5){grid-column:span 2;grid-row:3}.contact-section .contact-content form input::placeholder,.contact-section .contact-content form select::placeholder{color:var(--primary-color)}.contact-section .contact-content form .contact-btn{grid-column:span 2;grid-row:4;justify-self:center;min-width:300px}@media(max-width:680px){.contact-section{margin:5rem 0;flex-direction:column}.contact-section .contact-map{width:100%;min-height:400px}.contact-section .contact-content{width:100%;padding:0 1rem}.contact-section .contact-content form{grid-template-columns:1fr;grid-template-rows:repeat(auto,1fr);gap:1rem}.contact-section .contact-content form input,.contact-section .contact-content form select{padding:.5rem}.contact-section .contact-content form input:nth-child(5),.contact-section .contact-content form select:nth-child(5){grid-column:auto;grid-row:auto}.contact-section .contact-content form .contact-btn{grid-column:auto;grid-row:auto;justify-self:center;min-width:300px}}.gallery-section{display:flex;align-items:center;justify-content:center;background-color:var(--grey)}.gallery-section .gallery-container{max-width:1200px;padding:5rem 0;display:flex;flex-direction:column;align-items:center;gap:3rem}.gallery-section .gallery-container .gallery-content{columns:300px}.gallery-section .gallery-container .gallery-content .image-container{overflow:hidden;margin-bottom:1rem;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}.gallery-section .gallery-container .gallery-content .image-container img{width:100%;height:auto;min-height:390px;object-fit:cover;transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}.gallery-section .gallery-container .gallery-content .image-container img:hover{transform:scale(1.1) rotate(3deg);-webkit-transform:scale(1.1) rotate(3deg);-moz-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);-o-transform:scale(1.1) rotate(3deg)}@media(max-width:680px){.gallery-section .gallery-container{padding:3rem 0;gap:1.5rem}.gallery-section .gallery-container .gallery-content{padding:0 1rem;columns:100px}.gallery-section .gallery-container .gallery-content .image-container img{min-height:auto;max-height:250px}}.hero{position:relative;background-size:cover;background-image:url(/images/hero.webp);background-position:50%;min-height:100svh;display:flex;align-items:center;justify-content:flex-start}.hero:before{content:"";position:absolute;height:100%;width:100%;background-color:var(--overlay-color-primary)}.hero .hero-content{line-height:1.2;display:flex;flex-direction:column;align-items:flex-start;gap:1em;margin-left:15em;margin-top:10em;color:var(--white);z-index:10;text-shadow:var(--text-shadow)}.hero .hero-content h1{font-family:var(--font-title);font-size:7em;font-weight:400}.hero .hero-content h3{font-family:var(--font-subtitle);font-size:2em;font-weight:500}.hero .hero-horarios{position:absolute;right:1.5rem;top:auto;writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;font-size:1.2rem}@media(max-width:680px){.hero .hero-content{margin:0;align-items:center}.hero .hero-content h1{font-size:4rem}.hero .hero-content h3{font-size:1.5rem;text-align:center}.hero .hero-horarios{color:var(--white);right:auto;bottom:0;text-shadow:var(--text-shadow);text-align:center;writing-mode:unset;-webkit-writing-mode:unset;-ms-writing-mode:unset;text-orientation:unset;-webkit-text-orientation:unset}}.services-section{min-height:60vh;display:flex;flex-direction:column;align-items:center;gap:3rem;margin:7rem 0}.services-section .services-content{width:100%;height:600px;display:flex}.services-section .services-content .card{position:relative;height:100%;width:25%;display:flex;align-items:center;justify-content:center;overflow:hidden}.services-section .services-content .card:hover img{transform:scale(1.2)}.services-section .services-content .card:before{content:"";position:absolute;height:100%;width:100%;background-color:var(--overlay-color);z-index:5}.services-section .services-content .card img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease}.services-section .services-content .card .card-content{position:relative;top:30%;z-index:10;color:var(--white)}.services-section .services-content .card .card-content h6{font-family:var(--font-subtitle);font-size:3em;font-weight:500;margin-bottom:2rem;text-shadow:var(--text-shadow)}@media(max-width:680px){.services-section{margin:5rem 0;gap:2rem}.services-section .services-content{flex-direction:column;height:800px}.services-section .services-content .card{width:100%;align-items:flex-start;justify-content:flex-start}.services-section .services-content .card .card-content{left:10%;top:50%}.services-section .services-content .card .card-content h6{font-size:1.8rem;margin-bottom:1rem}}.pricing-section{min-height:800px;display:flex;align-items:center;margin:7rem 0}.pricing-section .img-container{position:relative;width:50%;min-height:800px;display:flex;justify-content:flex-end;padding:5rem 5rem 0 0}.pricing-section .img-container .img-prices{width:-moz-fit-content;width:fit-content;max-height:500px;object-fit:contain;box-shadow:0 0 20px 5px rgba(0,0,0,.5);border-radius:4px;z-index:10}.pricing-section .img-container .img-background{position:absolute;top:0;left:0;width:70%;height:100%;object-fit:cover;filter:blur(1px);mix-blend-mode:luminosity;opacity:.4}.pricing-section .content{width:50%;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.pricing-section .content p{text-align:center}.pricing-section .content .price-btn{min-width:300px;background-color:var(--primary-color)}@media(max-width:680px){.pricing-section{flex-direction:column;margin:5rem 0;gap:2rem}.pricing-section .img-container{width:100%;min-height:500px;padding:5rem 2rem 0 0}.pricing-section .img-container .img-prices{max-height:300px}.pricing-section .content{width:100%;gap:1.5rem}}.prices-container{width:100%;padding:1rem;display:flex;align-items:flex-start;justify-content:space-around;gap:2rem}.prices-container .prices-list{width:100%;font-weight:700;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.7rem}.prices-container .prices-list .prices-title{font-family:var(--font-subtitle);font-size:1.5rem;margin-bottom:1.5rem}.prices-container .prices-list .prices-content{width:100%;display:flex;align-items:center;justify-content:space-between}.prices-container .prices-list .prices-content .prices-style{width:100%;text-align:left;border-bottom:2px dotted rgba(38,38,38,.75)}.prices-container .prices-list .prices-content .prices-money{color:var(--primary-color);margin-left:.5rem}@media(max-width:680px){.prices-container{flex-direction:column;padding:0;gap:1rem}.prices-container .prices-list .prices-title{margin-bottom:1rem}}