@charset "UTF-8";@font-face{font-family:Arsenica;src:url(./assets/fonts/arsenica/Arsenica-Regular.woff2) format("woff2"),url(./assets/fonts/arsenica/Arsenica-Regular.woff) format("woff"),url(./assets/fonts/arsenica/Arsenica-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@view-transition{navigation: auto;}:root{--color-text: #111;--color-text-light: rgba(255, 255, 255, .87);--font-main: "Arsenica", "Cormorant Garamond", "Garamond", serif;--line-height: 1.5;--transition-speed: .3s;line-height:var(--line-height);font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light dark;color:var(--color-text-light)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body{background-image:url(/img/fondo_1.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:var(--color-text);font-family:var(--font-main);font-weight:400;min-height:100vh;will-change:scroll-position;transition:color var(--transition-speed) ease}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){html{font-size:14px}body{background-attachment:scroll;background-position:center top}.container{padding:0 .75rem}}@media (max-width: 480px){html{font-size:13px}body{background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.container{padding:0 .5rem}}@media (max-width: 320px){html{font-size:12px}.container{padding:0 .25rem}}@media (min-width: 1200px){html{font-size:18px}.container{padding:0 2rem}}@media (max-width: 768px) and (orientation: landscape){body{background-attachment:scroll}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){body{background-image:url(/img/fondo_1.jpg)}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}body{background-attachment:scroll;transition:none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@supports not (font-display: swap){@font-face{font-family:Arsenica;src:url(./assets/fonts/arsenica/Arsenica-Regular.ttf) format("truetype");font-weight:400;font-style:normal}}@keyframes dropdownSlideIn{0%{opacity:0;transform:translate(-50%) translateY(-10px) scale(.95)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes mobileMenuSlideDown{0%{opacity:0;transform:translateY(-20px);max-height:0}to{opacity:1;transform:translateY(0);max-height:500px}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes activeGlow{0%{box-shadow:0 0 5px #4ade804d}50%{box-shadow:0 0 20px #4ade8080}to{box-shadow:0 0 5px #4ade804d}}.nav{display:flex;align-items:center;justify-content:center;margin:0 auto;width:90%;max-width:1200px;height:60px;position:relative}.nav__content{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;position:relative;z-index:10;border-radius:8px;padding:0 1.5rem;background:#1a1a1a;border:1px solid #333;transition:all 1s ease}.nav__content.isScrollTrue.alt-animation{transition:all 1s ease;width:auto!important;transform-origin:left center;border-radius:16px;background-color:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff}.nav__hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;color:#e5e5e5;transition:all .2s ease;z-index:11}.nav__hamburger:hover{background-color:#4ade801a}.nav__logo{display:flex;align-items:center;justify-content:center;height:100%;flex-shrink:0}.nav__logo-link{display:flex;align-items:center;justify-content:center;height:80%;margin-left:10px;padding:.2rem;border-radius:6px;transition:all .2s ease}.isScrollTrue.alt-animation .nav__logo-link{transition:all .5s ease;transform:translate(0)}.nav__logo-link:hover{background-color:#4ade800d}.nav__logo-link img{height:100%;width:auto;max-height:40px;object-fit:contain}.nav__menu{flex:1;display:flex;align-items:center;justify-content:center}.nav__menu-list{display:flex;list-style:none;padding:0;margin:0;align-items:center}.nav__menu-item{position:relative}.nav__menu-item--cart{margin-left:auto}.nav__menu-item--cart .nav__menu-link{position:relative;padding:.5rem}.nav__menu-item--cart .nav__menu-link:hover{background-color:#4ade801a}.nav__menu-item--has-dropdown .nav__menu-link:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:2px;background:#4ade80;transition:width .2s ease}.nav__menu-item--has-dropdown .nav__menu-link:hover:after{width:80%}.nav__menu-item--has-dropdown .nav__menu-link--active:after{width:100%;animation:activeGlow 2s ease-in-out infinite}.nav__menu-item--active .nav__menu-link{background-color:#4ade8026;color:#4ade80;border:1px solid rgba(74,222,128,.6);position:relative}.nav__menu-item--active .nav__menu-link:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#4ade80;border-radius:0 2px 2px 0}.nav__menu-item--active .nav__menu-link:hover{background-color:#4ade8040;transform:translateY(0)}.nav__menu-link{display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:.75rem 1rem;color:#e5e5e5;text-decoration:none;border-radius:6px;font-size:.7rem;font-weight:500;position:relative;white-space:nowrap;gap:.5rem;border:1px solid transparent}.nav__menu-link:hover{background-color:#2a2a2a;transform:translateY(-1px)}.nav__menu-link--cart{padding:.5rem!important}.nav__menu-link--cart:hover{background-color:#4ade801a}.nav__menu-link--active{background-color:#4ade8026;color:#4ade80;border:1px solid rgba(74,222,128,.6);position:relative;font-weight:600}.nav__menu-link--active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#4ade80;border-radius:0 2px 2px 0}.nav__menu-link--active:hover{background-color:#4ade8040;transform:translateY(0)}.nav__menu-link--active .nav__menu-icon,.nav__menu-link--active .nav__menu-text{color:#4ade80}.nav__menu-icon{display:flex;align-items:center;flex-shrink:0;transition:color .2s ease}.nav__menu-text{font-weight:500;transition:color .2s ease}.nav__menu-chevron{transition:transform .2s ease;flex-shrink:0}.nav__menu-chevron--open{transform:rotate(180deg)}.nav__cart-badge{position:absolute;top:-8px;right:-8px;background:#4ade80;color:#1a1a1a;font-size:.7rem;font-weight:600;padding:.1rem .4rem;border-radius:12px;min-width:20px;text-align:center;box-shadow:0 2px 4px #0000004d}.nav__dropdown{position:absolute;top:calc(100% + 10px);background:#1a1a1a;border-radius:8px;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003;list-style:none;z-index:9;animation:dropdownSlideIn .2s ease-out}.nav__dropdown--standard{left:50%;transform:translate(-50%);padding:.2rem;display:flex;flex-direction:row;gap:.2rem;width:auto}.nav__dropdown--standard .nav__dropdown-item--standard{flex:1;width:400px;height:300px}.nav__dropdown--standard .nav__dropdown-link--standard{display:flex;flex-direction:column;align-items:center;padding:.5rem;color:#e5e5e5;text-decoration:none;border-radius:6px;transition:all .2s ease;height:100%;position:relative;overflow:hidden;border:1px solid transparent}.nav__dropdown--standard .nav__dropdown-link--standard:hover{background-color:#2a2a2a;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.nav__dropdown--standard .nav__dropdown-link--standard:hover .nav__standard-images{box-shadow:0 6px 20px #0006}.nav__dropdown--standard .nav__dropdown-link--standard:hover .nav__standard-background{transform:scale(1.1);filter:brightness(.8)}.nav__dropdown--standard .nav__dropdown-link--standard:hover .nav__standard-icon{transform:scale(1.1)}.nav__dropdown--standard .nav__dropdown-link--standard:hover .nav__dropdown-text{opacity:1;transform:translateY(0);background:linear-gradient(to top,#000,#000c,#00000080,#0003,#0000)}.nav__dropdown--standard .nav__dropdown-link--standard--active{background-color:#4ade8026;border-color:#4ade8099}.nav__dropdown--standard .nav__dropdown-link--standard--active:before{content:"";position:absolute;top:8px;right:8px;width:12px;height:12px;background:#4ade80;border-radius:50%;box-shadow:0 0 10px #4ade8099;animation:activeGlow 2s ease-in-out infinite;z-index:10}.nav__dropdown--standard .nav__dropdown-link--standard--active .nav__dropdown-text{color:#4ade80;font-weight:600}.nav__dropdown--standard .nav__standard-images{position:relative;width:100%;height:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000004d;transition:all .3s ease}.nav__dropdown--standard .nav__standard-images:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000c,#00000080,#0003,#0000,#0000);z-index:1;transition:all .3s ease}.nav__dropdown--standard .nav__standard-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:8px;transition:all .3s ease}.nav__dropdown--standard .nav__standard-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:2}.nav__dropdown--standard .nav__standard-icon{color:#fff;background:#ffffff26;padding:1.5rem;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0000004d;transition:all .3s ease}.nav__dropdown--standard .nav__standard-icon svg{width:36px;height:36px}.nav__dropdown--standard .nav__standard-title{color:#fff;font-size:1.1rem;font-weight:600;text-align:center;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.5);z-index:2}.nav__dropdown--projects{display:flex;flex-direction:row;flex-wrap:wrap;left:50%;transform:translate(-50%);max-width:90vw;width:1000px;height:auto;gap:.2rem;padding:0}.nav__dropdown-item{flex:1;width:200px;height:300px}.nav__dropdown-item--active .nav__dropdown-link{border:2px solid rgba(74,222,128,.6);background-color:#4ade8026}.nav__dropdown-item--active .nav__dropdown-link:before{content:"";position:absolute;top:8px;right:8px;width:12px;height:12px;background:#4ade80;border-radius:50%;box-shadow:0 0 10px #4ade8099;animation:activeGlow 2s ease-in-out infinite}.nav__dropdown-item--active .nav__dropdown-link .nav__dropdown-text{color:#4ade80;font-weight:600}.nav__dropdown-link{display:flex;flex-direction:column;align-items:center;padding:.5rem;color:#e5e5e5;text-decoration:none;border-radius:6px;transition:all .2s ease;height:100%;position:relative;overflow:hidden;border:1px solid transparent}.nav__dropdown-link--active{background-color:#4ade8026;border-color:#4ade8099}.nav__dropdown-link--active .nav__dropdown-text{color:#4ade80;font-weight:600}.nav__dropdown-link:hover{background-color:#2a2a2a;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.nav__dropdown-link:hover.nav__dropdown-link--active{background-color:#4ade8040}.nav__dropdown-link:hover .nav__project-images{box-shadow:0 6px 20px #0006}.nav__dropdown-link:hover .nav__project-logo{transform:translate(-50%,-50%) scale(1.1)}.nav__dropdown-link:hover .nav__dropdown-text{opacity:1;transform:translateY(0);background:linear-gradient(to top,#000,#000c,#00000080,#0003,#0000)}.nav__dropdown-text{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:#000000d9;color:#fff;font-weight:500;text-align:center;font-size:.85rem;line-height:1.1;opacity:0;transform:translateY(100%);transition:all .3s ease;z-index:5;border-radius:0 0 6px 6px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);letter-spacing:.05rem}.nav__project-images{position:relative;width:100%;height:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000004d;transition:all .3s ease}.nav__project-images:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000c,#00000080,#0003,#0000,#0000);z-index:1;transition:all .3s ease}.nav__project-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:8px;opacity:0;transform:scale(1.1);transition:all .8s ease-in-out}.nav__project-background--active{opacity:1;transform:scale(1);filter:brightness(1)}.nav__project-background:not(.nav__project-background--active){background:linear-gradient(90deg,#2a2a2a,#3a3a3a,#2a2a2a 80px);background-size:200px;animation:shimmer 1.5s infinite}.nav__project-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;object-fit:contain;z-index:3;transition:all .3s ease}.nav__overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .2s ease-out}@media (max-width: 1024px){.nav{width:95%}.nav__content{padding:0 1rem}.nav__logo-link img{max-height:35px}.nav__menu-link{padding:.6rem .8rem;font-size:.85rem;gap:.4rem}.nav__dropdown--standard{min-width:200px}.nav__dropdown--standard .nav__dropdown-link--standard{padding:.6rem .8rem}.nav__dropdown--standard .nav__dropdown-text--standard{font-size:.8rem}.nav__dropdown--projects{min-width:600px;width:700px;max-width:85vw}.nav__project-logo{width:120px;height:120px}}@media (max-width: 768px){.nav{width:100%;height:auto;min-height:60px}.nav__content{padding:.75rem 1rem;background-color:#1a1a1a88!important}.nav__logo-link img{max-height:40px}.nav__hamburger{display:flex}.nav__menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#1a1a1a;border:1px solid #333;border-top:none;border-radius:0 0 8px 8px;padding:0;margin:0;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px);transition:all .3s ease;max-height:0;overflow:hidden;z-index:9;width:90vw;max-width:400px}.nav__menu--open{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);max-height:80vh;overflow-y:auto;animation:mobileMenuSlideDown .3s ease-out}.nav__menu-list{flex-direction:column;width:100%;padding:1rem 0}.nav__menu-item{width:100%;border-bottom:1px solid rgba(51,51,51,.5)}.nav__menu-item:last-child{border-bottom:none}.nav__menu-item--cart{margin-left:0;border-bottom:none;padding-top:1rem}.nav__menu-item--cart .nav__menu-link{justify-content:center;background-color:#4ade801a}.nav__menu-item--cart .nav__menu-link:hover{background-color:#4ade8033}.nav__menu-item--has-dropdown .nav__menu-link:after{display:none}.nav__menu-item--active .nav__menu-link{background-color:#4ade8026;color:#4ade80;border-left:4px solid #4ade80}.nav__menu-item--active .nav__menu-link:before{display:none}.nav__menu-link{width:100%;padding:1rem 1.5rem;justify-content:flex-start;border-radius:0;font-size:.95rem;color:#e5e5e5;border:none;border-left:4px solid transparent}.nav__menu-link--cart{padding:.75rem 1rem!important;border-radius:6px;margin:0 1rem;width:calc(100% - 2rem)}.nav__menu-link--active{background-color:#4ade8026;color:#4ade80;border-left-color:#4ade80;font-weight:600}.nav__menu-link--active:before{display:none}.nav__menu-link--active .nav__menu-icon,.nav__menu-link--active .nav__menu-text{color:#4ade80}.nav__menu-link:hover{background-color:#2a2a2a;transform:none}.nav__menu-link:hover.nav__menu-link--active{background-color:#4ade8040}.nav__menu-text{flex:1;text-align:left;margin-left:.75rem}.nav__menu-chevron{margin-left:auto}.nav__dropdown{position:static;transform:none;width:100%;min-width:auto;height:auto;max-height:none;margin:0;border:none;border-radius:0;box-shadow:none;background:#2a2a2a4d;animation:none}.nav__dropdown--standard{flex-direction:column;padding:.5rem 0;left:auto}.nav__dropdown--standard .nav__dropdown-item--standard{width:100%;height:auto;margin-bottom:.5rem;padding:0 1rem}.nav__dropdown--standard .nav__dropdown-item--standard:last-child{margin-bottom:0}.nav__dropdown--standard .nav__dropdown-link--standard{flex-direction:row;height:auto;min-height:85px;background:#1a1a1a;border:1px solid #333}.nav__dropdown--standard .nav__dropdown-link--standard:hover{transform:none;background-color:#2a2a2a}.nav__dropdown--standard .nav__dropdown-link--standard:hover .nav__standard-background{transform:scale(1.05)}.nav__dropdown--standard .nav__dropdown-link--standard:hover .nav__dropdown-text{position:static;background:transparent;color:#e5e5e5;padding:0;margin-left:1rem;opacity:1;transform:none;flex:1;text-align:left;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none;font-weight:500}.nav__dropdown--standard .nav__dropdown-link--standard--active{background-color:#4ade8026;border-color:#4ade8099}.nav__dropdown--standard .nav__dropdown-link--standard--active:before{top:4px;right:4px;width:8px;height:8px}.nav__dropdown--standard .nav__standard-images{width:65px;height:65px;flex-shrink:0;border-radius:8px;margin:.5rem}.nav__dropdown--standard .nav__standard-images:before{display:none}.nav__dropdown--standard .nav__standard-overlay{gap:.25rem}.nav__dropdown--standard .nav__standard-icon{padding:.5rem;background:#0009}.nav__dropdown--standard .nav__standard-icon svg{width:20px;height:20px}.nav__dropdown--standard .nav__standard-title{font-size:.7rem;display:none}.nav__dropdown--projects{flex-direction:column;padding:.75rem 0;left:auto;width:100%}.nav__dropdown-item{min-width:auto;width:100%;margin-bottom:.75rem}.nav__dropdown-item:last-child{margin-bottom:0}.nav__dropdown-item--active .nav__dropdown-link{background-color:#4ade8026;border:1px solid rgba(74,222,128,.6)}.nav__dropdown-item--active .nav__dropdown-link:before{top:4px;right:4px;width:8px;height:8px}.nav__dropdown-link{flex-direction:row;align-items:center;text-align:left;padding:1.25rem 1.5rem;height:auto;min-height:85px;background:#1a1a1a;margin:0 1rem;border-radius:10px;border:1px solid #333;color:#e5e5e5}.nav__dropdown-link--active{background-color:#4ade8026;border-color:#4ade8099}.nav__dropdown-link--active .nav__dropdown-text{color:#4ade80;font-weight:600}.nav__dropdown-link:hover{transform:none;box-shadow:0 3px 10px #0000004d;background-color:#2a2a2a}.nav__dropdown-link:hover.nav__dropdown-link--active{background-color:#4ade8040}.nav__dropdown-link:hover .nav__dropdown-text{position:static;background:transparent;color:#e5e5e5;padding:0;margin-left:1rem;opacity:1;transform:none;flex:1;text-align:left;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none;font-weight:500}.nav__dropdown-link:hover .nav__project-images{box-shadow:0 3px 8px #0006}.nav__dropdown-link:hover .nav__project-logo{transform:translate(-50%,-50%) scale(1.05)}.nav__dropdown-text{position:static;transform:none;margin:0;margin-left:1rem;opacity:1;background:transparent;color:#e5e5e5;padding:0;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none;flex:1;text-align:left;font-size:.9rem;line-height:1.4;font-weight:500}.nav__project-images{width:65px;height:65px;flex-shrink:0;border-radius:8px}.nav__project-images:before{display:none}.nav__project-logo{width:32px;height:32px}}@media (max-width: 480px){.nav__content{padding:.5rem .75rem}.nav__logo-link img{max-height:35px}.nav__hamburger{padding:.4rem}.nav__menu{width:95vw;max-width:350px}.nav__menu-link{padding:1rem 1.25rem;font-size:.9rem}.nav__menu--open{max-height:85vh}.nav__dropdown--standard .nav__dropdown-link--standard{padding:.6rem .8rem}.nav__dropdown--standard .nav__dropdown-text--standard{font-size:.8rem}.nav__dropdown--projects{padding:.5rem 0}.nav__dropdown--projects .nav__dropdown-link{padding:1rem 1.25rem;min-height:75px;margin:0 .75rem;border-radius:8px}.nav__dropdown--projects .nav__dropdown-text{font-size:.85rem;margin-left:.75rem;line-height:1.3}.nav__project-images{width:55px;height:55px;border-radius:6px}.nav__project-logo{width:28px;height:28px}}.nav__dropdown-link--featured{border:2px solid #4ade80}.nav__dropdown-link--featured .nav__dropdown-text{color:#4ade80;font-weight:600}.footer{position:relative;background:linear-gradient(to bottom,#0003,#00000040,#00000080,#000000bf,#000);color:#fff;overflow:hidden;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.footer__container{position:relative;max-width:1200px;margin:0 auto;padding:60px 20px 0;z-index:2}@media (max-width: 767px){.footer__container{padding:40px 15px 0;margin-bottom:25%}}@media (max-width: 479px){.footer__container{padding:30px 10px 0;margin-bottom:25%}}.footer__content{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:60px}@media (min-width: 1024px){.footer__content{grid-template-columns:1.2fr .8fr;gap:100px}}@media (max-width: 767px){.footer__content{grid-template-columns:1fr;gap:40px;text-align:center;margin-bottom:40px}}@media (max-width: 479px){.footer__content{gap:30px;margin-bottom:30px}}@media (max-width: 319px){.footer__content{gap:20px;margin-bottom:20px}}.footer__section{display:flex;flex-direction:column;justify-content:center}.footer__section.footer__brand{align-items:center;position:relative}@media (max-width: 767px){.footer__section.footer__brand{text-align:center}}@media (max-width: 479px){.footer__section.footer__brand{margin-bottom:20px}}@media (max-width: 767px){.footer__section.footer__contact{order:2}}.footer__logo{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:20px;position:relative}@media (max-width: 767px){.footer__logo{margin-bottom:15px}}@media (max-width: 479px){.footer__logo{margin-bottom:10px}}.footer__logo .footer__logo-img{width:50%;height:auto;aspect-ratio:2/1;object-fit:contain}@media (max-width: 767px){.footer__logo .footer__logo-img{width:40%}}@media (max-width: 479px){.footer__logo .footer__logo-img{width:35%}}@media (max-width: 319px){.footer__logo .footer__logo-img{width:30%}}.footer__logo-text{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#16a34a,#22c55e,#166534);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;position:relative;z-index:1;background-size:200% 200%;animation:gradientShift 4s ease infinite;text-align:center}@media (max-width: 767px){.footer__logo-text{font-size:2.2rem}}@media (max-width: 479px){.footer__logo-text{font-size:2rem}}@media (max-width: 319px){.footer__logo-text{font-size:1.8rem}}.footer__logo-decoration{position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80%;height:2px;background:linear-gradient(90deg,#16a34a,#22c55e);border-radius:2px;box-shadow:0 0 10px #16a34a80}@media (min-width: 1024px){.footer__logo-decoration{left:0;transform:none;width:100%}}@media (max-width: 479px){.footer__logo-decoration{width:70%;bottom:3px}}.footer__description{text-align:center;font-size:1.1rem;line-height:1.7;color:#ffffffe6;max-width:400px;margin:0 auto}@media (min-width: 1024px){.footer__description{text-align:left;margin:0}}@media (max-width: 767px){.footer__description{text-align:center;max-width:500px;margin:0 auto}}@media (max-width: 479px){.footer__description{font-size:1rem;line-height:1.6;max-width:100%;padding:0 10px}}@media (max-width: 319px){.footer__description{font-size:.95rem;line-height:1.5}}.footer__social{display:flex;gap:15px;margin-top:10px;justify-content:center}@media (min-width: 1024px){.footer__social{justify-content:flex-start}}@media (max-width: 767px){.footer__social{justify-content:center;margin-top:20px}}@media (max-width: 479px){.footer__social{gap:12px;margin-top:15px;flex-wrap:wrap}}@media (max-width: 319px){.footer__social{gap:10px}}.footer__social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:12px;background:#ffffff1a;color:#fff;font-size:1.2rem;transition:all .3s ease-in-out;position:relative;overflow:hidden;text-decoration:none;outline:none}@media (max-width: 479px){.footer__social-link{width:45px;height:45px;font-size:1.1rem;border-radius:10px}}@media (max-width: 319px){.footer__social-link{width:40px;height:40px;font-size:1rem;border-radius:8px}}.footer__social-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--social-color, #16a34a);transition:left .3s ease-in-out;z-index:-1}.footer__social-link:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000004d}.footer__social-link:hover:before{left:0}@media (max-width: 479px){.footer__social-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00000040}}.footer__social-link:focus-visible{outline:3px solid rgba(34,197,94,.6);outline-offset:2px}.footer__title{font-size:1.3rem;font-weight:600;margin-bottom:25px;position:relative;color:#fff;text-align:center}@media (min-width: 1024px){.footer__title{text-align:left}}@media (max-width: 767px){.footer__title{text-align:center;margin-bottom:20px}}@media (max-width: 479px){.footer__title{font-size:1.2rem;margin-bottom:18px}}@media (max-width: 319px){.footer__title{font-size:1.1rem;margin-bottom:15px}}.footer__title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:40px;height:2px;background:linear-gradient(90deg,#16a34a,#22c55e);border-radius:1px}@media (min-width: 1024px){.footer__title:after{left:0;transform:none}}@media (max-width: 479px){.footer__title:after{width:30px;bottom:-6px}}@media (max-width: 319px){.footer__title:after{width:25px;bottom:-5px}}.footer__contact-list{list-style:none;padding:0;margin:0}.footer__contact-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:20px;padding:15px;border-radius:10px;background:#ffffff0d;transition:all .3s ease-in-out}@media (max-width: 767px){.footer__contact-item{justify-content:center;text-align:center;flex-direction:column;align-items:center;gap:10px}}@media (max-width: 479px){.footer__contact-item{padding:12px;margin-bottom:15px;border-radius:8px;gap:8px}}@media (max-width: 319px){.footer__contact-item{padding:10px;margin-bottom:12px}}.footer__contact-item:hover{background:#ffffff1a;transform:translate(5px)}@media (max-width: 767px){.footer__contact-item:hover{transform:translateY(-2px)}}@media (max-width: 479px){.footer__contact-item:hover{transform:translateY(-1px)}}.footer__contact-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-size:1rem;flex-shrink:0;position:relative}@media (max-width: 479px){.footer__contact-icon{width:35px;height:35px;font-size:.9rem}}@media (max-width: 319px){.footer__contact-icon{width:32px;height:32px;font-size:.85rem}}.footer__contact-icon:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:10px;background:linear-gradient(45deg,#16a34a,#22c55e,#166534);z-index:-1;opacity:0;transition:opacity .3s ease-in-out}.footer__contact-item:hover .footer__contact-icon:after{opacity:1}.footer__contact-text{color:#ffffffe6;text-decoration:none;line-height:1.5;transition:color .3s ease-in-out}@media (max-width: 767px){.footer__contact-text{text-align:center}}@media (max-width: 479px){.footer__contact-text{font-size:.95rem;line-height:1.4}}@media (max-width: 319px){.footer__contact-text{font-size:.9rem}}.footer__contact-text:hover{color:#fff}.footer__contact-text:focus-visible{outline:3px solid rgba(34,197,94,.6);outline-offset:2px;border-radius:6px}.footer__newsletter-description{color:#fffc;margin-bottom:25px;line-height:1.6;text-align:center}@media (min-width: 1024px){.footer__newsletter-description{text-align:left}}@media (max-width: 479px){.footer__newsletter-description{font-size:.95rem;margin-bottom:20px}}@media (max-width: 319px){.footer__newsletter-description{font-size:.9rem;margin-bottom:15px}}.footer__newsletter-form{margin-top:20px}@media (max-width: 479px){.footer__newsletter-form{margin-top:15px}}.footer__input-group{display:flex;gap:10px}@media (max-width: 479px){.footer__input-group{flex-direction:column;gap:12px}}@media (max-width: 319px){.footer__input-group{gap:10px}}.footer__input{flex:1;padding:15px 20px;border:2px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease-in-out}@media (max-width: 479px){.footer__input{padding:12px 16px;font-size:.95rem;border-radius:10px}}@media (max-width: 319px){.footer__input{padding:10px 14px;font-size:.9rem;border-radius:8px}}.footer__input::placeholder{color:#fff9}.footer__input:focus{outline:none;border-color:#22c55e;background:#ffffff26;box-shadow:0 0 0 3px #22c55e1a}.footer__submit-btn{padding:15px 30px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;white-space:nowrap;position:relative;overflow:hidden}@media (max-width: 479px){.footer__submit-btn{padding:12px 24px;font-size:.95rem;border-radius:10px;width:100%}}@media (max-width: 319px){.footer__submit-btn{padding:10px 20px;font-size:.9rem;border-radius:8px}}.footer__submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #16a34a66}.footer__submit-btn:hover:before{transform:translateY(-50%) scale(1)}@media (max-width: 479px){.footer__submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #16a34a4d;padding-right:45px}}.footer__submit-btn:active{transform:translateY(0)}.footer__submit-btn:focus-visible{outline:3px solid rgba(34,197,94,.6);outline-offset:2px}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:30px 0;margin-top:40px}@media (max-width: 767px){.footer__bottom{padding:25px 0;margin-top:30px}}@media (max-width: 479px){.footer__bottom{padding:20px 0;margin-top:25px}}.footer__bottom-content{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}@media (max-width: 767px){.footer__bottom-content{flex-direction:column;text-align:center;gap:15px}}@media (max-width: 479px){.footer__bottom-content{gap:12px}}@media (max-width: 319px){.footer__bottom-content{gap:10px}}.footer__copyright{color:#ffffffb3;margin:0;font-size:.9rem}@media (max-width: 479px){.footer__copyright{font-size:.85rem}}@media (max-width: 319px){.footer__copyright{font-size:.8rem}}.footer__legal-links{display:flex;gap:25px}@media (max-width: 767px){.footer__legal-links{gap:20px}}@media (max-width: 479px){.footer__legal-links{flex-wrap:wrap;justify-content:center;gap:15px}}@media (max-width: 319px){.footer__legal-links{gap:12px;flex-direction:column}}.footer__legal-link{color:#fff9;text-decoration:none;font-size:.85rem;transition:color .3s ease-in-out}@media (max-width: 479px){.footer__legal-link{font-size:.8rem}}@media (max-width: 319px){.footer__legal-link{font-size:.75rem}}.footer__legal-link:hover{color:#fff}.footer__legal-link:focus-visible{outline:3px solid rgba(34,197,94,.6);outline-offset:2px;border-radius:6px}@keyframes leafGrow{0%{transform:scale(.8) rotate(-5deg);opacity:.7}to{transform:scale(1.1) rotate(5deg);opacity:1}}@media (prefers-reduced-motion: reduce){.footer *{animation:none!important;transition:none!important}}@media (max-width: 479px){.hide-mobile{display:none!important}}@media (max-width: 767px){.hide-tablet{display:none!important}}.show-mobile-only{display:none!important}@media (max-width: 479px){.show-mobile-only{display:block!important}}.show-tablet-only{display:none!important}@media (max-width: 767px){.show-tablet-only{display:block!important}}.spacing-responsive{margin:2rem 0}@media (max-width: 767px){.spacing-responsive{margin:1.5rem 0}}@media (max-width: 479px){.spacing-responsive{margin:1rem 0}}.text-responsive{font-size:1rem}@media (max-width: 767px){.text-responsive{font-size:.95rem}}@media (max-width: 479px){.text-responsive{font-size:.9rem}}@media (max-width: 319px){.text-responsive{font-size:.85rem}}.button-back{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#48514a;color:#fff;border:none;border-radius:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.button-back:hover{background-color:#7b7a70}.button-back .icon{stroke-width:2}.cardV2__content-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 2.5rem;border-radius:.5rem;border:2px solid;font-weight:500;font-size:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer;box-shadow:0 10px 20px #0f172a59,0 4px 8px #0f172a40,0 0 0 1px #ffffff08}.cardV2__content-button .cardV2__image-button{position:relative;z-index:1;display:flex;align-items:center;gap:.5rem}.cardV2__content-button .cardV2__button-icon{display:inline-flex;align-items:center;transition:transform .3s ease}.cardV2__content-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.cardV2__content-button:hover:before{width:300px;height:300px}.cardV2__content-button:hover{transform:translateY(-2px)}.cardV2__content-button:hover .cardV2__button-icon{transform:translate(3px)}.cardV2__content-button:active{transform:translateY(0);box-shadow:0 5px 12px #0f172a66,0 2px 4px #0f172a4d,0 0 0 1px #ffffff0a}.cardV2__content-button--primary{background-color:#ecfdf599;border-color:#059669;color:#000}.cardV2__content-button--primary:hover{background-color:#d1fae5;box-shadow:0 10px 25px -5px #05966933,0 8px 10px -6px #0596691a,0 0 0 3px #05966900}.cardV2__content-button--primary:active{box-shadow:0 4px 12px -2px #0596694d,0 0 0 3px #0596691a}.cardV2__content-button--secondary{background-color:#fffbeb99;border-color:#d97706;color:#b45309}.cardV2__content-button--secondary:hover{background-color:#fef3c7;box-shadow:0 10px 25px -5px #d977064d,0 8px 10px -6px #d9770633,0 0 0 3px #d977061a}.cardV2__content-button--secondary:active{box-shadow:0 4px 12px -2px #d977064d,0 0 0 3px #d977061a}.cardV2__content-button--outline{background-color:#eff6ff99;border-color:#2563eb;color:#1e40af}.cardV2__content-button--outline:hover{background-color:#dbeafe;box-shadow:0 10px 25px -5px #2563eb4d,0 8px 10px -6px #2563eb33,0 0 0 3px #2563eb1a}.cardV2__content-button--outline:active{box-shadow:0 4px 12px -2px #2563eb4d,0 0 0 3px #2563eb1a}.cardV2__content-button:focus{outline:none}.cardV2__content-button:focus-visible{outline:3px solid;outline-offset:2px}.cardV2__content-button--primary:focus-visible{outline-color:#05966980}.cardV2__content-button--secondary:focus-visible{outline-color:#d9770680}.cardV2__content-button--outline:focus-visible{outline-color:#2563eb80}@media (max-width: 1024px){.cardV2__content-button{padding:.65rem 1.4rem;font-size:.95rem}}@media (max-width: 768px){.cardV2__content-button{padding:.6rem 1.2rem;font-size:.9rem}}@media (max-width: 640px){.cardV2__content-button{padding:.55rem 1rem;font-size:.85rem}}@media (max-width: 480px){.cardV2__content-button{padding:.5rem .8rem;font-size:.8rem}.cardV2__content-button:hover .cardV2__button-icon{transform:translate(2px)}}@media (max-width: 360px){.cardV2__content-button{padding:.45rem .6rem;font-size:.75rem}}@media (hover: none){.cardV2__content-button:hover{transform:none}.cardV2__content-button:active{transform:scale(.98)}}.cardV2__container{width:100%;height:100%;position:relative;z-index:0;padding:2rem;content-visibility:auto;contain-intrinsic-size:600px 420px}@media (min-width: 2560px){.cardV2__container{padding:4rem}}@media (max-width: 1920px){.cardV2__container{padding:3rem}}@media (max-width: 1440px){.cardV2__container{padding:2.5rem}}@media (max-width: 1024px){.cardV2__container{padding:2rem}}@media (max-width: 768px){.cardV2__container{padding:1.5rem}}@media (max-width: 480px){.cardV2__container{padding:1rem}}@media (max-width: 375px){.cardV2__container{padding:.75rem}}.cardV2__container .cardV2__image-content{display:flex;padding:50px;width:100%;position:relative;min-height:360px;border-radius:12px;overflow:hidden;background:#0b0b0b}.cardV2__container .cardV2__image-content .cardV2__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.cardV2__container .cardV2__image-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000e6,#000c 25%,#0009,#0006,#0003 85%,#0000001a);z-index:1;transition:opacity .3s ease}.cardV2__container .cardV2__image-content:after{content:"";position:absolute;top:0;left:0;width:60%;height:100%;background:linear-gradient(90deg,rgb(0,0,0) 0%,rgba(0,0,0,.4) 40%,rgba(0,0,0,.3) 70%,transparent 100%);z-index:2}@media (max-width: 1024px){.cardV2__container .cardV2__image-content:after{width:70%}}@media (max-width: 768px){.cardV2__container .cardV2__image-content:after{width:100%;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.7) 80%,rgba(0,0,0,.9) 100%)}}@media (min-width: 2560px){.cardV2__container .cardV2__image-content{padding:80px}}@media (max-width: 1920px){.cardV2__container .cardV2__image-content{padding:60px}}@media (max-width: 1440px){.cardV2__container .cardV2__image-content{padding:50px}}@media (max-width: 1024px){.cardV2__container .cardV2__image-content{padding:40px}}@media (max-width: 768px){.cardV2__container .cardV2__image-content{padding:30px;flex-direction:column;align-items:center;text-align:center}}@media (max-width: 480px){.cardV2__container .cardV2__image-content{padding:20px}}@media (max-width: 375px){.cardV2__container .cardV2__image-content{padding:15px}}.cardV2__container .cardV2__image-content .cardV2__content--text{display:flex;flex-direction:column;justify-content:center;text-align:center;width:60%;max-width:500px;gap:1rem;z-index:3;margin-left:0}@media (min-width: 2560px){.cardV2__container .cardV2__image-content .cardV2__content--text{max-width:700px;gap:1.5rem}}@media (max-width: 1920px){.cardV2__container .cardV2__image-content .cardV2__content--text{width:55%;max-width:600px}}@media (max-width: 1440px){.cardV2__container .cardV2__image-content .cardV2__content--text{width:60%;max-width:550px}}@media (max-width: 1024px){.cardV2__container .cardV2__image-content .cardV2__content--text{width:65%;gap:1.2rem}}@media (max-width: 768px){.cardV2__container .cardV2__image-content .cardV2__content--text{width:90%;max-width:100%;gap:1rem}}@media (max-width: 480px){.cardV2__container .cardV2__image-content .cardV2__content--text{width:100%;gap:.8rem}}@media (max-width: 375px){.cardV2__container .cardV2__image-content .cardV2__content--text{gap:.6rem}}.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-title{font-size:1.2rem;font-weight:400;color:#6e8549;margin:0;line-height:1.2;text-shadow:0 4px 8px rgba(0,0,0,.5);letter-spacing:.05em}@media (min-width: 2560px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-title{font-size:1.8rem}}@media (max-width: 1920px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-title{font-size:1.5rem}}@media (max-width: 1440px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-title{font-size:1.4rem}}@media (max-width: 1024px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-title{font-size:1.3rem}}@media (max-width: 768px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-title{font-size:1.2rem}}@media (max-width: 480px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-title{font-size:1.1rem;line-height:1.3}}@media (max-width: 375px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-title{font-size:1rem}}.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-subtitle{font-size:2rem;font-weight:500;color:#f0f0f0;margin:0;line-height:1.4;text-shadow:0 2px 4px rgba(0,0,0,.5);opacity:.9;transition:all .3s ease}@media (min-width: 2560px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-subtitle{font-size:3.5rem}}@media (max-width: 1920px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-subtitle{font-size:2.8rem}}@media (max-width: 1440px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-subtitle{font-size:2.5rem}}@media (max-width: 1024px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-subtitle{font-size:2.2rem}}@media (max-width: 768px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-subtitle{font-size:1.8rem}}@media (max-width: 480px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-subtitle{font-size:1.5rem;line-height:1.3}}@media (max-width: 375px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-subtitle{font-size:1.3rem}}.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-description{font-size:1rem;font-weight:400;color:#f0f0f0;margin:0;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.5);opacity:.8;transition:all .3s ease}@media (min-width: 2560px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-description{font-size:1.3rem;line-height:1.7}}@media (max-width: 1920px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-description{font-size:1.2rem}}@media (max-width: 1440px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-description{font-size:1.1rem}}@media (max-width: 1024px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-description{font-size:1.05rem}}@media (max-width: 768px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-description{font-size:1rem;line-height:1.5}}@media (max-width: 480px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-description{font-size:.9rem;line-height:1.4}}@media (max-width: 375px){.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-description{font-size:.85rem;line-height:1.35}}@media (max-width: 768px) and (orientation: landscape){.cardV2__container{padding:1rem}.cardV2__container .cardV2__image-content{padding:20px}.cardV2__container .cardV2__image-content .cardV2__content--text{width:80%;gap:.5rem}.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-title{font-size:1rem}.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-subtitle{font-size:1.4rem}.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-description{font-size:.85rem}}@media (min-width: 3440px){.cardV2__container{padding:5rem}.cardV2__container .cardV2__image-content{padding:100px;max-width:2800px;margin:0 auto}.cardV2__container .cardV2__image-content .cardV2__content--text{max-width:900px;gap:2rem}.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-title{font-size:2rem}.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-subtitle{font-size:4rem}.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-description{font-size:1.5rem;line-height:1.8}}@media (min-width: 3840px){.cardV2__container .cardV2__image-content{max-width:3200px}.cardV2__container .cardV2__image-content .cardV2__content--text{max-width:1000px}.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-title{font-size:2.2rem}.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-subtitle{font-size:4.5rem}.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-description{font-size:1.6rem}}@media (prefers-reduced-motion: reduce){.cardV2__container *{animation:none!important;transition:none!important}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.cardV2__container .cardV2__image-content{display:flex;flex-direction:column;justify-content:center}.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-title,.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-subtitle,.cardV2__container .cardV2__image-content .cardV2__content--text .cardV2__content-description{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}.tooltip-tip{z-index:99999;max-width:320px;padding:.35rem .6rem;border-radius:10px;background:#14171cf2;color:#fff;font-size:.875rem;line-height:1.2;box-shadow:0 6px 18px #0a0c0e73;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .12s ease;display:inline-flex;align-items:center;position:fixed;text-align:center}.tooltip-tip.visible{opacity:1;pointer-events:auto}.tooltip-inner{display:block}.tooltip-arrow{position:absolute;width:12px;height:12px;background:inherit;transform:rotate(45deg);box-shadow:inherit}.placement-top .tooltip-arrow{left:calc(50% - 6px);bottom:-6px}.placement-bottom .tooltip-arrow{left:calc(50% - 6px);top:-6px}.placement-left .tooltip-arrow{right:-6px;top:calc(50% - 6x)}.placement-right .tooltip-arrow{left:-6px;top:calc(50% - 6px)}.tooltip-hint-icon{position:absolute;z-index:12;border:none;padding:0;margin:0;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000002e;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.tooltip-hint-icon-text{font-size:12px;line-height:1;font-weight:700;transform:translateY(1px);-webkit-user-select:none;user-select:none}.tooltip-hint--right{right:-25px;top:3px;transform:translate(0)}.tooltip-hint--left{left:-25px;top:0;transform:translate(0)}.tooltip-hint--top{left:40%;top:-22px;transform:translate(-50%)}.tooltip-hint--bottom{left:50%;bottom:-22px;transform:translate(-50%)}@media (hover: none) and (pointer: coarse){.tooltip-hint-icon{animation:tooltip-hint-pulse 1.6s ease-in-out infinite}@keyframes tooltip-hint-pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.12);opacity:.85}to{transform:scale(1);opacity:1}}}.tooltip-hint-icon:focus{outline:2px solid rgba(59,130,246,.7);outline-offset:2px}@media (max-width: 520px){.tooltip-tip{max-width:calc(100% - 24px);left:12px!important;right:12px}.tooltip-arrow{display:none}}@media (prefers-reduced-motion: reduce){.tooltip-tip,.tooltip-hint-icon{transition:none!important;animation:none!important}}.card_modal__container{max-width:980px;width:100%;margin:0 auto;padding:0;box-sizing:border-box;border-radius:12px;position:relative}.card_modal__hero{width:100%;overflow:hidden;border-top-left-radius:12px;border-top-right-radius:12px;position:relative;background:#eee}.card_modal__hero-image{display:block;width:100%;height:clamp(300px,35dvh,520px);object-fit:cover;border-radius:12px;transition:transform .3s ease;will-change:transform}.card_modal__hero-image:hover{transform:scale(1.03)}.card_modal__info-card{display:flex;flex-direction:column;justify-content:center;margin:0 auto;background:#f9f9f6;border-radius:12px;padding:1.25rem 1.5rem;margin-top:clamp(-30px,-7vw,-40px);width:calc(100% - 3rem);box-shadow:0 18px 40px #063b2c4d;color:#063b2c;position:relative;z-index:2;border:1px solid rgba(213,206,169,.6);margin-bottom:5%}.card_modal__header-content{display:flex;flex-direction:column;gap:1rem}.card_modal__title{width:90%;text-align:center;font-size:1.6rem;font-weight:800;margin:0;line-height:1.05}.card_modal__subtitle{font-size:1rem;text-align:center;color:#059669;margin:0;font-weight:600}.card_modal__description{font-size:.95rem;color:#48514a;margin-top:.25rem}.card_modal__rating{display:flex;align-items:center;gap:.6rem;margin-top:.5rem}.card_modal__rating .stars{display:flex;gap:.125rem}.rating-number{font-weight:700;color:#d0de85}.card_modal__highlights{display:flex;flex-wrap:wrap;gap:.6rem;margin:.9rem 0;align-items:center;justify-content:flex-start}.card_modal__highlight-item{display:inline-flex;align-items:center;gap:.55rem;background:linear-gradient(180deg,#fffefa,#f3efe0);color:#063b2c;padding:8px 12px;border-radius:999px;font-weight:600;font-size:.92rem;box-shadow:0 6px 18px #063b2c0f;border:1px solid rgba(213,206,169,.6)}.card_modal__highlight-item svg{opacity:.95}.card_modal__body{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:.75rem;align-items:start;width:100%}.card_modal__body>*{min-height:72px;display:flex;flex-direction:column;justify-content:center}.card_modal__info-item{background:#fff;padding:12px;border-radius:12px;text-align:center;font-size:.95rem;box-shadow:0 6px 14px #063b2c0a;border:1px solid rgba(0,0,0,.04)}.card_modal__date{background:linear-gradient(180deg,#e6f7ed,#f0fbf4);border:1px solid #cfead7}.card_modal__price{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:10px;padding:12px;position:relative;overflow:visible}.price-final{font-weight:900;font-size:1.25rem;color:#fff}.card_modal__action-button{display:inline-flex;gap:.6rem;align-items:center;justify-content:center;background:#8f764c;color:#fff;padding:.85rem 1.2rem;border-radius:10px;border:0;cursor:pointer;font-weight:700;margin:1rem auto 0;transition:transform .18s ease,box-shadow .18s ease}.card_modal__action-button .card_modal__action-button--span{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.card_modal__action-button:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0000001f}.card_modal__buttons-floating{position:absolute;top:12px;right:16px;display:flex;gap:.6rem;z-index:6;align-items:center}.card_modal__vermas-link,.btn-copy-link{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-width:40px;min-height:40px;padding:6px 10px;border-radius:8px;background:#ffffffe6;color:#063b2c;border:1px solid rgba(0,0,0,.06);text-decoration:none;cursor:pointer;transition:transform .16s ease,background .16s ease,color .16s ease;font-size:.95rem;line-height:1}.card_modal__vermas-link{padding:8px;background:#0000000f;color:#063b2c;border:none}.btn-copy-link{background:#059669;color:#fff;border:none}.card_modal__vermas-link:hover,.btn-copy-link:hover{transform:translateY(-3px)}.card_modal__vermas-link:focus,.btn-copy-link:focus,.card_modal__action-button:focus{outline:3px solid rgba(5,150,105,.14);outline-offset:2px;box-shadow:0 6px 18px #0596690f}.children__container{display:flex;flex-direction:column;gap:.5rem;width:100%;padding:1rem;box-sizing:border-box;background:#add8e61f;border-radius:10px;overflow:auto}.discount-badge{position:absolute;top:-12px;right:12px;background:#d0de85;color:#063b2c;padding:6px 10px;border-radius:999px;font-weight:800;font-size:.8rem;box-shadow:0 6px 16px #0000001f}@media (max-width: 1024px){.card_modal__title{font-size:1.35rem}.card_modal__hero-image{height:clamp(220px,32dvh,420px)}.card_modal__info-card{margin-top:clamp(-56px,-6vw,-36px);padding:1rem}.card_modal__buttons-floating{top:10px;right:14px;gap:.45rem}}@media (max-width: 640px){.card_modal__container{padding:0 12px}.card_modal__hero-image{height:clamp(150px,28dvh,300px)}.card_modal__info-card{margin-top:-36px;padding:.9rem;border-radius:10px}.card_modal__title{font-size:1.15rem}.card_modal__body{gap:10px;grid-template-columns:1fr}.card_modal__buttons-floating{top:8px;right:10px;gap:.35rem}.card_modal__vermas-link,.btn-copy-link{min-width:36px;min-height:36px;padding:5px;border-radius:6px}}@media (prefers-reduced-motion: reduce){.card_modal__hero-image{transition:none!important;transform:none!important}}.button__container{display:flex;justify-content:center;align-items:center}.button__container .button--back{background-color:#063b2c;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:500;cursor:pointer;padding:.65rem 3.2rem;transition:all .3s ease;box-shadow:0 6px 16px #0000004d;margin-top:.5rem;letter-spacing:.9px}.button__container .button--back:hover{transform:scale(.95);background-color:#063b2c;color:#fff;box-shadow:0 10px 28px #0006}.header__container{width:100%;height:auto;display:flex;justify-content:center;position:relative;box-sizing:border-box}.header__container .header__content{width:100%;text-align:center;position:relative;z-index:1;box-sizing:border-box}.mission-carousel{position:relative;width:100%;max-width:1200px;margin:0 auto;border-radius:10px;overflow:hidden;box-shadow:0 10px 40px #00000026}.mission-carousel:focus-visible{outline:3px solid #3498db;outline-offset:3px}.mission-carousel .carousel-container{position:relative;height:350px;overflow:hidden;border-radius:10px}@media (max-width: 768px){.mission-carousel .carousel-container{height:300px}}.mission-carousel .carousel-slides{display:flex;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.mission-carousel .carousel-slide{min-width:100%;height:100%;position:relative;display:flex;flex-direction:column}.mission-carousel .carousel-slide .slide-image{position:relative;width:100%;height:100%;overflow:hidden}.mission-carousel .carousel-slide .slide-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mission-carousel .carousel-slide .slide-image .slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000c,#0006 50%,#0000001a 80%,#0000);z-index:1}.mission-carousel .carousel-slide .slide-content{position:absolute;bottom:0;left:0;right:0;padding:40px;color:#fff;z-index:2;text-align:left}@media (max-width: 768px){.mission-carousel .carousel-slide .slide-content{padding:25px}}.mission-carousel .carousel-slide .slide-content .slide-title{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;line-height:1.3;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.mission-carousel .carousel-slide .slide-content .slide-title{margin-bottom:10px}}.mission-carousel .carousel-slide .slide-content .slide-description{font-size:clamp(.95rem,2vw,1.1rem);line-height:1.5;margin:0;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.5);max-width:600px}@media (max-width: 768px){.mission-carousel .carousel-slide .slide-content .slide-description{font-size:.9rem}}.mission-carousel .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;background-color:transparent;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000026}.mission-carousel .carousel-arrow svg{transition:color .3s ease}.mission-carousel .carousel-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 25px #0003}.mission-carousel .carousel-arrow:hover svg{color:#657a44}.mission-carousel .carousel-arrow:active{transform:translateY(-50%) scale(.95)}.mission-carousel .carousel-arrow:focus-visible{outline:2px solid #3498db;outline-offset:2px}.mission-carousel .carousel-arrow--prev{left:20px}@media (max-width: 768px){.mission-carousel .carousel-arrow--prev{left:15px}}.mission-carousel .carousel-arrow--next{right:20px}@media (max-width: 768px){.mission-carousel .carousel-arrow--next{right:15px}}@media (max-width: 768px){.mission-carousel .carousel-arrow{width:40px;height:40px}.mission-carousel .carousel-arrow svg{width:20px;height:20px}}.mission-carousel .carousel-counter{position:absolute;top:20px;left:20px;background:#0009;color:#fff;padding:8px 12px;border-radius:20px;font-size:.7rem;font-weight:500;z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;gap:4px}.mission-carousel .carousel-counter .counter-current{color:#3498db;font-weight:600}.mission-carousel .carousel-counter .counter-separator{opacity:.7}.mission-carousel .carousel-counter .counter-total{opacity:.9}@media (max-width: 768px){.mission-carousel .carousel-counter{top:15px;left:15px;padding:6px 10px;font-size:.8rem}}@media (max-width: 768px){.mission-carousel,.mission-carousel .carousel-container{border-radius:16px}}.mission-carousel.loading .carousel-slide .slide-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.mission-carousel.loading .carousel-slide .slide-image img{opacity:0}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeIn{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion: reduce){.mission-carousel .carousel-slides,.mission-carousel .carousel-slide .slide-image img,.mission-carousel .carousel-arrow{transition:none}}.support-content{display:flex;flex-direction:column;padding:24px 32px;width:100%;height:100%;box-sizing:border-box;overflow-y:auto;gap:16px}@media (max-width: 640px){.support-content{padding:20px 18px}}@media (max-width: 480px){.support-content{padding:18px 14px}}.support-content__title{font-size:1.6rem;font-weight:600;color:#063b2c;margin:0;display:flex;align-items:center;gap:10px}.support-content__title:before{content:"";width:3px;height:24px;border-radius:999px;background:linear-gradient(180deg,#d0de85,#8f764c)}@media (max-width: 480px){.support-content__title{font-size:1.4rem}}.support-content__subtitle{font-size:.98rem;color:#48514a;margin:4px 0 20px;line-height:1.5}.support-content__options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.support-content__info{padding:12px 14px;border-radius:8px;background:#d5cea959;border:1px solid rgba(213,206,169,.7);text-align:left}.support-content__info p{margin:0;font-size:.82rem;color:#48514a}.support-content__back{background:none;border:none;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:8px;color:#48514a;font-size:.9rem;margin-top:4px;margin-bottom:20px;transition:all .25s ease}.support-content__back:hover{color:#063b2c;transform:translate(-3px)}.support-content__back svg{width:18px;height:18px}.contact-option{background:none;border:none;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:16px;padding:14px 16px;border-radius:12px;border:1px solid rgba(6,59,44,.08);background:#fff;text-align:left;width:100%;transition:all .25s ease;box-shadow:0 10px 30px #00000008}.contact-option--whatsapp{border-color:#25d3662e;background:#f7fffa}.contact-option--whatsapp:hover{border-color:#25d366;box-shadow:0 14px 34px #25d36629;transform:translateY(-2px)}.contact-option--whatsapp:hover .contact-option__icon{background:#25d366;color:#fff}.contact-option--whatsapp .contact-option__icon{color:#25d366}.contact-option--email{border-color:#063b2c2e;background:#f8faf9}.contact-option--email:hover{border-color:#063b2c;box-shadow:0 14px 34px #063b2c29;transform:translateY(-2px)}.contact-option--email:hover .contact-option__icon{background:#063b2c;color:#fff}.contact-option--email .contact-option__icon{color:#063b2c}.contact-option__icon{width:44px;height:44px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#7b7a7014;transition:all .25s ease;flex-shrink:0}.contact-option__icon svg{width:22px;height:22px}.contact-option__content{flex:1}.contact-option__content h3{margin:0 0 4px;font-size:1rem;font-weight:600;color:#063b2c}.contact-option__content p{margin:0;font-size:.85rem;color:#7b7a70}.email-form__title{font-size:1.25rem;color:#063b2c;margin:0 0 18px;font-weight:600}.email-form__group{margin-bottom:16px}.email-form__group label{display:block;margin-bottom:6px;font-size:.85rem;font-weight:500;color:#48514a}.email-form__group input,.email-form__group textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid rgba(123,122,112,.3);font-size:.92rem;color:#063b2c;background:#fff;transition:all .25s ease;font-family:inherit}.email-form__group input::placeholder,.email-form__group textarea::placeholder{color:#7b7a7099}.email-form__group input:focus,.email-form__group textarea:focus{outline:none;border-color:#d0de85;box-shadow:0 0 0 2px #d0de8540;background:#fbfdf7}.email-form__group input:hover,.email-form__group textarea:hover{border-color:#063b2c59}.email-form__group textarea{resize:vertical;min-height:110px;line-height:1.5}.email-form__alert{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;margin-bottom:16px;font-size:.85rem;animation:slideIn .25s ease-out}.email-form__alert--success{background:#d0de8533;border:1px solid rgba(208,222,133,.5);color:#04241b}.email-form__alert--error{background:#ef444414;border:1px solid rgba(239,68,68,.3);color:#c53030}.email-form__submit{background:none;border:none;cursor:pointer;font-family:inherit;width:100%;padding:12px 18px;border-radius:8px;background:linear-gradient(135deg,#063b2c,#04241b);color:#fff;font-size:.98rem;font-weight:600;transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center}.email-form__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #063b2c52}.email-form__submit:disabled{opacity:.7;cursor:not-allowed}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media (max-width: 640px){.contact-option{padding:12px 14px}.contact-option__icon{width:40px;height:40px}.contact-option__icon svg{width:20px;height:20px}.email-form__group input,.email-form__group textarea{font-size:16px}}@media (max-width: 480px){.support-content__subtitle{font-size:.9rem}.support-content__options{gap:10px}}.modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;min-height:100dvh;background:#000c;z-index:1000;display:flex;justify-content:center;align-items:center;padding:1rem;-webkit-overflow-scrolling:touch}.modal__content{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:calc(100dvh - 4rem);box-shadow:0 20px 40px #00000026;position:relative;display:flex;flex-direction:column;overflow:auto;-webkit-overflow-scrolling:touch;will-change:transform,opacity;transform:translateZ(0)}.modal__body{overflow-y:auto}.modal__close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#ad0404;transition:all .2s ease;border-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;z-index:2}.modal__close:hover{color:#fff;background:#ad040426}@keyframes modalAppear{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-open{overflow-y:hidden!important}.close__modal{overflow:auto}.grid__container{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:240px;gap:16px;max-width:1200px;margin:0 auto}@media (min-width: 1025px){.grid__container--single .grid__card{grid-column:2/span 4!important;grid-row:span 2!important}}.grid__card{border-radius:5px;overflow:visible;box-shadow:0 4px 20px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;cursor:pointer;outline:none;border:1px solid #ffffff}.grid__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0006,#0009);opacity:.7;transition:opacity .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.grid__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.grid__card:hover:after{opacity:.8}.grid__card:focus-visible{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f;outline:2px solid #3b82f6;outline-offset:2px}.grid__card:nth-child(6n+1){grid-column:span 2;grid-row:span 2}.grid__card:nth-child(6n+1) .grid__card-title{font-size:1.5rem}.grid__card:nth-child(6n+2){grid-column:span 2;grid-row:span 3}.grid__card:nth-child(6n+2) .grid__card-title{font-size:1.6rem}.grid__card:nth-child(6n+3){grid-column:span 2;grid-row:span 2}.grid__card:nth-child(6n+3) .grid__card-title{font-size:1.5rem}.grid__card:nth-child(6n+4){grid-column:span 2;grid-row:span 1}.grid__card:nth-child(6n+4) .grid__card-title{font-size:1.1rem}.grid__card:nth-child(6n+5){grid-column:span 2;grid-row:span 1}.grid__card:nth-child(6n+5) .grid__card-title{font-size:1.1rem}.grid__card:nth-child(6n+6){grid-column:span 2;grid-row:span 1}.grid__card:nth-child(6n+6) .grid__card-title{font-size:1.1rem}.grid__card--product .grid__card-badge{border-left:3px solid #ef4444}.grid__card--product .grid__card-price{background-color:#ef4444e6}.grid__card--product .grid__card-button-main{background-color:#4caf50e6}.grid__card--product .grid__card-button-main:hover{background-color:#43a047f2}.grid__card--service .grid__card-badge{border-left:3px solid #10b981}.grid__card--service .grid__card-price{background-color:#10b981e6}.grid__card--service .grid__card-button-main{background-color:#3b82f6e6}.grid__card--service .grid__card-button-main:hover{background-color:#2563ebf2}.grid__container:has(.grid__card:nth-child(3):last-child) .grid__card{grid-column:span 2!important;grid-row:span 2!important}.grid__container:has(.grid__card:nth-child(3):last-child) .grid__card .grid__card-title{font-size:1.5rem!important}.grid__card-image{width:100%;height:100%;position:relative;overflow:hidden}.grid__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.grid__card:hover .grid__card-image img{transform:scale(1.08)}.grid__card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);color:#fff;padding:18px;z-index:2;display:flex;flex-direction:column;gap:0}.grid__card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;opacity:0;transform:translateY(-10px);transition:all .5s cubic-bezier(.4,0,.2,1)}.grid__card:hover .grid__card-header{opacity:1;transform:translateY(0);transition-delay:.1s}.grid__card:not(:hover) .grid__card-header{transition-delay:0s;transition-duration:.4s}.grid__card-title{font-size:1.3rem;font-weight:700;margin-bottom:0;line-height:1.2;color:#fff;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(0);text-shadow:0 2px 4px rgba(0,0,0,.5)}.grid__card:hover .grid__card-title{transform:translateY(-6px);margin-bottom:10px}.grid__card:not(:hover) .grid__card-title{transition-delay:0s;transition-duration:.4s}.grid__card-subtitle{font-size:.95rem;opacity:0;height:0;max-height:0;margin-bottom:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);transform:translateY(12px);text-shadow:0 1px 2px rgba(0,0,0,.5)}.grid__card:hover .grid__card-subtitle{opacity:.95;height:auto;max-height:4.8em;margin-bottom:14px;transform:translateY(0);transition-delay:.15s}.grid__card:not(:hover) .grid__card-subtitle{transition-delay:0s;transition-duration:.4s}.grid__card-meta{display:flex;align-items:center;gap:10px;font-size:.9rem;flex-wrap:wrap;margin-bottom:0;opacity:0;transform:translateY(8px);transition:all .5s cubic-bezier(.4,0,.2,1)}.grid__card:hover .grid__card-meta{opacity:1;transform:translateY(0);margin-bottom:10px;transition-delay:.2s}.grid__card:not(:hover) .grid__card-meta{transition-delay:0s;transition-duration:.4s}.grid__card-avatar{width:26px;height:26px;border-radius:50%;background-color:#fff3;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0}.grid .hidden{display:none}.grid__card-category{flex-shrink:0;opacity:.95;text-shadow:0 1px 2px rgba(0,0,0,.5)}.grid__card-badge{position:absolute;top:14px;right:14px;background-color:#fffffff2;color:#1f2937;padding:6px 10px;border-radius:5px;font-size:.85rem;font-weight:600;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.grid__card-price{padding:4px 10px;border-radius:5px;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);flex-shrink:0;text-shadow:0 1px 2px rgba(0,0,0,.3);font-size:.9rem}.grid__card-extra-info{font-size:.85rem;opacity:0;height:0;max-height:0;background-color:#ffffff26;padding:0 10px;border-radius:5px;margin-bottom:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .5s cubic-bezier(.4,0,.2,1);transform:translateY(10px);overflow:hidden}.grid__card--service:hover .grid__card-extra-info{opacity:.9;height:auto;max-height:2.5em;padding:6px 10px;margin-bottom:6px;transform:translateY(0);transition-delay:.25s}.grid__card--service:not(:hover) .grid__card-extra-info{transition-delay:0s;transition-duration:.4s}.grid__card-buttons{display:flex;justify-content:space-between;margin:10px 0 0;flex-wrap:wrap;gap:10px;opacity:1;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.grid__card:hover .grid__card-buttons{opacity:1;transform:translateY(-2px)}.grid__card:not(:hover) .grid__card-buttons{transform:translateY(0)}.grid__card-button-info{border:none;border-radius:5px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #0000004d;text-align:center;white-space:nowrap;background-color:#ffffffe6;color:#1f2937;padding:8px 16px;font-size:.85rem;font-weight:600;box-shadow:0 2px 6px #00000040}.grid__card-button-info:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0006}.grid__card-button-info:active{transform:translateY(0)}.grid__card-button-info:hover{background-color:#fff;box-shadow:0 4px 12px #0000004d}.grid__card-button-main{border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #0000004d;text-align:center;white-space:nowrap;color:#fff;padding:10px 18px;font-size:.9rem;font-weight:700;flex-shrink:0;min-width:90px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.grid__card-button-main:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0006}.grid__card-button-main:active{transform:translateY(0)}.grid__card:nth-child(6n+4) .grid__card-overlay,.grid__card:nth-child(6n+5) .grid__card-overlay,.grid__card:nth-child(6n+6) .grid__card-overlay{padding:14px}.grid__card:nth-child(6n+4) .grid__card-title,.grid__card:nth-child(6n+5) .grid__card-title,.grid__card:nth-child(6n+6) .grid__card-title{font-size:1.1rem!important}.grid__card:nth-child(6n+4):hover .grid__card-title,.grid__card:nth-child(6n+5):hover .grid__card-title,.grid__card:nth-child(6n+6):hover .grid__card-title{margin-bottom:8px}.grid__card:nth-child(6n+4) .grid__card-subtitle,.grid__card:nth-child(6n+5) .grid__card-subtitle,.grid__card:nth-child(6n+6) .grid__card-subtitle{font-size:.85rem;-webkit-line-clamp:2;max-height:3.2em}.grid__card:nth-child(6n+4):hover .grid__card-subtitle,.grid__card:nth-child(6n+5):hover .grid__card-subtitle,.grid__card:nth-child(6n+6):hover .grid__card-subtitle{margin-bottom:10px}.grid__card:nth-child(6n+4):hover .grid__card-meta,.grid__card:nth-child(6n+5):hover .grid__card-meta,.grid__card:nth-child(6n+6):hover .grid__card-meta{font-size:.8rem;gap:8px;margin-bottom:8px}.grid__card:nth-child(6n+4) .grid__card-avatar,.grid__card:nth-child(6n+5) .grid__card-avatar,.grid__card:nth-child(6n+6) .grid__card-avatar{width:22px;height:22px;font-size:.7rem}.grid__card:nth-child(6n+4) .grid__card-extra-info,.grid__card:nth-child(6n+5) .grid__card-extra-info,.grid__card:nth-child(6n+6) .grid__card-extra-info{font-size:.8rem;max-height:2em}.grid__card:nth-child(6n+4):hover .grid__card-buttons,.grid__card:nth-child(6n+5):hover .grid__card-buttons,.grid__card:nth-child(6n+6):hover .grid__card-buttons{margin:8px 0 0;gap:8px;transform:translateY(-1px)}.grid__card:nth-child(6n+4) .grid__card-button-main,.grid__card:nth-child(6n+5) .grid__card-button-main,.grid__card:nth-child(6n+6) .grid__card-button-main{padding:8px 14px;font-size:.8rem;min-width:80px}.grid__card:nth-child(6n+4) .grid__card-button-info,.grid__card:nth-child(6n+5) .grid__card-button-info,.grid__card:nth-child(6n+6) .grid__card-button-info{padding:6px 12px;font-size:.8rem}@media (max-width: 1200px){.grid{padding:18px}.grid__container{gap:14px;grid-auto-rows:220px}}@media (max-width: 1024px){.grid{padding:16px}.grid__container{grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:14px}.grid__card:nth-child(n){grid-column:span 2;grid-row:span 2}.grid__card:nth-child(n) .grid__card-title{font-size:1.3rem!important}.grid__card:nth-child(4n+1),.grid__card:nth-child(4n+2){grid-column:span 2;grid-row:span 2}.grid__card:nth-child(4n+3),.grid__card:nth-child(4n+4){grid-column:span 2;grid-row:span 1}.grid__card:nth-child(4n+3) .grid__card-overlay,.grid__card:nth-child(4n+4) .grid__card-overlay{padding:14px;gap:8px}.grid__card:nth-child(4n+3) .grid__card-title,.grid__card:nth-child(4n+4) .grid__card-title{font-size:1.1rem!important;margin-bottom:8px}.grid__card:nth-child(4n+3) .grid__card-subtitle,.grid__card:nth-child(4n+4) .grid__card-subtitle{font-size:.85rem;-webkit-line-clamp:2;max-height:2.8em}.grid__card:nth-child(4n+3) .grid__card-meta,.grid__card:nth-child(4n+4) .grid__card-meta{font-size:.8rem;gap:8px;margin-bottom:8px}.grid__card:nth-child(4n+3) .grid__card-buttons,.grid__card:nth-child(4n+4) .grid__card-buttons{margin:8px;gap:8px}.grid__card:nth-child(4n+3) .grid__card-button-main,.grid__card:nth-child(4n+4) .grid__card-button-main{padding:8px 14px;font-size:.8rem}.grid__card:nth-child(4n+3) .grid__card-button-info,.grid__card:nth-child(4n+4) .grid__card-button-info{padding:6px 12px;font-size:.8rem}.grid__container:has(.grid__card:nth-child(3):last-child) .grid__card:nth-child(1),.grid__container:has(.grid__card:nth-child(3):last-child) .grid__card:nth-child(2){grid-column:span 2!important;grid-row:span 2!important}.grid__container:has(.grid__card:nth-child(3):last-child) .grid__card:nth-child(3){grid-column:span 4!important;grid-row:span 1!important}}@media (max-width: 768px){.grid{padding:14px}.grid__container{grid-template-columns:repeat(2,1fr);grid-auto-rows:190px;gap:12px}.grid__card:nth-child(n) .grid__card-title{font-size:1.2rem!important}.grid__card:nth-child(odd){grid-column:span 2;grid-row:span 2}.grid__card:nth-child(2n){grid-column:span 2;grid-row:span 1}.grid__card:nth-child(4n){grid-column:span 2;grid-row:span 2}.grid__card:nth-child(2n):not(:nth-child(4n)) .grid__card-overlay{padding:12px;gap:6px}.grid__card:nth-child(2n):not(:nth-child(4n)) .grid__card-title{font-size:1rem!important;margin-bottom:6px}.grid__card:nth-child(2n):not(:nth-child(4n)) .grid__card-subtitle{font-size:.8rem;-webkit-line-clamp:2;max-height:2.4em}.grid__card:nth-child(2n):not(:nth-child(4n)) .grid__card-meta{font-size:.75rem;gap:6px;margin-bottom:6px}.grid__card:nth-child(2n):not(:nth-child(4n)) .grid__card-avatar{width:20px;height:20px;font-size:.65rem}.grid__card:nth-child(2n):not(:nth-child(4n)) .grid__card-buttons{margin:8px;gap:6px}.grid__card:nth-child(2n):not(:nth-child(4n)) .grid__card-button-main{padding:6px 12px;font-size:.75rem;min-width:70px}.grid__card:nth-child(2n):not(:nth-child(4n)) .grid__card-button-info{padding:5px 10px;font-size:.75rem}.grid__container:has(.grid__card:nth-child(3):last-child) .grid__card:nth-child(1),.grid__container:has(.grid__card:nth-child(3):last-child) .grid__card:nth-child(2){grid-column:span 1!important;grid-row:span 2!important}.grid__container:has(.grid__card:nth-child(3):last-child) .grid__card:nth-child(3){grid-column:span 2!important;grid-row:span 1!important}}@media (max-width: 480px){.grid{padding:12px}.grid__container{grid-template-columns:1fr;grid-auto-rows:220px;gap:12px;max-width:100%}.grid__card:nth-child(n){grid-column:span 1!important;grid-row:span 1!important}.grid__card:nth-child(3n){grid-row:span 2!important}.grid__card .grid__card-overlay{padding:18px;gap:10px}.grid__card .grid__card-title{font-size:1.25rem!important;margin-bottom:10px}.grid__card .grid__card-subtitle{font-size:.9rem;-webkit-line-clamp:3;max-height:3.8em}.grid__card .grid__card-meta{font-size:.85rem;gap:8px;margin-bottom:10px}.grid__card .grid__card-avatar{width:24px;height:24px;font-size:.7rem}.grid__card .grid__card-badge{top:12px;right:12px;padding:8px 12px;font-size:.8rem}.grid__card .grid__card-buttons{margin:12px;gap:10px;flex-direction:row;justify-content:space-between}.grid__card .grid__card-button-main{padding:10px 18px;font-size:.85rem;min-width:100px}.grid__card .grid__card-button-info{padding:8px 14px;font-size:.85rem}.grid__card .grid__card-extra-info{font-size:.8rem;max-height:2.2em;padding:8px 12px}.grid__container:has(.grid__card:nth-child(3):last-child) .grid__card:nth-child(n){grid-column:span 1!important;grid-row:span 1!important}.grid__container:has(.grid__card:nth-child(3):last-child) .grid__card:nth-child(3n){grid-row:span 2!important}}.cta-cuenta-regresiva__container{width:100%;max-width:1200px;margin:0 auto;padding:2rem;border-radius:20px}@media (min-width: 1200px){.cta-cuenta-regresiva__container{max-width:1400px;padding:2.5rem}}@media (max-width: 992px){.cta-cuenta-regresiva__container{padding:1.75rem;margin:1.5rem;border-radius:18px}}@media (max-width: 768px){.cta-cuenta-regresiva__container{padding:1.5rem;margin:1rem;border-radius:15px}}@media (max-width: 640px){.cta-cuenta-regresiva__container{padding:1.25rem;margin:.75rem;border-radius:14px}}@media (max-width: 576px){.cta-cuenta-regresiva__container{padding:1rem;margin:.5rem;border-radius:12px}}@media (max-width: 480px){.cta-cuenta-regresiva__container{padding:.875rem;margin:.375rem;border-radius:11px}}@media (max-width: 375px){.cta-cuenta-regresiva__container{padding:.75rem;margin:.25rem;border-radius:10px}}@media (max-width: 320px){.cta-cuenta-regresiva__container{padding:.625rem;margin:.125rem;border-radius:8px}}.cta-cuenta-regresiva__content{display:flex;flex-direction:column;gap:2rem;height:400px;box-shadow:0 20px 40px #0000008c;border-radius:20px}@media (min-width: 1200px){.cta-cuenta-regresiva__content{height:450px;gap:2.5rem}}@media (max-width: 992px){.cta-cuenta-regresiva__content{height:380px;gap:1.75rem}}@media (max-width: 768px){.cta-cuenta-regresiva__content{height:350px;gap:1.5rem}}@media (max-width: 640px){.cta-cuenta-regresiva__content{height:320px;gap:1.25rem}}@media (max-width: 576px){.cta-cuenta-regresiva__content{height:300px;gap:1rem}}@media (max-width: 480px){.cta-cuenta-regresiva__content{height:280px;gap:.875rem}}@media (max-width: 375px){.cta-cuenta-regresiva__content{height:260px;gap:.75rem}}@media (max-width: 320px){.cta-cuenta-regresiva__content{height:240px;gap:.625rem}}.cta-cuenta-regresiva__titles{text-align:center}.cta-cuenta-regresiva__titles h2{font-size:clamp(1.125rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:-.02em;line-height:1.2}@media (min-width: 1400px){.cta-cuenta-regresiva__titles h2{font-size:clamp(1.5rem,3vw,2.8rem)}}@media (max-width: 320px){.cta-cuenta-regresiva__titles h2{font-size:clamp(1rem,5vw,1.5rem)}}.cta-cuenta-regresiva__image{position:relative;width:100%;border-radius:15px;overflow:hidden;min-height:100%}@media (min-width: 1200px){.cta-cuenta-regresiva__image{border-radius:18px}}@media (max-width: 992px){.cta-cuenta-regresiva__image{min-height:380px;border-radius:14px}}@media (max-width: 768px){.cta-cuenta-regresiva__image{min-height:350px;border-radius:12px}}@media (max-width: 640px){.cta-cuenta-regresiva__image{min-height:320px;border-radius:11px}}@media (max-width: 576px){.cta-cuenta-regresiva__image{min-height:300px;border-radius:10px}}@media (max-width: 480px){.cta-cuenta-regresiva__image{min-height:280px;border-radius:9px}}@media (max-width: 375px){.cta-cuenta-regresiva__image{min-height:260px;border-radius:8px}}@media (max-width: 320px){.cta-cuenta-regresiva__image{min-height:240px;border-radius:7px}}.cta-cuenta-regresiva__image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,transparent 30%,rgba(0,0,0,.1) 100%);pointer-events:none;z-index:1}.cta-cuenta-regresiva__img{width:100%;height:400px;max-width:100%;object-fit:cover;border-radius:10px;box-shadow:0 8px 25px #00000026}@media (min-width: 1200px){.cta-cuenta-regresiva__img{height:450px;border-radius:12px}}@media (max-width: 992px){.cta-cuenta-regresiva__img{height:380px;border-radius:10px}}@media (max-width: 768px){.cta-cuenta-regresiva__img{height:350px;border-radius:8px}}@media (max-width: 640px){.cta-cuenta-regresiva__img{height:320px;border-radius:7px}}@media (max-width: 576px){.cta-cuenta-regresiva__img{height:300px;border-radius:6px}}@media (max-width: 480px){.cta-cuenta-regresiva__img{height:280px;border-radius:5px}}@media (max-width: 375px){.cta-cuenta-regresiva__img{height:260px;border-radius:4px}}@media (max-width: 320px){.cta-cuenta-regresiva__img{height:240px;border-radius:3px}}.cta-cuenta-regresiva__content-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding:2rem;z-index:2;box-sizing:border-box;background:linear-gradient(45deg,#000000b3,#0000004d,#000000b3)}@media (min-width: 1200px){.cta-cuenta-regresiva__content-text{padding:2.5rem}}@media (max-width: 992px){.cta-cuenta-regresiva__content-text{padding:2rem;background:linear-gradient(45deg,#000000bf,#0006,#000000bf)}}@media (max-width: 768px){.cta-cuenta-regresiva__content-text{flex-direction:column;justify-content:center;gap:2rem;padding:1.5rem;background:#000c}}@media (max-width: 640px){.cta-cuenta-regresiva__content-text{gap:1.75rem;padding:1.25rem;background:#000000d1}}@media (max-width: 576px){.cta-cuenta-regresiva__content-text{padding:1rem;gap:1.5rem;flex-direction:column;background:#000000d9}}@media (max-width: 480px){.cta-cuenta-regresiva__content-text{padding:.875rem;gap:1.25rem;background:#000000de}}@media (max-width: 375px){.cta-cuenta-regresiva__content-text{padding:.75rem;gap:1rem;background:#000000e6}}@media (max-width: 320px){.cta-cuenta-regresiva__content-text{padding:.625rem;gap:.875rem;background:#000000eb}}.cta-cuenta-regresiva__text-section{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;width:100%;gap:1rem;flex:1;max-width:400px}@media (min-width: 1200px){.cta-cuenta-regresiva__text-section{max-width:450px;gap:1.25rem}}@media (max-width: 992px){.cta-cuenta-regresiva__text-section{max-width:380px;gap:1.125rem}}@media (max-width: 768px){.cta-cuenta-regresiva__text-section{text-align:center;gap:1rem;max-width:100%;order:1}}@media (max-width: 640px){.cta-cuenta-regresiva__text-section{gap:.875rem}}@media (max-width: 576px){.cta-cuenta-regresiva__text-section{gap:.75rem;text-align:center}}@media (max-width: 480px){.cta-cuenta-regresiva__text-section{gap:.625rem}}@media (max-width: 375px){.cta-cuenta-regresiva__text-section{gap:.5rem}}@media (max-width: 320px){.cta-cuenta-regresiva__text-section{gap:.375rem}}.cta-cuenta-regresiva__text-section h2{font-size:clamp(1rem,3vw,1.8rem);font-weight:600;color:#fff;margin:0;line-height:1.2}@media (min-width: 1400px){.cta-cuenta-regresiva__text-section h2{font-size:clamp(1.2rem,2.5vw,2rem)}}@media (max-width: 320px){.cta-cuenta-regresiva__text-section h2{font-size:clamp(.9rem,4vw,1.2rem)}}.cta-cuenta-regresiva__text-section p{font-size:clamp(.7rem,2.5vw,.9rem);color:#e0e0e0;margin:0;line-height:1.5}@media (min-width: 1400px){.cta-cuenta-regresiva__text-section p{font-size:clamp(.8rem,2vw,1rem)}}@media (max-width: 768px){.cta-cuenta-regresiva__text-section p{max-width:100%}}@media (max-width: 320px){.cta-cuenta-regresiva__text-section p{font-size:clamp(.65rem,3vw,.8rem);line-height:1.4}}.cta-cuenta-regresiva__timer{width:50%;display:flex;justify-content:center;align-items:center;height:100%}@media (min-width: 1200px){.cta-cuenta-regresiva__timer{width:45%}}@media (max-width: 992px){.cta-cuenta-regresiva__timer{width:55%}}@media (max-width: 768px){.cta-cuenta-regresiva__timer{width:100%;min-width:auto;align-items:center}}.cta-cuenta-regresiva__timer .timer-content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:15px;padding:1rem;width:100%}@media (min-width: 1200px){.cta-cuenta-regresiva__timer .timer-content{gap:.75rem;padding:1.25rem;border-radius:18px}}@media (max-width: 992px){.cta-cuenta-regresiva__timer .timer-content{gap:.625rem;padding:1.125rem;border-radius:16px}}@media (max-width: 768px){.cta-cuenta-regresiva__timer .timer-content{gap:.75rem;padding:1.2rem;border-radius:12px}}@media (max-width: 640px){.cta-cuenta-regresiva__timer .timer-content{gap:.625rem;padding:1.1rem;border-radius:11px}}@media (max-width: 576px){.cta-cuenta-regresiva__timer .timer-content{gap:.5rem;padding:1rem;border-radius:10px}}@media (max-width: 480px){.cta-cuenta-regresiva__timer .timer-content{gap:.4rem;padding:.875rem;border-radius:9px}}@media (max-width: 375px){.cta-cuenta-regresiva__timer .timer-content{gap:.3rem;padding:.75rem;border-radius:8px;max-width:220px}}@media (max-width: 320px){.cta-cuenta-regresiva__timer .timer-content{gap:.25rem;padding:.625rem;border-radius:7px;max-width:200px}}.timer-unit{display:flex;flex-direction:column;align-items:center;min-width:clamp(40px,8vw,60px)}@media (min-width: 1400px){.timer-unit{min-width:clamp(50px,6vw,70px)}}@media (max-width: 576px){.timer-unit{min-width:clamp(38px,10vw,50px)}}@media (max-width: 480px){.timer-unit{min-width:clamp(35px,12vw,45px)}}@media (max-width: 320px){.timer-unit{min-width:clamp(32px,14vw,40px)}}.timer-number{font-size:clamp(1.125rem,5vw,2.5rem);font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1}@media (min-width: 1400px){.timer-number{font-size:clamp(1.5rem,4vw,2.8rem)}}@media (max-width: 320px){.timer-number{font-size:clamp(1rem,6vw,1.5rem)}}.timer-label{font-size:clamp(.55rem,2vw,.7rem);color:#e0e0e0;text-transform:uppercase;letter-spacing:.5px;font-weight:500;margin-top:.25rem}@media (min-width: 1400px){.timer-label{font-size:clamp(.65rem,1.5vw,.8rem)}}@media (max-width: 375px){.timer-label{font-size:clamp(.5rem,2.5vw,.6rem);letter-spacing:.3px}}@media (max-width: 320px){.timer-label{font-size:clamp(.45rem,3vw,.55rem);letter-spacing:.2px;margin-top:.125rem}}.timer-separator{font-size:clamp(1.125rem,4vw,2rem);font-weight:600;color:#fff;opacity:.7;margin:0 .5rem;animation:blink 2s infinite}@media (min-width: 1400px){.timer-separator{font-size:clamp(1.5rem,3vw,2.2rem)}}@media (max-width: 992px){.timer-separator{margin:0 .4rem}}@media (max-width: 768px){.timer-separator{margin:0 .3rem}}@media (max-width: 576px){.timer-separator{display:none}}.cta-cuenta-regresiva__actions{display:flex;gap:1rem}@media (max-width: 768px){.cta-cuenta-regresiva__actions{justify-content:center}}@media (max-width: 576px){.cta-cuenta-regresiva__actions{flex-direction:column;align-items:center;width:100%}}.cta-cuenta-regresiva__link{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6b6b,#ee5a24);border:none;border-radius:10px;padding:.75rem 2rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b66;letter-spacing:.5px;white-space:nowrap;text-decoration:none;text-align:center;min-width:max-content}@media (min-width: 1200px){.cta-cuenta-regresiva__link{font-size:1.1rem;border-radius:12px}}@media (max-width: 992px){.cta-cuenta-regresiva__link{padding:.8rem 2.125rem;font-size:1.05rem}}@media (max-width: 768px){.cta-cuenta-regresiva__link{padding:.875rem 2.5rem;font-size:1.1rem}}@media (max-width: 640px){.cta-cuenta-regresiva__link{padding:.8rem 2.25rem;font-size:1.05rem}}@media (max-width: 576px){.cta-cuenta-regresiva__link{padding:.75rem 2rem;font-size:1rem;max-width:280px;width:100%;border-radius:10px}}@media (max-width: 480px){.cta-cuenta-regresiva__link{padding:.7rem 1.875rem;font-size:.95rem;max-width:250px}}@media (max-width: 375px){.cta-cuenta-regresiva__link{padding:.65rem 1.75rem;font-size:.9rem;max-width:220px;border-radius:8px}}@media (max-width: 320px){.cta-cuenta-regresiva__link{padding:.6rem 1.5rem;font-size:.85rem;max-width:200px;border-radius:7px;letter-spacing:.3px}}.cta-cuenta-regresiva__link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b99;background:linear-gradient(135deg,#ff5252,#d84315)}.cta-cuenta-regresiva__link:active{transform:translateY(0)}.cta-cuenta-regresiva__link:disabled,.cta-cuenta-regresiva__link[aria-disabled=true]{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}.cta-cuenta-regresiva__link span{display:block}.cta-cuenta-regresiva__link--secondary{background:transparent;color:#fff;box-shadow:none}.cta-cuenta-regresiva__link--secondary:hover{background:#ffffff14;box-shadow:0 6px 20px #0009;transform:translateY(-2px)}.cta-cuenta-regresiva__link--secondary:active{transform:translateY(0)}.cta-cuenta-regresiva__link--secondary:disabled,.cta-cuenta-regresiva__link--secondary[aria-disabled=true]{background:transparent;color:#fff6;border-color:#ffffff4d;box-shadow:none;transform:none}@keyframes blink{0%,50%{opacity:.7}51%,to{opacity:.3}}@media (max-width: 280px){.cta-cuenta-regresiva__container{margin:.125rem;padding:.5rem}.cta-cuenta-regresiva__content{height:220px;gap:.5rem}.cta-cuenta-regresiva__img{height:220px}.cta-cuenta-regresiva__image{min-height:220px}.cta-cuenta-regresiva__content-text{padding:.5rem;gap:.75rem}.timer-content{padding:.5rem;gap:.2rem;max-width:180px}.timer-unit{min-width:30px}.cta-cuenta-regresiva__link{padding:.5rem 1.25rem;font-size:.8rem;max-width:180px}}@media (min-width: 1800px){.cta-cuenta-regresiva__container{max-width:1600px;padding:3rem}.cta-cuenta-regresiva__content{height:500px;gap:3rem}.cta-cuenta-regresiva__img{height:500px}.cta-cuenta-regresiva__image{min-height:500px}.cta-cuenta-regresiva__content-text{padding:3rem}.timer-content{max-width:400px;padding:1.5rem}}@media (max-height: 500px) and (orientation: landscape) and (max-width: 992px){.cta-cuenta-regresiva__content{height:200px}.cta-cuenta-regresiva__image{min-height:200px}.cta-cuenta-regresiva__img{height:200px}.cta-cuenta-regresiva__content-text{flex-direction:row;align-items:center;gap:1rem;justify-content:space-between;padding:1rem;overflow-y:auto;box-sizing:border-box}.cta-cuenta-regresiva__text-section{text-align:left;max-width:50%}.cta-cuenta-regresiva__timer{width:45%;min-width:200px}.timer-content{max-width:180px;padding:.75rem}}@media (max-height: 600px) and (orientation: landscape) and (min-width: 768px) and (max-width: 1024px){.cta-cuenta-regresiva__content{height:250px}.cta-cuenta-regresiva__image{min-height:250px}.cta-cuenta-regresiva__img{height:250px}.cta-cuenta-regresiva__content-text{flex-direction:row;gap:1.5rem;padding:1rem;overflow-y:auto;box-sizing:border-box}.cta-cuenta-regresiva__timer{width:40%}}@media (prefers-reduced-motion: reduce){.cta-cuenta-regresiva__container:hover{transform:none;transition:none}.cta-cuenta-regresiva__link:hover{transform:none}.timer-separator{animation:none;opacity:.7}}@media (prefers-contrast: high){.cta-cuenta-regresiva__content-text{background:#000000e6}.timer-content{background:#000c;-webkit-backdrop-filter:none;backdrop-filter:none}.cta-cuenta-regresiva__link--primary{box-shadow:0 4px 15px #ff6b6bcc}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.cta-cuenta-regresiva__img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (hover: none){.cta-cuenta-regresiva__container:hover{transform:none;transition:none}.cta-cuenta-regresiva__link:hover{transform:none;background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.cta-cuenta-regresiva__link--secondary:hover{background:#ffffff14}}.card-data-impacto{width:100%;padding:80px 20px}.card-data-impacto .card-data-impacto__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:40px}.card-data-impacto .card-data-impacto__card{background:#121212;border:1px solid rgba(6,59,44,.08);border-radius:12px;padding:40px 30px;text-align:center;transition:all .3s ease;position:relative}.card-data-impacto .card-data-impacto__card:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:2px;background:#d0de85;border-radius:2px;transition:width .3s ease}.card-data-impacto .card-data-impacto__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #063b2c14;border-color:#d0de854d}.card-data-impacto .card-data-impacto__card:hover:before{width:80px}.card-data-impacto .card-data-impacto__card:hover .card-data-impacto__icon{background:#d0de85;color:#000}.card-data-impacto .card-data-impacto__card:hover .card-data-impacto__icon i{color:#000}.card-data-impacto .card-data-impacto__card:hover .card-data-impacto__value{color:#d0de85}.card-data-impacto .card-data-impacto__card .card-data-impacto__icon{width:56px;height:56px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:#d0de851a;border-radius:12px;transition:all .3s ease}.card-data-impacto .card-data-impacto__card .card-data-impacto__icon i{font-size:24px;color:#fff}.card-data-impacto .card-data-impacto__card .card-data-impacto__value{font-size:36px;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:-.5px;line-height:1;transition:color .3s ease}.card-data-impacto .card-data-impacto__card .card-data-impacto__title{font-size:16px;font-weight:600;color:#fff;margin-bottom:12px;letter-spacing:.3px}.card-data-impacto .card-data-impacto__card .card-data-impacto__description{font-size:14px;color:#7b7a70;line-height:1.5;margin:0}@media (min-width: 1400px){.card-data-impacto .card-data-impacto__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1200px){.card-data-impacto{padding:60px 20px}.card-data-impacto .card-data-impacto__grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 768px){.card-data-impacto{padding:40px 15px}.card-data-impacto .card-data-impacto__grid{grid-template-columns:1fr;gap:24px;max-width:400px}.card-data-impacto .card-data-impacto__card{padding:32px 24px}}@media (max-width: 480px){.card-data-impacto{padding:30px 12px}.card-data-impacto .card-data-impacto__grid{gap:20px}.card-data-impacto .card-data-impacto__card{padding:28px 20px}.card-data-impacto .card-data-impacto__card .card-data-impacto__icon{width:48px;height:48px;margin-bottom:20px}.card-data-impacto .card-data-impacto__card .card-data-impacto__icon i{font-size:20px}.card-data-impacto .card-data-impacto__card .card-data-impacto__value{font-size:32px}.card-data-impacto .card-data-impacto__card .card-data-impacto__title{font-size:15px}.card-data-impacto .card-data-impacto__card .card-data-impacto__description{font-size:13px}}@media (prefers-reduced-motion: reduce){.card-data-impacto *{animation:none!important;transition:none!important}}.before-and-after__container{max-width:1200px;margin:0 auto}.before-and-after__container .before-and-after__header{margin:0 auto;text-align:center;margin-bottom:1rem;width:70%}.before-and-after__container .before-and-after__header h2{font-size:2rem;font-weight:700;color:#10a24d;margin-bottom:1rem;line-height:1.2}@media (max-width: 768px){.before-and-after__container .before-and-after__header h2{font-size:2rem}}@media (max-width: 480px){.before-and-after__container .before-and-after__header h2{font-size:1.75rem}}.before-and-after__container .before-and-after__header p{font-size:1.1rem;color:#d0de85;max-width:600px;margin:0 auto;line-height:1.6}@media (max-width: 768px){.before-and-after__container .before-and-after__header p{font-size:1rem}}.before-and-after__slider-container{position:relative;width:100%;max-width:800px;margin:0 auto 3rem;border-radius:16px;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;cursor:ew-resize;-webkit-user-select:none;user-select:none}.before-and-after__image-before,.before-and-after__image-after{position:relative;width:100%;height:500px}@media (max-width: 768px){.before-and-after__image-before,.before-and-after__image-after{height:400px}}@media (max-width: 480px){.before-and-after__image-before,.before-and-after__image-after{height:300px}}.before-and-after__image-before img,.before-and-after__image-after img{width:100%;height:100%;object-fit:cover;display:block}.before-and-after__image-after{position:absolute;top:0;left:0;right:0;bottom:0;transition:clip-path .1s ease-out}.before-and-after__label{position:absolute;top:20px;padding:8px 16px;border-radius:20px;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 4px 6px -1px #0000001a}.before-and-after__label--before{left:20px;right:20px;background:#ef4444e6;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid red;display:flex;align-items:center;justify-content:end}.before-and-after__label--after{right:20px;left:20px;background:#22c55ee6;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (max-width: 480px){.before-and-after__label{top:15px;font-size:.75rem;padding:6px 12px}.before-and-after__label--before,.before-and-after__label--after{right:15px}}.before-and-after__slider{position:absolute;top:0;bottom:0;width:4px;background:transparent;cursor:ew-resize;transform:translate(-50%);z-index:10}.before-and-after__slider .before-and-after__slider-line{position:absolute;top:0;bottom:0;left:50%;width:2px;background:#fff;transform:translate(-50%);box-shadow:0 0 10px #0000004d}.before-and-after__slider .before-and-after__slider-handle{position:absolute;top:50%;left:50%;width:44px;height:44px;background:#fff;border-radius:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .2s ease;color:#64748b}.before-and-after__slider .before-and-after__slider-handle:hover{color:#1e293b}.before-and-after__slider .before-and-after__slider-handle svg{width:20px;height:20px}@media (max-width: 480px){.before-and-after__slider .before-and-after__slider-handle{width:36px;height:36px}.before-and-after__slider .before-and-after__slider-handle svg{width:16px;height:16px}}@media (max-width: 1024px){.before-and-after__container{padding:3rem 1rem}}@media (max-width: 768px){.before-and-after__container{padding:2rem 1rem}.before-and-after__container .before-and-after__header,.before-and-after__slider-container{margin-bottom:2rem}}@media (max-width: 480px){.before-and-after__container{padding:1.5rem .5rem}}.bitacora__container{width:100%;display:flex;justify-content:center;position:relative;margin-bottom:5%}.bitacora__container .bitacora__content{width:90%;padding:2rem;position:relative}.bitacora__container .bitacora__content__header{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1.2rem;background:linear-gradient(135deg,beige,#7fb0691a);padding:1.5rem;border-radius:15px;box-shadow:0 4px 20px #0000001a}.bitacora__container .bitacora__content__header-img{flex-shrink:0;z-index:1}.bitacora__container .bitacora__content__header-img img{width:350px;height:380px;object-fit:cover;border-radius:16px;border:1px solid #006148;box-shadow:0 4px 15px #2d50164d;transition:all .3s ease}.bitacora__container .bitacora__content__header-text{display:flex;width:100%;flex-direction:column;flex:1;position:relative}.bitacora__container .bitacora__content__header-text h2{font-size:4rem;color:#006148;margin:0 0 1rem;line-height:1;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.1)}.bitacora__container .bitacora__content__header-text .bitacora__button-redirec{position:absolute;bottom:-50px;right:85px;text-align:right;padding:.6rem 4rem;letter-spacing:1.4px;font-size:1.2rem;color:#8b4513;font-style:italic;font-weight:200;width:100%;border:1px solid #8b4513;background:#ffffffe6;border-radius:8px;z-index:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #7fb069;text-decoration:none}.bitacora__container .bitacora__content__header-text .bitacora__button-redirec:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #0061484d}@media (max-width: 768px){.bitacora__container .bitacora__content__header-text .bitacora__button-redirec{position:static;bottom:auto;right:auto;margin-top:.8rem;display:inline-block;width:auto;max-width:90%;align-self:center;padding:.5rem 1.4rem;font-size:1rem;text-align:center}}@media (max-width: 480px){.bitacora__container .bitacora__content__header-text .bitacora__button-redirec{margin-top:.6rem;padding:.45rem 1.1rem;font-size:.95rem;max-width:320px;width:auto}}.bitacora__container .bitacora__content__blog--seccion{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;max-width:700px;margin:0 auto}.bitacora__container .bitacora__content__blog--seccion-item{background:#fffffff2;border-radius:15px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;border:1px solid rgba(127,176,105,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bitacora__container .bitacora__content__blog--seccion-item:hover{transform:translateY(-8px);box-shadow:0 8px 30px #00000026;border-color:#7fb069;background:#fff}.bitacora__container .bitacora__content__blog--seccion-item-img{position:relative;overflow:hidden;height:160px}.bitacora__container .bitacora__content__blog--seccion-item-img img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.bitacora__container .bitacora__content__blog--seccion-item-img:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(45,80,22,.1) 100%);z-index:1}.bitacora__container .bitacora__content__blog--seccion-item:hover .bitacora__container .bitacora__content__blog--seccion-item-img img{transform:scale(1.1)}.bitacora__container .bitacora__content__blog--seccion-item-text{padding:1rem}.bitacora__container .bitacora__content__blog--seccion-item-text .date{display:inline-block;background:linear-gradient(135deg,#7fb069,#4a7c59);color:#fff;padding:.2rem .6rem;border-radius:20px;font-size:.75rem;font-weight:600;margin-bottom:.6rem;text-transform:capitalize;box-shadow:0 2px 8px #7fb0694d}.bitacora__container .bitacora__content__blog--seccion-item-text h3{font-size:1.15rem;color:#2c2c2c;margin:0 0 .6rem;line-height:1.3;font-weight:600}.bitacora__container .bitacora__content__blog--seccion-item-text h3:first-letter{font-size:1.4em;margin-right:.2rem}.bitacora__container .bitacora__content__blog--seccion-item-text p{color:#666;line-height:1.5;margin:0 0 1rem;font-size:.85rem}.bitacora__container .bitacora__content__blog--seccion-item-text .read-more{display:inline-flex;align-items:center;gap:.4rem;background:#006148;color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:25px;font-weight:600;font-size:.8rem;transition:all .3s ease;position:relative;overflow:hidden}.bitacora__container .bitacora__content__blog--seccion-item-text .read-more:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.bitacora__container .bitacora__content__blog--seccion-item-text .read-more:hover{background:#4a7c59;transform:translateY(-2px);box-shadow:0 4px 15px #0061484d}.bitacora__container .bitacora__content__blog--seccion-item-text .read-more:hover:before{left:100%}.bitacora__container .bitacora__content__blog--seccion-item-text .read-more:after{content:"→";margin-left:.3rem;transition:all .3s ease}.bitacora__container .bitacora__content__blog--seccion-item-text .read-more:hover:after{transform:translate(3px)}@media (max-width: 1024px){.bitacora__container .bitacora__content{width:90%;padding:1.2rem}.bitacora__container .bitacora__content__header{gap:1rem;padding:1.2rem}.bitacora__container .bitacora__content__header-img img{width:250px;height:270px}.bitacora__container .bitacora__content__header-text h2{font-size:2.8rem}.bitacora__container .bitacora__content__header-text span{right:50px;padding:.3rem 2.5rem;font-size:1rem}.bitacora__container .bitacora__content__blog--seccion{gap:.8rem}.bitacora__container .bitacora__content__blog--seccion-item-img{height:140px}.bitacora__container .bitacora__content__blog--seccion-item-text{padding:.8rem}}@media (max-width: 768px){.bitacora__container .bitacora__content{width:95%;padding:.8rem}.bitacora__container .bitacora__content__header{flex-direction:column;text-align:center;gap:.8rem;padding:1.2rem;margin-bottom:1rem}.bitacora__container .bitacora__content__header-img img{width:180px;height:200px}.bitacora__container .bitacora__content__header-text{display:flex}.bitacora__container .bitacora__content__header-text h2{font-size:2.2rem}.bitacora__container .bitacora__content__header-text span{position:static;display:block;width:100%;text-align:center;font-size:1rem;padding:.4rem 1.5rem;margin-top:.8rem}.bitacora__container .bitacora__content__blog--seccion{grid-template-columns:1fr;gap:.8rem}.bitacora__container .bitacora__content__blog--seccion-item-img{height:130px}.bitacora__container .bitacora__content__blog--seccion-item-text{padding:.8rem}.bitacora__container .bitacora__content__blog--seccion-item-text h3{font-size:1.1rem}.bitacora__container .bitacora__content__blog--seccion-item-text p{font-size:.8rem}}@media (max-width: 480px){.bitacora__container .bitacora__content{width:98%;padding:.6rem}.bitacora__container .bitacora__content__header{padding:.8rem;margin-bottom:.8rem}.bitacora__container .bitacora__content__header-img img{width:140px;height:160px}.bitacora__container .bitacora__content__header-text h2{font-size:1.8rem}.bitacora__container .bitacora__content__header-text span{font-size:.9rem;padding:.3rem 1.2rem;letter-spacing:.8px}.bitacora__container .bitacora__content__blog--seccion{gap:.6rem}.bitacora__container .bitacora__content__blog--seccion-item-img{height:120px}.bitacora__container .bitacora__content__blog--seccion-item-text{padding:.7rem}.bitacora__container .bitacora__content__blog--seccion-item-text h3{font-size:1rem}.bitacora__container .bitacora__content__blog--seccion-item-text p{font-size:.75rem}.bitacora__container .bitacora__content__blog--seccion-item-text .read-more{padding:.4rem .8rem;font-size:.75rem}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.6}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.modern-contact{min-height:100vh;padding:80px 16px;position:relative;overflow:hidden}.modern-contact:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(180deg);opacity:1;z-index:0}.modern-contact__bg-decoration{position:absolute;border-radius:50%;mix-blend-mode:multiply;filter:blur(40px);animation:pulse 6s ease-in-out infinite}.modern-contact__bg-decoration--1{top:80px;left:40px;width:288px;height:288px;background-color:#0596691a}.modern-contact__bg-decoration--2{top:160px;right:80px;width:384px;height:384px;background-color:#34d3991a;animation-delay:2s}.modern-contact__bg-decoration--3{bottom:80px;left:33.333333%;width:320px;height:320px;background-color:#6ee7b71a;animation-delay:4s}.modern-contact__floating-icon{position:absolute;color:#05966933;animation:bounce 3s ease-in-out infinite}.modern-contact__floating-icon--1{top:128px;right:25%;animation-delay:1s;color:#0003;z-index:10}.modern-contact__floating-icon--2{bottom:33.333333%;left:80px;color:#0003;animation-delay:3s;z-index:10}.modern-contact__floating-icon--3{top:50%;right:40px;animation-delay:2s;z-index:10;color:#0003}.modern-contact__container{max-width:1792px;margin:0 auto;position:relative;z-index:1}.modern-contact__header{margin:0 auto 64px;text-align:center;position:relative;width:50%}.modern-contact__header:before{content:"";position:absolute;top:-40px;right:-20px;bottom:-40px;left:-20px;background:#ffffffd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:24px;z-index:-1;box-shadow:0 8px 32px #0000001a}.modern-contact__header-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background-color:#059669;border-radius:50%;margin-bottom:24px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#fff;position:relative;z-index:1}.modern-contact__title{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 16px;letter-spacing:-.025em;line-height:1;text-shadow:0 2px 4px rgba(255,255,255,.8);position:relative;z-index:1}.modern-contact__subtitle{font-size:1rem;color:#374151;max-width:512px;margin:0 auto;line-height:1.6;text-shadow:0 1px 2px rgba(255,255,255,.8);position:relative;z-index:1}.modern-contact__form-section{max-width:1280px;margin:0 auto 64px}.modern-contact__form-card{background-color:#fffc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:24px;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(255,255,255,.2);overflow:hidden}.modern-contact__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}@media (max-width: 1024px){.modern-contact__form-grid{grid-template-columns:1fr}}.modern-contact__image-section{position:relative;background:linear-gradient(to bottom right,#059669,#10b981);padding:48px;display:flex;align-items:center;justify-content:center;min-height:600px}.modern-contact__image-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom right,#059669e6,#10b981e6)}.modern-contact__image-decoration{position:absolute}.modern-contact__image-decoration--top{top:32px;right:32px;color:#0000004d;z-index:10}.modern-contact__image-decoration--bottom{bottom:32px;left:32px;color:#fff3}.modern-contact__image-content{position:relative;z-index:10;text-align:center;color:#fff;width:100%;max-width:400px}.modern-contact__profile-image{width:280px;height:280px;margin:0 auto 32px;border-radius:16px;overflow:hidden;border:4px solid rgba(255,255,255,.3);box-shadow:0 25px 50px -12px #00000040;transition:transform .3s ease}.modern-contact__profile-image:hover{transform:scale(1.05)}.modern-contact__profile-image img{width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width: 1200px){.modern-contact__profile-image{width:240px;height:240px}}@media (max-width: 768px){.modern-contact__profile-image{width:200px;height:200px;margin:0 auto 24px}}@media (max-width: 480px){.modern-contact__profile-image{width:160px;height:160px;margin:0 auto 20px}}.modern-contact__profile-info h3{font-size:1.5rem;font-weight:700;margin:0 0 8px}.modern-contact__profile-info p{color:#ffffffe6;font-size:1.125rem;margin:0}.modern-contact__profile-tagline{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px}.modern-contact__profile-tagline span{font-size:.875rem}.modern-contact__form-content{padding:48px}.modern-contact__form-content h2{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 8px}.modern-contact__form-content p{color:#4b5563;margin:0 0 32px}.modern-contact__form{display:flex;flex-direction:column;gap:24px}.modern-contact__field{position:relative}.modern-contact__field-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;transition:color .3s ease}.modern-contact__field-icon--focused{color:#059669}.modern-contact__field-icon--error{color:#dc2626}.modern-contact__input,.modern-contact__textarea{width:100%;padding:16px 16px 16px 48px;background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;color:#1f2937;font-size:1rem;transition:all .3s ease}.modern-contact__input::placeholder,.modern-contact__textarea::placeholder{color:#4b5563b3}.modern-contact__input:focus,.modern-contact__textarea:focus{outline:none;background-color:#fff}.modern-contact__input:hover,.modern-contact__textarea:hover{border-color:#047857}.modern-contact__input--focused,.modern-contact__textarea--focused{border-color:#059669;box-shadow:0 10px 15px -3px #0596691a,0 4px 6px -2px #0596690d}.modern-contact__input--error,.modern-contact__textarea--error{border-color:#dc2626;box-shadow:0 10px 15px -3px #dc26261a,0 4px 6px -2px #dc26260d}.modern-contact__textarea{padding:16px;resize:none;min-height:120px}.modern-contact__textarea--focused{border-color:#059669;box-shadow:0 10px 15px -3px #0596691a,0 4px 6px -2px #0596690d}.modern-contact__textarea--error{border-color:#dc2626;box-shadow:0 10px 15px -3px #dc26261a,0 4px 6px -2px #dc26260d}.modern-contact__field-error{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:.875rem;color:#dc2626}.modern-contact__field-error svg{width:14px;height:14px}.modern-contact__char-counter{text-align:right;margin-top:4px;font-size:.75rem;color:#9ca3af}.modern-contact__char-counter--warning{color:#f59e0b}.modern-contact__status{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:12px;margin-bottom:20px;font-size:.875rem}.modern-contact__status svg{width:16px;height:16px}.modern-contact__status--success{background-color:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.modern-contact__status--error{background-color:#dc26261a;color:#dc2626;border:1px solid rgba(220,38,38,.2)}.modern-contact__submit{background:linear-gradient(to bottom right,#059669,#10b981);color:#fff;font-weight:600;padding:16px 32px;border-radius:12px;border:none;cursor:pointer;font-size:1rem;transition:all .3s ease;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;align-items:center;justify-content:center;gap:8px}.modern-contact__submit:hover:not(:disabled){background:linear-gradient(to bottom right,#047857,#059669);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.modern-contact__submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.modern-contact__spinner{width:20px;height:20px;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.modern-contact__social-section{max-width:1024px;margin:0 auto}.modern-contact__social-header{text-align:center;margin-bottom:48px;position:relative}.modern-contact__social-header:before{content:"";position:absolute;top:-30px;right:-20px;bottom:-30px;left:-20px;background:#ffffffd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:24px;z-index:-1;box-shadow:0 8px 32px #0000001a}.modern-contact__social-header h2{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 16px;text-shadow:0 2px 4px rgba(255,255,255,.8);position:relative;z-index:1}.modern-contact__social-header p{color:#374151;margin:0;text-shadow:0 1px 2px rgba(255,255,255,.8);position:relative;z-index:1}.modern-contact__social-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}@media (max-width: 768px){.modern-contact__social-grid{grid-template-columns:1fr}}.modern-contact__social-card{background-color:#fffc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px;padding:32px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid rgba(255,255,255,.2);text-align:center;transition:all .3s ease}.modern-contact__social-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-8px)}.modern-contact__social-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 8px}.modern-contact__social-card p{color:#4b5563;margin:0 0 24px}.modern-contact__social-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff;transition:transform .3s ease}.modern-contact__social-card:hover .modern-contact__social-icon{transform:scale(1.1)}.modern-contact__social-icon--email{background:linear-gradient(to bottom right,#3b82f6,#2563eb)}.modern-contact__social-icon--whatsapp{background:linear-gradient(to bottom right,#22c55e,#16a34a)}.modern-contact__social-icon--instagram{background:linear-gradient(to bottom right,#ec4899,#9333ea)}.modern-contact__social-button{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;padding:12px 24px;border-radius:12px;font-weight:500;transition:all .3s ease}.modern-contact__social-button--email{background-color:#3b82f6}.modern-contact__social-button--email:hover{background-color:#2563eb}.modern-contact__social-button--whatsapp{background-color:#22c55e}.modern-contact__social-button--whatsapp:hover{background-color:#16a34a}.modern-contact__social-button--instagram{background:linear-gradient(to bottom right,#ec4899,#9333ea)}.modern-contact__social-button--instagram:hover{background:linear-gradient(to bottom right,#be185d,#7c2d12)}@media (max-width: 768px){.modern-contact{padding:40px 16px}.modern-contact__title{font-size:2.25rem}.modern-contact__form-content{padding:24px}.modern-contact__form-content h2{font-size:1.5rem}.modern-contact__image-section{padding:24px;min-height:400px}}@media (max-width: 480px){.modern-contact__title{font-size:1.875rem}.modern-contact__subtitle{font-size:1.125rem}.modern-contact__social-grid{gap:16px}.modern-contact__image-section{min-height:350px}}.modern-contact--compact{padding:60px 16px}.modern-contact--compact .modern-contact__header{margin-bottom:40px;width:60%}.modern-contact--compact .modern-contact__header:before{top:-30px;right:-16px;bottom:-30px;left:-16px}.modern-contact--compact .modern-contact__header-icon{width:60px;height:60px;margin-bottom:16px}.modern-contact--compact .modern-contact__header-icon svg{width:24px;height:24px}.modern-contact--compact .modern-contact__title{font-size:1.75rem;margin:0 0 12px}.modern-contact--compact .modern-contact__subtitle{font-size:.9rem}.modern-contact--compact .modern-contact__form-section{margin:0 auto 40px}.modern-contact--compact .modern-contact__form-card{border-radius:12px}.modern-contact--compact .modern-contact__image-section{padding:24px;min-height:450px}.modern-contact--compact .modern-contact__profile-image{width:300px;height:400px;margin:0 auto 20px;border-radius:16px}@media (max-width: 1200px){.modern-contact--compact .modern-contact__profile-image{width:180px;height:180px}}@media (max-width: 768px){.modern-contact--compact .modern-contact__profile-image{width:150px;height:150px;margin:0 auto 16px}}@media (max-width: 480px){.modern-contact--compact .modern-contact__profile-image{width:120px;height:120px;margin:0 auto 12px}}.modern-contact--compact .modern-contact__profile-info h3{font-size:1.25rem;margin:0 0 6px}.modern-contact--compact .modern-contact__profile-info p{font-size:1rem}.modern-contact--compact .modern-contact__profile-tagline{margin-top:12px;gap:6px}.modern-contact--compact .modern-contact__profile-tagline span{font-size:.8rem}.modern-contact--compact .modern-contact__profile-tagline svg{width:14px;height:14px}.modern-contact--compact .modern-contact__image-decoration--top{top:20px;right:20px}.modern-contact--compact .modern-contact__image-decoration--top svg{width:80px;height:80px}.modern-contact--compact .modern-contact__image-decoration--bottom{bottom:20px;left:20px}.modern-contact--compact .modern-contact__image-decoration--bottom svg{width:56px;height:56px}.modern-contact--compact .modern-contact__form-content{padding:28px}.modern-contact--compact .modern-contact__form-content h2{font-size:1.5rem;margin:0 0 6px}.modern-contact--compact .modern-contact__form-content p{margin:0 0 24px}.modern-contact--compact .modern-contact__form{gap:18px}.modern-contact--compact .modern-contact__field-icon{left:12px}.modern-contact--compact .modern-contact__field-icon svg{width:18px;height:18px}.modern-contact--compact .modern-contact__input,.modern-contact--compact .modern-contact__textarea{padding:12px 12px 12px 40px;border-radius:10px;font-size:.9rem}.modern-contact--compact .modern-contact__textarea{padding:12px;min-height:100px}.modern-contact--compact .modern-contact__submit{padding:12px 24px;border-radius:10px;font-size:.9rem;gap:6px}.modern-contact--compact .modern-contact__submit svg{width:18px;height:18px}.modern-contact--compact .modern-contact__spinner{width:18px;height:18px}.modern-contact--compact .modern-contact__field-error{gap:4px;margin-top:4px;font-size:.75rem}.modern-contact--compact .modern-contact__field-error svg{width:12px;height:12px}.modern-contact--compact .modern-contact__char-counter{margin-top:4px;font-size:.75rem}.modern-contact--compact .modern-contact__status{gap:6px;padding:10px 12px;margin-bottom:16px;font-size:.85rem}.modern-contact--compact .modern-contact__status svg{width:14px;height:14px}.modern-contact--compact .modern-contact__social-header{margin-bottom:28px}.modern-contact--compact .modern-contact__social-header:before{top:-20px;right:-16px;bottom:-20px;left:-16px}.modern-contact--compact .modern-contact__social-header h2{font-size:1.5rem;margin:0 0 12px}.modern-contact--compact .modern-contact__social-grid{gap:18px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.modern-contact--compact .modern-contact__social-card{border-radius:12px;padding:20px}.modern-contact--compact .modern-contact__social-card h3{font-size:1.1rem;margin:0 0 6px}.modern-contact--compact .modern-contact__social-card p{margin:0 0 18px;font-size:.9rem}.modern-contact--compact .modern-contact__social-icon{width:52px;height:52px;border-radius:10px;margin:0 auto 18px}.modern-contact--compact .modern-contact__social-icon svg{width:24px;height:24px}.modern-contact--compact .modern-contact__social-button{padding:10px 20px;border-radius:10px;font-size:.9rem;gap:6px}.modern-contact--compact .modern-contact__social-button svg{width:16px;height:16px}.modern-contact--compact .modern-contact__floating-icon--1 svg{width:32px;height:32px}.modern-contact--compact .modern-contact__floating-icon--2 svg{width:26px;height:26px}.modern-contact--compact .modern-contact__floating-icon--3 svg{width:20px;height:20px}.modern-contact--compact .modern-contact__bg-decoration--1{width:240px;height:240px;top:60px;left:30px}.modern-contact--compact .modern-contact__bg-decoration--2{width:320px;height:320px;top:120px;right:60px}.modern-contact--compact .modern-contact__bg-decoration--3{width:280px;height:280px;bottom:60px}@media (max-width: 768px){.modern-contact--compact{padding:30px 16px}.modern-contact--compact .modern-contact__title{font-size:1.5rem}.modern-contact--compact .modern-contact__form-content{padding:20px}.modern-contact--compact .modern-contact__form-content h2{font-size:1.25rem}.modern-contact--compact .modern-contact__image-section{padding:18px;min-height:320px}}@media (max-width: 480px){.modern-contact--compact .modern-contact__title{font-size:1.375rem}.modern-contact--compact .modern-contact__subtitle{font-size:.875rem}.modern-contact--compact .modern-contact__social-grid{gap:12px;grid-template-columns:1fr}.modern-contact--compact .modern-contact__image-section{min-height:280px}}@media (prefers-reduced-motion: reduce){.modern-contact *{animation:none!important;transition:none!important}}.message_final__container{position:relative;width:100%;height:80vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:flex-start;padding:0 4rem;overflow:hidden}.message_final__container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000,#000c);z-index:1}@media (max-width: 768px){.message_final__container{padding:0 2rem;align-items:flex-end;justify-content:center;background-position:center right}}@media (max-width: 480px){.message_final__container{padding:0 1rem}}.message_final__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.5) 40%,rgba(0,0,0,.3) 70%,transparent 100%);z-index:1}.message_final__content{position:relative;z-index:2;max-width:600px;animation:fadeInLeft 1.2s ease-out}@media (max-width: 768px){.message_final__content{max-width:100%;text-align:center;margin-bottom:4rem}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.message_final__text{color:#ffffffe6}.message_final__title{font-size:3rem;font-weight:300;letter-spacing:1px;color:#f5f1e8;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:slideDown 1s ease-out .3s both}@media (max-width: 768px){.message_final__title{font-size:3rem;letter-spacing:1px}}@media (max-width: 480px){.message_final__title{font-size:2.5rem}}.message_final__subtitle{font-size:2rem;font-weight:600;margin-bottom:.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:slideDown 1s ease-out .6s both}@media (max-width: 768px){.message_final__subtitle{font-size:1.8rem;margin-bottom:1.5rem}}@media (max-width: 480px){.message_final__subtitle{font-size:1.5rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.message_final__description{font-size:1.3rem;line-height:1.4;opacity:0;animation:fadeIn 1s ease-out .9s both}.message_final__description p{color:#ffffffe6;text-shadow:1px 1px 2px rgba(0,0,0,.3);font-weight:400}.message_final__description p:first-child{font-size:1.1rem;opacity:.95}.message_final__description p:last-child{font-size:1.4rem;font-weight:500;color:#f5f1e8;font-style:italic;margin-top:1.5rem}@media (max-width: 768px){.message_final__description p:last-child{font-size:1.2rem}}@media (max-width: 768px){.message_final__description{font-size:1.1rem}.message_final__description p:last-child{margin-top:1rem}}@media (max-width: 480px){.message_final__description{font-size:1rem}}@media (max-width: 768px){.message_final__container{background-position:center}}.product-showcase{width:90%;max-width:1200px;margin:0 auto;padding:2rem;background:transparent;position:relative}@media (max-width: 400px){.product-showcase{padding:1rem}}@media (max-width: 600px){.product-showcase{padding:1.5rem}}@media (min-width: 1024px){.product-showcase{padding:2.5rem}}@media (min-width: 1440px){.product-showcase{padding:3rem}}@media (min-width: 1920px){.product-showcase{padding:3.5rem}}@media (min-width: 2560px){.product-showcase{padding:4rem}}@media (min-width: 3840px){.product-showcase{padding:5rem}}@media (max-width: 600px){.product-showcase{width:95%}}@media (max-width: 400px){.product-showcase{width:98%;min-height:auto}}@media (min-width: 1024px){.product-showcase{width:85%;max-width:1100px}}@media (min-width: 1440px){.product-showcase{max-width:1300px}}@media (min-width: 1920px){.product-showcase{max-width:1600px}}@media (min-width: 2560px){.product-showcase{max-width:2000px}}@media (min-width: 3840px){.product-showcase{max-width:2800px}}.showcase-header{text-align:center;margin-bottom:2rem;position:relative}@media (max-width: 600px){.showcase-header{margin-bottom:2rem}}@media (min-width: 1440px){.showcase-header{margin-bottom:4rem}}@media (min-width: 1920px){.showcase-header{margin-bottom:5rem}}@media (min-width: 3840px){.showcase-header{margin-bottom:6rem}}.main-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:400;color:#fff;letter-spacing:2px;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1);line-height:1.2}@media (min-width: 1440px){.main-title{font-size:3rem;letter-spacing:3px}}@media (min-width: 1920px){.main-title{font-size:3.5rem;letter-spacing:4px}}@media (min-width: 2560px){.main-title{font-size:4rem}}@media (min-width: 3840px){.main-title{font-size:5rem;letter-spacing:5px}}.product-card{display:flex;flex-direction:row;gap:0;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #00000026;background:transparent;position:relative;max-height:550px}@media (max-width: 768px){.product-card{flex-direction:column}}@media (min-width: 1440px){.product-card{border-radius:25px;box-shadow:0 9.6px 38.4px #0000002e}}@media (min-width: 1920px){.product-card{border-radius:30px}}@media (min-width: 3840px){.product-card{border-radius:40px;box-shadow:0 12px 48px #00000039}}.product-image-section{width:50%;position:relative;background:linear-gradient(45deg,#2c5f4f1a,#2c5f4f0d);display:flex;align-items:center;justify-content:center;min-height:400px;height:500px;overflow:hidden;border-radius:20px 0 0 20px}@media (max-width: 768px){.product-image-section{width:100%;min-height:250px;height:auto;border-radius:20px 20px 0 0}}@media (max-width: 600px){.product-image-section{min-height:200px;max-height:300px}}@media (min-width: 1024px){.product-image-section{min-height:450px;height:550px}}@media (min-width: 1440px){.product-image-section{min-height:500px;height:600px;border-radius:25px 0 0 25px}}@media (min-width: 1920px){.product-image-section{min-height:600px;height:700px;border-radius:30px 0 0 30px}}@media (min-width: 2560px){.product-image-section{min-height:700px;height:800px}}@media (min-width: 3840px){.product-image-section{min-height:900px;height:1000px;border-radius:40px 0 0 40px}}.product-image-section .product-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.product-image-section .product-image-wrapper .product-image{width:100%;height:100%;object-fit:cover;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-image-section .product-image-wrapper .product-image:hover{transform:scale(1.05)}@media (max-width: 768px){.product-image-section .product-image-wrapper .product-image:hover{transform:none}}.product-image-section .product-image-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0003,#00000080);pointer-events:none;z-index:1}.product-name-overlay{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);z-index:3;padding:2rem}.product-name{font-size:clamp(1.4rem,3vw,2rem);font-weight:400;color:#fff;margin:0;text-shadow:2px 2px 8px rgba(0,0,0,.7);letter-spacing:3px;text-align:center;line-height:1.3}@media (min-width: 1440px){.product-name{font-size:2.5rem;letter-spacing:4px}}@media (min-width: 1920px){.product-name{font-size:3rem;letter-spacing:5px}}@media (min-width: 2560px){.product-name{font-size:3.5rem}}@media (min-width: 3840px){.product-name{font-size:4.5rem;letter-spacing:6px}}.product-info-section{width:50%;min-height:500px;height:auto;padding:3rem;background:#8e754b;color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;border-radius:0 20px 20px 0}@media (max-width: 400px){.product-info-section{padding:1.5rem}}@media (max-width: 600px){.product-info-section{padding:2.25rem}}@media (min-width: 1024px){.product-info-section{padding:3.75rem}}@media (min-width: 1440px){.product-info-section{padding:4.5rem}}@media (min-width: 1920px){.product-info-section{padding:5.25rem}}@media (min-width: 2560px){.product-info-section{padding:6rem}}@media (min-width: 3840px){.product-info-section{padding:7.5rem}}@media (max-width: 768px){.product-info-section{width:100%;min-height:auto;padding:2rem;border-radius:0 0 20px 20px}}@media (min-width: 1024px){.product-info-section{min-height:550px}}@media (min-width: 1440px){.product-info-section{min-height:600px;border-radius:0 25px 25px 0}}@media (min-width: 1920px){.product-info-section{min-height:700px;padding:4rem;border-radius:0 30px 30px 0}}@media (min-width: 2560px){.product-info-section{min-height:800px;padding:5rem}}@media (min-width: 3840px){.product-info-section{min-height:1000px;padding:6rem;border-radius:0 40px 40px 0}}.rating{display:flex;gap:.3rem;margin-bottom:1.5rem;justify-content:center}@media (max-width: 768px){.rating{justify-content:flex-start}}@media (min-width: 1440px){.rating{gap:.5rem;margin-bottom:2rem}}@media (min-width: 3840px){.rating{gap:.8rem;margin-bottom:3rem}}.star{font-size:clamp(1.5rem,2vw,1.8rem);transition:all .3s cubic-bezier(.4,0,.2,1)}.star--filled{color:gold;text-shadow:0 0 10px rgba(255,215,0,.5)}.star--empty{color:#ffffff4d}.star:hover{transform:scale(1.2)}@media (min-width: 1440px){.star{font-size:2rem}}@media (min-width: 1920px){.star{font-size:2.3rem}}@media (min-width: 2560px){.star{font-size:2.5rem}}@media (min-width: 3840px){.star{font-size:3rem}}.product-title{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600;margin:0 0 1.5rem;letter-spacing:1px;text-align:center;line-height:1.3}@media (max-width: 768px){.product-title{text-align:left}}@media (min-width: 1440px){.product-title{font-size:1.6rem;margin-bottom:2rem}}@media (min-width: 1920px){.product-title{font-size:1.8rem}}@media (min-width: 2560px){.product-title{font-size:2rem}}@media (min-width: 3840px){.product-title{font-size:2.5rem;margin-bottom:2.5rem;letter-spacing:2px}}.product-description{font-size:clamp(.9rem,1.5vw,1rem);line-height:1.6;margin:0 0 2rem;text-align:center;font-style:italic;opacity:.9}@media (max-width: 768px){.product-description{text-align:left}}@media (min-width: 1440px){.product-description{font-size:1.1rem;line-height:1.7}}@media (min-width: 1920px){.product-description{font-size:1.2rem;line-height:1.8}}@media (min-width: 2560px){.product-description{font-size:1.3rem}}@media (min-width: 3840px){.product-description{font-size:1.6rem;line-height:1.9;margin-bottom:3rem}}.author-name{font-size:clamp(.85rem,1.3vw,.9rem);font-weight:800;margin:0 0 2rem;text-align:center;color:#2c5f4f;padding:.5rem 1rem;letter-spacing:1px;align-self:center;background:#ffffff1a;border-radius:20px}@media (max-width: 768px){.author-name{align-self:flex-start}}@media (min-width: 1440px){.author-name{font-size:1rem;padding:.6rem 1.2rem}}@media (min-width: 1920px){.author-name{font-size:1.1rem;padding:.7rem 1.4rem}}@media (min-width: 2560px){.author-name{font-size:1.2rem}}@media (min-width: 3840px){.author-name{font-size:1.4rem;padding:1rem 2rem;margin-bottom:3rem;border-radius:30px}}.carousel-dots{display:flex;gap:.8rem;justify-content:center;margin-bottom:1rem}@media (max-width: 768px){.carousel-dots{justify-content:flex-start}}@media (min-width: 1440px){.carousel-dots{gap:1rem}}@media (min-width: 3840px){.carousel-dots{gap:1.5rem;margin-bottom:2rem}}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#fff6;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.dot--active{background:#fff;box-shadow:0 0 10px #ffffff80}.dot:hover{background:#ffffffb3;transform:scale(1.2)}@media (min-width: 1440px){.dot{width:14px;height:14px}}@media (min-width: 1920px){.dot{width:16px;height:16px}}@media (min-width: 3840px){.dot{width:20px;height:20px}}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background-color:transparent;border:none;color:#fff;font-size:1.8rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;z-index:5}.carousel-btn--prev{left:10px}.carousel-btn--next{right:10px}.carousel-btn:hover{color:#2c5f4fcc;transform:translateY(-50%) scale(1.1)}.carousel-btn:active{transform:translateY(-50%) scale(.95)}@media (max-width: 600px){.carousel-btn{width:40px;height:40px;font-size:1.4rem}.carousel-btn--prev{left:5px}.carousel-btn--next{right:5px}}@media (min-width: 1024px){.carousel-btn{width:55px;height:55px;font-size:2rem}}@media (min-width: 1440px){.carousel-btn{width:60px;height:60px;font-size:2.2rem}.carousel-btn--prev{left:20px}.carousel-btn--next{right:20px}}@media (min-width: 1920px){.carousel-btn{width:70px;height:70px;font-size:2.5rem}}@media (min-width: 2560px){.carousel-btn{width:80px;height:80px;font-size:2.8rem}}@media (min-width: 3840px){.carousel-btn{width:100px;height:100px;font-size:3.5rem}.carousel-btn--prev{left:30px}.carousel-btn--next{right:30px}}.decorative-leaf{position:absolute;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:4;opacity:.8}.decorative-leaf .leaf-icon{font-size:2rem;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3));transition:all .3s cubic-bezier(.4,0,.2,1)}.decorative-leaf--top{top:1rem;right:2rem;transform:rotate(45deg)}.decorative-leaf--top .leaf-icon{color:#7fb069}.decorative-leaf--image{top:1rem;left:1rem;transform:rotate(-30deg)}.decorative-leaf--image .leaf-icon{color:#6fa055}.decorative-leaf--bottom{bottom:1rem;right:1rem;transform:rotate(135deg)}.decorative-leaf--bottom .leaf-icon{color:#8fc073}.decorative-leaf:hover{opacity:1;transform:scale(1.2) rotate(var(--rotation, 0deg))}.decorative-leaf:hover .leaf-icon{filter:drop-shadow(3px 3px 8px rgba(0,0,0,.4))}@media (max-width: 600px){.decorative-leaf{width:40px;height:40px}.decorative-leaf .leaf-icon{font-size:1.5rem}}@media (min-width: 1440px){.decorative-leaf{width:60px;height:60px}.decorative-leaf .leaf-icon{font-size:2.5rem}}@media (min-width: 1920px){.decorative-leaf{width:70px;height:70px}.decorative-leaf .leaf-icon{font-size:3rem}}@media (min-width: 3840px){.decorative-leaf{width:90px;height:90px}.decorative-leaf .leaf-icon{font-size:4rem}}@keyframes float{0%,to{transform:translateY(0) rotate(var(--rotation, 0deg))}50%{transform:translateY(-10px) rotate(var(--rotation, 0deg))}}.product-showcase:hover .decorative-leaf{animation:float 3s ease-in-out infinite}.product-showcase:hover .decorative-leaf--top{--rotation: 45deg}.product-showcase:hover .decorative-leaf--image{--rotation: -30deg}.product-showcase:hover .decorative-leaf--bottom{--rotation: 135deg}@media (max-width: 768px){.product-showcase:hover .decorative-leaf{animation:none}}@media (max-width: 768px) and (orientation: landscape){.product-showcase{min-height:auto;padding:1rem}.product-card{flex-direction:row}.product-image-section{width:40%;min-height:280px;border-radius:20px 0 0 20px}.product-info-section{width:60%;min-height:280px;padding:1.5rem;border-radius:0 20px 20px 0}}@media (min-aspect-ratio: 21/9){.product-showcase{max-width:2200px}.product-card{max-width:1800px;margin:0 auto}}@media (max-width: 768px){.product-description{max-height:120px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.product-description::-webkit-scrollbar{width:4px}.product-description::-webkit-scrollbar-track{background:transparent}.product-description::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:2px}.product-description::-webkit-scrollbar-thumb:hover{background-color:#ffffff80}}@media (hover: none) and (pointer: coarse){.carousel-btn{width:55px;height:55px}}@media (hover: none) and (pointer: coarse) and (max-width: 600px){.carousel-btn{width:45px;height:45px}}@media (hover: none) and (pointer: coarse) and (min-width: 1440px){.carousel-btn{width:65px;height:65px}}@media (hover: none) and (pointer: coarse){.dot{width:14px;height:14px}}@media (hover: none) and (pointer: coarse) and (max-width: 600px){.dot{width:12px;height:12px}}@media (hover: none) and (pointer: coarse) and (min-width: 1440px){.dot{width:16px;height:16px}}@media (hover: none) and (pointer: coarse){.star:hover,.decorative-leaf:hover{transform:none}}@media (prefers-contrast: high){.product-card{border:2px solid #ffffff}.product-name,.product-title,.product-description{text-shadow:0 2px 6px rgba(0,0,0,.8)}.carousel-btn{border:2px solid #ffffff}}@supports (padding-top: env(safe-area-inset-top)){.product-showcase{padding-left:max(2rem,env(safe-area-inset-left));padding-right:max(2rem,env(safe-area-inset-right))}@media (max-width: 768px){.product-showcase{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}@media (min-width: 1440px){.product-showcase{padding-left:max(3rem,env(safe-area-inset-left));padding-right:max(3rem,env(safe-area-inset-right))}}}@media print{.product-showcase{background:#fff;box-shadow:none}.product-card{box-shadow:none;border:1px solid #ddd}.carousel-btn,.carousel-dots,.decorative-leaf{display:none}.product-info-section{background:#fff;color:#000}.product-name,.product-title,.product-description{color:#000;text-shadow:none}}.fade-in-view{--fade-duration: .6s;--fade-distance: 20px;--fade-easing: cubic-bezier(.4, 0, .2, 1);transition:opacity var(--fade-duration) var(--fade-easing),transform var(--fade-duration) var(--fade-easing)}.fade-in-view--hidden{opacity:0;pointer-events:none;will-change:transform,opacity}.fade-in-view--visible{opacity:1;transform:translateZ(0);pointer-events:auto;will-change:auto}.fade-in-view--up.fade-in-view--hidden{transform:translate3d(0,var(--fade-distance),0)}.fade-in-view--down.fade-in-view--hidden{transform:translate3d(0,calc(-1 * var(--fade-distance)),0)}.fade-in-view--left.fade-in-view--hidden{transform:translate3d(var(--fade-distance),0,0)}.fade-in-view--right.fade-in-view--hidden{transform:translate3d(calc(-1 * var(--fade-distance)),0,0)}.fade-in-view--fade.fade-in-view--hidden{transform:translateZ(0)}.fade-in-view--fast{--fade-duration: .3s}.fade-in-view--slow{--fade-duration: 1s}.fade-in-view--near{--fade-distance: 10px}.fade-in-view--far{--fade-distance: 40px}.fade-in-view--bounce{--fade-easing: cubic-bezier(.68, -.55, .265, 1.55)}.fade-in-view--ease-out{--fade-easing: cubic-bezier(.25, .46, .45, .94)}.fade-in-view--linear{--fade-easing: linear}@media (prefers-reduced-motion: reduce){.fade-in-view{--fade-distance: 0px;--fade-duration: .2s}.fade-in-view--hidden{transform:none}}.line-logo-separacion__container{display:flex;align-items:center;justify-content:center;width:100%;padding:2rem;position:relative}.line-logo-separacion__container .line-logo-separacion__line{flex:1;height:1px;background:linear-gradient(to right,transparent 0%,#e2e8f0 20%,#cbd5e1 50%,#e2e8f0 80%,transparent 100%);position:relative;opacity:0;transform:scaleX(0);transform-origin:center;animation:lineGrow .8s ease-out .1s forwards}.line-logo-separacion__container .line-logo-separacion__line:after{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.3),transparent);transform:translateY(-50%);opacity:0;animation:shimmerLine 2s ease-in-out infinite}.line-logo-separacion__container .line-logo-separacion__text{margin:0 1.5rem;padding:.5rem 1rem;position:relative;z-index:10}.line-logo-separacion__container .line-logo-separacion__text h4{margin:0;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#64748b;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}@keyframes lineGrow{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes shimmerLine{0%,to{opacity:0}50%{opacity:1}}.line-logo-separacion__container--prominent{margin:3rem 0}.line-logo-separacion__container--prominent .line-logo-separacion__line{height:2px;background:linear-gradient(to right,transparent 0%,#cbd5e1 20%,#94a3b8 50%,#cbd5e1 80%,transparent 100%)}.line-logo-separacion__container--prominent .line-logo-separacion__text{margin:0 2rem;padding:.75rem 1.5rem}.line-logo-separacion__container--prominent .line-logo-separacion__text h4{font-size:1rem;font-weight:600}.line-logo-separacion__container--subtle{margin:1rem 0}.line-logo-separacion__container--subtle .line-logo-separacion__line{background:linear-gradient(to right,transparent 0%,#f1f5f9 30%,#e2e8f0 50%,#f1f5f9 70%,transparent 100%)}.line-logo-separacion__container--subtle .line-logo-separacion__text{margin:0 1rem;padding:.375rem .75rem}.line-logo-separacion__container--subtle .line-logo-separacion__text h4{font-size:.8rem;font-weight:400}@media (max-width: 1024px){.line-logo-separacion__container{padding:0 .75rem}.line-logo-separacion__container .line-logo-separacion__text{margin:0 1.25rem}.line-logo-separacion__container .line-logo-separacion__text h4{font-size:.8rem}}@media (max-width: 768px){.line-logo-separacion__container{margin:1.25rem 0;padding:0 .5rem}.line-logo-separacion__container .line-logo-separacion__text{margin:0 1rem;padding:.375rem .75rem}.line-logo-separacion__container .line-logo-separacion__text h4{font-size:.8rem;letter-spacing:.035em}.line-logo-separacion__container .line-logo-separacion__line:after{animation:none}}@media (max-width: 480px){.line-logo-separacion__container{margin:6rem 0;padding:0 .25rem}.line-logo-separacion__container .line-logo-separacion__line{background:linear-gradient(to right,transparent 0%,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%,transparent 100%)}.line-logo-separacion__container .line-logo-separacion__text{margin:0 .5rem;padding:.25rem .5rem}.line-logo-separacion__container .line-logo-separacion__text h4{font-size:.7rem;letter-spacing:.03em}}@media (max-width: 360px){.line-logo-separacion__container{margin:.75rem 0}.line-logo-separacion__container .line-logo-separacion__text{margin:0 .375rem}.line-logo-separacion__container .line-logo-separacion__text h4{font-size:.68rem}}@media (max-height: 500px) and (orientation: landscape){.line-logo-separacion__container{margin:.5rem 0}.line-logo-separacion__container .line-logo-separacion__text{padding:.25rem .5rem}.line-logo-separacion__container .line-logo-separacion__text h4{font-size:.75rem}}@keyframes fadeInDelayed{0%,30%{opacity:0}to{opacity:1}}@keyframes fadeInSlow{0%,50%{opacity:0}to{opacity:1}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes fadeZoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.home__container{width:100%;min-height:100vh;position:relative;overflow:hidden}.home__container .home__header-img-container .home__header-img{position:absolute;top:0;left:0;width:100%;height:100vh;object-fit:cover;z-index:1}.home__container .home__header-img-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000,#000000d9 20%,#000000bf 25%,#000000a6 50%,#00000073 70%,#00000026,#0000);z-index:2}.home__container .home__header-container{display:flex;position:relative;z-index:10;flex-direction:row;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:5%}@media screen and (max-width: 767px){.home__container .home__header-container{flex-direction:column;justify-content:center;gap:2rem;padding:0;min-height:100vh}}@media screen and (min-width: 769px) and (max-width: 1023px){.home__container .home__header-container{flex-direction:row;gap:3rem;padding:0}}@media screen and (min-width: 1024px){.home__container .home__header-container{gap:0rem}}@media screen and (min-width: 1280px){.home__container .home__header-container{gap:0;padding:0}}.home__container .home__header-logo{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;width:30%;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeInDelayed .5s cubic-bezier(.4,0,.2,1) both}@media screen and (min-width: 769px) and (max-width: 1023px){.home__container .home__header-logo{width:90%}}@media screen and (max-width: 767px){.home__container .home__header-logo{width:90%}}.home__container .home__header-logo .home__header-logo-img{display:flex;flex-direction:column;align-items:center;width:100%}.home__container .home__header-logo .home__header-logo-img img{height:12rem;width:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5));transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeInSlow .8s cubic-bezier(.4,0,.2,1) both}@media screen and (max-width: 319px){.home__container .home__header-logo .home__header-logo-img img{height:8rem}}@media screen and (max-width: 479px){.home__container .home__header-logo .home__header-logo-img img{height:9rem}}@media screen and (max-width: 767px){.home__container .home__header-logo .home__header-logo-img img{height:10rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.home__container .home__header-logo .home__header-logo-img img{height:11rem}}@media screen and (min-width: 1024px){.home__container .home__header-logo .home__header-logo-img img{height:13rem}}@media screen and (min-width: 1280px){.home__container .home__header-logo .home__header-logo-img img{height:15rem}}.home__container .home__header-logo .home__header-logo-text h1{font-size:1.6rem;font-weight:500;color:#fff;margin:0;text-shadow:0 4px 10px rgba(0,0,0,.8);transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeInSlow .8s cubic-bezier(.4,0,.2,1) both}@media screen and (max-width: 319px){.home__container .home__header-logo .home__header-logo-text h1{font-size:1.2rem}}@media screen and (max-width: 479px){.home__container .home__header-logo .home__header-logo-text h1{font-size:1.3rem}}@media screen and (max-width: 767px){.home__container .home__header-logo .home__header-logo-text h1{font-size:1.4rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.home__container .home__header-logo .home__header-logo-text h1{font-size:1.5rem}}@media screen and (min-width: 1024px){.home__container .home__header-logo .home__header-logo-text h1{font-size:1.8rem}}@media screen and (min-width: 1280px){.home__container .home__header-logo .home__header-logo-text h1{font-size:1.5rem}}.home__container .home__content-titile{display:flex;flex-direction:column;gap:1.5rem;max-width:50%;text-align:center;position:relative;z-index:10;animation:fadeInDelayed 2s cubic-bezier(.4,0,.2,1) both}@media screen and (max-width: 767px){.home__container .home__content-titile{max-width:90%}}@media screen and (min-width: 769px) and (max-width: 1023px){.home__container .home__content-titile{text-align:left;width:90%;max-width:90%;gap:1.5rem}}@media screen and (min-width: 1024px){.home__container .home__content-titile{gap:1.5rem}}.home__container .home__content-titile .home__content-titile-text h1{font-size:1.8rem;font-weight:600;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.7),0 4px 12px rgba(0,0,0,.6),0 1px 0 rgba(255,255,255,.05);transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeInSlow .8s cubic-bezier(.4,0,.2,1) both}@media screen and (max-width: 319px){.home__container .home__content-titile .home__content-titile-text h1{font-size:1.4rem}}@media screen and (max-width: 479px){.home__container .home__content-titile .home__content-titile-text h1{font-size:1.5rem}}@media screen and (max-width: 767px){.home__container .home__content-titile .home__content-titile-text h1{font-size:1.6rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.home__container .home__content-titile .home__content-titile-text h1{font-size:2rem}}@media screen and (min-width: 1024px){.home__container .home__content-titile .home__content-titile-text h1{font-size:2.5rem}}@media screen and (min-width: 1280px){.home__container .home__content-titile .home__content-titile-text h1{font-size:2.5rem}}.home__container .home__content-titile .home__content-titile-subtitle h2{font-size:1rem;font-weight:400;color:#f0f0f0;margin:0;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.6);transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeInSlow .8s cubic-bezier(.4,0,.2,1) both}@media screen and (max-width: 319px){.home__container .home__content-titile .home__content-titile-subtitle h2{font-size:.9rem}}@media screen and (max-width: 479px){.home__container .home__content-titile .home__content-titile-subtitle h2{font-size:.95rem}}@media screen and (max-width: 767px){.home__container .home__content-titile .home__content-titile-subtitle h2{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.home__container .home__content-titile .home__content-titile-subtitle h2{font-size:1rem}}@media screen and (min-width: 1024px){.home__container .home__content-titile .home__content-titile-subtitle h2{font-size:1rem}}@media screen and (min-width: 1280px){.home__container .home__content-titile .home__content-titile-subtitle h2{font-size:1rem}}.home__container .home__content-titile .home__content-titile-buttons{display:flex;justify-content:center;margin:0 auto;position:relative;z-index:15;height:40px;animation:fadeInSlow .8s cubic-bezier(.4,0,.2,1) both;gap:1rem}@media screen and (max-width: 767px){.home__container .home__content-titile .home__content-titile-buttons{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:1rem;height:auto}}@media screen and (min-width: 769px) and (max-width: 1023px){.home__container .home__content-titile .home__content-titile-buttons{flex-direction:row;justify-content:flex-start;gap:1.5rem}}.home__container .home__content{width:100%;height:auto;position:relative;z-index:1}@media screen and (max-width: 767px){.home__container .home__content{padding:2%}}.home__container .home__content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000,#0009,#000000b3 50%,#0009 70%,#00000866,#0003);z-index:0}@media screen and (max-width: 767px){.home__container .home__content:before{height:80%}}@media screen and (min-width: 769px) and (max-width: 1023px){.home__container .home__content:before{height:55%}}@media screen and (min-width: 1024px){.home__container .home__content:before{height:100%}}.home__container .home__content .home__content--mision__container{width:100%;padding:0;position:relative;z-index:2}.home__container .home__content .home__content--mision__container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(180deg);opacity:1;z-index:0}.home__container .home__content .home__content--mision{width:100%;min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}@media screen and (max-width: 767px){.home__container .home__content .home__content--mision{padding:2rem 1.5rem;min-height:auto;border-radius:1rem;gap:2rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.home__container .home__content .home__content--mision{padding:3rem 2rem;min-height:600px;border-radius:1.2rem;gap:2.5rem}}@media screen and (min-width: 1024px){.home__container .home__content .home__content--mision{padding:4rem 3rem;min-height:700px;gap:3rem}}@media (min-width: 1400px){.home__container .home__content .home__content--mision{padding:4rem 3rem;gap:4rem;max-width:1400px;margin-left:auto;margin-right:auto}}.home__container .home__content .home__content--mision .content--mision--titiles{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:800px;z-index:2}@media screen and (max-width: 767px){.home__container .home__content .home__content--mision .content--mision--titiles{gap:1rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.home__container .home__content .home__content--mision .content--mision--titiles{gap:1.5rem;max-width:700px}}@media screen and (min-width: 1024px){.home__container .home__content .home__content--mision .content--mision--titiles{gap:2rem;max-width:800px}}.home__container .home__content .home__content--mision .content--mision--titiles .mision--titile h1{font-size:clamp(.875rem,1.5vw,1.125rem);font-weight:500;color:#8fa55f;margin:0;line-height:1.2;text-shadow:0 2px 6px rgba(0,0,0,.5);letter-spacing:.1em;text-transform:uppercase;position:relative;padding-bottom:1rem}.home__container .home__content .home__content--mision .content--mision--titiles .mision--titile h1:after{content:"";position:absolute;bottom:0rem;left:50%;transform:translate(-50%);width:450px;height:2px;background:linear-gradient(90deg,transparent,rgba(110,133,73,.3),transparent)}@media screen and (max-width: 767px){.home__container .home__content .home__content--mision .content--mision--titiles .mision--titile h1:after{bottom:1rem;width:100px}}.home__container .home__content .home__content--mision .content--mision--titiles .mision--subTitle h2{font-size:clamp(1.75rem,3vw,3rem);font-weight:700;color:#000;line-height:1.3;background:#000;text-shadow:0px 2px 2px rgba(0,0,0,.4),0px 6px 12px rgba(0,0,0,.35),0px 12px 24px rgba(0,0,0,.25),0px 0px 6px rgba(255,214,150,.4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media screen and (max-width: 767px){.home__container .home__content .home__content--mision .content--mision--titiles .mision--subTitle h2{font-size:clamp(1.5rem,6vw,2.25rem);line-height:1.25}}.home__container .home__content .home__content--mision .content--mision--titiles .mision--parrafo{width:100%;max-width:900px}.home__container .home__content .home__content--mision .content--mision--titiles .mision--parrafo p{font-size:clamp(1rem,2vw,1.1rem);font-weight:400;color:#0a0a0a;margin:0}@media screen and (max-width: 767px){.home__container .home__content .home__content--mision .content--mision--titiles .mision--parrafo p{font-size:clamp(.95rem,2.5vw,1.125rem);line-height:1.7;padding:0}}.home__container .home__content .home__content--mision .content--mision--carousel-wrapper{display:flex;align-items:center;justify-content:center;width:100%;position:relative;z-index:2}@media screen and (max-width: 767px){.home__container .home__content .home__content--mision .content--mision--carousel-wrapper{min-height:300px;padding:0 1rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.home__container .home__content .home__content--mision .content--mision--carousel-wrapper{min-height:400px;max-width:90%}}@media screen and (min-width: 1024px){.home__container .home__content .home__content--mision .content--mision--carousel-wrapper{max-width:1000px}}.home__container .home__content .home__content--mision.in-view .mision--titile,.home__container .home__content .home__content--mision.in-view .mision--subTitle,.home__container .home__content .home__content--mision.in-view .mision--parrafo,.home__container .home__content .home__content--mision.in-view .content--mision--carousel-wrapper{animation:fadeInUp .8s ease-out forwards;opacity:0}.home__container .home__content .home__content--mision.in-view .mision--titile{animation-delay:.1s}.home__container .home__content .home__content--mision.in-view .mision--subTitle{animation-delay:.2s}.home__container .home__content .home__content--mision.in-view .mision--parrafo{animation-delay:.3s}.home__container .home__content .home__content--mision.in-view .content--mision--carousel-wrapper{animation-delay:.4s}.home__container .home__content .home__content--servicios{height:auto;position:relative}.home__container .home__content .home__content--servicios .content--servicios__cta-timer{height:auto;display:flex;flex-direction:column;position:relative}.home__container .home__content .home__content--servicios .content--servicios__cta-timer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(0);opacity:1;z-index:0}.home__container .home__content .home__content--servicios .content--servicios__cta-timer .home__content--servicios-buttons{display:flex;justify-content:center;align-items:center;gap:1rem;margin:0%}@media (min-width: 1400px){.home__container .home__content .home__content--servicios .content--servicios__cta-timer .home__content--servicios-buttons{width:40%;max-width:600px}}@media (min-width: 1800px){.home__container .home__content .home__content--servicios .content--servicios__cta-timer .home__content--servicios-buttons{width:35%;max-width:700px}}.home__container .home__content .home__content--servicios:hover .content--servicios__text h2{animation-duration:3s}.home__container .home__content .content--servicios__container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.home__container .home__content .content--servicios__container .servicios--cta{display:flex;justify-content:center;align-items:center;gap:1rem;margin:5%}.home__container .home__content .content--servicios__text{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:2.5rem;position:relative;margin-top:3rem;margin-bottom:4rem}@media (min-width: 1400px){.home__container .home__content .content--servicios__text{max-width:1400px;gap:1rem}}@media (min-width: 1800px){.home__container .home__content .content--servicios__text{max-width:1600px;gap:2rem;margin-top:5rem;margin-bottom:3rem}}@media screen and (min-width: 1024px){.home__container .home__content .content--servicios__text{flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap}}.home__container .home__content .content--servicios__text h2{margin:0 auto;width:100%;font-size:2.5rem;font-weight:600;color:#000;background:#000;background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;animation:gradientShift 6s ease-in-out infinite;text-align:center;opacity:0;animation:fadeZoomIn .8s ease forwards;text-shadow:0px 2px 2px rgba(0,0,0,.4),0px 6px 12px rgba(0,0,0,.35),0px 12px 24px rgba(0,0,0,.25),0px 0px 6px rgba(255,214,150,.4)}@media screen and (max-width: 767px){.home__container .home__content .content--servicios__text h2{font-size:2rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.home__container .home__content .content--servicios__text h2{font-size:2.2rem}}@media screen and (min-width: 1024px){.home__container .home__content .content--servicios__text h2{width:80%;font-size:2.5rem}}@media (min-width: 1400px){.home__container .home__content .content--servicios__text h2{font-size:3rem;width:85%;margin-bottom:2rem}}@media (min-width: 1800px){.home__container .home__content .content--servicios__text h2{font-size:3.5rem;width:90%;margin-bottom:3rem}}@media (min-width: 2200px){.home__container .home__content .content--servicios__text h2{font-size:4rem;margin-bottom:4rem}}.home__container .home__content .content--servicios__text p,.home__container .home__content .content--servicios__text span{display:flex;justify-content:center;align-items:center;padding:3rem;border-radius:5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a;position:relative;opacity:1;transition:all .3s ease;border-left:4px solid #22c55e;min-height:250px;height:auto}.home__container .home__content .content--servicios__text p:before,.home__container .home__content .content--servicios__text span:before{content:'"';font-size:4rem;color:#fff;position:absolute;top:-20px;left:10px;font-family:serif;opacity:.5}@media (min-width: 1400px){.home__container .home__content .content--servicios__text p:before,.home__container .home__content .content--servicios__text span:before{font-size:4.5rem;top:-25px;left:15px}}@media (min-width: 1800px){.home__container .home__content .content--servicios__text p:before,.home__container .home__content .content--servicios__text span:before{font-size:5rem;top:-30px;left:20px}}.home__container .home__content .content--servicios__text p:hover,.home__container .home__content .content--servicios__text span:hover{transform:scale(1.01);border-color:#fffdfd33;transition:all .3s ease;box-shadow:0 5px 20px #fffdfd1a}@media screen and (max-width: 767px){.home__container .home__content .content--servicios__text p,.home__container .home__content .content--servicios__text span{padding:1.5rem;margin:0}}@media screen and (min-width: 1024px){.home__container .home__content .content--servicios__text p,.home__container .home__content .content--servicios__text span{flex:1 1 45%}}@media (min-width: 1400px){.home__container .home__content .content--servicios__text p,.home__container .home__content .content--servicios__text span{padding:4rem;border-radius:5px;flex:1 1 48%}}@media (min-width: 1800px){.home__container .home__content .content--servicios__text p,.home__container .home__content .content--servicios__text span{padding:3rem;height:220px;border-radius:5px;flex:1 1 47%;max-width:calc(47% - 1.5rem)}}@media (min-width: 2200px){.home__container .home__content .content--servicios__text p,.home__container .home__content .content--servicios__text span{padding:3.5rem;border-radius:5px;flex:1 1 46%;max-width:calc(46% - 2rem)}}.home__container .home__content .content--servicios__text p{background:linear-gradient(135deg,#22c55e1a,#3b82f61a);background:#08080880;font-size:.95rem;color:#fff;line-height:1.7;font-weight:400}@media (min-width: 1400px){.home__container .home__content .content--servicios__text p{font-size:1.1rem;line-height:1.8}}@media (min-width: 1800px){.home__container .home__content .content--servicios__text p{font-size:1.2rem;line-height:1.9}}@media (min-width: 2200px){.home__container .home__content .content--servicios__text p{font-size:1.3rem;line-height:2}}.home__container .home__content .content--servicios__text span{background:linear-gradient(135deg,#22c55e80,#3b82f626);font-size:1rem;color:#000;line-height:1.6;animation-delay:.4s}@media screen and (max-width: 767px){.home__container .home__content .content--servicios__text span{margin-top:1rem;margin-bottom:1rem}}@media (min-width: 1400px){.home__container .home__content .content--servicios__text span{font-size:1.15rem;line-height:1.7}}@media (min-width: 1800px){.home__container .home__content .content--servicios__text span{font-size:1.25rem;line-height:1.8}}@media (min-width: 2200px){.home__container .home__content .content--servicios__text span{font-size:1.35rem;line-height:1.9}}.home__container .home__content .home__content--products{width:100%;min-height:400px;position:relative}.home__container .home__content .home__content--products-title{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;width:100%;text-align:center}.home__container .home__content .home__content--products-title h2{font-size:2.5rem;font-weight:700;color:#facc15;text-shadow:0 4px 10px rgba(0,0,0,.8);line-height:1.3}.home__container .home__content .home__content--products-title p{font-size:1.2rem;font-weight:400;color:#f1f5f9;max-width:600px;text-shadow:0 1px 3px rgba(0,0,0,.5);line-height:1.6;margin-bottom:1rem}.home__container .home__content .home__content--products .home__content--products-button{display:flex;justify-content:center;align-items:center;margin:3%}.home__container .home__content .home__content--bitacora{width:100%;height:100%;position:relative}.home__container .home__content .home__content--message_final{width:100%;height:100%;position:relative;padding:2rem}.home__container .home__content .home__content--message_final:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(0);opacity:1;z-index:0;margin-top:-1px}.button-CTA{display:flex;justify-content:center;align-items:center;text-decoration:none}.button-CTA button{background-color:#063b2c77;color:#d0de85;border:none;border-radius:5px;font-size:1rem;font-weight:500;cursor:pointer;padding:.65rem 3.2rem;transition:all .3s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 6px 16px #0000004d;margin-top:.5rem;letter-spacing:.5px}.button-CTA button:hover{background-color:#063b2c;color:#fff;box-shadow:0 10px 28px #0006}.demo-button{display:flex;justify-content:center;align-items:center}@media (prefers-reduced-motion: reduce){.home__content--mision .content--mision__carousel>*:hover{transform:none}.home__content--mision .content--mision__carousel>*:before{display:none}.home__content--mision .content--mision--titiles>*{animation:none}}.services__container{width:100%;min-height:100vh;height:auto;position:relative;opacity:0;transform:translateY(30px);transition:all .3s cubic-bezier(.4,0,.2,1)}.services__container.visible{opacity:1;transform:translateY(0)}.services__container .services--header__container{width:100%;height:100vh;position:relative;overflow:hidden;background:#111827}.services__container .services--header__container .services--header__img{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.services__container .services--header__container .services--header__img img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.9;filter:brightness(.7) contrast(1.1);transition:transform 10s ease-out}.services__container .services--header__container .services--header__img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#0000001a 50%,#0009 85%,#000000e6 95%,#000);z-index:2}.services__container .services--header__container .services--header__img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:3}.services__container .services--header__container .services--header__content{width:100%;height:100%;position:relative;z-index:10;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 10%;max-width:1400px;margin:0 auto}.services__container .services--header__container .services--header__content .services--header__content--title{margin-bottom:1.5rem;animation:fadeInLeft 1s ease-out}.services__container .services--header__container .services--header__content .services--header__content--title h1{font-size:clamp(3rem,5vw,4.5rem);color:#fff;font-weight:300;letter-spacing:2px;line-height:1.2;text-transform:uppercase;margin:0;display:flex;flex-direction:column;gap:.2rem}.services__container .services--header__container .services--header__content .services--header__content--title h1 span{display:block}.services__container .services--header__container .services--header__content .services--header__content--title h1 span:first-child{font-weight:300}.services__container .services--header__container .services--header__content .services--header__content--title h1 span:last-child{font-weight:500;position:relative}.services__container .services--header__container .services--header__content .services--header__content--title h1 span:last-child:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:2px;background:#f2e93d;transition:width .3s ease}@media (max-width: 768px){.services__container .services--header__container .services--header__content .services--header__content--title h1{font-size:clamp(2.5rem,7vw,3.5rem);letter-spacing:1px}}@media (max-width: 480px){.services__container .services--header__container .services--header__content .services--header__content--title h1{font-size:clamp(2rem,8vw,2.5rem)}}.services__container .services--header__container .services--header__content .services--header__content--subtitle{margin-bottom:3rem;max-width:500px;animation:fadeInLeft 1s ease-out .2s both}.services__container .services--header__container .services--header__content .services--header__content--subtitle p{font-size:clamp(1rem,1.8vw,1.2rem);color:#ffffffd9;line-height:1.7;font-weight:300;letter-spacing:.3px;margin:0}@media (max-width: 768px){.services__container .services--header__container .services--header__content .services--header__content--subtitle p{font-size:clamp(.95rem,2.5vw,1.1rem)}}@media (max-width: 480px){.services__container .services--header__container .services--header__content .services--header__content--subtitle p{font-size:clamp(.9rem,3vw,1rem);line-height:1.6}}.services__container .services--header__container .services--header__content .services--header__content--button{animation:fadeInLeft 1s ease-out .4s both;width:50%;display:flex;justify-content:center}.services__container .services--header__container .scroll-indicator{position:absolute;bottom:6rem;left:50%;transform:translate(-50%);z-index:10;animation:fadeIn 2s ease-out 1s both}.services__container .services--header__container .scroll-indicator .mouse{width:25px;height:40px;border:2px solid rgba(255,255,255,.5);border-radius:20px;position:relative}.services__container .services--header__container .scroll-indicator .mouse:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:3px;height:8px;background:#ffffffb3;border-radius:2px;animation:scroll 2s infinite;z-index:10}.services__container .services--content{z-index:1;background:linear-gradient(to top,#0003,#034335 5%,#034335);margin:0 auto;text-align:center}.services__container .services--content .services--content--filters{width:100%!important;position:relative;z-index:10;padding-top:10%}.services__container .services--content .services--content--filters:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.services__container .services--content .services--content--filters:after{content:"";position:absolute;top:-120px;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent,rgba(3,67,53,.1),rgba(3,67,53,.2),rgba(3,67,53,.3),rgba(3,67,53,.4),rgba(3,67,53,.5),rgba(3,67,53,.6),rgba(3,67,53,.7),rgba(3,67,53,.8),rgba(3,67,53,.9),rgba(3,67,53,.95),rgb(3,67,53));z-index:-1;pointer-events:none;width:100%!important}.services__container .services--content .services--content--filters .catalog-filter-simple .filter-container{overflow:hidden}.services__container .services--content .services--content--grid{position:relative;z-index:1}.services__container .services--content .services--content--grid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:top;transform:rotate(180deg);opacity:1;z-index:-1}.services__container .services--content .services--content--grid .filter-null{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:1.25rem 1.5rem;gap:.5rem;background:linear-gradient(180deg,#ffffffdb,#fafafad1);border:1px solid rgba(255,255,255,.36);box-shadow:0 12px 30px #03241c1a;-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);border-radius:14px;font-size:clamp(.95rem,1.6vw,1.15rem);color:#082820e6;line-height:1.6;font-weight:400;text-align:center;animation:fadeInSlideUp .42s cubic-bezier(.2,.9,.3,1) both;background-image:linear-gradient(180deg,#ffffffdb,#fafafad1),var(--bg-paper-url, none);background-blend-mode:normal}@media (max-width: 640px){.services__container .services--content .services--content--grid .filter-null{padding:1rem;min-height:140px}.services__container .services--content .services--content--grid .filter-null:before{font-size:1.3rem}.services__container .services--content .services--content--grid .filter-null:after{width:40px;height:3px}}.services__container .services--content .services--content--testimonials{position:relative;z-index:1;padding-top:5%}.services__container .services--content .services--content--testimonials:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(0);opacity:1;z-index:-1}.services__container .services--content .services--content--CTA-cuenta-rgresiva{margin-top:10%}.services__container .services--content .services--content--faq{margin-top:5%}.services__container .services--content .services--content--message_final{padding:0rem 2rem 4rem;margin-top:5%}@media print{.services__container .services__background{display:none}.services__container .services__content{background:#fff;box-shadow:none}}@keyframes floatAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px #d0de854d,0 0 40px #d0de851a}50%{box-shadow:0 0 30px #d0de8580,0 0 60px #d0de8533}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.aboutMe__container{width:100%;min-height:auto;height:auto;position:relative;overflow:hidden}.aboutMe__container .aboutMe__header-img-container{height:100vh;width:100%;position:relative;overflow:hidden}.aboutMe__container .aboutMe__header-img-container .aboutMe__header-img{position:absolute;top:0;left:0;width:100%;height:100vh;object-fit:cover;z-index:1;transform:scale(1.1);animation:parallaxImage 22s ease-out forwards}.aboutMe__container .aboutMe__header-img-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000,#000000d9 20%,#000000bf 25%,#000000bf 50%,#0000008c 70%,#00000040,#0000);z-index:2}@media (prefers-reduced-motion: reduce){.aboutMe__container .aboutMe__header-img-container .aboutMe__header-img{animation:none;transform:scale(1)}}.aboutMe__container .aboutMe__header-content-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;display:flex;align-items:center;justify-content:center}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content{width:90%;max-width:800px;padding:2rem;text-align:center;opacity:0;transform:translateY(30px);animation:fadeInSlide .9s ease-out .3s forwards}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title{margin-bottom:2rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:300;color:#fff;margin:0 0 1rem;line-height:1.2;letter-spacing:-.02em;opacity:0;animation:revealText .9s ease-out .4s forwards}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title p{font-size:clamp(1rem,2vw,1rem);color:#ffffffe6;line-height:1.6;font-weight:300;max-width:600px;margin:0 auto;opacity:0;animation:revealText .9s ease-out .7s forwards}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button{margin-top:2rem;opacity:0;transform:translateY(10px);animation:fadeInSlide .8s ease-out 1s forwards}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button a{text-decoration:none}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button a .button-CTA{background-color:#ecfdf599;border-color:#059669;color:#000;text-transform:uppercase;transition:all .3s ease}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button a .button-CTA:hover{transform:scale(1.01);background-color:#d1fae5;box-shadow:0 10px 25px -5px #05966933,0 8px 10px -6px #0596691a,0 0 0 3px #05966900}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button a .button-CTA:active{box-shadow:0 4px 12px -2px #0596694d,0 0 0 3px #0596691a}@media (min-width: 768px){.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content{padding:3rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title{margin-bottom:2.5rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title h1{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.25rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title p{font-size:clamp(1.1rem,2.2vw,1.35rem)}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button{margin-top:2.5rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button a .button-CTA{padding:.875rem 3rem;font-size:.95rem}}@media (min-width: 1024px){.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title{margin-bottom:3rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title h1{font-size:clamp(3rem,6vw,4.5rem);margin-bottom:1.5rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title p{font-size:clamp(1.2rem,2.5vw,1.5rem)}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button{margin-top:3rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button a .button-CTA{padding:1rem 3.5rem;font-size:1rem}}@media (min-width: 1440px){.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title h1{font-size:5rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title p{font-size:1.5rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button a .button-CTA{padding:1.125rem 4rem;font-size:1.05rem}}@media (max-width: 480px){.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content{padding:1.5rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title{margin-bottom:1.5rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title h1{font-size:1.75rem;margin-bottom:.75rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title p{font-size:.95rem;line-height:1.5}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button{margin-top:1.5rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button a .button-CTA{padding:.625rem 2rem;font-size:.875rem}}@media (max-height: 600px) and (orientation: landscape){.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content{padding:1rem 2rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title{margin-bottom:1rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title h1{font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:.5rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title p{font-size:clamp(.875rem,2vw,1.125rem);line-height:1.4}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button{margin-top:1rem}.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button a .button-CTA{padding:.5rem 1.75rem;font-size:.825rem}}@media (prefers-reduced-motion: reduce){.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content,.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title h1,.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-title p,.aboutMe__container .aboutMe__header-content-container .aboutMe__header-content .aboutMe__header-content-button{opacity:1;transform:none;animation:none}}.aboutMe__container .aboutMe__content{width:100%;min-height:auto;height:auto;position:relative}.aboutMe__container .aboutMe__content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000,#0009,#000000b3 50%,#0009 70%,#00000866,#0003);z-index:0}.aboutMe__container .aboutMe__content .aboutMe__content-history{padding:2rem 1rem;position:relative;z-index:1}@media (min-width: 360px){.aboutMe__container .aboutMe__content .aboutMe__content-history{padding:2.2rem 1.2rem}}@media (min-width: 480px){.aboutMe__container .aboutMe__content .aboutMe__content-history{padding:2.5rem 1.5rem}}@media (min-width: 576px){.aboutMe__container .aboutMe__content .aboutMe__content-history{padding:2.8rem 1.8rem}}@media (min-width: 768px){.aboutMe__container .aboutMe__content .aboutMe__content-history{padding:3.2rem 2.5rem}}@media (min-width: 1024px){.aboutMe__container .aboutMe__content .aboutMe__content-history{padding:4rem 3.5rem}}@media (min-width: 1200px){.aboutMe__container .aboutMe__content .aboutMe__content-history{padding:4.5rem}}@media (min-width: 1440px){.aboutMe__container .aboutMe__content .aboutMe__content-history{padding:5rem 5.5rem}}@media (min-width: 1600px){.aboutMe__container .aboutMe__content .aboutMe__content-history{padding:5.5rem 6rem}}@media (min-width: 1920px){.aboutMe__container .aboutMe__content .aboutMe__content-history{padding:6rem 7rem}}@media (min-width: 2560px){.aboutMe__container .aboutMe__content .aboutMe__content-history{padding:8rem 10rem}}.aboutMe__container .aboutMe__content .aboutMe__cta--servicios{padding:2rem 1rem;position:relative;z-index:1}.aboutMe__container .aboutMe__content .aboutMe__cta--servicios:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(180deg);opacity:1;z-index:0}@media (min-width: 360px){.aboutMe__container .aboutMe__content .aboutMe__cta--servicios{padding:2.2rem 1.2rem}}@media (min-width: 480px){.aboutMe__container .aboutMe__content .aboutMe__cta--servicios{padding:2.5rem 1.5rem}}@media (min-width: 576px){.aboutMe__container .aboutMe__content .aboutMe__cta--servicios{padding:2.8rem 1.8rem}}@media (min-width: 768px){.aboutMe__container .aboutMe__content .aboutMe__cta--servicios{padding:3.2rem 2.5rem}}@media (min-width: 1024px){.aboutMe__container .aboutMe__content .aboutMe__cta--servicios{padding:4rem 3.5rem}}@media (min-width: 1200px){.aboutMe__container .aboutMe__content .aboutMe__cta--servicios{padding:4.5rem}}@media (min-width: 1440px){.aboutMe__container .aboutMe__content .aboutMe__cta--servicios{padding:5rem 5.5rem}}@media (min-width: 1600px){.aboutMe__container .aboutMe__content .aboutMe__cta--servicios{padding:5.5rem 6rem}}@media (min-width: 1920px){.aboutMe__container .aboutMe__content .aboutMe__cta--servicios{padding:6rem 7rem}}@media (min-width: 2560px){.aboutMe__container .aboutMe__content .aboutMe__cta--servicios{padding:8rem 10rem}}.aboutMe__container .aboutMe__content .aboutMe__founders{height:100%;position:relative;z-index:1}.aboutMe__container .aboutMe__content .aboutMe__founders:before{content:"";position:absolute;top:0;left:0;width:100%;height:1000px;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(0);opacity:1;z-index:0}.aboutMe__container .aboutMe__content .aboutMe__valores{margin-top:1.5rem;position:relative;z-index:1}@media (min-width: 360px){.aboutMe__container .aboutMe__content .aboutMe__valores{margin-top:1.6rem}}@media (min-width: 480px){.aboutMe__container .aboutMe__content .aboutMe__valores{margin-top:1.8rem}}@media (min-width: 576px){.aboutMe__container .aboutMe__content .aboutMe__valores{margin-top:2rem}}@media (min-width: 768px){.aboutMe__container .aboutMe__content .aboutMe__valores{margin-top:2.2rem}}@media (min-width: 1024px){.aboutMe__container .aboutMe__content .aboutMe__valores{margin-top:2.8rem}}@media (min-width: 1200px){.aboutMe__container .aboutMe__content .aboutMe__valores{margin-top:3.2rem}}@media (min-width: 1440px){.aboutMe__container .aboutMe__content .aboutMe__valores{margin-top:3.5rem}}@media (min-width: 1600px){.aboutMe__container .aboutMe__content .aboutMe__valores{margin-top:4rem}}@media (min-width: 1920px){.aboutMe__container .aboutMe__content .aboutMe__valores{margin-top:4.5rem}}@media (min-width: 2560px){.aboutMe__container .aboutMe__content .aboutMe__valores{margin-top:6rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes progress{0%{width:0%}to{width:70%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.coming-soon{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;transition:opacity .6s ease;position:relative;z-index:1}.coming-soon.visible{opacity:1}.coming-soon__content{max-width:900px;width:100%;text-align:center;padding:3rem;background:#fff;border-radius:24px;border:2px solid #48514A;box-shadow:0 20px 60px #063b2c26;animation:fadeIn .8s ease-out;position:relative;z-index:2}@media (max-width: 640px){.coming-soon__content{padding:2rem 1.5rem}}.coming-soon__icon{width:80px;height:80px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;background:#063b2c;border-radius:50%;animation:float 3s ease-in-out infinite;box-shadow:0 8px 24px #063b2c4d}.coming-soon__icon svg{width:40px;height:40px;stroke:#d0de85;stroke-width:2}.coming-soon__badge{display:inline-block;padding:.5rem 1rem;background:#8f764c;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:20px;margin-bottom:1.5rem}.coming-soon__title{font-size:2rem;font-weight:700;color:#063b2c;margin-bottom:1rem;line-height:1.3}@media (max-width: 640px){.coming-soon__title{font-size:1.5rem}}.coming-soon__message{font-size:1rem;color:#7b7a70;line-height:1.6;margin-bottom:2rem}@media (max-width: 640px){.coming-soon__message{font-size:.9rem}}.coming-soon__progress{margin-bottom:2rem}.coming-soon__progress .progress-bar{width:100%;height:6px;background:#d5cea9;border-radius:3px;overflow:hidden;margin-bottom:.75rem}.coming-soon__progress .progress-bar .progress-fill{height:100%;background:#8f764c;border-radius:3px;animation:progress 2s ease-out forwards}.coming-soon__progress .progress-text{display:block;font-size:.85rem;color:#48514a;font-weight:500}.coming-soon__decoration{display:flex;gap:.5rem;justify-content:center;padding-top:1.5rem;border-top:1px solid #D5CEA9}.coming-soon__decoration .dot{width:8px;height:8px;background:#063b2c;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.coming-soon__decoration .dot:nth-child(2){animation-delay:.3s;background:#8f764c}.coming-soon__decoration .dot:nth-child(3){animation-delay:.6s;background:#48514a}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes parallaxImage{0%{transform:scale(1.1) translateY(0)}to{transform:scale(1.1) translateY(-20px)}}@keyframes scroll{0%{opacity:0;transform:translateY(0)}30%{opacity:1}to{opacity:0;transform:translateY(10px)}}.blog__container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;margin:0;position:relative}.blog__container .blog--header__container{width:100%;height:100vh;position:relative;overflow:hidden;background:#000}.blog__container .blog--header__container .blog--header__img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden}.blog__container .blog--header__container .blog--header__img img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.9;filter:brightness(.7) contrast(1.1);transform:scale(1.1);animation:parallaxImage 22s ease-out forwards;will-change:transform}.blog__container .blog--header__container .blog--header__img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#0000001a 50%,#0009 85%,#000000e6 95%,#000);z-index:2}.blog__container .blog--header__container .blog--header__img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:3}.blog__container .blog--header__container .blog--header__content{width:100%;height:100%;position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 10%;max-width:1400px;margin:0 auto;animation:fadeInSlide 1.1s ease-out .2s both;will-change:transform,opacity}.blog__container .blog--header__container .blog--header__content .blog--header__content--title{margin-bottom:1.5rem}.blog__container .blog--header__container .blog--header__content .blog--header__content--title h1{font-size:clamp(2rem,5vw,3.2rem);color:#fff;font-weight:300;letter-spacing:2px;line-height:1.2;text-transform:uppercase;display:flex;flex-direction:column;gap:.2rem;animation:revealText .9s ease-out .3s both;will-change:transform,opacity,filter}.blog__container .blog--header__container .blog--header__content .blog--header__content--title h1 span:last-child{font-weight:500;position:relative}.blog__container .blog--header__container .blog--header__content .blog--header__content--title h1 span:last-child:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:2px;background:#f2e93d}.blog__container .blog--header__container .blog--header__content .blog--header__content--subtitle{margin-bottom:3rem;animation:revealText .9s ease-out .6s both;will-change:transform,opacity,filter}.blog__container .blog--header__container .blog--header__content .blog--header__content--subtitle p{font-size:clamp(1rem,1.8vw,1rem);color:#ffffffd9;line-height:1.7;font-weight:300;max-width:600px;text-align:center;margin:0 auto}@media (max-width: 768px){.blog__container .blog--header__container .blog--header__content{padding:0 8%}.blog__container .blog--header__container .blog--header__content .blog--header__content--subtitle{margin-bottom:2rem}}@media (max-width: 480px){.blog__container .blog--header__container .blog--header__content{padding:0 1.5rem}.blog__container .blog--header__container .blog--header__content .blog--header__content--title{margin-bottom:1.25rem}.blog__container .blog--header__container .blog--header__content .blog--header__content--title h1{font-size:1.8rem}.blog__container .blog--header__container .blog--header__content .blog--header__content--subtitle{margin-bottom:1.8rem}.blog__container .blog--header__container .blog--header__content .blog--header__content--subtitle p{font-size:.95rem;line-height:1.5}}.blog__container .blog--header__container .scroll-indicator{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:10;animation:fadeIn 2s ease-out 1s both}.blog__container .blog--header__container .scroll-indicator .mouse{width:25px;height:40px;border:2px solid rgba(255,255,255,.5);border-radius:20px;position:relative}.blog__container .blog--header__container .scroll-indicator .mouse:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:3px;height:8px;background:#ffffffb3;border-radius:2px;animation:scroll 2s infinite}@media (max-width: 480px){.blog__container .blog--header__container .scroll-indicator{bottom:.5rem}}.blog__container .blog__content{width:100%;position:relative;z-index:1;padding:200px 3% 80px}.blog__container .blog__content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000,#000000f2,#000000e6,#000000b3,#0006,#0003);z-index:0;pointer-events:none}.blog__container .blog__content--grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:40px;position:relative;z-index:2}@media (max-width: 1024px){.blog__container .blog__content--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px}}@media (max-width: 768px){.blog__container .blog__content--grid{grid-template-columns:1fr;gap:30px;padding:0 10px}}.blog__container .blog__content .blog__content--card{background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;animation:fadeInUp .6s ease-out backwards;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease,background .3s ease;position:relative;height:auto;display:flex;flex-direction:column;will-change:transform,box-shadow}.blog__container .blog__content .blog__content--card:nth-child(1){animation-delay:.08s}.blog__container .blog__content .blog__content--card:nth-child(2){animation-delay:.16s}.blog__container .blog__content .blog__content--card:nth-child(3){animation-delay:.24s}.blog__container .blog__content .blog__content--card:nth-child(4){animation-delay:.32s}.blog__container .blog__content .blog__content--card:nth-child(5){animation-delay:.4s}.blog__container .blog__content .blog__content--card:nth-child(6){animation-delay:.48s}.blog__container .blog__content .blog__content--card:nth-child(7){animation-delay:.56s}.blog__container .blog__content .blog__content--card:nth-child(8){animation-delay:.64s}.blog__container .blog__content .blog__content--card:nth-child(9){animation-delay:.72s}.blog__container .blog__content .blog__content--card:nth-child(10){animation-delay:.8s}.blog__container .blog__content .blog__content--card:nth-child(11){animation-delay:.88s}.blog__container .blog__content .blog__content--card:nth-child(12){animation-delay:.96s}.blog__container .blog__content .blog__content--card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d0de85,#8f764c);transform:scaleX(0);transform-origin:left;transition:transform .4s ease;z-index:10}.blog__container .blog__content .blog__content--card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 25px #00000026,0 10px 10px #0000000a}.blog__container .blog__content .blog__content--card:hover:before{transform:scaleX(1)}.blog__container .blog__content .blog__content--card:hover .blog__content--card-image img{transform:scale(1.1);filter:brightness(.9)}.blog__container .blog__content .blog__content--card:hover .blog__content--card-image:after{opacity:.4}.blog__container .blog__content .blog__content--card:hover .blog__content--card-content{background:linear-gradient(to bottom,#fff,#eeebdc)}.blog__container .blog__content .blog__content--card:hover .blog__content--card-content h3{color:#8f764c}.blog__container .blog__content .blog__content--card:hover .blog__content--card-content h3:after{width:100%}.blog__container .blog__content .blog__content--card:hover .blog__content--card-content p{color:#48514a}.blog__container .blog__content .blog__content--card:hover .blog__content--card-content .card-meta .meta-date{color:#8f764c}.blog__container .blog__content .blog__content--card:hover .card-category{background:#8f764c;color:#fff;transform:scale(1.05)}.blog__container .blog__content .blog__content--card-image{width:100%;height:220px;overflow:hidden;position:relative;background:linear-gradient(135deg,#aeb7b0,#c9cfca)}.blog__container .blog__content .blog__content--card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease,filter .4s ease;will-change:transform,filter}.blog__container .blog__content .blog__content--card-image:after{content:"";position:absolute;inset:auto 0 0 0;height:60%;background:linear-gradient(to top,rgba(6,59,44,.3),transparent);opacity:0;transition:opacity .4s ease;pointer-events:none}.blog__container .blog__content .blog__content--card-image.loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:1000px 100%;animation:shimmer 2s infinite}.blog__container .blog__content .blog__content--card-content{flex:1;padding:25px;background:#fff;display:flex;flex-direction:column;transition:background .3s ease}.blog__container .blog__content .blog__content--card-content h3{font-size:1.35rem;color:#063b2c;margin-bottom:12px;font-weight:600;line-height:1.3;position:relative;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.blog__container .blog__content .blog__content--card-content h3:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:2px;background:#d0de85;transition:width .3s ease}.blog__container .blog__content .blog__content--card-content p{font-size:.95rem;color:#7b7a70;line-height:1.6;margin-bottom:15px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.blog__container .blog__content .blog__content--card-content .card-meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;border-top:1px solid rgba(123,122,112,.1)}.blog__container .blog__content .blog__content--card-content .card-meta .meta-date{font-size:.85rem;color:#7b7a70;font-weight:500;transition:color .3s ease}.blog__container .blog__content .blog__content--card-content .card-meta .meta-date:before{content:"📅 ";margin-right:4px}.blog__container .blog__content .blog__content--card-content .card-meta .read-more{font-size:.9rem;color:#8f764c;font-weight:600;text-decoration:none;position:relative;transition:color .3s ease}.blog__container .blog__content .blog__content--card-content .card-meta .read-more:after{content:" →";display:inline-block;transition:transform .3s ease}.blog__container .blog__content .blog__content--card-content .card-meta .read-more:hover:after{transform:translate(4px)}.blog__container .blog__content .blog__content--card .card-category{position:absolute;top:15px;right:15px;background:#d0de85;color:#063b2c;padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:10;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.blog__container .blog__content .blog__content--loading{display:flex;justify-content:center;align-items:center;min-height:400px}.blog__container .blog__content .blog__content--loading .spinner{width:50px;height:50px;border:3px solid rgba(208,222,133,.3);border-top-color:#d0de85;border-radius:50%;animation:spin 1s linear infinite}.blog__container .blog__content .blog__content--empty{text-align:center;padding:60px 20px}.blog__container .blog__content .blog__content--empty p{font-size:1.2rem;color:#7b7a70;margin-bottom:20px}.blog__container .blog__content .blog__content--empty .empty-icon{font-size:4rem;color:#d5cea9;margin-bottom:20px}@media (max-width: 768px){.blog__container .blog__content{padding:140px 1.5rem 60px}}@media (max-width: 480px){.blog__container .blog__content{padding:120px 1rem 50px}.blog__container .blog__content .blog__content--card-image{height:180px}.blog__container .blog__content .blog__content--card-content{padding:20px}.blog__container .blog__content .blog__content--card-content h3{font-size:1.15rem}.blog__container .blog__content .blog__content--card-content p{font-size:.9rem}}.newsletter-container{min-height:60vh;position:relative;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.newsletter-wrapper{width:100%;max-width:600px;position:relative}.newsletter-content{background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);border-radius:4px 28px 28px;padding:3.5rem 3rem;position:relative;overflow:hidden;z-index:10;box-shadow:0 20px 50px -10px #001e1440,0 10px 20px -5px #0000001a;background:linear-gradient(145deg,#fff,#f4f4f0f2)}.newsletter-header{text-align:center;margin-bottom:2.5rem}.newsletter-title{color:#063b2c;font-size:2rem;font-weight:800;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1}.newsletter-subtitle{color:#6e6d66;font-size:1rem;margin:0 auto;line-height:1.6;max-width:90%}.newsletter-form{margin-bottom:1.5rem}.form-group{display:flex;gap:1rem;margin-bottom:0rem;position:relative}.email-input{flex:1;padding:0rem 1rem;border:1px solid transparent;background:#eaeae3;border-radius:16px;font-size:1rem;color:#063b2c;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 2px 4px #00000005}.email-input::placeholder{color:#6e6d6699}.email-input:focus{outline:none;background:#fff;border-color:#d0de85;box-shadow:0 4px 12px #d0de8533,inset 0 1px 2px #00000003;transform:translateY(-1px)}.email-input.error{border-color:#d32f2f80;background:#fff5f5;color:#d32f2f}.email-input.error:focus{box-shadow:0 0 0 4px #d32f2f1a}.email-input:disabled{background:#f0f0f0;cursor:not-allowed;opacity:.7}.submit-buttonner{padding:.9rem 2.5rem;background:#063b2c;color:#fff;border:none;border-radius:16px;font-size:1rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px -5px #063b2c66;position:relative;overflow:hidden}.submit-buttonner:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 30px -8px #063b2c80;background:#08523d}.submit-buttonner:active:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 15px -5px #063b2c66}.submit-buttonner:disabled{background:#0d3529;opacity:.8;cursor:not-allowed;transform:none;box-shadow:none}.submit-buttonner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#ffffff1a,#fff0);opacity:0;transition:opacity .3s}.submit-buttonner:hover:after{opacity:1}.loading-spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s cubic-bezier(.5,.1,.5,.9) infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{color:#d32f2f;font-size:.85rem;font-weight:500;margin-top:.5rem;display:flex;align-items:center;gap:.5rem;animation:slideDown .3s ease-out}.error-message:before{content:"!";display:inline-flex;justify-content:center;align-items:center;width:16px;height:16px;background:#d32f2f1a;border-radius:50%;font-size:10px}.success-message{background:linear-gradient(135deg,#d0de8533,#d0de851a);border:1px solid rgba(208,222,133,.3);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;animation:fadeInScale .4s cubic-bezier(.34,1.56,.64,1)}.success-message p{margin:0;color:#063b2c;font-weight:600}.success-icon{width:40px;height:40px;color:#b0c736;margin-bottom:.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.newsletter-footer{margin-top:2rem;border-top:1px solid rgba(110,109,102,.1);padding-top:1rem}.privacy-note{display:flex;align-items:center;justify-content:center;gap:.6rem;color:#6e6d66cc;font-size:.8rem;transition:color .3s ease}.privacy-note span{font-weight:500}.lock-icon{width:14px;height:14px;color:#8f764c;opacity:.8}.circle{position:absolute;border-radius:50%;filter:blur(45px);z-index:-1;pointer-events:none}.circle-1{width:250px;height:250px;background:#d0de8566;top:-80px;right:-80px;animation:float 25s ease-in-out infinite}.circle-2{width:200px;height:200px;background:#8f764c33;bottom:-60px;left:-60px;animation:float 30s ease-in-out infinite reverse}.circle-3{width:120px;height:120px;background:#063b2c0d;top:40%;left:20%;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-20px,-30px) scale(1.1)}66%{transform:translate(20px,10px) scale(.9)}}@media (max-width: 640px){.newsletter-content{padding:2.5rem 1.5rem;border-radius:20px}.newsletter-title{font-size:1.75rem}.form-group{flex-direction:column;gap:1rem}.submit-buttonner{width:100%;justify-content:center}.circle{filter:blur(30px);opacity:.5}}.map-locations{width:100%;min-height:100vh;position:relative;overflow:hidden}.map-locations__inner{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:3rem 2rem}@media (max-width: 768px){.map-locations__inner{padding:2rem 1rem}}@media (max-width: 480px){.map-locations__inner{padding:1.5rem .75rem}}.map-locations__header{text-align:center;margin-bottom:3rem;background-color:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:2rem 3rem;border-radius:20px;box-shadow:0 8px 30px #063b2c1f;border:1px solid rgba(213,206,169,.3);max-width:800px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.map-locations__header{padding:1.5rem 2rem;border-radius:16px}}@media (max-width: 480px){.map-locations__header{padding:1.25rem 1.5rem;border-radius:12px}}.map-locations__title{font-size:3rem;font-weight:600;color:#063b2c;margin:0 0 .75rem;letter-spacing:-.03em;line-height:1.2;text-shadow:0 2px 4px rgba(255,255,255,.8)}@media (max-width: 768px){.map-locations__title{font-size:2.25rem}}@media (max-width: 480px){.map-locations__title{font-size:1.875rem}}.map-locations__subtitle{font-size:1.125rem;color:#48514a;margin:0;font-weight:500;letter-spacing:.02em;opacity:.9}@media (max-width: 768px){.map-locations__subtitle{font-size:1rem}}.map-locations__container{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;margin-bottom:2rem;align-items:start}@media (max-width: 1024px){.map-locations__container{grid-template-columns:1fr 300px;gap:2rem}}@media (max-width: 768px){.map-locations__container{grid-template-columns:1fr;gap:2rem}}.map-locations__map{width:100%;height:520px;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #063b2c1f;background-color:#fff;position:relative;z-index:0;border:1px solid rgba(213,206,169,.3)}@media (max-width: 768px){.map-locations__map{height:420px;border-radius:12px}}@media (max-width: 480px){.map-locations__map{height:350px;border-radius:8px}}.map-locations__sidebar{background-color:#fffffffa;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 30px #063b2c1f;height:fit-content;max-height:520px;overflow-y:auto;border:1px solid rgba(213,206,169,.3)}.map-locations__sidebar::-webkit-scrollbar{width:6px}.map-locations__sidebar::-webkit-scrollbar-track{background:#d5cea91a;border-radius:3px}.map-locations__sidebar::-webkit-scrollbar-thumb{background:#d5cea9;border-radius:3px}.map-locations__sidebar::-webkit-scrollbar-thumb:hover{background:#c4ba87}@media (max-width: 768px){.map-locations__sidebar{max-height:none;padding:1.5rem;border-radius:12px}}@media (max-width: 480px){.map-locations__sidebar{padding:1.25rem;border-radius:8px}}.map-locations__sidebar-title{font-size:1.125rem;font-weight:500;color:#063b2c;margin:0 0 1.5rem;letter-spacing:.01em}@media (max-width: 480px){.map-locations__sidebar-title{font-size:1rem;margin-bottom:1.25rem}}.map-locations__list{list-style:none;padding:0;margin:0}.map-locations__item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;margin-bottom:.625rem;background-color:#d5cea914;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid transparent}.map-locations__item:last-child{margin-bottom:0}.map-locations__item:hover{background-color:#d0de8526;border-color:#d0de854d;transform:translateY(-2px);box-shadow:0 4px 20px #063b2c14}@media (max-width: 480px){.map-locations__item{padding:.875rem 1rem;gap:.875rem;border-radius:8px}}.map-locations__item-marker{width:40px;height:40px;background:linear-gradient(135deg,#d0de85,#c1d35d);color:#063b2c;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.map-locations__item-marker:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;border:2px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 480px){.map-locations__item-marker{width:36px;height:36px;font-size:.875rem}}.map-locations__item:hover .map-locations__item-marker{transform:scale(1.1)}.map-locations__item:hover .map-locations__item-marker:after{border-color:#d0de8580}.map-locations__item-content{flex:1;min-width:0}.map-locations__item-name{font-size:1rem;font-weight:500;color:#063b2c;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.01em}@media (max-width: 480px){.map-locations__item-name{font-size:.9375rem}}.map-locations__item-city{font-size:.875rem;color:#7b7a70;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 480px){.map-locations__item-city{font-size:.8125rem}}.map-locations__footer{text-align:center;margin-top:3rem;background-color:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:1.5rem 2rem;border-radius:12px;max-width:600px;margin-left:auto;margin-right:auto;box-shadow:0 4px 20px #063b2c14;border:1px solid rgba(213,206,169,.2)}@media (max-width: 480px){.map-locations__footer{padding:1rem 1.5rem;border-radius:8px}}.map-locations__info{font-size:.875rem;color:#48514a;margin:0;letter-spacing:.01em;font-weight:500}.custom-marker .marker-pin{width:30px;height:42px;position:relative}.custom-marker .marker-pin:before{content:"";position:absolute;width:30px;height:30px;background:linear-gradient(135deg,#8f764c,#6e5b3a);border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 8px 30px #063b2c1f;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid rgba(255,255,255,.9)}.custom-marker .marker-pin:after{content:"";position:absolute;width:12px;height:12px;background-color:#fff;border-radius:50%;top:9px;left:9px;transition:all .3s cubic-bezier(.4,0,.2,1)}.custom-marker:hover .marker-pin:before{background:linear-gradient(135deg,#7e6843,#5d4d31);transform:rotate(-45deg) scale(1.1)}.custom-popup .leaflet-popup-content-wrapper{border-radius:12px;padding:0;overflow:hidden;border:1px solid rgba(213,206,169,.3);box-shadow:0 8px 30px #063b2c1f}.custom-popup .leaflet-popup-content{margin:0;padding:1.25rem;min-width:220px}.custom-popup h3{font-size:1.125rem;font-weight:500;color:#063b2c;margin:0 0 .5rem;letter-spacing:.01em}.custom-popup .city{font-size:.875rem;color:#8f764c;margin:0 0 .5rem;font-weight:500}.custom-popup .description{font-size:.8125rem;color:#48514a;margin:0;line-height:1.5}.leaflet-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#d5cea90d}.leaflet-popup-close-button{color:#7b7a70;font-size:18px;font-weight:400;padding:8px}.leaflet-popup-close-button:hover{color:#063b2c}.leaflet-popup-tip{background-color:#fff;border:1px solid rgba(213,206,169,.3);box-shadow:none}.leaflet-control-zoom{border:1px solid rgba(213,206,169,.3)!important;box-shadow:0 4px 20px #063b2c14}.leaflet-control-zoom a{background-color:#fff!important;color:#48514a!important;border-bottom:1px solid rgba(213,206,169,.2)!important}.leaflet-control-zoom a:hover{background-color:#d0de851a!important;color:#063b2c!important}.leaflet-control-zoom a:last-child{border-bottom:none!important}.map-loading{display:flex;align-items:center;justify-content:center;height:100%;background-color:#d5cea90d}.map-loading:after{content:"Cargando mapa...";color:#7b7a70;font-size:.875rem;letter-spacing:.05em}@media (prefers-color-scheme: dark){.map-locations__header{background-color:#063b2cf2;border-color:#d5cea933}.map-locations__title{color:#d5cea9;text-shadow:0 2px 4px rgba(0,0,0,.5)}.map-locations__subtitle{color:#e6e2cb}.map-locations__footer{background-color:#063b2ce6;border-color:#d5cea926}.map-locations__info{color:#d5cea9}.map-locations__subtitle,.map-locations__info{color:#adaca4}.map-locations__sidebar,.map-locations__map{background-color:#08523d;border-color:#d5cea91a}.map-locations__sidebar-title{color:#d5cea9}.map-locations__item{background-color:#d5cea90d}.map-locations__item:hover{background-color:#d0de8514;border-color:#d0de8533}.map-locations__item-name{color:#d5cea9}.map-locations__item-city{color:#a0a097}.map-locations .leaflet-container{background-color:#074936}.map-locations .custom-popup .leaflet-popup-content-wrapper{background-color:#08523d;border-color:#d5cea91a}.map-locations .custom-popup h3{color:#d5cea9}.map-locations .custom-popup .city{color:#d0de85}.map-locations .custom-popup .description{color:#adaca4}.map-locations .leaflet-control-zoom a{background-color:#08523d!important;color:#d5cea9!important;border-color:#d5cea91a!important}.map-locations .leaflet-control-zoom a:hover{background-color:#d0de851a!important}}@media print{.map-locations__map{height:400px;break-inside:avoid}.map-locations__sidebar{break-inside:avoid}}.contact__container{width:100%;position:relative;overflow:hidden}.contact--header__container{width:100%;height:100vh;position:relative;overflow:hidden;background:#000}.contact--header__container .contact--header__img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.contact--header__container .contact--header__img img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.9;filter:brightness(.7) contrast(1.1);transition:transform 10s ease-out}.contact--header__container .contact--header__img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#0000001a,#000);z-index:2}.contact--header__container .contact--header__img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:3}.contact--header__container .contact--header__content{width:100%;height:100%;position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 10%;max-width:1400px;margin:0 auto}.contact--header__container .contact--header__content .contact--header__content--title{margin-bottom:1.5rem;animation:fadeInLeft 1s ease-out}.contact--header__container .contact--header__content .contact--header__content--title h1{font-size:clamp(3rem,5vw,4.5rem);color:#fff;font-weight:300;letter-spacing:2px;line-height:1.2;text-transform:uppercase;margin:0;display:flex;flex-direction:column;gap:.2rem}.contact--header__container .contact--header__content .contact--header__content--title h1 span{display:block}.contact--header__container .contact--header__content .contact--header__content--title h1 span:first-child{font-weight:300}.contact--header__container .contact--header__content .contact--header__content--title h1 span:last-child{font-weight:500;position:relative}.contact--header__container .contact--header__content .contact--header__content--title h1 span:last-child:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:2px;background:#f2e93d;transition:width .3s ease}@media (max-width: 768px){.contact--header__container .contact--header__content .contact--header__content--title h1{font-size:clamp(2.5rem,7vw,3.5rem);letter-spacing:1px}}@media (max-width: 480px){.contact--header__container .contact--header__content .contact--header__content--title h1{font-size:clamp(2rem,8vw,2.5rem)}}.contact--header__container .contact--header__content .contact--header__content--subtitle{margin-bottom:3rem;max-width:500px;animation:fadeInLeft 1s ease-out .2s both}.contact--header__container .contact--header__content .contact--header__content--subtitle p{font-size:clamp(1rem,1.8vw,1.2rem);color:#ffffffd9;line-height:1.7;font-weight:300;letter-spacing:.3px;margin:0}@media (max-width: 768px){.contact--header__container .contact--header__content .contact--header__content--subtitle p{font-size:clamp(.95rem,2.5vw,1.1rem)}}@media (max-width: 480px){.contact--header__container .contact--header__content .contact--header__content--subtitle p{font-size:clamp(.9rem,3vw,1rem);line-height:1.6}}.contact--header__container .scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;animation:fadeIn 2s ease-out 1s both}.contact--header__container .scroll-indicator .mouse{width:25px;height:40px;border:2px solid rgba(255,255,255,.5);border-radius:20px;position:relative}.contact--header__container .scroll-indicator .mouse:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:3px;height:8px;background:#ffffffb3;border-radius:2px;animation:scroll 2s infinite}.contact--content{position:relative;padding-bottom:10%}.contact--content>*{position:relative;z-index:1}.contact--content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000,#000000e6,#000c,#000000b3,#0009,#00000080,#0006,#0000004d,#0003,#0003,#0003);z-index:0}.contact--content .contact--content__map-location{width:100%;height:100%;position:relative}.contact--content .contact--content__map-location:before{content:"";position:absolute;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(0);opacity:1;z-index:0;width:100%;height:100%}.contact--content .contact--content__newsletter{margin-bottom:10%}@keyframes scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(15px)}}@media (max-width: 1200px){.contact--header__container .contact--header__content{padding:0 8%}}@media (max-width: 768px){.contact--header__container .contact--header__content{padding:0 6%;align-items:center;text-align:center}.contact--header__container .contact--header__content .contact--header__content--title h1 span:last-child:after{left:50%;transform:translate(-50%)}.contact--header__container .contact--header__content .contact--header__content--subtitle{text-align:center}}@media (max-width: 480px){.contact--header__container{height:100vh;min-height:600px}.contact--header__container .contact--header__content{padding:0 5%}}@media (orientation: landscape) and (max-height: 600px){.contact--header__container{height:100vh;min-height:500px}.contact--header__container .contact--header__content .contact--header__content--title{margin-bottom:1rem}.contact--header__container .contact--header__content .contact--header__content--title h1{font-size:clamp(2rem,4vw,3rem);gap:0}.contact--header__container .contact--header__content .contact--header__content--subtitle{margin-bottom:2rem}}.timeline-nav{position:fixed;right:0;top:50%;transform:translateY(-50%);height:auto;display:flex;align-items:center;padding-right:.75rem;z-index:100;contain:layout paint;will-change:transform,opacity}.timeline-nav.scrolling .timeline-item .item-content .item-label{opacity:1;transform:translate(0)}.timeline-nav .timeline-container{position:relative;height:320px;display:flex;flex-direction:column;justify-content:space-between;padding:1rem 0}.timeline-nav .timeline-container .timeline-line{position:absolute;top:0;bottom:0;right:7px;width:2px;background-color:#9b9a8f66;z-index:1;border-radius:1px;pointer-events:none;-webkit-user-select:none;user-select:none}.timeline-nav .timeline-container .timeline-progress{position:absolute;top:0;right:7px;width:3px;background:linear-gradient(to bottom,#7fb069,#a68b5b);z-index:2;transition:height .5s cubic-bezier(.4,0,.2,1);box-shadow:0 0 6px #7fb06980;border-radius:1.5px;pointer-events:none;will-change:height}.timeline-nav .timeline-container .timeline-progress:after{content:"";position:absolute;bottom:-3px;left:50%;transform:translate(-50%);width:5px;height:5px;background:#7fb069;border-radius:50%;box-shadow:0 0 8px #7fb069b3}.timeline-nav .timeline-container .timeline-item{display:flex;align-items:center;cursor:default;position:relative;transition:all .3s ease;z-index:3;background:none;border:none;padding:0;text-align:inherit}.timeline-nav .timeline-container .timeline-item .item-content{padding-right:1rem;text-align:right;display:flex;align-items:center;justify-content:flex-end;width:100%;transition:all .3s ease}.timeline-nav .timeline-container .timeline-item .item-content .item-label{font-size:.75rem;font-weight:600;color:#5a635c;margin-right:.5rem;transition:all .3s ease;text-align:right;opacity:0;transform:translate(10px);white-space:nowrap;padding:.2rem .6rem;background:#fffffff2;border:1px solid rgba(155,154,143,.2);border-radius:4px;box-shadow:0 2px 4px #00000026;will-change:opacity,transform}.timeline-nav .timeline-container .timeline-item .item-content .item-icon{opacity:.7;transition:all .3s ease;color:#5a635c;flex-shrink:0;font-size:1rem;display:inline-block}.timeline-nav .timeline-container .timeline-item .item-dot{position:absolute;right:8px;width:8px;height:8px;border-radius:50%;background-color:#fff;border:2px solid #9B9A8F;transform:translate(50%);transition:all .3s ease;z-index:4;box-shadow:0 2px 4px #00000026}.timeline-nav .timeline-container .timeline-item:hover .item-content .item-label{opacity:1;transform:translate(0);color:#fff;background:#7fb06926;border-color:#7fb0694d}.timeline-nav .timeline-container .timeline-item:hover .item-content .item-icon{opacity:1;color:#a68b5b;transform:scale(1.1)}.timeline-nav .timeline-container .timeline-item:hover .item-dot{border-color:#a68b5b;transform:translate(50%) scale(1.3);background-color:#7fb06933;box-shadow:0 2px 6px #a68b5b4d}.timeline-nav .timeline-container .timeline-item.active .item-content .item-label{color:#fff;font-weight:700;opacity:1;transform:translate(0);background:#7fb06933;border-color:#7fb06966}.timeline-nav .timeline-container .timeline-item.active .item-content .item-icon{opacity:1;color:#7fb069;transform:scale(1.1)}.timeline-nav .timeline-container .timeline-item.active .item-dot{width:12px;height:12px;background:#7fb069;border:2px solid rgba(255,255,255,.8);box-shadow:0 0 0 3px #7fb0694d,0 3px 6px #7fb06966}.timeline-nav .timeline-container .timeline-item.active .item-dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:4px;background:#fff;border-radius:50%}.timeline-nav .timeline-container .timeline-item.passed .item-content .item-label{opacity:0}.timeline-nav .timeline-container .timeline-item.passed .item-content .item-icon{opacity:.5;color:#a68b5b}.timeline-nav .timeline-container .timeline-item.passed .item-dot{background-color:#a68b5bb3;border-color:#a68b5b66;width:6px;height:6px}.timeline-nav .timeline-container .timeline-item.passed:hover .item-content .item-label{opacity:1;transform:translate(0)}.timeline-nav .item-icon-button{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:6px;margin:0;cursor:pointer;color:inherit;line-height:0;-webkit-tap-highlight-color:transparent;transition:transform .18s cubic-bezier(.4,0,.2,1),color .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1);border-radius:6px;outline:none}.timeline-nav .item-icon-button .item-icon{pointer-events:none;opacity:.8;transition:transform .18s cubic-bezier(.4,0,.2,1),color .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1);display:inline-block}.timeline-nav .item-icon-button:hover .item-icon,.timeline-nav .item-icon-button:active .item-icon{transform:scale(1.1);opacity:1;color:#a68b5b}.timeline-nav .item-icon-button:focus-visible{box-shadow:0 0 0 4px #7fb0692e;transform:translateY(-1px)}.timeline-nav .item-icon-button:disabled{cursor:default;opacity:.5}.timeline-nav .item-icon-button:hover~.item-label,.timeline-nav .item-icon-button:focus-visible~.item-label{opacity:1;transform:translate(0)}.timeline-nav .mobile-indicator{display:none}@media (max-width: 768px){.timeline-nav{flex-direction:column;align-items:flex-end;top:auto;bottom:0;transform:none;height:auto;padding:.75rem .5rem;background:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.timeline-nav .timeline-container{flex-direction:row;height:auto;width:100vw;justify-content:center;align-items:center;gap:1.25rem;padding:.5rem 0}.timeline-nav .timeline-container .timeline-line,.timeline-nav .timeline-container .timeline-progress{display:none}.timeline-nav .timeline-container .timeline-item{flex-direction:column}.timeline-nav .timeline-container .timeline-item .item-content{flex-direction:column;align-items:center;text-align:center;padding-right:0}.timeline-nav .timeline-container .timeline-item .item-content .item-label{display:none}.timeline-nav .timeline-container .timeline-item .item-content .item-icon{opacity:.8;color:#e8e2c3;font-size:1.25rem}.timeline-nav .timeline-container .timeline-item .item-dot{position:static;transform:none;margin-top:.4rem;background:#e8e2c34d;border-color:#e8e2c380}.timeline-nav .timeline-container .timeline-item:hover .item-dot{transform:scale(1.3);background:#7fb0694d}.timeline-nav .timeline-container .timeline-item.active .item-content .item-icon{color:#7fb069;transform:scale(1.2)}.timeline-nav .timeline-container .timeline-item.active .item-dot{background:#7fb069;border-color:#fffc;box-shadow:0 0 8px #7fb06999}.timeline-nav .timeline-container .timeline-item.passed .item-dot{background:#a68b5b99;border-color:#a68b5b66;opacity:.7}.timeline-nav .mobile-indicator{display:flex;align-items:center;gap:.75rem;margin-top:.4rem;padding:.4rem .8rem;background:#ffffff26;border-radius:16px}.timeline-nav .mobile-indicator .indicator-content{display:flex;gap:.4rem}.timeline-nav .mobile-indicator .indicator-content .indicator-dot{width:5px;height:5px;border-radius:50%;background:#e8e2c366;cursor:pointer;transition:all .3s ease}.timeline-nav .mobile-indicator .indicator-content .indicator-dot.active{background:#7fb069;width:16px;border-radius:2.5px}.timeline-nav .mobile-indicator .indicator-content .indicator-dot:hover:not(.active){background:#e8e2c3b3}.timeline-nav .mobile-indicator .current-section{font-size:.75rem;color:#e8e2c3;font-weight:500}}.dark .timeline-nav .timeline-container .timeline-line{background-color:#e8e2c333}.dark .timeline-nav .timeline-container .timeline-progress{background:linear-gradient(to bottom,#7fb069,#e8e2c3);box-shadow:0 0 8px #7fb06999}.dark .timeline-nav .timeline-container .timeline-item .item-content .item-label{color:#e8e2c3;background:#5a635cf2;border-color:#e8e2c326}.dark .timeline-nav .timeline-container .timeline-item .item-content .item-icon{color:#e8e2c3cc}.dark .timeline-nav .timeline-container .timeline-item .item-dot{background-color:#5a635c;border-color:#e8e2c34d}.dark .timeline-nav .timeline-container .timeline-item:hover .item-content .item-label{color:#fff;background:#7fb06933;border-color:#7fb0694d}.dark .timeline-nav .timeline-container .timeline-item:hover .item-content .item-icon{color:#7fb069}.dark .timeline-nav .timeline-container .timeline-item:hover .item-dot{border-color:#7fb069;background-color:#7fb0694d}.dark .timeline-nav .timeline-container .timeline-item.active .item-content .item-label{color:#fff;background:#7fb06940;border-color:#7fb06966}.dark .timeline-nav .timeline-container .timeline-item.active .item-content .item-icon{color:#7fb069}.dark .timeline-nav .timeline-container .timeline-item.active .item-dot{background:#7fb069;border-color:#ffffff80;box-shadow:0 0 0 3px #7fb0694d,0 0 16px #7fb06980}.dark .timeline-nav .timeline-container .timeline-item.passed .item-dot{background:#a68b5b80;border-color:#a68b5b4d}@media (max-width: 768px){.dark .timeline-nav{background:linear-gradient(to top,rgba(90,99,92,.98),rgba(90,99,92,.9),transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@keyframes pulse{0%{box-shadow:0 0 #7fb06980}70%{box-shadow:0 0 0 8px #7fb06900}to{box-shadow:0 0 #7fb06900}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(180deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes twinkle{0%{opacity:.2;transform:scale(.95)}50%{opacity:.6;transform:scale(1)}to{opacity:.2;transform:scale(.9)}}.timeline-wrapper{overflow-x:hidden}.timeline-wrapper.theme-naluum{--primary: #ff2c2c;--secondary: #f2e93d;--accent: #063b2c;--dark: #1c1c1c;--light: #f0f0f0;--gradient-primary: linear-gradient( 135deg, #ff0000 0%, #ff2c2c 25%, #f2e93d 45%, #f0f0f0 50%, #1c1c1c 80%, #063b2c 100% );--gradient-hero: linear-gradient(135deg, #1c1c1c 0%, #063b2c 100%);--text-primary: #f0f0f0;--text-secondary: rgba(240, 240, 240, .8);--marker-color: #ff2c2c;--timeline-gradient: linear-gradient( to bottom, transparent, #ff2c2c, transparent );--glass-bg: rgba(255, 44, 44, .1);--glass-border: rgba(255, 44, 44, .2);--highlight-bg: rgba(255, 44, 44, .15);--highlight-color: #ff2c2c;--scroll-indicator-color: #f2e93d}.timeline-wrapper.theme-global{--primary: #bba324;--secondary: #d4bc3d;--accent: #9a8a1d;--dark: #030304;--light: #f5f5f5;--gradient-primary: linear-gradient( 135deg, #bba324 0%, #d4bc3d 50%, #9a8a1d 100% );--gradient-hero: linear-gradient(135deg, #030304 0%, #0a0a0b 100%);--text-primary: #f5f5f5;--text-secondary: rgba(245, 245, 245, .7);--marker-color: #bba324;--timeline-gradient: linear-gradient( to bottom, transparent, #bba324, transparent );--glass-bg: rgba(187, 163, 36, .08);--glass-border: rgba(187, 163, 36, .15);--highlight-bg: rgba(187, 163, 36, .12);--highlight-color: #d4bc3d;--scroll-indicator-color: #bba324}.timeline-wrapper.theme-madreselva{--primary: #00a884;--secondary: #0066cc;--accent: #16213e;--dark: #1a1a2e;--light: #f5f5f5;--gradient-primary: linear-gradient(135deg, #00a884 0%, #0066cc 100%);--gradient-hero: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);--text-primary: #f5f5f5;--text-secondary: rgba(245, 245, 245, .8);--marker-color: #00a884;--timeline-gradient: linear-gradient( to bottom, transparent, #00a884, transparent );--glass-bg: rgba(0, 168, 132, .1);--glass-border: rgba(0, 168, 132, .2);--highlight-bg: rgba(0, 168, 132, .15);--highlight-color: #00a884;--scroll-indicator-color: #00a884;background:var(--gradient-hero)}.timeline-wrapper .hero-sectionn{position:relative;min-height:400px;width:100%;display:flex;align-items:center;overflow:hidden;flex-direction:column;justify-content:center;padding:2.5rem 0 2rem;row-gap:1.5rem}.timeline-wrapper .hero-sectionn .hero-background{position:absolute;width:100%;height:100%;pointer-events:none;z-index:0}.timeline-wrapper .hero-sectionn .hero-background .particle{position:absolute;font-size:.9rem;opacity:.2;animation:float 6s ease-in-out infinite,twinkle 3s ease-in-out infinite alternate;color:var(--text-secondary)}.timeline-wrapper .hero-sectionn .hero-background .particle-1{top:15%;left:10%;animation-delay:0s,0s}.timeline-wrapper .hero-sectionn .hero-background .particle-2{top:60%;right:15%;animation-delay:1.5s,.5s}.timeline-wrapper .hero-sectionn .hero-background .particle-3{bottom:15%;left:20%;animation-delay:3s,1s}.timeline-wrapper .hero-sectionn .hero-background .particle-4{top:35%;right:25%;animation-delay:4.5s,1.5s}.timeline-wrapper .hero-sectionn .hero-content{position:relative;z-index:10;text-align:center;color:var(--text-primary);width:90%;max-width:1200px;display:flex;flex-direction:column}.timeline-wrapper .hero-sectionn .hero-content.with-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--hero-bg-image);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.18;filter:blur(.5px);z-index:-1;pointer-events:none}.timeline-wrapper .hero-sectionn .hero-content .hero-title{margin-bottom:1rem;animation:fadeInUp 1s ease-out}.timeline-wrapper .hero-sectionn .hero-content .hero-title .title-line{display:block;font-size:1rem;font-weight:300;letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;opacity:.8;color:var(--text-secondary)}.timeline-wrapper .hero-sectionn .hero-content .hero-title .title-highlight{display:block;font-size:clamp(2.5rem,6vw,3rem);font-weight:500;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;letter-spacing:3.5px}.timeline-wrapper .hero-sectionn .hero-content .hero-subtitle{font-size:1rem;line-height:1.6;opacity:.9;max-width:85%;margin:0 auto 1.5rem;animation:fadeInUp 1s ease-out .3s both;color:var(--text-secondary)}.timeline-wrapper .hero-sectionn .scroll-indicator{display:flex;align-items:center;flex-direction:column;animation:fadeInUp 1s ease-out .6s both;margin-top:.5rem}.timeline-wrapper .hero-sectionn .scroll-indicator span{font-size:.8rem;color:var(--scroll-indicator-color);text-transform:uppercase;letter-spacing:1px;opacity:.7;margin-bottom:.5rem}.timeline-wrapper .hero-sectionn .scroll-indicator .arrow-down{font-size:1.5rem;animation:pulse 2s infinite;color:var(--scroll-indicator-color)}.timeline-wrapper .timeline-section{position:relative;padding:3rem 0;width:90%;max-width:1200px;margin:0 auto}.timeline-wrapper .timeline-section .timeline-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--timeline-gradient);transform:translate(-50%)}.timeline-wrapper .timeline-section .chapter{position:relative;display:flex;align-items:center;margin-bottom:2rem;opacity:0;transition:opacity .6s ease}.timeline-wrapper .timeline-section .chapter.visible{opacity:1}.timeline-wrapper .timeline-section .chapter.visible.left .chapter-content{animation:slideInLeft .8s ease-out}.timeline-wrapper .timeline-section .chapter.visible.right .chapter-content{animation:slideInRight .8s ease-out}.timeline-wrapper .timeline-section .chapter.left{justify-content:center;padding-right:50%}.timeline-wrapper .timeline-section .chapter.left .chapter-content{margin-right:3rem;text-align:left}.timeline-wrapper .timeline-section .chapter.right{justify-content:center;padding-left:50%}.timeline-wrapper .timeline-section .chapter.right .chapter-content{margin-left:3rem;text-align:right}.timeline-wrapper .timeline-section .chapter .chapter-marker{position:absolute;left:50%;transform:translate(-50%);z-index:10}.timeline-wrapper .timeline-section .chapter .chapter-marker .marker-dot{width:16px;height:16px;background:var(--light);border:3px solid var(--marker-color);border-radius:50%;transition:all .3s ease}.timeline-wrapper .timeline-section .chapter .chapter-marker .marker-dot.active{background:var(--marker-color);transform:scale(1.2);box-shadow:0 0 15px var(--marker-color)}.timeline-wrapper .timeline-section .chapter .chapter-content{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);padding:1.5rem;border-radius:15px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #0000001a;width:100%;max-width:450px}.timeline-wrapper .timeline-section .chapter .chapter-content:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-content-icon-year{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-content-icon-year .chapter-year{font-size:2rem;font-weight:700;opacity:.6;color:var(--text-primary)}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-content-icon-year .chapter-icon{font-size:2rem;color:var(--primary)}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-title{font-size:1.3rem;color:var(--text-primary);margin-bottom:.5rem;font-weight:600}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-text{color:var(--text-secondary);line-height:1.5;margin-bottom:1rem;font-size:.9rem}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-highlight{display:inline-flex;align-items:center;gap:.3rem;background:var(--highlight-bg);padding:.3rem .8rem;border-radius:15px;color:var(--highlight-color);font-weight:500;font-size:.8rem}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-highlight .highlight-icon{font-size:.9rem}.timeline-wrapper .timeline-section .timeline-buttons{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.timeline-wrapper .timeline-section .timeline-buttons .more-info{background:var(--highlight-bg);padding:.5rem 1.2rem;border-radius:20px;color:var(--highlight-color);font-weight:500;font-size:.9rem;cursor:pointer;border:1px solid var(--glass-border);transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.timeline-wrapper .timeline-section .timeline-buttons .more-info:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00000026;background:var(--highlight-color);color:var(--light)}.timeline-wrapper .timeline-section .timeline-buttons .more-info:disabled{background-color:#80808033;cursor:not-allowed;opacity:.6}@media (max-width: 768px){.timeline-wrapper .timeline-section .timeline-line{left:25px;transform:translate(0)}.timeline-wrapper .timeline-section .chapter{padding:0 0 0 50px!important;justify-content:flex-start!important}.timeline-wrapper .timeline-section .chapter.left .chapter-content,.timeline-wrapper .timeline-section .chapter.right .chapter-content{margin:0 1rem 0 0!important;text-align:left!important;max-width:100%}.timeline-wrapper .timeline-section .chapter .chapter-marker{left:25px!important;transform:translate(0)}.timeline-wrapper .hero-section{min-height:auto;padding:1.75rem 0 1.25rem;row-gap:1.2rem}.timeline-wrapper .hero-section .hero-content .hero-title .title-highlight{font-size:2rem}}@media (max-width: 575px){.timeline-wrapper .hero-section{padding:1.5rem 0 1rem;row-gap:1rem}.timeline-wrapper .hero-section .hero-content{width:95%;padding:0 1rem}.timeline-wrapper .hero-section .hero-content .hero-title .title-line{font-size:.8rem;letter-spacing:1px}.timeline-wrapper .hero-section .hero-content .hero-title .title-highlight{font-size:1.8rem;letter-spacing:2px}.timeline-wrapper .hero-section .hero-content .hero-subtitle{font-size:.9rem;max-width:100%}.timeline-wrapper .hero-section .scroll-indicator span{font-size:.7rem}.timeline-wrapper .hero-section .scroll-indicator .arrow-down{font-size:1.2rem}.timeline-wrapper .timeline-section{padding:1.75rem 0;width:100%}.timeline-wrapper .timeline-section .timeline-line{left:20px}.timeline-wrapper .timeline-section .chapter{padding:0 15px 0 45px!important;margin-bottom:1.5rem}.timeline-wrapper .timeline-section .chapter .chapter-marker{left:20px!important}.timeline-wrapper .timeline-section .chapter .chapter-marker .marker-dot{width:12px;height:12px;border-width:2px}.timeline-wrapper .timeline-section .chapter .chapter-content{padding:1rem}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-content-icon-year .chapter-year,.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-content-icon-year .chapter-icon{font-size:1.3rem}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-title{font-size:1.1rem}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-text{font-size:.85rem}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-highlight{padding:.25rem .6rem;font-size:.75rem}.timeline-wrapper .timeline-section .timeline-buttons{gap:.8rem;padding:0 15px}.timeline-wrapper .timeline-section .timeline-buttons .more-info{padding:.4rem 1rem;font-size:.8rem}}@media (max-width: 320px){.timeline-wrapper .hero-section .hero-content .hero-title .title-highlight{font-size:1.5rem;letter-spacing:1px}.timeline-wrapper .timeline-section .chapter{padding:0 10px 0 40px!important}.timeline-wrapper .timeline-section .chapter .chapter-content{padding:.8rem}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-content-icon-year .chapter-year,.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-content-icon-year .chapter-icon{font-size:1.1rem}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-title{font-size:.95rem}.timeline-wrapper .timeline-section .chapter .chapter-content .chapter-text{font-size:.75rem}}@media (min-width: 1400px){.timeline-wrapper .timeline-section{max-width:1400px}.timeline-wrapper .timeline-section .chapter .chapter-content{max-width:500px}}.faq-section{padding:3rem 0;min-height:100vh;position:relative}@media (max-width: 768px){.faq-section{padding:2.5rem 0;min-height:auto}}@media (max-width: 480px){.faq-section{padding:2rem 0}}.faq-section .faq-container{max-width:800px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.faq-section .faq-container{padding:0 1rem}}.faq-section .faq-header{text-align:center;margin-bottom:2.5rem}.faq-section .faq-header .faq-title{font-size:2.25rem;color:#fff;margin:0 0 .75rem;font-weight:700;letter-spacing:-.5px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.faq-section .faq-header .faq-title{font-size:1.875rem}}@media (max-width: 480px){.faq-section .faq-header .faq-title{font-size:1.5rem}}.faq-section .faq-header .faq-subtitle{font-size:1.0625rem;color:#ffffffe6;margin:0;line-height:1.6;font-weight:300}@media (max-width: 768px){.faq-section .faq-header .faq-subtitle{font-size:1rem}}@media (max-width: 480px){.faq-section .faq-header .faq-subtitle{font-size:.9375rem}}.faq-section .faq-categories{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}@media (max-width: 480px){.faq-section .faq-categories{gap:.375rem;margin-bottom:1.5rem}}.faq-section .faq-categories .category-btn{padding:.5rem 1.25rem;border:2px solid rgba(255,255,255,.3);background-color:#ffffff1a;color:#fff;border-radius:25px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 480px){.faq-section .faq-categories .category-btn{padding:.375rem 1rem;font-size:.75rem}}.faq-section .faq-categories .category-btn:hover{border-color:#d0de85;background-color:#d0de8526;transform:translateY(-1px)}.faq-section .faq-categories .category-btn.active{background-color:#d0de85;border-color:#d0de85;color:#063b2c;box-shadow:0 3px 10px #d0de8540}.faq-section .faq-list{margin-bottom:3rem}.faq-section .faq-list .faq-item{background-color:#fff;border:2px solid transparent;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000f}@media (max-width: 480px){.faq-section .faq-list .faq-item{border-radius:10px;margin-bottom:.75rem}}.faq-section .faq-list .faq-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.faq-section .faq-list .faq-item.active{border-color:#d0de85;box-shadow:0 6px 25px #0000001f}.faq-section .faq-list .faq-item.active .faq-question{background-color:#d0de8514}.faq-section .faq-list .faq-item.active .question-icon .icon-chevron{transform:rotate(180deg);color:#d0de85}.faq-section .faq-list .faq-item.active .faq-answer-wrapper{max-height:500px;opacity:1}.faq-section .faq-list .faq-item .faq-question{width:100%;padding:1.125rem 1.5rem;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;transition:all .3s ease}@media (max-width: 768px){.faq-section .faq-list .faq-item .faq-question{padding:1rem 1.25rem}}@media (max-width: 480px){.faq-section .faq-list .faq-item .faq-question{padding:.875rem 1rem}}.faq-section .faq-list .faq-item .faq-question:hover{background-color:#d0de850d}.faq-section .faq-list .faq-item .faq-question .question-text{flex:1;font-size:1rem;font-weight:600;color:#063b2c;line-height:1.5;padding-right:1rem}@media (max-width: 768px){.faq-section .faq-list .faq-item .faq-question .question-text{font-size:.9375rem}}@media (max-width: 480px){.faq-section .faq-list .faq-item .faq-question .question-text{font-size:.875rem;padding-right:.75rem}}.faq-section .faq-list .faq-item .faq-question .question-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;background-color:#d0de8526;border-radius:50%}@media (max-width: 480px){.faq-section .faq-list .faq-item .faq-question .question-icon{width:26px;height:26px}}.faq-section .faq-list .faq-item .faq-question .question-icon .icon-chevron{transition:transform .3s ease,color .3s ease;color:#063b2c;width:18px;height:18px}@media (max-width: 480px){.faq-section .faq-list .faq-item .faq-question .question-icon .icon-chevron{width:16px;height:16px}}.faq-section .faq-list .faq-item .faq-answer-wrapper{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer{padding:0 1.5rem 1.25rem}@media (max-width: 768px){.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer{padding:0 1.25rem 1rem}}@media (max-width: 480px){.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer{padding:0 1rem .875rem}}.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer p{margin:0 0 .875rem;color:#48514a;font-size:.9375rem;line-height:1.7}@media (max-width: 480px){.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer p{font-size:.875rem;line-height:1.6}}.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer p:last-child{margin-bottom:0}.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer .additional-info{background:linear-gradient(135deg,#d0de851a,#d5cea933);padding:1rem;border-radius:10px;margin-top:.875rem;border-left:3px solid #D0DE85;color:#48514a;font-size:.875rem;line-height:1.6}@media (max-width: 480px){.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer .additional-info{padding:.875rem;font-size:.8125rem}}.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer .faq-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}@media (max-width: 480px){.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer .faq-links{gap:.5rem;margin-top:.875rem}}.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer .faq-links .faq-link{display:inline-flex;align-items:center;gap:.25rem;color:#063b2c;background-color:#d0de8526;padding:.375rem .875rem;border-radius:18px;text-decoration:none;font-size:.8125rem;font-weight:500;transition:all .3s ease}@media (max-width: 480px){.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer .faq-links .faq-link{padding:.3125rem .75rem;font-size:.75rem}}.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer .faq-links .faq-link:hover{background-color:#d0de85;transform:translateY(-1px);box-shadow:0 2px 8px #d0de854d}.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer .faq-links .faq-link svg{margin-left:.2rem;opacity:.7;width:10px;height:10px}.faq-section .no-faqs{text-align:center;padding:4rem;background-color:#fffffff2;border-radius:16px;color:#7b7a70;box-shadow:0 4px 12px #0000001a}.faq-section .faq-footer{margin-top:3rem}@media (max-width: 768px){.faq-section .faq-footer{margin-top:2.5rem}}.faq-section .faq-footer .help-section{background:linear-gradient(135deg,#fff,#d5cea94d);border-radius:16px;padding:2.5rem;text-align:center;box-shadow:0 8px 30px #00000014;border:1px solid rgba(208,222,133,.2);position:relative;overflow:hidden}@media (max-width: 768px){.faq-section .faq-footer .help-section{padding:2rem 1.5rem;border-radius:14px}}@media (max-width: 480px){.faq-section .faq-footer .help-section{padding:1.75rem 1.25rem;border-radius:12px}}.faq-section .faq-footer .help-section:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(208,222,133,.08) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite}.faq-section .faq-footer .help-section h3{font-size:1.5rem;color:#063b2c;margin:0 0 .5rem;position:relative;z-index:1}@media (max-width: 768px){.faq-section .faq-footer .help-section h3{font-size:1.375rem}}@media (max-width: 480px){.faq-section .faq-footer .help-section h3{font-size:1.25rem}}.faq-section .faq-footer .help-section p{color:#7b7a70;margin:0 0 1.75rem;font-size:1rem;position:relative;z-index:1}@media (max-width: 480px){.faq-section .faq-footer .help-section p{font-size:.9375rem;margin-bottom:1.5rem}}.faq-section .faq-footer .help-section .help-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}@media (max-width: 640px){.faq-section .faq-footer .help-section .help-actions{flex-direction:column;width:100%;gap:.75rem}}.faq-section .faq-footer .help-section .help-actions .help-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;border:none;position:relative;overflow:hidden}@media (max-width: 640px){.faq-section .faq-footer .help-section .help-actions .help-btn{width:100%;justify-content:center}}@media (max-width: 480px){.faq-section .faq-footer .help-section .help-actions .help-btn{padding:.75rem 1.5rem;font-size:.875rem}}.faq-section .faq-footer .help-section .help-actions .help-btn svg{width:18px;height:18px;transition:transform .3s ease}@media (max-width: 480px){.faq-section .faq-footer .help-section .help-actions .help-btn svg{width:16px;height:16px}}.faq-section .faq-footer .help-section .help-actions .help-btn.primary{background-color:#d0de85;color:#063b2c;box-shadow:0 3px 12px #d0de8540}.faq-section .faq-footer .help-section .help-actions .help-btn.primary:hover{background-color:#c4d565;transform:translateY(-2px);box-shadow:0 5px 16px #d0de8559}.faq-section .faq-footer .help-section .help-actions .help-btn.primary:hover svg{transform:translate(2px)}.faq-section .faq-footer .help-section .help-actions .help-btn.secondary{background-color:#063b2c0d;color:#063b2c;border:2px solid #063B2c}.faq-section .faq-footer .help-section .help-actions .help-btn.secondary:hover{background-color:#063b2c;color:#fff;box-shadow:0 3px 12px #063b2c40}.faq-section .faq-footer .help-section .help-actions .help-btn.secondary:hover svg{transform:rotate(5deg)}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:.4}}@media (max-width: 768px){.faq-section{padding:3rem 0}.faq-section .faq-container{padding:0 1rem}.faq-section .faq-header .faq-title{font-size:2.25rem}.faq-section .faq-list .faq-item .faq-question{padding:1.25rem 1.5rem}.faq-section .faq-list .faq-item .faq-question .question-text{font-size:1rem}.faq-section .faq-list .faq-item .faq-question .question-icon{width:32px;height:32px}.faq-section .faq-list .faq-item .faq-answer-wrapper .faq-answer{padding:0 1.5rem 1.25rem}.faq-section .faq-footer .help-section{padding:2.5rem 1.5rem}.faq-section .faq-footer .help-section .help-actions{flex-direction:column;width:100%}.faq-section .faq-footer .help-section .help-actions .help-btn{width:100%;justify-content:center}}@media (max-width: 480px){.faq-section .faq-header{margin-bottom:2.5rem}.faq-section .faq-header .faq-title{font-size:1.875rem}.faq-section .faq-header .faq-subtitle{font-size:1.0625rem}.faq-section .faq-categories{gap:.5rem}.faq-section .faq-categories .category-btn{padding:.5rem 1.25rem;font-size:.875rem}}.madreSelva__container{width:100%;display:flex;flex-direction:column;justify-content:center}.madreSelva__container .madreSelva__header{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;animation:fadeIn 1.8s cubic-bezier(.4,0,.2,1) forwards}.madreSelva__container .madreSelva__header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000,#000000e6,#000c,#000000b3,#0009,#00000080,#0006,#0000084d,#00000833,#0000081a,#0000);z-index:0;opacity:0;animation:fadeIn 1.44s cubic-bezier(.4,0,.2,1) .3s forwards}.madreSelva__container .madreSelva__header .madreSelva__header__content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:2;gap:1rem}.madreSelva__container .madreSelva__header .madreSelva__header__content .madreSelva__header__content__logo{width:70%!important;height:30%!important;flex-shrink:0;display:flex;justify-content:center;align-items:center;position:relative;z-index:3}.madreSelva__container .madreSelva__header .madreSelva__header__content .madreSelva__header__content__logo img{width:100%;height:300px;max-width:300px;max-height:300px;object-fit:contain;opacity:0;animation:fadeInScale 1.4s cubic-bezier(.4,0,.2,1) .8s forwards,subtleFloat 4s ease-in-out 2.5s infinite}.madreSelva__container .madreSelva__header .madreSelva__header__content .madreSelva__header__content__title{width:80%;max-width:800px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:3}.madreSelva__container .madreSelva__header .madreSelva__header__content .madreSelva__header__content__title p{font-size:clamp(.8rem,1vw,1rem);color:#ffffffd9;line-height:1.7;font-weight:200;letter-spacing:.5px;text-align:center;margin:0;opacity:0;animation:fadeInScale 1.4s cubic-bezier(.4,0,.2,1) .8s forwards}.madreSelva__container .madreSelva__content{width:100%;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.madreSelva__container .madreSelva__content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000,#000000e6,#000000e6,#000000e6,#000000e6,#000c,#000000b3,#00000899,#00000880,#00000866,#0003);z-index:0;opacity:0;animation:fadeIn 1.44s cubic-bezier(.4,0,.2,1) .3s forwards}.madreSelva__container .madreSelva__content .madreSelva__content--question,.madreSelva__container .madreSelva__content .madreSelva__content--history{margin-top:10%}.madreSelva__container .madreSelva__content .madreSelva__grid{display:flex;flex-direction:column;justify-content:center;margin:15% auto 0;width:100%;position:relative;z-index:1}.madreSelva__container .madreSelva__content .madreSelva__grid .madreSelva__services-title{width:80%;margin:0 auto 2%;position:relative;border-radius:16px;z-index:1;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;padding:2rem;background:linear-gradient(135deg,#000000d9,#000000bf,#000000a6 30%,#00000080,#0000004d 70%,#0000001a,#0000);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);box-shadow:5px 12px 52px #fbfbfb4d,inset 0 1px #ffffff0d;opacity:0;transform:translateY(30px);animation:fadeInUp 1.8s cubic-bezier(.4,0,.2,1) .4s forwards}.madreSelva__container .madreSelva__content .madreSelva__grid .madreSelva__services-title h2{font-size:clamp(2.2rem,5.5vw,3rem);font-weight:700;margin-bottom:1rem;line-height:1.1;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3),0 0 20px rgba(255,255,255,.1);letter-spacing:-.02em;opacity:0;transform:translateY(20px);animation:fadeInUp 1.2s cubic-bezier(.4,0,.2,1) .7s forwards}.madreSelva__container .madreSelva__content .madreSelva__grid .madreSelva__services-title p{display:flex;justify-content:center;align-items:center;text-align:center;width:75%;max-width:700px;font-size:clamp(1.05rem,1.8vw,1.1rem);color:#ffffffe6;line-height:1.8;font-weight:300;letter-spacing:.3px;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.2);opacity:0;transform:translateY(20px);animation:fadeInUp 1.2s cubic-bezier(.4,0,.2,1) .95s forwards}.madreSelva__container .madreSelva__content .madreSelva__grid .madreSelva__services,.madreSelva__container .madreSelva__content .madreSelva__grid .madreSelva__products{display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%;position:relative;z-index:1}.madreSelva__container .madreSelva__content .madreSelva__grid .madreSelva__button{padding:3%;margin:0 auto}.madreSelva__container .madreSelva__content .madreSelva__content--CTA{display:flex;flex-direction:column;justify-content:center;width:100%;position:relative;z-index:1}.madreSelva__container .madreSelva__content .madreSelva__content--contact{margin-top:15%}.madreSelva__container .madreSelva__content .madreSelva__content--testimonial{margin:5% 0}.madreSelva__container .madreSelva__content .madreSelva__content--menssage_final{padding:1rem;position:relative}.madreSelva__container .madreSelva__content .madreSelva__content--menssage_final:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(0);opacity:1;z-index:0}.madreSelva__container .madreSelva__content .madreSelva__content--carrousel{display:flex;flex-direction:column;justify-content:center;padding:0rem 8rem;margin-top:10%}.madreSelva__container .madreSelva__content .madreSelva__content--carrousel .content__carrousel--titiles{margin-top:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}.madreSelva__container .madreSelva__content .madreSelva__content--carrousel .content__carrousel--titiles h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;margin-bottom:.5rem;line-height:1;color:#fff;text-align:center}.madreSelva__container .madreSelva__content .madreSelva__content--carrousel .content__carrousel--titiles p{font-size:clamp(.95rem,1.6vw,1.2rem);color:#ffffffd9;line-height:1.7;font-weight:300;letter-spacing:.3px;margin:0;text-align:center}.madreSelva__container .madreSelva__content .madreSelva__content--carrousel .content__carrousel--cards{display:flex;margin-top:2%}.madreSelva__container .madreSelva__content .madreSelva__content--newsletter{position:relative;margin-top:10%}.madreSelva__container .madreSelva__content--FAQ{margin-top:10%}@media (max-width: 1024px){.madreSelva__container .madreSelva__header .madreSelva__header__content .madreSelva__header__content__logo{max-width:280px}.madreSelva__container .madreSelva__content .madreSelva__grid .madreSelva__services-title p{width:80%}}@media (max-width: 768px){.madreSelva__container .madreSelva__header .madreSelva__header__content .madreSelva__header__content__logo img{max-width:200px}.madreSelva__container .madreSelva__header .madreSelva__header__content .madreSelva__header__content__title{width:90%}.madreSelva__container .madreSelva__content .madreSelva__content--carrousel{padding:2rem 1.5rem;margin:0 1rem}.madreSelva__container .madreSelva__content .madreSelva__grid .madreSelva__button{width:100%;display:flex;justify-content:center}.madreSelva__container .madreSelva__content .madreSelva__grid .madreSelva__services-title p{width:90%}}@media (max-width: 480px){.madreSelva__container .madreSelva__content .madreSelva__content--carrousel{padding:1.5rem 1rem;margin:0 .5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.naluum__container{width:100%;display:flex;flex-direction:column;justify-content:center}.naluum__container .naluum__header{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;animation:fadeIn 1.8s cubic-bezier(.4,0,.2,1) forwards}.naluum__container .naluum__header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000,#000000e6,#000c,#000000b3,#0009,#00000080,#0006,#0000084d,#00000833,#0000081a,#0000);z-index:0;opacity:0;animation:fadeIn 1.44s cubic-bezier(.4,0,.2,1) .3s forwards}.naluum__container .naluum__header .naluum__header__content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-around;align-items:center;position:relative;z-index:2;gap:1rem}.naluum__container .naluum__header .naluum__header__content .naluum__header__content__logo{width:70%!important;height:70%!important;flex-shrink:0;display:flex;justify-content:center;align-items:center;position:relative;z-index:3}.naluum__container .naluum__header .naluum__header__content .naluum__header__content__logo img{width:100%;height:300px;max-width:300px;max-height:300px;object-fit:contain;opacity:0;animation:fadeInScale 1.4s cubic-bezier(.4,0,.2,1) .8s forwards,subtleFloat 4s ease-in-out 2.5s infinite}.naluum__container .naluum__header .naluum__header__content .naluum__header__content__title{width:80%;max-width:800px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:3}.naluum__container .naluum__header .naluum__header__content .naluum__header__content__title p{font-size:clamp(.8rem,1vw,1rem);color:#ffffffd9;line-height:1.7;font-weight:200;letter-spacing:.5px;text-align:center;margin:0;opacity:0;animation:fadeInScale 1.4s cubic-bezier(.4,0,.2,1) .8s forwards}.naluum__container .naluum__content{width:100%;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.naluum__container .naluum__content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000,#000000e6,#000000e6,#000000e6,#000000e6,#000c,#000000b3,#00000899,#00000880,#00000866,#0003);z-index:0;opacity:0;animation:fadeIn 1.44s cubic-bezier(.4,0,.2,1) .3s forwards}.naluum__container .naluum__content .naluum__content--question,.naluum__container .naluum__content .naluum__content--history{margin-top:10%}.naluum__container .naluum__content .naluum__grid{display:flex;flex-direction:column;justify-content:center;margin:15% auto 0;width:100%;position:relative;z-index:1}.naluum__container .naluum__content .naluum__grid .naluum__services-title{width:80%;margin:0 auto 2%;position:relative;border-radius:16px;z-index:1;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;padding:2rem;background:linear-gradient(135deg,#000000d9,#000000bf,#000000a6 30%,#00000080,#0000004d 70%,#0000001a,#0000);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);box-shadow:5px 12px 52px #fbfbfb4d,inset 0 1px #ffffff0d;opacity:0;transform:translateY(30px);animation:fadeInUp 1.8s cubic-bezier(.4,0,.2,1) .4s forwards}.naluum__container .naluum__content .naluum__grid .naluum__services-title h2{font-size:clamp(2.2rem,5.5vw,3rem);font-weight:700;margin-bottom:1rem;line-height:1.1;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3),0 0 20px rgba(255,255,255,.1);letter-spacing:-.02em;opacity:0;transform:translateY(20px);animation:fadeInUp 1.2s cubic-bezier(.4,0,.2,1) .7s forwards}.naluum__container .naluum__content .naluum__grid .naluum__services-title p{display:flex;justify-content:center;align-items:center;text-align:center;width:75%;max-width:700px;font-size:clamp(1.05rem,1.8vw,1.1rem);color:#ffffffe6;line-height:1.8;font-weight:300;letter-spacing:.3px;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.2);opacity:0;transform:translateY(20px);animation:fadeInUp 1.2s cubic-bezier(.4,0,.2,1) .95s forwards}.naluum__container .naluum__content .naluum__grid .naluum__services,.naluum__container .naluum__content .naluum__grid .naluum__products{display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%;position:relative;z-index:1}.naluum__container .naluum__content .naluum__grid .naluum__button{padding:3%;margin:0 auto}.naluum__container .naluum__content .naluum__content--CTA{display:flex;flex-direction:column;justify-content:center;width:100%;position:relative;z-index:1}.naluum__container .naluum__content .naluum__content--contact{margin-top:15%}.naluum__container .naluum__content .naluum__content--testimonial{margin:5% 0}.naluum__container .naluum__content .naluum__content--menssage_final{padding:1rem;position:relative}.naluum__container .naluum__content .naluum__content--menssage_final:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(0);opacity:1;z-index:0}.naluum__container .naluum__content .naluum__content--carrousel{display:flex;flex-direction:column;justify-content:center;padding:0rem 8rem;margin-top:10%}.naluum__container .naluum__content .naluum__content--carrousel .content__carrousel--titiles{margin-top:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}.naluum__container .naluum__content .naluum__content--carrousel .content__carrousel--titiles h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;margin-bottom:.5rem;line-height:1;color:#fff;text-align:center}.naluum__container .naluum__content .naluum__content--carrousel .content__carrousel--titiles p{font-size:clamp(.95rem,1.6vw,1.2rem);color:#ffffffd9;line-height:1.7;font-weight:300;letter-spacing:.3px;margin:0;text-align:center}.naluum__container .naluum__content .naluum__content--carrousel .content__carrousel--cards{display:flex;margin-top:2%}.naluum__container .naluum__content .naluum__content--newsletter{position:relative;margin-top:10%}.naluum__container .naluum__content--FAQ{margin-top:10%}@media (max-width: 1024px){.naluum__container .naluum__header .naluum__header__content .naluum__header__content__logo{max-width:280px}.naluum__container .naluum__content .naluum__grid .naluum__services-title p{width:80%}}@media (max-width: 768px){.naluum__container .naluum__header .naluum__header__content .naluum__header__content__logo img{max-width:200px}.naluum__container .naluum__header .naluum__header__content .naluum__header__content__title{width:90%}.naluum__container .naluum__content .naluum__content--carrousel{padding:2rem 1.5rem;margin:0 1rem}.naluum__container .naluum__content .naluum__grid .naluum__button{width:100%;display:flex;justify-content:center}.naluum__container .naluum__content .naluum__grid .naluum__services-title p{width:90%}}@media (max-width: 480px){.naluum__container .naluum__content .naluum__content--carrousel{padding:1.5rem 1rem;margin:0 .5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes subtleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes shineEffect{0%{transform:translate(-100%) translateY(-100%) rotate(25deg)}to{transform:translate(100%) translateY(100%) rotate(25deg)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulseRing{0%{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.1}to{transform:scale(1);opacity:.3}}@keyframes floatParticle{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:.4}90%{opacity:.4}to{transform:translateY(-100vh) scale(1);opacity:0}}@keyframes pulseHeight{0%,to{height:40%;opacity:.8}50%{height:50%;opacity:1}}.global__container{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative}.global__container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:100%;background:linear-gradient(105deg,transparent 45%,rgba(255,255,255,.03) 50%,transparent 55%);animation:shineEffect 6s ease-in-out infinite;animation-delay:3s;transform:rotate(25deg);pointer-events:none;z-index:4}.global__container .global__header{width:100%;min-height:100svh;display:flex;justify-content:center;align-items:center;position:relative;background:#0b0a09;opacity:0;animation:fadeIn 1.2s cubic-bezier(.4,0,.2,1) forwards;overflow:hidden}.global__container .global__header .global__header__content{width:100%;height:100%;flex-direction:column;display:flex;justify-content:center;align-items:center;position:relative;z-index:2;padding:2rem}.global__container .global__header .global__header__content .global__header__content__logo{width:35%;height:auto;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;z-index:3}.global__container .global__header .global__header__content .global__header__content__logo img{width:100%;height:auto;max-width:400px;max-height:500px;opacity:0;animation:fadeInScale 1.4s cubic-bezier(.4,0,.2,1) .8s forwards,subtleFloat 4s ease-in-out 4s infinite;filter:drop-shadow(0 0 30px rgba(187,163,36,.3))}.global__container .global__header .global__header__content .global__header__content__logo .logo-placeholder{width:350px;height:350px;display:flex;justify-content:center;align-items:center;flex-direction:column;background:radial-gradient(circle at center,rgba(187,163,36,.1) 0%,transparent 70%);border:2px solid #bba324;border-radius:50%;position:relative;opacity:0;animation:fadeInScale 1.4s cubic-bezier(.4,0,.2,1) .8s forwards,subtleFloat 4s ease-in-out 4s infinite}.global__container .global__header .global__header__content .global__header__content__logo .logo-placeholder:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;border:1px solid #bba324;opacity:.3;animation:pulseRing 3s ease-in-out infinite}.global__container .global__header .global__header__content .global__header__content__logo .logo-placeholder span{font-size:4rem;font-weight:300;letter-spacing:.5rem;color:#bba324;text-shadow:0 0 20px rgba(187,163,36,.5)}.global__container .global__header .global__header__content .global__header__content__titles{display:flex;flex-direction:column;justify-content:center;max-width:900px;position:absolute;top:50%;left:50%;z-index:2}.global__container .global__header .global__header__content .global__header__content__titles h1{font-size:clamp(1.75rem,5vw,2.25rem);font-weight:300;letter-spacing:.15em;margin-bottom:1.5rem;background:linear-gradient(90deg,#bba324,#d4bc3d,#bba324);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 8s ease infinite;line-height:1.2}.global__container .global__header .global__header__content .global__header__content__titles .subtitle{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;color:#bba324;margin-bottom:1rem;letter-spacing:.05em}.global__container .global__header .global__header__content .global__header__content__titles p{font-size:clamp(.95rem,1.9vw,1.125rem);font-weight:300;line-height:1.8;color:#f5f5f5;letter-spacing:.02em}.global__container .global__header .global__header__content .global__header__content__titles p .highlight{color:#bba324;font-weight:400}.global__container .global__content{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;padding-top:5%;background:linear-gradient(to top,#0b0a0933,#0b0a09 5%,#0b0a09)}.global__container .global__content .global__content--question{width:100%;min-height:100svh;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;padding:5% 0;margin-bottom:5%}.global__container .global__content .global__content--question .global__content--question__card{width:100%;height:100%;min-height:600px;position:relative;overflow:hidden;border-radius:10px}.global__container .global__content .global__content--question .global__content--question__card__img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.global__container .global__content .global__content--question .global__content--question__card__img img{width:100%;height:100%;object-fit:cover;object-position:center}.global__container .global__content .global__content--question .global__content--question__card__img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(3,3,4,.95) 0%,rgba(3,3,4,.9) 15%,rgba(3,3,4,.85) 25%,rgba(3,3,4,.75) 35%,rgba(3,3,4,.5) 45%,rgba(3,3,4,.2) 60%,transparent 80%);z-index:2}.global__container .global__content .global__content--question .global__content--question__card__text{display:flex;flex-direction:column;justify-content:center;width:60%;height:100%;position:absolute;top:50%;left:0;transform:translateY(-50%);padding:5% 5% 5% 8%;z-index:3}.global__container .global__content .global__content--question .global__content--question__card__text:before{content:"";position:absolute;left:5%;top:50%;transform:translateY(-50%);width:4px;height:40%;background:linear-gradient(180deg,transparent 0%,#bba324 20%,#d4bc3d 50%,#bba324 80%,transparent 100%);opacity:.8;animation:pulseHeight 4s ease-in-out infinite}.global__container .global__content .global__content--question .global__content--question__card__text h2{font-size:clamp(1rem,6vw,2.5rem);font-weight:300;line-height:1.1;color:#bba324;letter-spacing:-.02em;text-transform:uppercase;position:relative;background:linear-gradient(90deg,#bba324,#d4bc3d,#bba324);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 8s ease infinite}.global__container .global__content .global__content--question .global__content--question__card__text p:first-of-type{font-size:clamp(1rem,2.5vw,1.2rem);color:#d4bc3d;line-height:1.4;font-weight:400;letter-spacing:.05em;opacity:.9}.global__container .global__content .global__content--question .global__content--question__card__text p:last-of-type{font-size:clamp(.8rem,1.8vw,1rem);color:#f5f5f5;line-height:1.8;font-weight:300;letter-spacing:.02em;margin:0;opacity:.95}.global__container .global__content .global__content--question .global__content--question__card__text p:last-of-type strong{color:#d4bc3d;font-weight:400}.global__container .global__content .global__content--history{margin-top:15%}.global__container .global__content .global__content--carrousel{display:flex;flex-direction:column;justify-content:center;text-align:center;padding:3rem 8rem;margin:0 3rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.global__container .global__content .global__content--carrousel .content__carrousel--titiles{margin-top:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}.global__container .global__content .global__content--carrousel .content__carrousel--titiles h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:600!important;margin-bottom:.5rem;line-height:1;color:#fff}.global__container .global__content .global__content--carrousel .content__carrousel--titiles p{font-size:clamp(.95rem,1.5vw,1.2rem);color:#ffffffd9;line-height:1.7;font-weight:300;letter-spacing:.3px;margin:0;text-align:center}.global__container .global__content .global__content--carrousel .content__carrousel--cards{display:flex;margin-top:2%}.global__container .global__content .global__grid,.global__container .global__content .global__grid .global__services{display:flex;flex-direction:column;justify-content:center;margin:5% auto 0;width:100%;height:auto;position:relative;z-index:1}.global__container .global__content .global__grid .global__services:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(180deg);opacity:1;z-index:0}.global__container .global__content .global__grid .global__products{display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%;height:auto;position:relative;z-index:1}.global__container .global__content .global__grid .global__products:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:center;transform:rotate(180deg);opacity:1;z-index:0}.global__container .global__content .global__grid .global__button{padding:3%;margin:0 auto}.global__container .global__content .global__grid .global__services-title{width:80%;margin:0 auto 4%;position:relative;border-radius:16px;z-index:1;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;padding:4rem 2rem;background:linear-gradient(135deg,#000000d9,#000000bf,#000000a6 30%,#00000080,#0000004d 70%,#0000001a,#0000);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff0d;opacity:0;transform:translateY(30px);animation:fadeInUp 1.2s cubic-bezier(.4,0,.2,1) .4s forwards}.global__container .global__content .global__grid .global__services-title h2{font-size:clamp(2.2rem,5.5vw,3.5rem);font-weight:700;margin-bottom:1rem;line-height:1.1;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3),0 0 20px rgba(255,255,255,.1);letter-spacing:-.02em;opacity:0;transform:translateY(20px);animation:fadeInUp 1.2s cubic-bezier(.4,0,.2,1) .7s forwards}.global__container .global__content .global__grid .global__services-title p{display:flex;justify-content:center;align-items:center;text-align:center;width:75%;max-width:700px;font-size:clamp(1.05rem,1.8vw,1.25rem);color:#ffffffe6;line-height:1.8;font-weight:300;letter-spacing:.3px;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.2);opacity:0;transform:translateY(20px);animation:fadeInUp 1.2s cubic-bezier(.4,0,.2,1) .95s forwards}.global__container .global__content .global__content--CTA{display:flex;flex-direction:column;justify-content:center;width:100%;height:auto;position:relative;z-index:1}.global__container .global__content .global__content--CTA:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(0);opacity:1;z-index:0}.global__container .global__content .global__content--testimonial{margin-top:5%;margin-bottom:5%}.global__container .global__content .global__content--menssage_final{padding:1rem;position:relative}.global__container .global__content .global__content--menssage_final:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(0);opacity:1;z-index:0}.global__container .global__content .global__content--newsletter{position:relative}@media (max-width: 1024px){.global__container .global__content .global__content--question .global__content--question__card__text{width:65%;padding:4% 4% 4% 6%}}@media (max-width: 768px){.global__container .global__header .global__header__content{padding:1rem}.global__container .global__header .global__header__content .global__header__content__logo{margin-bottom:2rem}.global__container .global__header .global__header__content .global__header__content__logo .logo-placeholder{width:250px;height:250px}.global__container .global__header .global__header__content .global__header__content__logo .logo-placeholder span{font-size:3rem;letter-spacing:.3rem}.global__container .global__header .global__header__content .global__header__content__logo img{max-width:280px;max-height:350px}.global__container .global__header .global__header__content .global__header__content__titles{padding:0 1rem}.global__container .global__header .global__header__content .global__header__content__titles h1{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:1rem}.global__container .global__header .global__header__content .global__header__content__titles .subtitle{font-size:clamp(.9rem,2vw,1.2rem)}.global__container .global__header .global__header__content .global__header__content__titles p{font-size:clamp(.85rem,1.8vw,1rem)}.global__container .global__content .global__content--question .global__content--question__card{min-height:500px}.global__container .global__content .global__content--question .global__content--question__card__img:after{background:linear-gradient(90deg,rgba(3,3,4,.98) 0%,rgba(3,3,4,.95) 30%,rgba(3,3,4,.85) 50%,rgba(3,3,4,.6) 70%,transparent 90%)}.global__container .global__content .global__content--question .global__content--question__card__text{width:80%;padding:5%}.global__container .global__content .global__content--question .global__content--question__card__text:before{left:3%;width:3px}.global__container .global__content .global__content--question .global__content--question__card__text h2{font-size:clamp(1.5rem,8vw,3rem)}.global__container .global__content .global__content--carrousel{padding:2rem 1.5rem;margin:0 1rem}.global__container .global__content .global__grid .global__button{width:100%;padding:2rem 1rem;display:flex;justify-content:center}.global__container .global__content .global__grid .global__services-titile{width:90%}.global__container .global__content .global__grid .global__services-titile p{text-align:center}}@media (max-width: 480px){.global__container .global__header .global__header__content .global__header__content__logo .logo-placeholder{width:200px;height:200px}.global__container .global__header .global__header__content .global__header__content__logo .logo-placeholder span{font-size:2.5rem}.global__container .global__header .global__header__content .global__header__content__titles h1{letter-spacing:.08em}.global__container .global__content .global__content--question .global__content--question__card__text{width:90%}.global__container .global__content .global__content--question .global__content--question__card__text h2{margin-bottom:1rem}.global__container .global__content .global__content--question .global__content--question__card__text p:first-of-type{margin-bottom:1.5rem}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.landing{min-height:100dvh;background:linear-gradient(to top,#0003,#0009 55%,#000);color:#1a1a1a;display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden}.landing__heroWrapper{width:100%;max-width:100%;position:relative}.landing__hero{position:relative;width:100%;height:clamp(260px,40vh,420px);overflow:hidden}.landing__heroBg{width:100%;height:100%;object-fit:cover;transform:scale(1.02)}.landing__heroShade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#0009 55%,#000)}.landing__shell{position:relative;z-index:2;width:100%;max-width:1200px;margin:-3.5rem auto 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}@media (min-width: 768px){.landing__shell{margin-top:-4.5rem}}.landing__mainRow{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.landing__mainRow{flex-direction:row;align-items:stretch;gap:2rem}}@media (min-width: 1024px){.landing__mainRow{gap:3rem}}.landing__imageBlock{position:relative;flex:1;background:#ffffffe6;border:1px solid rgba(0,0,0,.07);border-radius:24px;box-shadow:0 24px 50px #00000014;overflow:hidden;min-height:220px;display:flex;justify-content:center;align-items:center}@media (min-width: 768px){.landing__imageBlock{min-height:360px}}.landing__heroImg{width:100%;height:100%;object-fit:cover}.landing__imageTag{position:absolute;top:1rem;left:1rem;background:#d0de85;color:#8f764c;border:1px solid rgba(143,118,76,.25);font-size:.7rem;font-weight:600;line-height:1.2;padding:.4rem .6rem;border-radius:10px;box-shadow:0 8px 20px #00000012}.landing__card{flex:1;background:#ffffffe6;border-radius:24px;border:1px solid rgba(0,0,0,.07);box-shadow:0 24px 50px #00000014;padding:1.5rem 1.25rem 1.25rem;position:relative;isolation:isolate;align-self:stretch;display:flex;flex-direction:column;justify-content:center}@media (min-width: 768px){.landing__card{padding:2rem}}@media (min-width: 1024px){.landing__card{padding:2.5rem}}.landing__head{text-align:center;color:#1a1a1a;margin-bottom:1.5rem}.landing__title{color:#1a1a1a;font-size:1.4rem;font-weight:600;line-height:1.25;letter-spacing:-.03em;margin:0 0 .75rem}@media (min-width: 768px){.landing__title{font-size:1.6rem}}@media (min-width: 1024px){.landing__title{font-size:1.8rem}}.landing__highlight{display:inline-block;color:#8f764c}.landing__subtitle{color:#4a4a4a;font-size:.9rem;line-height:1.45;margin:0}.landing__form{display:flex;flex-direction:column;gap:1rem;color:#1a1a1a}.landing__row{display:flex;flex-direction:column;gap:1rem}@media (min-width: 480px){.landing__row{flex-direction:row}}.landing__field{flex:1;display:flex;flex-direction:column}.landing__field--full{width:100%}.landing__label{color:#1a1a1a;font-size:.8rem;font-weight:500;margin-bottom:.4rem}.landing__input{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid rgba(0,0,0,.12);border-radius:16px;padding:.8rem .9rem;font-size:.95rem;line-height:1.3;color:#1a1a1a;outline:0;transition:border .18s ease,box-shadow .18s ease,background .18s ease}.landing__input::placeholder{color:#00000059}.landing__input:focus{border:1px solid #8f764c;box-shadow:0 0 0 3px #8f764c1f;background:#fff}.landing__input--error{border:1px solid #ff6b6b!important;box-shadow:0 0 0 3px #ff6b6b2e}.landing__error{margin-top:.4rem;font-size:.75rem;line-height:1.2;color:#ff6b6b;font-weight:500}.landing__runtimeError{color:#c0392b;font-size:.9rem;margin-top:.5rem;font-weight:500}.landing__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.landing__cta{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(90deg,#d0de85,#8f764c);color:#fff;border:0;border-radius:16px;box-shadow:0 16px 30px #0000000f,0 8px 20px #0000001f;font-size:1rem;font-weight:600;line-height:1.2;padding:1rem 1.25rem;text-align:center;position:relative;isolation:isolate;transition:all .18s ease}.landing__cta:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 20px 32px #00000026}.landing__cta:active{transform:scale(.99)}.landing__successBlock{display:flex;flex-direction:column!important;align-items:center;background:#d0de8514;border:1px solid rgba(208,222,133,.4);border-radius:16px;padding:1rem 1rem .75rem;box-shadow:0 16px 30px #0000000d;width:100%;gap:.75rem}@media (min-width: 480px){.landing__successBlock{flex-direction:row;align-items:center;justify-content:space-between}}.landing__successText{color:#8f764c;font-size:.9rem;font-weight:600;line-height:1.3}.landing__downloadBtn{display:inline-block;text-decoration:none;background:#8f764c14;color:#8f764c;border:1px solid rgba(143,118,76,.4);border-radius:10px;font-size:.8rem;font-weight:600;line-height:1.2;padding:.6rem .8rem;transition:all .18s ease;box-shadow:0 8px 20px #00000012;cursor:pointer}.landing__downloadBtn:hover{background:#8f764c26;box-shadow:0 16px 28px #0000001a}.landing__disclaimer{font-size:.7rem;line-height:1.4;color:#6b6b6b;text-align:center}.landing__sideCard{width:100%;max-width:560px;background:#ffffffe6;border:1px solid rgba(0,0,0,.07);border-radius:24px;box-shadow:0 24px 50px #00000014;padding:1.5rem;color:#1a1a1a;text-align:center}@media (min-width: 768px){.landing__sideCard{padding:2rem}}@media (min-width: 1024px){.landing__sideCard{padding:2.5rem}}.landing__sideTitle{font-size:1rem;font-weight:600;line-height:1.3;color:#1a1a1a;margin-bottom:1rem}.landing__list{list-style:none;padding:0;margin:0 0 1rem;display:grid;gap:.75rem}.landing__listItem{position:relative;padding-left:1.5rem;font-size:.9rem;line-height:1.45;color:#4a4a4a}.landing__listItem:before{content:"";position:absolute;top:.48rem;left:0;width:10px;height:10px;border-radius:3px;background:linear-gradient(90deg,#d0de85,#8f764c);box-shadow:0 8px 16px #00000014}.landing__listItem--accent{color:#1a1a1a;font-weight:600}.landing__note{font-size:.8rem;line-height:1.4;color:#6b6b6b;border-top:1px solid rgba(0,0,0,.06);padding-top:1rem}.landing__hiddenDownload{position:absolute;width:.1px;height:.1px;overflow:hidden;opacity:0;pointer-events:none}.landing__footer{text-align:center;position:relative;z-index:2;margin-top:1.5rem}.landing__footerText{font-size:.7rem;line-height:1.4;color:#0006;font-weight:400}.calendar-view{width:100%;height:100%;padding:.5rem;overflow-x:hidden;overflow-y:auto}@media (max-width: 768px){.calendar-view{padding:.75rem}}@media (max-width: 1024px){.calendar-view{padding:1rem}}@media (min-width: 1280px){.calendar-view{padding:1.5rem}}.calendar-view *{box-sizing:border-box}.calendar-view__container{max-width:100%;height:100%;margin:0 auto;display:flex;flex-direction:column}@media (min-width: 1280px){.calendar-view__container{max-width:1400px}}@media (min-width: 1920px){.calendar-view__container{max-width:1800px}}.calendar-view__header{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#fff);border:1px solid rgba(6,59,44,.08);padding:1rem;flex-shrink:0}@media (max-width: 1024px){.calendar-view__header{padding:1.5rem}}@media (max-width: 768px){.calendar-view__header{padding:1.25rem}}@media (max-width: 1024px){.calendar-view__header{padding:1.5rem;margin-bottom:1.5rem}}.calendar-view__header-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 768px){.calendar-view__header-top{flex-direction:column;align-items:stretch}}.calendar-view__header-title{display:flex;align-items:center;gap:1rem}.calendar-view__header-title svg{color:#063b2c}.calendar-view__header-title h1{margin:0;font-size:1.4rem;color:#063b2c;font-weight:600;line-height:1.2}.calendar-view__header-title p{margin:.25rem 0 0;color:#666;font-size:.75rem;line-height:1.4}.calendar-view__header-controls{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}@media (max-width: 480px){.calendar-view__header-controls{flex-direction:column;width:100%}}.calendar-view__header-nav{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:1rem}@media (max-width: 480px){.calendar-view__header-nav{flex-direction:column}}.calendar-view__search{display:flex;align-items:center;gap:.5rem;background:#fff;border:2px solid #E5E5E5;border-radius:8px;padding:.5rem .75rem;min-width:200px}.calendar-view__search:focus-within{border-color:#d0de85;box-shadow:0 0 0 3px #d0de8533}.calendar-view__search svg{color:#7b7a70;flex-shrink:0}.calendar-view__search input{border:none;outline:none;background:transparent;flex:1;font-size:.8rem;color:#333}.calendar-view__search input::placeholder{color:#666}@media (max-width: 480px){.calendar-view__search{width:100%}}.calendar-view__filter{display:flex;align-items:center;gap:.5rem;background:#fff;border:2px solid #E5E5E5;border-radius:8px;padding:.5rem .75rem}.calendar-view__filter:focus-within{border-color:#d0de85;box-shadow:0 0 0 3px #d0de8533}.calendar-view__filter svg{color:#7b7a70}.calendar-view__filter select{border:none;outline:none;background:transparent;font-size:.8rem;color:#333;cursor:pointer}@media (max-width: 480px){.calendar-view__filter{width:100%}}.calendar-view__view-toggle{display:flex;background:#063b2c0a;border-radius:8px;padding:.25rem;border:1px solid rgba(6,59,44,.08)}.calendar-view__view-toggle button{border:none;border-radius:8px;padding:.5rem 1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;gap:.5rem;background:transparent;color:#666;padding:.5rem .75rem;gap:.375rem;font-size:.75rem;line-height:1;display:flex;align-items:center;justify-content:center}.calendar-view__view-toggle button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.calendar-view__view-toggle button svg{flex-shrink:0;color:inherit}.calendar-view__view-toggle button span{font-weight:500}@media (max-width: 480px){.calendar-view__view-toggle button span{display:none}}.calendar-view__view-toggle button.active{background:#d0de85;color:#063b2c;box-shadow:0 2px 4px #0000000d;border-radius:8px}.calendar-view__view-toggle button:hover:not(.active){background:#d0de852e;color:#063b2c;transform:none}@media (max-width: 480px){.calendar-view__view-toggle{width:100%}.calendar-view__view-toggle button{flex:1;padding:.5rem .375rem}}.calendar-view__today-btn{border:none;border-radius:8px;padding:.5rem 1rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;line-height:1;background:#d5e191;color:#063b2c;font-weight:600;border:1px solid rgba(6,59,44,.15)}.calendar-view__today-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.calendar-view__today-btn:hover{background:#c8d971;border-color:#063b2c40}.calendar-view__month-nav{display:flex;align-items:center;gap:1rem}.calendar-view__month-nav h2{margin:0;font-size:1.1rem;color:#063b2c;font-weight:600;min-width:200px;text-align:center;line-height:1.2}@media (max-width: 480px){.calendar-view__month-nav h2{min-width:150px;font-size:.9rem}}.calendar-view__month-nav button{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(6,59,44,.15);border-radius:8px;padding:.5rem;cursor:pointer;transition:all .3s ease}.calendar-view__month-nav button:hover{background:#d0de85;border-color:#063b2c}.calendar-view__month-nav button:hover svg{color:#063b2c}.calendar-view__month-nav button svg{color:#7b7a70}.calendar-view__stats-mini{background:#063b2c14;border-radius:8px;border:1px solid rgba(6,59,44,.15);padding:.5rem 1rem}.calendar-view__stats-mini span{font-size:.75rem;color:#063b2c;font-weight:500;line-height:1.2}.calendar-view__content{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;overflow:hidden}@media (min-width: 768px){.calendar-view__content{gap:1.25rem}}@media (min-width: 1024px){.calendar-view__content{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1.5rem}}@media (min-width: 1280px){.calendar-view__content{grid-template-columns:minmax(0,1fr) 350px}}@media (min-width: 1920px){.calendar-view__content{grid-template-columns:minmax(0,1fr) 400px}}.calendar-view__main{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;overflow:auto;min-height:400px;padding:1rem;border:1px solid rgba(6,59,44,.05);background-color:#fff}@media (max-width: 768px){.calendar-view__main{padding:1.25rem}}@media (max-width: 1024px){.calendar-view__main{padding:1.5rem}}.calendar-view__calendar{height:100%;display:flex;flex-direction:column}.calendar-view__weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #E5E5E5}.calendar-view__weekday{text-align:center;font-weight:600;font-size:.75rem;color:#063b2c}.calendar-view__weekday .mobile{display:none}@media (max-width: 480px){.calendar-view__weekday .desktop{display:none}.calendar-view__weekday .mobile{display:block}}.calendar-view__days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;flex:1;overflow-y:auto}@media (min-width: 1280px){.calendar-view__days{gap:3px}}@media (min-width: 1920px){.calendar-view__days{gap:4px}}.calendar-view__day{min-height:80px;max-height:150px;padding:.5rem;background:#fff;border:2px solid #E5E5E5;border-radius:8px;transition:all .3s ease;overflow:hidden}@media (max-width: 768px){.calendar-view__day{min-height:100px;padding:.75rem}}@media (max-width: 1024px){.calendar-view__day{min-height:110px}}@media (min-width: 1280px){.calendar-view__day{min-height:120px}}@media (min-width: 1920px){.calendar-view__day{min-height:130px}}.calendar-view__day.inactive{background:#fafafa;opacity:.45}.calendar-view__day.inactive .calendar-view__day-number{color:#666}.calendar-view__day.today{background:linear-gradient(135deg,#fff,#d0de8526);border-color:#063b2c}.calendar-view__day.today .calendar-view__day-number{color:#063b2c;font-weight:700}.calendar-view__day.has-events{cursor:pointer}.calendar-view__day.has-events:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#d0de85;z-index:10}.calendar-view__day-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.calendar-view__day-number{font-size:.8rem;font-weight:500;color:#333;line-height:1.2}.calendar-view__day-badge{background:#063b2c;color:#fff;font-size:.6rem;padding:.125rem .375rem;border-radius:4px;font-weight:600;line-height:1.2}.calendar-view__day-events{display:flex;flex-direction:column;gap:.25rem;overflow:hidden;max-height:calc(100% - 25px)}.calendar-view__event{padding:.4rem .5rem;border-radius:4px;font-size:.65rem;cursor:pointer;transition:all .3s ease;overflow:hidden;display:flex;align-items:center;gap:.4rem;line-height:1.2}.calendar-view__event--course{background:#063b2c14;border-left:3px solid #063B2C}.calendar-view__event--course:hover{background:#063b2c26}.calendar-view__event--meeting{background:#8f764c14;border-left:3px solid #8F764C}.calendar-view__event--meeting:hover{background:#8f764c26}.calendar-view__event--event{background:#48514a14;border-left:3px solid #48514A}.calendar-view__event--event:hover{background:#48514a26}.calendar-view__event--residencial{background:#4a5b2c14;border-left:3px solid #4A5B2C}.calendar-view__event--residencial:hover{background:#4a5b2c26}.calendar-view__event-time{font-weight:600;color:#063b2c;flex-shrink:0;font-size:.6rem;line-height:1.2}.calendar-view__event-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:.6rem;line-height:1.2;font-weight:500}@media (max-width: 480px){.calendar-view__event-time{display:none}}.calendar-view__more{text-align:center;font-size:.6rem;color:#666;padding:.125rem;background:#f5f5f5;border-radius:4px;line-height:1.2}.calendar-view__list{height:100%;overflow-y:auto;padding-right:.5rem}.calendar-view__list::-webkit-scrollbar{width:6px}.calendar-view__list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.calendar-view__list::-webkit-scrollbar-thumb{background:#7b7a70;border-radius:4px}.calendar-view__list::-webkit-scrollbar-thumb:hover{background:#48514a}.calendar-view__list--all h3:after{content:" 🌍"}.calendar-view__list h3{margin:0 0 1rem;color:#063b2c;font-size:1rem;position:sticky;top:0;background:#fff;padding-bottom:.5rem;z-index:10;line-height:1.3}@media (min-width: 1280px){.calendar-view__list h3{font-size:1.125rem;margin-bottom:1.5rem}}.calendar-view__list-items{display:flex;flex-direction:column;gap:.75rem}.calendar-view__list-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fafafa;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.calendar-view__list-item:hover{background:#fff;border-color:#d0de85;transform:translate(4px)}.calendar-view__list-item-date{display:flex;align-items:center;justify-content:center;flex-direction:column;background:#063b2c;color:#fff;padding:.75rem;border-radius:8px;min-width:60px;text-align:center}.calendar-view__list-item-date .day{font-size:1.25rem;font-weight:700;line-height:1}.calendar-view__list-item-date .month{font-size:.6rem;text-transform:uppercase;margin-top:.25rem;line-height:1.2}.calendar-view__list-item-date .year{font-size:.6rem;opacity:.8;line-height:1.2;margin-top:.125rem}.calendar-view__list-item-content{flex:1}.calendar-view__list-item-content h4{margin:0 0 .5rem;color:#063b2c;font-size:.9rem;line-height:1.3;font-weight:600}.calendar-view__list-item-details{display:flex;flex-wrap:wrap;gap:1rem;font-size:.7rem;color:#666;line-height:1.4}.calendar-view__list-item-details span{display:flex;align-items:center;gap:.25rem}.calendar-view__list-item-details span svg{color:#7b7a70}.calendar-view__list-item-type{padding:.375rem .75rem;border-radius:8px;font-size:.7rem;font-weight:600;text-align:center;white-space:nowrap;line-height:1.2}.calendar-view__list-item-type--course{background:#063b2c1a;color:#063b2c;border-left:3px solid #6B8E23}.calendar-view__list-item-type--course:hover{background:#6b8e2326}.calendar-view__list-item-type--meeting{background:#8f764c1a;color:#8f764c;border-left:3px solid #6B8E23}.calendar-view__list-item-type--meeting:hover{background:#6b8e2326}.calendar-view__list-item-type--event{background:#48514a1a;color:#48514a;border-left:3px solid #6B8E23}.calendar-view__list-item-type--event:hover{background:#6b8e2326}.calendar-view__list-item-type--residencial{background:#4a5b2c1a;color:#4a5b2c;border-left:3px solid #6B8E23}.calendar-view__list-item-type--residencial:hover{background:#6b8e2326}.calendar-view__list-item-type--voluntariado{background:#6b8e2314;border-left:3px solid #6B8E23;color:#6b8e23}.calendar-view__list-item-type--voluntariado:hover{background:#6b8e2326}@media (max-width: 480px){.calendar-view__list-item{flex-direction:column;align-items:stretch}.calendar-view__list-item-date{flex-direction:row;justify-content:center;gap:.5rem;min-width:unset;width:100%}.calendar-view__list-item-type{align-self:flex-start}}.calendar-view__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:3rem}.calendar-view__empty svg{color:#7b7a70;margin-bottom:1rem}.calendar-view__empty p{color:#666;font-size:.9rem;line-height:1.4}.calendar-view__sidebar{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;height:100%}@media (max-width: 768px){.calendar-view__sidebar{flex-direction:row;max-height:none;overflow:visible}}@media (max-width: 1024px){.calendar-view__sidebar{flex-direction:column}}@media (min-width: 1280px){.calendar-view__sidebar{gap:1.25rem}}@media (max-width: 480px){.calendar-view__sidebar{max-height:none}}.calendar-view__upcoming{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:1rem;flex-shrink:0;border:1px solid rgba(6,59,44,.05)}@media (max-width: 768px){.calendar-view__upcoming{padding:1.25rem}}@media (max-width: 768px){.calendar-view__upcoming{flex:1;padding:1.25rem}}@media (max-width: 1024px){.calendar-view__upcoming{padding:1.5rem}}.calendar-view__upcoming h3{margin:0 0 .75rem;color:#063b2c;font-size:.9rem;font-weight:600;line-height:1.3}@media (min-width: 1280px){.calendar-view__upcoming h3{font-size:1rem;margin-bottom:1rem}}.calendar-view__upcoming-list{display:flex;flex-direction:column;gap:.5rem;max-height:250px;overflow-y:auto}@media (max-width: 768px){.calendar-view__upcoming-list{max-height:300px}}@media (min-width: 1280px){.calendar-view__upcoming-list{gap:.75rem;max-height:350px}}@media (min-width: 1920px){.calendar-view__upcoming-list{max-height:400px}}.calendar-view__upcoming-item{padding:.75rem;background:#fafafa;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.calendar-view__upcoming-item:hover{background:#d0de851a;border-color:#d0de85}.calendar-view__upcoming-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.calendar-view__upcoming-header h4{margin:0;font-size:.8rem;color:#063b2c;font-weight:600;line-height:1.3}.calendar-view__upcoming-header .badge{padding:.125rem .5rem;border-radius:4px;font-size:.6rem;font-weight:700;text-transform:uppercase;line-height:1.2}.calendar-view__upcoming-header .badge.urgent{background:#dc2626;color:#fff}.calendar-view__upcoming-header .badge.soon{background:#f59e0b;color:#fff}.calendar-view__upcoming-details{display:flex;flex-direction:column;gap:.25rem;font-size:.7rem;color:#666;line-height:1.4}.calendar-view__upcoming-details span{display:flex;align-items:center;gap:.375rem}.calendar-view__upcoming-details span svg{color:#7b7a70;flex-shrink:0}.calendar-view__upcoming-empty{text-align:center;color:#666;font-size:.8rem;line-height:1.4;padding:1rem}.calendar-view__summary{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;background:linear-gradient(135deg,#063b2c,#010d09);color:#fff;padding:1rem;flex-shrink:0;border:1px solid rgba(255,255,255,.12)}@media (max-width: 768px){.calendar-view__summary{padding:1.25rem}}@media (max-width: 768px){.calendar-view__summary{flex:1;padding:1.25rem}}@media (max-width: 1024px){.calendar-view__summary{padding:1.5rem}}.calendar-view__summary h3{margin:0 0 .75rem;font-size:.9rem;font-weight:600;line-height:1.3}@media (min-width: 1280px){.calendar-view__summary h3{font-size:1rem;margin-bottom:1rem}}.calendar-view__summary-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.calendar-view__summary-item{background:#ffffff14;padding:.75rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(255,255,255,.12)}.calendar-view__summary-item .label{font-size:.7rem;opacity:.9;line-height:1.3}.calendar-view__summary-item .value{font-size:1.1rem;font-weight:700;line-height:1.2}.calendar-view__summary-item .value.primary{color:#d0de85}.calendar-view__summary-item .value.secondary{color:#bda884}.calendar-view__summary-item .value.accent{color:#c5c4bf}.calendar-view__summary-item .value.residencial{color:#82a04d}.calendar-view__modal{width:100%;margin:0 auto;display:flex;justify-content:center;align-items:stretch}.calendar-view__modal-content{border-radius:16px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 48px #0000003d;animation:slideUp .3s ease;overflow:hidden;position:relative}.calendar-view__modal-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 1rem .75rem;border-bottom:1px solid #E5E5E5;gap:.75rem;background:linear-gradient(135deg,#063b2c14,#d0de8526)}.calendar-view__modal-type{padding:.375rem .75rem;border-radius:8px;font-size:.7rem;font-weight:600;text-transform:uppercase;line-height:1.2;color:#fff}.calendar-view__modal-type--course{background:#063b2c}.calendar-view__modal-type--meeting{background:#8f764c}.calendar-view__modal-type--event{background:#48514a}.calendar-view__modal-type--residencial{background:#4a5b2c}.calendar-view__modal-type--voluntariado{background:#6b8e23}.calendar-view__modal-body{flex:1;overflow-y:auto;padding:2rem}.calendar-view__modal-body::-webkit-scrollbar{width:6px}.calendar-view__modal-body::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.calendar-view__modal-body::-webkit-scrollbar-thumb{background:#7b7a70;border-radius:4px}.calendar-view__modal-body::-webkit-scrollbar-thumb:hover{background:#48514a}.calendar-view__modal-body h3{margin:0 0 .5rem;color:#063b2c;font-size:1.25rem;font-weight:700;line-height:1.2}.calendar-view__modal-date{color:#666;font-size:.8rem;margin-bottom:1rem;line-height:1.4}.calendar-view__modal-description{background:#fafafa;padding:1rem;border-radius:8px;color:#333;font-size:.8rem;line-height:1.5;margin-bottom:1.5rem}.calendar-view__modal-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.calendar-view__modal-detail{display:flex;align-items:flex-start;gap:.75rem;color:#333;font-size:.8rem;line-height:1.4}.calendar-view__modal-detail svg{color:#7b7a70;flex-shrink:0;margin-top:.1rem}.calendar-view__modal-actions{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #E5E5E5}.calendar-view__modal-btn{border:none;border-radius:8px;padding:.5rem 1rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;line-height:1;flex:1;justify-content:center;text-decoration:none;text-align:center}.calendar-view__modal-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.calendar-view__modal-btn.primary{background:#063b2c;color:#fff}.calendar-view__modal-btn.primary:hover{background:#010d09}*{scrollbar-width:thin;scrollbar-color:#7B7A70 #F5F5F5}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}*::-webkit-scrollbar-thumb{background:#7b7a70;border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:#48514a}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.calendar-router__container{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;z-index:10;position:relative}.calendar-router__container:before{content:"";position:absolute;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000,#0009,#000000b3 50%,#0009 70%,#00000866,#0003);z-index:0}.calendar-router__container .header-calendar__container{width:100%;position:relative;border-bottom-left-radius:16px;border-bottom-right-radius:16px;overflow:hidden;background-color:#000;box-shadow:0 24px 48px #00000073;isolation:isolate;z-index:10}.calendar-router__container .header-calendar__container .header-calendar__content{position:relative;width:100%;min-height:clamp(260px,75vh,420px);display:flex;flex-direction:column;justify-content:center;z-index:10}.calendar-router__container .header-calendar__container .header-calendar__content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,#ffffff14,#0000 40%),linear-gradient(to bottom,#0009,#000000a6 30%,#000000b3 55%,#000c 75%,#000);z-index:1;pointer-events:none}.calendar-router__container .header-calendar__container .header-calendar__content:after{content:"";position:absolute;left:0;right:0;bottom:0;height:40%;background:radial-gradient(ellipse at 50% 100%,#0009,#0000 70%);filter:blur(20px);opacity:.7;z-index:1;pointer-events:none}.calendar-router__container .header-calendar__container .header-calendar__content .content__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;display:flex;justify-content:center;align-items:center;background-color:#000}.calendar-router__container .header-calendar__container .header-calendar__content .content__img img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:brightness(.9) contrast(1.05) saturate(1.1);-webkit-user-select:none;user-select:none;pointer-events:none}.calendar-router__container .header-calendar__container .header-calendar__content .content__titles{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;gap:.75rem;max-width:min(100%,900px);margin:0 auto;opacity:0;transform:translateY(30px);animation:fadeInSlide .9s ease-out .3s forwards}.calendar-router__container .header-calendar__container .header-calendar__content .content__titles .eyebrow{font-size:.75rem;line-height:1.2;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#fffc;background:#ffffff14;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:.4rem .75rem;border-radius:999px}.calendar-router__container .header-calendar__container .header-calendar__content .content__titles h1{margin:0;font-weight:600;line-height:1.15;letter-spacing:-.02em;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.7),0 10px 30px rgba(0,0,0,.9);font-size:clamp(2.5rem,2.2vw,2.5rem);max-width:25ch;opacity:0;animation:revealText .9s ease-out .4s forwards}.calendar-router__container .header-calendar__container .header-calendar__content .content__titles h2{margin:0;font-weight:400;line-height:1.4;color:#ffffffe6;text-shadow:0 2px 4px rgba(0,0,0,.8);max-width:48ch;font-size:clamp(1rem,1vw,1.25rem);opacity:0;animation:revealText .9s ease-out .7s forwards}@media (prefers-reduced-motion: reduce){.calendar-router__container .header-calendar__container .header-calendar__content .content__titles{opacity:1;transform:none;animation:none}.calendar-router__container .header-calendar__container .header-calendar__content .content__titles h1,.calendar-router__container .header-calendar__container .header-calendar__content .content__titles h2{opacity:1;transform:none;filter:none;animation:none}}@media (max-width: 768px){.calendar-router__container .header-calendar__container{border-radius:12px}.calendar-router__container .header-calendar__container .header-calendar__content{min-height:clamp(220px,50vh,360px);padding:1.5rem 1rem 2.5rem}.calendar-router__container .header-calendar__container .header-calendar__content .content__titles{gap:.5rem}.calendar-router__container .header-calendar__container .header-calendar__content .content__titles .eyebrow{font-size:.65rem;padding:.35rem .6rem}.calendar-router__container .header-calendar__container .header-calendar__content .content__titles h1{font-size:clamp(1.5rem,2.8vw,2rem)}.calendar-router__container .header-calendar__container .header-calendar__content .content__titles h2{font-size:.9rem;line-height:1.4}}@media (min-width: 1400px){.calendar-router__container .header-calendar__container .header-calendar__content{min-height:480px}}.calendar-router__container .calendar-router__content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:10%;margin-top:-5%;position:relative;z-index:1}.calendar-router__container .calendar-router__content--calendar{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;position:relative;z-index:1}.calendar-router__container .calendar-router__content--cta{width:100%;max-width:1200px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;position:relative;z-index:1}.calendar-router__container .calendar-router__content--hablemos{width:100%;display:flex;justify-content:center;flex-direction:column;position:relative;z-index:1}.calendar-router__container .calendar-router__content--message{width:100%;height:100%;position:relative;padding:3%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;z-index:1}.calendar-router__container .calendar-router__content--message:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/fondopapel2.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(0);opacity:1;z-index:0}.products__container{width:100%;min-height:100vh;position:relative;opacity:0;transform:translateY(30px);transition:all .3s cubic-bezier(.4,0,.2,1)}.products__container.visible{opacity:1;transform:translateY(0)}.products__container .products--header__container{width:100%;height:100vh;position:relative;overflow:hidden;background:#000}.products__container .products--header__container .products--header__img{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.products__container .products--header__container .products--header__img img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.9;filter:brightness(.7) contrast(1.1);transition:transform 10s ease-out}.products__container .products--header__container .products--header__img:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#0000001a 50%,#0009 85%,#000000e6 95%,#000);z-index:2}.products__container .products--header__container .products--header__img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:3}.products__container .products--header__container .products--header__content{width:100%;height:100%;position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 10%;max-width:1400px;margin:0 auto}.products__container .products--header__container .products--header__content .products--header__content--title{margin-bottom:1.5rem;animation:fadeInLeft 1s ease-out}.products__container .products--header__container .products--header__content .products--header__content--title h1{font-size:clamp(3rem,5vw,4.5rem);color:#fff;font-weight:300;letter-spacing:2px;line-height:1.2;text-transform:uppercase;display:flex;flex-direction:column;gap:.2rem}.products__container .products--header__container .products--header__content .products--header__content--title h1 span:last-child{font-weight:500;position:relative}.products__container .products--header__container .products--header__content .products--header__content--title h1 span:last-child:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:2px;background:#f2e93d}.products__container .products--header__container .products--header__content .products--header__content--subtitle{margin-bottom:3rem;max-width:500px;animation:fadeInLeft 1s ease-out .2s both}.products__container .products--header__container .products--header__content .products--header__content--subtitle p{font-size:clamp(1rem,1.8vw,1.2rem);color:#ffffffd9;line-height:1.7;font-weight:300}.products__container .products--header__container .scroll-indicator{position:absolute;bottom:6rem;left:50%;transform:translate(-50%);z-index:10;animation:fadeIn 2s ease-out 1s both}.products__container .products--header__container .scroll-indicator .mouse{width:25px;height:40px;border:2px solid rgba(255,255,255,.5);border-radius:20px;position:relative}.products__container .products--header__container .scroll-indicator .mouse:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:3px;height:8px;background:#ffffffb3;border-radius:2px;animation:scroll 2s infinite}.products__container .products--content{position:relative;z-index:1;background:linear-gradient(to top,#0003,#034335 5%,#034335);margin-top:0}.products__container .products--content .products--content--filters{position:relative;z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding-top:10%}.products__container .products--content .products--content--filters:after{content:"";position:absolute;top:-120px;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent,rgba(3,67,53,.1),rgba(3,67,53,.2),rgba(3,67,53,.3),rgba(3,67,53,.4),rgba(3,67,53,.5),rgba(3,67,53,.6),rgba(3,67,53,.7),rgba(3,67,53,.8),rgba(3,67,53,.9),rgba(3,67,53,.95),rgb(3,67,53));z-index:-1}.products__container .products--content .products--content--grid{position:relative;z-index:1}.products__container .products--content .products--content--grid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--bg-paper-url);background-repeat:no-repeat;background-size:cover;background-position:bottom;transform:rotate(180deg);opacity:1;z-index:-1}.products__container .products--content .products--content--grid .filter-null{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:1.25rem 1.5rem;gap:.5rem;background:linear-gradient(180deg,#ffffffdb,#fafafad1);border:1px solid rgba(255,255,255,.36);box-shadow:0 12px 30px #03241c1a;-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);border-radius:14px;font-size:clamp(.95rem,1.6vw,1.15rem);color:#082820e6;line-height:1.6;font-weight:400;text-align:center;animation:fadeInSlideUp .42s cubic-bezier(.2,.9,.3,1) both;background-image:linear-gradient(180deg,#ffffffdb,#fafafad1),var(--bg-paper-url, none);background-blend-mode:normal}.products__container .products--content .products--content--grid .filter-null:before{content:"🌿";font-size:1.6rem;display:block;margin-bottom:.25rem;transform:translateY(-2px);opacity:.98}.products__container .products--content .products--content--grid .filter-null:after{content:"";width:48px;height:4px;border-radius:999px;margin-top:.6rem;background:linear-gradient(90deg,#0e704af2,#9fcf9ad9);box-shadow:0 4px 12px #0b6b4a1f}@media (max-width: 640px){.products__container .products--content .products--content--grid .filter-null{padding:1rem;min-height:140px}.products__container .products--content .products--content--grid .filter-null:before{font-size:1.3rem}.products__container .products--content .products--content--grid .filter-null:after{width:40px;height:3px}}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.products__container .products--content .products--content--testimonials{position:relative;z-index:1;padding-top:5%}.products__container .products--content .products--content--testimonials:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--bg-paper-url);background-repeat:no-repeat;background-size:cover;background-position:bottom;opacity:1;z-index:-1}.products__container .products--content .products--content--CTA-cuenta-rgresiva{margin-top:10%}.products__container .products--content .products--content--faq{margin-top:5%}.products__container .products--content .products--content--message_final{padding:0rem 2rem 4rem;margin-top:5%}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scroll{0%{transform:translate(-50%) translateY(0);opacity:1}50%{transform:translate(-50%) translateY(10px);opacity:.5}to{transform:translate(-50%) translateY(0);opacity:1}}.product-detail{position:relative;width:100%;height:auto;color:#111;font-family:system-ui,-apple-system,BlinkMacSystemFont,Inter,Roboto,sans-serif}.hero-section .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;background:linear-gradient(to top,#000,#0009,#000000b3 50%,#0009 70%,#0006,#0003);z-index:1;border:none}.hero-section .badge-wrapper{display:flex;justify-content:center;margin-bottom:1rem}.hero-section .badge{display:inline-block;background-color:#10b981;color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.hero-section .hero-subtitle{font-size:1.25rem;margin-bottom:1.5rem;line-height:1.4;color:#e5e7eb}.hero-section .hero-info{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem;font-size:.875rem}.hero-section .info-item{display:flex;align-items:center;gap:.5rem;color:#fff}.hero-section .info-item .icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:#fff}@media (max-width: 768px){.hero-section .hero-title{font-size:2rem}.hero-section .hero-subtitle{font-size:1rem}}.main-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000,#0009,#000000b3 50%,#0009 70%,#0006,#0003);z-index:0}@media (max-width: 1024px){.left-column{margin-top:-60px}}@media (max-width: 768px){.left-column{margin-top:0}}.right-column .booking-card{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;padding:2rem;position:sticky;top:1.5rem;margin-top:-100px;z-index:3}@media (max-width: 1024px){.right-column .booking-card{margin-top:-60px;top:1rem}}@media (max-width: 768px){.right-column .booking-card{position:static;margin-top:0;top:auto}}.card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;color:#1f2937}@media (max-width: 768px){.section-title{font-size:1.5rem}}.stat-green .stat-icon{color:#16a34a}.stat-green .stat-value{color:#166534}.stat-emerald .stat-icon{color:#059669}.stat-emerald .stat-value{color:#065f46}.stat-teal .stat-icon{color:#0d9488}.stat-teal .stat-value{color:#115e59}.image-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden}.image-card .feature-image{width:100%;height:20rem;object-fit:cover;display:block}.image-card .image-caption .caption-icon{flex-shrink:0;width:1.25rem;height:1.25rem;color:#16a34a}.producer-card .producer-item{border-left:4px solid #10b981;padding-left:1.5rem}.producer-card .producer-name{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.producer-card .producer-role{font-size:.875rem;color:#16a34a;margin-bottom:.75rem;line-height:1.4}.producer-card .producer-bio{color:#374151;line-height:1.6;margin-bottom:1rem}.producer-card .producer-practices{margin-bottom:1rem}.producer-card .producer-practices .subsection-title{font-weight:600;color:#1f2937;margin-bottom:.5rem;font-size:.9rem}.producer-card .producer-practices .practice-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.producer-card .producer-practices .practice-item .practice-icon{width:1rem;height:1rem;color:#16a34a;flex-shrink:0;margin-top:.25rem}.producer-card .producer-practices .practice-item span{font-size:.875rem;color:#374151;line-height:1.5}.producer-card .certifications{display:flex;flex-wrap:wrap;gap:.5rem}.producer-card .certifications .cert-badge{display:inline-flex;align-items:center;gap:.4rem;background-color:#ecfdf5;border:1px solid rgba(16,185,129,.2);color:#065f46;border-radius:.5rem;font-size:.75rem;font-weight:600;padding:.5rem .75rem}.producer-card .certifications .cert-badge .cert-icon{width:.9rem;height:.9rem;color:#10b981}.specs-list{display:grid;gap:.75rem}.specs-list .spec-item{display:flex;flex-wrap:wrap;font-size:.875rem;line-height:1.5;color:#374151}.specs-list .spec-item .spec-label{font-weight:600;color:#1f2937;margin-right:.5rem}.specs-list .spec-item .spec-value{color:#374151}.tips-list{display:flex;flex-direction:column;gap:.75rem}.tips-list .tip-item{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;transition:background-color .2s}.tips-list .tip-item:hover{background-color:#f0fdf4}.tips-list .tip-item .tip-icon{width:1rem;height:1rem;flex-shrink:0;margin-top:.25rem;color:#16a34a}.tips-list .tip-item span{font-size:.875rem;color:#374151;line-height:1.5}.sustainability-card .impact-section,.sustainability-card .packaging-info{margin-bottom:1rem}.sustainability-card .subsection-title{font-weight:600;color:#1f2937;margin-bottom:.5rem;font-size:.9rem}.sustainability-card .impact-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.sustainability-card .impact-item .impact-icon{color:#16a34a;width:1rem;height:1rem;flex-shrink:0;margin-top:.25rem}.sustainability-card .impact-item span{font-size:.875rem;color:#374151;line-height:1.5}.sustainability-card .packaging-info p{font-size:.875rem;line-height:1.5;color:#374151}.sustainability-card .packaging-info p strong{color:#1f2937}.expandable-card{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden}.expandable-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:transparent;border:none;cursor:pointer;transition:background-color .2s}.expandable-body .expandable-content{padding-top:1rem}.expandable-body .expandable-content .content-block{margin-bottom:1.25rem}.expandable-body .expandable-content .content-block:last-child{margin-bottom:0}.expandable-body .expandable-content .content-subtitle{font-weight:600;color:#1f2937;margin-bottom:.5rem;font-size:.9rem}.expandable-body .expandable-content p{color:#374151;font-size:.875rem;line-height:1.5;margin:0 0 .75rem}.expandable-body .expandable-content .info-text{font-size:.875rem;color:#065f46;line-height:1.4;background-color:#ecfdf5;border-left:4px solid #10b981;border-radius:.375rem;padding:.75rem 1rem;font-weight:500;margin:.5rem 0 0}.booking-price{text-align:center;margin-bottom:1.5rem}.booking-price .price{font-size:2.25rem;font-weight:700;color:#166534;margin-bottom:.5rem}.booking-price .price-description{font-size:.875rem;color:#6b7280}.variants-section{margin-bottom:1.5rem}.variants-section .section-label{font-size:.875rem;font-weight:600;color:#1f2937;display:block;margin-bottom:.75rem}.variants-section .variants-list{display:flex;flex-direction:column;gap:.75rem}.variants-section .variant-option{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:.75rem 1rem;text-align:left;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:.5rem}.variants-section .variant-option.active{border-color:#10b981;box-shadow:0 10px 15px -3px #10b98133}.variants-section .variant-option:disabled{opacity:.5;cursor:not-allowed}.variants-section .variant-option:not(:disabled):hover{background-color:#f9fafb;box-shadow:0 10px 15px -3px #00000014}.variants-section .variant-option .variant-info{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.variants-section .variant-option .variant-info .variant-label{font-size:.95rem;font-weight:600;color:#1f2937}.variants-section .variant-option .variant-info .variant-price{font-size:.95rem;font-weight:600;color:#16a34a}.variants-section .variant-option .variant-stock{font-size:.75rem;color:#6b7280}.variants-section .variant-option .variant-stock-out{font-size:.75rem;color:#b91c1c;font-weight:600}.quantity-section{margin-bottom:1.5rem;width:100%;display:flex;position:relative;flex-direction:column}.quantity-section .section-label{font-size:.875rem;font-weight:600;color:#1f2937;display:block;margin-bottom:.75rem}.quantity-section .quantity-controls{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.quantity-section .quantity-controls .qty-btn{background-color:#f0fdf4;color:#166534;border:1px solid rgba(16,185,129,.2);width:3.25rem;height:2.25rem;border-radius:.5rem;font-weight:600;font-size:1rem;line-height:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.quantity-section .quantity-controls .qty-btn:hover{background-color:#dcfce7}.quantity-section .quantity-controls .qty-input{width:5rem;text-align:center;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem;font-size:.875rem;color:#1f2937;font-weight:500;background-color:#fff}.booking-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.booking-details .booking-detail.total-detail{display:flex;align-items:baseline;justify-content:space-between;font-size:.875rem;color:#374151;font-weight:500}.booking-details .booking-detail.total-detail .total-price{color:#166534;font-size:1.125rem;font-weight:700}.booking-button{width:100%;background:linear-gradient(to right,#16a34a,#059669);color:#fff;padding:1rem;border-radius:.75rem;font-weight:700;font-size:1.125rem;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s;display:flex;justify-content:center;align-items:center;gap:.5rem}.booking-button .btn-icon{width:1.1rem;height:1.1rem}.booking-button:hover{background:linear-gradient(to right,#15803d,#047857);transform:scale(1.05)}.share-button{width:100%;margin-top:.75rem;background:#fff;border:1px solid #e5e7eb;color:#374151;padding:.75rem 1rem;border-radius:.75rem;font-weight:600;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .25s ease}.share-button .share-icon{width:1rem;height:1rem;color:#374151}.share-button:hover{background-color:#f9fafb;box-shadow:0 10px 15px -3px #0000001a;transform:scale(1.03)}.share-button:active{transform:scale(1)}.booking-note{margin:1.5rem 0;text-align:center;font-size:.75rem;color:#6b7280}.contact-section{padding-top:1.5rem;border-top:1px solid #e5e7eb}.contact-section .contact-title{margin-bottom:1rem;font-weight:600;color:#1f2937;text-align:center;font-size:.9rem}.contact-section .contact-list{display:flex;flex-direction:column;gap:.75rem}.contact-section .contact-link{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#374151;text-decoration:none;transition:color .2s}.contact-section .contact-link:hover{color:#16a34a}.contact-section .contact-link .contact-icon{width:1rem;height:1rem;color:#16a34a}.booking-bonus{margin-top:1.5rem;padding:1rem;background-color:#f0fdf4;border-radius:.5rem}.booking-bonus p{margin:0;font-size:.75rem;color:#166534;text-align:center}.cta-card{position:relative;z-index:2;background:linear-gradient(to right,#065f46,#047857);color:#fff;border-radius:16px;padding:2rem;margin-top:1.5rem;text-align:center;box-shadow:0 20px 30px -8px #00000080}@media (max-width: 480px){.cta-card{padding:1.5rem}}.cta-card h3{font-size:clamp(1.125rem,2.5vw,1.25rem);font-weight:600;margin-bottom:.5rem}.cta-card p{font-size:clamp(.75rem,2vw,.875rem);line-height:1.4;opacity:.9;margin-bottom:1.5rem}.cta-card .contact-btn{width:100%;padding:.75rem 1.5rem;background:#fff;color:#000;font-weight:600;font-size:clamp(.875rem,2vw,1rem);border:none;border-radius:8px;cursor:pointer;transition:all .3s;box-shadow:0 5px 15px #ffffff26}.cta-card .contact-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d}.cta-card .contact-btn:active{transform:translateY(0)}.redirect-btn{position:relative;z-index:2;background:#0f172a80;border:1px solid rgba(148,163,184,.4);border-radius:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:2rem 1rem;margin-top:1.5rem;text-align:center;box-shadow:0 20px 30px -8px #0009}.redirect-btn h3{font-size:clamp(1.125rem,2.5vw,1.25rem);font-weight:600;margin-bottom:.5rem;color:#fff}.redirect-btn p{font-size:clamp(.75rem,2vw,.875rem);line-height:1.4;color:#fff;opacity:.8;margin-bottom:1.5rem}.redirect-btn .contact-btn{width:70%;margin:0 auto;display:flex;justify-content:center;align-items:center;padding:.75rem 1.5rem;background:#fff;color:#000;border-radius:8px;font-weight:600;font-size:clamp(.875rem,2vw,1rem);text-decoration:none;cursor:pointer;transition:all .3s;box-shadow:0 5px 15px #ffffff26}.redirect-btn .contact-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d}.redirect-btn .contact-btn:active{transform:translateY(0)}.footer-cta{background:linear-gradient(to right,#15803d,#047857);padding:3rem 1rem;margin-top:3rem;border-radius:.75rem;box-shadow:0 20px 30px -8px #00000080;color:#fff;position:relative}.cta-content{max-width:56rem;margin:0 auto;padding:0 1rem;text-align:center}.cta-title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta-subtitle{color:#d1fae5;margin-bottom:1.5rem;line-height:1.4}.cta-button{background:#fff;color:#15803d;padding:1rem 2rem;border-radius:.75rem;font-weight:700;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s;box-shadow:0 20px 25px -5px #0000001a;display:inline-flex;align-items:center;gap:.5rem}.cta-button .cta-icon{width:1.1rem;height:1.1rem}.cta-button:hover{background-color:#f0fdf4;transform:scale(1.05)}@media (max-width: 768px){.cta-title{font-size:1.5rem}}.service-detail{position:relative;width:100%;height:auto}.hero-section{position:relative;height:100vh;overflow:hidden}.hero-section .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;background:linear-gradient(to top,#000,#0009,#000000b3 50%,#0003);z-index:1;border:1px solid rgba(255,255,255,.1)}.hero-section .hero-image{width:100%;height:100%;object-fit:cover;mix-blend-mode:overlay;background-color:#000}.hero-section .hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:2}.hero-section .hero-inner{max-width:56rem;padding:0 1rem;text-align:center;color:#fff}.hero-section .badge{display:inline-block;background-color:#10b981;color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.hero-section .hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-section .hero-subtitle{font-size:1.25rem;margin-bottom:1.5rem}.hero-section .hero-info{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.875rem}.hero-section .info-item{display:flex;align-items:center;gap:.5rem}.hero-section .info-item .icon{width:1.25rem;height:1.25rem}.main-content{position:relative;max-width:80rem;margin:0 auto;padding:3rem 1rem;z-index:1}.main-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000,#0009,#000000b3 50%,#0003);z-index:0}.content-grid{position:relative;display:grid;grid-template-columns:1fr;gap:2rem;z-index:2}@media (min-width: 1024px){.content-grid{grid-template-columns:2fr 1fr}}.left-column{display:flex;flex-direction:column;gap:1.5rem;margin-top:-100px;z-index:2}.right-column .booking-card{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;padding:2rem;position:sticky;top:1.5rem;margin-top:-100px}@media (max-width: 1024px){.right-column .booking-card{position:static;margin-top:0}}.right-column .booking-card .booking-price{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1rem;gap:.5rem;padding:1rem}.right-column .booking-card .booking-price .price{font-size:clamp(1.5rem,3.6vw,2.25rem);line-height:1.05;font-weight:700;color:#166534;margin:0 0 .25rem;letter-spacing:-.02em}.right-column .booking-card .booking-price .price-description{font-size:.9375rem;color:#6b7280;margin-bottom:.5rem}.right-column .booking-card .booking-price .serviceData-price__0{display:inline-block;padding:.45rem .9rem;margin-bottom:.5rem;text-align:center;font-size:1.125rem;font-weight:600;color:#166534;border:1px solid rgba(22,101,52,.53);border-radius:6px;background-color:#dcfce7;transition:transform .18s ease,box-shadow .18s ease}.right-column .booking-card .booking-price .serviceData-price__0:hover{transform:translateY(-3px)}.right-column .booking-card .variantts-section{margin-top:0rem;margin-bottom:1.5rem;border-top:1px solid #f3f4f6;padding-top:.5rem}.right-column .booking-card .variantts-section .section-label{display:block;font-size:.75rem;font-weight:700;color:#6b7280;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.right-column .booking-card .variantts-section .variantss-list{display:flex;flex-direction:column;gap:.625rem}.right-column .booking-card .variantts-section .variantt-option{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background-color:#fff;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-align:left;outline:none}.right-column .booking-card .variantts-section .variantt-option:hover{border-color:#cbd5e1;background-color:#f9fafb}.right-column .booking-card .variantts-section .variantt-option.active{border-color:#16a34a;background-color:#f0fdf4;box-shadow:0 4px 6px -1px #16a34a1a}.right-column .booking-card .variantts-section .variantt-option.active .variant-label{color:#166534}.right-column .booking-card .variantts-section .variantt-option.active .variant-price-small{color:#15803d}.right-column .booking-card .variantts-section .variantt-option .variantt-info{display:flex;flex-direction:column}.right-column .booking-card .variantts-section .variantt-option .variantt-label{font-size:.9375rem;font-weight:600;color:#1f2937;line-height:1.2}.right-column .booking-card .variantts-section .variantt-option .variantt-price-small{font-size:.8125rem;color:#6b7280;margin-top:.2rem;font-weight:500}.right-column .booking-card .variantts-section .variantt-option .variantt-check{color:#16a34a;flex-shrink:0;margin-left:.75rem;animation:fadeIn .2s ease-in-out}.right-column .booking-card .variantts-section .variantt-note{margin-top:.75rem;display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#d97706;background-color:#fffbeb;padding:.5rem .75rem;border-radius:.5rem;font-weight:600}.right-column .booking-card .booking-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.right-column .booking-card .booking-detail{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#374151}.right-column .booking-card .booking-detail .booking-icon{flex-shrink:0;width:1.25rem;height:1.25rem;color:#16a34a}.right-column .booking-card .booking-detail .detail-title{font-weight:600}.right-column .booking-card .booking-detail .detail-subtitle{font-size:.75rem;color:#6b7280}.right-column .booking-card .booking-button{width:100%;background:linear-gradient(to right,#16a34a,#059669);color:#fff;padding:1rem;border-radius:.75rem;font-weight:700;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s}.right-column .booking-card .booking-button:hover{background:linear-gradient(to right,#15803d,#047857);transform:scale(1.05)}.right-column .booking-card .share-button{width:100%;margin-top:.75rem;background:#fff;border:1px solid #e5e7eb;color:#374151;padding:.75rem 1rem;border-radius:.75rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .25s ease}.right-column .booking-card .share-button .share-icon{width:1rem;height:1rem}.right-column .booking-card .share-button:hover{background-color:#f9fafb;transform:scale(1.03)}.right-column .booking-card .booking-note{margin:1.5rem 0;text-align:center;font-size:.75rem;color:#6b7280}.right-column .booking-card .contact-section{padding-top:1.5rem;border-top:1px solid #e5e7eb}.right-column .booking-card .contact-section .contact-title{margin-bottom:1rem;font-weight:600;text-align:center}.right-column .booking-card .contact-list{display:flex;flex-direction:column;gap:.75rem}.right-column .booking-card .contact-link{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#374151;text-decoration:none}.right-column .booking-card .contact-link:hover{color:#16a34a}.right-column .booking-card .contact-link .contact-icon{width:1rem;height:1rem;color:#16a34a}.right-column .booking-card .booking-bonus{margin-top:1.5rem;padding:1rem;background-color:#f0fdf4;border-radius:.5rem}.right-column .booking-card .booking-bonus p{margin:0;font-size:.75rem;color:#166534;text-align:center}.card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem}.section-title{font-size:1.875rem;font-weight:700;color:#166534;margin-bottom:1rem}.description{color:#374151;line-height:1.75;margin-bottom:1.5rem}.stats-grid{display:grid;gap:1rem;margin-top:1.5rem;grid-template-columns:repeat(2,1fr)}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{text-align:center;padding:1rem;border-radius:.75rem}.stat-card.stat-green{background-color:#f0fdf4}.stat-card.stat-green .stat-icon{color:#16a34a}.stat-card.stat-green .stat-value{color:#166534}.stat-card.stat-emerald{background-color:#d1fae5}.stat-card.stat-emerald .stat-icon{color:#059669}.stat-card.stat-emerald .stat-value{color:#065f46}.stat-card.stat-teal{background-color:#ccfbf1}.stat-card.stat-teal .stat-icon{color:#0d9488}.stat-card.stat-teal .stat-value{color:#115e59}.stat-card .stat-icon{width:2rem;height:2rem;margin:0 auto .5rem}.stat-card .stat-value{font-size:1.5rem;font-weight:700}.stat-card .stat-label{font-size:.875rem;color:#6b7280}.image-card{background:#fff;border-radius:1rem;overflow:hidden}.image-card .feature-image{width:100%;height:20rem;object-fit:cover}.image-card .image-caption{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(to right,#f0fdf4,#dcfce7);color:#166534;font-weight:500}.image-card .image-caption .caption-icon{width:1.25rem;height:1.25rem}.highlights-list{display:grid;gap:1rem}.highlight-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:.5rem}.highlight-item:hover{background-color:#f0fdf4}.highlight-item .highlight-icon{width:1.5rem;height:1.5rem;color:#16a34a;margin-top:.25rem}.highlight-item span{color:#374151}.facilitators-list{display:flex;flex-direction:column;gap:1.5rem}.facilitator-item{border-left:4px solid;padding-left:1.5rem}.facilitator-item.facilitator-0{border-color:#22c55e}.facilitator-item.facilitator-1{border-color:#10b981}.facilitator-item .facilitator-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.facilitator-item .facilitator-role{font-size:.875rem;color:#16a34a;margin-bottom:.75rem}.facilitator-item .facilitator-bio{color:#374151;line-height:1.75}.schedule-list{display:flex;flex-direction:column;gap:.75rem}.schedule-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:.375rem}.schedule-item:hover{background-color:#f0fdf4}.schedule-item .schedule-icon{width:1rem;height:1rem;color:#16a34a}.schedule-item span{font-size:.875rem;color:#374151}.location-features{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}@media (min-width: 768px){.location-features{grid-template-columns:repeat(3,1fr)}}.location-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.location-feature .location-icon{width:1.25rem;height:1.25rem}.location-feature .location-icon.sun{color:#f97316}.location-feature .location-icon.droplets{color:#3b82f6}.location-feature .location-icon.leaf{color:#22c55e}.expandable-sections{display:flex;flex-direction:column;gap:1rem}.expandable-card{background:#fff;border-radius:.75rem;overflow:hidden}.expandable-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:transparent;border:none;cursor:pointer}.expandable-header:hover{background-color:#f0fdf4}.expandable-header .expandable-title-wrapper{display:flex;align-items:center;gap:.75rem}.expandable-header .expandable-icon{width:1.5rem;height:1.5rem;color:#16a34a}.expandable-header .expandable-title{font-size:1.125rem;font-weight:700;color:#1f2937}.expandable-header .chevron{width:1.25rem;height:1.25rem;color:#6b7280}.expandable-body{padding:0 1.5rem 1.5rem;border-top:1px solid #f3f4f6}.expandable-inner{padding-top:1rem;display:flex;flex-direction:column;gap:1.25rem}.cta-card{position:relative;z-index:2;background:linear-gradient(to right,#065f46,#047857);color:#fff;border-radius:16px;padding:2rem;margin-top:1.5rem;text-align:center}.cta-card .contact-btn{width:100%;padding:.75rem 1.5rem;background:#fff;color:#000;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s}.cta-card .contact-btn:hover{transform:translateY(-2px)}.redirect-btn{position:relative;z-index:2;background:#0f172a80;border:1px solid rgba(148,163,184,.4);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 1rem;margin-top:1.5rem;text-align:center}.redirect-btn .contact-btn{width:70%;margin:0 auto;display:flex;justify-content:center;padding:.75rem 1.5rem;background:#fff;color:#000;border-radius:8px;font-weight:600;text-decoration:none}.redirect-btn .contact-btn:hover{transform:translateY(-2px)}.footer-cta{background:linear-gradient(to right,#15803d,#047857);padding:3rem 1rem;margin-top:3rem;border-radius:.75rem;color:#fff;position:relative}.footer-cta .cta-content{max-width:56rem;margin:0 auto;text-align:center}.footer-cta .cta-button{background:#fff;color:#15803d;padding:1rem 2rem;border-radius:.75rem;font-weight:700;border:none;cursor:pointer}.footer-cta .cta-button:hover{background-color:#f0fdf4;transform:scale(1.05)}.list-bullet{list-style:disc;padding-left:1.25rem;margin:0;display:flex;flex-direction:column;gap:.5rem}.list-bullet li{color:#374151;font-size:.875rem;line-height:1.5}.mini-block{font-size:.875rem;font-weight:600;color:#1f2937;margin:.5rem 0}.mini-note{font-size:.75rem;line-height:1.4;color:#6b7280;margin:.25rem 0 1rem}.intensity-note{margin-top:1rem;font-size:.8rem;color:#92400e;background-color:#fef3c7;border-left:4px solid #f59e0b;border-radius:.375rem;padding:.75rem 1rem;font-weight:500}.facilitator-extra{list-style:disc;padding-left:1.25rem;margin:.75rem 0 0}.facilitator-extra li{color:#374151;font-size:.8rem}.facilitator-quote{border-left:4px solid #10b981;padding-left:1rem;font-size:.875rem;font-style:italic;color:#374151;margin-top:1rem}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}:root{--toc-top: -210px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes imageZoom{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes revealText{0%{opacity:0;filter:blur(10px);transform:translate(-20px)}to{opacity:1;filter:blur(0);transform:translate(0)}}.blog-detail{position:relative;min-height:100vh;background-color:transparent;width:100%}.blog-detail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000,#0009,#000000b3 50%,#0009 70%,#00000866,#0003);z-index:0}.blog-detail__loading{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:60vh;gap:1rem}.blog-detail__loading .loading-container{text-align:center;animation:fadeInUp .6s ease;background:#d5cea9e6;padding:2rem;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.blog-detail__loading .loading-container .loading-icon{color:#063b2c;animation:pulse 1.5s ease infinite}.blog-detail__loading .loading-container p{margin-top:1rem;color:#063b2c;font-size:1.1rem;font-weight:500}.blog-detail__error{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:60vh;text-align:center;padding:2rem}.blog-detail__error h2{color:#48514a;margin-bottom:1rem;font-size:1.5rem}.blog-detail__error p{color:#063b2c}.blog-detail__hero{position:relative;height:100vh;width:100%;padding-top:5%;display:flex;flex-direction:column;background-size:cover;background-position:center;background-attachment:fixed;color:#fff}.blog-detail__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000f2,#000000d9 20%,#000000bf 25%,#000000a6 50%,#00000073 70%,#00000026,#0000);z-index:0}.blog-detail__hero .hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(143,118,76,.08) 35px,rgba(143,118,76,.08) 70px);z-index:2}.blog-detail__hero *{position:relative;z-index:3}.blog-detail__nav{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;animation:slideInLeft .8s ease;will-change:transform,opacity}.blog-detail__nav .nav-actions{display:flex;gap:.5rem}.blog-detail__nav .nav-actions .action-btn{background:none;border:none;outline:none;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#d5cea926;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(213,206,169,.25);transition:all .3s ease;color:#fff}.blog-detail__nav .nav-actions .action-btn:hover{background:#48514a4d;transform:scale(1.1)}.blog-detail__nav .nav-actions .action-btn.liked{background:#ded18566;color:red}.blog-detail__nav .nav-actions .action-btn.liked:hover{background:#d0de858c}.blog-detail .hero-content{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;text-align:center;animation:fadeInSlide 1s ease-out .2s both;will-change:transform,opacity}.blog-detail .hero-content .hero-category-wrapper{margin-bottom:1.5rem}.blog-detail .hero-content .hero-category{display:inline-flex;align-items:center;gap:.5rem;background:#48514a33;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(143,118,76,.3);color:#d5cea9;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.blog-detail .hero-content .hero-title{width:100%;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1;margin-bottom:1rem;color:#fff;animation:revealText .9s ease-out .35s both;will-change:transform,opacity,filter}.blog-detail .hero-content .hero-subtitle{font-size:clamp(1.1rem,3vw,1rem);line-height:1.6;margin-bottom:2rem;color:#fff;max-width:700px;animation:revealText .9s ease-out .55s both;will-change:transform,opacity,filter}.blog-detail .hero-content .hero-meta{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;font-size:.95rem;color:#ffffffe6;animation:fadeInUp .8s ease-out .8s both;will-change:transform,opacity}.blog-detail .hero-content .hero-meta .meta-item{display:flex;align-items:center;gap:.5rem;font-weight:500}.blog-detail__content{margin:0 auto;margin-top:-2rem;border-radius:20px 20px 0 0;box-shadow:0 20px 25px -5px #063b2c2e;position:relative;z-index:3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:90%}.blog-detail__content .content-container{display:grid;grid-template-columns:1fr 300px;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;align-items:start;position:relative}.blog-detail__content .content-wrapper .content-introduction{font-size:1.2rem;line-height:1.8;color:#063b2c;margin-bottom:3rem;padding:2rem;background:#d5cea933;border-radius:12px;border-left:4px solid #063B2C;font-style:italic;position:relative;animation:fadeInUp .6s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.blog-detail__content .content-wrapper .content-introduction .intro-icon{position:absolute;top:1.5rem;right:1.5rem;color:#d0de85}.blog-detail__content .content-wrapper .content-section{margin-bottom:3rem;animation:fadeInUp .6s ease}.blog-detail__content .content-wrapper .content-section .section-heading{font-size:1.8rem;font-weight:700;color:#48514a;margin-bottom:1.5rem;line-height:1.3;display:flex;align-items:center;gap:1rem}.blog-detail__content .content-wrapper .content-section .section-heading .heading-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#d0de85;color:#063b2c;border-radius:50%;font-size:.9rem;font-weight:600;flex-shrink:0}.blog-detail__content .content-wrapper .content-section .section-image-container{width:100%;margin:2rem 0;border-radius:16px;overflow:hidden;box-shadow:0 10px 15px -3px #063b2c26;animation:imageZoom .6s ease;background:#d5cea91a;border:1px solid rgba(143,118,76,.2);transition:all .4s ease}.blog-detail__content .content-wrapper .content-section .section-image-container:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #063b2c2e;border-color:#8f764c59}.blog-detail__content .content-wrapper .content-section .section-image-container:hover .section-image{transform:scale(1.05)}.blog-detail__content .content-wrapper .content-section .section-image-container .section-image{width:100%;height:auto;min-height:300px;max-height:500px;object-fit:cover;display:block;transition:transform .4s ease;aspect-ratio:16/9}.blog-detail__content .content-wrapper .content-section .section-image-container .image-caption{padding:1rem 1.5rem;background:#d5cea940;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#063b2c;font-size:.9rem;font-style:italic;text-align:center;line-height:1.5;margin:0;border-top:1px solid rgba(143,118,76,.15)}.blog-detail__content .content-wrapper .content-section .section-text p{font-size:1.1rem;line-height:1.8;color:#063b2c;margin-bottom:1.5rem}.blog-detail__content .content-wrapper .content-section .section-text p:last-child{margin-bottom:0}.blog-detail__content .content-wrapper .content-section .section-list-container{background:#d5cea926;border-radius:12px;padding:1.5rem;margin-top:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.blog-detail__content .content-wrapper .content-section .section-list-container .section-list{list-style:none;padding:0;margin:0}.blog-detail__content .content-wrapper .content-section .section-list-container .section-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:1.1rem;line-height:1.7;color:#063b2c;border-bottom:1px solid rgba(143,118,76,.25);transition:all .3s ease}.blog-detail__content .content-wrapper .content-section .section-list-container .section-list li:last-child{border-bottom:none}.blog-detail__content .content-wrapper .content-section .section-list-container .section-list li:hover{padding-left:.5rem}.blog-detail__content .content-wrapper .content-section .section-list-container .section-list li .list-icon{color:#8f764c;margin-top:2px;flex-shrink:0}.blog-detail__content .content-wrapper .content-section .section-quote{background:#d0de8533;border:1px solid rgba(143,118,76,.25);border-radius:12px;padding:2rem;margin:2rem 0;position:relative;font-style:italic;box-shadow:0 1px 3px #063b2c14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.blog-detail__content .content-wrapper .content-section .section-quote:before{content:'"';position:absolute;top:-10px;left:20px;font-size:4rem;color:#d0de85;line-height:1;opacity:.6}.blog-detail__content .content-wrapper .content-section .section-quote p{font-size:1.2rem;line-height:1.7;color:#063b2c;margin:0 0 1rem;position:relative;z-index:2}.blog-detail__content .content-wrapper .content-section .section-quote cite{display:block;font-size:1rem;color:#8f764c;font-weight:600;text-align:right}.blog-detail__content .content-wrapper .content-conclusion{background:#d0de8526;padding:2rem;border-radius:12px;margin-bottom:3rem;border:1px solid rgba(143,118,76,.2);animation:fadeInUp .6s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.blog-detail__content .content-wrapper .content-conclusion h2{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#48514a;margin-bottom:1rem}.blog-detail__content .content-wrapper .content-conclusion h2 svg{color:#d0de85}.blog-detail__content .content-wrapper .content-conclusion p{font-size:1.1rem;line-height:1.8;color:#063b2c}.blog-detail__content .content-wrapper .content-footer{border-top:2px solid rgba(143,118,76,.25);padding-top:2rem;margin-top:3rem}.blog-detail__content .content-wrapper .content-footer .footer-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.blog-detail__content .content-wrapper .content-footer .footer-tags .tag{display:inline-flex;align-items:center;gap:.25rem;background:#063b2c;color:#d5cea9;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;transition:all .3s ease}.blog-detail__content .content-wrapper .content-footer .footer-tags .tag:hover{background:#021610;transform:translateY(-2px);box-shadow:0 4px 6px -1px #063b2c1f}.blog-detail__content .content-wrapper .content-footer .footer-actions{display:flex;gap:1rem;flex-wrap:wrap}.blog-detail__content .content-wrapper .content-footer .footer-actions .share-btn,.blog-detail__content .content-wrapper .content-footer .footer-actions .like-btn{background:none;border:none;outline:none;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:8px;font-weight:500;transition:all .3s ease;font-size:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.blog-detail__content .content-wrapper .content-footer .footer-actions .share-btn{background:#d5cea940;color:#063b2c;border:2px solid #8F764C}.blog-detail__content .content-wrapper .content-footer .footer-actions .share-btn:hover{background:#8f764ccc;color:#fff;transform:translateY(-2px);box-shadow:0 4px 6px -1px #063b2c1f}.blog-detail__content .content-wrapper .content-footer .footer-actions .like-btn{background:#063b2c;color:#d5cea9;border:none}.blog-detail__content .content-wrapper .content-footer .footer-actions .like-btn:hover{background:#021610;transform:translateY(-2px);box-shadow:0 4px 6px -1px #063b2c1f}.blog-detail__content .content-wrapper .content-footer .footer-actions .like-btn.liked{background:#d0de85;color:#063b2c}.blog-detail__content .content-wrapper .content-footer .footer-actions .like-btn.liked:hover{background:#c1d35d}.blog-detail__sidebar{position:sticky;top:var(--toc-top);align-self:start;height:max-content;max-height:none;overflow:visible;padding-right:.5rem}.blog-detail__sidebar::-webkit-scrollbar{width:4px}.blog-detail__sidebar::-webkit-scrollbar-track{background:transparent}.blog-detail__sidebar::-webkit-scrollbar-thumb{background:#8f764c26;border-radius:10px}.blog-detail__sidebar::-webkit-scrollbar-thumb:hover{background:#8f764c40}.blog-detail__sidebar .sidebar-card{background:#ffffffbf;border:1px solid rgba(143,118,76,.25);border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #063b2c14;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.blog-detail__sidebar .sidebar-card h3{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:#48514a;margin-bottom:1rem;border-bottom:1px solid rgba(143,118,76,.2);padding-bottom:.5rem}.blog-detail__sidebar .sidebar-card h3 svg{color:#8f764c}.blog-detail__sidebar .sidebar-card .sidebar-info .info-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;color:#063b2c}.blog-detail__sidebar .sidebar-card .sidebar-info .info-item:last-child{margin-bottom:0}.blog-detail__sidebar .sidebar-card .sidebar-info .info-item svg{color:#8f764c;flex-shrink:0}.blog-detail__sidebar .sidebar-card .sidebar-info .info-item strong{color:#48514a;font-weight:600;margin-right:.25rem}.blog-detail__sidebar .sidebar-card.toc-card .table-of-contents{display:flex;flex-direction:column;gap:.5rem}.blog-detail__sidebar .sidebar-card.toc-card .table-of-contents .toc-item{background:none;border:none;outline:none;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:.75rem;padding:.75rem;background:transparent;border-radius:8px;transition:all .3s ease;font-size:.95rem;color:#063b2c;text-align:left}.blog-detail__sidebar .sidebar-card.toc-card .table-of-contents .toc-item:hover{background:#0003;padding-left:1rem}.blog-detail__sidebar .sidebar-card.toc-card .table-of-contents .toc-item:hover .toc-number{background:#d0de85;color:#063b2c}.blog-detail__sidebar .sidebar-card.toc-card .table-of-contents .toc-item.active{background:#d0de8540;color:#48514a;font-weight:500}.blog-detail__sidebar .sidebar-card.toc-card .table-of-contents .toc-item.active .toc-number{background:#063b2c;color:#d5cea9}.blog-detail__sidebar .sidebar-card.toc-card .table-of-contents .toc-item .toc-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#d0de8526;color:#8f764c;border-radius:50%;font-size:.75rem;font-weight:600;flex-shrink:0;transition:all .3s ease}.blog-detail__sidebar .sidebar-card.toc-card .table-of-contents .toc-item .toc-text{flex:1}.blog-detail__sidebar .sidebar-card.tips-card{background:#d5cea933;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.blog-detail__sidebar .sidebar-card.tips-card .tips-list{list-style:none;padding:0;margin:0}.blog-detail__sidebar .sidebar-card.tips-card .tips-list li{position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:.95rem;line-height:1.6;color:#063b2c}.blog-detail__sidebar .sidebar-card.tips-card .tips-list li:before{content:"✓";position:absolute;left:0;color:#d0de85;font-weight:700}.blog-detail__sidebar .sidebar-card .related-links{list-style:none;padding:0;margin:0}.blog-detail__sidebar .sidebar-card .related-links li{margin-bottom:.75rem}.blog-detail__sidebar .sidebar-card .related-links li:last-child{margin-bottom:0}.blog-detail__sidebar .sidebar-card .related-links li a{display:flex;align-items:center;gap:.5rem;color:#48514a;text-decoration:none;font-size:.95rem;transition:all .3s ease}.blog-detail__sidebar .sidebar-card .related-links li a svg{color:#8f764c;flex-shrink:0}.blog-detail__sidebar .sidebar-card .related-links li a:hover{color:#8f764c;padding-left:.5rem}.blog-detail__sidebar .sidebar-card .related-links li a:hover svg{color:#d0de85}@media (max-width: 1024px){.blog-detail__content .content-container{grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem}.blog-detail__content .content-wrapper .content-section .section-image-container .section-image{min-height:250px;max-height:400px}.blog-detail__sidebar{position:static;max-height:none;overflow:visible}.blog-detail__sidebar .sidebar-card{display:flex;flex-wrap:wrap;gap:1rem}.blog-detail__sidebar .sidebar-card h3{flex-basis:100%}.blog-detail__sidebar .sidebar-card .sidebar-info,.blog-detail__sidebar .sidebar-card .related-links,.blog-detail__sidebar .sidebar-card .table-of-contents{flex:1;min-width:250px}}@media (max-width: 768px){.blog-detail__hero{height:50vh;min-height:400px;background-attachment:local}.blog-detail__nav{padding:1rem;flex-wrap:wrap;gap:1rem}.blog-detail .hero-content{padding:1.5rem}.blog-detail .hero-content .hero-meta{flex-direction:column;gap:.75rem}.blog-detail__content{margin-top:-2rem;border-radius:12px 12px 0 0}.blog-detail__content .content-container{padding:2rem 1rem}.blog-detail__content .content-wrapper .content-introduction{padding:1.5rem;font-size:1.1rem}.blog-detail__content .content-wrapper .content-section .section-heading{font-size:1.5rem;flex-wrap:wrap}.blog-detail__content .content-wrapper .content-section .section-image-container{margin:1.5rem 0;border-radius:12px}.blog-detail__content .content-wrapper .content-section .section-image-container .section-image{min-height:200px;max-height:300px}.blog-detail__content .content-wrapper .content-section .section-image-container .image-caption{padding:.75rem 1rem;font-size:.85rem}.blog-detail__content .content-wrapper .content-footer .footer-actions{flex-direction:column}.blog-detail__content .content-wrapper .content-footer .footer-actions .share-btn,.blog-detail__content .content-wrapper .content-footer .footer-actions .like-btn{justify-content:center;width:100%}.blog-detail__sidebar .sidebar-card{flex-direction:column}.blog-detail__sidebar .sidebar-card .sidebar-info,.blog-detail__sidebar .sidebar-card .related-links,.blog-detail__sidebar .sidebar-card .table-of-contents{min-width:auto}}@media (max-width: 480px){.blog-detail__nav{padding:.75rem}.blog-detail__nav .nav-actions{gap:.25rem}.blog-detail__nav .nav-actions .action-btn{width:40px;height:40px}.blog-detail .hero-content{padding:1rem}.blog-detail .hero-content .hero-title{font-size:1.8rem}.blog-detail .hero-content .hero-subtitle{font-size:1rem}.blog-detail__content .content-container{padding:1.5rem .75rem}.blog-detail__content .content-wrapper .content-introduction{padding:1rem;font-size:1rem}.blog-detail__content .content-wrapper .content-section .section-heading{font-size:1.3rem}.blog-detail__content .content-wrapper .content-section .section-heading .heading-number{width:32px;height:32px;font-size:.8rem}.blog-detail__content .content-wrapper .content-section .section-image-container{margin:1rem 0;border-radius:8px}.blog-detail__content .content-wrapper .content-section .section-image-container .section-image{min-height:180px;max-height:250px}.blog-detail__content .content-wrapper .content-section .section-image-container .image-caption{padding:.5rem .75rem;font-size:.8rem}.blog-detail__content .content-wrapper .content-section .section-text p,.blog-detail__content .content-wrapper .content-section .section-list-container .section-list li{font-size:1rem}}@media (prefers-color-scheme: dark){.blog-detail{background-color:transparent}.blog-detail__content{background:#1f2937d9;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.blog-detail .content-wrapper .content-introduction{background:#48514a4d;color:#d1d5db}.blog-detail .content-wrapper .content-section .section-heading{color:#f9fafb}.blog-detail .content-wrapper .content-section .section-heading .heading-number{background:#8f764c;color:#f9fafb}.blog-detail .content-wrapper .content-section .section-image-container{background:#48514a33;border-color:#8f764c4d}.blog-detail .content-wrapper .content-section .section-image-container:hover{border-color:#8f764c80}.blog-detail .content-wrapper .content-section .section-image-container .section-image{opacity:.9}.blog-detail .content-wrapper .content-section .section-image-container .image-caption{background:#48514a66;color:#d1d5db;border-top-color:#8f764c40}.blog-detail .content-wrapper .content-section .section-text p{color:#e5e7eb}.blog-detail .content-wrapper .content-section .section-list-container{background:#48514a40}.blog-detail .content-wrapper .content-section .section-list-container .section-list li{color:#e5e7eb;border-bottom-color:#8f764c33}.blog-detail .content-wrapper .content-conclusion{background:#48514a4d;border-color:#8f764c40}.blog-detail .content-wrapper .content-conclusion h2{color:#f9fafb}.blog-detail .content-wrapper .content-conclusion p{color:#e5e7eb}.blog-detail .content-wrapper .content-footer{border-top-color:#8f764c40}.blog-detail .content-wrapper .content-footer .footer-tags .tag{background:#8f764c;color:#f9fafb}.blog-detail .content-wrapper .content-footer .footer-tags .tag:hover{background:#6e5b3a}.blog-detail .content-wrapper .content-footer .footer-actions .share-btn{background:#48514a66;color:#f9fafb;border-color:#8f764c66}.blog-detail .content-wrapper .content-footer .footer-actions .share-btn:hover{background:#8f764c99}.blog-detail .content-wrapper .content-footer .footer-actions .like-btn{background:#d0de85;color:#063b2c}.blog-detail .content-wrapper .content-footer .footer-actions .like-btn.liked{background:#8f764c;color:#f9fafb}.blog-detail__sidebar .sidebar-card{background:#1f2937bf;border-color:#8f764c4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.blog-detail__sidebar .sidebar-card h3{color:#f9fafb;border-color:#8f764c40}.blog-detail__sidebar .sidebar-card .sidebar-info .info-item{color:#d1d5db}.blog-detail__sidebar .sidebar-card .sidebar-info .info-item strong{color:#f9fafb}.blog-detail__sidebar .sidebar-card.toc-card .table-of-contents .toc-item{color:#d1d5db}.blog-detail__sidebar .sidebar-card.toc-card .table-of-contents .toc-item:hover,.blog-detail__sidebar .sidebar-card.toc-card .table-of-contents .toc-item.active{background:#48514a66;color:#f9fafb}.blog-detail__sidebar .sidebar-card.tips-card{background:#48514a66}.blog-detail__sidebar .sidebar-card.tips-card .tips-list li{color:#d1d5db}.blog-detail__sidebar .sidebar-card .related-links a{color:#d0de85}.blog-detail__sidebar .sidebar-card .related-links a:hover{color:#8f764c}}.blog-detail__hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(1200px 600px at 50% 90%,#00000059,#00000026 45%,#0000);z-index:1;pointer-events:none}.blog-detail .content-section{scroll-margin-top:var(--toc-top)}.blog-detail .content-section:target .section-heading{box-shadow:inset 0 -2px #d0de85e6}.blog-detail a:focus-visible,.blog-detail button:focus-visible{outline:2px solid #D0DE85;outline-offset:3px;border-radius:8px}.blog-detail .post-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(143,118,76,.25)}.blog-detail .post-nav__prev,.blog-detail .post-nav__next{color:#fff;text-decoration:none;font-weight:600;padding:.75rem 1rem;border-radius:10px;background:#d5cea92e;transition:all .3s ease}.blog-detail .post-nav__prev:hover,.blog-detail .post-nav__next:hover{background:#d0de8559;transform:translateY(-2px);box-shadow:0 1px 3px #063b2c14}.blog-detail__sidebar .toc-card .table-of-contents .toc-item:focus-visible{background:#d0de8540;color:#48514a}.skip-link{position:absolute;top:-40px;left:8px;padding:.5rem .75rem;background:#063b2c;color:#d5cea9;border-radius:8px;z-index:10000;transition:all .3s ease}.skip-link:focus{top:8px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@supports not (backdrop-filter: blur(10px)){.blog-detail .content-introduction,.blog-detail .section-image-container .image-caption,.blog-detail .content-footer .share-btn,.blog-detail__sidebar .sidebar-card{background:#d5cea926}}@media (prefers-reduced-motion: reduce){.blog-detail *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media print{.blog-detail__hero,.blog-detail__nav,.blog-detail__sidebar,.hero-pattern,.hero-overlay{display:none!important}.blog-detail__content{box-shadow:none;width:100%;margin:0;background:#fff!important}.blog-detail .content-container{display:block;padding:0}.blog-detail .section-image-container,.blog-detail .content-introduction,.blog-detail .content-conclusion{border:1px solid #ddd;background:#fff!important}.blog-detail .content-section .section-heading{page-break-after:avoid}}.App{display:flex;width:100%;height:auto;flex-direction:column;justify-content:center;position:relative}.App .app__back-button{position:fixed;top:50%;left:1rem;transform:translateY(-50%);z-index:100;transition:top .3s ease}@media screen and (max-width: 360px){.App .app__back-button{left:.5rem}}@media screen and (max-width: 479px){.App .app__back-button{left:.5rem}}@media screen and (max-width: 767px){.App .app__back-button{left:.5rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.App .app__back-button{left:.7rem}}.App .App__nav{position:fixed;width:100%;display:flex;justify-content:center;align-items:center;margin:0 auto;top:0;left:50%;transform:translate(-50%);z-index:11;transition:top .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media screen and (max-width: 360px){.App .App__nav{width:95%;padding:.6rem}}@media screen and (max-width: 479px){.App .App__nav{width:92%;padding:.7rem}}@media screen and (max-width: 767px){.App .App__nav{width:90%;padding:.8rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.App .App__nav{width:85%;padding:.9rem}}@media screen and (min-width: 1024px){.App .App__nav{width:100%;padding:.5rem}}.App__footer{width:100%}
