@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";:root{font-family:Urbanist,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;color-scheme:light dark;background-color:#000;--primary: black;--secondary: white;--gray: #141414;--gray-hover: #1f1f1f;--gray-light: #737373;--color: #39969A;--vh: 1vh;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background-color:var(--primary)}.hero{display:flex;justify-content:center;align-items:center;width:100%;height:calc(var(--vh, 1vh) * 100);background-size:cover;margin:0;padding:0;overflow:hidden;flex-direction:column;position:relative}.hero-content{display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center;width:100%}.hero-name{font-size:80px;color:var(--secondary)}@media(min-width:768px){.hero-name{font-size:100px}}@media(min-width:1024px){.hero-name{font-size:100px}}.hero-subtitle{font-size:25px;color:var(--secondary);margin-bottom:1rem}@media(min-width:768px){.hero-subtitle{font-size:30px}}@media(min-width:1024px){.hero-subtitle{font-size:30px}}.hero-btns{display:flex;flex-direction:column;align-items:center;width:100%}@media(min-width:1024px){.hero-btns{flex-direction:row}}.hero-btn{display:flex;font-family:Urbanist;font-size:20px;border-radius:5px;border:none;margin:.5rem;justify-content:center;align-items:center;color:var(--secondary);background-color:#85858599;height:2.5rem;width:50%}.header{display:flex;align-items:center;position:absolute;top:10px;width:90%;height:2.5rem;border-radius:5px;background-color:#0009;justify-content:space-between}.header-lng{position:relative}.header-lngbtn{display:flex;margin-left:.5rem;background-color:transparent;border:none;font-family:Urbanist;font-size:18px;cursor:pointer;color:var(--secondary)}.header-lngbtn:hover{color:var(--color)}.header-open{width:100px;background-color:#0009;position:absolute;top:2.2rem;border-radius:5px}.header-btns{font-family:Urbanist;font-size:18px;background-color:transparent;border:none;margin-right:.5rem;cursor:pointer;color:var(--secondary)}.header-btns:hover{color:var(--color)}.header-mobile{display:flex}.header-iconmenu{font-size:35px;margin-left:.5rem}.header-mobilemenu{display:flex;flex-direction:column;align-items:end;padding-top:4rem;height:100vh;width:100vw;top:-10px;left:-5.5%;background-color:#0006;position:absolute}.header-btnmobile{display:flex;font-size:22px;margin-top:.5rem;margin-left:.5rem;margin-right:5%;font-family:Urbanist;background-color:transparent;border:none;cursor:pointer;color:var(--secondary)}.proyects{display:flex;width:100%;justify-content:center;flex-direction:column}.proyects-container{display:flex;width:500px;font-size:20px;flex-direction:column;width:calc(90% - 1rem);margin-left:calc(5% - .5rem)}@media(min-width:1024px){.proyects-container{margin-left:calc(10% - 1rem);font-size:50px}}.proyects-title{display:flex;font-size:18px;margin-top:1rem;margin-bottom:1rem;color:var(--secondary)}@media(min-width:768px){.proyects-title{font-size:20px}}@media(min-width:1024px){.proyects-title{font-size:50px}}.proyects-carrusel{display:flex;flex-direction:row;width:100%;overflow-x:auto}.proyect{display:flex;flex-direction:column;width:40%;min-width:128px;margin-left:1rem}@media(min-width:1024px){.proyect{min-width:300px}}.proyect:first-child{margin-left:0}.proyect-title{display:flex;width:100%;justify-content:space-between;font-size:16px;font-weight:700;color:var(--secondary)}@media(min-width:768px){.proyect-title{font-size:18px}}@media(min-width:1024px){.proyect-title{font-size:25px;font-weight:400}}.proyect-link{font-size:23px;cursor:pointer;color:var(--secondary)}@media(min-width:768px){.proyect-link{font-size:23px}}@media(min-width:1024px){.proyect-link{font-size:30px}}.proyect-banner{display:flex;justify-content:center;align-items:center;height:60px;border-radius:5px}@media(min-width:768px){.proyect-banner{height:70px}}@media(min-width:1024px){.proyect-banner{height:80px}}.proyect-number{display:flex;justify-content:center;align-items:center;height:30px;width:30px;background-color:var(--gray-light);border-radius:50%;font-size:16px;color:var(--secondary)}@media(min-width:768px){.proyect-number{height:40px;width:40px;font-size:18px}}@media(min-width:1024px){.proyect-number{height:50px;width:50px;font-size:20px}}.proyect-name{color:var(--secondary);font-size:16px;margin-top:.5rem}@media(min-width:768px){.proyect-name{font-size:18px}}@media(min-width:1024px){.proyect-name{font-size:18px}}.proyect-description{color:var(--gray-light);font-size:16px}@media(min-width:768px){.proyect-description{font-size:17px}}@media(min-width:1024px){.proyect-description{font-size:17px}}.proyects-technologies{display:flex;margin-top:1rem;margin-bottom:1rem;overflow-x:hidden;overflow:hidden;white-space:nowrap;position:relative;width:100%}.proyects-iconscontainer{display:inline-flex;animation:slide 10s linear infinite;width:fit-content;will-change:transform}@media(min-width:1024px){.proyects-iconscontainer{animation:slide 20s linear infinite}}@keyframes slide{to{transform:translate(-50%)}}.proyects-images{height:40px;margin-left:2rem;margin-right:2rem}@media(min-width:1024px){.proyects-images{height:50px}}.services{display:flex;width:100%;background-color:var(--primary);height:fit-content;justify-content:center;flex-direction:column;align-items:center}.services-card{display:flex;align-items:center;width:calc(95% - 2rem);padding-left:1rem;padding-right:1rem;background-color:var(--gray);justify-content:space-between;margin-top:1rem;height:fit-content;font-size:16px;border-radius:5px}@media(min-width:768px){.services-card{font-size:18px}}@media(min-width:1024px){.services-card{font-size:20px;width:80%;height:110px}}.services-card:hover{background-color:var(--gray-hover)}.services-card:last-child{margin-bottom:1rem}.services-title{width:20%;color:var(--secondary)}@media(min-width:1024px){.services-title{width:50%}}.services-description{width:70%;margin-top:1rem;margin-bottom:1rem;color:var(--secondary)}@media(min-width:1024px){.services-description{width:50%;margin-top:0rem;margin-bottom:0rem}}.experience{display:flex;justify-content:center;width:100%;margin-top:1rem}@media(min-width:1024px){.experience{margin-top:2rem}}.experience-container{display:flex;flex-direction:column;width:100%;align-items:center}@media(min-width:1024px){.experience-container{align-items:start;flex-direction:row;justify-content:space-between;width:calc(80% + 2rem)}}.experience-title{display:flex;font-size:18px;width:100%;justify-content:center;margin-bottom:1rem;color:var(--secondary)}@media(min-width:768px){.experience-title{font-size:20px}}@media(min-width:1024px){.experience-title{font-size:50px;width:300px;margin-bottom:0}}.experience-cards{display:flex;flex-direction:column;width:100%;align-items:center}@media(min-width:1024px){.experience-cards{width:60%;align-items:end}}.experience-card{display:flex;height:fit-content;padding-left:1rem;padding-right:1rem;border-radius:5px;align-items:center;justify-content:space-between;background-color:var(--gray);margin-bottom:1rem;width:calc(95% - 2rem)}@media(min-width:1024px){.experience-card{height:130px;width:100%}}.experience-card:hover{background-color:var(--gray-hover)}.experience-name{display:flex;flex-direction:column;margin-top:1rem;margin-bottom:1rem;width:60%;color:var(--secondary)}@media(min-width:1024px){.experience-name{margin-top:0;margin-bottom:0}}.experience-position{font-size:16px;color:var(--secondary)}@media(min-width:768px){.experience-position{font-size:18px}}@media(min-width:1024px){.experience-position{font-size:20px}}.experience-text{font-size:16px;width:40%;text-align:end;color:var(--secondary)}@media(min-width:768px){.experience-text{font-size:18px}}@media(min-width:1024px){.experience-text{font-size:20px}}.experience-description{font-size:16px;color:var(--gray-light)}@media(min-width:768px){.experience-description{font-size:18px}}@media(min-width:1024px){.experience-description{font-size:18px}}.footer{display:flex;flex-direction:row;border-top:3px solid var(--color);height:100%;font-size:20px;justify-content:start;margin-top:2rem}@media(min-width:1024px){.footer{flex-direction:row;height:400px;justify-content:center}}.footer-redes{display:flex;flex-direction:column;width:25%;margin-top:1rem;margin-left:1rem}@media(min-width:1024px){.footer-redes{width:26.6%;margin-left:0}}.footer-links{color:var(--gray-light);border:none;text-decoration:none;font-size:18px}.footer-networks{margin-bottom:1rem;color:var(--secondary)}.footer-inputs{display:flex;flex-direction:column;width:65%;height:100%;margin-top:1rem;margin-bottom:1rem;color:var(--secondary)}@media(min-width:1024px){.footer-inputs{width:26.6%;margin-bottom:0}}.footer-input{font-family:Urbanist;font-size:18px;background-color:transparent;border:none;border-bottom:1px solid var(--secondary);margin-top:1rem;border-radius:0}.footer-btn{font-family:Urbanist;font-size:20px;width:fit-content;border:none;background-color:transparent;cursor:pointer;align-self:end;margin-top:1rem;height:2rem;width:5rem;color:var(--secondary)}.footer-btn:hover{border:1px solid var(--secondary);background-color:var(--gray);border-radius:5px}.footer-contact{display:none;flex-direction:column;width:26.6%;align-items:end;justify-content:space-between;margin-top:1rem}@media(min-width:1024px){.footer-contact{display:flex}}.footer-title{font-size:50px;color:var(--secondary)}
