 
      .navbar-brand { font-size: 1.8rem; color:#d35400;} 
        body { background: #f8f9fa; }
        .navbar { background: #d1d1d1; box-shadow: 0 2px 8px rgba(0,0,0,0.04);}
        
        .hero {
            padding: 0;
            margin: 0;
            background: none;
            min-height: unset;
            height: auto;
            width: 100%;
            display: block;
            position: relative;
        }
        .hero img {
            width: 100%;
            height: auto;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
        .hero-overlay {
            display: none;
        }

        .section-title { 
            color: #d35400;
            margin-bottom: 32px; 
            font-size: 2.3rem;
            font-weight: 700;
            letter-spacing: 1px;
            position: relative;
            display: inline-block;
            padding-bottom: 10px;
        }
        .section-title::after {
            content: '';
            display: block;
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, #d35400 60%, #f39c12 100%);
            border-radius: 2px;
            margin: 12px auto 0 auto;
        }
        .card-menu {
            border: none;
            border-radius: 16px;
            box-shadow: 0 6px 24px rgba(211,84,0,0.07);
            transition: transform 0.25s, box-shadow 0.25s;
            overflow: hidden;
        }
        .card-menu:hover {
            transform: translateY(-8px) scale(1.03);
            box-shadow: 0 12px 32px rgba(211,84,0,0.13);
        }
        .card-menu img { 
            height: 220px; 
            max-width: 220px;
            object-fit: cover;
            display: block;
            margin-left: auto;
            margin-right: auto;
            transition: transform 0.4s;
        }
        .card-menu:hover img {
            transform: scale(1.07);
        }
        .card-menu .card-img-top {
            background-color: #f8f9fa;
            text-align: center;
            padding: 10px 0;
        }
        .gallery-img { 
            width: 100%; 
            height: 220px; 
            object-fit: cover; 
            border-radius: 14px; 
            box-shadow: 0 4px 16px rgba(211,84,0,0.09);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .gallery-img:hover {
            transform: scale(1.04);
            box-shadow: 0 10px 32px rgba(211,84,0,0.18);
        }
        .review-card { 
            background: #fff; 
            border-radius: 14px; 
            box-shadow: 0 4px 18px rgba(44,62,80,0.07); 
            padding: 28px; 
            margin-bottom: 28px;
            border-left: 5px solid #d35400;
            position: relative;
        }
        .review-card .bi-chat-quote {
            color: #d35400;
            font-size: 1.3rem;
            margin-right: 0.5rem;
        }
        .faq-item { 
            margin-bottom: 2rem; 
            background: #fff;
            padding: 22px 28px;
            border-radius: 12px;
            box-shadow: 0 4px 16px rgba(44,62,80,0.06);
        }
        .faq-item h5 {
            color: #d35400;
            font-weight: 600;
        }
        .social-icons a { 
            font-size: 1.7rem; 
            margin-right: 18px; 
            color: #d35400;
            transition: color 0.3s, transform 0.3s;
        }
        .social-icons a:hover {
            color: #f39c12;
            transform: translateY(-3px) scale(1.12);
        }
        .map-responsive { 
            overflow:hidden; 
            padding-bottom:50%; 
            position:relative; 
            height:0; 
            border-radius: 14px;
            box-shadow: 0 4px 18px rgba(44,62,80,0.08);
            margin-bottom: 1.5rem;
        }
        .map-responsive iframe { 
            left:0; 
            top:0; 
            height:100%; 
            width:100%; 
            position:absolute; 
            border-radius: 14px;
        }
        .table {
            box-shadow: 0 4px 16px rgba(44,62,80,0.07);
            border-radius: 10px;
            overflow: hidden;
        }
        .table th {
            background-color: #d35400;
            color: #fff;
            border: none;
            font-weight: 600;
            padding: 1rem;
        }
        .table td {
            padding: 1rem;
            vertical-align: middle;
        }
        .form-label {
            font-weight: 500;
            margin-bottom: 0.3rem;
        }
        .form-control, .form-select {
            border-radius: 8px;
            padding: 0.8rem 1rem;
            border: 1px solid #ced4da;
        }
        .form-control:focus, .form-select:focus {
            border-color: #d35400;
            box-shadow: 0 0 0 0.2rem rgba(211,84,0,0.13);
        }
        .btn-primary, .btn-warning {
            border-radius: 8px;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        .btn-primary {
            background-color: #d35400 !important;
            border-color: #d35400 !important;
        }
        .btn-primary:hover {
            background-color: #f39c12 !important;
            border-color: #f39c12 !important;
        }
        .btn-warning {
            background-color: #f39c12 !important;
            border-color: #f39c12 !important;
            color: #fff !important;
        }
        .btn-warning:hover {
            background-color: #d35400 !important;
            border-color: #d35400 !important;
        }
        .tienda-banner {
          position: fixed;
          bottom: 20px;
          left: 50%;
          transform: translateX(-50%);
          width: 90%;
          max-width: 500px;
          z-index: 1000;
          background: linear-gradient(to right, #d35400, #f39c12);
          color: white;
          border-radius: 12px;
          box-shadow: 0 4px 20px rgba(0,0,0,0.15);
          animation: fadeInUp 0.5s ease forwards;
        }
        
        .tienda-banner-contenido {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 12px 15px;
        }
        
        .tienda-banner-texto {
          display: flex;
          align-items: center;
          gap: 10px;
          font-weight: 600;
        }
        
        .tienda-banner-texto i {
          font-size: 1.4rem;
        }
        
        .tienda-banner-boton {
          background-color: white;
          color: #d35400;
          font-weight: 700;
          padding: 8px 16px;
          border-radius: 8px;
          text-decoration: none;
          display: flex;
          align-items: center;
          gap: 6px;
          transition: transform 0.2s ease, background-color 0.2s;
          white-space: nowrap;
        }
        
        .tienda-banner-boton:hover {
          transform: scale(1.05);
          background-color: #f9f9f9;
          color: #f39c12;
        }
        
        .tienda-banner-cerrar {
          background: transparent;
          border: none;
          color: white;
          font-size: 24px;
          cursor: pointer;
          line-height: 1;
          padding: 0 8px;
        }
        
        @keyframes fadeInUp {
          from {
            opacity: 0;
            transform: translate(-50%, 20px);
          }
          to {
            opacity: 1;
            transform: translate(-50%, 0);
          }
        }
        
        @media (max-width: 767px) {
          .tienda-banner-contenido {
            flex-wrap: wrap;
          }
          
          .tienda-banner-texto {
            margin-bottom: 10px;
            width: 100%;
            justify-content: center;
          }
          
          .tienda-banner-boton {
            margin: 0 auto;
          }
        }
        .tienda-info-card {
          background-color: white;
          border-radius: 16px;
          padding: 30px;
          box-shadow: 0 10px 30px rgba(211,84,0,0.1);
        }
        
        .tienda-benefits {
          list-style: none;
          padding-left: 0;
          margin-top: 20px;
        }
        
        .tienda-benefits li {
          margin-bottom: 16px;
          font-size: 1.1rem;
          display: flex;
          align-items: center;
          gap: 12px;
        }
        
        .tienda-benefits li i {
          color: #d35400;
          font-size: 1.4rem;
        }
        
        .btn-tienda-cta {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          background: linear-gradient(to right, #d35400, #f39c12);
          color: white;
          font-weight: 700;
          padding: 14px 28px;
          border-radius: 10px;
          text-decoration: none;
          font-size: 1.1rem;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          box-shadow: 0 6px 15px rgba(211,84,0,0.2);
        }
        
        .btn-tienda-cta:hover {
          transform: translateY(-5px);
          box-shadow: 0 10px 20px rgba(211,84,0,0.3);
          color: white;
        }
        
        .btn-tienda-cta i {
          font-size: 1.3rem;
        }
        
        .tienda-device-mockup {
          position: relative;
          display: inline-block;
        }
        
        .tienda-device-mockup img {
          border-radius: 16px;
          box-shadow: 0 15px 35px rgba(0,0,0,0.15);
          max-width: 90%;
        }
        
        .tienda-badge {
          position: absolute;
          top: 15px;
          right: 15px;
          background-color: #d35400;
          color: white;
          font-weight: bold;
          padding: 8px 16px;
          border-radius: 20px;
          transform: rotate(15deg);
          box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        }
        .btn-menu-comprar {
          background-color: #d35400;
          color: white;
          font-weight: 600;
          border-radius: 8px;
          padding: 8px 16px;
          transition: transform 0.2s, background-color 0.2s;
          width: 80%;
          margin: 0 auto;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 8px;
        }
        
        .btn-menu-comprar:hover {
          transform: scale(1.05);
          background-color: #f39c12;
          color: white;
        }
        
        .card-menu .card-body {
          padding-bottom: 20px;
        }
        .boton-flotante {
          position: fixed;
          bottom: 30px;
          right: 30px;
          z-index: 999;
        }
        
        .boton-flotante a {
          display: flex;
          align-items: center;
          gap: 8px;
          background: #d35400;
          color: white;
          padding: 12px 18px;
          border-radius: 50px;
          text-decoration: none;
          font-weight: 700;
          box-shadow: 0 4px 15px rgba(0,0,0,0.15);
          transition: all 0.3s ease;
        }
        
        .boton-flotante a:hover {
          background: #f39c12;
          transform: translateY(-5px);
          box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        }
        
        .boton-flotante i {
          font-size: 1.3rem;
        }
        
        @media (max-width: 767px) {
          .boton-flotante {
            bottom: 20px;
            right: 20px;
          }
          
          .boton-flotante a {
            padding: 10px 15px;
          }
          
          .boton-flotante span {
            display: none;
          }
          
          .boton-flotante i {
            font-size: 1.5rem;
          }
        }
    