*{margin:0;padding:0}body,html{overflow-x:hidden}body{font-family:Poppins,sans-serif;overflow-x:hidden;background-color:#0a071b}html{scroll-behavior:smooth}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:300;src:url(../fonts/poppins-v23-latin-300.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:italic;font-weight:300;src:url(../fonts/poppins-v23-latin-300italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(../fonts/poppins-v23-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:italic;font-weight:400;src:url(../fonts/poppins-v23-latin-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:500;src:url(../fonts/poppins-v23-latin-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:italic;font-weight:500;src:url(../fonts/poppins-v23-latin-500italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:600;src:url(../fonts/poppins-v23-latin-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:italic;font-weight:600;src:url(../fonts/poppins-v23-latin-600italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:700;src:url(../fonts/poppins-v23-latin-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:italic;font-weight:700;src:url(../fonts/poppins-v23-latin-700italic.woff2) format("woff2")}.header{position:fixed;top:0;left:0;right:0;width:100%;padding:1rem 10%;background-color:#0a071b;display:flex;justify-content:space-between;align-items:center;z-index:1000;opacity:0;transform:translateY(-100%);transition:opacity .4s ease,transform .4s ease;font-family:Segoe UI,sans-serif;box-sizing:border-box}.header.visible{opacity:1;transform:translateY(0)}.logo{font-weight:700;font-size:1.2rem;color:#fff;white-space:nowrap}.desktop-nav{display:flex;gap:2rem}.desktop-nav a{color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;position:relative;transition:color .3s ease}.desktop-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.desktop-nav a:hover:after{width:100%}.desktop-nav a:hover{color:#e0e0e0}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1100}.hamburger{position:relative;display:block;width:24px;height:2px;background:#fff;transition:background .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0;width:100%;height:2px;background:#fff;transition:transform .3s ease,top .3s ease}.hamburger:before{top:-7px}.hamburger:after{top:7px}.menu-toggle.open .hamburger{background:transparent}.menu-toggle.open .hamburger:before{top:0;transform:rotate(45deg)}.menu-toggle.open .hamburger:after{top:0;transform:rotate(-45deg)}@media (max-width: 768px){.desktop-nav{display:none}.menu-toggle{display:block}.mobile-nav{position:absolute;top:100%;left:0;width:100vw;background-color:#16113a;display:flex;flex-direction:column;padding:1rem 10%;box-shadow:0 4px 8px #0003;z-index:999}.mobile-nav a{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;padding:.5rem 0}}.hero{position:relative;min-height:110svh;background-image:url(/images/background-desktop.webp);background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#f3f3f4}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1}.hero-content{position:relative;z-index:3;text-align:center;padding:0 1rem}.title,.subtitle{opacity:0;transform:translateY(-50px);animation-fill-mode:forwards}.title{font-size:4rem;font-weight:700;animation:fadeSlide .8s ease-out .2s forwards}.subtitle{font-size:1.2rem;animation:fadeSlide .8s ease-out .5s forwards}@keyframes fadeSlide{to{opacity:1;transform:translateY(0)}}.scroll-arrow{position:absolute;bottom:8rem;left:50%;transform:translate(-50%);width:32px;height:auto;animation:bounce 2s infinite;z-index:3;filter:brightness(0) invert(1)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@media (max-width: 750px){.title{font-size:2.2rem}.subtitle{font-size:1rem}.hero{background-position:80% center}.hero{min-height:110svh;background-image:url(/images/background-mobile.webp)}}@supports (-webkit-touch-callout: none){.hero{background-image:none;background-attachment:scroll}.hero:before{content:"";position:fixed;top:0;left:0;width:100%;height:100svh;z-index:-1;background-image:url(/images/background-mobile.webp);background-size:cover;background-position:center}@media (min-width: 769px){.hero:before{background-image:url(/images/background-desktop.webp)}}@media (max-width: 750px){.hero:before{background-position:80% center}}}.aboutme{position:relative;z-index:2;background:linear-gradient(to bottom,transparent,#140f36 6%,#1f1a48);color:#fff;min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;justify-items:center;gap:2rem;margin-top:-150px;padding-top:150px}.aboutme-title{margin-top:100px;text-align:center;font-size:2.5rem;font-weight:700}.aboutme-main-content{display:flex;align-items:flex-start;justify-content:center;gap:2rem;max-width:80%;width:100%;flex-wrap:wrap}.aboutme-img{flex:1 1 350px;max-width:600px;max-height:500px;border-radius:16px;object-fit:cover}.aboutme-text{flex:1 1 400px;line-height:1.6;font-size:1.15rem;line-height:1.7;font-weight:400}.aboutme-text p{margin-bottom:1.2rem}@media (max-width: 768px){.aboutme-main-content{flex-direction:column;max-width:90%}.aboutme-text{order:0;font-size:1rem}.aboutme-img{order:1;width:100%;height:auto;object-fit:contain;object-position:center top}.aboutme-title{font-size:2rem}}.about-highlights-wrapper{padding:3rem 2rem;width:80%;display:flex}.about-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem 1rem;width:100%}.highlight-item{text-align:center;max-width:400px;margin:0 auto}.highlight-item h3{font-size:1.25rem;font-weight:600;margin-bottom:.6rem;color:#000}.highlight-item p{font-size:1rem;line-height:1.45;color:#333}@media (max-width: 1024px){.about-highlights{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center}}.about-card{background-color:#272953;border-radius:12px;padding:20px;box-shadow:0 4px 10px #0000001a}.about-card-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.about-card-img{width:24px;height:auto;object-fit:contain}.about-card-title{font-size:20px;font-weight:700}.about-card-description{font-size:16px;color:#d1d1d1}.mywork{background:linear-gradient(to bottom,#1f1a48,#2a255a);display:flex;flex-direction:column;align-items:center;padding:64px 0}.mywork-title{text-align:center;color:#fff;font-size:2.5rem;margin-bottom:30px}.mywork-columns{display:flex;gap:40px;flex-wrap:wrap;align-items:flex-start;width:80%;margin:0 auto}.mywork-left{flex:1;min-width:200px;max-width:500px;display:flex;flex-direction:column;gap:20px;color:#fff}.mywork-carousel{width:100%;max-width:600px;margin:0 auto;display:flex;justify-content:center}.mywork-paragraph{font-size:1.15rem;line-height:1.7}.mywork-paragraph-tile{margin-top:16px;font-size:1.4rem;font-weight:600}.mywork-list{list-style:none;margin-top:20px;padding:0;display:flex;flex-direction:column;gap:12px}.mywork-list li{display:flex;align-items:center;gap:8px;color:#ccc;font-size:1.1rem;line-height:1.5;font-weight:600}.mywork-icon-png{width:20px;height:20px;object-fit:contain;margin-right:8px}.carousel-image{text-align:center;max-width:360px}.carousel-image img{max-width:100%;border-radius:12px}.image-title{color:#fff;margin-top:8px;font-weight:500}@media (max-width: 768px){.mywork-columns{display:flex;flex-direction:column;gap:30px;max-width:80%;margin:0 auto}.mywork-left,.mywork-carousel{width:100%;max-width:none}.mywork-carousel{justify-content:center}.mywork-paragraph{font-size:1rem}}.carousel-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.carousel{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%}.carousel-arrow{background:none;border:none;padding:0;cursor:pointer;z-index:1}.carousel-arrow img{width:36px;height:36px}.carousel-image-wrapper{flex-grow:1;overflow:hidden;position:relative}.carousel-slider{display:flex;transition:transform .8s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%}.carousel-slide{flex:0 0 100%;min-width:100%;height:100%;padding:0;display:flex;justify-content:center;align-items:center;position:relative}.carousel-image{width:500px;max-height:100%;margin:0;object-fit:cover;border-radius:12px}.carousel-title{min-height:3em;max-width:100%;padding:0;font-weight:500;text-align:center;max-height:3em;overflow:hidden;color:#e4e4e4e1;font-style:italic}.carousel-page{margin-right:4rem;align-self:flex-end;color:#8f8f8fb6;font-weight:400;font-family:monospace}.carousel-year{color:#8f8f8fb6;font-weight:400;font-variant:small-caps;font-family:monospace}@media (max-width: 768px){.carousel-page{font-size:small}}.investigaciones{background:linear-gradient(to bottom,#353063,#403b76);color:#fff;padding:64px 0;width:100%}.investigaciones-container{max-width:80%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.investigaciones-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.investigaciones-frase{width:100%;text-align:center}.investigaciones-frase blockquote{font-size:1.2rem;font-style:italic;color:#ddd}.investigaciones-cita{margin-top:1rem;font-size:.9rem;color:#aaa;text-align:center}.investigaciones-lista{width:100%;display:flex;flex-direction:column;gap:1rem;margin-top:48px}.accordion-content{width:100%}.frase{display:flex;flex-direction:column}.investigaciones-frase{font-style:italic;font-size:1.05rem;font-weight:300;color:#e4e4e4;text-align:center}.accordion-content-title{font-weight:700;margin-bottom:.5rem}.accordion-paragraph{margin-bottom:1rem;line-height:1.6}.accordion-list{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem}.accordion-list-item{margin-bottom:.5rem}.accordion-list-label{font-weight:700;margin-right:.25rem}.accordion{width:100%;box-sizing:border-box;background-color:#2c234f;border-radius:8px;padding:1rem;color:#fff;cursor:pointer;transition:all .3s ease}.accordion-header{display:flex;justify-content:space-between;align-items:center;width:100%}.accordion-body{margin-top:1rem;font-size:.95rem;line-height:1.6;width:100%}.accordion-buttons{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-top:1rem}.accordion-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#1f1b3a;color:#fff;border-radius:6px;text-decoration:none;font-weight:500;transition:background .2s}.accordion-button:hover{background-color:#3b316a}.accordion-clip{width:1.2rem;height:1.2rem;flex-shrink:0}.contacto{background:linear-gradient(to bottom,#403b76,#0a071b);color:#f3f3f4;padding:64px 0 104px}.contacto-title{text-align:center;font-size:2.2rem;font-weight:700;margin-bottom:2rem}.contacto-content{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;gap:5.5rem;max-width:900px;margin:0 auto}.contacto-media{display:flex;align-items:flex-start}.contacto-img{flex:0 0 250px;width:370px;height:350px;border-radius:12px;object-fit:cover;object-position:right center}.contacto-info{flex:1 1 300px;display:flex;flex-direction:column;justify-content:space-around;height:350px}.contacto-item{display:flex;align-items:center;gap:1rem}.icon{width:40px;height:40px;object-fit:contain}.item-text{font-size:1.4rem;font-weight:400}.item-text a{all:unset;cursor:pointer}.item-text a:hover{color:#ffffffcd}@media (max-width: 860px){.contacto-content{flex-direction:column;align-items:center;height:auto;gap:1rem}.contacto-img{width:100%;max-width:370px;height:260px;margin-bottom:16px;object-fit:cover}.contacto-info{flex-direction:column;align-items:start;justify-content:flex-start;height:auto;gap:1rem}.contacto-item{gap:1rem}.icon{width:32px;height:32px}.item-text{font-size:1rem;text-align:center}}.howiwork{padding:64px 0;background:linear-gradient(to bottom,#2a255a,#353063)}.howiwork-container{max-width:80%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.howiwork-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:8px;text-align:center}.howiwork-frase{font-style:italic;font-size:1.05rem;font-weight:300;color:#e4e4e4;text-align:center;margin-bottom:48px}.howiwork-columns{display:grid;grid-template-columns:2fr 4fr;width:100%;align-items:flex-start;gap:48px;justify-items:space-between}.howiwork-left{display:flex;flex-direction:column;gap:32px}.howiwork-intro{font-size:1.3rem;font-weight:600;color:#e7e7e7;text-align:center}.howiwork-stats{display:flex;flex-direction:column;align-items:center;gap:24px}.howiwork-stat-card{display:flex;align-items:center;gap:16px}.howiwork-stat-icon{width:56px;height:auto}.howiwork-stat-text{text-align:left}.howiwork-stat-amount{margin:0;font-size:2rem;font-weight:700;color:#fff}.howiwork-stat-label{margin:0;font-weight:500;color:#fffc}.howiwork-right{max-width:100%;color:#fff;line-height:1.6;font-size:1.15rem;line-height:1.7}.howiwork-reveal{opacity:0;transform:translateY(20px);transition:opacity 1s ease-out,transform 1s ease-out}.howiwork-reveal.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.howiwork-container{max-width:80%;padding:0 10%}.howiwork-columns{display:flex;flex-direction:column;gap:32px}.howiwork-left,.howiwork-right{width:100%;max-width:none}.howiwork-stats{align-items:center}.howiwork-right{text-align:left}.texto{font-size:1rem}}
