@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.topHeader{position:fixed;background-color:#fff;left:0;top:0;width:100%;max-width:100vw;overflow-x:hidden;box-shadow:0 2px 3px #80828540;z-index:1100}.topHeader .topNav{display:flex;justify-content:space-between;align-items:center;padding:10px;margin:0 auto;max-width:100%}@media screen and (max-width: 950px){.topHeader .topNav{padding:10px 5px}}.topHeader .topNav .logoHeader{max-width:150px;height:40px;margin:5px 10px;flex-shrink:0}@media screen and (min-width: 768px){.topHeader .topNav .logoHeader{margin:5px 30px}}.topHeader .topNav .logoHeader img{width:150px;height:40px;object-fit:contain}.topHeader .topNav .menu{display:flex;list-style:none;margin:0 20px 0 0;padding:0}@media screen and (max-width: 950px){.topHeader .topNav .menu{flex-direction:column;position:fixed;left:0;top:70px;padding-bottom:50px;width:100%;max-width:100vw;align-items:center;background-color:#fffffff2;height:calc(100vh - 70px);overflow-y:auto;overflow-x:hidden;opacity:0;pointer-events:none;transition:opacity .4s;justify-content:flex-start;padding-top:20px}}.topHeader .topNav .menu li{padding:0 15px;height:50px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 950px){.topHeader .topNav .menu li{padding:0;border-bottom:solid 1px #c0e2ff;width:95%;max-width:100%;text-align:center;margin:0 auto}}.topHeader .topNav .menu a{color:#58595b;font-size:14px;font-weight:500;text-decoration:none;height:inherit;text-align:center;align-items:center;display:inline-flex;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media screen and (max-width: 950px){.topHeader .topNav .menu a{font-size:15px;padding:0 10px}}.topHeader .topNav .menu a:hover{color:#75aadb}.topHeader .topNav .menu a:after{content:"";background-color:#75aadb99;position:absolute;left:0;top:calc(100% + 5px);width:100%;height:4px;opacity:0;transition:opacity .4s}.topHeader .topNav .menu a.selected{color:#75aadb}.topHeader .topNav .menu a.selected:after,.topHeader .topNav .menu a:hover:after{opacity:1}@media screen and (max-width: 950px){.topHeader .topNav .menu a{font-size:16px;line-height:60px;color:#808285}.topHeader .topNav .menu a:hover,.topHeader .topNav .menu a .selected{color:#6fbcff}.topHeader .topNav .menu a:after{content:none}}.topHeader .topNav .menu_opened{opacity:1;pointer-events:all}.buttonMenu{border:none;background:none;cursor:pointer;position:absolute;right:20px}input#openClose{visibility:hidden;position:absolute;top:-9999px}@media screen and (min-width: 950px){input#openClose{display:none}}.toggle_button{display:block;width:50px;height:50px;position:relative;cursor:pointer;box-sizing:border-box;align-self:flex-end}@media screen and (min-width: 950px){.toggle_button{display:none}}.toggle_button:before,.toggle_button:after{position:absolute;display:block;content:" ";width:50%;box-sizing:border-box;left:25%;transition:all .2s ease-out}.toggle_button:before{top:25%;height:25%;border-top:2px solid #6fbcff;border-bottom:2px solid #6fbcff;background-color:transparent}.toggle_button:after{height:2px;background-color:#6fbcff;bottom:25%}input#openClose:checked+.toggle_button:before,input#openClose:checked+.toggle_button:after{top:50%;height:2px;border-bottom:0}input#openClose:checked+.toggle_button:before{transform:rotate(45deg)}input#openClose:checked+.toggle_button:after{transform:rotate(-45deg)}.footer_container{position:absolute;background-color:#fff;width:100%}.footer_container .footer_logo{max-width:150px;height:40px;margin:5px 30px}.footer_container .footer_logo img{width:150px;height:40px;object-fit:contain}@media screen and (max-width: 950px){.footer_container{flex-direction:column}}@media screen and (min-width: 768px){.footer_container{padding:0;margin:0;max-width:100%}}.footer_container .row{height:100%;display:flex;justify-content:space-between;align-items:center}.footer_container .row p{text-align:center;font-family:Nunito,sans-serif,arial;color:#58595b}@media screen and (max-width: 950px){.footer_container .row{margin-left:20px;margin-bottom:20px;display:flex;flex-wrap:wrap;flex-direction:column;align-content:center;text-align:center}}.footer_container .row .socials a{display:inline-block;color:#58595b;font-size:25px;margin:0 15px;transition:.5}.footer_container .row .socials{margin:1em;align-items:center}.main{height:auto;min-height:100vh}@media screen and (min-width: 951px) and (max-width: 1399px){.main{height:auto;min-height:80vh}}.mainContainer,.container{min-height:63.3vh;margin-top:70px}@media screen and (min-width: 1400px){.container{max-width:80%;margin:0 auto}}.whatsapp-float{position:fixed;right:18px;bottom:18px;width:56px;height:56px;background-color:#25d366;border-radius:50%;box-shadow:0 2px 10px #00000040;display:flex;align-items:center;justify-content:center;z-index:1000;transition:transform .15s ease,box-shadow .15s ease}.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.button{color:#fff;font-size:12px;font-weight:600;background-color:#75aadb;border-radius:6px;box-shadow:3px 3px 6px #808285;padding:.5rem 1.5rem;max-width:fit-content;cursor:pointer}.button:hover{transition:all .4s ease;transform:scale(1.1)}@media screen and (min-width: 768px){.button{font-size:14px}}.button-arrow{min-width:120px;height:27px;font-size:10px;color:#fff;padding:.2rem .8rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;display:inline-block;outline:none;overflow:hidden;border-radius:6px;border:none;background-color:#75aadb;box-shadow:3px 3px 6px #808285}.button-arrow:hover{border-radius:6px;padding-right:24px;padding-left:8px}.button-arrow:hover:after{opacity:1;right:10px}.button-arrow:after{content:"»";position:absolute;opacity:0;font-size:18px;line-height:25px;top:0;right:-20px;transition:.4s}@media screen and (min-width: 768px){.button-arrow{min-width:180px;height:40px;font-size:14px}.button-arrow:after{font-size:24px;line-height:35px}}.presentation_container{margin-top:65px;max-width:100vw;position:relative}@media screen and (min-width: 1200px){.presentation_container{display:flex;justify-content:center;width:100%;margin-top:70px}}.presentation_container .presentation{position:relative;margin:auto}@media screen and (min-width: 1200px){.presentation_container .presentation{width:100%}}.presentation_container .firmFormar{min-width:20vw;border-radius:7%;background:rgba(255,255,255,.74);position:absolute;padding:1rem;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.presentation_container .firmFormar .presentation_title{color:#75aadb;font-size:16px;font-style:normal;font-weight:800;text-shadow:1px 1px 1px #c0e2ff}@media screen and (min-width: 480px){.presentation_container .firmFormar .presentation_title{font-size:26px;text-shadow:4px 3px 3px #c0e2ff}}@media screen and (min-width: 768px){.presentation_container .firmFormar .presentation_title{font-size:50px;text-shadow:4px 3px 3px #c0e2ff}}.presentation_container .firmFormar .presentation_span{color:#58595b}@media screen and (min-width: 480px){.presentation_container .firmFormar{min-width:350px;padding:2rem}}@media screen and (min-width: 768px){.presentation_container .firmFormar{padding:3rem;min-width:400px}}@media screen and (min-width: 1450px){.presentation_container .firmFormar{min-width:500px}}.presentation_container .students{position:relative}@media screen and (min-width: 1200px){.presentation_container .students{width:100%}}.presentation_container .ondas{position:absolute;bottom:-8px}@media screen and (min-width: 1200px){.presentation_container .ondas{width:100%}}.presentation_container figure .presentation_img{max-width:100vw}@media screen and (min-width: 1400px){.presentation_container figure .presentation_img{max-width:100%}}@media screen and (min-width: 1200px){.presentation_container figure .presentation_img{width:100%}}.presentation_container .presentation_center{display:flex;justify-content:center;align-items:center;margin:.2rem 0}@media screen and (min-width: 480px){.presentation_container .presentation_center{margin-top:2rem}}@media screen and (min-width: 768px){.presentation_container .presentation_center{margin-top:2rem}}#formVolunteer{margin-top:0!important}.titlesFormsContainer{text-align:center;padding:2rem 1rem}@media screen and (min-width: 480px){.titlesFormsContainer{padding:3rem 2rem}}@media screen and (min-width: 768px){.titlesFormsContainer{padding:50px;margin:1rem}}.titlesFormsContainer .subtitle{color:#75aadb}.containerForm{border:1px solid #75aadb;border-radius:8px;margin:.5rem 0;padding:1.5rem .75rem}@media screen and (min-width: 480px){.containerForm{margin:1rem 0;padding:2rem 1rem}}@media screen and (min-width: 768px){.containerForm{padding:3rem 1rem}}.containerForm .subtitle{color:#75aadb!important;margin:.5rem 0;padding-bottom:1rem}@media screen and (min-width: 768px){.containerForm .subtitle{margin:1rem 0;padding-bottom:2rem}}.containerForm .paragraph1{width:100%;text-align:center}.containerForm .mb-2{margin-bottom:2rem}.containerForm .checkboxes{border:1px solid #58595b;border-radius:8px;margin:1rem 0 1rem 1.5rem}.containerForm .d-none{display:none}.containerForm .w-95{width:95%}.containerForm .containerImagenToEdit{width:300px;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap}.containerForm .containerImagenToEdit h2{width:100%;text-align:center}.containerForm .containerImagenToEdit .imgFormEdit{width:145px;height:120px;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:5px;border:1px solid #75aadb;border-radius:8px;object-fit:contain;position:relative;overflow:hidden}.containerForm .containerImagenToEdit .imgFormEdit img{width:100%}.containerForm .containerImagenToEdit .imgFormEdit figcaption{width:100%;position:absolute;bottom:0;background-color:#fffc;text-align:center}.container-done{padding-top:8px;max-width:100vw;position:relative;margin-bottom:1rem}@media screen and (min-width: 1200px){.container-done{display:flex;justify-content:center;width:100%}}.container-done .donacion{position:relative;margin:auto;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 1200px){.container-done .donacion{width:100%}}.container-done .flex{display:flex;justify-content:center;position:relative;align-items:center;flex-direction:column;min-width:20vw;border-radius:7%;position:absolute;z-index:1}@media screen and (min-width: 768px){.container-done .flex{padding:4rem;top:.5rem;margin-bottom:4rem}}@media screen and (min-width: 1200px){.container-done .flex{margin-bottom:4rem}}@media screen and (min-width: 480px){.container-done .flex{justify-content:space-evenly;flex-direction:row;align-items:baseline;top:auto}}.container-done .flex .titlesDone{margin-bottom:20px}.container-done .flex .titlesDone .title{color:#75aadb;text-shadow:1.5px 1px 1px rgba(0,0,0,.25)}.container-done .flex .titlesDone h1.title{text-align:left;font-size:35px;font-weight:800;line-height:1;margin:1rem 0}@media screen and (min-width: 480px){.container-done .flex .titlesDone h1.title{font-size:50px}}@media screen and (min-width: 768px){.container-done .flex .titlesDone h1.title{font-size:70px}}.container-done .flex .titlesDone h2.title{text-align:left;font-size:30px;font-weight:700;line-height:0}@media screen and (min-width: 480px){.container-done .flex .titlesDone h2.title{font-size:30px}}@media screen and (min-width: 768px){.container-done .flex .titlesDone h2.title{font-size:50px}}.container-done .flex .a-center{display:flex;flex-direction:column;align-items:center}.container-done .flex .a-center .containerP{padding:2rem 1rem}.container-done .volunteer-image{display:none}@media screen and (min-width: 1200px){.container-done .volunteer-image{width:100%;position:relative}}.container-done .volunteer-image{position:relative;display:none}@media screen and (min-width: 480px){.container-done .volunteer-image{width:100%;display:none}}@media screen and (min-width: 768px){.container-done .volunteer-image{width:100%;display:block}}.container-done .volunteer-image-mobile{position:relative}@media screen and (min-width: 480px){.container-done .volunteer-image-mobile{width:100%;display:block}}@media screen and (min-width: 768px){.container-done .volunteer-image-mobile{width:100%;display:none}}.container-done figure .presentation_img{max-width:100vw}@media screen and (min-width: 1400px){.container-done figure .presentation_img{max-width:100%}}@media screen and (min-width: 1200px){.container-done figure .presentation_img{width:100%}}.container-done .button{background-color:#74a9da;color:#fff}.container-done .button:hover{background-color:#74a9da}.quienes_somos_container{background-position:right;background-repeat:no-repeat;cursor:default;background-size:100% 100%;padding-top:8px}@media screen and (min-width: 1024px){.quienes_somos_container{padding-top:40px;min-height:95vh}}.quienes_somos_text_img{margin-top:4px}@media screen and (min-width: 1024px){.quienes_somos_text_img{margin-top:40px;display:flex;flex-direction:row;justify-content:space-around;align-items:center}}.quienes_somos_text{padding:10px}.quienes_somos_text p{margin-bottom:15px;color:#58595b;font-size:14px}@media screen and (min-width: 480px){.quienes_somos_text p{font-size:16px}}@media screen and (min-width: 1024px){.quienes_somos_text p{font-size:20px}}@media screen and (min-width: 480px){.quienes_somos_text{padding:20px}}@media screen and (min-width: 1024px){.quienes_somos_text{width:40%;height:40%}}@media screen and (min-width: 1024px){.quienes_somos_img{width:50%}}.quienes_somos_img img{border-radius:2.5%;width:80%;margin:5% 10%}@media screen and (min-width: 1024px){.quienes_somos_img img{width:90%;margin:0 10px 10px}}.programando_container{padding-top:8px;background-position:right;background-repeat:no-repeat;cursor:default}@media screen and (min-width: 480px){.programando_container{height:auto}}@media screen and (min-width: 1024px){.programando_container{padding-top:40px;min-height:95vh}}.programando_container .span_title{color:#fff}.programando_container span{color:#75aadb}.programando_text_img{margin-top:4px}@media screen and (min-width: 1024px){.programando_text_img{margin-top:40px;display:flex;flex-direction:row-reverse;justify-content:space-evenly}}.programando_text{width:90%}.programando_text p{font-family:Nunito,sans-serif,arial;color:#58595b;font-size:12px;margin:20px}@media screen and (min-width: 480px){.programando_text p{font-size:16px;margin:10px}}@media screen and (min-width: 1024px){.programando_text p{font-size:20px;margin:20px}}@media screen and (min-width: 480px){.programando_text{margin:0% 5%}}@media screen and (min-width: 1024px){.programando_text{width:40%;height:auto;display:flex;flex-direction:column;justify-content:space-around}}.programando_flow{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px auto 0;padding:0 12px;flex-wrap:wrap;max-width:100%}@media screen and (min-width: 480px){.programando_flow{flex-wrap:nowrap}}.programando_flow .flow_label{color:#58595b;font-weight:800;font-size:16px;flex-shrink:0}@media screen and (min-width: 480px){.programando_flow .flow_label{font-size:24px}}@media screen and (min-width: 1024px){.programando_flow .flow_label{font-size:30px}}.programando_flow .flow_arrow svg{width:28px;height:28px}@media screen and (min-width: 480px){.programando_flow .flow_arrow svg{width:36px;height:36px}}@media screen and (min-width: 1024px){.programando_flow .flow_arrow svg{width:48px;height:48px}}.programando_flow .flow_brand{display:inline-flex;align-items:center;gap:6px}.programando_flow .flow_brand img{height:32px;width:auto}@media screen and (min-width: 480px){.programando_flow .flow_brand img{height:42px}}@media screen and (min-width: 1024px){.programando_flow .flow_brand img{height:52px}}.programando_flow .flow_brand span{color:#58595b;font-weight:900;font-size:20px}@media screen and (min-width: 480px){.programando_flow .flow_brand span{font-size:26px}}@media screen and (min-width: 1024px){.programando_flow .flow_brand span{font-size:32px}}@media screen and (min-width: 1024px){.programando_img{width:50%}}.programando_img img{border-radius:2.5%;width:90%;margin:5%}@media screen and (min-width: 480px){.programando_img img{margin:5% 10%;width:80%}}@media screen and (min-width: 1024px){.programando_img img{margin:0% 10% 5%}}.egresados_container{padding-top:8px;height:400px;background-position:right;text-align:center}@media screen and (min-width: 480px){.egresados_container{height:auto;background-size:100% 100%}}@media screen and (min-width: 768px){.egresados_container{background-size:100% 100%;padding-top:40px;min-height:95vh}}.egresados_container .egresados_text_video{margin-top:4px}@media screen and (min-width: 768px){.egresados_container .egresados_text_video{margin-top:40px}}.egresados_container .egresados_text{margin:2%;text-align:center;width:90%}.egresados_container .egresados_text h2{font-family:Nunito,sans-serif,arial;color:#58595b;font-size:12px;margin:20px}@media screen and (min-width: 480px){.egresados_container .egresados_text h2{font-size:16px;margin:10px}}@media screen and (min-width: 768px){.egresados_container .egresados_text h2{font-size:20px}}@media screen and (min-width: 480px){.egresados_container .egresados_text{margin:0% 5%;justify-content:center}}@media screen and (max-width: 480px){iframe{margin-top:-4rem;margin-bottom:1.5rem;margin-left:2rem;padding-bottom:4em;padding-top:4em;display:grid;align-content:center;justify-content:center;width:90%;height:400px}}@media screen and (min-width: 480px){iframe{margin-top:1rem;width:auto}}@media screen and (min-width: 768px){iframe{margin-top:1rem;padding:1em;width:75%;height:500px}}.swiper-slide img.slideImg{width:20rem;height:28rem;border-radius:2rem;object-fit:cover}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}._card_1iqeh_1{width:320px;border-radius:25px;background-color:#fff;box-shadow:4px 4px 5px #00000040}._image_content_1iqeh_8,._card_content_1iqeh_8{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem}._image_content_1iqeh_8{position:relative;row-gap:5px;padding:25px 0}._overlay_1iqeh_21{position:absolute;left:0;top:0;height:100%;width:100%;background-color:#75aadb;border-radius:25px 25px 0}._overlay_1iqeh_21:before,._overlay_1iqeh_21:after{content:"";position:absolute;right:0;bottom:-40px;height:40px;width:40px;background-color:#75aadb}._overlay_1iqeh_21:after{border-radius:0 25px 0 0;background-color:#fff}._card_image_person_1iqeh_47{position:relative;height:200px;width:200px;border-radius:50%;background:#fff;padding:3px;border:4px solid #75aadb}._card_image_person_1iqeh_47 ._card_img_person_1iqeh_57{height:100%;width:100%;object-fit:cover;border-radius:50%}._card_image_1iqeh_47{position:relative;height:220px;width:290px;background:#fff;padding:1rem;border:1px solid #75aadb;border-radius:16px}._card_image_1iqeh_47 ._card_img_1iqeh_57{height:80%;width:80%;object-fit:contain}._name_1iqeh_81{font-size:18px;font-weight:500;color:#58595b}._description_1iqeh_87{font-size:14px;color:#808285;text-align:center}.aliadosp_container{padding-top:8px;height:500px;text-align:center}@media screen and (max-width: 950px){.aliadosp_container{height:auto}}@media screen and (min-width: 768px){.aliadosp_container{background-size:100%;padding-top:40px}}.title{margin-bottom:15px}.subtitle{margin-bottom:10px}.lanus .logos{width:200px;height:80px;margin:2em}.row{margin:0 49px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 950px){.row{flex-wrap:wrap;display:flex;justify-content:center;flex-direction:column;align-content:center;text-align:center}}@media screen and (min-width: 768px){.row{height:400px;justify-content:center}}.row .img_aliados{width:200px;height:150px;object-fit:contain;display:flex;justify-content:center;align-items:center;margin:5px}.row .img_aliados img{width:80%}.emprendiendo_container{width:100%;cursor:default;padding-top:8px;text-align:center}@media screen and (min-width: 1024px){.emprendiendo_container{padding-top:40px;min-height:100vh}}.emprendiendo_text{text-align:center}.emprendiendo_text p{margin:0 5px}.emprendiendo_text h2{color:#75aadb}.subtitle2{color:#58595b;font-size:20px;font-weight:800;padding:10px}@media screen and (min-width: 480px){.subtitle2{font-size:24px}}@media screen and (min-width: 1024px){.subtitle2{font-size:48px}}.emprendiendo_section_cards{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width: 480px){.emprendiendo_section_cards{flex-direction:row}}@media screen and (min-width: 768px){.emprendiendo_section_cards{flex-direction:row}}.emprendiendo_card{background-color:#fff;border-radius:5%;border-color:#74a9da;border-style:solid;margin:10px;transition:all .4s ease}.emprendiendo_card figure{margin:0 auto;width:20vh}.emprendiendo_card h2{text-align:center;margin:5px}@media screen and (min-width: 480px){.emprendiendo_card h2{font-size:20px}}.emprendiendo_card p{padding:10px;margin:5px;text-align:center}.emprendiendo_card img{margin:10% 30% 0%;width:70px;height:70px;object-fit:contain}@media screen and (min-width: 1024px){.emprendiendo_card img{margin:0 auto;width:125px;height:125px;object-fit:contain}}@media screen and (min-width: 480px){.emprendiendo_card{width:30%;margin:5% 2%}}@media screen and (min-width: 1024px){.emprendiendo_card{width:90%;max-width:300px;margin-bottom:5%}}.emprendiendo_card:hover{box-shadow:5px 5px 20px #0006;transform:translateY(-3%)}.team_container{cursor:default}@media screen and (min-width: 1024px){.team_container{padding-bottom:10%}}.team_cards{margin:8px 0;display:flex;flex-direction:column;justify-content:center;text-align:center;align-content:space-around;flex-wrap:wrap}@media screen and (min-width: 480px){.team_cards{flex-direction:row;justify-content:space-evenly;margin:20px 0}}.axes_container{cursor:default;text-align:center;padding-top:8px}@media screen and (min-width: 1024px){.axes_container{padding:4rem}}.axes_cards{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4px;margin:8px}@media screen and (min-width: 1024px){.axes_cards{flex-direction:row}}.axes_card{background-color:#fff;border-radius:8px;margin:8px;padding:20px 16px;overflow:hidden;border:2px solid #75AADB;box-shadow:0 1px 10px #0003;transition:all .4s ease}.axes_card:hover{box-shadow:5px 5px 20px #0006;transform:translateY(-3%)}.axes_card a{text-decoration:none}.axes_card h3{margin-bottom:7px;color:#75aadb}@media screen and (min-width: 480px){.axes_card h3{margin-top:20px}}.axes_card p{padding:5px;text-align:center}@media screen and (min-width: 480px){.axes_card p{padding:25px 5px}}@media screen and (min-width: 1024px){.axes_card p{padding:5px}}.axes_card span{color:#75aadb}@media screen and (min-width: 480px){.axes_card{display:flex;height:230px;width:450px;align-items:center;align-content:start;flex-wrap:wrap}}@media screen and (min-width: 1024px){.axes_card{height:300px}}.contacto_container{background-image:url(/assets/contact_background-af86813e.png);background-repeat:no-repeat;background-size:cover;background-position:center;min-height:50vh;height:auto;padding:1rem .75rem;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 768px){.contacto_container{padding:2rem 1rem}}.contacto_container .flex{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#ffffffd9;padding:16px 12px;border-radius:10px;max-width:700px;width:90%;box-shadow:0 5px 20px #00000026}@media screen and (min-width: 480px){.contacto_container .flex{padding:24px 16px}}@media screen and (min-width: 768px){.contacto_container .flex{padding:30px 20px}}.contacto_container .titles_contact{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:12px}@media screen and (min-width: 768px){.contacto_container .titles_contact{margin-bottom:20px}}.contacto_container .contact_text{text-transform:lowercase;color:#333;font-size:1.1em;line-height:1.3;margin:3px 0}@media screen and (min-width: 768px){.contacto_container .contact_text{font-size:1.2em;line-height:1.4;margin:5px 0}}.contacto_container .botones{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}@media screen and (min-width: 768px){.contacto_container .botones{flex-direction:row}}.contacto_container .boton_prensa{margin-right:0}.contacto_container .boton_prensa a{text-decoration:none}.contacto_container .boton_wsp{background-color:#fff}.contacto_container .boton_wsp:focus{outline:none}.contacto_container .boton_wsp a{text-decoration:none}.aliados_container{padding-top:8px;text-align:center;position:relative;margin:0 auto}@media screen and (max-width: 950px){.aliados_container{height:auto}}@media screen and (min-width: 768px){.aliados_container{background-size:100%;padding-top:40px;min-height:70vh}}.aliados_container .image-slider{display:flex;align-content:center;justify-content:space-around;width:100%;height:100px;margin:130px 0 70px}@media screen and (max-width: 950px){.aliados_container .image-slider{gap:0;overflow:hidden}.aliados_container .image-slider .image-slider img{width:100%;height:auto}}.aliados_container .logos{width:200px;height:60px;margin:2em}.aliados_container .logos img{width:100%;object-fit:contain}@media screen and (min-width: 768px){.aliados_container button{position:absolute}}.aliados_container .anterior{left:0;color:#75aadb;font-size:48px;background:none;border:none;margin:0 15px;bottom:3.5em}.aliados_container .anterior:hover{cursor:pointer}.aliados_container .posterior{right:0;color:#75aadb;font-size:48px;background:none;border:none;margin:0 15px;bottom:3.5em}.aliados_container .posterior:hover{cursor:pointer}.programming_container{cursor:default;text-align:center;padding-top:8px}@media screen and (min-width: 1024px){.programming_container{padding:4rem}}.programming_cards{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4px;margin:8px}@media screen and (min-width: 1024px){.programming_cards{flex-direction:row}}.programming_card{background-color:#74a9da;margin:8px;margin-top:-2.5rem;padding:4.5rem 2rem 2rem;box-shadow:0 1px 10px #0003;transition:all .4s ease;position:relative}@media screen and (min-width: 480px){.programming_card{margin-top:-3.5rem}}@media screen and (min-width: 768px){.programming_card{min-height:36rem}}.programming_card:hover{box-shadow:5px 5px 20px #0006;transform:translateY(-3%)}.programming_card a{text-decoration:none}.programming_card .programming_span{color:#74a9da}.programming_card h3{margin-bottom:7px;color:#fff;font-weight:bolder}@media screen and (min-width: 480px){.programming_card h3{margin-top:20px}}.programming_card p{padding:5px;text-align:center;color:#fff}@media screen and (min-width: 480px){.programming_card p{padding:25px 5px}}@media screen and (min-width: 1024px){.programming_card p{padding:5px}}.programming_card ul{margin:.5rem auto 0;padding-left:1.2rem;text-align:left;color:#fff}.programming_card ul li{list-style:disc;margin:.2rem 0}.programming_card .badge{position:absolute;right:12px;bottom:12px;width:78px;height:78px;border-radius:50%;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 4px 10px #0000001a;padding:4px}.programming_card .badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:3px;background:linear-gradient(135deg,#DE78FF 0%,#9573FC 60%,#0A6AF7 100%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.programming_card .badge strong{color:#fff;font-size:18px;line-height:1;text-shadow:0 1px 1px rgba(0,0,0,.2)}.programming_card .badge span{color:#fff;font-size:10px;line-height:1.1;margin-top:2px;display:block;padding:0 6px;white-space:normal;word-break:break-word;overflow-wrap:anywhere;text-shadow:0 1px 1px rgba(0,0,0,.2)}.programming_card .badge--black strong,.programming_card .badge--black span{color:#000;text-shadow:none}.programming_card span{color:#75aadb}.programming_section{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}@media screen and (min-width: 480px){.programming_section{width:66%}}.programming_section img{border-radius:100%;width:6rem;height:6rem;border-color:#74a9da;border-style:solid;object-fit:cover;z-index:1}@media screen and (min-width: 480px){.programming_section img{width:9rem;height:9rem;z-index:1}}@media screen and (min-width: 1024px){.programming_section img{width:50% auto}}.teamProgramming_container{padding-top:8px;margin-bottom:1rem}@media screen and (min-width: 1024px){.teamProgramming_container{padding-top:40px;margin-bottom:5rem;min-height:100vh}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;list-style-type:none}html{font-size:62.5%;scroll-behavior:smooth}@media (min-width: 1440px){html{transform-origin:0 0}}@media (min-width: 2560px){html{transform-origin:0 0}}@media (min-width: 3860px){html{transform:scale(2.5);transform-origin:0 0}}::-webkit-scrollbar{width:1.3rem}::-webkit-scrollbar-thumb{border-radius:1rem;background:#808285;transition:all .5s ease-in-out}::-webkit-scrollbar-thumb:hover{background:#808285}::-webkit-scrollbar-track{background:transparent}body{font-size:1.6rem;background:#ffffff}._container_qflx0_54{max-width:124rem;padding:1rem;margin:0 auto}._heading_qflx0_60{padding:1rem 0;font-size:3.5rem;text-align:center}.swiper_container{height:52rem;padding:2rem 0;position:relative}.swiper-slide{width:37rem;height:35rem;position:relative;display:flex;place-content:center;padding:2rem 0 0}@media screen and (min-width: 768px){.swiper-slide{height:42rem;padding:2rem 0}}@media (max-width: 500px){.swiper_container{height:47rem}.swiper-slide{width:28rem!important;height:36rem!important;display:flex;place-content:center}.swiper-slide img.slideImg{width:28rem!important;height:36rem!important}}.swiper-slide img.slideImg{width:37rem;height:42rem;border-radius:2rem;object-fit:cover}.swiper-slide-shadow-left,.swiper-slide-shadow-right{display:none}.slider-controler{position:relative;bottom:2rem;display:flex;align-items:center;justify-content:center}.slider-controler .swiper-button-next{left:58%!important;transform:translate(-58%)!important}@media (max-width: 990px){.slider-controler .swiper-button-next{left:70%!important;transform:translate(-70%)!important}}@media (max-width: 450px){.slider-controler .swiper-button-next{left:80%!important;transform:translate(-80%)!important}}@media (max-width: 990px){.slider-controler .swiper-button-prev{left:30%!important;transform:translate(-30%)!important}}@media (max-width: 450px){.slider-controler .swiper-button-prev{left:20%!important;transform:translate(-20%)!important}}.slider-controler .slider-arrow{background:#ffffff;width:2.5rem;height:3.5rem;border-radius:50%;left:42%;transform:translate(-42%)}.slider-controler .slider-arrow{font-size:2rem;color:#58595b}.slider-controler .slider-arrow:after{content:""}.swiper-pagination .swiper-pagination-bullet{background-color:#c0e2ff;opacity:1}.swiper-pagination .swiper-pagination-bullet-active{background-color:#75aadb;opacity:1}._card_1gjti_1{width:320px;max-height:390px;max-width:370px;border-radius:25px;background-color:#fff;box-shadow:4px 4px 5px #00000040;transition:transform .3s,background-color .3s;cursor:pointer}._card_1gjti_1:hover{transform:scale(1.05);box-shadow:0 8px 32px #0000001f;border-radius:25px}._card_content_1gjti_18{transition:transform .3s,background-color .3s;border-radius:25px;text-align:center}._image_content_1gjti_24,._card_content_1gjti_18{min-height:140px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0rem 2rem}._image_content_1gjti_24{position:relative;row-gap:5px;padding:25px 0}._overlay_1gjti_39{position:absolute;left:0;top:0;height:100%;width:100%;background-color:#75aadb;border-radius:25px 25px 0}._overlay_1gjti_39:before,._overlay_1gjti_39:after{content:"";position:absolute;right:0;bottom:-40px;height:40px;width:40px;background-color:#75aadb}._overlay_1gjti_39:after{border-radius:0 40px 0 0;background-color:#fff;border-left:1px solid #fff}._card_image_person_1gjti_66{position:relative;height:200px;width:200px;border-radius:50%;background:#fff;padding:3px;border:4px solid #75aadb}._card_image_person_1gjti_66 ._card_img_person_1gjti_76{height:100%;width:100%;object-fit:cover;border-radius:50%}._card_image_1gjti_66{position:relative;height:250px;width:300px;background:#fff;padding:1rem;border:1px solid #75aadb;border-radius:16px}._card_image_1gjti_66 ._card_img_1gjti_76{height:100%;width:100%;object-fit:contain}._name_1gjti_100{font-size:18px;font-weight:500;color:#58595b}._description_1gjti_106{font-size:14px;color:#808285;text-align:center}.product-container{padding:30px 0;width:100%}.discounted-price{font-weight:700;color:red}.product-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.product-card{border:1px solid #ddd;border-radius:20px;padding:10px;background-color:#fff;box-shadow:0 2px 4px #0000001a;transition:transform .2s;text-align:center;position:relative;width:250px;display:flex;flex-direction:column;justify-content:center;align-items:center}.product-card .imageCardProduct{width:200px;height:200px;display:flex;border-radius:8px;overflow:hidden;object-fit:contain;margin:0!important}.product-card .imageCardProduct img{width:100%;object-fit:contain;height:auto;cursor:pointer}.product-card:hover{transform:translateY(-5px)}.product-info{padding:10px}.product-title{font-size:16px;font-weight:700;margin:10px 0;text-transform:uppercase;color:#58595b}.product-description{font-size:15px;color:#808285;margin-bottom:10px}.product-price{font-size:18px;font-weight:700;color:#58595b}.imagen-ampliada{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1000;text-align:center}.ampliada-image{max-width:80%;max-height:80%;margin:auto;padding-top:4em;position:absolute;top:0;left:0;right:0;bottom:0}.cerrar-x{font-size:32px;color:#fff;position:absolute;top:18%;right:15%;cursor:pointer}@media screen and (max-width: 480px){.product-container{padding:10px 0;width:100%}}._flexCenter_9t5kj_1{display:flex;align-items:center;flex-direction:column}._buttonFilter_9t5kj_7{font-size:24px;right:-75%}._container_9wc5l_1{display:grid;grid-template-columns:1fr 5fr;gap:1px;padding:1em}@media screen and (max-width: 480px){._container_9wc5l_1{grid-template-columns:auto;padding:2px}}._sidebar_9wc5l_14{background-color:#fff;border-right:1px solid #ddd;padding:10px}._mainContent_9wc5l_20{background-color:#fff;padding:20px}._container_12i3f_1{background-color:#c0e2ff;width:100%;min-height:63.3vh;margin-top:75px;display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:center;justify-content:center;padding:4em}@media screen and (max-width: 950px){._container_12i3f_1{grid-template-columns:1fr;justify-items:center;padding:20px}}._container_12i3f_1 ._containerImages_12i3f_20{width:320px;height:100%;position:relative}@media screen and (max-width: 950px){._container_12i3f_1 ._containerImages_12i3f_20{height:350px}}._container_12i3f_1 ._containerImages_12i3f_20 figure{background-color:#fff;width:200px;height:300px;padding:1em 1em 3em;box-shadow:0 3px 5px #80828580;object-fit:contain;overflow:hidden}@media screen and (max-width: 950px){._container_12i3f_1 ._containerImages_12i3f_20 figure{width:150px;height:250px}}._container_12i3f_1 ._containerImages_12i3f_20 figure img{width:100%;height:100%;object-fit:cover;border-bottom:solid .3px rgba(128,130,133,.5)}._container_12i3f_1 ._containerImages_12i3f_20 ._imageFoto_card_12i3f_51{position:absolute;rotate:-5deg}._container_12i3f_1 ._containerImages_12i3f_20 ._imageFoto_emprendimiento_12i3f_55{position:absolute;bottom:-20px;left:150px;rotate:8deg}@media screen and (max-width: 950px){._container_12i3f_1 ._containerImages_12i3f_20 ._imageFoto_emprendimiento_12i3f_55{position:absolute;bottom:10px;left:125px;rotate:5deg}}._container_12i3f_1 ._infoEnterprise_12i3f_69{padding:1em}._mainContent_12i3f_73{background-color:#fff;padding:40px 30px;text-align:center}._spinnerContainer_1x3ca_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}._arrowGoToBack_ipxc2_1{position:absolute;left:2rem;margin-top:1rem}.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px #00000013,0 1px 2px #00000013,1px 2px 4px #00000013,1px 3px 8px #00000013,2px 4px 16px #00000013;pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:rgba(0,0,0,.4)}div:where(.swal2-container).swal2-backdrop-hide{background:transparent!important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;align-self:start;justify-self:center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;align-self:start;justify-self:end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;align-self:center;justify-self:center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;align-self:center;justify-self:end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;justify-self:center;align-self:end}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;align-self:end;justify-self:end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px transparent;font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{box-shadow:0 0 0 3px #7066e080}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus{box-shadow:0 0 0 3px #dc374180}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus{box-shadow:0 0 0 3px #6e788180}div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus{box-shadow:0 0 0 3px #6496c880}div:where(.swal2-container) button:where(.swal2-styled):focus{outline:none}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em;text-align:center}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:rgba(0,0,0,.2)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em}div:where(.swal2-container) button:where(.swal2-close){z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:transparent;color:#ccc;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:none;background:transparent;color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus{outline:none;box-shadow:inset 0 0 0 3px #6496c880}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) .swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:transparent;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px transparent;color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #6496c880}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:#fff}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:transparent;font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:transparent;color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:#fff;color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message):before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:transparent;font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}div:where(.swal2-icon).swal2-warning{border-color:#facea8;color:#f8bb86}div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}div:where(.swal2-icon).swal2-info{border-color:#9de0f6;color:#3fc3ee}div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}div:where(.swal2-icon).swal2-question{border-color:#c9dae1;color:#87adbd}div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px #0006}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}._form_17qob_1{width:100%;max-width:300px}._mainContainerList_15la0_1{min-height:63.3vh;margin-top:75px;display:flex;flex-direction:column;align-items:center}._mainContainerList_15la0_1 ._containerList_15la0_8{max-width:80%;display:flex;place-content:center;margin:16px;flex-direction:column;align-items:end}.fieldContainer{width:100%;text-align:center;color:#808285;padding:0 10px}.fieldContainer h5{font-size:12px}.fieldContainer p{font-size:16px;min-width:50px;height:25px;border-bottom:#808285 1px dotted}.detalleOrder{width:100%;display:flex;flex-wrap:wrap;margin:.5rem 1rem;padding:1rem;border:1px rgba(128,130,133,.4) solid;border-radius:8px}.detalleOrder h5{font-size:8px}.detalleOrder p{font-size:12px;min-width:50px;height:18px;border-bottom:#808285 1px dotted}.stateOrderForm{width:96%;color:"#75aadb";margin:2rem 1rem}._productImageDetail_dbshw_1{display:flex;justify-content:center;align-items:center;flex-direction:column}._productImageDetail_dbshw_1 ._mainImage_dbshw_7{width:300px;height:300px;border:1px solid rgba(0,0,0,.33);border-radius:8px;margin-bottom:20px;object-fit:contain}._productImageDetail_dbshw_1 ._mainImage_dbshw_7 img{width:100%;height:100%;object-fit:contain}._productImageDetail_dbshw_1 ._thumbnailImages_dbshw_20{display:flex;margin-left:10px}._productImageDetail_dbshw_1 ._thumbnailImages_dbshw_20 ._thumbnail_dbshw_20{width:100px;height:100px;margin-right:10px;background-color:#fff;border:1px solid rgba(0,0,0,.33);border-radius:8px;cursor:pointer;transition:opacity .3s ease}._productImageDetail_dbshw_1 ._thumbnailImages_dbshw_20 ._thumbnail_dbshw_20:hover{opacity:.5;background-color:#808285}@media screen and (min-width: 951px) and (max-width: 1399px){.containerDetail{height:auto;min-height:80vh}}._emptyCart_tg0t7_1{display:flex;flex-direction:column;justify-content:center;align-items:center}._emptyCart_tg0t7_1 ._iconEmptycart_tg0t7_7{width:200px;height:200px;object-fit:contain;display:flex;justify-content:center;align-items:center}._emptyCart_tg0t7_1 ._iconEmptycart_tg0t7_7 img{width:100%;object-fit:contain}div._lineHeigth_tg0t7_21{background-color:#0003;width:1px;min-height:300px;height:100%}@media screen and (max-width: 950px){div._lineHeigth_tg0t7_21{display:none}}._containerItemsList_tg0t7_33{width:65%}@media screen and (max-width: 950px){._containerItemsList_tg0t7_33{width:100%}}._containerSummary_tg0t7_42{width:25%}@media screen and (max-width: 950px){._containerSummary_tg0t7_42{width:100%;padding:3rem}}._feedbackContainer_5l2cx_18{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;margin:2rem 0}._feedbackContainer_5l2cx_18 ._containTextStatus_5l2cx_31{display:flex;justify-content:center;align-items:center}._feedbackContainer_5l2cx_18 ._iconStatus_5l2cx_39{width:200px;height:200px;object-fit:contain;display:flex;justify-content:center;align-items:center;margin:1rem 0}._feedbackContainer_5l2cx_18 ._iconStatus_5l2cx_39 img{width:100%;object-fit:contain}._feedbackContainer_5l2cx_18 ._iconStatus_5l2cx_39 ._sectionIcon_5l2cx_53{display:flex;flex-direction:column;justify-content:center;align-items:center}*{margin:0;box-sizing:border-box;font-family:Nunito,sans-serif,arial}div[id]{scroll-margin-top:50px}html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden;max-width:100vw}.title{color:#58595b;text-align:center;text-shadow:1.5px 1px 1px rgba(0,0,0,.25);font-size:20px;font-style:normal;font-weight:800;margin:15px 0 10px}@media screen and (min-width: 480px){.title{font-size:24px}}@media screen and (min-width: 768px){.title{font-size:48px}}.titleBlue{color:#75aadb;text-align:center;text-shadow:1.5px 1px 1px rgba(0,0,0,.25);font-size:20px;font-style:normal;font-weight:700}@media screen and (min-width: 480px){.titleBlue{font-size:24px}}@media screen and (min-width: 768px){.titleBlue{font-size:48px}}.titleDark{color:#58595b;text-align:center;font-size:20px;font-style:normal;font-weight:600}@media screen and (min-width: 480px){.titleDark{font-size:24px}}@media screen and (min-width: 768px){.titleDark{font-size:48px}}.titleWhite{color:#fff;text-align:center;font-size:20px;font-style:normal;font-weight:600}@media screen and (min-width: 480px){.titleWhite{font-size:24px}}@media screen and (min-width: 768px){.titleWhite{font-size:48px}}.subtitle{color:#58595b;font-size:18px}@media screen and (min-width: 480px){.subtitle{font-size:20px}}@media screen and (min-width: 768px){.subtitle{font-size:24px}}.paragraph1{color:#58595b;font-size:16px}@media screen and (min-width: 480px){.paragraph1{font-size:18px}}@media screen and (min-width: 768px){.paragraph1{font-size:24px}}.paragraph2{color:#58595b;font-size:12px}@media screen and (min-width: 480px){.paragraph2{font-size:14px}}@media screen and (min-width: 768px){.paragraph2{font-size:16px}}.description{color:#58595b;font-size:10px}@media screen and (min-width: 480px){.description{font-size:12px}}@media screen and (min-width: 768px){.description{font-size:14px}}.swiper-slide{width:37rem;height:20rem;position:relative;display:flex;place-items:center;padding:2rem 0 0}@media screen and (min-width: 768px){.swiper-slide{height:35rem;padding:2rem 0}}a,a:link,a:visited,a:hover,a:active{text-decoration:none;color:inherit}
