@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{font-family:poppins;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-image:url("./assets/img/fondo de pantalla.svg");font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden;width:100vw}.app{width:100vw;min-height:100vh;display:flex;flex-direction:column;background-image:url("/assets/fondo%20de%20pantalla%20(1)-Dc3qNEdp.jpg");background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed;font-family:Poppins;overflow-x:hidden}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:7rem 2rem 2rem;width:100%;margin:0}.texto-inicio{display:grid;display:table-column;font-family:poppins}.texto-detalle{color:#000;font-size:15px}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr);padding:7rem 4rem 2rem}}@media (min-width: 320px) and (max-width: 768px){.products-grid{grid-template-columns:1fr;padding:8rem 1rem 1rem;gap:.5rem}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;height:auto;transition:all .3s ease;font-family:poppins}.navbar-logo{display:flex;justify-content:center;flex-grow:1}.logo-image{max-height:100px;width:auto}.navbar-menu{display:flex;gap:1rem}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #ddd;border-radius:5px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;min-width:200px;z-index:1001;padding:10px 0}.menu-button{position:relative;color:#30382f}.dropdown-item{padding:10px 20px;color:#333;text-decoration:none;font-family:Poppins,sans-serif;font-size:16px;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .3s}.dropdown-item:hover{background-color:#f5f5f5}.menu-button{background:none;border:none;cursor:pointer;padding:10px}.nav-button{background-color:#007bff;color:#fff;border:none;padding:8px 12px;border-radius:5px;cursor:pointer;font-size:1rem}.nav-button:hover{color:#646cff}@media (max-width: 768px){.navbar{padding:.75rem}.navbar-brand h1{font-size:1.2rem}.navbar-menu{gap:.5rem}.nav-button{padding:.4rem .8rem;font-size:.9rem}}@media (max-width: 768){.logo-image{max-height:40px}.dropdown-menu{left:50%;transform:translate(-50%);width:90%;max-width:250px}}.menu-button{padding:8px 12px;font-size:14px}.product-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .3s ease;width:100%}.product-card:hover{transform:translateY(-5px)}.product-image{width:100%;height:200px;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:1rem}.product-info h3{margin:0 0 .5rem;color:#333;font-size:1.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.price{font-size:1.25rem;color:#646cff;font-weight:700;margin:.5rem 0}.description{color:#666;font-size:.9rem;margin:.5rem 0}.add-to-cart{width:100%;padding:.8rem;background-color:#646cff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.add-to-cart:hover{background-color:#535bf2}@media (max-width: 768px){.product-card{margin:0}.product-image{height:180px}.product-info{padding:.75rem}.product-info h3,.price{font-size:1.1rem}.description{font-size:.85rem;margin:.4rem 0}.add-to-cart{padding:.7rem;font-size:.9rem}}.footer{background-color:#132541;padding:1rem;text-align:center;margin-top:auto;border-top:8px solid white;padding:20px}.footer-content{max-width:1280px;margin:0 auto}.footer a{color:#e87a64;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer a:hover{color:#ccc}.footer-logos{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 2rem;overflow:hidden}.footer-content{display:flex;align-items:center;justify-content:flex-start;gap:2rem;padding:1rem 2rem}.footer-logo{max-height:50px;width:auto;order:1}.img{width:15%;height:15%}.text-footer{order:2;color:#e87a64;font-size:.9rem;display:flex;flex-direction:column}.footer-logo:first-child,.footer-logo:last-child{margin:0}.mi-firma{display:flex;justify-content:flex-end;align-content:stretch;font-family:poppins}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:flex-start}.footer-logo{margin:.5rem 0}}.mi-firma{display:flex;justify-content:flex-end;align-content:stretch}.contact-container{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;font-family:Poppins}.contact-content{display:flex;flex-direction:column;align-items:center;max-width:1200px;width:100%;padding:2rem}.contact-form-container{width:100%;max-width:600px;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.contact-form-container h2{text-align:center;color:#333;margin-bottom:20px}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;color:#555;font-weight:700}.form-group input[type=text],.form-group input[type=email],.form-group textarea{width:calc(100% - 12px);padding:8px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-size:16px}.form-group textarea{resize:vertical}.error-message{color:#d32f2f;margin-top:5px;font-size:.9em;font-family:poppins}button[type=submit]{background-color:#007bff;color:#fff;padding:10px 15px;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s ease}button[type=submit]:hover{background-color:#0056b3}.contact-form-success{text-align:center;padding:20px;border:1px solid #4caf50;border-radius:8px;background-color:#e8f5e9;color:#4caf50;margin-top:20px}.contact-form-success p{margin:0;font-weight:700}.logo-img{max-width:1%;height:auto}@media (max-width: 768px){.contact-form-container{width:85%;margin:20px auto;position:relative;top:auto;left:auto;transform:none}}@media (max-width: 480px){.contact-form-container{width:95%;padding:15px}}.form-text{background-color:#fff;color:#000;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;width:100%}.form-text p{color:#000;font-size:1rem;line-height:1.6;margin:0}.contact-content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1200px;width:100%}.text-section,.form-section{flex:1}@media (max-width: 768px){.contact-content{flex-direction:column}}body{font-family:poppins;margin:30px 0 0;padding:20px;background-color:#f0f2f5;color:#333;min-height:100vh}.product-carousel-container{position:relative;width:100%;max-width:1200px;margin:60px auto 0;padding:0 40px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.product-cards-wrapper{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:20px;padding-top:10px;scrollbar-width:none;-ms-overflow-style:none;width:100%;justify-content:center}.product-cards-wrapper::-webkit-scrollbar{display:none}.product-card{display:flex;background-color:#fff;border-radius:12px;box-shadow:0 6px 20px #0000001a;width:350px;max-width:90vw;overflow:visible;flex-direction:column;flex:0 0 350px;scroll-snap-align:center;margin:0 10px;box-sizing:border-box}@media (min-width: 768px){.product-card{flex-direction:row;width:600px;flex:0 0 600px;max-width:90vw}}.product-image-container{flex:1;padding:20px;display:flex;justify-content:center;align-items:center;background-color:#e9ecef}.product-image-container img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 15px #0000001a}.product-details-container{flex:1;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.product-details-container h1{font-size:2.5em;font-family:poppins;margin-top:0;margin-bottom:10px;color:#2c3e50}.product-details-container .price{font-size:2.2em;color:#e74c3c;font-weight:700;margin-bottom:20px;font-family:poppins}.product-details-container .description{font-size:1.1em;line-height:1.7;color:#555;margin-bottom:25px}.options-group{margin-bottom:20px}.options-group label{display:block;font-weight:700;margin-bottom:10px;color:#34495e;font-size:1.1em}.size-options,.color-options{display:flex;flex-wrap:wrap;gap:10px}.size-option,.color-option{padding:12px 18px;border:2px solid #ddd;border-radius:6px;cursor:pointer;transition:all .2s ease-in-out;font-weight:700;background-color:#fdfdfd;text-align:center;min-width:40px}.size-option:hover,.color-option:hover{border-color:#95a5a6}.size-option.selected{background-color:#3498db;color:#fff;border-color:#3498db}.color-option{width:40px;height:40px;border-radius:50%;padding:0;display:flex;justify-content:center;align-items:center}.color-option.selected{box-shadow:0 0 0 3px #3498db;border-color:#3498db}.add-to-cart-button{width:100%;padding:18px 25px;background-color:#2ecc71;color:#fff;text-align:center;border:none;border-radius:8px;font-size:1.3em;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 10px #2ecc714d}.add-to-cart-button:hover{background-color:#27ae60;transform:translateY(-2px)}.stock-message{text-align:center;margin-top:15px;font-size:.95em;color:#777}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#0009;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5em;font-weight:700;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10;transition:background-color .3s ease}.carousel-arrow:hover{background-color:#000c}.left-arrow{left:0}.right-arrow{right:0}
