@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";html{box-sizing:border-box;font-size:62.5%;overflow-x:hidden}html,body{scroll-behavior:smooth;margin:0;padding:0}*,:before,:after{box-sizing:inherit}body{font-family:IBM Plex Sans,sans-serif}h1,h2,h3,h4{margin:0;padding:0;font-family:Space Mono,monospace}h1{font-size:3.5rem}h2{font-size:3rem}a,button{color:#fff;cursor:pointer;border:none;text-decoration:none}button{background-color:#0000}@keyframes scroll-nav{0%{background-color:#1268b3}to{background-color:#1268b3e6}}@keyframes typing{0%{width:0}to{width:var(--typing-width)}}@keyframes cursor{12.5%,37.5%,62.5%,87.5%{border-right:2px solid #fff}0%,25%,50%,75%,to{border-color:#0000}}@keyframes bg-aboutus{0%{background-position:top}50%{background-position:50%}to{background-position:bottom}}.hero{color:#fff;background-image:linear-gradient(#1268b3,#361270);flex-direction:column;align-items:center;height:calc(100dvh - 4.5rem);margin-top:4.5rem;font-family:Space Mono,monospace;display:flex}.hero__title{text-align:center;flex-direction:column;margin-top:10rem;display:flex}.hero__title .title__p1{--typing-width:14ch;width:14ch;animation:1.5s steps(13,end) both typing,1.5s step-end both cursor;overflow:hidden}.hero__title .title__p2{--typing-width:7ch;width:7ch;margin:auto;animation:1s steps(7,end) 1.5s both typing,1s step-end 1.5s both cursor;overflow:hidden}.hero__title .title__sub{--typing-width:15ch;text-wrap:nowrap;width:15ch;margin:auto;font-size:1.5rem;font-style:italic;font-weight:400;animation:1s steps(15,end) 2.5s both typing,4.5s step-end 2.5s infinite cursor;overflow:hidden}.hero__btn{color:#1268b3;filter:drop-shadow(0 0 5px #0005);background-color:#fff;width:fit-content;margin-top:4rem;padding:1rem;font-family:Poppins,sans-serif;font-size:2rem;font-weight:500;text-decoration:none;transition:background-color .5s,margin-top .5s;position:relative}.hero__btn:before{content:"";clip-path:polygon(0 0,100% 80%,100% 0);background-color:#fff;width:51%;height:50%;position:absolute;bottom:-24.5px;left:-1px}.hero__btn:after{content:"";clip-path:polygon(0 0,100% 80%,100% 0);background-color:#e5e5e5;width:51%;height:50%;position:absolute;bottom:-24.5px;right:-1px;transform:rotateY(180deg)}.hero__btn:hover,.hero__btn:active{background-color:#e5e5e5;margin-top:6rem}.header__logo{-webkit-user-select:none;user-select:none;margin:0 2rem;font-family:Poppins,sans-serif;font-size:2.67rem;font-style:italic;font-weight:500}.header__logo span{font-weight:800}.header{color:#fff;z-index:10;text-align:center;background-color:#1268b3;justify-content:space-between;align-items:center;height:4.5rem;animation:scroll-nav;animation-timeline:scroll();display:flex;position:fixed;inset:0}@media (width>=910px){.header{justify-content:flex-start;gap:1rem}}.header__open-nav-button{cursor:pointer;font-size:3rem;position:absolute;right:2rem}@media (width>=910px){.header__open-nav-button{display:none}}.header__checkbox{display:none}.header__checkbox:checked~.header__nav{transform:translate(0)}.header__nav{z-index:-1;background-color:#1268b3;width:100dvw;height:100dvh;font-size:1.5rem;transition:transform .6s;display:flex;position:absolute;top:0;transform:translate(100%)}.header__nav-list{flex-direction:column;justify-content:space-evenly;width:100%;height:30dvh;margin:auto;padding:0;list-style:none;display:flex}.header__nav-item button{background-color:#0000;width:100%;padding:1.5rem;transition:background-color .5s}.header__nav-item button:hover,.header__nav-item button:active{background-color:#0e538f}@media (width>=910px){.header__nav{z-index:1;background-color:#0000;width:auto;height:auto;display:block;position:static;transform:translate(0)}.header__nav-list{flex-direction:row;width:auto;height:auto}}.service{margin-top:4.5rem;margin-bottom:4.5rem;scroll-margin-top:4.5rem}.service__container{width:clamp(30rem,80%,160rem);margin:0 auto}.service__container h2{color:#1268b3;text-align:center;margin:4.5rem}.service__list{grid-template-rows:repeat(3,1fr);gap:5rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=1200px){.service__list{grid-template-rows:1fr;grid-template-columns:repeat(3,1fr);gap:5rem;display:grid}}.service__item{flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;margin:0 auto;display:flex}@media (width>=910px){.service__item{flex-direction:row;justify-content:center;align-items:center;gap:2rem;display:flex}.service__item .item__dsc{text-align:justify;margin:0;padding:2rem}.service__item .item__img{padding:2rem}}@media (width>=1200px){.service__item{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}}.service__item{color:#fff;background-color:#1268b3;border:2px solid #105ea1;border-radius:1rem}.service__item:last-child .item__img{width:10rem}.item__img{width:15rem;padding:2rem}@media (width>=910px){.item__img{padding-bottom:0}}.item__title{font-family:Poppins,sans-serif;font-size:2rem;font-weight:400}.item__dsc{display:none}@media (width>=910px){.item__dsc{text-align:center;width:90%;margin-top:0;font-size:1.4rem;font-weight:300;display:block}}.aboutus{background-image:-webkit-image-set(url(/assets/nosotros-CPaw2sA6.avif) 1x,url(/assets/nosotros-Bwpmosfi.webp) 1x,url(/assets/nosotros-9BFMUbgY.png) 1x);background-image:image-set("/assets/nosotros-CPaw2sA6.avif" 1x,"/assets/nosotros-Bwpmosfi.webp" 1x,"/assets/nosotros-9BFMUbgY.png" 1x);background-position:top;background-size:cover;min-height:30dvh;margin-top:4.5rem;margin-bottom:4.5rem;animation:bg-aboutus;animation-timeline:view()}.aboutus__container{color:#fff;width:clamp(30rem,80%,160rem);margin:0 auto}.aboutus__container h2{text-align:center;padding:4.5rem}.aboutus__container p{text-align:center;padding-bottom:6rem;font-size:2rem;font-weight:600}.contact{margin-top:4.5rem;margin-bottom:4.5rem}.contact__container{width:clamp(30rem,80%,160rem);margin:0 auto}.contact__container h2{color:#1268b3;text-align:center;margin-bottom:4.5rem}.contact__form{grid-template-areas:"name""last""mail""msg""btn";gap:2rem;margin:0 auto;display:grid}@media (width>=768px){.contact__form{grid-template-areas:"name last""mail mail""msg msg""btn btn";width:100%}}@media (width>=1200px){.contact__form{width:50%}}.contact__form textarea{resize:none;field-sizing:content;max-height:20rem}.form__input{color:#1268b3;border:none;border-bottom:3px solid #1268b3;padding:.5rem 1rem;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600}.form__input::placeholder{color:#1268b3}.form__input:focus{outline:none}.form__button{color:#fff;cursor:pointer;background-color:#1268b3;border:none;grid-area:btn;width:100%;margin:auto;padding:1rem 2rem;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;transition:background-color .3s}.form__button:hover{background-color:#0e538f}.name{grid-area:name}.last{grid-area:last}.mail{grid-area:mail}.msg{grid-area:msg}.footer{color:#fff;text-align:center;background-color:#1268b3;padding:1rem}.footer__text{font-size:2rem}.footer span{font-style:italic}.logo-color{font-weight:400}
