:root{--main-color: #E07611;--main-dark-color: #b05a09;--white-color: #ffffff;--black-color: #626262;--dark-color: #444444}body{overflow-x:hidden;width:100vw}*{box-sizing:border-box;padding:0;margin:0;color:var(--black-color);font-family:Raleway,sans-serif;font-optical-sizing:auto}svg *{color:inherit}svg{color:var(--main-color)}a{text-decoration:none;color:var(--main-dark-color);white-space:nowrap;font-weight:600}a:hover{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;filter:brightness(.9)}a svg{width:1.25rem;height:1.25rem;color:var(--main-color);transform:translateY(25%)}h2,h1{color:var(--dark-color)}form input,textarea{padding:.5rem;font-size:1rem;border:1px solid #00000014;outline:none;color:var(--dark-color);font-weight:500}form input::placeholder{color:var(--black-color);font-weight:400}form button{padding:.5rem;font-size:1.2rem;font-weight:700;background-color:var(--main-color);color:var(--white-color);border:none;cursor:pointer}textarea{resize:vertical;min-height:2rem}nav{height:4rem;display:flex;justify-content:start;background-color:var(--white-color);position:sticky;top:0;z-index:2;padding:0 4rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}nav *{color:inherit}.nav__logo{height:100%;padding:.5rem 0}nav.home .nav__logo{animation:logo linear both;animation-timeline:scroll();animation-range:65vh 70vh}nav ul{position:absolute;left:50%;transform:translate(-50%);display:flex;list-style:none;gap:.8rem;height:100%}nav a:hover{text-decoration:none;filter:none}nav ul li a{display:flex;position:relative;align-items:center;height:100%;padding:0 .75rem;text-decoration:none;font-weight:600;font-size:1.2rem}nav ul li a:after{content:"";width:0;height:2px;background-color:var(--main-color);position:absolute;bottom:0;left:50%;transform:translate(-50%,100%);transition:width .1s ease-in-out}nav ul li a:hover,nav ul li.active a{color:var(--main-color);font-weight:700}nav ul li a:hover:after,nav ul li.active a:after{width:100%}nav.home{position:fixed;width:100%;color:var(--black-color);animation:nav linear both;animation-timeline:scroll();animation-range-start:0;animation-range-end:70vh}@keyframes nav{0%{background-color:transparent}to{background-color:var(--white-color)}}@keyframes logo{0%{opacity:0}to{opacity:1}}@media screen and (max-width: 62.5rem){.nav__logo{display:none}}@media screen and (max-width: 35rem){nav ul{gap:.1rem}}@media screen and (max-width: 30rem){nav ul li a{font-size:1rem}}@media screen and (max-width: 27.5rem){nav ul li a{font-size:.8rem}}nav{border-bottom:1px solid #00000025}.section__cont{border-bottom:1px solid #00000014}section{width:100%}.section__cont{width:80%;max-width:80rem;padding:3rem 5rem 5rem;margin:auto;display:flex;flex-direction:column;align-items:center;gap:4rem}.section__header{width:100%;display:flex;justify-content:space-between;align-items:start}.section__header h2{font-size:2.75rem;font-weight:900}.section__main{display:flex;width:100%}.section__footer{width:100%}.section__pendant{justify-content:center}.section__pendant h2{background-color:var(--dark-color);padding:.4rem .75rem;color:var(--white-color);font-weight:700;font-size:.9rem;position:relative;letter-spacing:.25rem}.section__pendant h2:before{content:" ";display:inline-block;position:absolute;left:0;top:0;transform:translateY(-100%);width:.75px;height:3rem;margin-right:.5rem;background-color:var(--dark-color);border-radius:50%}@media screen and (max-width: 45rem){.section__header{flex-direction:column;align-items:flex-start}.section__pendant{flex-direction:row}}@media screen and (max-width: 35rem){.section__header h2{font-size:2.25rem}.section__pendant h2{font-size:1rem}}.link{position:relative;display:inline-block;padding:0 .5rem;font-weight:600;font-size:1.2rem;margin-top:1.75rem}.section__footer .link{align-self:flex-start}.link:hover{text-decoration-thickness:2px}.link:before{content:"";height:1px;width:20rem;display:block;position:absolute;bottom:-2px;right:0;background-color:#00000038}.link.right:before{left:0}@media screen and (max-width: 50rem){.link:before{width:16rem}}@media screen and (max-width: 45rem){.link:before{left:0}}.section__nosotros{display:flex;justify-content:space-between;gap:1rem}.section__nosotros p{text-align:center;font-size:1rem}.section__nosotros span{color:var(--dark-color)}.section__nosotros .stat{font-weight:600;font-size:3rem;color:var(--main-color)}@media screen and (max-width: 50rem){.section__nosotros{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}}@media screen and (max-width: 30rem){.section__nosotros{grid-template-columns:1fr}}.section__servicios{display:grid;grid-template-columns:repeat(4,minmax(12.5rem,1fr));gap:3rem;justify-items:center}.section__servicios .simple-card h3{height:4rem}@media screen and (max-width: 65rem){.section__servicios{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.section__servicios .simple-card{margin:0 1rem}.section__servicios .simple-card h3{height:fit-content}}.section__curriculum{display:grid;grid-template-columns:repeat(4,minmax(12.5rem,1fr));gap:2rem;justify-items:center}.section__curriculum .simple-card h3{height:4rem}@media screen and (max-width: 65rem){.section__curriculum{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.section__curriculum .simple-card{margin:0 1rem}.section__curriculum .simple-card h3{height:fit-content}}.simple-card{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:20rem}.simple-card>svg{width:5rem;height:5rem}.simple-card h3{font-size:1.5rem;font-weight:600;text-align:center;text-wrap:balance;display:flex;align-items:center;position:relative;min-height:fit-content;margin-bottom:1rem}.simple-card h3:after{content:"";display:block;position:absolute;bottom:-.6rem;left:50%;transform:translate(-50%);width:3rem;height:3px;margin:.75rem auto 0;background-color:var(--main-color);border-radius:3px}.simple-card a{align-self:flex-start}section .split{display:flex;justify-content:center;gap:3rem}section .split img{height:30rem;object-fit:contain}section .split .cont{display:flex;flex-direction:column;justify-content:center;gap:1rem;max-width:30rem}section .split .cont p{line-height:1.35rem}.section__bio img{aspect-ratio:39/44}.section__libro img{aspect-ratio:353/500}.section__revista img{aspect-ratio:762/1033}@media screen and (max-width: 60rem){section .split img{max-width:35%;height:auto}}@media screen and (max-width: 45rem){section .split{flex-direction:column;gap:2rem;align-items:center}section .split img{max-width:100%;max-height:15rem}}.section__diferenciales{display:grid;grid-template-columns:repeat(3,minmax(12.5rem,1fr));gap:2rem;justify-items:center}.section__diferenciales .simple-card h3{height:6rem;justify-content:start}.section__diferenciales b{display:inline-block;font-size:2rem;margin-right:.4rem;margin-bottom:.25rem;font-weight:700;color:var(--black-color)}@media screen and (max-width: 60rem){.section__diferenciales{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.section__diferenciales .simple-card h3{height:fit-content}}@media screen and (max-width: 30rem){.section__diferenciales{grid-template-columns:1fr}}header.home{height:85VH;min-height:30rem;width:100%;display:flex;justify-content:center;background-image:url(/images/home.webp);background-attachment:fixed;background-position:center;background-size:cover;position:relative}header.home:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ebebebe9;z-index:0}header.home>div{display:flex;align-items:center;z-index:1;height:100%;width:80%;max-width:80rem}header.home>div>div{display:flex;flex-direction:column;justify-content:start;align-items:center;width:100%;height:fit-content;gap:3rem}header.home>div>div>img{width:20rem;aspect-ratio:32/29;object-fit:contain;height:auto}header.home>div>div>div{display:flex;flex-direction:column;justify-content:end;height:100%;gap:1.5rem}header.home h1{font-size:4rem;font-weight:890;color:var(--dark-color);line-height:1;display:inline-block;text-align:center}header.home h2{font-size:3.5rem;line-height:.8;font-weight:500;color:var(--main-color);display:inline-block;text-align:center}header.home b{font-size:5.5rem;font-weight:900;display:inline-flex;justify-content:center;width:4.5rem;color:#000}header.home h2 b{color:var(--black-color);font-size:4.5rem;width:3rem}@media screen and (max-width: 37.5rem){header.home h1{font-size:3.5rem;text-align:center}header.home h2{font-size:2rem}header.home b{font-size:4rem;width:3.5rem}}@media screen and (max-width: 27.5rem){header.home{justify-content:center}header.home h1{font-size:3rem}header.home h2{font-size:2rem}header.home b{font-size:4rem;width:3.5rem}}.obras-carousel__card__cont{display:grid;grid-template-columns:repeat(2,5rem);gap:.5rem;align-content:start}.obras-carousel__card{width:100%;height:100%;aspect-ratio:1/1;background-size:cover;background-position:center;position:relative}.obras-carousel__card span{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:transparent;transition:all .2s ease-in-out;font-size:2rem;-webkit-backdrop-filter:contrast(.85);backdrop-filter:contrast(.85)}.obras-carousel__card:hover span,.obras-carousel__card.active span{cursor:pointer;-webkit-backdrop-filter:brightness(.2);backdrop-filter:brightness(.2);color:var(--white-color)}.obras-carousel__display__cont{min-height:100%;width:100%;position:relative}.obras-carousel__display{position:absolute;display:flex;top:0;width:100%;min-height:100%;gap:2rem;opacity:0;z-index:0;transition:all .2s ease-in-out}.obras-carousel__display.active{position:relative;opacity:1;z-index:1}.obras-carousel__display__img{flex-grow:1;flex-basis:50%;align-self:center;display:flex;justify-content:center;align-items:center}.obras-carousel__display__img img{max-width:100%;max-height:20rem;object-fit:contain}.obras-carousel__display__text{flex-grow:1;flex-basis:50%;display:flex;flex-direction:column;height:fit-content}.obras-carousel__display__text span{color:var(--main-color);font-size:1.25rem;font-weight:700;margin-right:.1rem}.obras-carousel__display__text h3{font-size:2.5rem;line-height:1.2;color:var(--dark-color)}.obras-carousel__display__text h4{font-size:3rem;color:var(--main-color)}.obras-carousel__display__text p:first-of-type{font-size:1.25rem;color:var(--dark-color);margin-bottom:1rem}.obras-carousel__display__text p{margin-bottom:.5rem;text-wrap:balance;line-height:1.2}.section__proyectos{gap:5rem}@media screen and (max-width: 65rem){.section__proyectos{gap:2rem}}@media screen and (max-width: 60rem){.section__proyectos{flex-direction:column}.obras-carousel__card__cont{grid-template-columns:repeat(8,1fr)}}@media screen and (max-width: 45rem){.obras-carousel__display{flex-direction:column}.obras-carousel__card__cont{grid-template-columns:repeat(4,1fr)}.obras-carousel__card{max-height:7rem}}header.title{padding:3rem 0;display:flex;justify-content:center}header.title div{position:relative;display:flex}header.title h1{text-align:center;font-size:3rem;display:inline-block}.filters .sort{display:flex;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer;font-size:1rem;font-weight:700;padding:.2rem .2rem .2rem .7rem;border:none;border-radius:.5rem;background-color:#00000018;min-width:7rem}.obras{width:80%;max-width:80rem;margin:auto;min-height:100vh}section.filters{width:80%;max-width:80rem;margin:0 auto;padding:1rem 0}section.filters .filter-selection{display:flex;align-items:center;gap:2.5rem;justify-content:center;margin-bottom:1rem}section.filters .filter-type-selection{display:flex;align-items:center;gap:.5rem;justify-content:center;font-size:1.2rem}section.filters select{font-size:1rem;font-weight:600;padding:.2rem .2rem .2rem .4rem;border-radius:.5rem;background-color:#00000018;min-width:7rem;outline:none;border:none}::picker(select){border:none}section.filters select:focus{border:none;outline:none}.categories>div{max-height:0;overflow:hidden;transition:all .2s;display:flex;justify-content:center;flex-wrap:wrap;gap:.3rem;margin-bottom:1rem}.categories>div.active{max-height:600rem;transition:all 1s}.categories{max-height:0;overflow:hidden;transition:all .2s}.categories.active{max-height:600rem;transition:all 1s}.categories .category{padding:.5rem 1rem;background-color:transparent;border:none;font-size:1.2rem;position:relative;cursor:pointer}.clients-filters .category{padding:.15rem .75rem;font-size:1rem}.categories .category.active,.categories .category:hover{color:var(--main-color)}.category:after{content:"";display:block;position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background-color:var(--main-color);transition:all .2s ease-in-out}.category.active:after{width:90%}.obras__cont{column-count:4;gap:.75rem}.obras__cont.sorted{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:1rem}.obras__cont.sorted .obra-card{max-height:20rem}.obra-card{position:relative;margin-bottom:.75rem;min-height:8rem;display:flex;justify-content:stretch;align-items:stretch}.obra-card button{border:none;display:flex;height:auto}.obra-card img{width:100%;height:100%;object-fit:cover}.obra-card div{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:.5rem;align-items:center;transition:all .2s ease-in-out;cursor:pointer;opacity:0;padding:.25rem;overflow:hidden}.obra-card div h2{color:#eee;line-height:1}.obra-card div *{color:#ccc}.obra-card h2{position:relative;display:block}.obra-card h2:after{content:"";display:block;position:relative;transform:translate(-50%);height:2px;width:2rem;left:50%;bottom:-.1rem;background-color:#aaa;z-index:1}.obra-card:hover div{opacity:1;background-color:#0000008e}.obra-card p:first-of-type{font-size:1.5rem;font-weight:600}.obra-card h2{font-size:1.6rem}@media screen and (max-width: 55rem){.obra-card{min-height:6rem}.obra-card div{gap:0}.obra-card h2{font-size:1.2rem;line-height:1}.obra-card p:first-of-type{font-size:1.2rem}}@media screen and (max-width: 45rem){.obras__cont{column-count:3}}@media screen and (max-width: 35rem){.obras__cont{column-count:2}}dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transition:all .2s ease-out;border:none;background-color:var(--white-color);z-index:1000}dialog::backdrop{background-color:#00000063}dialog[open]{transform:translate(-50%,-50%) scale(1)}.obras-dialog{display:flex;justify-content:space-around;padding:2rem;width:80%;max-width:70rem;gap:2rem}.obras-dialog>button{position:absolute;top:.5rem;left:.5rem;background-color:var(--white-color);color:var(--dark-color);font-weight:600;width:2rem;height:2rem;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;border:none}.obras-dialog .text{display:flex;flex-direction:column;justify-content:center;gap:.5rem;flex-basis:50%;max-width:30rem}.obras-dialog .img{flex-basis:50%}.obras-dialog .img img{width:100%;height:100%;object-fit:contain}.obras-dialog .text h2{font-size:2rem;color:var(--dark-color);text-align:center}.obras-dialog .text h3{font-size:2.5rem;color:var(--main-color);text-align:right}.obras-dialog .text p:first-of-type{font-size:1.1rem;color:var(--dark-color);margin-bottom:1rem;text-align:right}.obras-dialog .text p{text-align:right}.obras-dialog .text span{font-weight:600;font-size:1.2rem}@media screen and (max-width: 55rem){.obras-dialog .text p:first-of-type,.obras-dialog .text h3{text-align:center}}@media screen and (max-width: 50rem){.obras-dialog{flex-direction:column;gap:1rem}}.section__especialidades{flex-wrap:wrap;gap:2rem;justify-content:center}.section__especialidades>.simple-card h3{height:6rem}.section__especialidades>.simple-card{width:10rem}@media screen and (max-width: 80rem){.section__especialidades{gap:1rem}}@media screen and (max-width: 60rem){.section__especialidades>.simple-card h3{font-size:1.25rem;height:4rem}.section__especialidades>.simple-card{gap:.5rem;width:8rem}.section__especialidades{gap:1.5rem}}.section__calidad{flex-direction:column;gap:2rem}.section__calidad ol{margin-left:2rem;display:flex;flex-direction:column;gap:.5rem}.section__clientes{flex-wrap:wrap;gap:2rem;justify-content:space-evenly;align-items:end}.section__clientes>img{height:7rem;max-width:12.5rem;object-fit:contain}.section__software{flex-direction:column;gap:4rem}.section__software .simple-card h3{height:3.5rem}.section__software__cont h2{text-align:center}.section__software .cards{display:grid;align-items:end;grid-template-columns:repeat(3,minmax(12.5rem,1fr));gap:1rem}@media screen and (max-width: 43.75rem){.section__software .cards{display:flex;justify-content:center;flex-wrap:wrap}.section__software .simple-card{min-width:10rem}.section__software .simple-card h3{height:fit-content}}@media screen and (max-width: 25rem){.section__software .cards{gap:2rem}.section__software .simple-card{min-width:0}}.section__software-info{flex-direction:column;gap:1.5rem}.section__software-info h2{margin-top:2rem}.section__software-info img{object-fit:contain;aspect-ratio:1918/1017}.section__descargar{flex-direction:column;gap:2rem}.section__descargar form{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}@media screen and (max-width: 30rem){.section__descargar form{padding:0}}.section__contacto-header{flex-direction:column;gap:2rem}.section__contacto-header h2{color:var(--main-color)}.section__contacto-header__cont .section__titles{flex-grow:1}.section__contacto-header__cont .section__header h2{text-align:center}.section__contacto h2{font-size:2rem}.section__contacto{justify-content:space-between;gap:5rem}.section__contacto .contacto-info{max-width:25rem}.section__contacto .contacto-form{min-width:25rem;flex-grow:1;gap:2rem;display:flex;flex-direction:column}.section__contacto form{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.section__contacto form div{display:flex;gap:1rem}.section__contacto form div>input{flex-grow:1}.section__contacto .contacto-info{display:flex;flex-direction:column;gap:2.5rem}.section__contacto .contacto-info .contacto-enlaces{display:flex;flex-direction:column;gap:.5rem}.section__contacto .contacto-info .contacto-enlaces>div{display:flex;gap:.5rem;align-items:center}.section__contacto .contacto-info .contacto-enlaces>div>svg{height:1.5rem;width:auto}.section__contacto .contacto-info .contacto-mapa{width:100%;height:100%}@media screen and (max-width: 55rem){.section__contacto{flex-direction:column;gap:2rem}.section__contacto .contacto-info{align-self:center}.section__contacto .contacto-info .contacto-mapa{width:100%;height:20rem}}@media screen and (max-width: 35rem){.section__contacto form div{flex-direction:column;gap:1.5rem}.section__contacto form{padding:0}.section__contacto .contacto-form{min-width:0}}.section__descarga{flex-direction:column;gap:1rem}footer{display:flex;flex-direction:column;gap:4rem;padding:2rem 0}footer .contacto{display:flex;gap:2rem;justify-content:space-evenly}footer .contacto>div{display:flex;flex-direction:column;gap:.5rem;align-items:center}footer .contacto>div>p{font-weight:600}footer .contacto>div>div{display:flex;align-items:center;gap:.5rem}footer .derechos{text-align:center;text-wrap:balance}@media screen and (max-width: 50rem){footer .contacto{flex-direction:column;gap:2rem;align-items:center}}@media screen and (max-width: 85rem){.section__cont,.obras,section.filters{width:auto;margin-left:3rem;margin-right:3rem;padding-left:3rem;padding-right:3rem}}@media screen and (max-width: 70rem){.section__cont,.obras,section.filters{width:auto;margin-left:1rem;margin-right:1rem;padding-left:2rem;padding-right:2rem}}@media screen and (max-width: 60rem){.section__cont,.obras,section.filters{width:auto;margin:0;padding-left:2rem;padding-right:2rem}}.loading{width:100%;min-height:100vh;height:100%;display:flex;justify-content:center;align-items:center}
