body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,.App,body,html{height:100%;margin:0;padding:0}.contenido-principal{flex:1 1}@media screen and (orientation:portrait){.contenido-principal{padding-bottom:4rem}}.App{flex-direction:column;justify-content:flex-start;min-height:100vh;padding-bottom:0}.App,.video-container{align-items:center;display:flex;width:100%}.video-container{border-radius:16px;justify-content:center;overflow:hidden}@media screen and (orientation:landscape) and (max-width:1024px){.video-container{align-items:center;justify-content:flex-start;margin:0;padding:0}video{border-radius:16px;height:100vh;max-width:100vw;object-fit:contain;width:auto}}@media screen and (min-width:1024px),screen and (orientation:portrait){.video-container{justify-content:center}video{border-radius:16px;height:auto;max-height:auto;object-fit:contain;width:100%}}@media screen and (orientation:portrait) and (min-width:781px) and (max-width:1024px){.video-container{justify-content:center}video{border-radius:70px;height:100%;max-height:100%;object-fit:contain;width:auto}}.botones-container{align-items:center;background-color:initial;border-radius:6px;box-sizing:border-box;display:flex;height:10%;justify-content:space-evenly;margin:0;overflow:auto;padding:0;width:100%}.botones-container button{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;transition:transform .3s ease,filter .4s ease}.botones-container button:hover{filter:drop-shadow(0 0 10px rgba(255,255,255,.8));transform:scale(1.3)}.botones-container img{height:12vw;object-fit:contain;transition:transform .3s ease;width:12vw}.menu button{align-items:center;display:flex;justify-content:center;transition:transform .3s ease,filter .4s ease}.botones-container .reproductor img{gap:3px}.botones-container .apps img{filter:none}@media screen and (min-width:768px) and (max-width:1024px){.botones-container img{height:6vw;width:6vw}}@media screen and (orientation:portrait){.reproductor{gap:1vh;margin-left:2vh}.apps,.reproductor{display:flex;flex-direction:row}.apps{gap:3vh;justify-content:flex-end;margin-right:2vh;width:100%}.apps-colapsadas img{height:6vh!important;width:5vh!important}.botones-container{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#ead74f4d;bottom:0;left:0;position:fixed;width:100%;z-index:999}}button:focus,button:focus-visible{box-shadow:none;outline:none}button{-webkit-tap-highlight-color:transparent}@media screen and (orientation:landscape) and (min-width:1025px){.botones-container{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:initial;background-color:#ead74f4d;flex-direction:column;gap:10px;height:100%;justify-content:flex-end;position:fixed;right:0;top:50%;transform:translateY(-50%);width:auto}.botones-container img{height:9vh;width:6vh}.botones-container .reproductor{gap:6vh}.botones-container .apps{gap:0;width:7vh}}@media screen and (orientation:landscape) and (max-width:1024px){.botones-container{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:initial;background-color:#ead74f4d;bottom:0;display:flex;flex-direction:column;gap:8vh;height:100%;justify-content:flex-start;justify-content:flex-end;overflow-y:auto;padding:2vh!important;position:fixed;right:0;top:0;width:auto}.botones-container img{flex-shrink:0;height:12vh;padding:2vh!important;width:11vh}.botones-container .apps,.botones-container .reproductor{align-items:center;display:flex;flex-direction:column;gap:5vh}}.fade-icon{animation:fadeOut .7s ease-out forwards;color:#fff;font-size:2.5rem;left:50%;opacity:1;pointer-events:none;position:absolute;top:35%;transform:translate(-50%,-50%);z-index:99}.overlay{animation:fadeout 1s ease-in-out forwards;background:#0000;border-radius:10px;color:#fff;font-size:4vh;font-weight:700;opacity:0;padding:10px 20px;z-index:5}@keyframes fadeout{0%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}.modal-pdf{animation:fadeIn .2s ease-out;background-color:#fff;border-radius:12px;box-shadow:0 12px 28px #00000040;left:50%;padding:24px 32px;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:9999}.modal-pdf h3{color:#333;font-size:18px;margin-bottom:20px}.modal-pdf button{border:none;border-radius:8px;cursor:pointer;font-size:14px;margin:6px;padding:10px 16px;transition:all .2s ease}.btn-descargar{background-color:#007bff;color:#fff}.btn-abrir{background-color:#28a745;color:#fff}.btn-cerrar{background-color:#6c757d;color:#fff}.modal-pdf button:hover{opacity:.9}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}.modal-overlay{background:#000c;display:flex;height:100%;left:0;position:absolute;top:1rem;width:100%;z-index:999}.modal-content,.modal-overlay{align-items:center;justify-content:center}.modal-content{background:#fff;border-radius:16px;height:auto;max-height:auto;max-width:80%;overflow:hidden;padding:0;position:relative;width:80%}.cerrar-modal{background:none;border:none;color:#fff;cursor:pointer;font-size:2.5em;position:absolute;right:.6em;top:0}.apps-colapsadas.horizontal{bottom:1rem;flex-direction:row;gap:.2vh!important;left:auto;pointer-events:auto;right:14vh}.apps-colapsadas.horizontal,.apps-colapsadas.vertical{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#ffffff4d;border-radius:8px;display:flex;overflow:visible;padding:.5rem;position:fixed;white-space:nowrap;z-index:9999}.apps-colapsadas.vertical{align-items:flex-end;bottom:12vh;flex-direction:column;gap:.5rem;margin-top:.5rem;right:1rem}.menu{align-items:center;display:flex;justify-content:center;position:static}.menu button{background:none;border:none;cursor:pointer}.apps-colapsadas button{background:#0000;border:none;position:relative;z-index:1}.apps-colapsadas img{background:#0000;height:5vh;object-fit:contain;width:5vh}@media screen and (orientation:landscape) and (max-width:1024px){.apps-colapsadas.horizontal{align-items:center;bottom:2vh;flex-direction:row;justify-content:center;left:auto;max-height:30vh;overflow-y:auto;padding:1vh;position:fixed;right:23vh}.botones-container{max-height:100vh;min-height:100vh;position:fixed}.apps-colapsadas img{height:12vh;width:11vh}}@media screen and (orientation:landscape) and (min-width:1025px){.botones-container{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffff1a;border-radius:12px;display:flex;flex-direction:column;padding:.8rem;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:1000}}.menu button.expandido{filter:drop-shadow(0 0 10px rgba(255,255,255,.8));transform:scale(1.3);transition:transform .3s ease,filter .3s ease}.menu button.contraido{filter:none;transform:scale(1);transition:transform .3s ease,filter .3s ease}.boton-aceptar-superpuesto{background-color:#2196f3;border:none;border-radius:8px;bottom:.2rem;box-shadow:0 4px 12px #0003;color:#fff;cursor:pointer;font-size:1rem;left:50%;padding:.6rem 1.4rem;position:absolute;transform:translateX(-50%);z-index:10}.contenedor-botones-anuncio{bottom:3rem;display:flex;gap:1rem;justify-content:center;left:50%;position:relative;transform:translateX(-50%)}.boton-aceptar-anuncio{background-color:#2196f3;border:none;border-radius:8px;box-shadow:0 4px 12px #0003;color:#fff;cursor:pointer;font-size:1rem;padding:.6rem 1.4rem;z-index:10}.modal-content{display:flex;flex-direction:column}.boton-aceptar-modal{margin-top:auto}.modal-backdrop{align-items:center;background:#0006;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.modal-contenido{background:#fff;border-radius:16px;box-shadow:0 12px 30px #0000004d;max-width:100%;padding:24px;text-align:center;width:350px}.modal-info-negocio h2{font-size:1.6rem;margin-bottom:4px}.modal-info-negocio p{color:#555;margin-bottom:20px}.modal-info-dev .dev-label{color:#888;font-size:1.1rem;margin-bottom:4px}.modal-info-dev h3{font-weight:700;margin-bottom:24px}.modal-botones button{background:#f0f0f0;border:none;border-radius:8px;cursor:pointer;font-size:1.2rem;margin:0 8px;padding:10px 16px;transition:background .3s ease}.modal-botones button:hover{background:#ddd}.anuncio-container{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#fef8f8;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:flex-start;margin:0;overflow:auto;padding:0;width:100%}@media screen and (orientation:landscape){.anuncio-container{align-items:center;flex-direction:row;justify-content:flex-start}}@media screen and (orientation:landscape) and (max-width:767px){.anuncio-container{height:100vh;justify-content:flex-start;overflow:hidden;width:100vw}}.overlay{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:3}.overlay-img{animation:fadeOut .7s ease-out forwards;height:70px;opacity:.85;width:70px}@keyframes fadeOut{0%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(1)}}@media screen and (orientation:landscape) and (max-width:1024px){.overlay-img{animation:fadeOut .7s ease-out forwards;height:11vh;opacity:.85;width:10vh}}@media screen and (max-width:1024px){.overlay-img{animation:fadeOut .7s ease-out forwards;height:9vh;opacity:.85;width:9vh}}.visor-contenedor{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:1rem}.visor-imagen{aspect-ratio:1/1;border-radius:12px;box-shadow:0 4px 12px #0003;max-width:400px;overflow:hidden;width:100%}.visor-imagen img{height:100%;object-fit:cover;object-position:center;width:100%}.visor-controles{align-items:center;display:flex;flex-direction:column;gap:.75rem;text-align:center}.descripcion p{margin:.2rem 0}.botones-navegacion{display:flex;gap:1rem}.botones-navegacion button{background-color:#eee;border:none;border-radius:8px;cursor:pointer;font-weight:700;padding:.5rem 1rem}.botones-navegacion button img{height:2rem;object-fit:contain;width:2rem}.boton-whatsapp{background-color:#25d366;border-radius:8px;box-shadow:0 2px 6px #0003;color:#fff;font-weight:700;padding:.6rem 1.2rem;text-decoration:none;transition:background-color .3s ease}.boton-whatsapp:hover{background-color:#1ebe5b}@media screen and (orientation:landscape) and (min-width:1025px){.visor-contenedor{align-items:center;flex-direction:row;justify-content:center}.visor-imagen{max-width:50%}.visor-controles{align-items:flex-start;max-width:50%;padding-left:5rem;text-align:left}.descripcion{box-sizing:border-box;height:10rem;overflow-x:hidden;overflow-y:auto;padding:.5rem;width:30rem}}@media screen and (orientation:landscape) and (max-width:1024px){.visor-contenedor{align-items:center;flex-direction:row;justify-content:center}.visor-imagen{max-height:92vh;max-width:50%}.visor-controles{align-items:flex-start;max-width:50%;padding-left:1rem;text-align:left}.descripcion{box-sizing:border-box;height:10rem;overflow-x:hidden;overflow-y:auto;padding:.5rem;width:17rem}}@media screen and (orientation:portrait){.visor-imagen{aspect-ratio:auto;height:auto;max-height:95vh;max-width:none;width:95vw}.descripcion{box-sizing:border-box;height:8.1rem;overflow-x:hidden;overflow-y:auto;padding:.2rem}}.contenedor-video{align-items:center;display:flex;justify-content:center;overflow-y:auto;width:100%}.video{display:block;object-fit:contain;width:100%}.horizontal .video,.vertical .video,.video{height:auto}.seccion{font-family:Arial,sans-serif;padding:20px}.header{margin-bottom:30px;text-align:center}.productos{gap:20px}.producto,.productos{display:flex;flex-direction:column}.producto{background-color:#fdfdfd;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 6px #0000001a;padding:15px}.imagen img{border-radius:5px;height:auto;width:100%}.caracteristicas{margin-top:10px}.caracteristicas h2{font-size:1.2rem;margin:0}.caracteristicas p{color:#555;margin:5px 0 0}.boton{margin-top:15px}.boton a{background-color:#25d366;border-radius:5px;color:#fff;display:inline-block;font-weight:700;padding:10px 20px;text-decoration:none}.boton a:hover{background-color:#1ebe57}.logo-header{border-radius:1rem;display:block;height:12rem;margin:0 auto;max-width:90%;object-fit:contain;width:auto}.titulo-convencional{color:#333;font-size:2rem;margin-top:1rem;text-align:center}@media screen and (orientation:landscape) and (min-width:1025px){.productos{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);padding:1rem}.producto{align-items:center;background-color:#fff;border-radius:.5rem;display:flex;flex-direction:row;gap:2rem;padding:1.5rem}.imagen{flex:1 1;max-width:25rem}.imagen img{border-radius:.5rem;height:auto;width:100%}.caracteristicas{flex:2 1;font-size:1.1rem;margin-top:0}.boton{margin-top:1rem}}@media screen and (orientation:landscape) and (max-width:1024px){.producto{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;padding:1rem}.imagen{flex:1 1 45%;max-width:20rem}.imagen img{border-radius:.5rem;height:auto;width:100%}.caracteristicas{flex:1 1 45%;font-size:1rem;margin-top:0}.boton{margin-top:1rem;width:100%}.logo-header{border-radius:1rem;height:9rem;margin:0 auto;width:auto}}@media screen and (orientation:portrait){.producto{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:1rem}.imagen{max-width:18rem;width:90%}.imagen img{border-radius:.5rem;height:auto;width:100%}.caracteristicas{font-size:1rem;padding:0 1rem;text-align:center}.boton{margin-top:1rem}.logo-header{border-radius:1rem;height:9rem;margin:0 auto;width:auto}}@media screen and (orientation:portrait) and (min-width:600px){.productos{padding:1rem}.producto{align-items:flex-start;display:flex;flex-direction:row;gap:2rem;padding:1.5rem}.imagen{flex:1 1;max-width:25rem}.imagen img{border-radius:.5rem;height:auto;width:100%}.boton,.caracteristicas{flex:2 1;font-size:1.1rem;margin-top:1rem}}.fondo-repetido{background-image:url(/static/media/fondo.414b9a92f3d564029701.png);background-position:0 0;background-repeat:repeat;background-size:200px 200px}
/*# sourceMappingURL=main.352fbc98.css.map*/