*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Inter",sans-serif;font-size:1rem;line-height:1.6;color:#2c3e50}h1,h2,h3,h4,h5,h6{font-family:"Montserrat",sans-serif;font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.btn-primary{background:linear-gradient(135deg, #003d7a 0%, rgb(0, 99.25, 198.5) 100%);border:none;box-shadow:0 4px 15px rgba(0,61,122,.3);transition:all .3s ease;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.btn-primary:hover{background:linear-gradient(135deg, rgb(0, 86.5, 173) 0%, rgb(0, 124.75, 249.5) 100%);box-shadow:0 6px 20px rgba(0,61,122,.4);transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:#e31e24;border-color:#e31e24}.btn-secondary:hover{background-color:rgb(183.2015810277,22.7984189723,27.6837944664);border-color:rgb(183.2015810277,22.7984189723,27.6837944664)}.text-primary{color:#003d7a !important}.text-secondary{color:#e31e24 !important}.navbar{min-height:144px;padding-top:1rem;padding-bottom:1rem}.navbar .navbar-brand{font-weight:700;font-size:1.75rem}.navbar .navbar-brand img{height:87px;max-height:87px;width:auto}.navbar .nav-link{font-weight:500;color:#2c3e50;font-size:1.125rem;padding:.875rem 1rem;transition:color .3s ease}.navbar .nav-link:hover{color:#003d7a}.navbar .navbar-toggler{padding:.5rem .75rem;font-size:1.5rem}.navbar .dropdown-menu{border:none;box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:8px}.navbar .dropdown-menu .dropdown-item{font-size:1.125rem;padding:.75rem 1rem}.hero-section{height:600px;min-height:600px;max-height:600px;position:relative;overflow:hidden;background-color:#f8f9fa}.hero-section .hero-background-static{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1320px;height:600px;z-index:1}.hero-section .hero-background-static img{width:100%;height:100%;object-fit:cover}.hero-section .hero-overlay{position:absolute;top:0;left:0;width:100%;height:600px;z-index:1}.hero-section .hero-background-band{position:absolute;top:0;left:0;width:100%;height:600px;background-repeat:repeat-x;background-position:center top;background-size:auto 600px;background-color:#f8f9fa;z-index:2;pointer-events:none}.hero-section .hero-content{z-index:10}.hero-section .hero-content h1{text-shadow:3px 3px 6px rgba(0,0,0,.8);color:#fff;font-weight:700}.hero-section .hero-content p{text-shadow:2px 2px 4px rgba(0,0,0,.7);color:#f8f9fa}.hero-section .hero-content .btn{text-shadow:1px 1px 3px rgba(0,0,0,.6);box-shadow:0 4px 12px rgba(0,0,0,.3)}.hero-section #heroCarousel{max-width:1320px;height:600px;margin:0 auto;position:relative;z-index:3}.hero-section #heroCarousel .carousel-inner{max-width:1320px;height:600px}.hero-section #heroCarousel .carousel-item{max-width:1320px;height:600px;z-index:1}.hero-section #heroCarousel .carousel-item img{max-width:1320px;width:100%;height:600px;object-fit:cover;margin:0 auto}.hero-section #heroCarousel .carousel-caption{z-index:10;bottom:60px;left:50%;transform:translateX(-50%);max-width:1200px;width:90%;padding:20px;max-height:400px;overflow-y:auto}.hero-section #heroCarousel .carousel-caption h1{text-shadow:3px 3px 6px rgba(0,0,0,.8);color:#fff !important;font-weight:700}.hero-section #heroCarousel .carousel-caption p{text-shadow:2px 2px 4px rgba(0,0,0,.7);color:#f8f9fa !important}.hero-section #heroCarousel .carousel-caption .btn{text-shadow:1px 1px 3px rgba(0,0,0,.6);box-shadow:0 4px 12px rgba(0,0,0,.3);z-index:15;position:relative}.hero-section .carousel-control-prev,.hero-section .carousel-control-next{z-index:15;width:5%}.hero-section .carousel-control-prev:hover,.hero-section .carousel-control-next:hover{opacity:.8}@keyframes textGlow{0%{text-shadow:3px 3px 6px rgba(0,0,0,.8)}100%{text-shadow:3px 3px 8px rgba(0,0,0,.9)}}@keyframes buttonPulse{0%{box-shadow:0 4px 15px rgba(0,61,122,.3);transform:scale(1)}50%{box-shadow:0 6px 25px rgba(0,61,122,.5);transform:scale(1.02)}100%{box-shadow:0 4px 15px rgba(0,61,122,.3);transform:scale(1)}}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;height:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.product-card .product-image{height:250px;overflow:hidden;position:relative}.product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-card .product-info{padding:1.5rem}.product-card .product-info .product-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#2c3e50}.product-card .product-info .product-description{color:#666;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.product-card .product-info .product-meta{margin-bottom:1rem}.product-card .product-info .product-meta .product-group{background:rgb(96.5,175.75,255);color:#003d7a;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:500}.product-card .product-info .product-actions{display:flex;gap:.5rem}.product-card .product-info .product-actions .btn{flex:1;font-size:.9rem}.product-card .product-info .product-actions .btn-download{background-color:#f39c12;border-color:#f39c12;color:#fff}.product-card .product-info .product-actions .btn-download:hover{background-color:hsl(36.8,90.3614457831%,41.1764705882%);border-color:hsl(36.8,90.3614457831%,41.1764705882%)}.group-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;text-decoration:none;color:inherit;height:100%}.group-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,.15);text-decoration:none;color:inherit}.group-card:hover .group-icon i{transform:scale(1.1)}.group-card:hover .card-title{color:#003d7a !important}.group-card .group-icon{margin-bottom:1.5rem}.group-card .group-icon i{transition:transform .3s ease}.group-card .card-body{padding:2rem;text-align:center}.group-card .card-body .card-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;transition:color .3s ease}.group-card .card-body .card-text{margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.object-cover{object-fit:cover}.text-shadow{text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media(max-width: 768px){.navbar{min-height:100px}.navbar .navbar-brand{font-size:1.5rem}.navbar .navbar-brand img{height:60px;max-height:60px}.navbar .nav-link{font-size:1rem;padding:.5rem .75rem}.hero-section{height:400px;min-height:400px;max-height:400px}.hero-section .hero-background-static{height:400px}.hero-section .hero-overlay{height:400px}.hero-section .hero-background-band{height:400px;background-size:auto 400px}.hero-section #heroCarousel{height:400px}.hero-section #heroCarousel .carousel-inner,.hero-section #heroCarousel .carousel-item{height:400px}.hero-section #heroCarousel .carousel-inner img,.hero-section #heroCarousel .carousel-item img{height:400px}.hero-section #heroCarousel .carousel-caption{bottom:40px;padding:15px;max-height:300px}.hero-section #heroCarousel .carousel-caption h1{font-size:1.75rem}.hero-section #heroCarousel .carousel-caption p{font-size:.9rem}.hero-section .hero-content h1{font-size:2rem}.hero-section .hero-content .lead{font-size:1rem}.hero-section .hero-content .btn{font-size:.9rem;padding:.75rem 1.5rem}.product-card .product-image{height:200px}}@media(max-width: 576px){.navbar{min-height:80px;padding-top:.5rem;padding-bottom:.5rem}.navbar .navbar-brand{font-size:1.3rem}.navbar .navbar-brand img{height:45px;max-height:45px}.hero-section{height:300px;min-height:300px;max-height:300px}.hero-section .hero-background-static{height:300px}.hero-section .hero-overlay{height:300px}.hero-section .hero-background-band{height:300px;background-size:auto 300px}.hero-section #heroCarousel{height:300px}.hero-section #heroCarousel .carousel-inner,.hero-section #heroCarousel .carousel-item{height:300px}.hero-section #heroCarousel .carousel-inner img,.hero-section #heroCarousel .carousel-item img{height:300px}.hero-section #heroCarousel .carousel-caption{bottom:20px;padding:10px;max-height:200px}.hero-section #heroCarousel .carousel-caption h1{font-size:1.5rem}.hero-section #heroCarousel .carousel-caption p{font-size:.85rem}.hero-section #heroCarousel .carousel-caption .btn{font-size:.85rem;padding:.5rem 1rem}.hero-section .hero-content h1{font-size:1.5rem}.hero-section .hero-content .lead{font-size:.9rem}.hero-section .hero-content .btn{font-size:.85rem;padding:.5rem 1rem}.hero-content .d-flex{flex-direction:column;align-items:center}.hero-content .d-flex .btn{width:100%;max-width:300px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.loading{position:relative}.loading::after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #f3f3f3;border-top:2px solid #003d7a;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.whatsapp-float{position:fixed;right:max(16px,env(safe-area-inset-right) + 12px);bottom:max(16px,env(safe-area-inset-bottom) + 12px);width:56px;height:56px;border-radius:50%;background-color:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.2),0 2px 8px rgba(0,0,0,.12);z-index:1050;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;text-decoration:none}.whatsapp-float i{font-size:28px;line-height:1}.whatsapp-float:hover{background-color:rgb(33.1955645161,189.3044354839,91.5120967742);transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.22),0 4px 10px rgba(0,0,0,.14);text-decoration:none;color:#fff}.whatsapp-float:active{transform:translateY(0)}.whatsapp-float:focus-visible{outline:3px solid rgb(140.5665322581,234.9334677419,175.8185483871);outline-offset:2px}@media(max-width: 576px){.whatsapp-float{width:52px;height:52px;right:max(12px,env(safe-area-inset-right) + 10px);bottom:max(12px,env(safe-area-inset-bottom) + 10px)}.whatsapp-float i{font-size:26px}}@media(prefers-reduced-motion: reduce){.whatsapp-float{transition:none}}
