@import url(https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}*{box-sizing:border-box}html{scroll-behavior:smooth}@keyframes background-shine{0%{background-position:0 0}to{background-position:-200% 0}}.animate-background-shine{animation:background-shine 2s linear infinite}.language-selector{margin-left:1rem}.language-select{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bcc;border:1px solid #475569;border-radius:20px;color:#e2e8f0;cursor:pointer;font-size:.9rem;outline:none;padding:.5rem 1rem;transition:all .3s ease}.language-select:hover{background:#1e293be6;border-color:#3b82f6}.language-select:focus{border-color:#60a5fa;box-shadow:0 0 0 2px #3b82f633}.language-select option{background:#1e293b;color:#e2e8f0}*{font-family:Lexend,sans-serif}.App{min-height:100vh;overflow-x:hidden;position:relative}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b4d;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:1000}.nav{align-items:center;display:flex;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1800px;position:relative}.language-selector-top-left{left:2rem;position:absolute;top:1rem;z-index:1001}.logo{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#ff3c3ce6,#ff0000b3);-webkit-background-clip:text;background-clip:text;cursor:pointer;display:flex;flex-shrink:0;font-size:2rem;font-weight:900;margin-left:14rem;order:1;text-decoration:none;transition:all .3s ease}.logo:hover{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b01a1ae6,#ff2828cc);-webkit-background-clip:text;background-clip:text;transform:scale(1.05)}.nav-links{display:flex;flex:1 1;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:0 2rem 0 4rem;order:2}.nav-links a{color:#fff;font-size:1rem;font-weight:600;padding:.5rem .6rem;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-links a:hover{color:#fff;opacity:.8}.nav-links a:after{background:linear-gradient(90deg,#b01a1a,#ff2828cc);bottom:0;content:"";height:2px;left:.6rem;position:absolute;transition:width .3s;width:calc(100% - 1.2rem);width:0}.nav-links a:hover:after{width:calc(100% - 1.2rem)}.project-link{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff3c3ce6,#ff0000b3);-webkit-background-clip:text;background-clip:text;border:1px solid #b01a1a66;border-radius:20px;font-size:.9rem;font-weight:600;margin-right:.25rem;padding:.5rem 1.2rem;text-decoration:none;transition:all .3s;white-space:nowrap}.project-link:hover{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b01a1ae6,#ff2828cc);-webkit-background-clip:text;background-clip:text;background-color:#b01a1a1a;border-color:#b01a1a}.social{display:flex;gap:.5rem}.social a{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff3c3ce6,#ff0000b3);-webkit-background-clip:text;background-clip:text;border:1px solid #b01a1a66;border-radius:20px;font-size:.9rem;font-weight:600;padding:.5rem 1.2rem;text-decoration:none;transition:all .3s;white-space:nowrap}.social a:hover{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b01a1ae6,#ff2828cc);-webkit-background-clip:text;background-clip:text;background-color:#b01a1a1a;border-color:#b01a1a}.nav-right{order:3;padding-right:1rem}.header-buttons,.nav-right{align-items:center;display:flex;flex-shrink:0;gap:.25rem;margin-left:auto}.nav-right .language-selector{display:none}@media (max-width:1024px){.logo{font-size:1.8rem;margin-left:10rem}}@media (max-width:768px){.logo{font-size:1.6rem;margin-left:2rem;order:0}}@media (max-width:480px){.logo{font-size:1.5rem;font-weight:800;margin-left:1rem}.nav-links a,.project-link,.social a{font-size:.85rem;padding:.4rem .5rem}.project-link,.social a{padding:.4rem .8rem}}.hero{justify-content:center;margin:0 auto;max-width:1400px;min-height:100vh;padding:6rem 2rem 2rem}.hero,.hero-content{align-items:center;display:flex}.hero-content{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#020617eb,#0f172af2);border:1px solid #ff000040;border-radius:2rem;box-shadow:0 0 40px #ff000014,inset 0 0 40px #ff000008;gap:2rem;justify-content:space-between;overflow:hidden;padding:1.8rem;position:relative;width:100%}.hero-content:before{animation:borderFlow 20s linear infinite;background:linear-gradient(270deg,red,#ff3c00,red,#7f1d1d,red);background-size:600% 600%;border-radius:2rem;content:"";inset:-2px;opacity:.7;position:absolute;z-index:0}.hero-content:after{background:radial-gradient(circle at right,#ff00001f,#0000 40%),linear-gradient(135deg,#020617f5,#0f172af5);border-radius:calc(2rem - 2px);content:"";inset:2px;position:absolute;z-index:1}@keyframes borderFlow{0%{background-position:0 50%}to{background-position:600% 50%}}@media (max-width:1024px){.hero-content{flex-direction:column;padding:2rem;text-align:center}}.hero-text{flex:1.1 1;position:relative;z-index:2}.hero-text h1{color:#fff;font-size:4rem;font-weight:800;line-height:1.05;margin-bottom:1rem}.hero-text h1 strong{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff2d2d,#b30000);-webkit-background-clip:text;background-clip:text}.tagline{-webkit-text-fill-color:#0000;animation:shineText 4s linear infinite;background:linear-gradient(120deg,#cbd5e1 20%,#64748b 40%,#e2e8f0 60%);-webkit-background-clip:text;background-size:250% auto;color:#94a3b8;font-size:1.35rem;font-weight:500;margin-bottom:2rem}@keyframes shineText{to{background-position:-250%}}.description{color:#cbd5e1;font-size:1.15rem;line-height:1.8;margin-bottom:2.5rem;max-width:620px}.hero-stats{display:flex;flex-wrap:wrap;gap:2.5rem;margin-bottom:2.5rem}.stat{display:flex;flex-direction:column}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff2d2d,#900);-webkit-background-clip:text;font-size:2.4rem;font-weight:800}.stat-label{color:#94a3b8;font-size:.95rem;margin-top:.3rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn{border-radius:1rem;cursor:pointer;font-weight:600;overflow:hidden;padding:.95rem 1.8rem;position:relative;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#dc2626,#7f1d1d);box-shadow:0 10px 30px #dc262640;color:#fff}.btn-primary:hover{box-shadow:0 20px 40px #dc262659;transform:translateY(-3px)}.btn-secondary{background:#ffffff05;border:1px solid #ffffff26;color:#e2e8f0}.btn-secondary:hover{background:#ff00000d;border-color:#ff000080;color:#ff4d4d;transform:translateY(-3px)}.hero-image{align-items:center;flex:0.9 1;min-height:540px;z-index:2}.hero-image,.image-wrapper{display:flex;justify-content:center;position:relative}.image-wrapper{align-items:flex-end;height:430px;max-width:390px;overflow:hidden;width:100%}.image-wrapper:before{animation:redPulse 5s ease-in-out infinite;background:radial-gradient(circle at center,#ff000059 0,#ff000026 35%,#0000 75%);content:"";filter:blur(50px);inset:0;position:absolute;z-index:0}.image-wrapper:after{background:linear-gradient(0deg,#ff000026,#0000),repeating-linear-gradient(90deg,#ff000014,#ff000014 2px,#0000 0,#0000 16px);bottom:0;content:"";height:45%;left:0;mix-blend-mode:screen;opacity:.8;position:absolute;width:100%;z-index:1}.image-glow{display:none}.profile-img{animation:floating 6s ease-in-out infinite;background:#0000;border:none;border-radius:0;filter:drop-shadow(0 0 25px rgba(255,0,0,.2)) drop-shadow(0 0 60px rgba(255,0,0,.12));height:100%;max-height:540px;object-fit:contain;position:relative;transition:all .35s ease;width:auto;z-index:2}.profile-img:hover{filter:drop-shadow(0 0 40px rgba(255,0,0,.35)) drop-shadow(0 0 80px rgba(255,0,0,.2));transform:scale(1.015)}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes redPulse{0%{opacity:.7;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}to{opacity:.7;transform:scale(.95)}}@media (max-width:1024px){.hero-text{text-align:center}.hero-buttons,.hero-stats{justify-content:center}.hero-image{min-height:auto}.image-wrapper{height:400px;max-width:360px}.profile-img{max-height:400px}.hero-text h1{font-size:3rem}}@media (max-width:640px){.hero{padding:5rem 1rem 1rem}.hero-content{padding:1.5rem}.hero-text h1{font-size:2.5rem}.description{font-size:1rem}.hero-stats{gap:1.5rem}.stat-number{font-size:2rem}}.modal-overlay{align-items:center;background:#000;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.modal-image{animation:zoomIn .3s ease;border-radius:10px;cursor:default;max-height:80%;max-width:80%}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.modal-close-btn{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .2s ease;width:40px;z-index:2001}.modal-close-btn:hover{background:#fff3;transform:scale(1.1)}.section{margin:0 auto;max-width:740px;padding:6rem 2rem}.section-title{color:#3b82f6;margin-bottom:3rem}#habilidades .section-title,.section-title{font-size:2.5rem;font-weight:700;text-align:center}#habilidades .section-title{color:#f4d03f!important;margin-bottom:1.5rem;text-shadow:0 2px 4px #f4d03f4d}.tech-tags{gap:.6rem;margin-top:1rem}.tech-tags span{background:#38bdf826;border-radius:999px;color:#38bdf8;font-size:.85rem;padding:.4rem .8rem}.academic-projects{grid-gap:1.5rem;gap:1.5rem}.academic-projects h4{color:#38bdf8;margin-bottom:.5rem}.academic-projects ul{padding-left:1.2rem}.academic-projects li{color:#cbd5f5;margin-bottom:.4rem}.timeline{padding-left:2rem}.timeline:before{background:#475569;left:0}.timeline-item{padding-left:2rem}.timeline-item:before{background:#3b82f6;border-radius:50%;content:"";height:1rem;left:-.5rem;position:absolute;top:0;width:1rem}.timeline-item h3{color:#3b82f6;margin-bottom:.5rem}.footer{border-top:1px solid #334155;color:#94a3b8;font-size:.875rem;padding:3rem 2rem;text-align:center}.background-effect{background:radial-gradient(ellipse 80% 80% at 50% -20%,#0099ff40,#0000);height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}@media (max-width:768px){.nav{flex-direction:column;gap:1rem}.language-selector-top-left{margin-bottom:.5rem;order:1;position:static}.logo{margin-left:0;order:2}.nav-links{flex-wrap:wrap;gap:1rem;justify-content:center;margin:1rem 0;order:3;width:100%}.nav-links a{font-size:.9rem;padding:.5rem}.nav-right{flex-wrap:wrap;gap:1rem;justify-content:center;margin-left:0;order:4;padding-right:0;width:100%}.header-buttons{flex-direction:column;gap:.75rem;margin-bottom:1rem;margin-left:0;width:100%}.project-link{margin-right:0;padding:.5rem 1rem;text-align:center;width:100%}.social{gap:1rem;justify-content:center;width:100%}.social a{padding:.5rem 1rem}.nav-right .language-selector{display:block}.language-selector-top-left{display:none}.hero{padding-top:8rem}.hero-content{padding:1.5rem}.hero-text h1{font-size:2.5rem}.section{padding:4rem 1rem}.modal-image{max-height:70%;max-width:90%}.modal-close-btn{height:35px;right:15px;top:15px;width:35px}}.about-section{margin:0 auto;max-width:1000px;padding:4rem 2rem}.about-container{background:linear-gradient(135deg,#1e293bcc,#0f172ae6);border:1px solid #3b82f633;border-radius:20px;box-shadow:0 15px 50px #0000004d;padding:3.5rem 4rem}.about-header{margin-bottom:2.5rem;text-align:center}.about-header h2{color:#f4d03f;font-size:2.8rem;font-weight:700;margin-bottom:.5rem}.about-subtitle{color:#fff;font-size:1.3rem;font-weight:500;opacity:.9}.about-content{display:flex;flex-direction:column;gap:2rem}.about-text{flex:1 1}.about-description{color:#cbd5e1;font-size:1.15rem;line-height:1.8;margin-bottom:1.8rem;text-align:left}@media (max-width:1100px){.about-section{max-width:900px}}@media (max-width:900px){.about-section{max-width:95%;padding:3rem 1.5rem}.about-container{padding:2.5rem 3rem}}@media (max-width:768px){.about-section{max-width:100%;padding:3rem 1rem}.about-container{padding:2rem}.about-header h2{font-size:2.2rem}.about-subtitle{font-size:1.1rem}.about-description{font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}}@media (max-width:480px){.about-container{padding:1.5rem}.about-header h2{font-size:2rem}.about-description{font-size:1rem;line-height:1.6;margin-bottom:1.2rem}}.certifications-section{margin:0 auto;max-width:1000px;padding:6rem 2rem;position:relative}.certifications-section .section-title{color:#f4d03f!important}.certifications-carousel{margin-top:3rem;position:relative}.carousel-wrapper{border-radius:16px;margin:0 60px;overflow:hidden}.carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.carousel-slide{box-sizing:border-box;min-width:100%;padding:0 20px}.cert-card{align-items:center;background:linear-gradient(135deg,#1e293be6,#0f172af2);border:1px solid #3b82f64d;border-radius:16px;display:flex;flex-direction:column;height:380px;justify-content:space-between;padding:2.5rem;text-align:center;transition:box-shadow .3s ease,border-color .3s ease}.cert-card,.cert-card:hover{box-shadow:0 10px 30px #0000004d}.cert-card:hover{border-color:#3b82f64d;transform:none}.cert-image{background:#0003;border-radius:8px;margin-bottom:1.5rem;max-height:220px;object-fit:contain;padding:1rem;width:100%}.cert-content{display:flex;flex:1 1;flex-direction:column;justify-content:center;width:100%}.cert-title{color:#3b82f6;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.cert-expedition{color:#f97316;font-size:1.1rem;font-weight:600;margin-bottom:0}>>>>>>>b0f308ac(andeta) .cert-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.cert-modal-content{background:#0f172a;border:1px solid #3b82f6;border-radius:16px;box-shadow:0 20px 40px #00000080;max-height:90vh;max-width:90vw;padding:20px;position:relative}.cert-modal-image{border-radius:8px;max-height:70vh;max-width:80vw;object-fit:contain}.cert-modal-title{color:#3b82f6;font-size:1.2rem;margin-top:15px;text-align:center}.cert-modal-close{background:none;border:none;color:#fff;cursor:pointer;font-size:24px;position:absolute;right:15px;top:10px;transition:color .2s}.cert-modal-close:hover{color:#ef4444}.cert-expedition.in-progress{color:#f0ad4e;font-style:italic}.cert-expedition.completed{color:#5cb85c}=======>>>>>>>b0f308ac(andeta) .carousel-btn{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1e293bf2;border:1px solid #3b82f6b3;border-radius:50%;box-shadow:0 5px 20px #0006;color:#93c5fd;cursor:pointer;display:flex;font-size:2rem;height:55px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:55px;z-index:20}.carousel-btn:hover{background:#3b82f64d;border-color:#3b82f6;box-shadow:0 8px 25px #3b82f666;color:#fff;transform:translateY(-50%) scale(1.1)}.prev-btn{left:0}.next-btn{right:0}.carousel-indicators{gap:12px;margin-top:2.5rem;position:relative;z-index:10}.indicator{background:#3b82f64d;border:2px solid #0000;border-radius:50%;cursor:pointer;height:14px;padding:0;transition:all .3s ease;width:14px}.indicator.active{background:#3b82f6;border-color:#3b82f680;transform:scale(1.2)}.indicator:hover{background:#60a5fa;transform:scale(1.1)}@media (max-width:1100px){.certifications-section{max-width:900px}.carousel-wrapper{margin:0 70px}}@media (max-width:900px){.certifications-section{max-width:95%}.carousel-wrapper{margin:0 65px}.carousel-btn{font-size:1.8rem;height:50px;width:50px}}@media (max-width:768px){.certifications-section{max-width:100%;padding:4rem 1rem}.carousel-slide{padding:0 15px}.cert-card{height:350px;padding:2rem}.cert-title{font-size:1.3rem}.cert-expedition{font-size:1rem}.carousel-wrapper{margin:0 50px}.carousel-btn{font-size:1.6rem;height:45px;width:45px}}@media (max-width:480px){.cert-card{height:320px;padding:1.5rem}.cert-image{max-height:180px}.carousel-wrapper{margin:0 40px}.carousel-btn{font-size:1.4rem;height:40px;width:40px}.carousel-indicators{gap:8px;margin-top:2rem}.indicator{height:10px;width:10px}}@media (max-width:360px){.carousel-wrapper{margin:0 35px}.carousel-btn{font-size:1.2rem;height:35px;width:35px}}.education-section{margin:0 auto;max-width:1000px;padding:6rem 2rem}.education-title{color:#f4d03f!important}.timeline{margin:3rem auto 0;max-width:900px;padding:0 20px;position:relative}.timeline:before{background:linear-gradient(180deg,#3b82f64d,#3b82f6cc,#3b82f64d);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{animation:fadeInUp .6s ease forwards;margin-bottom:3rem;opacity:0;position:relative;width:calc(50% - 30px)}.timeline-item:nth-child(odd){left:0;padding-right:50px;text-align:right}.timeline-item:nth-child(2n){left:50%;padding-left:50px;text-align:left}.timeline-content{background:linear-gradient(135deg,#1e293be6,#0f172af2);border:1px solid #3b82f64d;border-radius:16px;box-shadow:0 10px 30px #0000004d;padding:2rem;transition:all .3s ease}.timeline-content:hover{border-color:#3b82f699;box-shadow:0 15px 40px #3b82f633;transform:translateY(-5px)}.timeline-title{color:#3b82f6;font-size:1.4rem;font-weight:600;line-height:1.4;margin-bottom:.8rem}.timeline-date{background:#3b82f61a;border:1px solid #3b82f64d;border-radius:20px;color:#60a5fa;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1rem;padding:.4rem 1rem}.timeline-institution{color:#cbd5e1;font-size:1.1rem;line-height:1.6;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.timeline-item:first-child{animation-delay:.1s}.timeline-item:nth-child(2){animation-delay:.2s}.timeline-item:nth-child(3){animation-delay:.3s}.timeline-item:nth-child(4){animation-delay:.4s}.timeline-item:nth-child(5){animation-delay:.5s}@media (max-width:1100px){.education-section{max-width:900px}}@media (max-width:900px){.education-section{max-width:95%}.timeline{padding:0 10px}}@media (max-width:768px){.education-section{max-width:100%;padding:4rem 1rem}.timeline:before{left:20px}.timeline-item{margin-left:40px;padding-left:30px;padding-right:0;text-align:left;width:calc(100% - 40px)}.timeline-item:nth-child(2n),.timeline-item:nth-child(odd){left:0;padding-left:30px;padding-right:0;text-align:left}.timeline-content{padding:1.5rem}.timeline-title{font-size:1.2rem}.timeline-date{font-size:.85rem}.timeline-institution{font-size:1rem}}@media (max-width:480px){.timeline{padding:0 5px}.timeline-item{margin-left:30px;padding-left:25px;width:calc(100% - 30px)}.timeline-content{padding:1.2rem}.timeline-title{font-size:1.1rem}.timeline-institution{font-size:.95rem;line-height:1.5}}#habilidades .container,#habilidades.section{background:#0000!important;position:relative}#habilidades-carousel-container{cursor:pointer;height:350px;margin:auto;max-width:900px;overflow:hidden;position:relative;width:100%}#habilidades-carousel{display:flex;height:100%;transition:transform .5s ease;width:100%}.habilidades-carousel-item{background:linear-gradient(180deg,#000,#0a1a2a);border:1px solid #d4af3740;border-radius:12px;box-shadow:0 4px 12px #0006;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;height:100%;justify-content:flex-start;opacity:0;overflow:hidden;padding:20px 15px;position:relative;text-align:center;transition:opacity .4s ease;width:100%}.habilidades-carousel-item h3{color:#f4d03f;font-size:1.4rem;font-weight:600;line-height:1.1;margin-bottom:15px;padding:0 5px}.habilidades-carousel-item .skill-items{grid-gap:20px 15px;align-content:start;align-items:start;display:grid;gap:20px 15px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,auto);justify-content:center;max-height:240px;min-height:220px;overflow:hidden;padding:10px 5px;position:relative;width:100%;z-index:1}.habilidades-carousel-item .item{align-items:center;display:flex;flex-direction:column;height:100px;justify-content:flex-start;width:100%}.habilidades-carousel-item .item img{filter:drop-shadow(0 0 4px rgba(255,255,255,.3));height:60px;margin:0;object-fit:contain;transition:transform .25s ease,filter .25s ease;width:75px}.habilidades-carousel-item .item img:hover{filter:drop-shadow(0 0 8px rgba(255,255,255,.6));transform:scale(1.05)}.habilidades-carousel-item .item span{word-wrap:break-word;color:#d0d0d0;font-size:.8rem;line-height:1.1;margin-top:6px;max-width:100px;padding:0 2px;text-align:center}.carousel-indicators{bottom:-35px;display:flex;gap:10px;justify-content:center;left:0;margin-top:15px;position:absolute;right:0}.carousel-indicator{background:#d4af3740;border-radius:50%;cursor:pointer;height:10px;transition:all .25s ease;width:10px}.carousel-indicator:hover{background:#d4af3780;transform:scale(1.15)}.carousel-indicator.active{background:#f4d03f;box-shadow:0 0 8px #f4d03f66;transform:scale(1.2)}#habilidades-carousel-container:hover .habilidades-carousel-item[style*="opacity: 1"]{box-shadow:0 0 0 1.5px #d4af3733!important;transition:box-shadow .25s ease!important}.carrusel-instruccion{color:#aaa;font-size:1.6rem;font-weight:700;letter-spacing:.5px;margin:15px 0;text-align:center}@media (max-width:900px){.habilidades-carousel-item .skill-items{gap:18px 12px;grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){#habilidades-carousel-container{height:380px}.habilidades-carousel-item .skill-items{gap:16px 10px;grid-template-columns:repeat(4,1fr);max-height:220px;min-height:200px}.habilidades-carousel-item .item img{height:52px;width:65px}.habilidades-carousel-item .item{height:90px}.habilidades-carousel-item h3{font-size:1.3rem;margin-bottom:12px}.carrusel-instruccion{font-size:1.4rem}}@media (max-width:600px){.habilidades-carousel-item .skill-items{gap:14px 8px;grid-template-columns:repeat(4,1fr)}.habilidades-carousel-item .item img{height:48px;width:60px}.carrusel-instruccion{font-size:1.2rem}}@media (max-width:480px){#habilidades-carousel-container{height:360px}.habilidades-carousel-item .skill-items{gap:12px 6px;grid-template-columns:repeat(4,1fr);max-height:200px;min-height:180px}.habilidades-carousel-item .item img{height:44px;width:55px}.habilidades-carousel-item .item{height:85px}.habilidades-carousel-item .item span{font-size:.75rem;margin-top:5px}.habilidades-carousel-item h3{font-size:1.2rem;margin-bottom:10px}.carrusel-instruccion{font-size:1.1rem}}@media (max-width:400px){.habilidades-carousel-item .skill-items{gap:10px 4px;grid-template-columns:repeat(4,1fr)}.habilidades-carousel-item .item img{height:40px;width:50px}}@media (max-width:360px){#habilidades-carousel-container{height:340px}.habilidades-carousel-item .skill-items{max-height:190px;min-height:170px}.habilidades-carousel-item{padding:15px 10px}.carrusel-instruccion{font-size:1rem}}.experience-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0f172ad9,#1e293bd9);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 40px #0000004d,inset 0 1px 0 #ffffff1a;margin:40px auto;max-width:1200px;padding:50px 20px;position:relative}.experience-section .section-title{color:#fff;font-size:2.5rem;margin-bottom:10px;position:relative;text-align:center;text-shadow:0 2px 10px #0000004d}.experience-section .section-title:after{background:linear-gradient(90deg,#0000,#3b82f6,#0000);border-radius:3px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.experience-slider-instruction{color:#94a3b8;font-size:.9rem;font-style:italic;letter-spacing:.5px;margin-bottom:30px;text-align:center}.experience-slider-container{background:#0000;border-radius:16px;margin:0 auto;max-width:1000px;overflow:hidden;padding:20px;position:relative;width:100%}.experience-slider-track{animation:fadeIn .6s ease;display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.experience-slide{box-sizing:border-box;min-width:100%;padding:10px}.experience-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b99;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 15px 35px #0003,inset 0 1px 0 #ffffff0d;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:20px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.experience-card:before{background:linear-gradient(90deg,#0000,#3b82f6,#8b5cf6,#0000);content:"";height:2px;left:0;opacity:.6;position:absolute;right:0;top:0}.experience-card.highlight{border:1px solid #3b82f666;box-shadow:0 20px 40px #3b82f626,inset 0 1px 0 #ffffff0d}.experience-card.highlight:before{background:linear-gradient(90deg,#0000,#3b82f6,#60a5fa,#0000);opacity:.8}.experience-card:hover{border-color:#3b82f64d;box-shadow:0 25px 50px #0000004d,inset 0 1px 0 #ffffff1a;transform:translateY(-8px)}.experience-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;gap:25px;margin-bottom:30px;padding-bottom:25px}.experience-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:16px;box-shadow:0 8px 20px #3b82f64d;color:#fff;display:flex;font-size:2.8rem;height:70px;justify-content:center;overflow:hidden;position:relative;width:70px}.experience-icon:after{animation:shine 3s linear infinite;background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(45deg);width:200%}@keyframes shine{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.experience-card-title{color:#fff;font-size:1.8rem;font-weight:600;letter-spacing:.5px;margin:0}.experience-subtitle{color:#60a5fa;font-size:1.1rem;font-weight:500;letter-spacing:.3px;margin:8px 0}.experience-period{background:#1e293bcc;border:1px solid #ffffff1a;border-radius:25px;color:#cbd5e1;display:inline-block;font-size:.95rem;font-weight:500;padding:8px 20px}.experience-body{flex:1 1}.experience-intro{color:#e2e8f0;font-size:1.1rem;font-weight:300;line-height:1.7;margin-bottom:30px}.experience-section-subtitle{border-bottom:1px solid #ffffff1a;color:#fff;font-size:1.2rem;font-weight:600;margin:30px 0 20px;padding-bottom:12px;position:relative}.experience-section-subtitle:after{background:linear-gradient(90deg,#3b82f6,#0000);bottom:-1px;content:"";height:2px;left:0;position:absolute;width:50px}.experience-tasks{list-style:none;margin-bottom:30px;padding:0}.experience-tasks li{align-items:flex-start;background:#1e293bcc;border:1px solid #0000;border-radius:12px;display:flex;gap:15px;margin-bottom:18px;padding:16px;transition:all .3s ease}.experience-tasks li:hover{background:#1e293bf2;border-color:#3b82f64d;transform:translateX(8px)}.experience-tasks li span{font-size:1.3rem;margin-top:2px;min-width:24px}.academic-projects{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:30px}.project-column{background:#1e293bcc;border:1px solid #ffffff0d;border-radius:12px;padding:20px}.project-column h4{color:#60a5fa;font-size:1.2rem;font-weight:600;margin-bottom:15px}.project-column ul{list-style:none;padding:0}.project-column ul li{border-bottom:1px solid #ffffff0d;color:#cbd5e1;font-weight:300;padding:10px 0 10px 20px;position:relative}.project-column ul li:before{color:#3b82f6;content:"▸";font-size:.8rem;left:0;position:absolute}.project-column ul li:last-child{border-bottom:none}.tech-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.tech-tags span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f633,#8b5cf633);border:1px solid #3b82f633;border-radius:25px;color:#93c5fd;font-size:.9rem;font-weight:500;padding:10px 20px;transition:all .3s ease}.tech-tags span:hover{background:linear-gradient(135deg,#3b82f64d,#8b5cf64d);border-color:#3b82f666;box-shadow:0 5px 15px #3b82f633;color:#fff;transform:translateY(-3px)}.experience-slider-controls{gap:40px;margin-top:40px;padding:20px}.exp-slider-btn,.experience-slider-controls{align-items:center;display:flex;justify-content:center}.exp-slider-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bcc;border:1px solid #3b82f64d;border-radius:50%;color:#60a5fa;cursor:pointer;font-size:1.8rem;height:60px;overflow:hidden;position:relative;transition:all .3s ease;width:60px}.exp-slider-btn:before{background:linear-gradient(135deg,#3b82f61a,#0000);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.exp-slider-btn:hover{border-color:#3b82f6;box-shadow:0 10px 25px #3b82f64d;color:#fff;transform:scale(1.1)}.exp-slider-btn:hover:before{opacity:1}.exp-slider-btn:active{transform:scale(.95)}.exp-slider-indicators{display:flex;gap:20px}.exp-indicator{background:#0000;border:2px solid #3b82f680;border-radius:50%;cursor:pointer;height:14px;padding:0;position:relative;transition:all .3s ease;width:14px}.exp-indicator.active{background:#3b82f6;border-color:#3b82f6;box-shadow:0 0 15px #3b82f680;transform:scale(1.3)}.exp-indicator:before{background:#3b82f61a;border-radius:50%;bottom:-4px;content:"";left:-4px;opacity:0;position:absolute;right:-4px;top:-4px;transition:opacity .3s ease}.exp-indicator:hover{background:#3b82f64d;border-color:#3b82f6}.exp-indicator:hover:before{opacity:1}@keyframes pulse{0%{box-shadow:0 0 0 0 #3b82f666}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 0 0 #3b82f600}}.experience-card.highlight{animation:pulse 2s infinite}@keyframes fadeIn{0%{opacity:.8;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.experience-section{border-radius:16px;margin:20px 15px;padding:20px 10px}.experience-section .section-title{font-size:2rem}.experience-slider-container{padding:15px}.experience-card{padding:18px}.experience-header{flex-direction:column;gap:20px;padding-bottom:20px;text-align:center}.experience-icon{font-size:2.4rem;height:60px;width:60px}.experience-card-title{font-size:1.6rem}.experience-subtitle{font-size:1rem}.academic-projects{gap:20px;grid-template-columns:1fr}.project-column{padding:15px}.exp-slider-controls{gap:30px;margin-top:30px}.exp-slider-btn{font-size:1.5rem;height:50px;width:50px}.exp-slider-indicators{gap:15px}.exp-indicator{height:12px;width:12px}}@media (max-width:480px){.experience-section{margin:20px 10px;padding:25px 10px}.experience-section .section-title{font-size:1.8rem}.experience-slider-instruction{font-size:.8rem;padding:0 10px}.experience-card{padding:20px}.experience-icon{font-size:2rem;height:50px;width:50px}.experience-card-title{font-size:1.4rem}.experience-intro{font-size:1rem}.experience-tasks li{font-size:.9rem;gap:8px;margin-bottom:8px;padding:8px 10px}.tech-tags{gap:8px;justify-content:center}.tech-tags span{font-size:.85rem;padding:8px 16px}.exp-slider-controls{align-items:center;flex-direction:column;gap:20px}.exp-slider-btn{font-size:1.4rem;height:45px;width:45px}.exp-slider-indicators{margin-bottom:20px;order:-1}}.read-less-btn,.read-more-btn{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:1rem;font-weight:600;margin-left:5px;padding:0;transition:color .3s ease}.read-less-btn:hover,.read-more-btn:hover{color:#2563eb;text-decoration:underline}.read-less-btn{color:#6b7280;display:block;font-size:.9rem;margin-top:1rem}.read-less-btn:hover{color:#4b5563}.about-text p.about-description{line-height:1.6;transition:all .3s ease}.contact-section{background:#1e293b4d;margin-bottom:40px;padding:60px 20px}.contact-section .section-title{color:#fff;font-size:2rem;font-weight:600;margin-bottom:40px;text-align:center}.contact-form-container{background:#0d2b4e;border:1px solid #2a4a7a;border-radius:12px;box-shadow:0 2px 8px #0003;margin:0 auto;max-width:700px;padding:40px}.form-status{border-radius:8px;font-size:.9rem;margin-bottom:25px;padding:12px 16px;text-align:center}.form-status.success{background:#1e5a3a;border-left:4px solid #4caf50;color:#fff}.form-status.error{background:#8b3a3a;border-left:4px solid #f44336;color:#fff}.contact-form{gap:20px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:6px}.form-group label{color:#cde0ff;font-size:.85rem;font-weight:500}.form-group input,.form-group textarea{background:#0a1e36;border:1px solid #2a5a8a;border-radius:8px;color:#fff;font-family:inherit;font-size:.95rem;padding:12px 14px}.form-group input:focus,.form-group textarea:focus{background:#0d2240;border-color:#4a9eff;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#6a8ab0}.submit-btn{background:#2a6ec0;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:10px;padding:12px 24px}.submit-btn:disabled{background:#4a6a8a;cursor:not-allowed}@media (max-width:768px){.contact-form-container{padding:25px}.submit-btn{width:100%}}
/*# sourceMappingURL=main.28cd28a5.css.map*/