body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}*{box-sizing:border-box}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#f093fb,#f5576c)}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.paginado{flex-direction:row;flex-wrap:wrap;gap:.5rem;margin:2rem 0}.numberpage,.paginado{display:flex;justify-content:center}.numberpage{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#4a5568;cursor:pointer;font-family:Segoe UI,sans-serif;font-size:.95rem;font-weight:700;height:45px;list-style:none;min-width:45px;outline:none;padding:12px 18px;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.numberpage:hover{background:linear-gradient(135deg,#f093fb,#f5576c);border-color:#f5576c;box-shadow:0 8px 20px #f5576c4d;color:#fff;transform:translateY(-3px)}.numberpage:active,.numberpage:focus,.paginaactiva{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 15px #667eea66;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.numberpage{font-size:.9rem;height:40px;min-width:40px;padding:10px 14px}}.card{background:#fff;border:none;border-radius:20px;box-shadow:0 10px 30px #0000001a;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;margin:0 auto;max-width:380px;min-height:480px;overflow:hidden;position:relative;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);-webkit-user-select:none;user-select:none;width:100%}.card:before{background:linear-gradient(135deg,#667eea1a,#764ba21a);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease;z-index:1}.card:hover{box-shadow:0 20px 50px #667eea4d;transform:translateY(-10px) scale(1.02)}.card:hover:before{opacity:1}.card:active{transform:translateY(-5px) scale(1.01)}.imagecard{border-radius:20px 20px 0 0;height:250px;object-fit:cover;width:100%}.card-content,.imagecard{position:relative;z-index:2}.card-content{display:flex;flex:1 1;flex-direction:column;justify-content:space-around;padding:1rem}.cardtitle{color:#2d3748;font-size:1.4rem;font-weight:700;line-height:1.3;margin:.5rem 0}.carddescr{color:#718096;font-size:.95rem;font-weight:500;line-height:1.5;margin:.5rem 0}@media (max-width:768px){.card{max-width:100%;min-height:420px}.imagecard{height:220px}.cardtitle{font-size:1.2rem}.carddescr{font-size:.9rem}}.searchcontainer{margin:10px}.search{align-items:center;display:flex;justify-content:center;position:relative}.search__input{background-color:#fffffff2;border:2px solid #ffffff4d;border-radius:50px;box-shadow:0 4px 10px #0000001a;color:#4a5568;font-family:inherit;font-size:1rem;font-weight:500;padding:.8rem 3rem .8rem 1.2rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:250px}.search__input:hover{box-shadow:0 6px 15px #00000026;transform:translateY(-2px)}.search__input:focus{background-color:#fff;border-color:#f5576c;box-shadow:0 0 0 3px #f5576c33;outline:none;width:280px}.search__input::placeholder{color:#a0aec0;font-weight:500}.search__button{align-items:center;background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:50%;box-shadow:0 4px 10px #f5576c4d;cursor:pointer;display:flex;height:40px;justify-content:center;padding:.6rem;position:absolute;right:5px;transition:all .3s ease;width:40px}.search__button:hover{box-shadow:0 6px 15px #f5576c80;transform:scale(1.1)}.search__button:active{transform:scale(1.05)}.search__icon{fill:#fff;height:1.3em;width:1.3em}img{filter:brightness(1.1);height:auto;max-width:100%;mix-blend-mode:multiply}.loader-container{align-items:center;display:flex;justify-content:center;min-height:300px;width:100%}.footer{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-top:2px solid #667eea33;margin-top:3rem;padding:2rem 1rem;text-align:center}.footer-text{color:#4a5568;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin:0}.footer-text:before{content:"✨ "}.footer-text:after{content:" ✨"}.background_home{background:linear-gradient(180deg,#f8f9fa 0,#e9ecef);min-height:100vh}.navbar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 0 20px 20px;box-shadow:0 4px 20px #0000001a;padding:1rem 0}.cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin:0 auto;max-width:1400px;padding:2rem}@media (max-width:768px){.cards{grid-template-columns:1fr;padding:1rem}}.buttoncreate{align-items:center}.button-reset-inicio,.buttoncreate{display:flex;justify-content:center;padding:1rem}.button-reset-inicio{flex-wrap:wrap;gap:1rem;margin:1rem 0}@media (max-width:768px){.button-reset-inicio button,.buttoncreate button{font-size:.85rem;padding:.8em 1.5em}}.button-reset-inicio button,.buttoncreate button{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:50px;box-shadow:0 8px 20px #f5576c4d;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;letter-spacing:1.5px;outline:none;padding:.9em 1.8em;text-transform:uppercase;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.button-reset-inicio button:hover,.buttoncreate button:hover{box-shadow:0 12px 30px #f5576c80;transform:translateY(-3px)}.button-reset-inicio button:active,.buttoncreate button:active{transform:translateY(-1px) scale(.98)}.filterselects{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-around;padding:.5rem;width:100%}@media (max-width:768px){.filterselects{justify-content:center}}select{-webkit-appearance:none;-moz-appearance:none;background-color:#fffffff2;border:2px solid #ffffff4d;border-radius:25px;box-shadow:0 4px 10px #0000001a;box-sizing:border-box;color:#4a5568;cursor:pointer;display:inline-block;font:inherit;font-weight:600;line-height:1.5em;margin:10px 5px;padding:.7em 2.5em .7em 1.2em;transition:all .3s ease}.classic{background-image:linear-gradient(45deg,#0000 50%,#667eea 0),linear-gradient(135deg,#667eea 50%,#0000 0),linear-gradient(90deg,#fffffff2,#fffffff2);background-position:calc(100% - 18px) calc(1em + 2px),calc(100% - 13px) calc(1em + 2px),100% 0;background-repeat:no-repeat;background-size:5px 5px,5px 5px,2.5em 2.5em}select.classic:hover{box-shadow:0 6px 15px #00000026;transform:translateY(-2px)}select.classic:focus{background-image:linear-gradient(45deg,#fff 50%,#0000 0),linear-gradient(135deg,#0000 50%,#fff 0),linear-gradient(90deg,#f093fb,#f5576c);background-position:calc(100% - 13px) 1em,calc(100% - 18px) 1em,100% 0;background-repeat:no-repeat;background-size:5px 5px,5px 5px,2.5em 2.5em;border-color:#f5576c;box-shadow:0 0 0 3px #f5576c33;outline:0}.backgroung_landing{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;position:relative}.backgroung_landing:before{background-attachment:fixed;background-image:url(https://cdn.pixabay.com/photo/2017/06/06/22/46/mediterranean-cuisine-2378758_960_720.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.15;position:absolute;right:0;top:0;z-index:0}.contlanding{align-items:center;display:flex;flex-direction:column;gap:3rem;height:100vh;justify-content:center;position:relative;z-index:1}.contlanding span{animation:fadeInUp 1s ease-out;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:clamp(2rem,8vw,5rem);font-weight:800;letter-spacing:-1px;max-width:90%;text-align:center;text-shadow:0 4px 20px #0000004d;white-space:normal}.enter{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:50px;box-shadow:0 10px 30px #f5576c66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:1px;overflow:hidden;padding:1.2em 3em;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.enter:before{content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%}.enter:hover{box-shadow:0 15px 40px #f5576c99;transform:translateY(-3px) scale(1.05)}.enter:hover:before{opacity:1}.enter:active{transform:translateY(-1px) scale(1.02)}.enter span{position:relative;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contlanding{gap:2rem;padding:0 1rem}.enter{font-size:1rem;padding:1em 2.5em}}.background{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding-bottom:2rem}.titleform{color:#fff;font-size:2.5rem;font-weight:800;margin:0;padding:1.5rem 0;text-align:center;text-shadow:2px 2px 8px #0003}.buttonback{display:flex;justify-content:flex-start;padding:1rem}.buttonback button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:50px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;letter-spacing:1.5px;outline:none;padding:.9em 1.8em;text-transform:uppercase;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.buttonback button:hover{background:#ffffff4d;box-shadow:0 10px 25px #0003;transform:translateY(-3px)}.buttonback button:active{transform:translateY(-1px) scale(.98)}.inputsycheck{background:#fffffff2;border-radius:20px;box-shadow:0 15px 40px #0003;color:#2d3748;display:flex;gap:2rem;margin:0 auto 2rem;max-width:1200px;padding:2rem}.inputstexto{flex:1 1;gap:1.5rem}.inputstexto,.inputstexto>div{display:flex;flex-direction:column}.inputstexto label{color:#4a5568;font-size:1rem;font-weight:700;margin-bottom:.5rem}.error{color:#e53e3e;font-size:.875rem;font-weight:600;margin-top:.25rem}.inputdata{background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:1rem;padding:.75rem 1rem;resize:vertical;transition:all .3s ease;width:100%}.inputdata:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.containercheck{flex:1 1}.orgcontcheck{grid-gap:1rem;background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));height:300px;overflow-y:auto;padding:1.5rem}.orgcontcheck legend{color:#4a5568;font-size:1rem;font-weight:700;padding:0 .5rem}.organizadorcheck{align-items:center;display:flex;gap:.5rem;text-transform:capitalize}.organizadorcheck p{color:#4a5568;font-size:.95rem;margin:0}.organizadorcheck input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:18px;width:18px}.stepyrender{background:#fffffff2;border-radius:20px;box-shadow:0 15px 40px #0003;display:flex;gap:2rem;margin:0 auto 2rem;max-width:1200px;padding:2rem}.stepbystep{display:flex;flex:1 1;flex-direction:column;gap:1rem}.stepbystep legend{color:#4a5568;font-size:1rem;font-weight:700;margin-bottom:.5rem}.stepbystep textarea{border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:1rem;min-height:100px;padding:.75rem 1rem;resize:vertical;transition:all .3s ease}.stepbystep textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.stepbystep>div{display:flex;flex-wrap:wrap;gap:.5rem}.stepbystep input[type=submit]{border:none;border-radius:10px;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:.6rem 1.2rem;text-transform:uppercase;transition:all .3s ease}.stepbystep input[name=agregar]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stepbystep input[name=borrar],.stepbystep input[name=borrartodo]{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.stepbystep input[type=submit]:hover{box-shadow:0 6px 15px #0003;transform:translateY(-2px)}.renderstepbystep{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;flex:1 1;max-height:300px;overflow-y:auto;padding:1rem}.renderstepbystep ol{margin:0;padding-left:1.5rem}.renderstepbystep li{color:#4a5568;line-height:1.6;margin-bottom:.75rem}.mandareceta{text-align:center}.mandareceta button{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:50px;box-shadow:0 10px 30px #f5576c66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:800;letter-spacing:1.5px;margin:1rem;padding:1.2rem 3rem;text-transform:uppercase;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.mandareceta button:hover{box-shadow:0 15px 40px #f5576c99;transform:translateY(-5px) scale(1.05)}.mandareceta button:active{transform:translateY(-2px) scale(1.02)}@media (max-width:768px){.titleform{font-size:1.8rem}.inputsycheck,.stepyrender{flex-direction:column;margin:0 1rem 1.5rem;padding:1.5rem}.orgcontcheck{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.background_detail{background:linear-gradient(180deg,#f8f9fa 0,#e9ecef);min-height:100vh;padding-bottom:2rem}.detailscontainer{margin:0 auto;max-width:1200px;padding:1rem}.titlerecipe{color:#2d3748;font-size:2.5rem;font-weight:800;margin:2rem 0;text-align:center;text-shadow:2px 2px 4px #0000001a}.imgyresumen{align-items:flex-start;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:row;gap:2rem;margin:2rem 0;padding:2rem}.imgyresumen img{border-radius:15px;box-shadow:0 8px 20px #00000026;height:auto;max-width:400px;object-fit:cover;width:100%}.imgyresumen>div:last-child{flex:1 1}.imgyresumen h4{color:#667eea;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.imgyresumen p{color:#4a5568;font-size:1rem;line-height:1.7}.recipediet{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:row;gap:2rem;justify-content:space-around;margin:2rem 0;padding:2rem;text-transform:capitalize}.recipediet>div{flex:1 1;text-align:center}.recipediet h4{color:#f5576c;font-size:1.2rem;font-weight:700;margin-bottom:.8rem}.recipediet p{color:#4a5568;font-size:1.1rem;font-weight:600}.stepsinfo{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin:2rem 0;padding:2rem}.titlesteps{color:#764ba2;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.stepsinfo ol{padding-left:2rem}.stepsinfo li{color:#4a5568;font-size:1rem;line-height:1.8;margin-bottom:1rem;padding-left:.5rem}.buttonhome{display:flex;justify-content:flex-start;padding:1rem}.buttonhome button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 8px 20px #667eea4d;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;letter-spacing:1.5px;outline:none;padding:.9em 1.8em;text-transform:uppercase;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.buttonhome button:hover{box-shadow:0 12px 30px #667eea80;transform:translateY(-3px)}.buttonhome button:active{transform:translateY(-1px) scale(.98)}@media (max-width:768px){.titlerecipe{font-size:1.8rem;margin:1rem 0}.imgyresumen{flex-direction:column;padding:1.5rem}.imgyresumen img{max-width:100%}.recipediet{flex-direction:column}.recipediet,.stepsinfo{padding:1.5rem}}
/*# sourceMappingURL=main.50911c6e.css.map*/