<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button{border-radius:20px;border:1px solid transparent;padding:.6em 1.4em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-nucleo-1);cursor:pointer;transition:.25s;color:var(--color-white);box-shadow:1px 1px 1px #dddddd96}button:hover{border-color:var(--color-grey);opacity:90%}button:focus,button:focus-visible{transform:scale(.97)}: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: rgba(255, 255, 255, .7);--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( to right, #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{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body&gt;div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button&gt;svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}.form-contact{display:flex;justify-content:start;align-items:start;flex-wrap:wrap;gap:.5rem;border-radius:15px}.form-contact .form-group{display:flex;flex:1 0 10rem;flex-direction:column}.form-contact .form-group input{border:1px solid rgb(212,212,212);margin:0 5px 0 0;border-radius:20px;background-color:transparent;color:#000}.form-contact input:hover{border-color:var(--color-grey-1)}.form-contact button{flex:1 0 5rem}.input-error{color:red;border-color:red}@media (max-width: 768px){.form-contact{flex-direction:column;justify-content:center;align-items:start;margin-bottom:1rem}.form-contact .form-group,.form-contact .btn-form{flex:1}}@media (min-width: 769px) and (max-width: 877px){.form-contact{gap:1rem}.form-contact .form-group{flex:1 0 10rem}}@media (min-width: 878px) and (max-width: 1054px){.form-contact .form-group{flex:1 0 10rem}.form-contact .form-group input{width:85%}}@media (min-width: 1054px) and (max-width: 1440px){.form-contact .form-group{flex:3;margin:0 10px 0 0}}@media (min-width: 1441px){.form-contact .form-group input{width:85%}}#title{font-size:40px;font-weight:900}.main{margin-bottom:11rem}.main-section{color:#fff;padding-top:7rem;background-image:url(/assets/nucleofarma_cover-1-f4e6d088.jpg);background-repeat:no-repeat;background-size:cover;background-position:bottom;opacity:87%}.main-section h1{color:var(--color-grey)}.main-section h1 span{color:var(--color-white)}.main-section h3{color:var(--color-grey)}.btn-contact{background-color:transparent;border:1px solid white;transition:.3s ease-in-out}.btn-contact:hover{background-color:var(--color-white);color:var(--color)}.btn-contact:focus,.btn-contact:focus-visible{transform:scale(.97)}.scroll-down{cursor:pointer;padding-top:3rem;color:var(--color-black);padding-bottom:0rem;font-size:16px;transition:.15s ease-in-out}.scroll-down:hover{color:var(--color-grey-1)}@media (max-width: 768px){.title-main{display:flex;flex-direction:column;align-items:center}#title{text-align:center}}iframe{width:100%;height:25rem;margin-bottom:14.5rem;border:none;box-shadow:-1px -2px 2px #ddddddbe}@media (min-width: 1025px) and (max-width: 1260px){iframe{margin-bottom:14rem}}@media (min-width: 769px) and (max-width: 1024px){iframe{margin-bottom:13.5rem}}@media (min-width: 396px) and (max-width: 768px){iframe{margin-bottom:24.5rem}}@media (max-width: 395px){iframe{margin-bottom:25rem}}#whatsapp-float{position:fixed;height:55px;margin:20px;bottom:0;right:0;z-index:10}#whatsapp-float img{height:60px}#whatsapp-float:hover{opacity:90%}@media (min-width: 769px) and (max-width: 1024px){#whatsapp-float{height:45px}#whatsapp-float img{width:50px;height:50px}}@media (max-width: 768px){#whatsapp-float{height:42px;margin:12px}#whatsapp-float img{height:45px}}.section-servicios{margin:6rem 0;display:flex;flex-direction:column;align-items:start}.div-texto-servicios{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px;width:max-content}.title{display:flex;flex-direction:column;width:max-content;gap:5px}section h2{color:var(--color-nucleo-1)}.div-servicios{display:flex;flex-wrap:wrap;justify-content:center;gap:80px;margin:5rem 0 2rem}.card-servicios{display:flex;flex-direction:column;gap:15px;border:1px solid var(--color-grey);align-items:center;justify-content:center;background-color:#eee;width:180px;padding:25px;margin:10px;border-radius:15px;cursor:pointer;transition:.3s ease-in-out;box-shadow:5px 5px 2px 1px var(--color-grey)}.card-servicios:hover{transform:scale(1.03)}.card-servicios img{width:40px}.card-servicios svg{color:var(--color-nucleo-1)}.section-quienes-somos{display:flex;align-items:start;justify-content:space-between;gap:80px;background-color:var(--color-grey)}#title-quienes-somos{font-size:30px}.div-quienes-somos{width:60%;display:flex;flex-direction:column;align-items:start;justify-content:center;gap:20px}.div-title-quienes-somos{display:flex;gap:10px;flex-direction:column;align-items:space-between;padding-top:6rem;width:40%}.div-text-title-quienes-somos{display:flex;flex-direction:column;align-items:start;gap:20px;padding-bottom:5rem}#title-text{margin-top:2rem}.img-quienes-somos{width:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:25px;border-radius:15px;box-shadow:6px 6px 1px 1px var(--color-nucleo-1);margin-bottom:6rem;overflow:hidden;position:relative}.img-quienes-somos img{max-width:700px;border-radius:10px;object-fit:cover}.section-distribucion{margin-top:4rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:20px}.section-distribucion img{width:30%;border-radius:15px;box-shadow:6px 6px 1px 1px var(--color-nucleo-1)}.div-text-distribucion{white-space:wrap;text-overflow:hidden;display:flex;justify-content:space-between;gap:50px;margin-bottom:2rem}.div-text-distribucion div{width:60%}.div-text-distribucion p:last-child{margin-top:20px}.div-distribucion{width:max-content}.section-contact{margin-top:4rem;margin-bottom:2rem}.section-contact h2{color:var(--color)}@media (max-width: 1500px){.section-quienes-somos{flex-direction:column;gap:50px}.div-title-quienes-somos,.div-quienes-somos{width:100%}.img-quienes-somos{width:80%}.img-quienes-somos img{width:100%}.div-text-title-quienes-somos{display:flex;flex-direction:column;align-items:start;gap:20px;padding-bottom:0rem}.section-distribucion img{width:80%;max-width:300px;max-height:210px}}@media (min-width: 1500px){.img-quienes-somos{margin-top:6rem}}@media (min-width: 1200px) and (max-width: 1499px){.img-quienes-somos img{max-width:1200px}}@media (min-width: 769px) and (max-width: 1024px){.img-quienes-somos{width:80%}}@media (max-width: 768px){.section-servicios{margin-top:5rem;margin-bottom:3rem}.div-servicios{gap:30px;margin-top:3rem}.div-title-quienes-somos{padding-top:3.5rem}.div-text-distribucion{flex-direction:column;gap:40px}.div-text-distribucion div{width:100%}.section-distribucion img{width:100%;max-width:300px}.img-quienes-somos{width:80%;padding:15px;height:auto}}@media (max-width: 450px){.img-quienes-somos{width:90%;height:150px;padding:15px}.img-quienes-somos img{height:90%}}.header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 10rem;background-color:#fafafa;font-size:15px;color:var(--color-grey-2);transition:.2s ease-in-out}.header img{min-width:30px;width:30px}.header svg{font-size:18px}.header a{color:var(--color-grey-2)}.header-contact{display:flex;align-items:center;gap:25px}.header-contact p{display:flex;align-items:center;gap:6px}.header-social{display:flex;align-items:center;gap:15px}.header-social svg{font-size:25px}nav{position:sticky;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:10px 10rem;z-index:120;transition:.5s ease-in-out;background-color:var(--color-white);box-shadow:2px 1px 4px #0004}@media (max-width: 1230px){.menu-open{padding-bottom:24rem;transition:.15s ease-in-out}.header{display:none}}@media (max-width: 1315px){nav{font-size:15px}}@media (max-width: 1024px){nav{align-items:center;gap:100px;padding:10px 6rem}.menu-open{padding-bottom:23rem}}@media (max-width: 768px){.menu-open{padding-bottom:22rem}nav{padding:10px 3rem}}.logo{display:flex;align-items:start;gap:10px;cursor:pointer}.logo img{height:70px}#logo-nucleo{min-width:155px}@media (max-width: 768px){#logo-nucleo{width:100px}}ul{display:flex;list-style-type:none;align-items:center;gap:20px}ul a{cursor:pointer}li{padding-top:5px;color:var(--color);transition:.15s ease-in-out;cursor:pointer;text-decoration:none}li:hover{color:var(--color-link)}li:after{margin-top:5px;width:0;content:"";display:block;left:0;height:2px;background-color:var(--color-nucleo-1);transition:width .4s ease-in-out}li:hover:after{width:100%}@media (min-width: 1231px){.toggle-categories{display:none}}@media (max-width: 1230px){.categories{display:none}ul{align-items:start}ul a li{font-size:15px}}@media (min-width: 1232px) and (max-width: 1270px){ul{padding:0}}.menu-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem}.btn-toggle-menu{display:none;background:none;border:none;padding:10px;box-shadow:none}.btn-toggle-menu:focus{outline:none}.btn-line{height:3px;width:25px;background-color:#333;margin:5px 0;transition:.6s}.btn-line.open:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.btn-line.open:nth-child(2){opacity:0}.btn-line.open:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width: 1230px){.btn-toggle-menu{display:block}ul.toggle-categories{position:absolute;left:0;margin-top:5rem;padding-left:8rem;display:flex;flex-direction:column;list-style-type:none;gap:20px}li a{color:#000!important}ul li{font-size:20px}}@media (max-width: 1024px){ul.toggle-categories{position:absolute;left:0;margin-top:5rem;padding-left:4rem;display:flex;flex-direction:column;list-style-type:none;gap:18px}}@media (max-width: 768px){ul.toggle-categories{padding-left:2rem;gap:16px}ul li{font-size:18px}}#scroll-Top{position:absolute;height:4.6rem;margin:40px;bottom:0;right:0;font-size:20px;cursor:pointer}.scroll-top{padding:8px}footer{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;font-size:14px;z-index:15;background-color:var(--color-back)}.footer{display:flex;flex-direction:column;max-width:100%;padding:2.5rem 10rem 4rem;box-shadow:-1px -2px 2px #ddddddbe}.footer p{white-space:nowrap}.footer .copyright{position:absolute;background-color:var(--color-nucleo-1);display:flex;justify-content:center;align-items:end;padding:14px 0;gap:5px;bottom:0;left:0;right:0;width:100%}.footer h3{white-space:nowrap}.footer-div{display:flex;flex-direction:row;align-items:start;justify-content:space-between;width:100%;margin-bottom:1rem;gap:25px}.footer-div .social{display:flex;gap:25px}.social a{cursor:pointer}.footer-div #whatsapp,.footer-div #linkedin{height:34px}.social a{transition:.15s ease-in-out}.social a:hover{opacity:85%}.footer-div .footer-contact{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:6px}.footer-contact h3{margin-bottom:5px}.footer-contact p{gap:8px;display:flex;align-items:start;justify-content:start;white-space:nowrap}.footer-contact svg{width:18px;height:18px;color:var(--color-nucleo-1)}#devsync{font-size:13px;color:var(--color-back)}#devsync a{color:var(--color-white)}#devsync a:hover{color:var(--color-grey)}@media (max-width: 1024px){#devsync{font-size:12px}footer{font-size:13px}.footer{padding:2rem 6rem 2.5rem}}@media (min-width: 769px) and (max-width: 930px){.footer p{white-space:wrap}}@media (min-width: 769px) and (max-width: 1261px){.social{flex-direction:column}.footer{padding-bottom:3.5rem}}@media (max-width: 768px){.footer-div{flex-direction:column;align-items:start;gap:25px;margin-bottom:0}.footer-div #whatsapp,.footer-div #linkedin{height:25px}footer{font-size:12px}#devsync{font-size:11px}.footer{padding:2.5rem 3rem 4rem}.footer .copyright{flex-direction:row;font-size:8px}}.conditions-privacity{display:flex;flex-direction:column;align-items:start;gap:20px;justify-content:center;margin-top:3rem}.conditions-privacity h1{color:var(--color-nucleo-1)}.conditions-privacity h3{padding-bottom:3px}.conditions-privacity a{color:var(--color-nucleo-1)}.conditions-privacity&gt;:last-child{padding:8rem 0}@media (max-width: 768px){.conditions-privacity&gt;:last-child{padding:13rem 0}}.loader{width:10px;height:10px;border-radius:50%;display:block;margin:15px auto;position:relative;color:#fff;left:-100px;box-sizing:border-box;animation:shadowRolling 2s linear infinite}@keyframes shadowRolling{0%{box-shadow:0 0 #0000,0 0 #3330,0 0 #3330,0 0 #3330}12%{box-shadow:100px 0 #333,0 0 #3330,0 0 #3330,0 0 #3330}25%{box-shadow:110px 0 #333,100px 0 #333,0 0 #3330,0 0 #3330}36%{box-shadow:120px 0 #333,110px 0 #333,100px 0 #333,0 0 #3330}50%{box-shadow:130px 0 #333,120px 0 #333,110px 0 #333,100px 0 #333}62%{box-shadow:200px 0 #3330,130px 0 #333,120px 0 #333,110px 0 #333}75%{box-shadow:200px 0 #3330,200px 0 #3330,130px 0 #333,120px 0 #333}87%{box-shadow:200px 0 #3330,200px 0 #3330,200px 0 #3330,130px 0 #333}to{box-shadow:200px 0 #3330,200px 0 #3330,200px 0 #3330,200px 0 #3330}}.docs-redirect{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;margin:3rem 0}.div-docs{display:flex;flex-direction:column;align-items:start;gap:20px;justify-content:center;margin:3rem 0}.div-docs a{color:var(--color-black);text-decoration:underline}.div-docs h1{padding-bottom:2rem}.form-contact{display:flex;justify-content:space-between;align-items:end;flex-wrap:wrap;gap:15px;padding:1rem 0;margin-top:1.5rem;margin-bottom:2rem;border-radius:15px}.form-contact .div-form{display:flex;flex-wrap:wrap;gap:25px}.form-contact .form-group{display:flex;flex-direction:column;gap:8px}.form-contact input{border:1px solid rgb(212,212,212);padding:10px 15px;border-radius:20px;background-color:transparent;color:#000}input:hover{border-color:var(--color-grey-1)}.div-btn span{color:var(--color-nucleo-1)}.btn-form{padding:.8em 6.5em}@media (max-width: 768px){.form-contact{flex-direction:column;justify-content:center;align-items:start;margin-bottom:1rem}.form-contact .form-group{width:100%}.form-contact input{width:80%}}@media (min-width: 769px) and (max-width: 1024px){.form-contact input{width:90%}}@media (min-width: 1025px) and (max-width: 1440px){.form-contact input{width:90%}}@media (min-width: 1441px){.form-contact input{width:24rem}}.form-reg-log{display:flex;flex-direction:column;justify-content:start;align-items:center;flex-wrap:wrap;gap:25px;padding:1rem 0;margin-top:1rem;margin-bottom:6rem;border-radius:15px;width:100%}.form-reg-log .div-form{display:flex;flex-direction:column;flex-wrap:wrap;width:30%;gap:25px}.form-reg-log .form-group{display:flex;flex-direction:column;gap:8px}.form-reg-log input{border:1px solid rgb(212,212,212);padding:10px 15px;border-radius:20px;background-color:transparent;color:#000}#title-form{margin-bottom:10px}.div-btn{display:flex;justify-content:space-between;align-items:center;width:30%;gap:40px}@media (max-width: 1530px){.div-btn{flex-direction:column;gap:20px;align-items:center}}@media screen and (max-width: 786px){.form-reg-log{margin-bottom:16rem}.form-reg-log .div-form,.div-btn{width:50%}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{font-family:Public Sans,sans-serif;color-scheme:light dark;--color: rgba(41, 41, 41, .952);--color-nucleo: rgb(8, 126, 237);--color-nucleo-1: rgb(0, 168, 221);--color-link: rgba(88, 88, 88, .808);--color-back: #fafafa;--color-black:rgb(0, 0, 0);--color-grey:rgb(230, 230, 230);--color-grey-1: rgba(109, 109, 109, .74);--color-grey-2: rgba(46, 46, 46, .808);--color-white:rgb(255, 255, 255);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}#root{display:flex;flex-direction:column;width:100%;min-width:320px;min-height:100vh;position:relative}html,a{scroll-behavior:smooth}body{background-color:var(--color-back);color:var(--color);font-size:16px}main{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding-top:6rem}.container{max-width:100%;padding:0 10rem}h1,h2,h3,p,ul,a{margin:0}a{color:var(--color);text-decoration:inherit;transition:.15s ease-in-out}a:hover{color:var(--color-link)}img{max-width:100%;min-width:35px;pointer-events:none;height:auto}hr{border:1px solid var(--color-grey);margin:0 10rem}#hr-title{width:100%;margin:0;padding:0;border:1px solid var(--color-nucleo-1)}h2{font-size:26px}@media (min-width: 769px) and (max-width: 1024px){body{font-size:14px}h2{font-size:22px}.container{max-width:960px;padding:0 6rem}img{width:28px}hr{margin:0 6rem}}@media (max-width: 768px){h1{font-size:22px}h2{font-size:18px}body{font-size:12px}.container{max-width:100%;padding:0 3rem}img{min-width:25px}hr{margin:0 3rem}}
</pre></body></html>