:root{--primary-color:#1e88e5;--secondary-color:#ff6b35;--dark-color:#2c3e50;--light-color:#ecf0f1;--gray-color:#7f8c8d;--white:#ffffff;--text-dark:#2c3e50;--text-light:#7f8c8d;--hero-min:420px;--hero-pad-block:clamp(72px,14vh,160px);}*{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:'Arial',sans-serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden;}.header-top{background-color:var(--dark-color);color:var(--white);padding:10px 0;font-size:14px;}.contact-info i{color:var(--primary-color);margin-right:5px;}.social-links a{color:var(--white);margin:0 10px;transition:color .3s ease;}.social-links a:hover{color:var(--primary-color);}.navbar{padding-top:10px;padding-bottom:10px;height:100px;position:relative;z-index:1030;}.navbar.scrolled{padding:10px 0;box-shadow:0 2px 20px rgba(0,0,0,.1);}.logo{display:flex;flex-direction:column;align-items:flex-start;}.logo-text{font-size:2.0rem;font-weight:bold;color:var(--primary-color);text-decoration:none;margin:0;line-height:1;}.logo-text-container{line-height:1.1;}.logo-subtitle{font-size:.9rem;font-weight:400;color:#666;margin:0;line-height:1;}.navbar-brand{position:relative;z-index:1000;}.navbar-brand img{height:180px;width:auto;display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.1));}.navbar-nav .nav-link{font-weight:600;color:var(--text-dark);margin:0 15px;padding:10px 0;transition:color .3s ease;position:relative;}.navbar-nav .nav-link:hover{color:var(--primary-color);}.navbar-nav .nav-link::after{content:'';position:absolute;width:0;height:2px;bottom:0;left:50%;background-color:var(--primary-color);transition:all .3s ease;transform:translateX(-50%);}.navbar-nav .nav-link:hover::after{width:100%;}.hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--dark-color) 100%);color:var(--white);position:relative;overflow:hidden;min-height:var(--hero-min);padding-block:var(--hero-pad-block);display:flex;align-items:center;}.hero::before{content:'';position:absolute;inset:0;opacity:.2;z-index:0;}.hero .container{position:relative;z-index:1;}.hero h1{font-size:3rem;font-weight:bold;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3);}.hero p{font-size:1.25rem;margin-bottom:30px;opacity:.9;}.hero--sm{--hero-min:260px;--hero-pad-block:56px;}.hero--md{--hero-min:320px;--hero-pad-block:clamp(56px,10vh,120px);}.hero--lg{--hero-min:420px;--hero-pad-block:clamp(72px,14vh,160px);}.hero--xl{--hero-min:560px;--hero-pad-block:clamp(96px,18vh,200px);}.btn-primary-custom{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));border:none;padding:15px 30px;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px rgba(30,136,229,.3);}.btn-primary-custom:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(30,136,229,.4);}.section{padding:80px 0;}.section-title{text-align:center;margin-bottom:60px;}.section-title h2{font-size:2.5rem;color:var(--dark-color);margin-bottom:20px;position:relative;}.section-title h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));}.section-title p{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto;}.feature-card{background:var(--white);padding:40px 30px;border-radius:15px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;height:100%;border:1px solid rgba(30,136,229,.1);}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15);}.feature-card .icon{width:80px;height:80px;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;color:var(--white);font-size:2rem;}.feature-card h4{color:var(--dark-color);margin-bottom:15px;font-weight:600;}.feature-card p{color:var(--text-light);line-height:1.7;}.productos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px;}.producto-card{background:var(--white);border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;display:flex;flex-direction:column;}.producto-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15);}.producto-card img{width:100%;height:250px;object-fit:cover;}.producto-card.img-contain img{object-fit:contain;background:#f8f9fa;padding:15px;}.producto-card .card-content{padding:25px;flex:1;display:flex;flex-direction:column;}.producto-card h3{color:var(--dark-color);margin-bottom:15px;font-size:1.3rem;}.producto-card p{color:var(--text-light);margin-bottom:20px;line-height:1.6;flex:1;}.producto-card .btn{margin-top:auto;}.product-tabs{background:var(--light-color);padding:20px;border-radius:10px;margin-bottom:30px;}.product-tabs .nav-link{background:var(--white);color:var(--text-dark);border:none;margin:0 10px 10px 0;padding:15px 25px;border-radius:25px;font-weight:600;transition:all .3s ease;}.product-tabs .nav-link.active{background:var(--primary-color);color:var(--white);}.table-custom{background:var(--white);border-radius:10px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.1);}.table-custom th{background:var(--primary-color);color:var(--white);font-weight:600;border:none;padding:15px;}.table-custom td{padding:12px 15px;border-bottom:1px solid rgba(0,0,0,.05);}.contact-form{background:var(--white);padding:40px;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1);}.form-group{margin-bottom:25px;}.form-control{border:2px solid var(--light-color);border-radius:10px;padding:15px;font-size:1rem;transition:all .3s ease;}.form-control:focus{border-color:var(--primary-color);box-shadow:0 0 0 .2rem rgba(30,136,229,.25);}.stats{background:linear-gradient(135deg,var(--primary-color) 0%,var(--dark-color) 100%);color:var(--white);padding:80px 0;}.stat-item{text-align:center;padding:20px;}.stat-number{font-size:3rem;font-weight:bold;display:block;margin-bottom:10px;}.stat-label{font-size:1.1rem;opacity:.9;}.footer{background:var(--dark-color);color:var(--white);}.footer h5{color:#fff;margin-bottom:20px;}.footer a{color:var(--white);text-decoration:none;transition:color .3s ease;}.footer a:hover{color:var(--primary-color);}.footer a[href^="tel:"]{display:inline-block;padding:8px 0;min-height:48px;line-height:32px;}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}.animate-fadeInUp{animation:fadeInUp .6s ease-out;}.text-primary-custom{color:var(--primary-color) !important;}.bg-primary-custom{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color)) !important;}.border-primary-custom{border-color:var(--primary-color) !important;}.product-card-home{display:block;background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.08);transition:all 0.3s ease;text-decoration:none;height:100%;}.product-card-home:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,0.15);text-decoration:none;}.product-img-home{width:100%;aspect-ratio:4/3;overflow:hidden;background:#f8f9fa;}.product-img-home img{width:100%;height:100%;object-fit:contain;padding:15px;transition:transform 0.3s ease;}.product-card-home:hover .product-img-home img{transform:scale(1.05);}.product-name-home{padding:15px 20px;font-weight:600;color:var(--dark-color);text-align:center;font-size:0.95rem;background:white;border-top:1px solid #f0f0f0;}.product-card-home:hover .product-name-home{color:var(--primary-color);}.product-card-home.eco-badge .product-name-home{color:#27ae60;}.products-carousel-wrapper{position:relative;overflow:hidden;padding:20px 0;}.products-carousel{display:flex;gap:25px;overflow-x:auto;scroll-behavior:smooth;padding:10px 5px;scrollbar-width:none;-ms-overflow-style:none;}.products-carousel::-webkit-scrollbar{display:none;}.product-card-carousel{flex:0 0 320px;background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,0.08);transition:all 0.3s ease;cursor:pointer;}.product-card-carousel:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,0.15);}.product-image-wrapper{position:relative;height:200px;overflow:hidden;}.product-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;}.product-card-carousel:hover .product-image-wrapper img{transform:scale(1.1);}.product-badge{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#1e88e5 0%,#1565c0 100%);color:white;padding:6px 15px;border-radius:20px;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;box-shadow:0 4px 10px rgba(0,0,0,0.2);}.product-badge.badge-new{background:linear-gradient(135deg,#ff6b35 0%,#e55a2b 100%);}.product-badge.badge-featured{background:linear-gradient(135deg,#f39c12 0%,#e67e22 100%);}.product-badge.badge-eco{background:linear-gradient(135deg,#27ae60 0%,#229954 100%);}.product-content{padding:25px;}.product-content h5{color:#2c3e50;font-size:1.2rem;font-weight:700;margin-bottom:12px;}.product-content p{color:#666;font-size:0.9rem;line-height:1.6;margin-bottom:20px;min-height:60px;}.carousel-controls{display:flex;justify-content:center;gap:15px;}.carousel-btn{width:50px;height:50px;border-radius:50%;border:none;background:linear-gradient(135deg,#1e88e5 0%,#1565c0 100%);color:white;font-size:1.2rem;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(30,136,229,0.3);display:flex;align-items:center;justify-content:center;}.carousel-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(30,136,229,0.4);}.carousel-btn:active{transform:scale(0.95);}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:30px;}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#ddd;cursor:pointer;transition:all 0.3s ease;}.carousel-dot.active{background:#1e88e5;width:30px;border-radius:6px;}@media (max-width:768px){.product-card-carousel{flex:0 0 280px;}.product-image-wrapper{height:180px;}.product-content{padding:20px;}.product-content h5{font-size:1.1rem;}.product-content p{font-size:0.85rem;min-height:auto;}.dropdown-menu{min-width:100%;}}@media (max-width:480px){.product-card-carousel{flex:0 0 260px;}.carousel-btn{width:40px;height:40px;font-size:1rem;}}@media (max-width:768px){.hero h1{font-size:2.2rem;}.hero p{font-size:1.05rem;}.section{padding:60px 0;}.feature-card{margin-bottom:30px;}.navbar-nav .nav-link{margin:0;padding:10px 15px;}.logo-text{font-size:1.6rem;}}@media (max-width:576px){.hero{min-height:360px;padding-block:72px;}.hero h1{font-size:1.8rem;}.section-title h2{font-size:2rem;}.productos-grid{grid-template-columns:1fr;}.contact-form{padding:25px;}}@media (max-width:991px){.navbar{height:auto;padding:10px 0;}.navbar-brand img{height:120px;}.navbar-collapse{background:white;padding:15px;margin-top:10px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.1);}.navbar-nav .nav-link{padding:12px 15px;border-bottom:1px solid #f0f0f0;}.navbar-nav .nav-link:last-child{border-bottom:none;}}@media (max-width:768px){.header-top .row{text-align:center;}.header-top .col-md-6{margin-bottom:5px;}.header-top .text-end{text-align:center !important;}.contact-info{font-size:12px;}.navbar-brand img{height:80px;}.hero{text-align:center;min-height:auto;padding:60px 0;}.hero h1{font-size:1.8rem;margin-bottom:15px;}.hero p{font-size:1rem;margin-bottom:20px;}.hero .btn{display:block;width:100%;margin-bottom:10px;}.hero .btn.me-3{margin-right:0 !important;}.hero .col-lg-6:last-child{margin-top:30px;}.section{padding:50px 0;}.section-title{margin-bottom:40px;}.section-title h2{font-size:1.8rem;}.section-title p{font-size:1rem;}.feature-card{padding:30px 20px;margin-bottom:20px;}.feature-card .icon{width:60px;height:60px;font-size:1.5rem;}.stats{padding:50px 0;}.stat-item{font-size:2.5rem;padding:15px 10px;}.stat-number{font-size:2.5rem;}.stat-label{font-size:0.95rem;}.product-card-home{margin-bottom:15px;}.product-name-home{font-size:0.85rem;padding:12px 15px;}.footer{text-align:center;}.footer .col-md-3{margin-bottom:30px;}.footer h5{margin-bottom:15px;}.footer p{font-size:0.9rem;}.section.bg-light .col-lg-6:first-child{text-align:center;margin-bottom:30px;}.section.bg-light h2{font-size:1.8rem;}.btn-lg{padding:12px 25px;font-size:0.95rem;}.btn-primary-custom{padding:12px 25px;}}@media (max-width:480px){.navbar-brand img{height:60px;}.navbar{padding:8px 0;}.header-top{padding:8px 0;font-size:11px;}.contact-info i{margin-right:3px;}.contact-info .ms-3{margin-left:8px !important;}.hero{padding:40px 0;}.hero h1{font-size:1.5rem;}.hero p{font-size:0.9rem;}.section{padding:40px 0;}.section-title h2{font-size:1.5rem;}.stat-item{font-size:2rem;}.stat-number{font-size:2rem;}.stat-label{font-size:0.85rem;}.row.g-4 > [class*="col-"]{padding-left:8px;padding-right:8px;}.contact-form{padding:20px 15px;}.form-control{padding:12px;font-size:0.95rem;}.table-custom{font-size:0.85rem;}.table-custom th,.table-custom td{padding:10px 8px;}.footer{padding:40px 0 20px;}.footer .col-md-3{margin-bottom:25px;}.footer p{font-size:0.85rem;line-height:1.5;}.section .lead{font-size:1rem;}}.hero-home{min-height:85vh;position:relative;overflow:hidden;display:flex;align-items:stretch;}.hero-bg-picture{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;}.hero-bg-img{width:100%;height:100%;object-fit:cover;object-position:center;}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.58);display:flex;align-items:center;width:100%;z-index:1;}.hero-home .container{position:relative;z-index:2;padding-top:100px;padding-bottom:100px;}.hero-home h1{color:#fff;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;max-width:760px;line-height:1.2;margin-bottom:1.2rem;text-shadow:2px 2px 8px rgba(0,0,0,0.4);}.hero-subtitle{color:rgba(255,255,255,0.88);font-size:1.1rem;max-width:640px;margin-bottom:2rem;line-height:1.7;}.hero-tag{color:rgba(255,255,255,0.72);font-size:0.78rem;letter-spacing:3px;text-transform:uppercase;display:block;margin-bottom:1rem;}.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:2rem;}.hero-badges{display:flex;flex-wrap:wrap;gap:18px;}.hero-badge{color:rgba(255,255,255,0.85);font-size:0.88rem;display:flex;align-items:center;gap:6px;}.hero-badge i{color:#ffc107;}.trust-bar{background:#1a2332;padding:28px 0;border-bottom:3px solid var(--primary-color);}.trust-bar-item{text-align:center;color:#fff;padding:14px 20px;border-right:1px solid rgba(255,255,255,0.1);}.trust-bar-item:last-child{border-right:none;}.trust-bar-item i{font-size:1.6rem;color:var(--primary-color);display:block;margin-bottom:8px;}.trust-bar-item strong{display:block;font-size:0.92rem;font-weight:600;margin-bottom:3px;}.trust-bar-item small{color:rgba(255,255,255,0.55);font-size:0.78rem;}.nosotros-img-placeholder{border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,0.15);width:100%;min-height:340px;background:linear-gradient(135deg,#1a2332 0%,#1e88e5 100%);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.25);font-size:4rem;}.nosotros-img{border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,0.15);width:100%;height:100%;min-height:340px;object-fit:cover;}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:1.5rem;}.stat-grid-item{background:#f8f9fa;border-radius:10px;padding:20px 16px;text-align:center;}.stat-big{font-size:2.4rem;font-weight:800;color:var(--primary-color);line-height:1;display:block;}.stat-label-sm{color:#555;font-size:0.85rem;margin-top:6px;display:block;}.service-card{background:#fff;border-radius:10px;padding:30px 25px;box-shadow:0 5px 20px rgba(0,0,0,0.07);border-left:4px solid var(--primary-color);transition:all 0.3s ease;height:100%;}.service-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px rgba(0,0,0,0.12);}.service-card .svc-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--primary-color),#1565c0);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;margin-bottom:18px;}.service-card h3{font-size:1.05rem;font-weight:700;color:#2c3e50;margin-bottom:10px;}.service-card p{color:#555;font-size:0.9rem;line-height:1.6;margin-bottom:14px;}.service-card a{font-size:0.88rem;font-weight:600;color:#1565c0;text-decoration:none;}.service-card a:hover{text-decoration:underline;}.caso-card{background:#f8f9fa;border-radius:12px;padding:28px 24px;border:1px solid rgba(0,0,0,0.06);transition:box-shadow 0.3s ease;}.caso-card:hover{box-shadow:0 10px 30px rgba(0,0,0,0.1);}.caso-badge{display:inline-block;background:#1565c0;color:#fff;font-size:0.72rem;letter-spacing:1px;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:14px;font-weight:600;}.caso-card h3{font-weight:700;color:#2c3e50;margin-bottom:10px;font-size:1rem;}.caso-intro{color:#555;font-size:0.88rem;line-height:1.6;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.caso-solucion{font-size:0.88rem;line-height:1.6;color:#555;}.caso-solucion strong{color:var(--primary-color);}.product-img-home{position:relative;}.product-img-overlay{position:absolute;bottom:0;left:0;right:0;height:45%;background:linear-gradient(to top,rgba(0,0,0,0.28) 0%,transparent 100%);pointer-events:none;border-radius:0;}.sector-card-img{display:flex;align-items:flex-end;height:220px;border-radius:10px;overflow:hidden;position:relative;background-size:cover;background-position:center;background-color:#1a2332;transition:transform 0.3s ease;text-decoration:none;}.sector-card-img:hover{transform:translateY(-4px);text-decoration:none;}.sector-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.60);transition:background 0.3s ease;}.sector-card-img:hover .sector-overlay{background:rgba(0,0,0,0.40);}.sector-card-content{position:relative;z-index:1;padding:18px 20px;width:100%;}.sector-card-content h5{color:#fff;font-weight:700;margin-bottom:4px;font-size:1rem;}.sector-card-content p{color:rgba(255,255,255,0.78);font-size:0.82rem;margin:0;line-height:1.4;}.cobertura-info{background:#f8f9fa;border-radius:10px;padding:36px;height:100%;}.cobertura-info h2{font-size:1.8rem;color:#2c3e50;}.cobertura-stat{text-align:center;background:#fff;border-radius:8px;padding:14px 20px;box-shadow:0 2px 8px rgba(0,0,0,0.06);}.city-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;}.city-list a{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.06);text-decoration:none;color:#2c3e50;font-weight:500;font-size:0.9rem;transition:all 0.2s ease;border-left:3px solid transparent;}.city-list a:hover{box-shadow:0 4px 16px rgba(30,136,229,0.15);color:var(--primary-color);border-left-color:var(--primary-color);transform:translateX(4px);text-decoration:none;}.city-list a > i:first-child{color:var(--primary-color);font-size:1rem;min-width:16px;}.city-list a small{color:#7f8c8d;font-size:0.78rem;display:block;font-weight:400;}.city-list a strong{display:block;font-size:0.9rem;}.cta-final{background:linear-gradient(135deg,#1a2332 0%,#0d1821 100%);padding:90px 0;text-align:center;}.cta-final h2{color:#fff;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;margin-bottom:16px;}.cta-subtitle{color:rgba(255,255,255,0.62);font-size:1.05rem;max-width:560px;margin:0 auto 32px;line-height:1.7;}.cta-phone{margin-top:24px;color:rgba(255,255,255,0.45);font-size:0.9rem;}.cta-phone strong{color:rgba(255,255,255,0.75);}@media (max-width:991px){.trust-bar-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.08);padding:10px 14px;}.trust-bar-item:last-child{border-bottom:none;}.nosotros-img-placeholder{min-height:240px;font-size:3rem;}.cobertura-info{padding:24px;margin-bottom:0;}}@media (max-width:768px){.hero-home{min-height:75vh;}.hero-home .container{padding-top:70px;padding-bottom:70px;}.hero-home h1{font-size:1.9rem;max-width:100%;}.hero-subtitle{font-size:0.95rem;max-width:100%;}.hero-ctas{flex-direction:column;}.hero-ctas .btn{width:100%;text-align:center;}.sector-card-img{height:190px;}.cta-final{padding:60px 0;}.stat-grid{grid-template-columns:1fr 1fr;}}@media (max-width:576px){.hero-home{min-height:100svh;}.trust-bar{padding:16px 0;}.caso-intro{-webkit-line-clamp:3;}.cobertura-info h2{font-size:1.5rem;}}