html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.header{--header-bg: #FFFFFF;--header-text: #000000;--header-text-secondary: #2E2E2E;--header-accent: #D4AF37;--header-link-hover: #1E3A8A;--header-shadow: rgba(0, 0, 0, .15);--header-shadow-scrolled: rgba(0, 0, 0, .2);--btn-gradient-start: #1E3A8A;--btn-gradient-end: #2B4CB3;--btn-hover-start: #2B4CB3;--btn-hover-end: #3D5FCC;--toggle-bars: #000000}.header[data-theme=dark]{--header-bg: #0A0A0A;--header-text: #FFFFFF;--header-text-secondary: #E0E0E0;--header-accent: #E6C04A;--header-link-hover: #3D5FCC;--header-shadow: rgba(0, 0, 0, .7);--header-shadow-scrolled: rgba(0, 0, 0, .8);--btn-gradient-start: #2B4CB3;--btn-gradient-end: #3D5FCC;--btn-hover-start: #3D5FCC;--btn-hover-end: #4A6FE6;--toggle-bars: #FFFFFF}.header{position:fixed;top:0;left:0;width:100%;background:var(--header-bg);padding:1rem 0;z-index:1000;transition:all .3s ease;box-shadow:0 10px 15px var(--header-shadow)}.header.header-scrolled{padding:.6rem 0;box-shadow:0 12px 18px var(--header-shadow-scrolled)}.header-container{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .3s ease}.header-logo-img{width:50px;height:50px;transition:all .3s ease}.header.header-scrolled .header-logo-img{width:42px;height:42px}.header-logo-text h1{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;margin:0;color:var(--header-text);transition:all .3s ease}.header.header-scrolled .header-logo-text h1{font-size:1.3rem}.header-logo-text span{display:block;font-size:.75rem;color:var(--header-accent);font-weight:600;letter-spacing:.5px;text-transform:uppercase;transition:all .3s ease}.header.header-scrolled .header-logo-text span{font-size:.7rem}.header-logo:hover .header-logo-text h1{color:var(--header-link-hover)}.header-nav{display:flex;gap:2rem;align-items:center}.header-link{font-family:Poppins,sans-serif;font-weight:500;color:var(--header-text-secondary);text-decoration:none;font-size:.95rem;transition:all .3s ease;position:relative;cursor:pointer}.header-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--header-link-hover);transition:width .3s ease}.header-link:hover{color:var(--header-link-hover)}.header-link:hover:after{width:100%}button.header-btn{background:linear-gradient(135deg,var(--btn-gradient-start) 0%,var(--btn-gradient-end) 100%);color:#fff;padding:.75rem 1.5rem;border-radius:9999px;font-family:Poppins,sans-serif;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #1e3a8a4d}button.header-btn:hover{background:linear-gradient(135deg,var(--btn-hover-start) 0%,var(--btn-hover-end) 100%);transform:translateY(-2px);box-shadow:0 10px 15px #1e3a8a66}.header.header-scrolled button.header-btn{padding:.65rem 1.35rem;font-size:.85rem}.header-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.header-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.header-toggle.active span:nth-child(2){opacity:0}.header-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:1024px){.header-toggle{display:flex}.header-nav{position:fixed;top:0;right:-100%;width:320px;height:100vh;background:var(--header-bg);flex-direction:column;justify-content:center;padding:2rem;gap:1.5rem;transition:right .3s ease;box-shadow:-5px 0 25px #0003}.header-nav.active{right:0}.header-link{font-size:1.125rem;width:100%;text-align:center}button.header-btn{width:100%}}@media(max-width:768px){.header-logo-img{width:45px;height:45px}.header.header-scrolled .header-logo-img{width:38px;height:38px}.header-logo-text h1{font-size:1.3rem}.header.header-scrolled .header-logo-text h1{font-size:1.15rem}.header-logo-text span{font-size:.7rem}.header.header-scrolled .header-logo-text span{font-size:.65rem}}@media(max-width:480px){.header-container{padding:0 1rem}.header-logo-img{width:40px;height:40px}.header.header-scrolled .header-logo-img{width:35px;height:35px}.header-logo-text h1{font-size:1.15rem}.header.header-scrolled .header-logo-text h1{font-size:1rem}.header-logo-text span{font-size:.65rem}.header.header-scrolled .header-logo-text span{font-size:.6rem}}.header[data-theme=dark] .header-logo-img{filter:invert(1) brightness(1.2)}.header-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;animation:fadeIn .3s ease}.header-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;position:relative;z-index:1001}.header-toggle span{width:26px;height:3px;background:var(--toggle-bars);transition:all .3s ease;border-radius:2px}.header-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px);background:var(--header-accent)}.header-toggle.active span:nth-child(2){opacity:0;transform:translate(20px)}.header-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px);background:var(--header-accent)}@media(max-width:1024px){.header-toggle{display:flex}.header-nav{position:fixed;top:0;right:-100%;width:320px;height:100vh;background:var(--header-bg);flex-direction:column;justify-content:center;padding:2rem;gap:1.5rem;transition:right .3s ease;box-shadow:-5px 0 25px #0003;z-index:1000}.header-nav.active{right:0}.header-link{font-size:1.125rem;width:100%;text-align:center;padding:.75rem 0}button.header-btn{width:100%;margin-top:1rem}}@media(max-width:480px){.header-nav{width:280px}}.hero{--hero-bg: #FFFFFF;--hero-text: #000000;--hero-subtitle: #5A5A5A;--blob-opacity: .08}.hero[data-theme=dark]{--hero-bg: #0A0A0A;--hero-text: #FFFFFF;--hero-subtitle: #B0B0B0;--blob-opacity: .15}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:var(--hero-bg);padding:6rem 0 4rem;overflow:hidden;transition:background-color .3s ease;width:100%;max-width:100%}.hero-container{max-width:1400px;margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:1.3fr .9fr;gap:5rem;align-items:center;position:relative;z-index:1;width:100%}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:var(--blob-opacity);pointer-events:none;z-index:0;animation:float 20s infinite ease-in-out;will-change:transform}.hero-blob-1{width:600px;height:600px;background:#2b4cb3;top:-200px;right:-100px;animation-delay:0s}.hero-blob-2{width:500px;height:500px;background:#1e3a8a;bottom:-150px;left:-150px;animation-delay:5s}.hero-blob-3{width:400px;height:400px;background:#3d5fcc;top:40%;left:5%;animation-delay:10s}.hero-blob-4{width:450px;height:450px;background:#2b4cb3;top:10%;left:45%;animation-delay:3s}.hero-blob-5{width:350px;height:350px;background:#1e3a8a;bottom:20%;right:10%;animation-delay:7s}.hero-blob-6{width:300px;height:300px;background:#2b4cb3;top:60%;right:35%;animation-delay:12s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-20px) scale(1.05)}66%{transform:translate(-15px,15px) scale(.95)}}.hero-content{display:flex;flex-direction:column;gap:2.5rem;position:relative;z-index:2}.hero-title{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);color:var(--hero-text);line-height:1.15;font-weight:700;margin:0;transition:color .3s ease}.hero-highlight{display:block;background:linear-gradient(135deg,#d4af37,#b8941f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:.75rem}.hero[data-theme=dark] .hero-highlight{background:linear-gradient(135deg,#e6c04a,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.375rem;color:var(--hero-subtitle);line-height:1.7;margin:0;font-weight:400;transition:color .3s ease}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1rem}.hero-btn{font-family:Poppins,sans-serif;display:flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;border-radius:9999px;font-size:1.0625rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.hero-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transition:width .6s,height .6s,top .6s,left .6s;transform:translate(-50%,-50%);z-index:0}.hero-btn:hover:before{width:300px;height:300px}.hero-btn span,.btn-icon{position:relative;z-index:1}.btn-icon{width:22px;height:22px}.hero-btn-primary{background:linear-gradient(135deg,#1e3a8a,#2b4cb3);color:#fff;border-color:#1e3a8a;box-shadow:0 6px 20px #1e3a8a4d}.hero[data-theme=dark] .hero-btn-primary{background:linear-gradient(135deg,#2b4cb3,#3d5fcc);border-color:#2b4cb3;box-shadow:0 6px 20px #2b4cb366}.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #1e3a8a66}.hero[data-theme=dark] .hero-btn-primary:hover{box-shadow:0 10px 30px #2b4cb380}.hero-btn-outline{background:transparent;color:#1e3a8a;border-color:#1e3a8a;border-width:2px}.hero[data-theme=dark] .hero-btn-outline{color:#3d5fcc;border-color:#3d5fcc}.hero-btn-outline:hover{background:#1e3a8a;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #1e3a8a4d}.hero[data-theme=dark] .hero-btn-outline:hover{background:#2b4cb3;color:#fff;box-shadow:0 6px 20px #2b4cb366}.hero-image-wrapper{position:relative;max-width:550px;margin:0 auto;z-index:2}.hero-image{position:relative;width:100%;aspect-ratio:3/4;border-radius:20px;overflow:hidden;box-shadow:0 30px 60px #0003;transition:all .4s ease}.hero[data-theme=dark] .hero-image{box-shadow:0 30px 60px #0009}.hero-image:hover{transform:translateY(-10px);box-shadow:0 40px 80px #00000040}.hero[data-theme=dark] .hero-image:hover{box-shadow:0 40px 80px #000000b3}.hero-image-photo{width:100%;height:100%;object-fit:cover;display:block}.hero-image-photo.loading{opacity:0}.hero-image-photo.loaded{opacity:1;transition:opacity .6s ease}.hero-image-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#1e3a8a1a 25%,#1e3a8a33,#1e3a8a1a 75%);background-size:200% 100%;animation:heroLoading 1.5s infinite;border-radius:20px}@keyframes heroLoading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1200px){.hero-container{padding:0 2rem;gap:4rem}.hero-blob{filter:blur(60px)}}@media(max-width:968px){.hero{padding:5rem 0 3rem;min-height:auto}.hero-container{grid-template-columns:1fr;gap:4rem;padding:0 1.5rem;max-width:100%}.hero-image-wrapper{order:-1;max-width:450px}.hero-content{text-align:center;align-items:center}.hero-buttons{justify-content:center}.hero-blob{filter:blur(50px)}.hero-image:hover{transform:none}}@media(max-width:640px){.hero{padding:4.5rem 0 2.5rem}.hero-container{padding:0 1rem;gap:3rem}.hero-image-wrapper{max-width:100%}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.hero-buttons{flex-direction:column;width:100%;gap:1rem}.hero-btn{width:100%;justify-content:center;padding:1.125rem 2rem;font-size:1rem}.hero-blob-1,.hero-blob-3,.hero-blob-5{display:none}.hero-blob{filter:blur(40px);opacity:.06}}@media(max-width:480px){.hero-container{padding:0 .875rem}.hero-title{font-size:2rem}}.about-section{--about-bg: #FFFFFF;--about-text: #000000;--about-text-secondary: #3A3A3A;--about-text-muted: #5A5A5A;--about-accent: #D4AF37;--about-accent-light: #E6C04A;--about-link: #1E3A8A;--about-link-hover: #5A7FE6;--about-border: rgba(0, 0, 0, .1);--about-shadow: rgba(0, 0, 0, .2);--about-shadow-hover: rgba(0, 0, 0, .25)}.about-section[data-theme=dark]{--about-bg: #0A0A0A;--about-text: #FFFFFF;--about-text-secondary: #E0E0E0;--about-text-muted: #B0B0B0;--about-accent: #E6C04A;--about-accent-light: #F5D76E;--about-link: #5A7FE6;--about-link-hover: #7A9FFF;--about-border: rgba(255, 255, 255, .1);--about-shadow: rgba(0, 0, 0, .6);--about-shadow-hover: rgba(0, 0, 0, .7)}.about-section{padding:5rem 0;background:var(--about-bg);transition:background-color .3s ease;width:100%;max-width:100%}.about-container{max-width:1280px;margin:0 auto;padding:0 2rem;width:100%}.about-header{text-align:center;margin-bottom:5rem}.about-main-title{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);color:var(--about-text);margin:0 0 1.5rem;font-weight:700;transition:color .3s ease}.about-divider{width:100px;height:4px;background:linear-gradient(90deg,transparent,var(--about-accent),transparent);margin:0 auto 2rem}.about-lead{font-family:Playfair Display,serif;font-size:1.375rem;color:var(--about-accent);font-weight:600;font-style:italic;margin:0}.about-content{display:grid;grid-template-columns:400px 1fr;gap:6rem;align-items:start;margin-bottom:6rem}.about-image-wrapper{position:relative;max-width:400px;margin:0 auto;position:sticky;top:120px}.about-doctor-image{position:relative;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;border-radius:20px;box-shadow:0 30px 60px var(--about-shadow);display:block;z-index:1;transition:all .4s ease}.about-doctor-image:hover{transform:translateY(-10px);box-shadow:0 40px 80px var(--about-shadow-hover)}.about-text-content{display:flex;flex-direction:column;gap:4rem}.about-intro p{font-size:1.1875rem;color:var(--about-text-secondary);line-height:2;margin:0;transition:color .3s ease}.about-intro strong{color:var(--about-link);font-weight:600}.about-philosophy h3{font-family:Poppins,sans-serif;font-size:2rem;color:var(--about-text);margin:0 0 1.5rem;font-weight:700;position:relative;padding-left:2rem;transition:color .3s ease}.about-philosophy h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:50px;background:linear-gradient(180deg,var(--about-accent),#B8941F);border-radius:3px}.about-philosophy em{display:block;font-family:Playfair Display,serif;font-size:1.375rem;color:var(--about-link);font-style:italic;margin-bottom:1.5rem;line-height:1.8;padding-left:2rem;border-left:4px solid var(--about-accent);transition:color .3s ease}.about-philosophy p{font-size:1.0625rem;color:var(--about-text-muted);line-height:1.9;margin:0;transition:color .3s ease}.about-specialties h3{font-family:Poppins,sans-serif;font-size:2rem;color:var(--about-text);margin:0 0 2rem;font-weight:700;position:relative;padding-left:2rem;transition:color .3s ease}.about-specialties h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:50px;background:linear-gradient(180deg,var(--about-accent),#B8941F);border-radius:3px}.about-specialties ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.about-specialties li{font-size:1.0625rem;color:var(--about-text-secondary);padding-left:2rem;position:relative;line-height:1.7;transition:all .3s ease}.about-specialties li:before{content:"✓";position:absolute;left:0;top:0;color:var(--about-accent);font-weight:700;font-size:1.25rem}.about-specialties li:hover{color:var(--about-link-hover);transform:translate(5px)}.about-clinic,.about-personal,.about-fuentesqueen{margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid var(--about-border)}.about-fuentesqueen{border-bottom:none}.about-clinic h3,.about-personal h3,.about-fuentesqueen h3{font-family:Poppins,sans-serif;font-size:2.125rem;color:var(--about-text);margin:0 0 2rem;font-weight:700;position:relative;padding-left:2rem;transition:color .3s ease}.about-clinic h3:before,.about-personal h3:before,.about-fuentesqueen h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:55px;background:linear-gradient(180deg,var(--about-accent),#B8941F);border-radius:3px}.about-clinic p,.about-personal p,.about-fuentesqueen p{font-size:1.125rem;color:var(--about-text-secondary);line-height:2;margin:0 0 1.5rem;transition:color .3s ease}.about-clinic p:last-child,.about-personal p:last-child,.about-fuentesqueen p:last-child{margin-bottom:0}.about-clinic strong,.about-personal strong,.about-fuentesqueen strong{color:var(--about-link);font-weight:600}.about-message{text-align:center;padding:4rem 3rem;max-width:1000px;margin:0 auto;position:relative}.about-message:before{content:'"';position:absolute;top:0;left:50%;transform:translate(-50%);font-family:Playfair Display,serif;font-size:8rem;color:var(--about-accent);opacity:.1;line-height:1}.about-message blockquote{margin:0;padding:0;border:none;position:relative;z-index:1}.about-message blockquote p{font-family:Playfair Display,serif;font-size:1.625rem;color:var(--about-link);line-height:1.8;margin:0 0 .75rem;font-style:italic;font-weight:500;transition:color .3s ease}.about-message blockquote p:last-of-type{margin-bottom:2.5rem}.about-message cite{font-family:Poppins,sans-serif;font-size:1.25rem;color:var(--about-accent);font-weight:600;font-style:normal;display:block}@media(max-width:1024px){.about-content{grid-template-columns:1fr;gap:4rem}.about-image-wrapper{max-width:400px;position:static}}@media(max-width:968px){.about-section{padding:4rem 0}.about-container{padding:0 1.5rem;max-width:100%}.about-header{margin-bottom:4rem}.about-content{gap:3rem;margin-bottom:4rem}.about-image-wrapper{max-width:350px}.about-specialties ul{grid-template-columns:1fr}.about-text-content{gap:3rem}}@media(max-width:640px){.about-section{padding:3rem 0}.about-container{padding:0 1rem;max-width:100%}.about-header{margin-bottom:3rem}.about-main-title{font-size:2rem}.about-lead{font-size:1.125rem}.about-content{gap:2.5rem;margin-bottom:3rem}.about-image-wrapper{max-width:100%}.about-text-content{gap:2.5rem}.about-intro p{font-size:1rem}.about-philosophy h3,.about-specialties h3,.about-clinic h3,.about-personal h3,.about-fuentesqueen h3{font-size:1.5rem;padding-left:1.5rem}.about-philosophy h3:before,.about-specialties h3:before,.about-clinic h3:before,.about-personal h3:before,.about-fuentesqueen h3:before{height:40px;width:5px}.about-philosophy em{font-size:1.125rem;padding-left:1.5rem;border-left-width:3px}.about-specialties li{font-size:.9375rem;padding-left:1.75rem}.about-clinic p,.about-personal p,.about-fuentesqueen p{font-size:1rem}.about-message{padding:3rem 1.5rem}.about-message:before{font-size:6rem}.about-message blockquote p{font-size:1.25rem}.about-message cite{font-size:1.125rem}}@media(max-width:480px){.about-container{padding:0 .875rem}.about-philosophy h3,.about-specialties h3,.about-clinic h3,.about-personal h3,.about-fuentesqueen h3{padding-left:1.25rem;font-size:1.375rem}.about-philosophy h3:before,.about-specialties h3:before,.about-clinic h3:before,.about-personal h3:before,.about-fuentesqueen h3:before{width:4px;height:35px}.about-message{padding:2rem 1rem}.about-message blockquote p{font-size:1.125rem}.about-intro p{font-size:.9375rem}}.services-section{--services-bg: #FFFFFF;--services-card-bg: #FFFFFF;--services-card-border: #F7F7F7;--services-text: #000000;--services-text-secondary: #5A5A5A;--services-accent: #1E3A8A;--services-accent-hover: #2B4CB3;--services-accent-light: rgba(30, 58, 138, .1);--services-shadow: rgba(30, 58, 138, .15)}.services-section[data-theme=dark]{--services-bg: #0A0A0A;--services-card-bg: #1A1A1A;--services-card-border: #2A2A2A;--services-text: #FFFFFF;--services-text-secondary: #B0B0B0;--services-accent: #3D5FCC;--services-accent-hover: #5A7FE6;--services-accent-light: rgba(61, 95, 204, .15);--services-shadow: rgba(61, 95, 204, .2)}.services-section{padding:5rem 0;background:var(--services-bg);transition:background-color .3s ease;width:100%;max-width:100%}.services-container{max-width:1280px;margin:0 auto;padding:0 2rem;width:100%}.services-header{text-align:center;margin-bottom:4rem}.services-main-title{font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);color:var(--services-text);margin:0 0 1rem;font-weight:700;transition:color .3s ease}.services-divider{width:80px;height:4px;background:var(--services-accent);margin:0 auto 1.5rem;transition:background-color .3s ease}.services-subtitle{font-size:1.125rem;color:var(--services-text-secondary);max-width:700px;margin:0 auto;line-height:1.6;transition:color .3s ease}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background:var(--services-card-bg);padding:2.5rem 2rem;border-radius:16px;border:2px solid var(--services-card-border);text-align:center;transition:all .3s ease;cursor:pointer}.service-card:hover{border-color:var(--services-accent);transform:translateY(-8px);box-shadow:0 12px 24px var(--services-shadow)}.service-icon{width:64px;height:64px;background:var(--services-accent-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--services-accent);margin:0 auto 1.5rem;transition:all .3s ease}.service-card:hover .service-icon{background:var(--services-accent);color:#fff;transform:scale(1.1)}.service-icon svg{width:32px;height:32px}.service-title{font-family:Poppins,sans-serif;font-size:1.5rem;color:var(--services-text);margin:0 0 1rem;font-weight:600;transition:color .3s ease}.service-description{font-size:1rem;color:var(--services-text-secondary);line-height:1.7;margin:0;transition:color .3s ease}@media(max-width:968px){.services-section{padding:4rem 0}.services-container{padding:0 1.5rem;max-width:100%}.services-header{margin-bottom:3rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem 1.5rem}}@media(max-width:640px){.services-section{padding:3rem 0}.services-container{padding:0 1rem;max-width:100%}.services-header{margin-bottom:2.5rem;padding:0 .5rem}.services-main-title{font-size:1.875rem;word-break:break-word}.services-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr;gap:1.25rem}.service-card{padding:1.75rem 1rem;margin:0}.service-icon{width:56px;height:56px}.service-icon svg{width:28px;height:28px}.service-title{font-size:1.125rem;word-break:break-word}.service-description{font-size:.9375rem}}@media(max-width:480px){.services-container{padding:0 .875rem}.services-header{padding:0 .25rem}.service-card{padding:1.5rem .875rem}.service-icon{width:52px;height:52px}.service-icon svg{width:26px;height:26px}.service-title{font-size:1.0625rem}.service-description{font-size:.875rem;line-height:1.6}}.certifications-section{--cert-bg: #F7F7F7;--cert-card-bg: #FFFFFF;--cert-text: #000000;--cert-text-secondary: #5A5A5A;--cert-accent: #D4AF37;--cert-accent-hover: #c29d2a;--cert-overlay: rgba(0, 0, 0, .75);--cert-nav-bg: #D4AF37;--cert-nav-text: #000000;--cert-dot-inactive: #E0E0E0}.certifications-section[data-theme=dark]{--cert-bg: #0F0F0F;--cert-card-bg: #1A1A1A;--cert-text: #FFFFFF;--cert-text-secondary: #B0B0B0;--cert-accent: #E6C04A;--cert-accent-hover: #F5D76E;--cert-overlay: rgba(0, 0, 0, .85);--cert-nav-bg: #E6C04A;--cert-nav-text: #000000;--cert-dot-inactive: #404040}.certifications-section{padding:5rem 0;background:var(--cert-bg);transition:background-color .3s ease;width:100%;max-width:100%}.certifications-container{max-width:100%;margin:0 auto;padding:0;width:100%}.certifications-header{text-align:center;margin-bottom:4rem;padding:0 2rem}.certifications-main-title{font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);color:var(--cert-text);margin:0 0 1rem;font-weight:700;transition:color .3s ease}.certifications-divider{width:80px;height:4px;background:var(--cert-accent);margin:0 auto 1.5rem}.certifications-subtitle{font-size:1.125rem;color:var(--cert-text-secondary);max-width:700px;margin:0 auto;line-height:1.6;transition:color .3s ease}.carousel-wrapper{position:relative;width:100%}.carousel-track-container{overflow:hidden;background:var(--cert-card-bg);transition:background-color .3s ease}.carousel-track{position:relative;width:100%;height:600px;background:var(--cert-card-bg);transition:background-color .3s ease}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .6s ease-in-out;cursor:pointer}.carousel-cert-image{width:100%;height:100%;object-fit:contain;display:block;padding:2rem}.carousel-cert-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--cert-overlay);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:all .3s ease}.carousel-slide:hover .carousel-cert-overlay{opacity:1}.carousel-cert-overlay svg{width:56px;height:56px;color:var(--cert-accent)}.carousel-cert-overlay span{color:#fff;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600}.carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:var(--cert-nav-bg);color:var(--cert-nav-text);border:none;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 12px #0003}.carousel-nav-btn:hover{background:var(--cert-accent-hover);transform:translateY(-50%) scale(1.1)}.carousel-nav-btn svg{width:28px;height:28px}.prev-btn{left:2rem}.next-btn{right:2rem}.carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem;padding:0 2rem}.carousel-dot{width:12px;height:12px;background:var(--cert-dot-inactive);border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:var(--cert-accent-hover)}.carousel-dot.active{background:var(--cert-accent);width:36px;border-radius:6px}.cert-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;cursor:pointer;animation:fadeIn .3s ease}.cert-lightbox-close{position:fixed;top:1.5rem;right:1.5rem;background:var(--cert-nav-bg);color:var(--cert-nav-text);border:none;width:50px;height:50px;border-radius:50%;font-size:1.75rem;font-weight:700;cursor:pointer;transition:all .3s ease;z-index:10000;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 4px 12px #0000004d}.cert-lightbox-close:hover{background:var(--cert-accent-hover);transform:scale(1.1)}.cert-lightbox-content{max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center;cursor:default}.cert-lightbox-content img{max-width:100%;max-height:95vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080}@media(max-width:968px){.certifications-section{padding:4rem 0}.certifications-header{margin-bottom:3rem;padding:0 1.5rem}.carousel-track{height:500px}.carousel-nav-btn{width:50px;height:50px}.prev-btn{left:1.5rem}.next-btn{right:1.5rem}.cert-lightbox{padding:.75rem}.cert-lightbox-close{top:1rem;right:1rem;width:46px;height:46px;font-size:1.5rem}.cert-lightbox-content{max-width:96vw;max-height:96vh}.cert-lightbox-content img{max-height:90vh}}@media(max-width:640px){.certifications-section{padding:3rem 0}.certifications-header{margin-bottom:2.5rem;padding:0 1rem}.certifications-main-title{font-size:1.875rem}.certifications-subtitle{font-size:1rem}.carousel-track{height:450px}.carousel-cert-image{padding:1.5rem}.carousel-nav-btn{width:44px;height:44px}.carousel-nav-btn svg{width:24px;height:24px}.prev-btn{left:1rem}.next-btn{right:1rem}.carousel-cert-overlay svg{width:48px;height:48px}.carousel-cert-overlay span{font-size:1rem}.carousel-dots{padding:0 1rem;gap:.5rem}.carousel-dot{width:10px;height:10px}.carousel-dot.active{width:30px}.cert-lightbox{padding:.5rem}.cert-lightbox-close{top:.75rem;right:.75rem;width:42px;height:42px;font-size:1.25rem}.cert-lightbox-content{max-width:98vw;max-height:98vh}.cert-lightbox-content img{max-height:85vh;border-radius:6px}}@media(max-width:480px){.certifications-header{padding:0 .875rem}.carousel-track{height:400px}.carousel-cert-image{padding:1rem}.carousel-nav-btn{width:40px;height:40px}.carousel-nav-btn svg{width:20px;height:20px}.prev-btn{left:.5rem}.next-btn{right:.5rem}.carousel-dots{padding:0 .875rem;gap:.375rem}.carousel-dot{width:8px;height:8px}.carousel-dot.active{width:24px}.carousel-cert-overlay svg{width:40px;height:40px}.carousel-cert-overlay span{font-size:.9375rem}.cert-lightbox{padding:.25rem}.cert-lightbox-close{top:.5rem;right:.5rem;width:38px;height:38px;font-size:1.125rem}.cert-lightbox-content img{max-height:80vh;border-radius:4px}}.gallery-section{--gallery-bg: #F7F7F7;--gallery-card-bg: #FFFFFF;--gallery-text: #000000;--gallery-text-secondary: #5A5A5A;--gallery-text-tertiary: #3A3A3A;--gallery-accent: #1E3A8A;--gallery-accent-hover: #2B4CB3;--gallery-accent-light: rgba(30, 58, 138, .1);--gallery-border: #E0E0E0;--gallery-overlay: rgba(0, 0, 0, .7);--gallery-skeleton-base: #f0f0f0;--gallery-skeleton-highlight: #e0e0e0}.gallery-section[data-theme=dark]{--gallery-bg: #0F0F0F;--gallery-card-bg: #1A1A1A;--gallery-text: #FFFFFF;--gallery-text-secondary: #B0B0B0;--gallery-text-tertiary: #E0E0E0;--gallery-accent: #3D5FCC;--gallery-accent-hover: #5A7FE6;--gallery-accent-light: rgba(61, 95, 204, .15);--gallery-border: #404040;--gallery-overlay: rgba(0, 0, 0, .85);--gallery-skeleton-base: #2A2A2A;--gallery-skeleton-highlight: #3A3A3A}.gallery-section{padding:5rem 0;background:var(--gallery-bg);transition:background-color .3s ease;width:100%;max-width:100%}.gallery-container{max-width:1280px;margin:0 auto;padding:0 2rem;width:100%}.gallery-header{text-align:center;margin-bottom:3rem}.gallery-main-title{font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);color:var(--gallery-text);margin:0 0 1rem;font-weight:700;transition:color .3s ease}.gallery-divider{width:80px;height:4px;background:var(--gallery-accent);margin:0 auto 1.5rem;transition:background-color .3s ease}.gallery-subtitle{font-size:1.125rem;color:var(--gallery-text-secondary);max-width:700px;margin:0 auto;line-height:1.6;transition:color .3s ease}.gallery-filters{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:3rem;padding:0 1rem}.gallery-filter-btn{font-family:Poppins,sans-serif;background:var(--gallery-card-bg);color:var(--gallery-text-tertiary);padding:.75rem 1.5rem;border:2px solid var(--gallery-border);border-radius:9999px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:fit-content}.gallery-filter-btn:hover{border-color:var(--gallery-accent);color:var(--gallery-text)}.gallery-filter-btn.active{background:var(--gallery-accent);color:#fff;border-color:var(--gallery-accent);font-weight:600}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.gallery-item{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;aspect-ratio:3/4;background:var(--gallery-card-bg)}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000026}.gallery-image{width:100%;height:100%;object-fit:cover;display:block}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gallery-overlay);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-view-text{color:var(--gallery-accent);font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600}.lazy-image-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.gallery-image.loading{opacity:0;filter:blur(10px);transition:opacity .5s ease,filter .5s ease}.gallery-image.loaded{opacity:1;filter:blur(0)}.image-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,var(--gallery-skeleton-base) 25%,var(--gallery-skeleton-highlight) 50%,var(--gallery-skeleton-base) 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin:3rem 0 2rem;flex-wrap:wrap}.pagination-btn{font-family:Poppins,sans-serif;display:flex;align-items:center;gap:.5rem;background:var(--gallery-card-bg);color:var(--gallery-text-tertiary);padding:.75rem 1.5rem;border:2px solid var(--gallery-border);border-radius:9999px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .3s ease}.pagination-btn:hover:not(:disabled){border-color:var(--gallery-accent);color:var(--gallery-text);background:var(--gallery-accent-light)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-btn svg{width:18px;height:18px}.pagination-numbers{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.pagination-number{width:44px;height:44px;background:var(--gallery-card-bg);color:var(--gallery-text-tertiary);border:2px solid var(--gallery-border);border-radius:50%;font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.pagination-number:hover{border-color:var(--gallery-accent);color:var(--gallery-text);background:var(--gallery-accent-light)}.pagination-number.active{background:var(--gallery-accent);color:#fff;border-color:var(--gallery-accent);font-weight:600}.gallery-disclaimer{background:var(--gallery-card-bg);padding:1.5rem 2rem;border-radius:12px;border-left:4px solid var(--gallery-accent);text-align:center;transition:background-color .3s ease}.gallery-disclaimer p{font-size:.9375rem;color:var(--gallery-text-secondary);line-height:1.6;margin:0;transition:color .3s ease}.gallery-disclaimer strong{color:var(--gallery-text);font-weight:600}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{position:relative;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center}.lightbox-content img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px #00000080}.lightbox-title{color:#fff;font-family:Poppins,sans-serif;font-size:1.125rem;margin-top:1.5rem;text-align:center}.lightbox-close{position:absolute;top:-3rem;right:0;background:var(--gallery-accent);color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;line-height:1}.lightbox-close:hover{background:var(--gallery-accent-hover);transform:scale(1.1)}@media(max-width:968px){.gallery-section{padding:4rem 0}.gallery-container{padding:0 1.5rem;max-width:100%}.gallery-header,.gallery-filters{margin-bottom:2.5rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media(max-width:640px){.gallery-section{padding:3rem 0}.gallery-container{padding:0 1rem;max-width:100%}.gallery-header{margin-bottom:2.5rem}.gallery-main-title{font-size:1.875rem}.gallery-subtitle{font-size:1rem}.gallery-filters{gap:.5rem;margin-bottom:2rem;padding:0 .5rem}.gallery-filter-btn{padding:.625rem 1rem;font-size:.8125rem}.gallery-grid{grid-template-columns:1fr;gap:1.25rem}.gallery-disclaimer{padding:1.25rem 1rem;margin:0}.gallery-disclaimer p{font-size:.8125rem}.lightbox{padding:1rem}.lightbox-close{top:-2.5rem}.gallery-pagination{gap:.75rem}.pagination-btn{padding:.625rem 1.25rem;font-size:.875rem}.pagination-btn svg{width:16px;height:16px}.pagination-numbers{gap:.375rem}.pagination-number{width:40px;height:40px;font-size:.875rem}}@media(max-width:480px){.gallery-container{padding:0 .875rem}.gallery-filters{flex-direction:column;align-items:stretch;padding:0 .25rem}.gallery-filter-btn{width:100%;text-align:center;padding:.75rem 1rem}.pagination-btn span{display:none}.pagination-btn{padding:.625rem;width:44px;height:44px;justify-content:center}.pagination-number{width:36px;height:36px;font-size:.8125rem}}.testimonials-section{--testimonials-bg: #FFFFFF;--testimonials-card-bg: #F7F7F7;--testimonials-text: #000000;--testimonials-text-secondary: #3A3A3A;--testimonials-text-muted: #5A5A5A;--testimonials-accent: #1E3A8A;--testimonials-accent-gradient: linear-gradient(135deg, #1E3A8A 0%, #2B4CB3 100%);--testimonials-border: #E0E0E0;--testimonials-play-bg: rgba(212, 175, 55, .9);--testimonials-play-text: #000000}.testimonials-section[data-theme=dark]{--testimonials-bg: #0A0A0A;--testimonials-card-bg: #1A1A1A;--testimonials-text: #FFFFFF;--testimonials-text-secondary: #E0E0E0;--testimonials-text-muted: #B0B0B0;--testimonials-accent: #3D5FCC;--testimonials-accent-gradient: linear-gradient(135deg, #2B4CB3 0%, #3D5FCC 100%);--testimonials-border: #404040;--testimonials-play-bg: rgba(230, 192, 74, .9);--testimonials-play-text: #000000}.testimonials-section{padding:5rem 0;background:var(--testimonials-bg);transition:background-color .3s ease;width:100%;max-width:100%}.testimonials-container{max-width:1280px;margin:0 auto;padding:0 2rem;width:100%}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-main-title{font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);color:var(--testimonials-text);margin:0 0 1rem;font-weight:700;transition:color .3s ease}.testimonials-divider{width:80px;height:4px;background:var(--testimonials-accent);margin:0 auto 1.5rem;transition:background-color .3s ease}.testimonials-subtitle{font-size:1.125rem;color:var(--testimonials-text-muted);max-width:700px;margin:0 auto;line-height:1.6;transition:color .3s ease}.video-testimonials-section{margin-bottom:5rem}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.video-card{border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;background:#000}.video-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000026}.video-wrapper{width:100%;height:100%;position:relative}.video-player{width:100%;height:100%;aspect-ratio:16/9;display:block;background:#000}.video-placeholder{width:100%;aspect-ratio:16/9;background:var(--testimonials-accent-gradient);display:flex;align-items:center;justify-content:center;border-radius:16px}.video-play-icon{width:80px;height:80px;background:var(--testimonials-play-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--testimonials-play-text);transition:transform .3s ease}.video-placeholder:hover .video-play-icon{transform:scale(1.1)}.written-testimonials-section{margin-top:5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.testimonial-card{background:var(--testimonials-card-bg);padding:2.5rem;border-radius:16px;border-left:4px solid var(--testimonials-accent);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.testimonial-stars{margin-bottom:1.25rem;display:flex;gap:.375rem;align-items:center}.star-icon{width:24px;height:24px;color:#d4af37;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(212,175,55,.3))}.testimonials-section[data-theme=dark] .star-icon{color:#e6c04a;filter:drop-shadow(0 2px 4px rgba(230,192,74,.4))}.testimonial-card:hover .star-icon{transform:scale(1.1);filter:drop-shadow(0 3px 6px rgba(212,175,55,.5))}.testimonials-section[data-theme=dark] .testimonial-card:hover .star-icon{filter:drop-shadow(0 3px 6px rgba(230,192,74,.6))}.testimonial-text{font-family:Playfair Display,serif;font-size:1.125rem;font-style:italic;color:var(--testimonials-text-secondary);line-height:1.8;margin:0 0 1.75rem;transition:color .3s ease}.testimonial-author{padding-top:1.25rem;border-top:1px solid var(--testimonials-border);transition:border-color .3s ease}.author-name{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600;color:var(--testimonials-text);margin:0 0 .25rem;transition:color .3s ease}.author-location{font-size:.9375rem;color:var(--testimonials-text-muted);transition:color .3s ease}@media(max-width:968px){.testimonials-section{padding:4rem 0}.testimonials-container{padding:0 1.5rem;max-width:100%}.testimonials-header{margin-bottom:3rem}.video-testimonials-section{margin-bottom:4rem}.written-testimonials-section{margin-top:4rem}.video-grid,.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:640px){.testimonials-section{padding:3rem 0}.testimonials-container{padding:0 1rem;max-width:100%}.testimonials-header{margin-bottom:2.5rem}.testimonials-main-title{font-size:1.875rem}.testimonials-subtitle{font-size:1rem}.video-grid{grid-template-columns:1fr;gap:1.25rem}.testimonials-grid{gap:1.25rem}.testimonial-card{padding:2rem 1.5rem}.testimonial-text,.author-name{font-size:1rem}.author-location{font-size:.875rem}.video-play-icon{width:64px;height:64px;font-size:1.75rem}.star-icon{width:20px;height:20px}}@media(max-width:480px){.testimonials-container{padding:0 .875rem}.testimonial-card{padding:1.5rem 1rem}.testimonial-stars{gap:.25rem;margin-bottom:1rem}.star-icon{width:18px;height:18px}.testimonial-text{font-size:.9375rem}.video-play-icon{width:56px;height:56px;font-size:1.5rem}}.contact-section{--contact-bg: #FFFFFF;--contact-form-bg: #F7F7F7;--contact-input-bg: #FFFFFF;--contact-text: #000000;--contact-text-secondary: #5A5A5A;--contact-accent: #1E3A8A;--contact-accent-hover: #2B4CB3;--contact-border: #E0E0E0;--contact-whatsapp: #25D366;--contact-whatsapp-hover: #20BA5A}.contact-section[data-theme=dark]{--contact-bg: #0A0A0A;--contact-form-bg: #1A1A1A;--contact-input-bg: #2A2A2A;--contact-text: #FFFFFF;--contact-text-secondary: #B0B0B0;--contact-accent: #3D5FCC;--contact-accent-hover: #5A7FE6;--contact-border: #404040;--contact-whatsapp: #25D366;--contact-whatsapp-hover: #20BA5A}.contact-section{padding:5rem 0;background:var(--contact-bg);transition:background-color .3s ease;width:100%!important;max-width:100%!important;margin:0!important;box-sizing:border-box!important;overflow-x:hidden!important}.contact-section *{box-sizing:border-box}.contact-container{max-width:1280px!important;margin:0 auto!important;padding:0 2rem!important;width:100%!important;box-sizing:border-box!important}.contact-header{text-align:center;margin-bottom:4rem}.contact-main-title{font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);color:var(--contact-text);margin:0 0 1rem;font-weight:700;transition:color .3s ease}.contact-divider{width:80px;height:4px;background:var(--contact-accent);margin:0 auto 1.5rem;transition:background-color .3s ease}.contact-subtitle{font-size:1.125rem;color:var(--contact-text-secondary);max-width:600px;margin:0 auto;line-height:1.6;transition:color .3s ease}.contact-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;width:100%}.contact-form-container{background:var(--contact-form-bg);padding:3rem;border-radius:16px;box-shadow:0 4px 6px #0000001a;transition:background-color .3s ease;width:100%}.contact-form{display:flex;flex-direction:column;gap:1.5rem;width:100%}.form-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.form-group label{font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:600;color:var(--contact-text);transition:color .3s ease}.form-group input,.form-group select,.form-group textarea{font-family:Open Sans,sans-serif;padding:.875rem 1.25rem;border:2px solid var(--contact-border);border-radius:8px;font-size:1rem;background:var(--contact-input-bg);color:var(--contact-text);transition:all .3s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--contact-text-secondary);opacity:.7}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--contact-accent);box-shadow:0 0 0 3px #1e3a8a1a}.contact-section[data-theme=dark] .form-group input:focus,.contact-section[data-theme=dark] .form-group select:focus,.contact-section[data-theme=dark] .form-group textarea:focus{box-shadow:0 0 0 3px #3d5fcc33}.form-group textarea{resize:vertical;min-height:120px}.form-group select{cursor:pointer}.contact-submit-btn{font-family:Poppins,sans-serif;background:var(--contact-whatsapp);color:#fff;padding:1.25rem 2.5rem;border:none;border-radius:9999px;font-size:1.0625rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;display:flex;align-items:center;justify-content:center;gap:.75rem}.contact-submit-btn:hover{background:var(--contact-whatsapp-hover);transform:translateY(-2px);box-shadow:0 8px 12px #00000026}.contact-submit-btn:active{transform:translateY(0)}.btn-whatsapp-icon{width:24px;height:24px}.contact-map-wrapper{position:relative!important;width:100%!important;padding-bottom:75%!important;height:0!important;overflow:hidden!important;margin:0!important}.google-map{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.google-map iframe{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;border:0!important;display:block!important;filter:grayscale(0%);transition:filter .3s ease}.contact-section[data-theme=dark] .google-map iframe{filter:brightness(.8) contrast(1.2)}@media(max-width:968px){.contact-section{padding:4rem 0!important}.contact-container{padding:0 1.5rem!important;max-width:100%!important}.contact-header{margin-bottom:3rem}.contact-content-grid{grid-template-columns:1fr;gap:2.5rem}.contact-form-container{padding:2.5rem 2rem}.contact-map-wrapper{padding-bottom:60%!important}}@media(max-width:640px){.contact-section{padding:3rem 0!important}.contact-container{padding:0 1rem!important;max-width:100%!important}.contact-header{margin-bottom:2.5rem}.contact-main-title{font-size:1.875rem}.contact-subtitle{font-size:1rem}.contact-content-grid{gap:2rem}.contact-form-container{padding:2rem 1.5rem}.contact-submit-btn{width:100%}.contact-map-wrapper{padding-bottom:75%!important}}@media(max-width:480px){.contact-container{padding:0 .875rem!important}.contact-form-container{padding:1.5rem 1rem}.contact-form{gap:1.25rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;font-size:.9375rem}.contact-submit-btn{padding:1rem 2rem;font-size:1rem}.btn-whatsapp-icon{width:20px;height:20px}.contact-map-wrapper{padding-bottom:100%!important}}@media(max-width:360px){.contact-map-wrapper{padding-bottom:110%!important}}.footer{--footer-bg: #000000;--footer-text: #FFFFFF;--footer-text-secondary: rgba(255, 255, 255, .7);--footer-text-muted: rgba(255, 255, 255, .6);--footer-accent: #D4AF37;--footer-accent-hover: #E6C04A;--footer-border: rgba(255, 255, 255, .1);--footer-social-bg: rgba(255, 255, 255, .1);--footer-social-hover-bg: #D4AF37;--footer-social-hover-text: #000000}.footer{background:var(--footer-bg);color:var(--footer-text);padding:4rem 0 0;position:relative;width:100%;overflow-x:hidden}.footer-container{max-width:1280px;margin:0 auto;padding:0 2rem;width:100%}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--footer-border)}.footer-column{display:flex;flex-direction:column;gap:1.25rem}.footer-logo h3{font-family:Poppins,sans-serif;font-size:1.5rem;color:var(--footer-text);margin:0 0 .25rem;font-weight:700}.footer-logo span{font-size:.75rem;color:var(--footer-accent);font-weight:600;letter-spacing:.5px;text-transform:uppercase}.footer-description{font-size:.9375rem;color:var(--footer-text-secondary);line-height:1.6;margin:1rem 0 1.5rem;transition:color .3s ease}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.social-link{width:40px;height:40px;background:var(--footer-social-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none;color:var(--footer-text)}.social-link:hover{background:var(--footer-social-hover-bg);color:var(--footer-social-hover-text);transform:translateY(-3px)}.social-link svg{width:20px;height:20px}.footer-column-title{font-family:Poppins,sans-serif;font-size:1.125rem;color:var(--footer-accent);margin:0 0 1rem;font-weight:600}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li a,.footer-link{color:var(--footer-text-secondary);text-decoration:none;font-size:.9375rem;transition:all .3s ease;cursor:pointer;display:inline-block}.footer-links li a:hover,.footer-link:hover{color:var(--footer-accent);transform:translate(5px)}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--footer-text-secondary)}.contact-icon{width:20px;height:20px;color:var(--footer-accent);flex-shrink:0;margin-top:.125rem}.footer-contact li a{color:var(--footer-text-secondary);text-decoration:none;transition:all .3s ease}.footer-contact li a:hover{color:var(--footer-accent);text-decoration:underline}.footer-contact li span{line-height:1.6}.footer-bottom{padding:2rem 0;text-align:center}.footer-copyright{font-size:.875rem;color:var(--footer-text-muted);margin:0;line-height:1.6}.footer-copyright a{color:var(--footer-accent);text-decoration:none;transition:all .3s ease;margin-left:.5rem}.footer-copyright a:hover{color:var(--footer-accent-hover);text-decoration:underline}@media(max-width:968px){.footer-top{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-container{padding:0 1.5rem}}@media(max-width:640px){.footer{padding:3rem 0 0}.footer-container{padding:0 1rem}.footer-top{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}.footer-social{justify-content:flex-start}.footer-bottom{padding:1.5rem 0}.footer-copyright{font-size:.8125rem}.footer-copyright a{display:block;margin:.5rem 0 0}}@media(max-width:480px){.footer-container{padding:0 .875rem}.footer-column-title{font-size:1rem}.footer-links li a,.footer-link,.footer-contact li,.footer-description{font-size:.875rem}.social-link{width:36px;height:36px}.social-link svg{width:18px;height:18px}.contact-icon{width:18px;height:18px}}.whatsapp-float{position:fixed;bottom:6rem;right:2rem;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36666;z-index:999;transition:all .3s ease;text-decoration:none;animation:pulse 2s infinite}.whatsapp-float:hover{background:#20ba5a;transform:scale(1.1);box-shadow:0 6px 16px #25d36699}.whatsapp-icon{width:32px;height:32px}@keyframes pulse{0%,to{box-shadow:0 4px 12px #25d36666}50%{box-shadow:0 4px 20px #25d366cc}}@media(max-width:768px){.whatsapp-float{bottom:5.5rem;right:1.5rem;width:55px;height:55px}.whatsapp-icon{width:28px;height:28px}}@media(max-width:640px){.whatsapp-float{bottom:5rem;right:1rem;width:50px;height:50px}.whatsapp-icon{width:26px;height:26px}}@media(max-width:480px){.whatsapp-float{width:48px;height:48px;bottom:4.5rem;right:.75rem}.whatsapp-icon{width:24px;height:24px}}.theme-toggle{position:fixed;bottom:1.5rem;right:2rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#1e3a8a,#2b4cb3);border:none;color:#fff;cursor:pointer;box-shadow:0 4px 15px #1e3a8a66;transition:all .3s ease;z-index:999;display:flex;align-items:center;justify-content:center;padding:0}body.dark-mode .theme-toggle{background:linear-gradient(135deg,#2b4cb3,#3d5fcc);box-shadow:0 4px 15px #3d5fcc80}.theme-toggle:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 6px 20px #1e3a8a99}body.dark-mode .theme-toggle:hover{box-shadow:0 6px 20px #3d5fccb3}.theme-toggle:active{transform:translateY(-1px) scale(.98)}.theme-icon{width:28px;height:28px;color:#fff;transition:all .3s ease}.theme-toggle:hover .theme-icon{transform:rotate(20deg) scale(1.1)}.theme-icon{animation:iconPop .4s cubic-bezier(.68,-.55,.265,1.55)}@keyframes iconPop{0%{opacity:0;transform:rotate(-180deg) scale(0)}50%{transform:rotate(10deg) scale(1.2)}to{opacity:1;transform:rotate(0) scale(1)}}@media(max-width:768px){.theme-toggle{width:50px;height:50px;bottom:1.5rem;right:1.5rem}.theme-icon{width:24px;height:24px}}@media(max-width:640px){.theme-toggle{width:48px;height:48px;bottom:1rem;right:1rem}.theme-icon{width:22px;height:22px}}@media(max-width:480px){.theme-toggle{width:46px;height:46px;bottom:.75rem;right:.75rem}.theme-icon{width:20px;height:20px}}.app{width:100%;min-height:100vh;overflow-x:hidden;position:relative}*{box-sizing:border-box}html{overflow-x:hidden;width:100%}body{overflow-x:hidden;width:100%;margin:0;padding:0}#root{overflow-x:hidden;width:100%}section{width:100%;max-width:100vw;overflow-x:hidden}[class*=-container]{max-width:100%;padding-left:1rem;padding-right:1rem}@media(min-width:768px){[class*=-container]{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){[class*=-container]{padding-left:3rem;padding-right:3rem}}img{max-width:100%;height:auto}[class*=-grid]{width:100%}
