.heroCarousel{position:relative;width:100%;height:800px;overflow:hidden;margin:0;padding:0}.CarrImg{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out;z-index:1}.CarrImg.active{opacity:1;z-index:2}.coverImg{position:relative;width:100%;height:100%;background:#ffffff80;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem}.hero-content{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:1400px;width:100%;animation:fadeInUp 1s ease-out;color:var(--db)}.experience-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 2rem;background:var(--db);border:2px solid var(--g);border-radius:var(--radius-full);animation:fadeIn 1s ease-out .2s both;transition:var(--transition-base);cursor:pointer}.experience-number{font-size:3.5rem;font-weight:800;color:var(--y);line-height:1}.experience-text{font-size:1rem;font-weight:600;color:var(--y);text-transform:uppercase;letter-spacing:.05em}.slogan{font-size:4rem;font-weight:800;text-align:center;color:var(--y);line-height:1.2;margin:0;animation:fadeIn 1s ease-out .4s both}.slogan-highlight{display:block;color:var(--db);font-weight:900;margin-top:.5rem}.directions{width:100%;max-width:1200px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap;padding:0 1rem;margin:0;font-style:normal;color:var(--db);animation:fadeIn 1s ease-out .6s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.heroCarousel{height:700px}.coverImg{padding:3rem 1rem}.hero-content{gap:1.75rem}.experience-badge{padding:.65rem 1.75rem}.experience-number{font-size:2.25rem}.experience-text{font-size:.95rem}.slogan{font-size:3.5rem}.directions{gap:1.25rem}}@media (max-width: 768px){.heroCarousel{height:600px}.coverImg{padding:2.5rem 1rem}.hero-content{gap:1.5rem}.experience-badge{padding:.6rem 1.5rem;gap:.6rem}.experience-number{font-size:2rem}.experience-text{font-size:.875rem}.slogan{font-size:2.75rem}.directions{flex-direction:column;gap:1rem}}@media (max-width: 640px){.heroCarousel{height:550px}.coverImg{padding:2rem .75rem}.hero-content{gap:1.25rem;padding:0 .75rem;margin-top:15px}.experience-badge{padding:.5rem 1.25rem;gap:.5rem}.experience-number{font-size:1.75rem}.experience-text{font-size:.8rem}.slogan{font-size:2.25rem;line-height:1.3}.slogan-highlight{margin-top:.25rem}.directions{gap:.875rem}}@media (max-width: 480px){.heroCarousel{height:500px}.coverImg{padding:1.5rem .5rem}.hero-content{gap:1rem;padding:0 .5rem}.experience-badge{padding:.5rem 1rem;gap:.5rem;flex-direction:column;text-align:center;margin-top:12px}.experience-number{font-size:1.5rem}.experience-text{font-size:.75rem;line-height:1.2}.slogan{font-size:1.875rem;line-height:1.3}.slogan-highlight{margin-top:.25rem;font-size:.95em}.directions{gap:.75rem}}@media (max-width: 375px){.heroCarousel{height:450px}.coverImg{padding:1.25rem .5rem}.hero-content{gap:.875rem;margin-top:12px}.experience-badge{margin-top:50px;padding:.4rem .875rem}.experience-number{font-size:1.375rem}.experience-text{font-size:.7rem}.slogan{font-size:1.625rem}}.viewContainer{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999999999;border-radius:12px;transition:all .3s ease}.options{position:absolute;top:20px;right:20px;display:flex;gap:16px;color:#fff;z-index:10}.options svg{cursor:pointer;transition:all .3s ease}.options svg:hover{color:#d4af37;transform:scale(1.1)}.mainImageContainer{max-width:90%;max-height:70%;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.ActualImg{width:100%;height:100%;object-fit:contain;border-radius:12px}.thumbnails{display:flex;gap:10px;overflow-x:auto;padding:0 20px;margin-bottom:20px;scrollbar-width:thin;scrollbar-color:#d4af37 rgba(255,255,255,.2)}.thumbnails::-webkit-scrollbar{height:6px}.thumbnails::-webkit-scrollbar-thumb{background-color:#d4af37;border-radius:3px}.thumbnails::-webkit-scrollbar-track{background-color:#fff3}.thumb{width:80px;height:50px;object-fit:cover;cursor:pointer;border-radius:6px;opacity:.7;transition:all .3s ease}.thumb.active{opacity:1;border:2px solid #d4af37}.navButton{position:absolute;top:50%;transform:translateY(-50%);background:#14141499;border:none;color:#fff;border-radius:50%;width:48px;height:48px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.navButton:hover{background:#d4af37cc;color:#000}@media (max-width: 1024px){.viewContainer{width:100%;height:100%}.ActualImg{max-height:60%}.thumb{width:70px;height:45px}.navButton{width:40px;height:40px}}@media (max-width: 768px){.viewContainer{width:100%;height:100%}.ActualImg{max-height:55%}.thumb{width:60px;height:40px}.navButton{width:36px;height:36px}}@media (max-width: 480px){.viewContainer{width:100%;height:100%}.ActualImg{max-height:50%}.thumbnails{gap:6px}.thumb{width:50px;height:30px}.navButton{width:32px;height:32px}}.carouselContainer{position:relative;width:100%;height:685px;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #01135b66;background:linear-gradient(135deg,#fff,#fefefe)}.imageContainer{position:relative;width:100%;height:100%}.imageWrapper{position:absolute;width:100%;height:100%}.carouselImage{position:absolute;width:100%;height:100%;object-fit:cover;opacity:0;filter:brightness(.95);transition:opacity 1.2s ease-in-out}.carouselImage.active{opacity:1}.fadeIn{animation:fadeIn 1s ease-in forwards}.fadeOut{animation:fadeOut 1s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}.fullscreenButton{position:absolute;bottom:16px;right:16px;width:42px;height:42px;border-radius:50%;background:#01135bbf;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(6px);transition:transform .25s ease,background .25s ease;z-index:5}.fullscreenButton:hover{background:#fff001;color:#01135b;transform:scale(1.1)}.navButton{position:absolute;top:50%;transform:translateY(-50%);background:#01135bb3;border:none;color:#fff;border-radius:50%;width:48px;height:48px;cursor:pointer;transition:background .3s ease,color .3s ease;display:flex;align-items:center;justify-content:center;z-index:10}.navButton:hover{background:#fff001;color:#01135b}.navButton.left{left:20px}.navButton.right{right:20px}@media (max-width: 768px){.carouselContainer{height:400px}.fullscreenButton{width:36px;height:36px;bottom:12px;right:12px}.navButton{width:40px;height:40px}}@media (max-width: 480px){.carouselContainer{height:300px}.fullscreenButton{width:32px;height:32px;bottom:10px;right:10px}.navButton{width:36px;height:36px}}.wcuContainer{width:100%;min-height:600px;display:grid;grid-template-columns:repeat(2,1fr);background:radial-gradient(circle at top left,rgba(25,78,132,.06),transparent 40%),linear-gradient(135deg,#fff 0% 100%);padding:5rem 2.5rem;gap:3.75rem;align-items:center}.colText{display:flex;flex-direction:column;justify-content:center;gap:2.5rem;padding:0 1.25rem}.titleSection{display:flex;flex-direction:column;gap:1.25rem}.wcuTitle{font-family:var(--fuente);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;color:var(--db);line-height:1.1;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.05)}.wcuDesc{font-family:var(--fuente);color:var(--db);font-size:1.25rem;line-height:1.6;margin:0}.cardsContainer{display:flex;flex-direction:column;gap:1.25rem}.colImages{display:flex;flex-direction:column;position:relative;height:100%;min-height:500px}@media (max-width: 1024px){.wcuContainer{grid-template-columns:1fr;padding:3.75rem 1.875rem;gap:3.125rem}.colImages{min-height:400px}}@media (max-width: 768px){.wcuContainer{padding:2.5rem 1.25rem}.wcuDesc{font-size:1.125rem}}.servicesBento{display:grid;gap:1.5rem;max-width:1200px;margin:0 auto;width:100%}.serviceCard{text-align:center;align-items:center;padding:2.5rem 2rem;transition:transform var(--transition-base),box-shadow var(--transition-base)}.serviceCard:hover{transform:translateY(-4px)}.bento-1{grid-template-columns:1fr;max-width:500px}.bento-2{grid-template-columns:repeat(2,1fr)}.bento-3{grid-template-columns:2fr 1fr;grid-template-rows:repeat(2,1fr)}.bento-3 .serviceCard-1{grid-row:span 2}.bento-4{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.bento-4 .serviceCard-1,.bento-4 .serviceCard-4{grid-column:span 2}.bento-5{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.bento-5 .serviceCard-1{grid-column:span 2}.bento-6{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}.bento-6 .serviceCard-1,.bento-6 .serviceCard-6{grid-column:span 2}.bento-many{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (max-width: 1024px){.servicesBento{gap:1.25rem}.bento-4{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.bento-4 .serviceCard-1,.bento-4 .serviceCard-4{grid-column:span 1}.bento-6{grid-template-columns:repeat(3,1fr)}.bento-6 .serviceCard-1,.bento-6 .serviceCard-6{grid-column:span 1}}@media (max-width: 768px){.servicesBento{gap:1rem}.serviceCard{padding:2rem 1.5rem}.bento-3,.bento-4,.bento-5,.bento-6{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.bento-3 .serviceCard-1,.bento-4 .serviceCard-1,.bento-4 .serviceCard-4,.bento-5 .serviceCard-1,.bento-6 .serviceCard-1,.bento-6 .serviceCard-6{grid-column:span 1;grid-row:span 1}}@media (max-width: 480px){.serviceCard{padding:1.5rem 1rem}.bento-1,.bento-2,.bento-3,.bento-4,.bento-5,.bento-6,.bento-many{grid-template-columns:1fr}.serviceCard{grid-column:span 1!important;grid-row:span 1!important}}
