@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Lexend+Deca:wght@300;400;500&display=swap";:root{--verde-oscuro: #162a2b;--verde-medio: #5e6c5b;--gris: #686966;--azul-claro: #d4e1e2;--crema: #ddd9d0;--blanco: #ffffff;--texto: #686966;--texto-oscuro: #162a2b;--hueso: #ddd9d0;--hueso-borde: #c8c4bb;--verde: #162a2b}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Lexend Deca,sans-serif;font-weight:300;background-color:var(--crema);color:var(--texto)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:var(--crema);border-bottom:1px solid var(--hueso-borde);display:flex;align-items:center;justify-content:space-between;padding:0 3rem;height:68px;transition:box-shadow .3s ease}.navbar.scrolled{box-shadow:0 2px 20px #00000012}.navbar__logo-link{display:flex;align-items:center;text-decoration:none}.navbar__logo-img{height:50px;width:auto;object-fit:contain}.navbar__links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.navbar__links a{text-decoration:none;color:var(--texto);font-family:Lexend Deca,sans-serif;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;transition:color .2s}.navbar__links a:hover{color:var(--verde-oscuro)}.navbar__cta{background-color:var(--verde-oscuro);color:var(--blanco);border:none;padding:.6rem 1.5rem;font-family:Lexend Deca,sans-serif;font-size:.78rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:2px;transition:background .2s}.navbar__cta:hover{background-color:var(--verde-medio)}.navbar__hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:.25rem}.navbar__hamburger span{display:block;width:24px;height:1.5px;background-color:var(--verde-oscuro);transition:transform .3s,opacity .3s}.home{padding-top:68px}.hero{position:relative;height:100vh;display:flex;align-items:center;padding:0 6rem;overflow:hidden}.hero__video-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__video{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(22,42,43,.85) 35%,rgba(22,42,43,.3) 100%)}.hero__content{position:relative;z-index:1;max-width:620px}.hero__label{font-family:Lexend Deca,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:#fff9;margin-bottom:1.25rem}.hero__title{font-family:"DM Serif Display",serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:var(--blanco);line-height:1.1;margin-bottom:1.25rem}.hero__title em{font-style:italic;color:var(--azul-claro)}.hero__subtitle{font-family:Lexend Deca,sans-serif;font-size:.95rem;font-weight:300;color:#ffffffbf;line-height:1.8;max-width:460px;margin-bottom:2.5rem}.hero__cta{background-color:var(--azul-claro);color:var(--verde-oscuro);border:none;padding:.9rem 2.5rem;font-family:Lexend Deca,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:2px;transition:background .2s,transform .2s}.hero__cta:hover{background-color:var(--crema);transform:translateY(-2px)}.stats{display:flex;align-items:center;justify-content:space-around;padding:3rem 6rem;background-color:var(--verde-oscuro)}.stats__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}.stats__num{font-family:"DM Serif Display",serif;font-size:2.2rem;font-weight:400;color:var(--blanco)}.stats__label{font-family:Lexend Deca,sans-serif;font-size:.78rem;font-weight:300;color:#ffffffb3;letter-spacing:.05em;max-width:160px;text-align:center;line-height:1.5}.stats__divider{width:1px;height:48px;background-color:#ffffff26}.services{padding:5rem 6rem;background-color:var(--crema);text-align:center}.services__label{font-family:Lexend Deca,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--verde-medio);margin-bottom:.75rem}.services__title{font-family:"DM Serif Display",serif;font-size:2.2rem;font-weight:400;color:var(--texto-oscuro);margin-bottom:3rem}.services__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.services__card{background-color:var(--blanco);border:1px solid var(--hueso-borde);border-radius:4px;padding:2.5rem 2rem;text-align:center;transition:transform .2s,box-shadow .2s}.services__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #162a2b14}.services__icon{font-size:2.5rem;margin-bottom:1.25rem}.services__card-title{font-family:"DM Serif Display",serif;font-size:1.1rem;font-weight:400;color:var(--texto-oscuro);margin-bottom:.75rem}.services__card-desc{font-family:Lexend Deca,sans-serif;font-size:.85rem;font-weight:300;color:var(--texto);line-height:1.7}.services__card-link{display:inline-block;margin-top:1.25rem;font-family:Lexend Deca,sans-serif;font-size:.78rem;font-weight:400;letter-spacing:.08em;color:var(--verde-medio);text-decoration:none;transition:color .2s}.services__card-link:hover{color:var(--verde-oscuro)}.about{display:grid;grid-template-columns:1fr 1fr;min-height:600px;background-color:var(--blanco)}.about__image-wrapper{overflow:hidden}.about__image{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .6s ease}.about__image-wrapper:hover .about__image{transform:scale(1.03)}.about__content{display:flex;flex-direction:column;justify-content:center;padding:5rem;background-color:var(--crema)}.about__label{font-family:Lexend Deca,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--verde-medio);margin-bottom:1rem}.about__title{font-family:"DM Serif Display",serif;font-size:2.8rem;font-weight:400;color:var(--texto-oscuro);line-height:1.1;margin-bottom:1.5rem}.about__title em{font-style:italic;color:var(--verde-medio)}.about__text{font-family:Lexend Deca,sans-serif;font-size:.92rem;font-weight:300;color:var(--texto);line-height:1.8;margin-bottom:1rem}.about__actions{display:flex;align-items:center;gap:1.5rem;margin-top:1.5rem}.about__cta{background-color:var(--verde-oscuro);color:var(--blanco);border:none;padding:.9rem 2rem;font-family:Lexend Deca,sans-serif;font-size:.8rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:2px;text-decoration:none;transition:background .2s,transform .2s}.about__cta:hover{background-color:var(--verde-medio);transform:translateY(-2px)}.about__link{font-family:Lexend Deca,sans-serif;font-size:.85rem;font-weight:400;color:var(--verde-medio);text-decoration:none;letter-spacing:.05em;transition:color .2s}.about__link:hover{color:var(--verde-oscuro)}.testimonials{padding:5rem 4rem;background-color:var(--azul-claro);text-align:center}.testimonials__label{font-family:Lexend Deca,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--verde-medio);margin-bottom:.75rem}.testimonials__title{font-family:"DM Serif Display",serif;font-size:2.2rem;font-weight:400;color:var(--texto-oscuro);margin-bottom:3rem}.testimonials__grid{display:flex;justify-content:space-between;gap:1.25rem}.testimonials__card{flex:1;background-color:var(--blanco);border-radius:4px;overflow:hidden;text-align:left;border:1px solid var(--hueso-borde);transition:transform .2s,box-shadow .2s}.testimonials__card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #162a2b1a}.testimonials__img-wrapper{width:100%;height:260px;overflow:hidden}.testimonials__img{width:100%;height:100%;object-fit:cover;object-position:center 20%;transition:transform .4s ease}.testimonials__card:hover .testimonials__img{transform:scale(1.04)}.testimonials__body{padding:1.25rem 1.5rem}.testimonials__stars{color:var(--verde-medio);font-size:1rem;letter-spacing:.1em;margin-bottom:.75rem}.testimonials__text{font-family:"DM Serif Display",serif;font-size:.95rem;font-style:italic;color:var(--texto);line-height:1.7;margin-bottom:1.25rem}.testimonials__name{font-family:Lexend Deca,sans-serif;font-size:.9rem;font-weight:500;color:var(--texto-oscuro)}.testimonials__location{font-family:Lexend Deca,sans-serif;font-size:.78rem;font-weight:300;color:var(--texto);margin-top:.2rem}.testimonials__cta-wrapper{text-align:center;margin-top:3rem}.testimonials__cta{background-color:var(--verde-oscuro);color:var(--blanco);border:none;padding:.9rem 2.5rem;font-family:Lexend Deca,sans-serif;font-size:.8rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:2px;transition:background .2s,transform .2s}.testimonials__cta:hover{background-color:var(--verde-medio);transform:translateY(-2px)}.footer{background-color:var(--verde-oscuro);color:#ffffffb3;padding:4rem 6rem 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer__logo{font-family:Lexend Deca,sans-serif;font-size:.9rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--blanco);margin-bottom:1rem}.footer__logo span{color:#ffffff80}.footer__desc{font-family:Lexend Deca,sans-serif;font-size:.85rem;font-weight:300;line-height:1.8;margin-bottom:1.5rem;max-width:280px}.footer__socials{display:flex;gap:.75rem}.footer__social{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;color:var(--blanco);text-decoration:none;font-size:.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em;transition:background .2s,border-color .2s}.footer__social:hover{background:rgba(255,255,255,.12);border-color:#ffffff80}.footer__col-title{font-family:Lexend Deca,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--blanco);margin-bottom:1.25rem}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__links a{font-family:Lexend Deca,sans-serif;font-size:.88rem;font-weight:300;color:#fff9;text-decoration:none;transition:color .2s}.footer__links a:hover{color:var(--blanco)}.footer__contact{list-style:none;display:flex;flex-direction:column;gap:.75rem;font-family:Lexend Deca,sans-serif;font-size:.88rem;font-weight:300}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;font-family:Lexend Deca,sans-serif;font-size:.75rem;color:#ffffff59}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{color:#ffffff59;text-decoration:none;transition:color .2s}.footer__legal a:hover{color:var(--blanco)}.quienes{padding-top:68px}.quienes__hero{background-color:var(--verde-oscuro);padding:6rem 6rem 5rem;min-height:50vh;display:flex;align-items:center}.quienes__hero-content{max-width:680px}.quienes__label{font-family:Lexend Deca,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:#ffffff80;margin-bottom:1rem}.quienes__hero-title{font-family:"DM Serif Display",serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:var(--blanco);line-height:1.1;margin-bottom:1.25rem}.quienes__hero-title em{font-style:italic;color:var(--azul-claro)}.quienes__hero-sub{font-family:Lexend Deca,sans-serif;font-size:1rem;font-weight:300;color:#ffffffa6;line-height:1.8;max-width:520px}.quienes__bio{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.quienes__bio-image-wrapper{position:relative;overflow:hidden}.quienes__bio-image{width:100%;height:100%;object-fit:cover;object-position:center top}.quienes__bio-tag{position:absolute;bottom:2rem;left:2rem;background:var(--verde-oscuro);color:var(--azul-claro);font-family:Lexend Deca,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;padding:.5rem 1rem}.quienes__bio-content{display:flex;flex-direction:column;justify-content:center;padding:5rem;background-color:var(--crema)}.quienes__bio-title{font-family:"DM Serif Display",serif;font-size:2.5rem;font-weight:400;color:var(--texto-oscuro);line-height:1.1;margin-bottom:1.5rem}.quienes__bio-title em{font-style:italic;color:var(--verde-medio)}.quienes__bio-text{font-family:Lexend Deca,sans-serif;font-size:.92rem;font-weight:300;color:var(--texto);line-height:1.8;margin-bottom:1rem}.quienes__credentials{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0 2rem}.quienes__credential{display:flex;align-items:flex-start;gap:.75rem;font-family:Lexend Deca,sans-serif;font-size:.85rem;font-weight:300;color:var(--texto);line-height:1.5}.quienes__credential-dot{width:6px;height:6px;border-radius:50%;background:var(--verde-medio);flex-shrink:0;margin-top:.4rem}.quienes__cta{display:inline-block;background-color:var(--verde-oscuro);color:var(--blanco);border:none;padding:.9rem 2rem;font-family:Lexend Deca,sans-serif;font-size:.8rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:2px;text-decoration:none;transition:background .2s,transform .2s;align-self:flex-start}.quienes__cta:hover{background-color:var(--verde-medio);transform:translateY(-2px)}.quienes__values{padding:5rem 6rem;background-color:var(--blanco);text-align:center}.quienes__values-title{font-family:"DM Serif Display",serif;font-size:2.2rem;font-weight:400;color:var(--texto-oscuro);margin-bottom:3rem}.quienes__values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.quienes__value-card{background-color:var(--crema);border:1px solid var(--hueso-borde);border-radius:4px;padding:2.5rem 2rem;text-align:center}.quienes__value-icon{font-size:2.5rem;display:block;margin-bottom:1.25rem}.quienes__value-title{font-family:"DM Serif Display",serif;font-size:1.2rem;font-weight:400;color:var(--texto-oscuro);margin-bottom:.75rem}.quienes__value-desc{font-family:Lexend Deca,sans-serif;font-size:.88rem;font-weight:300;color:var(--texto);line-height:1.7}.quienes__cta-section{background-color:var(--azul-claro);padding:6rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.quienes__cta-title{font-family:"DM Serif Display",serif;font-size:2.5rem;font-weight:400;color:var(--texto-oscuro);line-height:1.15;margin-bottom:.5rem}.quienes__cta-title em{font-style:italic;color:var(--verde-medio)}.quienes__cta-sub{font-family:Lexend Deca,sans-serif;font-size:.92rem;font-weight:300;color:var(--texto);max-width:480px;line-height:1.8;margin-bottom:1rem}.booking{min-height:100vh;padding-top:100px;padding-bottom:60px;background-color:var(--crema)}.booking__hero{padding:4rem 6rem 2rem}.booking__hero-title{font-family:"DM Serif Display",serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:var(--verde-oscuro);line-height:1.1;margin-bottom:1rem}.booking__hero-title em{font-style:italic;color:var(--verde-medio)}.booking__hero-subtitle{font-family:Lexend Deca,sans-serif;font-size:.95rem;font-weight:300;color:var(--texto);line-height:1.8;max-width:500px}.booking__steps{padding:2rem 6rem;display:flex;gap:2rem}.booking__step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.booking__step-num{width:40px;height:40px;border-radius:50%;background-color:var(--verde-oscuro);color:var(--blanco);display:flex;align-items:center;justify-content:center;font-family:"DM Serif Display",serif;font-size:1.2rem}.booking__step-text{font-family:Lexend Deca,sans-serif;font-size:.88rem;font-weight:300;color:var(--texto);line-height:1.5;max-width:200px;text-align:center;margin-top:.5rem}.booking__chatbot{padding:3rem 6rem;display:flex;justify-content:center}.booking__chatbot-container{max-width:650px;width:100%;background-color:var(--blanco);border:1px solid var(--hueso-borde);border-radius:4px;padding:4rem 3rem}.booking__chatbot-placeholder{height:400px;background-color:var(--azul-claro);border:2px dashed var(--hueso-borde);border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center}.booking__chatbot-icon{font-size:3rem;margin-bottom:1rem}.booking__chatbot-message{font-family:Lexend Deca,sans-serif;font-size:.9rem;font-weight:300;color:var(--verde-oscuro);text-align:center;max-width:280px}.booking__contact{padding:2rem 6rem 4rem;text-align:center}.booking__contact-label{font-family:Lexend Deca,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--verde-medio);margin-bottom:.75rem}.booking__contact-text{font-family:Lexend Deca,sans-serif;font-size:.92rem;font-weight:300;color:var(--texto);line-height:1.8;max-width:480px;margin:0 auto 1.5rem}.booking__contact-details{display:flex;justify-content:center;gap:2rem;font-family:Lexend Deca,sans-serif;font-size:.88rem;color:var(--texto)}.booking__contact-item{display:flex;align-items:center;gap:.5rem}.booking__contact-item strong{font-weight:500;color:var(--texto-oscuro)}.working{min-height:80vh;display:flex;align-items:center;justify-content:center;background-color:var(--crema);padding-top:68px}.working__container{text-align:center}.working__spinner{font-family:Lexend Deca,sans-serif;font-size:1rem;font-weight:300;letter-spacing:.15em;text-transform:uppercase;color:var(--verde-oscuro);display:inline-block;margin-bottom:6rem;animation:spinText 4s linear infinite;opacity:.8}.working__spinner span{color:var(--verde-medio)}.working__text{font-family:"DM Serif Display",serif;font-size:2.5rem;color:var(--verde-oscuro);margin-bottom:.5rem}.working__subtext{font-family:Lexend Deca,sans-serif;font-size:.9rem;color:var(--texto);font-weight:300}@keyframes spinText{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.navbar{padding:0 1.5rem;height:60px}.navbar__links{display:none}.navbar__hamburger{display:flex}.navbar__cta{padding:.5rem 1rem;font-size:.72rem}.home{padding-top:60px}.hero{padding:0 1.5rem 3rem;height:100svh;align-items:flex-end}.hero__overlay{background:linear-gradient(to top,rgba(22,42,43,.92) 40%,rgba(22,42,43,.3) 100%)}.hero__content{max-width:100%}.hero__title{font-size:2.2rem}.hero__subtitle{font-size:.88rem;max-width:100%}.hero__cta{width:100%;text-align:center;padding:1rem}.stats{flex-direction:column;padding:2.5rem 2rem;gap:1.5rem}.stats__divider{width:48px;height:1px}.services{padding:3.5rem 1.5rem}.services__grid{grid-template-columns:1fr 1fr;gap:1rem}.services__card{padding:1.5rem 1.25rem}.services__card-title{font-size:1rem}.about{grid-template-columns:1fr;min-height:auto}.about__image-wrapper{height:320px}.about__content{padding:2.5rem 1.5rem}.about__title{font-size:2rem}.about__actions{flex-direction:column;align-items:flex-start}.about__cta{width:100%;text-align:center}.testimonials{padding:3.5rem 1.5rem}.testimonials__grid{flex-direction:column;gap:1rem}.testimonials__img-wrapper{height:200px}.footer{padding:3rem 1.5rem 0}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}.footer__legal{justify-content:center}.quienes{padding-top:60px}.quienes__hero{padding:4rem 1.5rem 3rem;min-height:auto}.quienes__hero-title{font-size:2.2rem}.quienes__bio{grid-template-columns:1fr}.quienes__bio-image-wrapper{height:380px}.quienes__bio-content{padding:2.5rem 1.5rem}.quienes__bio-title{font-size:2rem}.quienes__values{padding:3.5rem 1.5rem}.quienes__values-grid{grid-template-columns:1fr;gap:1rem}.quienes__cta-section{padding:4rem 1.5rem}.quienes__cta-title{font-size:2rem}}.booking{min-height:100vh;padding-top:120px;padding-bottom:60px;background-color:var(--crema);display:flex;flex-direction:column;align-items:center;width:100%}.booking__hero{width:100%;max-width:800px;text-align:center;padding:0 1.5rem;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center}.booking__steps{width:100%;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.booking__chatbot{width:100%;display:flex;justify-content:center;padding:2rem 0}.booking__chatbot-container{width:100%;max-width:450px;height:650px;background-color:var(--blanco);border:1px solid var(--hueso-borde);border-radius:12px;overflow:hidden;padding:0!important;box-shadow:0 10px 30px #0000001a}.booking__contact{width:100%;padding:2rem 1.5rem 3rem;display:flex;flex-direction:column;align-items:center;text-align:center}.booking__contact-details{display:flex;flex-direction:column;gap:1rem;align-items:center}.booking__retell-iframe{width:100%;height:100%;border:none;display:block}@media (max-width: 1024px) and (min-width: 769px){.navbar{padding:0 2rem}.hero{padding:0 3rem}.stats{padding:2.5rem 3rem}.services{padding:4rem 3rem}.services__grid{grid-template-columns:repeat(2,1fr)}.about__content{padding:3rem}.testimonials{padding:4rem 2rem}.testimonials__grid{flex-wrap:wrap}.testimonials__card{min-width:calc(50% - .75rem)}.footer{padding:3rem 3rem 0}.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.quienes__hero{padding:4rem 3rem}.quienes__bio-content{padding:3rem}.quienes__values,.quienes__cta-section{padding:4rem 3rem}}@media (max-width: 768px){.navbar__links--open{display:flex;flex-direction:column;position:absolute;top:60px;left:0;right:0;background-color:var(--crema);border-bottom:1px solid var(--hueso-borde);padding:1.5rem 2rem;gap:1.25rem;z-index:999}}.quienes__hero-logo{height:100px;width:auto;margin-bottom:2rem;opacity:.85}.footer__logo-img{height:80px;width:auto;object-fit:contain;margin-bottom:1rem;opacity:.9}@media (max-width: 768px){.booking{padding-top:100px}.booking__steps{flex-direction:column;align-items:center;gap:2.5rem}.booking__chatbot-container{height:550px}}@media (max-width: 768px){.booking__contact-details{flex-direction:column;gap:1rem}.booking__chatbot-container{height:550px}}
