:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,a,[role=button]{outline:none;-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;width:100%;max-width:100%;overflow-x:hidden}a:hover{cursor:pointer;color:#797676}h1{font-size:3.2em;line-height:1.1}.BodyWrapper{margin:auto;width:80%}@media(max-width:550px){.BodyWrapper{width:88%}}.HeaderWrapper{position:relative;background-color:#d9d9d9;padding-top:8rem;border-bottom-left-radius:60%;border-bottom-right-radius:60%;padding-bottom:2rem}.HeaderContainer{margin:auto;width:80%;display:flex;align-items:start;justify-content:space-between;padding-top:2rem}.HeaderContent{width:40%;height:auto}.HeaderContent h2{font-size:2rem}.HeaderContent p{font-size:1.5rem}.HeaderImage{width:30%;height:20rem}@media(max-width:1000px){.HeaderContainer{display:block;padding-bottom:4rem;text-align:center}.HeaderContent{width:100%}.HeaderImage{height:25vw}}@media(max-width:900px){.HeaderImage{height:23vw}}@media(max-width:800px){.HeaderImage{height:27vw}}@media(max-width:650px){.HeaderImage{height:27vw}}@media(max-width:550px){.HeaderImage{height:33vw}.HeaderContent p{font-size:1.2rem}}.ServicesWrapper{width:100%;text-align:center;margin-top:8rem;margin-bottom:7rem;position:relative}.ServicesWrapper h2{font-size:2rem}.ServicesContainer{display:grid;grid-template-columns:repeat(3,1fr);gap:10%;align-items:stretch}.ServicesContainer a{color:#000;font-size:1.3rem}.tarjeta{transform:translateY(60px);transition:all .8s cubic-bezier(.34,1.56,.64,1)}.tarjeta.aparece{transform:translateY(0)}@media(max-width:1000px){.ServicesContainer{gap:5%}}@media(max-width:800px){.ServicesContainer{grid-template-columns:repeat(2,1fr)}}@media(max-width:550px){.ServicesContainer{grid-template-columns:repeat(1,1fr);gap:3%;margin-bottom:300px}}.ImageCardContainer{width:100%;height:250px;border-radius:15%;box-shadow:0 5px 8px #0000001a;overflow:hidden;position:relative;z-index:2}.ImageCardContainer img{width:100%;height:250px;object-fit:cover}.ImageCardName{position:absolute;width:100%;bottom:0;left:0;display:flex;align-items:center;justify-content:space-around;padding:8px 6px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff40}.ImageCardName img{width:40px;height:40px}.ContactWrapper{width:100%;margin-top:4rem;text-align:center;position:relative}.ContactWrapper .wheel{position:absolute;right:-10vw;bottom:-100%;width:25%;z-index:-1}.ContactWrapper h2{font-size:2rem}.ContactWrapper p{font-size:1.5rem}.ContactContainer{display:flex;align-items:center;justify-content:space-between}.ContactItem{width:100px;height:100px;background-color:#948f8855;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0000001a}.ContactItem:hover{cursor:pointer}.ContactItem img{width:70px;height:70px}.ContactItem svg{width:70px;height:70px}a{text-decoration:none;color:inherit}a:visited{color:inherit}a:hover{cursor:pointer;color:#53b8b5}@media(max-width:1000px){.ContactWrapper .wheel{width:30%}}@media(max-width:800px){.ContactWrapper .wheel{width:35%}}@media(max-width:550px){.ContactWrapper .wheel{bottom:-100%;width:45%;right:-6vw}.ContactItem{width:80px;height:80px}.ContactItem img{width:45px;height:45px}.ContactItem svg{width:55px;height:55px}.ContactWrapper p{font-size:1.2rem}}@media(max-width:400px){.ContactWrapper .wheel{bottom:-100%;width:55%}}@media(max-width:350px){.ContactWrapper .wheel{bottom:-80%;width:55%}}.ServiceHeader{width:100%;position:relative;margin:auto;text-align:center}.ServiceHeader img{width:100%;height:500px;object-fit:cover;opacity:.4}.ServiceHeader h1{font-size:4rem;margin-top:-6rem}.ServiceWrapper{margin-top:3rem;width:80%;margin:auto}.ServiceWrapper p{font-size:1.3rem}.ServiceField{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 40px;align-items:center;width:100%;padding:20px 0;position:relative}.ServiceItem{display:flex;align-items:center;gap:14px;font-size:1.3rem;color:#000}.ServiceIcon{width:38px;height:38px}.ServiceItem:last-child{grid-column:span 2}.ServiceField .wheel{position:absolute;right:-10vw;bottom:-60%;width:30%;z-index:-1}@media(max-width:1000px){.ServiceField .wheel{bottom:-55%;width:33%}}@media(max-width:800px){.ServiceField .wheel{bottom:-45%;width:40%}}@media(max-width:600px){.ServiceField .wheel{bottom:-35%;width:50%}}@media(max-width:550px){.ServiceWrapper{width:88%}.ServiceField{grid-template-columns:1fr}.ServiceItem:last-child{grid-column:span 1}.ServiceField .wheel{bottom:10%;width:50%;right:-6vw}.ServiceHeader h1{font-size:3rem;margin-top:-5rem}}.carousel-container{width:100%;max-width:1100px;margin:auto;position:relative;overflow:hidden;padding:40px 0}.carousel-track{display:flex;transition:transform .4s ease;transform:translate(calc(-1% * var(--idx)* (100 / 3)))}.carousel-item{min-width:calc(100% / 3 - 20px);padding:10px}.carousel-item img{width:100%;height:240px;object-fit:cover;border-radius:20px;box-shadow:0 5px 8px #0003}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;z-index:100;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff40}.nav-btn img{width:30px;height:30px}.left img{transform:rotate(180deg)}.left{left:10px}.right{right:10px}.dots{display:flex;justify-content:center;margin-top:15px;gap:10px}.dot{width:12px;height:12px;border-radius:50%;background:#ccc;cursor:pointer}.dot.active{background:#000}@media(max-width:700px){.carousel-track{transform:translate(calc(-1% * var(--idx)* (100 / 2)))}.carousel-item{min-width:calc(50% - 20px);padding:10px}}@media(max-width:500px){.carousel-item img{height:150px}}.NavbarWrapper{background-color:transparent;position:absolute;width:100%;top:0;left:0;z-index:10}.NavbarContainer{margin:auto;width:80%;height:auto;display:flex;align-items:center;justify-content:space-between;position:relative}.NavbarLogo,.NavbarLogoShort{position:relative;width:auto;height:8rem}.NavbarLogo img,svg{position:absolute;left:0;top:25%;width:32vw;height:auto;z-index:10}.NavbarLogoShort img,svg{position:relative;width:auto;height:10rem;z-index:10}@media(max-width:1700px){.NavbarLogo img{left:0;top:25%;width:35vw}}@media(max-width:1400px){.NavbarLogo img{left:0;top:25%;width:45vw}}@media(max-width:1000px){.NavbarLogo img{left:5vw;width:70vw;top:0rem}}@media(max-width:800px){.NavbarLogo img{left:5vw;width:70vw;top:3rem}}@media(max-width:550px){.NavbarContainer{width:88%}.NavbarLogo img{left:4vw;width:80vw;top:5rem}.NavbarLogoShort img{height:8rem}}@media(max-width:400px){.NavbarLogo img{left:4vw;width:80vw;top:6rem}}@media(max-width:320px){.NavbarLogo img{top:7rem}.NavbarLogoShort,.NavbarLogoShort img{height:6rem}}.LanguageContainer{width:12rem;background:transparent;border:3px solid #000;border-radius:40px;padding:8px 18px;position:relative;box-shadow:0 5px 8px #0000001a;z-index:15;display:flex;align-items:center;justify-content:space-between}.LenguageButton{width:100%;height:100%;border:none;background:transparent;cursor:pointer;margin:0;padding:0%;color:#000}.LenguageContent{display:flex;align-items:center;justify-content:space-between}.LanguageImg{width:40px;height:40px}.LanguageSelector{display:flex;align-items:center;gap:0}.LanguageSelector span{font-size:28px;font-weight:400;color:#000}.SelectorArrow{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:#000}.LanguageSelector img{width:24px;height:24px}.LenguageDropdown{position:absolute;top:70px;right:10px;background:#fff;border:2px solid #ddd;border-radius:10px;overflow:hidden;box-shadow:0 8px 20px #0000001a;animation:fadeIn .15s ease;z-index:10}.LenguageDropdown button{padding:12px 14px;text-align:left;width:100%;background:transparent;border:none;cursor:pointer;font-size:18px;color:#000}@media(max-width:1000px){.LanguageContainer{width:10rem}.LanguageImg{width:35px;height:35px}.LanguageSelector span{font-size:24px;font-weight:350}.SelectorArrow{width:34px;height:34px}.LenguageDropdown{top:60px;right:5px}}@media(max-width:700px){.LanguageContainer{width:8rem}.LanguageImg{width:30px;height:30px}.LanguageSelector span{font-size:20px;font-weight:350}.SelectorArrow{width:25px;height:25px}.LenguageDropdown{top:55px;right:2px}}@media(max-width:550px){.LanguageContainer{width:7.5rem}.LanguageImg{width:25px;height:25px}.LanguageSelector span{font-size:20px;font-weight:350}.LanguageSelector img{width:20px;height:20px}}@media(max-width:300px){.LanguageContainer{width:7rem}.LanguageImg{width:20px;height:20px}.LanguageSelector span{font-size:18px;font-weight:350}.LanguageSelector img{width:18px;height:18px}}.FooterWrapper{width:100%;margin-top:2rem;padding-bottom:2rem;position:relative;background-color:#d9d9d9;border-top-left-radius:60%;border-top-right-radius:60%}.FooterWrapper .wheel{position:absolute;left:0;top:-90%;width:20%;z-index:1}.FooterContainer{margin:auto;width:80%;padding-top:6rem;display:flex;align-items:start;justify-content:space-between}.FooterRight{width:40%;height:auto}.FooterRight img{width:80%;height:auto}.FooterLeft{width:40%;height:auto}.FooterInfo{display:flex;align-items:center;justify-content:start}.FooterInfo img{width:40px;height:40px;margin-right:1rem}@media(max-width:1000px){.FooterWrapper .wheel{top:-90%;width:25%}}@media(max-width:900px){.FooterLeft{width:50%}.FooterWrapper .wheel{top:-85%;width:27%}}@media(max-width:700px){.FooterLeft{width:60%}.FooterWrapper .wheel{top:-80%;width:30%}}@media(max-width:600px){.FooterWrapper{border-top-left-radius:50%;border-top-right-radius:50%}.FooterContainer{display:block;align-items:center;justify-content:center}.FooterRight{width:100%;text-align:center}.FooterLeft{width:100%}.FooterWrapper .wheel{top:-35%;width:35%}}@media(max-width:500px){.FooterContainer{width:88%}.FooterInfo img{width:30px;height:30px;margin-right:.5rem}.FooterInfo p{font-size:.9rem}}
