@import url(https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Poppins:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,500;0,700;0,900;1,300;1,900&display=swap);*{margin:0;padding:0;box-sizing:border-box}:root{--dark-mode-bg:#2c0032;--primary-green:#86c252;--primary-lightblue:#08aeea;--primary-mix:linear-gradient(0deg,var(--primary-lightblue) 0%,var(--primary-green));--dark-mode-text:#ecedf2;--font:"Poppins",sans-serif;--scrollBg:#2c0032;--scrollThumb:#86c252;--scrollThumbHover:#5a9e1f}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--dark-mode-bg);overflow-x:hidden}body::-webkit-scrollbar{width:12px}body::-webkit-scrollbar-track{background:var(--scrollBg)}body::-webkit-scrollbar-thumb{background-color:var(--scrollThumb);border-radius:20px;border:1px solid var(--dark-mode-bg)}body::-webkit-scrollbar-thumb:hover{background:var(--scrollThumbHover)}header{display:flex;flex-direction:row;width:100%;justify-content:space-between;padding-top:10px;background-color:var(--dark-mode-bg)}.logo{display:flex;width:45%;height:100px;justify-content:center}.logo img{cursor:pointer}.nav{display:flex;flex-direction:row;height:100px;width:50%;align-items:center;justify-content:space-around;margin-right:5px}.nav a{text-decoration:none;text-align:center;color:var(--primary-green);font-size:20px;font-weight:400;font-family:"Poppins",sans-serif}.first-presentation-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;animation:slide-in-opacity .8s cubic-bezier(.25,.46,.45,.94) both}.presentation-title{color:#ecedf2;padding:0 5%;text-align:center;font-family:"Poppins",sans-serif;margin-bottom:10%;margin-top:5%;width:100%}.presentation-title span{color:var(--primary-green)}.how-works-container h4,.plans-section h4,.presentation-h4,.section-h4,.third-section h4{font-size:30px;margin-top:10%}.how-works-container h4,.plans-section h4,.presentation-h4,.presentation-p,.section-h4,.third-section h4{color:#ecedf2;font-family:"Poppins",sans-serif;padding:0 5%;text-align:center;text-shadow:1px 1px 3px #27272a}.presentation-p{font-size:20px;margin-bottom:10%}.presentation-img{margin:0 auto;width:250px;height:375px}.arrow{fill:#ecedf2;animation:float 1.5s ease-in-out infinite alternate;background-color:rgba(134,194,82,.6470588235294118);border-radius:50%;width:50px;height:50px}.home-container{width:100%;display:flex;flex-direction:column;align-items:center}.second-presentation-container{animation:slide-in-opacity 1s cubic-bezier(.25,.46,.45,.94) both}.how-works-container,.second-presentation-container,.second-section{display:flex;flex-direction:column;justify-content:center;align-items:center}.how-works-container,.second-section{width:100%}.fade-titles{margin-bottom:10%}.fade-h5{color:#ecedf2;font-size:20px;font-family:"Poppins",sans-serif;padding:0 5%;margin-top:10%;text-align:center;transition:1s;text-shadow:1px 1px 3px #27272a}.how-works-container{background-color:#86c252}.second-section img{width:250px;margin-bottom:5%}.how-works-container svg{width:100vw}.background-title{display:flex;flex-direction:column;justify-content:center;align-items:center}.background-title h4{margin-top:0}.explain-container{min-height:150px;display:flex;flex-direction:column;justify-content:space-around;margin-top:5%}.know-more-button{width:150px;height:45px;border-radius:25px;border:none;background-color:var(--dark-mode-bg);color:var(--dark-mode-text);font-family:"Poppins",sans-serif;font-weight:500;font-size:17px;cursor:pointer;margin-bottom:4%}.know-more-button:hover{background-color:#5a0465}.explain-container p:last-of-type{background-color:var(--dark-mode-bg);width:90%;align-self:center;border-radius:10px;padding:15px}.third-section{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.third-section img{width:250px;margin-bottom:3%;margin-top:3%}.view-demo{width:150px;height:45px;border-radius:25px;border:none;background-color:var(--primary-green);color:var(--dark-mode-text);font-family:"Poppins",sans-serif;font-weight:500;font-size:17px;cursor:pointer;margin-bottom:4%;text-shadow:1px 1px 3px #27272a}.view-demo:hover{background-color:#76ca2c}.plans-section{display:flex;flex-direction:column;align-items:center}.plans-section h4{margin-top:12%;margin-bottom:10%}.plans-section svg{margin-top:8%}.plan-container{width:100%}.plan-container,.plan-detail{display:flex;flex-direction:column;align-items:center}.plan-detail{margin-bottom:10%}.plan-detail h5{color:#ecedf2;font-size:25px;font-family:"Poppins",sans-serif;margin-top:10%;margin-bottom:5%;text-align:center;text-shadow:1px 1px 3px #27272a;border-radius:50%;border-bottom:5px solid var(--dark-mode-bg);border:5px solid var(--dark-mode-bg);border-bottom-color:var(--primary-lightblue);padding:25px}.plan-detail span{color:var(--primary-green)}.plan-detail ul{display:flex;flex-direction:column;align-items:center;margin-top:5%;width:100vw;height:auto}.plan-detail li{color:var(--primary-green);font-size:20px;width:70%;height:auto;margin-bottom:5%}.plan-detail p{color:#ecedf2;text-align:left;text-shadow:1px 1px 3px #27272a;margin-left:10%}.items-span,.plan-detail p{font-size:20px;font-family:"Poppins",sans-serif}.plan-detail strong{margin-top:5%;margin-bottom:5%;font-size:25px;font-family:"Poppins",sans-serif;color:var(--primary-green);padding-bottom:10px;border-bottom:3px solid var(--primary-lightblue)}#close,#create-account-btn,#login-btn,.choose-plan,.config-button,.create-category-btn,.create-product-btn,.download-qr,.edit-account-info-btn,.edit-account-theme-btn,.guardar-empresa,.login-google-btn{width:150px;min-height:45px;height:45px!important;border-radius:25px;border:none;background-color:var(--primary-green);color:var(--dark-mode-text);font-family:"Poppins",sans-serif;font-weight:500;font-size:17px;cursor:pointer;margin-bottom:4%;text-shadow:1px 1px 2px #27272a}#close:hover,#create-account-btn:hover,#login-btn:hover,.choose-plan:hover,.config-button:hover,.create-category-btn:hover,.create-product-btn:hover,.download-qr:hover,.edit-account-info-btn:hover,.edit-account-theme-btn:hover,.guardar-empresa:hover,.login-google-btn:hover{background-color:#76ca2c}.go-up{color:var(--dark-mode-text);font-family:"Poppins",sans-serif}.inputs-container{justify-content:space-around;height:300px;margin-top:5%;margin-bottom:5%}.inputs-container,.inputs-container div{display:flex;flex-direction:column;align-items:center;width:100%}#create-category,#create-product-description,#create-product-name,#create-product-price,#select-category,.inputs-container input{width:70%;height:35px;background-color:var(--dark-mode-text);border:none;color:var(--dark-mode-bg);font-family:var(--font);font-weight:700;font-size:17px;text-align:center;border-radius:25px}.inputs-container label,.inputs-empresa-container label{color:var(--primary-green);font-family:var(--font);font-weight:500;text-align:center;width:70%}#login-btn{margin-top:5%}.login-container,.register-container{display:flex;flex-direction:column;align-items:center}.login-container .section-h4,.register-container .section-h4{margin-top:0}.login-container .presentation-p{margin-bottom:7%}.login-google-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:12%}.login-google-btn img{width:25px}.register-form{height:350px}.modal-container{display:none;flex-direction:column;align-items:center;justify-content:center;position:fixed;background-color:rgba(0,0,0,.5);height:100%;width:100%;top:0;left:0;pointer-events:auto;z-index:999}.modal-open{display:flex}.modal-message{display:flex;flex-direction:column;background-color:var(--dark-mode-bg);width:400px;align-items:center;border-radius:10px;min-height:300px;height:auto;max-height:650px;justify-content:space-between;overflow:auto}.modal-message .presentation-p{border-bottom:1px solid var(--primary-green)}.products-modal{font-family:var(--font);color:var(--dark-mode-text);align-self:flex-start;padding:5px 5px 5px 20px;width:90%;margin:0 auto 20px;display:flex;flex-direction:row;justify-content:space-between;text-align:center}.products-modal:hover{background-color:rgba(236,237,242,.1568627450980392);border-radius:10px;cursor:pointer}.buttons-abm{display:flex;flex-direction:row;justify-content:space-between;min-width:130px}.edit-product{font-family:var(--font);cursor:pointer;background:none;color:var(--primary-lightblue);border:none;font-weight:700}#delete-product{color:#b02010}.account-section{display:flex;flex-direction:column;align-items:center;width:100vw;margin:0 auto}.account-section .section-h4{padding:0;height:auto;font-size:25px}.underline-title{border-bottom:1px solid var(--primary-green)}.account-categories-container{display:flex;flex-direction:column;align-items:center;justify-content:space-around;min-height:650px;width:80%}.aside-categories,.aside-create-categories,.delete-categories-section,.edit-account-info,.edit-account-theme{background-color:rgba(236,237,242,.1568627450980392);width:100%;min-height:300px;border-radius:10px;padding:20px}.account-categories span{margin-bottom:3%;font-family:var(--font);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}.aside-categories,.aside-create-categories span{color:var(--dark-mode-text)}.account-categories{display:flex;flex-direction:column;height:200px;overflow-y:scroll}#create-product-description::-webkit-scrollbar,#products-list-container::-webkit-scrollbar,.account-categories::-webkit-scrollbar,.modal-message-edit::-webkit-scrollbar,.modal-message::-webkit-scrollbar{width:12px}#create-product-description::-webkit-scrollbar-track,.account-categories::-webkit-scrollbar-track,.modal-message-edit::-webkit-scrollbar-track,.modal-message::-webkit-scrollbar-track{background:var(--dark-mode-bg);border-radius:20px}#products-list-container::-webkit-scrollbar-track{background-color:#5a0465;border-radius:20px}#create-product-description::-webkit-scrollbar-thumb,#products-list-container::-webkit-scrollbar-thumb,.account-categories::-webkit-scrollbar-thumb,.modal-message-edit::-webkit-scrollbar-thumb,.modal-message::-webkit-scrollbar-thumb{background-color:var(--primary-green);border-radius:20px;border:1px solid var(--dark-mode-bg)}#create-product-description::-webkit-scrollbar-thumb:hover,.account-categories::-webkit-scrollbar-thumb:hover,.description-modal::-webkit-scrollbar-thumb:hover,.modal-message-edit::-webkit-scrollbar-thumb:hover,.modal-message::-webkit-scrollbar-thumb:hover{background:#5a9e1f}.create-category-form{display:flex;flex-direction:column;align-items:center;margin-top:15%;justify-content:space-around;height:150px;width:100%}.create-product-container{display:flex;flex-direction:column;background-color:rgba(236,237,242,.1568627450980392);border-radius:10px;min-height:300px;height:auto;margin-top:20px;margin-bottom:50px;width:80%;padding:20px}.create-product-form{display:flex;flex-direction:column;align-items:center;width:100%;height:600px;justify-content:space-around}.create-product-form :not(.create-product-btn,svg,.select-image-label,.selected-image-p,.edit-image,#close,.cancel-button,.buttons-container-edit){width:97%!important}#create-product-description{height:120px;resize:none;padding:8px;border-top-right-radius:7px;border-bottom-right-radius:7px}#create-product-image,#edit-product-image{position:absolute;opacity:0;width:275px!important;cursor:pointer}.create-product-label{color:var(--primary-green);font-family:var(--font);margin-left:5%}.select-image-container{display:flex;flex-direction:row;align-items:center;justify-content:center;height:50px;background-color:rgba(236,237,242,.1568627450980392);border-radius:25px}.select-image-container:hover{background-color:rgba(236,237,242,.35294117647058826)}.select-image-container svg{fill:var(--primary-green);margin-left:5%}.select-image-label{width:70%!important;color:var(--primary-green);font-family:var(--font);font-weight:700;cursor:pointer}.selected-image-p{color:var(--dark-mode-text);font-family:var(--font);text-align:center;margin-bottom:2%}.icon-selected{height:50px;max-width:50px}.form-empresa{min-height:500px;margin-bottom:30px}.form-empresa,.inputs-empresa-container{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.inputs-empresa-container{margin-bottom:15px}.inputs-empresa-container input{width:100%;height:45px;background-color:var(--dark-mode-text);border:none;color:var(--dark-mode-bg);font-family:var(--font);font-weight:700;font-size:17px;text-align:center;border-radius:25px}.horarios-container div{display:flex;flex-direction:column;justify-content:space-between}.horarios-container div:first-of-type{margin-bottom:20px}.direccion-container div{display:grid;grid-template-columns:repeat(2,47%);grid-row-gap:10px;row-gap:10px;justify-content:center;grid-column-gap:10px;column-gap:10px}.nombre-label{width:100%!important}#nombre-empresa{width:110%}.inputs-empresa-container span{font-family:var(--font);color:var(--dark-mode-text)}.lds-dual-ring{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px}.lds-dual-ring:after{content:" ";display:block;width:20px;height:20px;border-radius:50%;border-color:#76ca2c #2c0032;border-style:solid;border-width:6px;animation:lds-dual-ring 1.2s linear infinite}.loader-container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.empresa-container,.products-container-section{display:flex;justify-content:start;align-items:center;flex-direction:column;width:100%}.empresa-title{font-size:30px;display:flex;flex-direction:column-reverse;align-items:center}.empresa-description,.empresa-title{color:#ecedf2;font-family:var(--font);margin-top:20px}.empresa-description{text-align:center!important;width:90%;font-size:18px;word-wrap:break-word}.categoria-productos,.horarios-empresa{display:flex;flex-direction:column;width:90%;min-height:60px;justify-content:space-around;align-items:center;background-color:#5a0465;border-radius:20px;margin-top:20px;font-family:var(--font)}.categoria-productos,.horarios-empresa,.horarios-empresa div,.products-container-title{animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both}.categoria-productos h5,.horarios-empresa h5{font-family:var(--font);color:var(--dark-mode-text);font-size:20px;display:flex;flex-direction:row;width:80%;justify-content:space-between;align-items:center}.categoria-productos{padding-bottom:10px}.categoria-productos h5{justify-content:space-between;color:var(--dark-mode-text)}.horarios-empresa>h5>svg{fill:var(--primary-green);width:50px;height:50px}.categoria-productos>h5>svg{fill:var(--dark-mode-text);fill:var(--primary-lightblue)}.horarios-empresa div{display:flex;flex-direction:column;width:100%;text-align:center;cursor:pointer}.horarios-empresa a,.horarios-empresa p{color:var(--dark-mode-text);font-size:18px;text-decoration:none}.horarios-empresa a:last-child,.horarios-empresa p{margin-bottom:15px}.products-container-title{display:flex;color:var(--primary-lightblue);font-family:var(--font);font-size:25px;margin-top:20px}.products-container{animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both;width:100%}.product-div,.products-container{display:flex;flex-direction:column}.product-div{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #fff}.product-info{display:flex;flex-direction:row;justify-content:space-between;width:98%;align-items:center;font-family:var(--font);color:var(--dark-mode-text);font-size:18px}.product-info img{margin-right:10px;margin-left:15px;object-fit:cover}.product-info svg{min-width:38px;min-height:38px;margin-left:0}.product-price{width:100%;text-align:center;justify-content:center;font-weight:700}.empresa-container svg{cursor:pointer}.open-product{display:flex;height:100vh;width:100vw;position:fixed;z-index:10;background-color:rgba(0,0,0,.8)}.modal-message-product{background-color:#2c0032;min-height:50vh;width:90vw;justify-content:space-around;border-radius:15px}.modal-message-product,.section-product-user{display:flex;flex-direction:column;align-items:center}.section-product-user h6{font-size:20px;font-family:var(--font);color:var(--dark-mode-text);margin-bottom:20px;margin-top:20px;text-align:center}.main-product-modal{display:flex;flex-direction:column;align-items:center}.main-product-modal img{margin-bottom:20px;object-fit:cover}.side-product-modal{display:flex;min-height:180px;flex-direction:column;align-items:center;font-family:var(--font);color:var(--dark-mode-text);text-align:center;justify-content:space-between;font-size:16px}.side-product-modal strong{margin-top:20px;font-size:24px}.side-product-modal p{max-height:260px;overflow-y:auto;padding:20px}.edit-image{width:100px;height:100px}.modal-message-edit{background-color:#2c0032;border-radius:15px;width:95%}.edit-form div:not(.select-image-container,.buttons-container-edit,.container-image-editor),.modal-message-edit{display:flex;flex-direction:column;align-items:center}.buttons-container-edit{display:flex;flex-direction:row;align-items:center;width:90%;justify-content:space-around}.cancel-button,.logout{width:150px;min-height:45px;height:45px!important;border-radius:25px;border:none;background-color:#88180c;color:var(--dark-mode-text);font-family:"Poppins",sans-serif;font-weight:500;font-size:17px;cursor:pointer;margin-bottom:4%;text-shadow:1px 1px 2px #27272a}.cancel-button:hover,.logout:hover{background-color:#b02010}.container-image-editor{display:flex;flex-direction:column;justify-content:center;align-items:center}.account-options{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:80%;margin-top:20px}.section-h4{margin-top:5%;margin-bottom:5%}.config-section{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:90%;margin:0 auto}#canvas{width:150px!important;height:150px!important;margin-bottom:20px}.download-canva-div{display:flex;flex-direction:column;align-items:center;width:90%}.download-canva-div div{display:flex;flex-direction:row;justify-content:space-around;width:100%}.delete-title{font-size:20px;padding-top:30px;width:90%;text-align:center}.delete-name,.delete-title{font-family:var(--font);color:var(--dark-mode-text)}.delete-name{font-size:17px;display:flex;height:50px;min-width:50%;flex-direction:row;align-items:center;justify-content:space-around;margin-top:30px;margin-bottom:30px}.delete-image{width:50px;height:50px}.delete-categories-section,.edit-account-info,.edit-account-theme{margin-top:30px;display:flex;flex-direction:column;align-items:center;align-self:center}.delete-categories-section{margin-bottom:20px}.delete-categories-section p,.edit-account-info p,.edit-account-theme p{font-family:var(--font);color:var(--dark-mode-text);font-size:17px;text-align:center;margin-bottom:30px}.danger{color:#b02010!important;text-shadow:1px 1px 1px #000}.delete-categories-container{width:100%}.delete-aside-cat{display:flex;flex-direction:column;align-items:center;background-color:var(--dark-mode-bg)}.delete-aside-cat p{margin-bottom:5%}.delete-cat-span{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%!important;cursor:default!important;margin-bottom:20px!important;border-radius:7px;padding-left:10px;padding-right:10px;min-height:30px}.delete-cat-span:hover{background-color:rgba(236,237,242,.1568627450980392)}.span-cat-container{width:90%;overflow:auto}.confirm{z-index:1000}.delete-form{width:100%;display:flex;flex-direction:row;justify-content:space-around}input[type=color]{display:flex;margin-bottom:60px}.inputs-color-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:30%;height:auto;padding-top:30px;text-align:center}.empresa-container-theme{width:70%;display:flex}.modal-edit-theme{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.theme-buttons{flex-direction:column}.theme-horarios{width:99%}.subscription-container{display:flex;flex-direction:column;align-items:center}.subscription-p{margin-top:50px;font-weight:900}.sub-span{color:var(--primary-green)}.sub-link{color:var(--dark-mode-text);background-color:var(--primary-green);padding:15px 20px;border-radius:30px;text-decoration:none}.profile-container{display:flex;flex-direction:column;align-items:center}.business-logo,.profile-container img{width:100px;height:100px;border-radius:50%;object-fit:cover}.logo-container{width:100%;margin-bottom:15px}.image-logo-container{width:60%}.label-usuario{display:flex;flex-direction:column;text-align:center!important}.label-usuario span{text-align:center}#usuario-empresa,.label-usuario{max-width:320px}.checkout-container{min-height:500px}.checkout-container,.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center}.not-found{height:500px}.faq-container{display:flex;flex-direction:column;align-items:center;font-family:var(--font)}.faq-container h3{color:var(--dark-mode-text);font-size:30px;margin-bottom:40px;margin-top:15px}.pregunta-container{display:flex;flex-direction:column;align-items:center;width:95%;margin-bottom:20px;background-color:#5a0465;border-radius:10px;padding:5px}.pregunta{color:var(--primary-green);font-size:20px;text-align:center}.respuesta{color:var(--dark-mode-text);font-weight:500;text-align:center}#products-list-container{max-height:500px;overflow-y:scroll!important}#business-desc{width:77vw;min-height:100px;height:auto!important;background-color:var(--dark-mode-text);border:none;color:var(--dark-mode-bg);font-family:var(--font);font-weight:700;font-size:14px;text-align:center;border-radius:25px 0 0 25px;max-width:320px;max-height:120px;padding:10px}.business-desc-label{margin-top:10px}.accept-terms-container{display:flex;flex-direction:row!important;text-align:center;width:70%!important;justify-content:center;margin-top:10px}.accept-terms-container input{width:30px}.accept-terms-container span{color:var(--dark-mode-text)}.accept-terms-container a{color:var(--primary-lightblue)}.privacy-container,.terms-container{font-family:var(--font)}.privacy-container,.privacy-container div,.terms-container,.terms-container div{display:flex;flex-direction:column;justify-content:center;align-items:center}.privacy-container h3,.terms-container h3{color:var(--dark-mode-text);margin-bottom:20px;font-size:24px}.privacy-container p,.terms-container p{color:var(--dark-mode-text);margin-bottom:20px;padding:20px;font-size:18px}.privacy-container strong,.terms-container strong{width:90%;margin-bottom:10px;color:var(--dark-mode-text);text-align:center;font-size:20px}.privacy-container ul,.terms-container ul{margin-left:20px}.already-account{width:50%}.already-account,footer{display:flex;flex-direction:column;justify-content:center;align-items:center}footer{font-family:var(--font);width:90%;border-top:3px solid var(--primary-lightblue);margin:20px auto;padding-top:10px}footer div{display:flex;flex-direction:column;align-items:center}footer h6{font-size:20px}footer a,footer h6{color:var(--primary-green)}footer a{text-decoration:none;display:flex;align-items:center;margin-bottom:5px;height:40px;padding:0 25px;border-radius:7px}footer a:hover{background-color:rgba(236,237,242,.1568627450980392)}footer svg{width:24px;margin-right:10px}@keyframes slide-bottom{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@media only screen and (min-width:800px){header{padding-top:0}.presentation-title{margin-top:2%;margin-bottom:3%}.presentation-img{width:230px;height:355px}.background-title h5,.plans-section h4,.presentation-h4{margin-top:5%}.plan-detail h5,.plan-detail strong,.plans-section h4,.second-presentation-container p{margin-bottom:2%}.explain-container p,.fade-titles,.plan-detail,.plans-section>.presentation-p{margin-bottom:5%}.explain-container p:last-of-type{width:50%}.plan-detail h5,.plan-detail strong,.plans-section svg,.third-section h4{margin-top:0}.plan-detail li{width:38%;margin-left:10%;margin-bottom:3%}.plan-detail p{margin-left:2%}.plan-detail ul{margin-top:2%}.inputs-container{width:40%;margin-top:1%;margin-bottom:2%;height:280px}#login-btn{margin-top:0;margin-bottom:0}.login-container .presentation-p{margin-bottom:2%}.login-google-btn{margin-bottom:4%}.register-form{height:350px;margin-top:1%;margin-bottom:1%}.register-container .presentation-p{margin-bottom:2%}.register-container .login-google-btn{margin-bottom:1%}.account-section{display:flex;flex-direction:column;align-items:center}.account-section h4{margin-top:2%;margin-bottom:2%}.account-categories-container{flex-direction:row;width:80%;justify-content:space-around;align-items:center;min-height:auto}.aside-categories,.aside-create-categories{width:40%;min-height:320px}.create-product-container{min-height:300px;margin-top:50px;margin-bottom:50px;width:451px}#create-product-image{width:400px!important;height:40px}.not-suscribed .presentation-p{margin-bottom:5%}.not-suscribed h4{margin-bottom:2%;margin-top:2%}.not-suscribed label{margin:0;width:100%;text-align:center}.horarios-empresa,.products-container-section{width:40vw}.categoria-productos{width:100%}.product-div{align-items:center}.product-info{width:80%}.modal-message-product{width:70vw;height:80vh}.modal-message-product img{width:auto;max-width:250px;height:auto;max-height:250px}.side-product-modal{max-height:300px;overflow-y:auto;padding-left:50px;padding-right:50px}.description-modal{max-height:150px;overflow-y:auto;padding:10px}.modal-message-edit{width:40%}#select-image-container,.selected-image-p{width:40%!important}.container-image-editor{flex-direction:row}#select-image-container,.container-image-editor{display:flex;align-items:center;justify-content:center}#select-image-container{flex-direction:column;height:100px;text-align:center}.account-options{width:30%}.delete-categories-section,.edit-account-info,.edit-account-theme{width:50%}.modal-edit-theme{max-height:670px;width:70%;min-height:530px}.inputs-color-container{position:absolute;float:right;right:20%;width:10%}.span-cat-container{width:65%;overflow:auto;padding-right:40px}.theme-horarios{width:40vw}.theme-buttons{flex-direction:row}.sub-p{margin-top:0;margin-bottom:50px}.sub-h4{margin-top:50px}.subscription-p{margin-bottom:50px}.sub-span{color:var(--primary-green)}.sub-link{color:var(--dark-mode-text);background-color:var(--primary-green);padding:10px 20px;border-radius:30px;text-decoration:none;margin-bottom:50px;cursor:pointer}.profile-container{flex-direction:row;justify-content:space-between}.business-logo,.profile-container img{margin-left:50px}.empresa-title{flex-direction:row;margin-top:20px}.image-logo-container,.logo-container{width:100%}.logo-label{width:100%!important}.logout{margin-bottom:1%}.pregunta-container{margin-bottom:40px;width:70%}.respuesta{width:90%}.empresa-description{width:40vw}.form-empresa{margin-bottom:10px}.buttons-edit-empresa-container{display:flex;flex-direction:row;width:70%;justify-content:space-around}.inputs-empresa-container{margin-bottom:10px}.inputs-empresa-container input{height:40px}.register-h4{margin-bottom:0}.already-account{display:flex;flex-direction:column;width:50%;justify-content:center;align-items:center}.register-container .presentation-p{margin-bottom:1%}.accept-terms-container input{width:25px}.privacy-container p,.terms-container p{width:60%}footer section{display:flex;width:100%;margin-top:20px}footer div,footer section{flex-direction:row;justify-content:space-evenly}footer div{width:50%}.download-canva-div{width:40%}}@keyframes float{0%{transform:translateY(-5px)}to{transform:translateY(5px)}}@keyframes slide-in-opacity{0%{transform:translateX(-1000px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slide-in{0%{transform:translateX(-1000px)}to{transform:translateX(0)}}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.4b05ece6.chunk.css.map */